/*------------------------------------*    $Reset
\*------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header,
hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, figure, footer, header, hgroup, nav, section {
  display: block; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*------------------------------------*    $Variables
\*------------------------------------*/
/* 11px: 1 / (16x11) = 0.6875   */
/* 12px: 1 / (16x12) = 0.750    */
/* 13px: 1 / (16x13) = 0.8125em */
/* 14px: 1 / (16x14) = 0.875    */
/* 15px: 1 / (16x15) = 0.9375   */
/* 16px                         */
/* 20px: 1 / (16x24) = 1.500    */
/* 26px: 1 / (16x26) = 1.625    */
/* 34px: 1 / (16x34) = 2.215    */
/* 57px: 1 / (16x57) = 3.375    */
/* 60px: 1 / (16x60) = 3.75     */
/* 70px: 1 / (16x70) = 4.375    */
/* 85px: 1 / (16x85) =  5.3125  */
/*------------------------------------*    $Mixins
\*------------------------------------*/
/*------------------------------------*    $Helpers
\*------------------------------------*/
.left {
  float: left; }

.right {
  float: right; }

.text--left {
  text-align: left; }

.text--right {
  text-align: right; }

.text--center {
  text-align: center; }

.hide {
  display: none; }

.show {
  display: inherit !important; }

.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

html {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  height: 100%; }

