@charset "UTF-8";
/* Normalize
–––––––––––––––––––––––––––––––––––––––––––––––––– */
progress, sub, sup {
  vertical-align: baseline
}
button, hr, input {
  overflow: visible
}
[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
svg:not(:root) {
  overflow: hidden
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
figure {
  margin: 1em 40px
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}
button, input, select, textarea {
  font-family: inherit;
  font-weight: 300
}
optgroup {
  font-weight: 700
}
button, select {
  text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}
textarea {
  overflow: auto
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 1
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
/* Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 1.7em;
  line-height: 1.6;
  color: #3D3935;
  font-weight: 300;
}
body.has-active-menu {
  overflow: hidden;
}
.pg-wrapper {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
}
.pg-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  -o-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.pg-mask.is-active {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.7;
}
.pg-width {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pg-width-narrow {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.pg-width-small {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .pg-width-small {
    width: 100%;
    max-width: 730px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 1.4em;
  }
}
/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  font-size: 5rem;
  line-height: 1.2;
  color: #052D6E;
  margin-bottom: 20px;
}
h2 {
  font-size: 4rem;
  line-height: 1.2;
  color: #052D6E;
}
h3 {
  font-size: 3.5rem;
  line-height: 1.3;
  color: #202c84;
}
h4 {
  font-size: 3.0rem;
  line-height: 1.3;
  color: #052D6E;
}
h4.caption {
  padding-top: 100px;
}
h5 {
  font-size: 2rem;
  line-height: 1.3;
  color: #202c84;
  border-bottom: solid 1px #DDD;
  margin-top: 30px;
}
p {
  margin-top: 0;
}
strong {
  font-weight: bold !important;
}
p.feature {
  background: #EEE;
  padding: 15px 20px;
  border-left: solid 3px #052D6E;
}
.text-center, .tc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-para1 {
  font-size: 2rem;
}
.text-large {
  font-size: 2.5rem;
  line-height: 1.3;
}
.text-large-blue {
  font-size: 2.5rem;
  line-height: 1.3;
  color: #052D6E;
}
.text-sm {
  font-size: 1.3rem;
}
.text-highlight_blue {
  color: #052D6E;
}
.text-highlight_white {
  color: #FFF;
}
@media only screen and (max-width: 1180px) {
  .text-highlight_white {
    font-size: 2.5rem;
  }
  h4.caption {
    font-size: 1.8rem;
    padding-top: 80px;
  }
  .text-sm {
    font-size: 1.0rem;
  }
}
@media only screen and (max-width: 768px) {
  .text-right {
    text-align: center !important;
  }
  h4.caption {
    font-size: 1.6rem;
    padding: 20px 0px 0px 20px;
  }
  .text-sm {
    font-size: 0.9rem;
  }
}
@media only screen and (max-width: 480px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.7rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 1.9rem;
  }
  h5 {
    font-size: 1.5rem;
  }
  .text-para1 {
    font-size: 1.6rem;
  }
}
/* Branding
–––––––––––––––––––––––––– */
.white {
  color: #FFF !important;
}
.red {
  color: #94282C;
}
.green {
  color: #719949;
}
.grey {
  color: #3D3935 !important;
}
.bg-red {
  background: #94282C;
}
.bg-blue {
  background: #052D6E;
}
.bg-green {
  background: #719949;
}
.bg-grey {
  background: #3D3935;
}
.bg-light-grey {
  background: #E1E0DE;
}
.bg-subtle {
  background: rgba(61, 57, 53, 0.1);
}
/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a, a:visited {
  text-decoration: underline;
  color: #94282C;
}
a:hover {
  color: #719949;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.column {
  float: left;
  overflow: hidden;
  position: relative;
  padding: 20px 30px 20px 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.one.column {
  width: 8.3333333%;
}
.two.column {
  width: 16.6666667%;
}
.three.column {
  width: 25%;
}
.four.column {
  width: 33.3333333%;
}
.five.column {
  width: 41.6666667%;
}
.six.column {
  width: 50%;
}
.seven.column {
  width: 58.3333333%;
}
.eight.column {
  width: 66.6666667%;
}
.nine.column {
  width: 75%;
}
.ten.column {
  width: 83.3333333%;
}
.eleven.column {
  width: 91.6666667%;
}
.twelve.column {
  width: 100%;
}
/* Column - Feature
––––––––––––––-----–––––––– */
.column-feature {
  float: left;
  overflow: hidden;
  margin: 80px 8% 30px 8%;
  padding: 40px;
  background: #FFF;
  border: solid 2px #052D6E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.one.column-feature {
  width: 6.3333333%;
}
.two.column-feature {
  width: 14.6666667%;
}
.three.column-feature {
  width: 23%;
}
.four.column-feature {
  width: 31.3333333%;
}
.five.column-feature {
  width: 39.6666667%;
}
.six.column-feature {
  width: 48%;
}
.seven.column-feature {
  width: 56.3333333%;
}
.eight.column-feature {
  width: 64.6666667%;
}
.nine.column-feature {
  width: 73%;
}
.ten.column-feature {
  width: 81.3333333%;
}
.eleven.column-feature {
  width: 91.6666667%;
}
.twelve.column-feature {
  width: 84%;
}
@media only screen and (max-width: 768px) {
  .column {
    padding: 20px;
    width: 100% !important;
    max-width: 550px;
    float: none;
    margin: 0 auto;
  }
  .column-feature {
    padding: 20px;
    width: 90% !important;
    max-width: 550px;
    float: none;
    margin: 5% auto;
  }
}
/* Alternating
––––––––––––––-----–––––––– */
.alternating {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.alternating .six.column:nth-child(1) {
  order: 1;
}
.alternating .six.column:nth-child(2) {
  order: 2;
}
.alternating .six.column:nth-child(3) {
  order: 4;
}
.alternating .six.column:nth-child(4) {
  order: 3;
}
.alternating .six.column:nth-child(5) {
  order: 5;
}
.alternating .six.column:nth-child(6) {
  order: 6;
}
@media only screen and (max-width: 768px) {
  .alternating .six.column:nth-child(1) {
    order: 2;
  }
  .alternating .six.column:nth-child(2) {
    order: 1;
  }
  .alternating .six.column:nth-child(3) {
    order: 4;
  }
  .alternating .six.column:nth-child(4) {
    order: 3;
  }
  .alternating .six.column:nth-child(5) {
    order: 6;
  }
  .alternating .six.column:nth-child(6) {
    order: 5;
  }
}
/* Flexbox
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex {
  display: flex
}
.inline-flex {
  display: inline-flex
}
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0
}
.flex-none {
  flex: none
}
.flex-column {
  flex-direction: column
}
.flex-row {
  flex-direction: row
}
.flex-wrap {
  flex-wrap: wrap
}
.flex-nowrap {
  flex-wrap: nowrap
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse
}
.flex-column-reverse {
  flex-direction: column-reverse
}
.flex-row-reverse {
  flex-direction: row-reverse
}
.items-start {
  align-items: flex-start
}
.items-end {
  align-items: flex-end
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch
}
.self-start {
  align-self: flex-start
}
.self-end {
  align-self: flex-end
}
.self-center {
  align-self: center
}
.self-baseline {
  align-self: baseline
}
.self-stretch {
  align-self: stretch
}
.justify-start {
  justify-content: flex-start
}
.justify-end {
  justify-content: flex-end
}
.justify-center {
  justify-content: center
}
.justify-between {
  justify-content: space-between
}
.justify-around {
  justify-content: space-around
}
.content-start {
  align-content: flex-start
}
.content-end {
  align-content: flex-end
}
.content-center {
  align-content: center
}
.content-between {
  align-content: space-between
}
.content-around {
  align-content: space-around
}
.content-stretch {
  align-content: stretch
}
.order-0 {
  order: 0
}
.order-1 {
  order: 1
}
.order-2 {
  order: 2
}
.order-3 {
  order: 3
}
.order-4 {
  order: 4
}
.order-5 {
  order: 5
}
.order-6 {
  order: 6
}
.order-7 {
  order: 7
}
.order-8 {
  order: 8
}
.order-last {
  order: 99999
}
.flex-grow-0 {
  flex-grow: 0
}
.flex-grow-1 {
  flex-grow: 1
}
.flex-shrink-0 {
  flex-shrink: 0
}
.flex-shrink-1 {
  flex-shrink: 1
}
/* Structure
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wrapper-internal {
  max-width: auto;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
header.main {
  position: relative;
  margin-top: 45px;
}
section {
  overflow: hidden;
}
section.divide {
  background-color: #E2E0DF;
  background-image: url(../images/bg_white.svg);
  background-size: 200px 200px;
  background-repeat: repeat-x;
  background-position: top;
}
section.divide-large {
  background-color: #E2E0DF;
  background-image: url(../images/bg_blue.svg);
  background-size: 500px 500px;
  background-repeat: repeat-x;
  background-position: top;
}
section.subtle {
  background: #EEE;
}
.slider ul {
  height: 500px;
  list-style: none;
  margin: 0;
}
.slider ul li {
  height: 100%;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.caption-hero {
  background: rgba(5, 45, 110, 0.8);
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  font-size: 1.4rem;
  padding: 70px 40px 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.caption-hero h3 {
  font-size: 5rem;
}
.caption-hero h4 {
  font-size: 3rem;
  border-bottom: solid 1px #FFF;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.caption-hero img {
  width: 140px;
  height: auto;
}
.caption-hero img.logo3 {
  width: 100px;
  height: auto;
}
.cta-banner-caption {
  position: absolute;
  top: 45px;
  left: 110px;
  color: #FFF;
  width: 25%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.banner {
  background: #052D6E;
  position: relative;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page-banner {
  position: relative;
  overflow: hidden;
}
.banner-caption {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 50;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  color: #FFF;
  text-align: center;
}
.banner-caption h2 {
  color: #FFF;
  font-size: 5.5rem;
  margin: 0 0 5px 0;
}
.banner-caption p {
  color: #FFF;
  font-size: 2.7rem;
  margin: 0;
}
main {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
  padding: 80px 0;
}
footer.main {
  background: #052D6E;
  clear: both;
  overflow: hidden;
  padding: 60px 20px 20px 20px;
  color: #FFF;
  border-top: solid 1px #FFF;
}
@media only screen and (max-width: 1180px) {
  .caption-hero {
    padding: 130px 40px 0 40px;
  }
  .caption-hero h3 {
    font-size: 3.5rem;
  }
  .caption-hero h4 {
    font-size: 2rem;
  }
  .caption-hero img.logo3 {
    width: 60px;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  header.main {
    margin-top: 0;
  }
  .caption-hero {
    width: 100%;
    height: auto;
    top: auto;
    bottom: 0;
    padding: 30px 40px 30px 40px;
    font-size: 1.2rem;
  }
  .caption-hero h3 {
    font-size: 3rem;
  }
  .caption-hero h4 {
    font-size: 2rem;
  }
  .caption-hero img.logo3 {
    width: 100px;
    height: auto;
  }
  .banner-caption h2 {
    font-size: 4rem;
  }
  .banner-caption p {
    font-size: 2rem;
  }
  main {
    padding: 30px 0;
  }
  .cta-banner-caption {
    background: #052D6E;
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
  }
  footer.main {
    padding: 20px 0 20px 0;
  }
}
@media only screen and (max-width: 480px) {
  .caption-hero h3 {
    font-size: 1.7rem;
    float: left;
  }
  .caption-hero h4 {
    font-size: 1rem;
    float: left;
    margin-bottom: 10px;
  }
  .caption-hero img {
    float: left;
    width: 80px;
    height: auto;
    margin-right: 10px;
  }
  .caption-hero img.logo3 {
    width: 50px;
    height: auto;
  }
  .banner-caption {
    top: 100px;
  }
}
/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.trigger, .trigger-close {
  display: none;
}
input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ #menu {
  display: block;
}
/* Navigation - Primary
––––––––––––––––––––---------––– */
nav.nav-primary {
  background-color: #052D6E;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
nav.nav-primary ul {
  position: absolute;
  right: 290px;
}
nav.nav-primary ul li {
  float: left;
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: bold;
}
nav.nav-primary ul li a {
  display: block;
  padding: 0 20px;
  color: #FFF;
  line-height: 45px;
  text-decoration: none;
}
nav.nav-primary ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
/* Navigation - Secondary
––––––––––––––––––---------––––– */
nav.nav-secondary {
  text-align: center;
  width: 768px;
  padding: 0;
  margin: 0;
  height: 70px;
  position: absolute;
  top: 100px;
  right: 0;
}
nav.nav-secondary ul {
  background: #FFF;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 70px;
  position: absolute;
}
nav.nav-secondary ul li {
  display: inline-block;
  font-weight: bold;
}
nav.nav-secondary ul > li:nth-child(1) {
  background-image: url(../images/icons/ic_arrow-down_blue.svg);
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-right: 20px;
}
nav.nav-secondary ul li a {
  color: #333;
  display: block;
  padding: 10px 30px;
  text-decoration: none;
  float: left;
  line-height: 50px;
}
nav.nav-secondary ul li:hover {
  background-color: #333333;
}
nav.nav-secondary ul li:hover > a {
  color: #FFFFFF;
}
nav.nav-secondary ul li:hover > ul {
  display: block;
}
nav.nav-secondary ul ul {
  background: #E1E0DF;
  padding: 0;
  text-align: center;
  display: none;
  width: 320px;
  top: 70px;
  clear: both;
  height: auto;
  z-index: 100;
  right: auto;
}
nav.nav-secondary ul ul li {
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
  background-image: url(../images/icons/ic_arrow-down_blue.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
}
nav.nav-secondary ul ul li:nth-child(1) {
  background-image: url(../images/icons/ic_arrow-down_blue.svg);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  padding-right: 20px;
}
nav.nav-secondary ul ul li a {
  width: 100%;
  padding: 5px 30px;
}
/* Navigation - Functions
––––––––––––––––––––---------––– */
nav.nav-functions {}
nav.nav-functions ul {
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
  height: 45px;
  background: #052D6E;
}
nav.nav-functions ul li {
  float: left;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: bold;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
nav.nav-functions ul li a {
  display: block;
  padding: 0;
  color: #FFF;
  line-height: 45px;
  height: 45px;
  min-width: 45px;
}
nav.nav-functions ul li a.login {
  background-color: #93292C;
  padding: 0 15px;
  margin: 0 160px 0 0;
  text-align: center;
  text-decoration: none;
}
nav.nav-functions ul li a.login:hover {
  background: #C62B38;
}
nav.nav-functions ul li a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
@media only screen and (max-width:1024px) {
  nav.nav-secondary {
    width: 100%;
    z-index: 100;
    top: 170px;
  }
}
@media only screen and (max-width:768px) {
  nav.menu-wrapper {
    position: fixed;
    z-index: 200;
    background-color: #052D6E;
    -webkit-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    transition: -webkit-transform 0.3s;
  }
  nav.menu-slide {
    height: 100%;
    width: 80%;
    max-width: 320px;
    top: 0;
    left: 0;
    overflow-y: scroll;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  nav.menu-slide.is-active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  /* Navigation - Primary
––––––––––––––––––––---------––– */
  nav.nav-primary {
    background-color: #052D6E;
    height: auto;
    position: relative;
    right: auto;
    width: 100%;
    z-index: 10;
    margin-bottom: 20px;
  }
  nav.nav-primary ul {
    position: relative;
    right: auto;
  }
  nav.nav-primary ul li {
    width: 100%;
    float: left;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
  }
  nav.nav-primary ul li a {
    display: block;
    padding: 0 30px;
    color: #FFF;
    line-height: 45px;
  }
  /* Navigation - Secondary
––––––––––––––––––––---------––– */
  nav.nav-secondary {
    height: auto;
    overflow: hidden;
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
  nav.nav-secondary ul {
    height: auto;
    position: relative;
  }
  nav.nav-secondary ul li {
    display: block;
    text-align: left;
    width: 100%;
  }
  nav.nav-secondary ul li a {
    width: 100%;
    padding: 5px 20px;
    display: block;
    float: none;
  }
  nav.nav-secondary ul ul {
    background: #FFF;
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 107%;
  }
  /* Navigation - Functions
––––––––––––––––––––---------––– */
  nav.nav-functions {
    background: #000;
    position: relative;
  }
  nav.nav-functions ul {
    position: relative;
    right: auto;
    top: 0;
    z-index: 100;
    height: auto;
    background: #7C1A22;
  }
  nav.nav-functions ul li {
    float: left;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: bold;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  nav.nav-functions ul li a {
    display: block;
    padding: 0;
    color: #FFF;
    line-height: 45px;
    height: 45px;
    min-width: 45px;
  }
  nav.nav-functions ul li a.login {
    background-color: #93292C;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    width: 320px;
  }
  .trigger {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 35px;
    left: 15px;
    background: #052D6E url(../images/icons/ic_menu.svg) center center no-repeat;
    background-size: 25px 25px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .trigger:focus {
    outline: none;
  }
  .trigger-close {
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    top: 0;
    right: 0;
    background: url(../images/icons/ic_close.svg) center center no-repeat;
    background-size: 15px 15px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .trigger-close:focus {
    outline: none;
  }
}
@media only screen and (max-width: 480px) {
  .trigger {
    top: 20px;
  }
}
/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid-sponsors {
  width: 98%;
  margin: 0 auto;
}
ul.grid-sponsors {
  list-style: none;
  width: 80%;
  margin: 0 auto 15px auto;
  overflow: hidden;
  clear: both;
}
ul.grid-sponsors li {
  float: left;
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .grid-sponsors {
    width: 100%;
  }
  ul.grid-sponsors {
    list-style: none;
    width: 100%;
    margin: 0 auto 15px auto;
    overflow: hidden;
    clear: both;
  }
}
@media screen and (max-width: 768px) {
  ul.grid-sponsors li {
    float: left;
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  ul.grid-sponsors li {
    float: left;
    width: 50%;
  }
}
/* Bullets
–––––––––––––––––––––––––– */
ul.bullets {
  overflow: hidden;
  list-style: disc;
  margin-bottom: 20px;
}
ul.bullets li {
  margin: 0 0 10px 30px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 480px) {
  ul.bullets li {
    font-size: 1.3rem;
  }
}
/* Nav Page
–––––––––––––––––––––––––– */
ul.nav-page {
  overflow: hidden;
}
ul.nav-page li {
  background: #EEE;
  margin: 0 0 10px 0;
  border-left: solid 5px #052D6E;
  background-image: url(../images/icons/ic_arrow-right_red.svg);
  background-size: 15px 15px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
ul.nav-page li a {
  color: #052D6E;
  display: block;
  padding: 20px 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5rem;
}
ul.nav-page li:hover {
  border-left: solid 15px #052D6E;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 480px) {
  ul.nav-page li a {
    font-size: 1.3rem;
  }
}
/* Courses
–––––––––––––––––––––––––– */
.course-box {
  padding: 40px 40px 20px 40px;
  border-bottom: solid 3px #052D6E;
  background: rgba(61, 57, 53, 0.2);
}
ul.courses {
  overflow: hidden;
  margin-bottom: 10px;
}
ul.courses li {
  width: 48%;
  margin: 7px 1% 7px 1%;
  float: left;
}
ul.courses li a {
  display: block;
  padding: 20px;
  background-color: #FFF;
  border-left: solid 5px #052D6E;
  color: #052D6E;
  font-weight: bold;
  background-image: url(../images/logistics/icons/ic_arrow-right_blue.svg);
  background-size: 20px 20px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  text-decoration: none;
}
ul.courses li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .course-box {
    padding: 40px 20px;
  }
  ul.courses {
    margin: 0 20px 10px 20px;
    padding: 0;
  }
  ul.courses li:nth-child(1) {
    width: 100%;
    min-height: auto;
  }
  ul.courses li {
    width: 100%;
    margin: 7px 1% 7px 1%;
    float: left;
  }
}
@media only screen and (max-width: 480px) {
  ul.courses {
    margin: 0 40px 10px 40px;
    padding: 0;
  }
	ul.courses li {
    width: 98%;
  }
}
/* Feature Items
–––––––––––––––––––––––––– */
ul.featitems {
  overflow: hidden;
}
ul.featitems li {
  width: 33.333%;
  float: left;
  padding: 40px;
  text-align: left;
  font-size: 1.4rem;
}
ul.featitems li img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 15px 0;
}
ul.featitems li h2 {
  color: #052D6E;
  font-size: 2.0rem;
}
ul.featitems li h3 {
  color: #052D6E;
  font-size: 2.3rem;
}
@media only screen and (max-width: 768px) {
  ul.featitems li {
    width: 100%;
    padding: 20px;
  }
}
/* Logo Items
–––––––––––––––––––––––––– */
ul.logos {
  overflow: hidden;
}
ul.logos li {
  width: 20%;
  float: left;
  padding: 40px;
  text-align: left;
  font-size: 1.4rem;
}
ul.logos li img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 15px 0;
}
ul.logos li h3 {
  color: #052D6E;
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  ul.logos li {
    width: 100%;
    padding: 20px;
  }
}
/* Values
–––––––––––––––––––––––––– */
ul.values {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
ul.values li {
  width: 33.3333333%;
  text-align: center;
  padding: 20px 20px 0px 20px;
}
ul.values li h4 {
  font-size: 2.2rem;
  color: #052D6E;
}
ul.values li img {
  width: 100px;
  height: auto;
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  ul.values li {
    width: 50%;
  }
  ul.values li h4 {
    font-size: 1.7rem;
  }
  ul.values li:nth-last-child(1):nth-child(odd) {
    width: 100% !important;
  }
}
@media only screen and (max-width: 480px) {
  ul.values li {
    width: 50%;
    font-size: 1.2rem;
    line-height: 1.3;
    padding: 10px;
  }
  ul.values li img {
    width: 60px;
  }
}
/* Jobs
–––––––––––––––––––––––––– */
ul.jobs {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0 0;
}
ul.jobs > li {
  width: 48%;
  padding: 50px;
  background: #FFF;
  margin: 20px 0;
  font-size: 1.4rem;
}
ul.jobs > li:last-child {
  /*    width: 100% !important;*/
}
ul.jobs > li h5 {
  margin: 0 0 5px 0 !important;
  font-size: 1.7rem;
  padding: 0 20px 0 0;
  border: none;
  color: #3D3935;
}
ul.jobs > li a.btn-primary {
  width: 48%;
  float: left;
  box-sizing: border-box;
  text-align: center;
  margin: 0 1%;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  ul.jobs > li {
    width: 100%;
    padding: 20px;
    font-size: 1.4rem;
    margin: 15px 0;
  }
  ul.jobs > li a.btn-primary {
    font-size: 1.4rem;
  }
}
/* Contact Details
–––––––––––––––––––––––––– */
ul.contact-details {
  overflow: hidden;
}
ul.contact-details li {
  border-left: 5px solid #052D6E;
  margin-bottom: 15px;
  padding: 0 0 0 15px;
}
/* Call to Action List
–––––––––––––––––––––––––– */
ul.cta-list {
  overflow: hidden;
  margin-top: 20px;
}
ul.cta-list li {
  width: 100%;
  font-size: 2rem;
}
ul.cta-list li a {
  display: block;
  padding: 15px 20px;
  background-image: url(../images/icons/ic_arrow-right_red.svg);
  background-size: 15px 15px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  color: #94282C;
}
ul.cta-list li:last-child a {
  background: #94282C;
  margin-top: 20px;
  margin-bottom: 28px;
  color: #FFF;
  font-weight: bold;
  background-image: url(../images/icons/ic_arrow-right_white.svg);
  background-size: 15px 15px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}
ul.cta-list li a:hover {
  background-color: rgba(61, 57, 53, 0.1);
}
ul.cta-list li:last-child a:hover {
  background-color: #7C1A22;
}
/* Resources
–––––––––––––––––––––––––– */
ul.resources {
  overflow: hidden;
}
ul.resources > li {
  padding: 5px 0 5px 30px;
  background-size: 20px 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
ul.resources > li.pdf {
  background-image: url(../images/icons/ic_pdf_red.svg);
}
ul.resources > li.link {
  background-image: url(../images/icons/ic_link_red.svg);
}
ul.resources > li > a {
  color: #94282C;
  text-decoration: underline;
}
ul.resources > li > a:hover {
  color: #719949;
}
/* Team
–––––––––––––––––––––––––– */
ul.team {
  overflow: hidden;
  border: solid 1px #94282C;
  padding: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.team > li {
  width: 33.333%;
  float: left;
  padding: 20px;
  text-align: center;
}
ul.team li img {
  width: 100%;
  max-width: 200px;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 15px;
}
ul.team li a {
  font-size: 1.4rem !important;
}
@media only screen and (max-width: 768px) {
  ul.team li {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  ul.team li {
    width: 100%;
  }
}
/* Social
–––––––––––––––––––––––––– */
ul.social {
  overflow: hidden;
  clear: both;
}
ul.social li {
  float: left;
  width: 40px;
  height: 40px;
  padding: 5px;
}
ul.social li img {
  width: 100%;
  height: auto;
  display: block;
}
ul.social li:hover {
  opacity: 0.6;
}
footer.main ul.social {
  float: right;
}
@media only screen and (max-width: 768px) {
  footer.main ul.social {
    float: none;
    margin: 0 auto;
    display: table;
  }
}
/* Sitemap
–––––––––––––––––––––––––– */
ul.sitemap {
  overflow: hidden;
  width: 33.333%;
  float: left;
  margin: 0 0 40px 0;
}
ul.sitemap li {
  font-size: 1.3rem;
}
ul.sitemap li a {
  color: #FFF;
  padding: 3px 0;
  display: inline-block;
  text-decoration: none;
}
ul.sitemap li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  ul.sitemap {
    padding: 15px;
  }
}
@media only screen and (max-width: 480px) {
  ul.sitemap {
    padding: 15px;
    width: 100%;
    margin: 0;
  }
}
/* Testimonials
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonials-wrapper {
  position: relative;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  border: solid 1px #FFF;
  z-index: 1;
  text-align: left;
  box-sizing: border-box;
  padding: 30px 70px 0 70px;
  background-color: #FFF;
}
.testimonial-content {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto 40px auto;
  box-sizing: border-box;
  text-align: center;
}
.testimonials {
  list-style: none;
  padding: 0;
  margin: 0;
}
.testimonials > li {
  position: absolute;
  opacity: 0;
}
.testimonials > li:first-child {
  position: relative;
  opacity: 1;
}
.testimonial-content p {
  padding: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {}
@media only screen and (max-width: 480px) {
  .testimonials-wrapper {
    padding: 30px 30px 0 30px;
  }
  .testimonial-content p {
    font-size: 1.2rem;
  }
}
/* ------ Navigation ------ */
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  height: 50px;
  margin: 0;
  position: absolute;
  z-index: 9999;
  top: 40%;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgb(255, 255, 255, 0);
  background-color: #052D6E;
  background-size: 30px 30px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-size: 4rem;
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flex-direction-nav a.flex-next:before {
  padding: 0;
}
.flex-direction-nav .flex-prev {
  left: -25px;
  background-image: url(../images/icons/ic_arrow-left_white.svg);
}
.flex-direction-nav .flex-next {
  background-image: url(../images/icons/ic_arrow-right_white.svg);
  right: -25px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 1;
  left: 0px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 1;
  right: 0px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
ol.flex-control-paging {
  list-style: none !important;
  width: 88%;
  margin: 0 auto;
  box-sizing: border-box;
}
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #666;
  background: #DDD;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(255, 255, 255, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #FFF;
  background: #052D6E;
  cursor: default;
}
.flex-control-nav {
  bottom: 10px;
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  width: 100%;
}
.flex-control-nav li {
  display: inline-block;
  padding: 0px 5px 0px 5px;
}
@media only screen and (max-width: 480px) {
  .flex-direction-nav a {
    width: 35px;
    height: 35px;
    background-size: 20px 20px;
  }
}
/* Accordian
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.accordian {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  border-top: 0;
}
.accordian header {
  display: block;
  margin: 15px 0px 0px 0px;
  padding: 20px 60px;
  background-color: #FFF;
  border-left: solid 5px #052D6E;
  cursor: pointer;
  color: #052D6E;
  font-weight: bold;
  background-image: url("../images/icons/ic_arrow-down_blue.svg");
  background-size: 20px 20px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.accordian header:hover {
  background-color: #EEE;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.accordian section {
  display: none;
  padding: 40px 60px;
  background: #FFF;
  border-top: 1px solid #DDD;
  font-size: 1.4rem;
}
.accordian section h5 {
  font-size: 1.6rem;
}
.accordian section ul.bullets li {
  font-size: 1.3rem;
}
.accordian section.active {
  display: none;
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
}
@media only screen and (max-width: 480px) {
  .accordian section {
    padding: 20px;
  }
  .accordian header {
    padding: 15px 50px 15px 20px;
    font-size: 1.2rem;
  }
}
/* Modal
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal, .modal-box {
  z-index: 900;
  text-align: left !important;
}
.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}
.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  overflow: auto;
}
.modal-box {
  position: relative;
  width: 80%;
  max-width: 920px;
  margin: 100px auto;
  -webkit-animation-name: modalbox;
  animation-name: modalbox;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
  animation-timing-function: cubic-bezier(0, 0, .3, 1.6);
}
.modal-header {
  padding: 50px 40px 40px 40px;
  background: #EEE;
  border-top: solid 5px #94282C;
}
.modal-body {
  background: #FFF;
  padding: 60px 40px;
}
.modal-box iframe {
  width: 100%;
  height: 500px;
}
.modal-trigger {
  text-decoration: underline;
  padding: 5px 0;
  display: inline-block;
  color: #94282c;
  font-weight: bold;
  position: relative;
  -webkit-transition: ease .2s;
  -o-transition: ease .2s;
  transition: ease .2s;
}
.modal-trigger.video {
  background: #000 !important;
  font-size: 2rem;
  padding: 0;
}
.modal-trigger.video img {
  width: 100%;
  height: auto;
  display: block;
}
.close-modal {
  text-align: right;
  cursor: pointer;
  background: #000;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 480px) {
  .modal-box {
    width: 90%;
  }
  .modal-header {
    padding: 30px 20px 20px 20px;
  }
  .modal-body {
    background: #FFF;
    padding: 40px 20px;
  }
  .modal-box iframe {
    height: 300px;
  }
}
/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes modalbox {
  0% {
    top: -250px;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
img.logo {
  width: 200px;
  height: auto;
  display: inline-block;
  padding: 15px 30px;
}
img.logo-menu {
  display: none;
}
img.logo-pg {
  width: 250px;
  height: auto;
  display: inline-block;
  padding: 0;
  float: right;
}
img.logo-footer {
  width: 100%;
  max-width: 180px;
  height: auto;
  display: inline-block;
  padding: 0;
}
img.logo-inline {
  float: right;
  width: 200px;
  height: auto;
  margin: 20px 0 20px 20px;
}
img.img-full {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
  border-radius: 3px;
}
img.flag {
    width: 40px;
    height: auto;
    display: inline-block;
    margin-right: 6px;
}
img.cta-banner {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}
img.course-thumb {
  width: 150px;
  height: auto;
  float: right;
  margin: 0 0 20px 20px;
  border: solid 1px #DDD;
  border-radius: 2px;
}
img.course-thumb:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
h3 img {
  width: 30px;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}
.grid-sponsors li img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 1180px) {
  img.logo {
    display: block;
    width: 140px;
    padding: 30px 30px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  img.logo {
    width: 120px;
    height: auto;
    display: block;
    margin: 0px 0px 0px 120px;
    padding: 15px 0px;
  }
  img.logo-pg {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 20px auto;
    height: auto;
    display: block;
    padding: 0;
    float: none;
  }
  img.logo-menu {
    width: 120px;
    height: auto;
    display: block;
    padding: 15px 30px;
    margin: 0 auto;
  }
  img.cta-banner {
    display: none;
  }
  img.logo-footer {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  img.logo {
    width: 100px;
  }
  img.logo-inline {
    width: 130px;
  }
}
/* Image Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.flex-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 50%);
}
.item {
  box-sizing: border-box;
  margin: 12px 0;
}
.item img {
  width: 90%;
  height: auto;
  display: block;
}
.item-active {
  grid-column: 1/span 2;
  grid-row: 1/span 2;
}
/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul.form {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.form li {
  width: 98%;
  float: left;
  margin-bottom: 5px;
}
ul.form li.half {
  width: 48%;
  margin: 0 2% 0 0;
}
ul.form li.third {
  width: 31.333%;
  margin: 0 2% 0 0;
}
input[type="email"], input[type="text"], input[type="tel"], input[type="number"], input[type="date"], input[type="password"], input[type="file"], textarea, select {
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 5px;
  background-color: #FFF;
  border: solid 1px #E2E2E2;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.2rem;
  color: #505050;
  -webkit-appearance: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  min-height: 130px;
}
input[type="email"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="date"]:focus, input[type="password"]:focus, input[type="file"]:focus, textarea:focus, select:focus {
  border: 1px solid #709949;
  outline: 0;
  background-color: rgba(255, 255, 255, 1.00);
  -webkit-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
input[type="submit"], button[type="submit"], input[type="reset"], input[type="button"], button {
  display: block;
  padding: 15px 40px;
  margin: 0 auto 0 auto;
  background: #93292C;
  color: #FFF;
  cursor: pointer;
  height: auto;
  text-align: center;
  border: none;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-font-smoothing: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
input[type="submit"]:hover, button[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover {
  color: #FFFFFF;
  background: #3D3935;
}
label {
  font-size: 1.3rem;
  text-align: left;
  display: block;
}
.required {
  color: #709949;
}
fieldset {
  margin: 0;
  padding: 10px;
  border-width: 0;
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  fieldset {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  fieldset {
    width: 100%;
  }
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a.btn-red {
  background-color: #721c1f;
  color: #FFF;
}
a.btn-red:hover {
  transition: 0.5s;
  background-color: #3D3935;
}
a.btn-blue {
  background-color: #052D6E !important;
  color: #FFF;
}
a.btn-blue:hover {
  transition: 0.5s;
  background-color: #3D3935;
}
a.btn-white {
  background-color: #FFF;
  color: #052D6E;
}
a.btn-white:hover {
  transition: 0.5s;
  opacity: 0.8;
}
a.btn-primary {
  color: #FFF;
  background-color: #052D6E;
  display: inline-block;
  padding: 10px 25px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 0;
  text-decoration: none;
  margin-right: 3px;
}
a.btn-primary:hover {
  background-color: #3D3935;
}
a.btn-secondary {
  color: #FFF;
  background-color: #94282C;
  display: inline-block;
  padding: 8px 25px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 0;
  text-decoration: none;
}
a.btn-secondary:hover {
  background-color: #3D3935;
}
a.btn-full {
  width: 100%;
  color: #FFF;
  background-color: #202c84;
  display: inline-block;
  padding: 20px 20px;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 0;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a.btn-full:hover {
  background-color: #052D6E;
}
a.btn-pdf {
  color: #052D6E;
  display: inline-block;
  padding: 5px 20px 5px 40px;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 5px;
  background-image: url(../images/icons/ic_pdf_red.svg);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: left 10px center;
  text-decoration: underline;
}
a.btn-pdf:hover {
  color: #94282C;
  background-image: url(../images/icons/ic_pdf_green.svg);
}
/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.pv0 {
  padding-top: 0;
  padding-bottom: 0;
}
.pv20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pv40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pv60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.pv80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.ph0 {
  padding-left: 0;
  padding-right: 0;
}
.ph20 {
  padding-left: 20px;
  padding-right: 20px;
}
.ph40 {
  padding-left: 40px;
  padding-right: 40px;
}
.ph60 {
  padding-left: 60px;
  padding-right: 60px;
}
.ph80 {
  padding-left: 80px;
  padding-right: 80px;
}
.pa0 {
  padding: 0;
}
.pb20 {
  padding-bottom: 20px;
}
.pb40 {
  padding-bottom: 40px;
}
.pt40 {
  padding-top: 40px;
}
.ma0 {
  margin: 0;
}
hr {
  height: 0;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
hr.space20 {
  height: 20px;
}
hr.space40 {
  height: 40px;
}
hr.space60 {
  height: 60px;
}
hr.space80 {
  height: 80px;
}
hr.divide20 {
  border-top: solid 1px #DDD;
  margin: 20px 0;
}
hr.divide40 {
  border-top: solid 1px #DDD;
  margin: 40px 0;
}
hr.divide60 {
  border-top: solid 1px #DDD;
  margin: 60px 0;
}
hr.divide80 {
  border-top: solid 1px #DDD;
  margin: 80px 0;
}
@media only screen and (max-width: 768px) {
  .pv20, .pv40, .pv60, .pv80 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ph20, .ph40, .ph60, .ph80 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Feed
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.crt-widget-waterfall {
    min-height: auto !important;
}
.crt-post .crt-post-text {
    font-size: 1.3rem !important;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.clearfix {
  clear: both;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
iframe {
    height: 300px;
    max-width: 1024px;
    margin: 0 auto;
}
.feed-container {
    font-size: 15px !important;
    height: 500px !important;
}
.feed-container .item {
    width: 100% !important;
    float: left !important;
    text-align: center !important;
    padding: 20px;
    box-sizing: border-box !important;
}
.feed-container .item:nth-of-type(2) {
    border-bottom: solid 1px #DDD !important;
    border-top: solid 1px #DDD !important;
}
.feed-container .title {
    font-size: 20px;
    font-weight: bold;
}
.byline {
  text-align: left;
  font-size: 1.1rem;
  padding: 20px 20px 0 20px;
  color: #FFF;
  clear: both;
  border-top: solid 1px rgba(221, 215, 188, 0.2);
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.byline img {
  float: right;
  height: 25px;
  padding: 0;
  width: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.byline img:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .byline {
    text-align: center;
    font-size: 0.9rem;
  }
  .byline img {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 12px 0;
  }
}
@media only screen and (max-width: 480px) {
  .byline {
    max-width: 320px;
    margin: 0 auto;
  }
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 35px;
  right: 100px;
  font-size: 5rem;
  z-index: 100;
}
.cd-top img {
  width: 50px;
  height: 50px;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .7;
}
.cd-top:hover {
  color: #202c84;
  opacity: 1;
}
.no-touch .cd-top:hover {
  color: #202c84;
  opacity: 1;
}