@import url("https://fonts.googleapis.com/css?family=Lato&subset=latin-ext");
body {
  color: #24263a; }

p {
  color: #24263a; }

.font-dark {
  color: #24263a; }

.font-bg {
  color: #00336f; }

.font-active {
  color: #59add2; }

h1 {
  font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #24263a;
  margin: 30px auto; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:hover {
    color: inherit; }

html, body {
  font-size: 18px; }

.display-block {
  display: block; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.up {
  text-transform: uppercase; }

.clear {
  clear: both; }

img {
  max-width: 100%; }

header {
  background-color: #00336f; }
  @media (max-width: 1199px) {
    header .main-header > .container {
      max-width: 100%; } }
  header .main-header > .container:after {
    content: '';
    display: block;
    clear: both; }
  header .logo {
    float: left;
    width: 350px;
    margin-top: 1px;
    margin-bottom: 3px; }
    @media (max-width: 1215px) {
      header .logo {
        padding-left: 15px; } }
    @media (max-width: 460px) {
      header .logo {
        padding-left: 0;
        width: 310px; } }
    @media (max-width: 420px) {
      header .logo {
        padding-left: 0;
        width: 210px; } }
    header .logo .trapezoid:hover, header .logo .trapezoid:focus {
      text-decoration: none; }
    header .logo .trapezoid.title {
      float: left;
      background-color: #fff;
      font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 39px;
      line-height: 56px;
      height: 56px;
      margin-bottom: 10px; }
      header .logo .trapezoid.title > .content {
        padding-left: 12px;
        padding-right: 12px; }
      @media (max-width: 420px) {
        header .logo .trapezoid.title {
          font-size: 24px;
          line-height: 38px;
          height: 38px; } }
    header .logo .trapezoid:before, header .logo .trapezoid:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid; }
    header .logo .trapezoid.title:before {
      border-width: 0 0 57px 23px;
      border-color: transparent transparent #fff transparent;
      margin-left: -22px;
      margin-top: -1px;
      float: left; }
      @media (max-width: 420px) {
        header .logo .trapezoid.title:before {
          border-width: 0 0 39px 16px;
          margin-left: -15px; } }
    header .logo .trapezoid.title:after {
      border-width: 57px 23px 0 0;
      border-color: #fff transparent transparent transparent;
      margin-right: -22px;
      float: right; }
      @media (max-width: 420px) {
        header .logo .trapezoid.title:after {
          border-width: 39px 16px 0 0;
          margin-right: -15px; } }
    header .logo .trapezoid.supported-by {
      float: right;
      background-color: #59add2;
      font-family: "Lato", sans-serif;
      font-size: 16px;
      line-height: 30px;
      height: 30px;
      color: #fff; }
      header .logo .trapezoid.supported-by > .content {
        padding-left: 8px;
        padding-right: 8px; }
      @media (max-width: 420px) {
        header .logo .trapezoid.supported-by {
          font-size: 14px;
          line-height: 23px;
          height: 23px; } }
    header .logo .trapezoid.supported-by:before {
      border-width: 0 0 31px 16px;
      border-color: transparent transparent #59add2 transparent;
      margin-left: -15px;
      margin-top: -1px;
      float: left; }
      @media (max-width: 420px) {
        header .logo .trapezoid.supported-by:before {
          border-width: 0 0 24px 13px;
          margin-left: -12px; } }
    header .logo .trapezoid.supported-by:after {
      border-width: 31px 16px 0 0;
      border-color: #59add2 transparent transparent transparent;
      margin-right: -15px;
      float: right; }
      @media (max-width: 420px) {
        header .logo .trapezoid.supported-by:after {
          border-width: 24px 13px 0 0;
          margin-right: -12px; } }
    header .logo:after {
      display: block;
      content: '';
      clear: both; }
  header .nav-wrapper {
    margin-top: 35px;
    float: right; }
    @media (max-width: 420px) {
      header .nav-wrapper {
        margin-top: 23px; }
        header .nav-wrapper .fa-2x {
          font-size: 1.5em; } }
    header .nav-wrapper nav {
      font-family: "Gotham SSm 5r", "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-style: normal;
      font-weight: 500; }
      header .nav-wrapper nav a {
        font-size: 18px;
        /*
        @media (max-width: 1185px) {
          font-size: 14px;
          margin-right: 15px;
        }
        @media (max-width: 1060px) {
          font-size: 14px;
          margin-right: 15px;
        }
        */
        color: #fff;
        padding: 5px;
        margin-right: 25px; }
        header .nav-wrapper nav a:last-child {
          margin-right: 0; }
        header .nav-wrapper nav a:hover, header .nav-wrapper nav a:focus {
          text-decoration: none;
          color: #59add2;
          border-bottom: 1px solid #59add2; }
  header:after {
    display: block;
    content: '';
    clear: both; }
  header .mobile-menu a {
    color: #fff; }
  header .sub-header {
    display: none; }
    header .sub-header.open {
      display: block; }
    header .sub-header .mobile-nav {
      list-style: none;
      padding-left: 0;
      font-size: 18px; }
      header .sub-header .mobile-nav > li {
        display: block;
        border-top: 1px solid #d4dbe6; }
        header .sub-header .mobile-nav > li > a {
          display: block;
          color: #fff;
          padding: 10px;
          text-align: center; }

footer {
  background-color: #dedede;
  padding: 10px 27px 65px; }
  @media (max-width: 992px) {
    footer {
      padding: 0 27px 24px; } }
  @media (max-width: 1185px) {
    footer .col-content {
      width: 100% !important; } }
  footer .col-content .logo {
    float: left;
    width: 310px;
    padding-left: 20px; }
    @media (max-width: 992px) {
      footer .col-content .logo {
        width: 100% !important;
        padding-left: 0;
        text-align: center; } }
    footer .col-content .logo .trapezoid:hover, footer .col-content .logo .trapezoid:focus {
      text-decoration: none; }
    footer .col-content .logo .trapezoid.title {
      display: inline-block;
      background-color: #fff;
      font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 22px;
      line-height: 30px;
      height: 30px;
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 10px; }
    footer .col-content .logo .trapezoid:before, footer .col-content .logo .trapezoid:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid; }
    footer .col-content .logo .trapezoid.title:before {
      border-width: 0 0 31px 16px;
      border-color: transparent transparent #fff transparent;
      margin-left: -16px;
      margin-top: -1px;
      float: left; }
    footer .col-content .logo .trapezoid.title:after {
      border-width: 31px 16px 0 0;
      border-color: #fff transparent transparent transparent;
      margin-right: -16px;
      float: right; }
    footer .col-content .logo .trapezoid.supported-by {
      float: right;
      background-color: #59add2;
      font-family: "Lato", sans-serif;
      font-size: 21px;
      line-height: 40px;
      height: 40px;
      color: #fff;
      padding-left: 10px;
      padding-right: 10px; }
    footer .col-content .logo .trapezoid.supported-by:before {
      border-width: 0 0 40px 20px;
      border-color: transparent transparent #59add2 transparent;
      margin-left: -30px;
      float: left; }
    footer .col-content .logo .trapezoid.supported-by:after {
      border-width: 40px 20px 0 0;
      border-color: #59add2 transparent transparent transparent;
      margin-right: -30px;
      float: right; }
    footer .col-content .logo .supported-by {
      display: block;
      font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial, sans-serif;
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      color: #24263a; }
  footer .col-content .lists {
    float: left; }
    @media (max-width: 992px) {
      footer .col-content .lists {
        float: none; } }
    footer .col-content .lists .list {
      float: left;
      width: 210px; }
      @media (max-width: 992px) {
        footer .col-content .lists .list {
          width: 50% !important;
          text-align: center; } }
      footer .col-content .lists .list h4 {
        font-family: "Lato", sans-serif;
        font-weight: 800;
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 20px; }
      footer .col-content .lists .list ul {
        list-style: none;
        padding-left: 0;
        margin-bottom: 0; }
        footer .col-content .lists .list ul > li {
          padding-left: 0;
          font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial, sans-serif;
          font-style: normal;
          font-weight: 300;
          font-size: 16px;
          line-height: 1.8; }
  footer .col-content:after {
    content: '';
    display: block;
    clear: both; }

.container {
  max-width: none;
  padding-left: 15px;
  padding-right: 15px; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
      padding-left: 27px;
      padding-right: 27px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1185px; } }

.cols {
  margin-left: -27px;
  margin-right: -27px;
  padding-top: 40px;
  width: calc(100% + 30px); }
  @media (min-width: 768px) {
    .cols {
      width: calc(100% + 55px); } }
  .cols > .col-content, .cols > .col-sidebar {
    display: block;
    float: left;
    padding-left: 27px;
    padding-right: 27px; }
  .cols > .col-content {
    width: 815px; }
    @media (max-width: 1185px) {
      .cols > .col-content {
        width: 68.77%; } }
    @media (max-width: 767px) {
      .cols > .col-content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; } }
  .cols > .col-sidebar {
    width: 370px; }
    @media (max-width: 1185px) {
      .cols > .col-sidebar {
        width: 31.23%; } }
    @media (max-width: 768px) {
      .cols > .col-sidebar {
        width: 100%; } }
  .cols:after {
    content: '';
    display: block;
    clear: both; }

.col-content article, .col-sidebar article {
  display: block;
  margin-bottom: 34px; }
  .col-content article h3, .col-sidebar article h3 {
    font-family: "Gotham Narrow SSm 7r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.15;
    margin: 27px 0; }
    @media (max-width: 1185px) {
      .col-content article h3, .col-sidebar article h3 {
        font-size: 3vw;
        margin: 2.25vw 0; } }
    @media (max-width: 768px) {
      .col-content article h3, .col-sidebar article h3 {
        font-size: 6vw;
        margin: 4.5vw 0; } }
    .col-content article h3 > a, .col-sidebar article h3 > a {
      color: #24263a; }
  .col-content article .lead, .col-sidebar article .lead {
    font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.6666; }
    @media (max-width: 1185px) {
      .col-content article .lead, .col-sidebar article .lead {
        font-size: 1.5vw; } }
    @media (max-width: 768px) {
      .col-content article .lead, .col-sidebar article .lead {
        font-size: 3vw; } }
  .col-content article .more, .col-sidebar article .more {
    display: inline-block;
    float: right;
    margin-top: 50px;
    color: #59add2;
    font-size: 18px;
    padding: 5px;
    font-family: "Gotham SSm 7r", "Gotham SSm A", "Gotham SSm B", Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-weight: 700; }
    @media (max-width: 1185px) {
      .col-content article .more, .col-sidebar article .more {
        font-size: 1.4vw;
        margin-top: 4.5vw; } }
    @media (max-width: 768px) {
      .col-content article .more, .col-sidebar article .more {
        font-size: 2.8vw;
        margin-top: 8vw; } }
    .col-content article .more:after, .col-sidebar article .more:after {
      content: '\f178';
      display: inline-block;
      font-family: FontAwesome;
      font-size: 18px;
      color: #59add2;
      padding-left: 10px;
      font-weight: 700; }
      @media (max-width: 1185px) {
        .col-content article .more:after, .col-sidebar article .more:after {
          font-size: 1.4vw; } }
      @media (max-width: 768px) {
        .col-content article .more:after, .col-sidebar article .more:after {
          font-size: 2.8vw; } }
    .col-content article .more:hover, .col-content article .more:focus, .col-sidebar article .more:hover, .col-sidebar article .more:focus {
      text-decoration: none;
      background-color: #59add2;
      color: #fff; }
      .col-content article .more:hover:after, .col-content article .more:focus:after, .col-sidebar article .more:hover:after, .col-sidebar article .more:focus:after {
        color: #fff; }
  .col-content article:after, .col-sidebar article:after {
    content: '';
    display: block;
    clear: both; }

.col-sidebar article h3 {
  font-size: 22px;
  margin-bottom: 10px; }
  @media (max-width: 1185px) {
    .col-sidebar article h3 {
      font-size: 2vw; } }
  @media (max-width: 768px) {
    .col-sidebar article h3 {
      font-size: 4vw; } }
.col-sidebar article .more {
  margin-top: 15px; }
@media (max-width: 768px) {
  .col-sidebar article img {
    margin-left: auto;
    margin-right: auto;
    display: block; } }
.col-sidebar .banner {
  text-align: center;
  margin-bottom: 38px; }
  .col-sidebar .banner > a {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.buttons.pager {
  margin-bottom: 30px; }
  .buttons.pager .inner .button {
    display: inline-block;
    padding: 5px;
    margin: 15px;
    text-decoration: none; }
    .buttons.pager .inner .button:hover, .buttons.pager .inner .button:focus {
      text-decoration: none;
      background-color: #00336f;
      color: #fff; }
  .buttons.pager .inner .left {
    float: left; }
    .buttons.pager .inner .left .button:first-child {
      margin-left: 0; }
  .buttons.pager .inner .right {
    float: right; }
    .buttons.pager .inner .right .button:last-child {
      margin-right: 0; }
  .buttons.pager .inner:after {
    content: '';
    display: block;
    clear: both; }

html {
  width: 100%;
  height: 100%; }

body {
  min-height: 100%;
  font-family: "Gotham Narrow SSm 3r", "Gotham Narrow SSm A", "Gotham Narrow SSm B", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #24263a; }

/*# sourceMappingURL=site.css.map */