body {
  line-height: 1.5;
  background-color: #222222; }

main {
  background-color: #f2f2f2; }

a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  outline: none;
  cursor: pointer; }

section {
  *zoom: 1; }
  section:before, section:after {
    display: table;
    content: ""; }
  section:after {
    clear: both; }
  section.content {
    padding: 60px 0 100px; }
    section.content .row {
      width: 100%;
      max-width: 1070px;
      margin: 0 auto; }
    @media (max-width: 1080px) {
      section.content {
        padding: 40px 30px 60px; } }
    @media (max-width: 1000px) {
      section.content {
        padding: 40px 30px 60px; } }
    @media (max-width: 760px) {
      section.content {
        padding: 20px 20px; } }

div > .row {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }
  @media (max-width: 1000px) {
    div > .row {
      max-width: 720px; } }

/*------------------------------------*    $Fonts
\*------------------------------------*/
/*------------------------------------*    $Typography
\*------------------------------------*/
/*------------------------------------*    $Headings
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Lato", Helvetica, Arial, sans-serif;
  text-rendering: optimizelegibility; }

h1, .h1,
h1 a, .h1 a {
  margin-bottom: 0.75em;
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.1rem;
  color: #3156a3; }

h2, .h2,
h2 a, .h2 a {
  margin-bottom: 0.75em;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  color: #3156a3;
  text-transform: uppercase; }

h3, .h3,
h3 a, .h3 a {
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #3156a3;
  text-transform: uppercase; }

h4, .h4,
h4 a, .h4 a {
  margin-bottom: 0.75em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.25;
  color: #3156a3;
  font-family: "Lato", Helvetica, Arial, sans-serif; }

h5, .h5,
h6, .h6,
h6 a, .h6 a {
  margin-bottom: 1.5em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #3156a3; }

/*------------------------------------*    $Links
\*------------------------------------*/
a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #3156a3;
  text-decoration: none; }
  a strong, a b {
    color: #3156a3; }
  a:hover {
    text-decoration: none;
    color: #333; }

/*------------------------------------*    $Text
\*------------------------------------*/
p,
ol,
ul,
dl,
address,
time {
  margin-bottom: 1em;
  font-size: 15px;
  font-size: 1.5rem;
  color: #222222;
  line-height: 1.7; }
  p:last-child,
  ol:last-child,
  ul:last-child,
  dl:last-child,
  address:last-child,
  time:last-child {
    margin-bottom: 0; }

small {
  font-size: 13px;
  font-size: 1.3rem; }

cite {
  font-style: normal; }

b, strong {
  color: #222222;
  font-weight: bold; }

dfn {
  font-style: italic; }

sub,
sup {
  position: relative;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 0;
  vertical-align: 1.5em; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/*------------------------------------*    $Lists
\*------------------------------------*/
ul,
ol {
  margin: 0 0 20px 0;
  padding: 0 0 0 30px;
  list-style: inside;
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

li ul,
li ol {
  margin: 0;
  font-size: 15px;
  font-size: 1.5rem; }

p {
  font-size: 15px;
  font-size: 1.5rem;
  color: #222222; }

/*------------------------------------*    $Definition Lists
\*------------------------------------*/
dl,
dd {
  margin-bottom: 15px; }
  dl:last-child,
  dd:last-child {
    margin-bottom: 0; }

dt {
  margin-bottom: 0.2rem;
  font-weight: 700;
  display: block;
  font-size: 14px;
  font-size: 1.4rem; }

/*------------------------------------*    $Quotes
\*------------------------------------*/
blockquote {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 5px solid #222222;
  font-style: normal;
  font-family: "Lato", Helvetica, Arial, sans-serif; }
  blockquote:before, blockquote:after {
    content: "";
    content: none; }

q {
  quotes: none; }
  q:before, q:after {
    content: "";
    content: none; }

/*------------------------------------*    $Grid
\*------------------------------------*/
.row {
  *zoom: 1;
  position: relative; }
  .row:before, .row:after {
    display: table;
    content: ""; }
  .row:after {
    clear: both; }

.full, .half, .two-thirds, .third, .three-quarters, .quarter, .fifth, .three-fifths, .golden-large, .golden-sml {
  float: left;
  vertical-align: top; }

.inner {
  position: relative;
  *zoom: 1;
  width: 100%;
  margin: 0 auto; }
  .inner:before, .inner:after {
    display: table;
    content: ""; }
  .inner:after {
    clear: both; }

.full {
  width: 100%; }

.half {
  width: 50%; }
  @media (max-width: 760px) {
    .half {
      width: 100%; } }

.two-thirds {
  width: 66.666%; }
  @media (max-width: 760px) {
    .two-thirds {
      width: 100%; } }

.third {
  width: 33.333%; }
  @media (max-width: 760px) {
    .third {
      width: 100%; } }

.three-quarters {
  float: left;
  width: 75%; }
  @media (max-width: 760px) {
    .three-quarters {
      width: 100%; } }

.quarter {
  width: 25%; }
  @media (max-width: 760px) {
    .quarter {
      width: 100%; } }

.fifth {
  width: 20%; }
  @media (max-width: 760px) {
    .fifth {
      width: 100%; } }

.three-fifths {
  width: 60%; }
  @media (max-width: 760px) {
    .three-fifths {
      width: 100%; } }

.golden-large {
  width: 61.8%; }
  @media (max-width: 1080px) {
    .golden-large {
      width: 66.666%; } }
  @media (max-width: 760px) {
    .golden-large {
      width: 100%; } }

.golden-sml {
  width: 38.2%; }
  @media (max-width: 1080px) {
    .golden-sml {
      width: 33.333%; } }
  @media (max-width: 760px) {
    .golden-sml {
      width: 100%; } }

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse; }

label {
  color: #777;
  font-weight: 700;
  font-style: italic;
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 1.4rem; }
  label span.note {
    padding-top: 4px;
    font-weight: 700;
    color: #555555;
    font-size: 13px;
    font-size: 1.3rem;
    float: right; }

input {
  margin: 0.8rem 0 0 0;
  padding: 1rem;
  width: 100%;
  height: 50px;
  color: #222222;
  font-size: 18px;
  font-size: 1.8rem;
  border: 1px solid #bfcfc7;
  outline: none;
  font-family: "Lato", Helvetica, Arial, sans-serif; }
  input:focus {
    box-shadow: 0 0 0 1px #3156a3; }

textarea {
  margin: 0.6rem 0 0 0;
  padding: 1rem;
  overflow: auto;
  vertical-align: top;
  width: 100%;
  color: #222222;
  font-size: 15px;
  font-size: 1.5rem;
  border: 1px solid #bfcfc7;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

select {
  width: 100%;
  margin-top: 1.3rem;
  padding: 0.2rem;
  font-size: 15px;
  font-size: 1.5rem; }

input[type="submit"] {
  padding: 16px 30px;
  background-color: #3156a3;
  width: 160px;
  height: auto;
  vertical-align: middle;
  color: #f2f2f2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

form .half:first-child {
  padding-right: 10px; }
  @media (max-width: 760px) {
    form .half:first-child {
      padding-right: 0; } }

form .half:last-child {
  padding-left: 10px; }
  @media (max-width: 760px) {
    form .half:last-child {
      padding-left: 0; } }

form div.input {
  margin-bottom: 24px; }
  form div.input.date select {
    width: auto; }
  form div.input img {
    margin: 1.3rem 0 0 0;
    border: 8px solid #bfcfc7;
    display: block; }
  form div.input .redactor_redactor img {
    border: none; }
  form div.input .page-url {
    margin: 10px 0;
    word-wrap: break-word; }
  form div.input .chosen-container {
    margin-top: 0.8em; }

form .required label:after {
  content: "*";
  margin-left: 0.4rem; }

form .redactor_box {
  margin-top: 1rem; }

form .redactor_editor {
  border: 1px solid #bfcfc7;
  padding: 1rem; }

form .error input, form .error textarea {
  border: 1px solid #ecacac; }
  form .error input:focus, form .error textarea:focus {
    box-shadow: none; }

form .error-message {
  padding: 6px 12px;
  font-weight: 400;
  font-style: italic;
  color: #e56565;
  font-size: 15px;
  font-size: 1.5rem; }
  form .error-message:before {
    content: "\f071";
    color: #e56565;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 5px; }

/*------------------------------------*    $Elements
\*------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

.google-map img {
  max-width: none; }

hr {
  display: block;
  *zoom: 1;
  height: 3px;
  margin: 1.5em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #555555;
  border-bottom: 1px solid #555555; }
  hr:before, hr:after {
    display: table;
    content: ""; }
  hr:after {
    clear: both; }

.button__blue-rounded {
  padding: 16px 20px 16px 26px;
  background-color: #1c3a78;
  color: #f2f2f2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /*text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    @include box-shadow(0, 10px, 44px, rgba(#000, 0.3));*/ }
  .button__blue-rounded:hover {
    background-color: #f2f2f2;
    color: #3156a3; }
  .button__blue-rounded:after {
    margin-left: 24px;
    color: #3156a3;
    font-family: FontAwesome;
    content: "\f054"; }

.paging-txt {
  width: 350px;
  float: left;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem; }

.paging {
  float: right; }
  .paging li {
    display: inline-block;
    border: 1px solid #c8c8c8;
    border-left: 0;
    background: #fafafa;
    -webkit-box-shadow: 0 1px 1px #d5d5d5;
    -moz-box-shadow: 0 1px 1px #d5d5d5;
    box-shadow: 0 1px 1px #d5d5d5; }
    .paging li:first-child {
      border-left: 1px solid #c8c8c8;
      -moz-border-radius: 3px 0 0 3px;
      -webkit-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }
    .paging li:last-child {
      -moz-border-radius: 0 3px 3px 0;
      -webkit-border-radius: 0 3px 3px 0;
      border-radius: 0 3px 3px 0; }

.paging .paging .active,
.paging span,
.paging a {
  text-decoration: none;
  padding: 5px 11px;
  display: inline-block;
  color: #888;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem; }

.paging a:hover {
  color: #3156a3; }

.paging > span,
.paging > a {
  display: inline-block;
  border: 1px solid #c8c8c8;
  border-left: 0;
  background: #fafafa;
  -webkit-box-shadow: 0 1px 1px #d5d5d5;
  -moz-box-shadow: 0 1px 1px #d5d5d5;
  box-shadow: 0 1px 1px #d5d5d5; }

.paging > span:hover,
.paging > a:hover {
  background: #f4f4f4; }

.paging .prev {
  border-left: 1px solid #c8c8c8;
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px; }

.paging .next {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0; }

.paging .disabled {
  color: #999;
  background: transparent; }

.paging .disabled:hover {
  background: transparent; }

.paging .active {
  background: #e4e4e4;
  color: #3156a3; }

.paging .prev a:before,
.paging .prev.disabled:before {
  margin-right: 0.4rem;
  content: "\f053";
  font-family: FontAwesome; }

.paging .next a:after,
.paging .next.disabled:after {
  margin-left: 0.4rem;
  content: "\f054";
  font-family: FontAwesome; }

header {
  height: 120px;
  background-color: #f2f2f2;
  position: relative; }
  @media (max-width: 1080px) {
    header {
      height: 120px;
      padding-right: 20px; } }
  @media (max-width: 1000px) {
    header {
      min-height: 72px;
      height: auto;
      padding-right: 0; } }
  header .row {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px; }
    @media (max-width: 1000px) {
      header .row {
        padding: 0; } }
    @media (max-width: 1000px) {
      header .row .third, header .row .two-thirds {
        width: 100%; } }
  header h1 {
    margin-top: 22px;
    width: 192px;
    height: 80px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url(/images/logo-slim.png);
    background-size: 192px 80px; }
    @media (max-width: 1080px) {
      header h1 {
        margin-top: 22px;
        margin-left: 10px;
        width: 192px;
        height: 80px;
        background-image: url(/images/logo-slim.png);
        background-size: 192px 80px; } }
    @media (max-width: 1000px) {
      header h1 {
        margin-right: 0;
        margin-top: 20px;
        margin-left: 20px;
        margin-bottom: 20px;
        width: 105px;
        height: 32px;
        background-size: 105px 32px;
        background-image: url(/images/logo-mobile.png); } }
  @media (max-width: 1000px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 1000px) and (-o-min-device-pixel-ratio: 2.6 / 2), (max-width: 1000px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 1000px) and (min-device-pixel-ratio: 1.3), (max-width: 1000px) and (min-resolution: 1.3dppx) {
    header h1 {
      /* on retina, use image that's scaled by 2 */
      background-image: url("/images/logo-mobile@2x.png");
      background-size: 105px 32px; } }
    header h1 a {
      display: block;
      margin-bottom: 0;
      height: 66px; }
      @media (max-width: 1000px) {
        header h1 a {
          height: 32px; } }
  header .nav__mobile-menu {
    display: none; }
    @media (max-width: 1000px) {
      header .nav__mobile-menu {
        display: inline-block;
        float: right;
        margin-right: 20px;
        margin-top: 15px; } }
    header .nav__mobile-menu a i {
      font-size: 30px;
      font-size: 3rem; }
    header .nav__mobile-menu .social-links {
      float: right;
      margin-top: 2px;
      margin-left: 25px;
      border-left: 1px solid #ccc; }
      header .nav__mobile-menu .social-links a i {
        font-size: 24px;
        font-size: 2.4rem; }
      @media (max-width: 1000px) {
        header .nav__mobile-menu .social-links {
          display: inline-block; } }
  header .nav__mobile-close {
    display: none; }
    @media (max-width: 1000px) {
      header .nav__mobile-close {
        float: right;
        margin-right: 20px;
        margin-top: 15px; } }
    header .nav__mobile-close a i {
      font-size: 30px;
      font-size: 3rem; }
  header nav {
    margin-top: 40px;
    float: right;
    display: block; }
    @media (max-width: 1080px) {
      header nav {
        margin-top: 42px;
        margin-right: 10px;
        display: block; } }
    @media (max-width: 1000px) {
      header nav {
        float: none;
        margin-top: 0;
        margin-right: 0;
        background-color: #3156a3;
        display: none; } }
    header nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      padding-right: 20px;
      border-right: 1px solid #ddd; }
      @media (max-width: 1000px) {
        header nav ul {
          padding: 12px 0; } }
      header nav ul li {
        margin: 0;
        display: inline-block;
        position: relative;
        text-transform: uppercase;
        margin-right: 2px;
        z-index: 100; }
        header nav ul li:last-child {
          margin-right: 0; }
        header nav ul li:hover a {
          background-color: #d1d7d9; }
        header nav ul li:hover ul {
          display: block !important; }
        header nav ul li:hover.sub a {
          border-bottom-left-radius: 0;
          border-bottom-right-radius: 0; }
        header nav ul li a {
          display: block;
          padding: 9px 15px;
          font-weight: 700;
          font-size: 12px;
          font-size: 1.2rem;
          color: #555555;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          font-family: "Montserrat", Helvetica, Arial, sans-serif;
          -moz-transition-property: none;
          -o-transition-property: none;
          -webkit-transition-property: none;
          transition-property: none; }
          @media (max-width: 1080px) {
            header nav ul li a {
              padding: 8px 12px;
              font-size: 12px;
              font-size: 1.2rem; } }
          @media (max-width: 1000px) {
            header nav ul li a {
              -webkit-border-radius: 0px;
              -moz-border-radius: 0px;
              border-radius: 0px;
              padding: 12px 20px;
              color: #f2f2f2;
              font-size: 14px;
              font-size: 1.4rem; } }
        header nav ul li.active a {
          color: #3156a3; }
          @media (max-width: 1000px) {
            header nav ul li.active a {
              background-color: transparent; } }
        header nav ul li.active li a {
          color: #555555; }
        @media (max-width: 1000px) {
          header nav ul li {
            display: block;
            width: 100%; } }
        header nav ul li ul {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          z-index: 99;
          border: none;
          background-color: #d1d7d9;
          padding-right: 0;
          -webkit-border-radius: 8px;
          -moz-border-radius: 8px;
          border-radius: 8px;
          border-top-left-radius: 0;
          overflow: hidden;
          -webkit-box-shadow: 0 10px 44px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0 10px 44px rgba(0, 0, 0, 0.3);
          box-shadow: 0 10px 44px rgba(0, 0, 0, 0.3); }
          header nav ul li ul li {
            float: none;
            width: 200px;
            border-bottom: 1px solid #f2f2f2;
            margin-right: 0;
            text-transform: none; }
            header nav ul li ul li:last-child {
              border-bottom: none; }
            header nav ul li ul li a {
              background-color: transparent;
              -webkit-border-radius: 0px;
              -moz-border-radius: 0px;
              border-radius: 0px;
              font-size: 12px;
              font-size: 1.2rem;
              font-weight: 500;
              padding: 11px 15px;
              color: #555555; }
              header nav ul li ul li a:hover {
                background-color: #b0bcc0; }
  header .social-links {
    margin-top: 40px;
    padding-left: 10px;
    list-style: none;
    display: inline-block;
    float: right; }
    header .social-links li {
      display: inline-block;
      margin-left: 25px; }
      header .social-links li a {
        font-size: 24px;
        font-size: 2.4rem;
        color: #555555; }
        header .social-links li a:hover {
          color: #3156a3; }
      @media (max-width: 1080px) {
        header .social-links li {
          margin-left: 15px; } }
      header .social-links li:first-child a {
        color: #3156a3; }
    @media (max-width: 1080px) {
      header .social-links {
        padding-left: 8px; } }
    @media (max-width: 1000px) {
      header .social-links {
        display: none; } }
  header .phone-number {
    line-height: 36px;
    font-weight: 900;
    color: #f2f2f2;
    font-size: 18px;
    width: 232px;
    height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    right: 20px;
    background: url(/images/phone-background.png) no-repeat;
    display: none; }
    header .phone-number a {
      color: #f2f2f2;
      font-size: 18px;
      font-size: 1.8rem; }
    header .phone-number i {
      margin-right: 6px; }
    @media (max-width: 1000px) {
      header .phone-number {
        display: none; } }

.content-header {
  height: 200px;
  background-color: #3156a3;
  background-image: url(/images/content-banner-pattern.png);
  background-repeat: repeat-x;
  position: relative; }
  @media (max-width: 760px) {
    .content-header {
      height: 150px; } }
  .content-header .row {
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    height: 200px;
    position: relative;
    padding: 0 5px; }
    @media (max-width: 1080px) {
      .content-header .row {
        padding: 0 25px; } }
    @media (max-width: 760px) {
      .content-header .row {
        padding: 0 20px;
        height: 150px; } }
  .content-header h2 {
    display: block;
    margin-bottom: 0;
    color: #f2f2f2;
    font-weight: 300;
    font-size: 48px;
    font-size: 4.8rem;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-transform: none;
    position: absolute;
    bottom: 30px; }
    @media (max-width: 760px) {
      .content-header h2 {
        font-size: 36px;
        font-size: 3.6rem;
        bottom: 20px; } }

footer {
  padding: 60px 0;
  background-color: #222222;
  *zoom: 1; }
  footer:before, footer:after {
    display: table;
    content: ""; }
  footer:after {
    clear: both; }
  @media (max-width: 1080px) {
    footer {
      padding: 40px 10px; } }
  @media (max-width: 1000px) {
    footer {
      padding: 40px 30px; } }
  @media (max-width: 760px) {
    footer {
      padding: 30px 20px; } }
  footer .row {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 15px; }
    @media (max-width: 760px) {
      footer .row {
        padding: 0; } }
  footer .third {
    padding: 0; }
    footer .third:nth-child(1) {
      padding: 0 20px 0 0; }
    footer .third:nth-child(2) {
      padding: 0 10px; }
    footer .third:nth-child(3) {
      padding: 0 0 0 20px; }
    @media (max-width: 1000px) {
      footer .third {
        width: 50%;
        margin-bottom: 30px; } }
    @media (max-width: 760px) {
      footer .third {
        width: 100%;
        margin-bottom: 60px;
        padding: 0 !important; } }
  footer .copyrite {
    margin-top: 100px;
    padding: 10px 0 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: -0.01rem;
    border-top: 1px solid #333; }
  footer h4 {
    color: #f2f2f2;
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    margin-bottom: 1.5em;
    position: relative; }
    footer h4:after {
      content: '';
      background-color: #3156a3;
      width: 60px;
      height: 2px;
      display: block;
      position: absolute;
      top: 33px; }
  footer p {
    color: #aaaaaa;
    line-height: 1.4;
    font-size: 14px;
    font-size: 1.4rem; }
    footer p a {
      color: #f2f2f2; }
      footer p a:hover {
        color: #3156a3; }
  footer dl {
    color: #aaaaaa;
    width: 80%;
    font-size: 14px;
    font-size: 1.4rem; }
    @media (max-width: 760px) {
      footer dl {
        width: 90%; } }
    footer dl dt {
      float: left;
      clear: both;
      display: block;
      width: 50%;
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #444; }
      footer dl dt:nth-child(5) {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; }
    footer dl dd {
      float: right;
      display: block;
      width: 50%;
      text-align: right;
      margin-bottom: 12px;
      padding-bottom: 12px;
      border-bottom: 1px solid #444; }
      footer dl dd:last-child {
        border: none;
        margin-bottom: 0;
        padding-bottom: 0; }
  footer .social-links {
    margin-top: 20px;
    padding-left: 0px;
    list-style: none; }
    footer .social-links li {
      display: inline-block;
      margin-right: 25px; }
      footer .social-links li a {
        font-size: 32px;
        font-size: 3.2rem;
        color: #f2f2f2; }
        footer .social-links li a:hover {
          color: #3156a3; }

.intro {
  height: 550px;
  background: url(/images/banner-image.jpg) no-repeat;
  background-size: cover; }
  @media (max-width: 1000px) {
    .intro {
      height: 480px; } }
  @media (max-width: 760px) {
    .intro {
      height: auto; } }
  .intro .row {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto; }
  .intro .intro-wrapper {
    width: 100%;
    height: 550px;
    padding: 80px 0 0 0;
    position: relative; }
    @media (max-width: 1080px) {
      .intro .intro-wrapper {
        padding: 80px 0 0 0; } }
    @media (max-width: 1000px) {
      .intro .intro-wrapper {
        padding: 40px 0 0 0;
        display: block;
        height: 480px; } }
    @media (max-width: 760px) {
      .intro .intro-wrapper {
        padding: 40px 0;
        height: auto;
        display: block;
        background: none; } }
    .intro .intro-wrapper svg {
      margin: 30px auto;
      display: block;
      padding-left: 50px; }
    .intro .intro-wrapper:before {
      content: ' ';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path d="M0 0h1v1H0V0z" fill="%23000000" /></svg>');
      background-repeat: repeat;
      background-size: 2px 2px;
      opacity: .2; }
  .intro .intro-title {
    text-align: left;
    padding: 0 15px; }
    @media (max-width: 1080px) {
      .intro .intro-title {
        padding: 0 20px; } }
    @media (max-width: 1000px) {
      .intro .intro-title {
        width: 100%;
        padding: 0 15px; } }
    @media (max-width: 760px) {
      .intro .intro-title {
        padding: 0 10px;
        text-align: center; } }
  .intro h2, .intro h4 {
    color: #f2f2f2; }
  .intro h2 {
    font-size: 60px;
    font-size: 6rem;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
    letter-spacing: -0.1rem;
    margin-bottom: 5rem;
    text-transform: none; }
    @media (max-width: 1080px) {
      .intro h2 {
        font-size: 60px;
        font-size: 6rem; } }
    @media (max-width: 1000px) {
      .intro h2 {
        line-height: 1;
        margin-bottom: 3rem; } }
    @media (max-width: 760px) {
      .intro h2 {
        font-size: 30px;
        font-size: 3rem;
        margin-bottom: 1rem;
        line-height: 1.2; } }
  .intro h4 {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0;
    margin-bottom: 3.4rem;
    letter-spacing: 0.05rem; }
    @media (max-width: 1000px) {
      .intro h4 {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media (max-width: 760px) {
      .intro h4 {
        font-size: 15px;
        font-size: 1.5rem;
        padding: 0 30px; } }
  .intro .button__blue-rounded {
    display: inline-block; }
  .intro .screening-banner {
    margin: 130px auto 0;
    padding: 40px;
    max-width: 920px;
    background: #000000;
    background: rgba(0, 0, 0, 0.8); }
    @media (max-width: 1000px) {
      .intro .screening-banner {
        margin: 80px auto 0;
        max-width: 720px;
        padding: 20px 30px; } }
    @media (max-width: 760px) {
      .intro .screening-banner {
        margin: 60px 0 0 0;
        max-width: 100%;
        padding: 30px 20px; } }
    .intro .screening-banner h4 {
      font-style: normal;
      text-align: left;
      font-size: 24px;
      font-size: 2.4rem;
      line-height: 1;
      margin-bottom: 0.7em; }
      @media (max-width: 1000px) {
        .intro .screening-banner h4 {
          font-size: 22px;
          font-size: 2.2rem;
          text-align: left; } }
      @media (max-width: 760px) {
        .intro .screening-banner h4 {
          font-size: 28px;
          font-size: 2.8rem;
          text-align: center; } }
    .intro .screening-banner p {
      line-height: 1.2;
      color: #f2f2f2;
      font-size: 12px;
      font-size: 1.2rem; }
      @media (max-width: 1000px) {
        .intro .screening-banner p {
          display: block;
          font-size: 10px;
          font-size: 1rem; } }
      @media (max-width: 760px) {
        .intro .screening-banner p {
          display: none; } }
    .intro .screening-banner .three-quarters {
      padding-right: 10%; }
      @media (max-width: 760px) {
        .intro .screening-banner .three-quarters {
          padding-right: 0; } }
  .intro .intro-actions {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: -30px; }
    @media (max-width: 1080px) {
      .intro .intro-actions {
        bottom: 0; } }
    @media (max-width: 1000px) {
      .intro .intro-actions {
        height: 200px;
        bottom: -30px; } }
    @media (max-width: 760px) {
      .intro .intro-actions {
        background-color: transparent;
        position: relative; } }
    .intro .intro-actions .row {
      padding: 0 15px; }
      @media (max-width: 760px) {
        .intro .intro-actions .row {
          padding: 0; } }
  .intro .intro-action {
    text-align: left;
    top: 0;
    position: relative; }
    @media (max-width: 1000px) {
      .intro .intro-action {
        top: -30px; } }
    @media (max-width: 760px) {
      .intro .intro-action {
        display: block;
        top: 0; } }
    .intro .intro-action:nth-child(1) .inner {
      margin: 0 15px 0 0; }
    .intro .intro-action:nth-child(4) .inner {
      margin: 0 0 0 15px; }
      @media (max-width: 760px) {
        .intro .intro-action:nth-child(4) .inner {
          padding-bottom: 20px; } }
    .intro .intro-action.booking .inner {
      background-color: #3760b7;
      transform: scale(1.1);
      z-index: 99; }
      @media (max-width: 760px) {
        .intro .intro-action.booking .inner {
          background-color: #f2f2f2;
          transform: scale(1); } }
    .intro .intro-action .inner {
      background-color: #f2f2f2;
      background-color: #3156a3;
      min-height: 300px;
      width: auto;
      display: block;
      -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
      box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35); }
      @media (max-width: 1000px) {
        .intro .intro-action .inner {
          height: auto;
          min-height: 0; } }
      @media (max-width: 760px) {
        .intro .intro-action .inner {
          margin: 0 !important;
          background-color: #f2f2f2;
          min-height: 0;
          height: auto;
          -webkit-box-shadow: 0 8px 30px transparent;
          -moz-box-shadow: 0 8px 30px transparent;
          box-shadow: 0 8px 30px transparent;
          padding-bottom: 20px; } }
    .intro .intro-action h3 {
      text-transform: none;
      margin-bottom: 20px;
      font-size: 21px;
      font-size: 2.1rem;
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      font-weight: 700;
      display: block;
      line-height: 1;
      color: white;
      letter-spacing: -0.05rem; }
      @media (max-width: 1000px) {
        .intro .intro-action h3 {
          font-size: 15px;
          font-size: 1.5rem; } }
      @media (max-width: 760px) {
        .intro .intro-action h3 {
          background-color: #f2f2f2;
          color: #1c3a78;
          font-size: 20px;
          font-size: 2rem;
          margin-bottom: 0;
          height: 40px;
          line-height: 40px; } }
    .intro .intro-action p {
      padding: 0;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500;
      margin-bottom: 3em;
      line-height: 1.5;
      color: white; }
      @media (max-width: 1000px) {
        .intro .intro-action p {
          font-size: 12px;
          font-size: 1.2rem;
          padding: 0 20px;
          margin-bottom: 1.8em; } }
      @media (max-width: 760px) {
        .intro .intro-action p {
          padding: 0 20px;
          margin-bottom: 1.5em;
          font-size: 14px;
          font-size: 1.4rem;
          color: #3156a3; } }
    .intro .intro-action a.btn {
      font-family: "Montserrat", Helvetica, Arial, sans-serif;
      padding: 12px 24px;
      color: #3156a3;
      font-weight: 700;
      margin-bottom: 0;
      text-transform: uppercase;
      display: inline-block;
      background-color: white;
      font-size: 16px;
      font-size: 1.6rem;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      letter-spacing: 0; }
      .intro .intro-action a.btn:hover {
        -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4); }
      @media (max-width: 1000px) {
        .intro .intro-action a.btn {
          font-size: 13px;
          font-size: 1.3rem;
          padding: 12px 20px; } }
      @media (max-width: 760px) {
        .intro .intro-action a.btn {
          display: block;
          margin: 0 60px;
          margin-bottom: 1em;
          font-size: 16px;
          font-size: 1.6rem;
          -webkit-box-shadow: 0 8px 30px transparent;
          -moz-box-shadow: 0 8px 30px transparent;
          box-shadow: 0 8px 30px transparent; } }
      .intro .intro-action a.btn.button__blue-rounded {
        padding: 18px 24px;
        font-size: 21px;
        font-size: 2.1rem; }
        @media (max-width: 1000px) {
          .intro .intro-action a.btn.button__blue-rounded {
            font-size: 13px;
            font-size: 1.3rem;
            padding: 12px 20px; } }
        @media (max-width: 760px) {
          .intro .intro-action a.btn.button__blue-rounded {
            padding: 12px 20px;
            font-size: 16px;
            font-size: 1.6rem; } }
    .intro .intro-action .tabs {
      background-color: #fff;
      height: 70px;
      text-align: center;
      margin-bottom: 40px; }
      .intro .intro-action .tabs .active {
        border-bottom: 3px solid #3156a3; }
    .intro .intro-action .content .half {
      padding: 0 40px; }
    .intro .intro-action.virtual {
      text-align: center; }
      .intro .intro-action.virtual .inner {
        padding: 60px 50px 0; }
        @media (max-width: 1000px) {
          .intro .intro-action.virtual .inner {
            padding: 40px 20px; } }
        @media (max-width: 760px) {
          .intro .intro-action.virtual .inner {
            padding: 30px 20px 0; } }
      @media (max-width: 760px) {
        .intro .intro-action.virtual:last-of-type .inner {
          padding: 30px 20px; } }
    .intro .intro-action.home__contact-app {
      display: none; }
      .intro .intro-action.home__contact-app h4 {
        color: #222222 !important;
        font-weight: 700;
        margin-bottom: 5px !important;
        margin-top: 15px !important; }
        .intro .intro-action.home__contact-app h4:last-of-type {
          margin-top: 30px !important; }

.partners {
  background-color: #fff;
  padding: 130px 40px 60px; }
  @media (max-width: 1080px) {
    .partners {
      padding: 80px 30px 50px; }
      .partners img {
        width: auto;
        height: 52px; } }
  @media (max-width: 1000px) {
    .partners {
      padding: 60px 20px 40px; }
      .partners img {
        width: auto;
        height: 44px; } }
  @media (max-width: 760px) {
    .partners {
      clear: both; }
      .partners img {
        width: auto;
        height: auto; } }
  .partners ul {
    list-style: none;
    text-align: center;
    padding-left: 0; }
    .partners ul li {
      display: inline-block;
      margin: 0 20px; }
      @media (max-width: 1080px) {
        .partners ul li {
          margin: 0 15px; } }
      @media (max-width: 760px) {
        .partners ul li {
          margin: 20px; } }

.actions {
  background-color: #1c3a78;
  min-height: 380px;
  text-align: center;
  padding: 60px 0; }
  @media (max-width: 1000px) {
    .actions {
      padding: 40px 0;
      min-height: 340px; } }
  @media (max-width: 760px) {
    .actions {
      padding: 40px 0 0 0; } }
  .actions .icon {
    margin: 0 auto 36px auto;
    display: block;
    width: 68px;
    height: 68px;
    background-repeat: no-repeat;
    background-position: 0 center;
    color: #f2f2f2; }
    @media (max-width: 760px) {
      .actions .icon {
        display: none; } }
  .actions h3, .actions p, .actions a {
    color: #f2f2f2; }
  .actions h3 {
    text-transform: none;
    margin-bottom: 0.6em;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.2rem; }
  .actions p {
    padding: 0 60px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 3em; }
    @media (max-width: 1000px) {
      .actions p {
        padding: 0 20px;
        margin-bottom: 3em; } }
    @media (max-width: 760px) {
      .actions p {
        padding: 0 20px;
        margin-bottom: 1.5em;
        font-size: 14px;
        font-size: 1.4rem; } }
  .actions a {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    letter-spacing: 0.1rem;
    padding: 16px 24px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #3156a3;
    color: #f2f2f2;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    -webkit-box-shadow: 0 10px 44px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 10px 44px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 44px rgba(0, 0, 0, 0.15); }
    .actions a:hover {
      background-color: #f2f2f2;
      color: #3156a3; }
    @media (max-width: 760px) {
      .actions a {
        display: block;
        margin: 0 60px;
        margin-bottom: 4em;
        font-size: 14px;
        font-size: 1.4rem; } }
  .actions .action__contact .icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MTYgNDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2YyZjJmMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlZlY3RvciBTbWFydCBPYmplY3QxPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNTYsNDhDMTQxLjEsNDgsNDgsMTQxLjEsNDgsMjU2czkzLjEsMjA4LDIwOCwyMDgsMjA4LTkzLjEsMjA4LTIwOFMzNzAuOSw0OCwyNTYsNDhabTAsMzM2VjI1NkgxMjguM0wzNTIsMTYwWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4IC00OCkiLz48L3N2Zz4=); }
  .actions .action__question .icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0MTYgNDE2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2YyZjJmMjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPlZlY3RvciBTbWFydCBPYmplY3QyPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yOTQuMSwzNjUuNWMtMi42LTEuOC03LjItNC41LTE3LjUtNC41SDE2MC41QzEyNS44LDM2MSw5NiwzMzQuOSw5NiwzMDEuOFYyMDFIOTQuMkM2Ny45LDIwMSw0OCwyMjEuNSw0OCwyNDYuNVYzNzUuNGMwLDI1LDIxLjQsNDAuNiw0Ny43LDQwLjZIMTEydjQ4bDUzLjEtNDVjMS45LTEuNCw1LjMtMywxMy4yLTNoODkuOGMyMywwLDQ3LjQtMTEuNCw1MS45LTMyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4IC00OCkiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik00MDEsNDhIMTgzLjdDMTQ5LDQ4LDEyOCw3NC44LDEyOCwxMDcuOFYyNzZjMCwzMy4xLDI4LDYwLDYyLjcsNjBIMjkxLjhjMTAuNCwwLDE1LDIuMywxNy41LDQuMkwzODQsNDAwVjMzNmgxN2MzNC44LDAsNjMtMjYuOSw2My01OS45VjEwNy44QzQ2NCw3NC44LDQzNS44LDQ4LDQwMSw0OFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC00OCAtNDgpIi8+PC9zdmc+); }
  .actions .action__virtual .icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgMzg0LjEiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZjJmMmYyO308L3N0eWxlPjwvZGVmcz48dGl0bGU+VmVjdG9yIFNtYXJ0IE9iamVjdDM8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQ0NSwzODYuN2wtODQuOC04NS45YTE1Ni43NSwxNTYuNzUsMCwwLDAsMjEtNzcuOUMzODEuMiwxMzUuMywzMTAsNjQsMjIyLjYsNjRTNjQsMTM1LjMsNjQsMjIyLjlzNzEuMiwxNTguOSwxNTguNiwxNTguOWExNTYuMDgsMTU2LjA4LDAsMCwwLDgwLjEtMjIuNEwzODcuMSw0NDVhMTAuNTYsMTAuNTYsMCwwLDAsNy4zLDMuMSwxMC4xNCwxMC4xNCwwLDAsMCw3LjMtMy4xTDQ0NSw0MDEuMkExMC4yNiwxMC4yNiwwLDAsMCw0NDUsMzg2LjdaTTIyMi42LDEyNS45YzUzLjQsMCw5Ni44LDQzLjUsOTYuOCw5N3MtNDMuNCw5Ny05Ni44LDk3LTk2LjgtNDMuNS05Ni44LTk3UzE2OS4yLDEyNS45LDIyMi42LDEyNS45WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY0IC02NCkiLz48L3N2Zz4=); }

.services {
  padding: 60px 0;
  background-color: #f2f2f2; }
  @media (max-width: 1000px) {
    .services {
      padding: 40px 0; } }
  @media (max-width: 760px) {
    .services {
      padding: 40px 0 0 0; } }
  .services h2 {
    text-align: center;
    color: #555555;
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom: 0;
    line-height: 1;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    text-transform: none;
    font-weight: 800; }
  .services .row {
    margin-top: 40px; }
    .services .row:last-child {
      margin-top: 0; }
    .services .row .services__item {
      padding: 15px; }
      @media (max-width: 1000px) {
        .services .row .services__item {
          padding: 0 10px;
          width: 100%;
          margin-bottom: 30px; } }
      @media (max-width: 760px) {
        .services .row .services__item {
          margin-bottom: 30px; } }
      .services .row .services__item .inner {
        padding: 30px;
        background-color: #fff;
        -webkit-box-shadow: 0 10px 44px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 10px 44px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 44px rgba(0, 0, 0, 0.1); }
      .services .row .services__item img {
        margin-bottom: 20px; }
        @media (max-width: 1000px) {
          .services .row .services__item img {
            float: left;
            margin-bottom: 0;
            margin-right: 20px; } }
        @media (max-width: 760px) {
          .services .row .services__item img {
            float: none;
            margin-bottom: 20px;
            margin-right: 0; } }
      .services .row .services__item h3 {
        margin-bottom: 0.4em;
        font-size: 18px;
        font-size: 1.8rem;
        text-transform: none;
        font-weight: 800; }
        .services .row .services__item h3 a {
          font-size: 18px;
          font-size: 1.8rem;
          text-transform: none;
          font-weight: 800; }
      .services .row .services__item p {
        color: #555555;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.05rem; }

.row.team__item {
  margin-bottom: 60px !important;
  padding-bottom: 30px;
  border-bottom: none; }
  .row.team__item:last-child {
    border-bottom: none;
    margin-bottom: 0 !important; }
  @media (max-width: 1000px) {
    .row.team__item {
      margin-bottom: 30px !important; } }
  @media (max-width: 760px) {
    .row.team__item {
      margin-top: 10px !important;
      margin-bottom: 10px !important; } }
  .row.team__item img {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-bottom: 30px;
    display: block; }
  .row.team__item .bio {
    padding-left: 20px; }
    @media (max-width: 760px) {
      .row.team__item .bio {
        padding-left: 0;
        margin-bottom: 30px; } }
    .row.team__item .bio h4 {
      font-size: 24px;
      font-size: 2.4rem;
      margin-bottom: 10px;
      font-family: "Lato", Helvetica, Arial, sans-serif; }
    .row.team__item .bio dl {
      letter-spacing: 0.05rem; }
      .row.team__item .bio dl dt {
        float: left;
        clear: both;
        display: block;
        width: 20%;
        margin-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid #ddd;
        color: #777;
        font-style: normal; }
        .row.team__item .bio dl dt:nth-child(1) {
          border-top: 1px solid rgba(49, 86, 163, 0.5); }
        @media (max-width: 760px) {
          .row.team__item .bio dl dt {
            width: 100%;
            float: none;
            border-top: none;
            font-style: italic;
            margin-bottom: 0; } }
      .row.team__item .bio dl dd {
        float: left;
        display: block;
        width: 80%;
        text-align: left;
        margin-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid #ddd; }
        .row.team__item .bio dl dd:nth-child(2) {
          border-top: 1px solid rgba(49, 86, 163, 0.5); }
          @media (max-width: 760px) {
            .row.team__item .bio dl dd:nth-child(2) {
              border: none; } }
        @media (max-width: 760px) {
          .row.team__item .bio dl dd {
            width: 100%;
            float: none;
            border-top: none;
            padding-top: 5px;
            margin-bottom: 0; } }

.content {
  background-color: #f2f2f2; }
  .content .row {
    padding: 0 10px; }
    @media (max-width: 760px) {
      .content .row {
        padding: 0; } }
  .content h4 {
    margin-top: 2em; }
    .content h4:first-child {
      margin-top: 0; }
  .content .subnav {
    list-style-type: none;
    margin-left: 60px; }
    .content .subnav li {
      padding: 1px 0; }
      .content .subnav li a {
        background-color: #d1d7d9;
        color: #222222;
        display: block;
        padding: 15px 18px; }
        .content .subnav li a:hover {
          background-color: #b0bcc0; }
      .content .subnav li.active a {
        background-color: #3156a3;
        color: #f2f2f2;
        font-weight: 900; }
    @media (max-width: 1000px) {
      .content .subnav {
        margin-left: 30px; } }
    @media (max-width: 760px) {
      .content .subnav {
        margin-left: 0;
        padding-left: 0;
        margin-top: 40px; } }
  .content.contact h4 {
    padding-bottom: 0.5em;
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(49, 86, 163, 0.5); }
    @media (max-width: 760px) {
      .content.contact h4 {
        margin-bottom: 1em; } }
  .content.contact .row:first-child {
    padding-bottom: 60px; }
    @media (max-width: 760px) {
      .content.contact .row:first-child {
        padding-bottom: 40px; } }
  .content.contact .contact__items {
    margin-top: 2.45em;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-left: 80px;
    border-top: 1px solid rgba(49, 86, 163, 0.5);
    border-bottom: 1px solid rgba(49, 86, 163, 0.5); }
    @media (max-width: 1000px) {
      .content.contact .contact__items {
        margin-left: 30px; } }
    @media (max-width: 760px) {
      .content.contact .contact__items {
        margin-top: 0;
        margin-left: 0;
        border-top: none;
        border-bottom: none; } }
    .content.contact .contact__items dt {
      color: #777;
      font-style: italic;
      margin-bottom: 0em; }
    .content.contact .contact__items dd {
      font-weight: 700; }
    .content.contact .contact__items li {
      padding-bottom: 0.6em;
      margin-bottom: 0.6em; }
      .content.contact .contact__items li span.item__text {
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 700;
        margin-left: 10px; }
      .content.contact .contact__items li .fa-envelope, .content.contact .contact__items li .fa-calendar-o {
        line-height: 2.4em !important;
        font-size: 0.8em !important; }
  .content.contact .contact__items-app {
    display: none; }
  .content.contact #map {
    min-height: 400px; }

.news .button__blue-arrow {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 12px;
  font-size: 1.2rem; }
  .news .button__blue-arrow:after {
    content: "\f054";
    font-family: FontAwesome;
    color: #3156a3;
    margin-left: 0.5em; }

.news .button__blue-arrow-back {
  display: block;
  padding-top: 30px;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem; }
  .news .button__blue-arrow-back:before {
    content: "\f053";
    font-family: FontAwesome;
    color: #3156a3;
    margin-right: 0.5em; }

.news .news__item {
  padding-bottom: 4em;
  margin-bottom: 4em;
  border-bottom: 1px solid #ccc; }
  .news .news__item h4 {
    margin-bottom: 1em; }
    .news .news__item h4 a {
      font-size: 24px;
      font-size: 2.4rem; }
  .news .news__item time {
    display: inline-block;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 900;
    margin-right: 1em;
    padding-right: 1em;
    border-right: 2px solid #ccc; }
  .news .news__item p {
    margin-bottom: 2em;
    border-left: 4px solid #ccc;
    padding-left: 1em;
    color: #555555; }
  @media (max-width: 760px) {
    .news .news__item {
      padding-bottom: 2em;
      margin-bottom: 2em; } }

.news .article h4:first-child {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -0.07rem;
  margin-bottom: 0.4em; }

.news .article time {
  display: block;
  text-transform: uppercase;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 900;
  margin-bottom: 2.5em; }

.news .article blockquote {
  border-left: 4px solid #3156a3;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 300;
  color: #3156a3;
  line-height: 1.2;
  margin: 1em 0; }

.news .article ul {
  margin: 2em 0;
  padding-left: 1em; }

.news .article .author {
  color: #888;
  font-style: italic;
  font-size: 12px;
  font-size: 1.2rem; }

.news .share__list {
  padding-left: 0 !important; }
  .news .share__list li {
    display: inline-block; }
    .news .share__list li a {
      width: 40px;
      height: 40px;
      display: block;
      background-color: #ddd;
      text-align: center; }
      .news .share__list li a i {
        color: #555555;
        line-height: 40px;
        font-size: 24px;
        font-size: 2.4rem; }
      .news .share__list li a:hover i {
        color: #3156a3; }

#app {
  background-color: white; }
  #app main, #app .content {
    background-color: white; }
  #app header, #app footer {
    display: none; }
  #app .partners, #app .services {
    display: none; }
  #app .intro {
    background: none;
    background-color: white; }
    #app .intro .intro-wrapper {
      padding: 0; }
    #app .intro .intro-wrapper:before {
      display: none; }
    #app .intro .intro-wrapper > .row {
      display: none; }
    #app .intro .intro-actions {
      bottom: auto; }
      #app .intro .intro-actions .intro-action .inner, #app .intro .intro-actions .intro-action h3 {
        background-color: transparent;
        font-family: "Lato", Helvetica, Arial, sans-serif;
        margin-bottom: -5px; }
      #app .intro .intro-actions .intro-action .inner, #app .intro .intro-actions .intro-action .btn {
        font-family: "Lato", Helvetica, Arial, sans-serif;
        margin-bottom: 0; }
      #app .intro .intro-actions .home__contact {
        display: none; }
      #app .intro .intro-actions .home__contact-app {
        display: block; }
  #app .content-header {
    background: transparent;
    height: auto; }
    #app .content-header .row {
      height: 100px; }
    #app .content-header h2 {
      color: #3156a3; }
  #app .contact__items {
    display: none; }
  #app .contact__items-app {
    display: block; }
  #app #map {
    display: none; }
  #app .contact > .row:first-of-type, #app .contact .golden-large {
    display: none; }
  #app section.services {
    display: block; }
  #app .subnav {
    display: none; }
