﻿#sizeHelper {
  height: 10px;
  width: 10px;
  position: fixed;
  z-index: 10000;
  top: 10px;
  left: 10px; }
  @media (max-width: 768px) {
    #sizeHelper {
      /* RED */
      background-color: #f00; } }
  @media (min-width: 768px) and (max-width: 991px) {
    #sizeHelper {
      /* ORANGE */
      background-color: #f90; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    #sizeHelper {
      /* YELLOW */
      background-color: #ff0; } }
  @media (min-width: 1200px) {
    #sizeHelper {
      /* GREEN */
      background-color: #0f0; } }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html, body {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-size: 16px;
  line-height: 20px;
  height: 100%; }

h1 {
  font-family: Oswald;
  font-size: 46px;
  line-height: 48px;
  text-transform: uppercase;
  color: #20252e;
  margin-top: 30px; }

h2 {
  font-family: Oswald;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.18;
  color: #20252e;
  margin-top: 45px;
  margin-bottom: 30px; }

hr {
  height: 0px;
  border: solid 1px #ccc;
  background-color: #ccc;
  width: 100%; }

a {
  display: inline-block;
  text-decoration: none; }
  a:hover, a:active, a:visited, a:focus {
    text-decoration: none; }
  a img {
    border: none; }

.right {
  float: right; }

.left {
  float: left; }

.header {
  width: 100%;
  z-index: 10;
  position: relative; }
  .header .hero {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 210px;
    margin: 0 auto; }
  .header .nav-down {
    display: none; }
  .header .navigation-bar {
    position: relative; }
    .header .navigation-bar .social-icons {
      position: absolute;
      top: 0px;
      right: 10px;
      display: block; }
      @media (max-width: 768px) {
        .header .navigation-bar .social-icons {
          top: 40px;
          right: 95px; } }
      .header .navigation-bar .social-icons a {
        font-size: 14px;
        color: #5c97d0;
        display: inline-block;
        margin-left: 15px;
        background-color: #fff;
        width: 26px;
        padding: 3px 5px;
        text-align: center; }
        @media (max-width: 768px) {
          .header .navigation-bar .social-icons a {
            margin-left: 5px;
            padding: 5px 5px; } }
    .header .navigation-bar #logo {
      position: absolute;
      top: 10px;
      left: 5px;
      -webkit-transition: -webkit-transform 0.62s cubic-bezier(0.63, 0.62, 0.5, 0.49) 0s;
      -moz-transition: -moz-transform 0.62s cubic-bezier(0.63, 0.62, 0.5, 0.49) 0s;
      -ms-transition: -ms-transform 0.62s cubic-bezier(0.63, 0.62, 0.5, 0.49) 0s;
      -o-transition: -o-transform 0.62s cubic-bezier(0.63, 0.62, 0.5, 0.49) 0s;
      transition: transform 0.62s cubic-bezier(0.23, 1, 0.32, 1) 0s; }
      .header .navigation-bar #logo a .logo-img {
        background-image: url("/img/logo.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 290px;
        height: 169px; }
        @media (max-width: 768px) {
          .header .navigation-bar #logo a .logo-img {
            width: 165px; } }
        @media (max-width: 479px) {
          .header .navigation-bar #logo a .logo-img {
            width: 145px; } }
    .header .navigation-bar .nav-toggle {
      position: absolute;
      top: 30px;
      right: 30px;
      width: 50px;
      height: 50px;
      color: #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      background-color: transparent;
      -webkit-appearance: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border: 1px solid #fff;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }
      .header .navigation-bar .nav-toggle:focus {
        outline: none; }
      .header .navigation-bar .nav-toggle span.icon-bar {
        background-color: #fff;
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        text-align: center;
        margin: 5px auto; }
      @media (min-width: 769px) {
        .header .navigation-bar .nav-toggle {
          display: none; } }
    .header .navigation-bar .navigation {
      margin: 60px 0px; }
      .header .navigation-bar .navigation .nav-links-wrapper {
        margin: 0 -15px; }
        @media (max-width: 768px) {
          .header .navigation-bar .navigation .nav-links-wrapper {
            display: none;
            position: absolute;
            top: 109px;
            left: 0px;
            width: 110%;
            background-color: #000;
            min-height: 1200px; } }
        .header .navigation-bar .navigation .nav-links-wrapper .nav-links {
          float: right; }
          @media (max-width: 768px) {
            .header .navigation-bar .navigation .nav-links-wrapper .nav-links {
              float: none;
              width: auto;
              margin: 0 auto;
              text-align: center; } }
          .header .navigation-bar .navigation .nav-links-wrapper .nav-links li {
            list-style-type: none;
            display: inline-block;
            padding: 5px 10px; }
            @media (max-width: 768px) {
              .header .navigation-bar .navigation .nav-links-wrapper .nav-links li {
                display: block;
                width: auto;
                padding: 5px 5px;
                font-size: 14px; } }
            .header .navigation-bar .navigation .nav-links-wrapper .nav-links li a {
              color: #fff;
              text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26); }
            .header .navigation-bar .navigation .nav-links-wrapper .nav-links li:hover {
              border-bottom: 5px solid #5c97d0; }
  .header.fixed .hero-inner {
    position: fixed;
    top: 0;
    z-index: 999;
    background-repeat: no-repeat;
    background-color: #2d2926;
    background-size: cover;
    min-height: 110px;
    height: 110px;
    width: 100%;
    opacity: 0.9; }
    @media (min-width: 769px) {
      .header.fixed .hero-inner .navigation-bar .nav-container #logo {
        -webkit-transform: scale(0.55);
        -ms-transform: scale(0.55);
        transform: scale(0.55);
        transform-origin: 0% 0%; } }
    .header.fixed .hero-inner .navigation-bar .nav-container #logo a .logo-img {
      background-image: url(/img/logo-no-txt.png);
      background-size: contain;
      background-repeat: no-repeat; }
      @media (max-width: 768px) {
        .header.fixed .hero-inner .navigation-bar .nav-container #logo a .logo-img {
          width: 80px; } }
      @media (max-width: 479px) {
        .header.fixed .hero-inner .navigation-bar .nav-container #logo a .logo-img {
          width: 80px; } }
    .header.fixed .hero-inner .navigation-bar .nav-container .navigation {
      margin: 45px 0px 15px 0px;
      width: 100%; }

.center-block {
  text-align: center; }
  .center-block a {
    display: inline-block; }

.home .header {
  height: 100%; }
  .home .header.fixed .hero-inner {
    background-color: #2d2926;
    background-image: none;
    opacity: 0.9; }

.home .hero {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 100%;
  width: 100%; }
  .home .hero .social-icons a {
    color: #fff;
    background-color: #5c97d0; }
  @media (max-width: 768px) {
    .home .hero {
      background-position: top right; } }
  .home .hero .hero-inner {
    background-image: none; }
  .home .hero .hero-text {
    font-family: Oswald;
    font-size: 33px;
    color: #fff;
    text-transform: uppercase;
    line-height: 33px;
    position: absolute;
    left: 22%;
    top: 50%;
    max-width: 40%; }
    @media (max-width: 768px) {
      .home .hero .hero-text {
        left: 15%;
        max-width: 60%; } }
    @media (max-width: 479px) {
      .home .hero .hero-text {
        left: 10%;
        max-width: 75%; } }

.home .nav-down {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  left: calc(50% - 20px);
  -moz-animation: bounce 2s;
  -webkit-animation: bounce 2s;
  -o-animation: bounce 2s;
  animation: bounce 2s; }
  .home .nav-down a {
    font-size: 78px;
    color: #ffffff;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.68); }

.main {
  background-image: url(../img/background.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 30px; }
  .main a {
    color: #c71844;
    text-decoration: underline; }
  .main .loader {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    clear: both;
    margin-top: 30px; }
  .main .button-wrapper {
    margin: 30px auto;
    text-align: center; }
    .main .button-wrapper a.button {
      margin: 0 auto;
      display: inline-block;
      text-transform: uppercase;
      text-decoration: none;
      color: #fff;
      width: auto;
      padding: 0px 0px 0px 40px;
      line-height: 1.7rem;
      position: relative;
      vertical-align: middle;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
      @media (max-width: 479px) {
        .main .button-wrapper a.button {
          padding: 0px 0px 0px 10px; } }
      .main .button-wrapper a.button.large-button {
        font-size: 23px; }
      .main .button-wrapper a.button i {
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        -moz-border-radius-bottomright: 4px;
        border-bottom-right-radius: 4px;
        color: #fff;
        padding: 15px;
        margin-left: 40px; }
        @media (min-width: 992px) and (max-width: 1199px) {
          .main .button-wrapper a.button i {
            margin-left: 10px; } }
        @media (min-width: 768px) and (max-width: 991px) {
          .main .button-wrapper a.button i {
            margin-left: 10px; } }
        @media (max-width: 479px) {
          .main .button-wrapper a.button i {
            margin-left: 10px; } }
      .main .button-wrapper a.button.blue {
        background-color: #5c97d0; }
        .main .button-wrapper a.button.blue i {
          background-color: #3772ac; }
        .main .button-wrapper a.button.blue:hover {
          background-color: #3772ac; }
      .main .button-wrapper a.button.pink {
        background-color: #c71844; }
        .main .button-wrapper a.button.pink i {
          background-color: #9c0e31; }
        .main .button-wrapper a.button.pink:hover {
          background-color: #9c0e31; }
      .main .button-wrapper a.button.darkblue {
        background-color: #3e5ea1; }
        .main .button-wrapper a.button.darkblue i {
          background-color: #213d77; }
        .main .button-wrapper a.button.darkblue:hover {
          background-color: #213d77; }
      .main .button-wrapper a.button.turquiose {
        background-color: #2c767e; }
        .main .button-wrapper a.button.turquiose i {
          background-color: #185960; }
        .main .button-wrapper a.button.turquiose:hover {
          background-color: #185960; }
  .main .breakout .breakout-background {
    padding: 15px 15px 45px 15px;
    min-height: 210px; }
  .main .breakout .button-wrapper {
    margin-top: -25px; }
    .main .breakout .button-wrapper a.button.blue {
      background-color: #3772ac; }
      .main .breakout .button-wrapper a.button.blue i {
        background-color: #213d77; }
      .main .breakout .button-wrapper a.button.blue:hover {
        background-color: #213d77; }
    .main .breakout .button-wrapper a.button.pink {
      background-color: #c71844; }
      .main .breakout .button-wrapper a.button.pink i {
        background-color: #9c0e31; }
      .main .breakout .button-wrapper a.button.pink:hover {
        background-color: #9c0e31; }
    .main .breakout .button-wrapper a.button.darkblue {
      background-color: #3e5ea1; }
      .main .breakout .button-wrapper a.button.darkblue i {
        background-color: #213d77; }
      .main .breakout .button-wrapper a.button.darkblue:hover {
        background-color: #213d77; }
    .main .breakout .button-wrapper a.button.turquiose {
      background-color: #2c767e; }
      .main .breakout .button-wrapper a.button.turquiose i {
        background-color: #185960; }
      .main .breakout .button-wrapper a.button.turquiose:hover {
        background-color: #185960; }
  .main .breakout.blue {
    color: #fff; }
    .main .breakout.blue .breakout-background {
      background-color: #5c97d0; }
  .main .breakout.pink {
    color: #fff; }
    .main .breakout.pink .breakout-background {
      background-color: #c71844; }
  .main .breakout.darkblue {
    color: #fff; }
    .main .breakout.darkblue .breakout-background {
      background-color: #3772ac; }
  .main .breakout.turquiose {
    color: #fff; }
    .main .breakout.turquiose .breakout-background {
      background-color: #3aadb9; }
  .main .block {
    font-family: "Open Sans", sans-serif;
    margin-left: -15px;
    margin-right: -15px; }
    @media (max-width: 768px) {
      .main .block {
        margin-left: 0px;
        margin-right: 0px; } }
    .main .block .block-title {
      font-size: 27px;
      text-transform: uppercase;
      display: block;
      text-align: center;
      margin: 15px auto 30px auto;
      text-align: center;
      color: #000;
      font-family: Oswald; }
    .main .block a {
      color: #fff;
      text-decoration: none;
      display: block; }
    .main .block .content a {
      display: inline-block;
      color: #c71844;
      text-decoration: underline; }
    .main .block .block-description {
      display: block;
      padding: 0px 30px;
      text-align: center; }
      .main .block .block-description a {
        display: inline; }
  .main .block-title h2 {
    font-size: 27px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    margin: 15px auto 30px auto;
    text-align: center;
    color: #000;
    font-family: Oswald; }
  .main .inline {
    width: auto; }
  .main .blue .block-title, .main .pink .block-title, .main .darkblue .block-title, .main .turquiose .block-title {
    color: #fff; }
  .main .info-block {
    width: 100%; }
    .main .info-block .info-inner {
      width: 100%; }
      .main .info-block .info-inner .block-background {
        width: 100%; }
  .main .carousel {
    position: relative;
    background-color: transparent; }
    .main .carousel .carousel-inner {
      position: relative;
      margin-bottom: 30px;
      background-color: transparent; }
      .main .carousel .carousel-inner .image {
        max-height: 120px; }
  .main .carousel-control {
    color: #fff;
    font-size: 26px; }
    .main .carousel-control i {
      display: inline-block;
      position: absolute;
      top: 37.5%; }
  .main .carousel-control.right {
    background: none;
    text-align: right;
    margin-left: 10px;
    right: 15px; }
  .main .carousel-control.left {
    background: none;
    text-align: left;
    left: 10px; }
  .main .resources-block ul {
    margin: 15px 30px;
    width: 100%; }
    .main .resources-block ul li {
      float: left;
      margin: 0;
      width: 50%;
      display: inline-block;
      padding-left: 15px; }
      .main .resources-block ul li.text-right {
        text-align: right;
        padding-right: 30px; }
  .main .news-events-panel {
    font-family: "Open Sans", sans-serif;
    margin-top: 30px; }
    .main .news-events-panel .image {
      position: relative; }
      .main .news-events-panel .image:after {
        content: "\f0d8";
        font-family: 'FontAwesome';
        font-size: 40px;
        color: #5c97d0;
        position: absolute;
        bottom: -3px;
        left: 22px;
        padding: 0;
        margin: 0; }
    .main .news-events-panel .info {
      display: inline-block;
      font-size: 14px;
      background-color: #5c97d0;
      color: #fff; }
      .main .news-events-panel .info i {
        margin-right: 5px; }
    .main .news-events-panel .item {
      padding: 20px; }
      .main .news-events-panel .item .event-summary, .main .news-events-panel .item .news-summary {
        display: block;
        background-color: #f6f6f6;
        height: 100%; }
      .main .news-events-panel .item .title {
        background-color: #5c97d0;
        font-size: 22px;
        padding: 5px 22px 15px 22px; }
      .main .news-events-panel .item .summary {
        padding: 22px;
        font-size: 18px; }
  .main .news-events-page {
    font-family: "Open Sans", sans-serif; }
    .main .news-events-page .image .info {
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px; }
    .main .news-events-page .news-image {
      position: relative; }
      .main .news-events-page .news-image:after {
        content: "\f0d8";
        font-family: 'FontAwesome';
        font-size: 40px;
        color: #5c97d0;
        position: absolute;
        bottom: -3px;
        left: 22px;
        padding: 0;
        margin: 0; }
    .main .news-events-page .event-image {
      position: relative;
      height: auto; }
      .main .news-events-page .event-image img {
        width: 100%; }
      .main .news-events-page .event-image:after {
        content: "\f0d9";
        font-family: 'FontAwesome';
        font-size: 40px;
        color: #5c97d0;
        position: absolute;
        top: 15px;
        right: -1px;
        padding: 0;
        margin: 0; }
    .main .news-events-page .info {
      display: inline-block;
      font-size: 14px;
      background-color: #5c97d0;
      color: #fff; }
      .main .news-events-page .info i {
        margin-right: 5px; }
    .main .news-events-page .event-label {
      display: inline-block;
      font-size: 14px;
      font-weight: normal;
      background-color: #5c97d0;
      color: #fff;
      padding: 0; }
      .main .news-events-page .event-label i {
        margin-right: 5px; }
    .main .news-events-page .item {
      padding: 20px; }
      .main .news-events-page .item .col-xs-6 {
        background-color: #f6f6f6; }
      .main .news-events-page .item .title {
        background-color: #5c97d0;
        font-size: 22px;
        padding: 15px 22px; }
      .main .news-events-page .item .summary {
        padding: 22px;
        font-size: 18px; }
    .main .news-events-page .event-item {
      margin-top: 30px; }
      .main .news-events-page .event-item .col-xs-6 {
        padding: 0; }
  .main .center-image img {
    display: block;
    margin: 5px auto; }
  .main .resources-page {
    font-family: "Open Sans", sans-serif; }
    .main .resources-page hr {
      margin-bottom: 30px; }
    .main .resources-page .resources-filter {
      position: relative; }
    .main .resources-page .filterby-label {
      position: absolute;
      top: 0;
      left: 15px; }
    .main .resources-page .intro-text {
      display: table;
      width: auto;
      margin: 0 auto; }
    .main .resources-page .filter-buttons {
      display: table;
      width: auto;
      margin: 0 auto; }
      .main .resources-page .filter-buttons .filter-button {
        font-weight: bold;
        color: #c71844;
        border: 1px solid #c71844;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        border-radius: 4px;
        padding: 10px 15px;
        text-decoration: none;
        margin: 5px; }
        .main .resources-page .filter-buttons .filter-button.active {
          background-color: #c71844;
          color: #fff; }
    .main .resources-page .image .info {
      position: absolute;
      top: 0;
      left: 0;
      padding: 10px; }
    .main .resources-page .image {
      position: relative; }
      .main .resources-page .image img {
        width: 100%; }
      .main .resources-page .image:after {
        content: "\f0d8";
        font-family: 'FontAwesome';
        font-size: 40px;
        color: #5c97d0;
        position: absolute;
        bottom: -3px;
        left: 22px;
        padding: 0;
        margin: 0; }
    .main .resources-page .item {
      padding: 20px;
      margin-top: 15px; }
      .main .resources-page .item .title {
        background-color: #5c97d0;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 24px;
        padding: 15px 22px; }
      .main .resources-page .item .wrapper {
        background-color: #f6f6f6; }
        .main .resources-page .item .wrapper .summary {
          padding: 22px;
          font-size: 18px; }
        .main .resources-page .item .wrapper .button {
          color: #20252e;
          background-color: #fff;
          color: #c71844;
          font-family: Oswald;
          border: 1px solid #909090;
          margin-bottom: 15px; }
          .main .resources-page .item .wrapper .button i {
            color: #fff;
            background-color: #909090;
            border-radius: unset; }
  .main .map-block {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-top: 45px; }
  .main .image-carousel {
    color: #5c97d0; }
    .main .image-carousel .bx-wrapper .bx-viewport {
      max-width: calc(100% - 45px); }
      @media (max-width: 768px) {
        .main .image-carousel .bx-wrapper .bx-viewport {
          max-width: calc(100% - 80px);
          margin-left: 35px; } }
    .main .image-carousel .bx-prev, .main .image-carousel .bx-next {
      color: #5c97d0;
      z-index: 998;
      font-size: 22px;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.26); }
    .main .image-carousel ul li img {
      max-height: 112px; }
      @media (max-width: 479px) {
        .main .image-carousel ul li img {
          min-width: 80px; } }
  .main .image-panel .item {
    margin-top: 15px; }
  .main .light-bg {
    background-color: #f6f6f6; }
  .main .twitter-panel {
    font-size: 14px;
    margin-top: 30px; }
    .main .twitter-panel a {
      word-break: break-all;
      color: #000; }
    .main .twitter-panel .twitter-item {
      margin: 15px auto; }
      .main .twitter-panel .twitter-item a {
        word-break: break-all;
        display: inline-block;
        white-space: pre-wrap;
        color: #c71844; }
  .main .summary {
    margin-bottom: 15px;
    font-size: 18px; }
  .main .link {
    font-weight: bold;
    margin-right: 15px;
    margin-top: 15px;
    font-size: 19px;
    text-decoration: none !important;
    text-transform: uppercase; }
    .main .link i {
      margin-right: 5px; }

.footer {
  background-color: #383838;
  padding: 30px 0px;
  margin: 30px auto 0px auto;
  color: #fff;
  position: relative;
  z-index: 10; }
  .footer .footer-links {
    margin-bottom: 15px; }
  .footer a {
    text-decoration: underline;
    color: #fff; }
  .footer .social-links {
    display: block;
    font-size: 26px; }
    .footer .social-links span {
      display: inline-block;
      padding: 15px; }
    @media (max-width: 768px) {
      .footer .social-links {
        float: left; } }
  .footer .logos {
    clear: both;
    display: block;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 991px) {
      .footer .logos {
        float: right;
        text-align: right; } }
    @media (max-width: 768px) {
      .footer .logos {
        text-align: left; } }
    .footer .logos .image-wrapper {
      display: inline-block; }
      @media (max-width: 768px) {
        .footer .logos .image-wrapper {
          display: block; } }
      .footer .logos .image-wrapper img {
        vertical-align: top; }
        .footer .logos .image-wrapper img.footer-image-1 {
          margin-bottom: 23px;
          margin-left: 60px; }
          @media (max-width: 768px) {
            .footer .logos .image-wrapper img.footer-image-1 {
              margin-bottom: 0px;
              margin-left: 0px; } }
  .footer .contourPage {
    width: 100%;
    display: block; }
    @media (max-width: 991px) {
      .footer .contourPage {
        width: 100%; } }
    .footer .contourPage .contourFieldSet {
      font-family: Oswald;
      padding-right: 0px;
      margin: 0px;
      display: inline-block;
      width: 90%;
      height: 28px;
      /* overflow-y: hidden; */
      float: left;
      position: relative;
      padding-top: 0px; }
      .footer .contourPage .contourFieldSet .col-md-12 {
        padding: 0px; }
      .footer .contourPage .contourFieldSet .contourField {
        display: block;
        margin: 0 auto;
        width: 100%;
        text-align: center; }
        .footer .contourPage .contourFieldSet .contourField label {
          font-size: 18px; }
          .footer .contourPage .contourFieldSet .contourField label .contourIndicator {
            display: none; }
        .footer .contourPage .contourFieldSet .contourField input[type="text"] {
          color: #20252e;
          border: none;
          padding: 10px;
          height: 40px;
          margin-right: 0px;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          -ms-border-radius: 4px;
          border-radius: 4px; }
    .footer .contourPage .contourNavigation {
      float: right;
      padding-top: 0px; }
      .footer .contourPage .contourNavigation .row-fluid {
        width: 10%;
        height: 50px;
        display: inline-block;
        position: relative; }
    .footer .contourPage .btn {
      font-family: fontawesome;
      content: "\f105";
      height: 40px;
      background-color: #c71844;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border-radius: 4px; }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px); } }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

.the-report .button-wrapper a.button.turquiose {
  padding: 0px 0px 0px 20px;
  min-width: 425px; }
  .the-report .button-wrapper a.button.turquiose span {
    display: inline-block;
    padding-top: 10px; }
  .the-report .button-wrapper a.button.turquiose i {
    float: right; }
  @media (max-width: 479px) {
    .the-report .button-wrapper a.button.turquiose {
      min-width: 300px; }
      .the-report .button-wrapper a.button.turquiose span {
        font-size: 65%; } }

body.resources .intro-text {
  margin-left: 5px; }

body.resources .event-label {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px; }

body.resources .main .button-wrapper {
  text-align: left;
  margin-left: 22px; }

body.resources .footer {
  margin-top: 120px; }

.x-small {
  font-size: 9px; }
  .x-small p {
    margin-bottom: 10px; }

.top-margin {
  margin-top: 17.5px; }

@media (max-width: 768px) {
  .show-mobile {
    display: block !important; } }

@media (min-width: 769px) {
  .nav-links-wrapper {
    display: block !important; } }

.parallax {
  /* Full height */
  height: 1500px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.the-report-inner section {
  position: relative;
  background-color: #fff;
  margin-top: 75px;
  margin-bottom: 30px;
  padding: 30px 0px;
  z-index: 2; }
  .the-report-inner section.intro-section {
    margin-top: 30px; }
  .the-report-inner section.support-section {
    margin-top: 0px;
    margin-bottom: 0px; }
  .the-report-inner section.view-report-section {
    margin-top: 0px;
    margin-bottom: 0px; }
  .the-report-inner section.resources-section {
    margin-bottom: 0px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .the-report-inner section {
      margin-top: 45px;
      padding: 15px 0px; }
      .the-report-inner section.support-section {
        margin-top: 0px;
        margin-bottom: 0px; }
      .the-report-inner section.view-report-section {
        margin-top: 0px;
        margin-bottom: 0px; }
      .the-report-inner section.resources-section {
        margin-bottom: 0px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .the-report-inner section {
      margin-top: 30px;
      padding: 15px 0px; }
      .the-report-inner section.support-section {
        margin-top: 0px;
        margin-bottom: 0px; }
      .the-report-inner section.view-report-section {
        margin-top: 0px;
        margin-bottom: 0px; }
      .the-report-inner section.resources-section {
        margin-bottom: 0px; } }
  @media (max-width: 768px) {
    .the-report-inner section {
      margin-top: 30px;
      padding: 15px 0px; }
      .the-report-inner section.support-section {
        margin-top: 0px;
        margin-bottom: 0px; }
      .the-report-inner section.view-report-section {
        margin-top: 0px;
        margin-bottom: 0px; }
      .the-report-inner section.resources-section {
        margin-bottom: 0px; } }
  .the-report-inner section h2 {
    margin-top: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    line-height: 1.25;
    width: auto;
    display: inline-block; }
    @media (min-width: 768px) and (max-width: 991px) {
      .the-report-inner section h2 {
        font-size: 32px; } }
    @media (max-width: 768px) {
      .the-report-inner section h2 {
        font-size: 28px; } }

.the-report-inner .intro-section {
  padding-top: 0px;
  padding-bottom: 0px; }
  .the-report-inner .intro-section .intro-section-top {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 320px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat; }
    .the-report-inner .intro-section .intro-section-top .gradient {
      z-index: 2;
      height: 100%;
      min-height: 320px;
      background: -moz-linear-gradient(bottom, #41adb8 0%, rgba(65, 173, 184, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(bottom, #41adb8 0%, rgba(65, 173, 184, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to top, #41adb8 0%, rgba(65, 173, 184, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
  .the-report-inner .intro-section .intro-section-mid {
    width: 100%;
    min-height: 300px;
    background-color: #41adb8;
    color: #fff; }
    .the-report-inner .intro-section .intro-section-mid .container:first-of-type {
      margin-top: -250px; }
      .the-report-inner .intro-section .intro-section-mid .container:first-of-type .row {
        margin-bottom: 15px; }
      .the-report-inner .intro-section .intro-section-mid .container:first-of-type h2 {
        color: #fff;
        padding-right: 25px;
        border-bottom: 1px solid #fff; }
        .the-report-inner .intro-section .intro-section-mid .container:first-of-type h2 .intro-icon {
          display: block;
          position: absolute;
          margin-right: -25px;
          top: 25px;
          transform: translateY(-50%);
          right: 50px;
          max-width: 30px; }
      .the-report-inner .intro-section .intro-section-mid .container:first-of-type ul {
        list-style-type: disc;
        margin-left: 20px; }
      .the-report-inner .intro-section .intro-section-mid .container:first-of-type p {
        margin: 5px 0px; }
      .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator {
        margin: 15px 0px; }
        .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator h3 {
          font-family: Oswald;
          color: #fff;
          font-size: 18px;
          line-height: 23px;
          font-weight: bold;
          position: relative;
          min-height: 60px; }
          .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator h3 .title {
            position: absolute;
            min-height: 46px;
            width: 100%;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            padding-right: 50px; }
            .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator h3 .title .indicator-icon {
              display: block;
              margin-right: -50px;
              margin-top: 5px;
              position: absolute;
              top: 0px;
              right: 45px;
              max-width: 45px; }
              .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator h3 .title .indicator-icon img {
                max-width: 45px;
                display: block; }
        .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator p {
          font-size: 0.85rem;
          line-height: 1rem; }
        .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator .popup-button {
          font-size: 11px;
          vertical-align: central;
          margin-top: 10px;
          display: inline-block; }
          .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator .popup-button a {
            color: #fff;
            text-decoration: none; }
            .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator .popup-button a:hover, .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator .popup-button a:focus {
              color: #fff; }
            .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator .popup-button a img {
              width: 15px;
              margin-right: 5px;
              margin-top: 3px;
              float: left; }
            .the-report-inner .intro-section .intro-section-mid .container:first-of-type .indicator .popup-button a .text {
              margin-top: -5px; }
  .the-report-inner .intro-section .intro-section-bottom {
    position: relative;
    width: 100%;
    min-height: 320px;
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 30px; }
    .the-report-inner .intro-section .intro-section-bottom .gradient {
      z-index: 2;
      min-height: 320px;
      background: -moz-linear-gradient(top, #41adb8 0%, rgba(65, 173, 184, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, #41adb8 0%, rgba(65, 173, 184, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, #41adb8 0%, rgba(65, 173, 184, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }

.the-report-inner .infographic-section .wrapper {
  margin-top: 30px; }

.the-report-inner .resources-section {
  background-color: #f5f4f4; }
  .the-report-inner .resources-section .resource {
    min-height: 250px;
    position: relative;
    margin-bottom: 30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .the-report-inner .resources-section .resource .intro {
      position: absolute;
      height: auto;
      min-height: 30px;
      bottom: 0px;
      left: 0px;
      width: 100%; }
      .the-report-inner .resources-section .resource .intro .intro-text {
        width: 100%;
        color: #fff;
        font-size: 12px;
        padding: 5px 40px 5px 15px;
        vertical-align: baseline;
        min-height: 80px;
        background-color: #41adb8; }
        .the-report-inner .resources-section .resource .intro .intro-text .arrow-up {
          width: 0;
          height: 0;
          margin-top: -15px;
          border-left: 15px solid transparent;
          border-right: 15px solid transparent;
          border-bottom: 15px solid #41adb8; }
        .the-report-inner .resources-section .resource .intro .intro-text.red {
          background-color: #c51e47; }
          .the-report-inner .resources-section .resource .intro .intro-text.red .arrow-up {
            border-bottom: 15px solid #c51e47; }
        .the-report-inner .resources-section .resource .intro .intro-text.blue {
          background-color: #3a72aa; }
          .the-report-inner .resources-section .resource .intro .intro-text.blue .arrow-up {
            border-bottom: 15px solid #3a72aa; }
        .the-report-inner .resources-section .resource .intro .intro-text .download-icon {
          display: block;
          width: 20px;
          float: right;
          position: absolute;
          top: 50%;
          right: 5px;
          transform: translateY(-50%); }
          .the-report-inner .resources-section .resource .intro .intro-text .download-icon img {
            max-width: 100%; }

.the-report-inner .support-section {
  color: #fff;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .the-report-inner .support-section h2 {
    color: #fff;
    border-bottom: 1px solid #fff; }

.the-report-inner .view-report-section {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.the-report-inner div.button {
  margin-top: 15px; }

.the-report-inner a.button {
  display: inline-block;
  padding: 5px 15px;
  text-decoration: none;
  background-color: #c71844;
  color: #fff; }
  .the-report-inner a.button:hover, .the-report-inner a.button:focus {
    color: #fff;
    text-decoration: underline; }

.carousel-controls {
  background: #41adb8;
  padding: 10px 10px;
  opacity: 1;
  background-image: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  color: #fff !important; }
  .carousel-controls:hover, .carousel-controls:active, .carousel-controls:focus {
    color: #fff; }
  .carousel-controls.right {
    right: -15px; }
  .carousel-controls.left {
    left: -15px; }

.modal-dialog {
  border-radius: 0px; }
  .modal-dialog .modal-header {
    border-bottom: none;
    padding: 15px 60px; }
    .modal-dialog .modal-header .close {
      margin-right: -45px; }
    .modal-dialog .modal-header h3 {
      font-family: oswald;
      font-size: 18px; }
  .modal-dialog .modal-content {
    border-radius: 0px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .modal-dialog .modal-content {
        padding: 15px; } }
  .modal-dialog .modal-body {
    padding: 15px 60px; }
    @media (min-width: 768px) and (max-width: 991px) {
      .modal-dialog .modal-body {
        padding: 15px 15px; } }
    .modal-dialog .modal-body ul {
      margin-left: 20px;
      list-style-type: disc; }
      .modal-dialog .modal-body ul li {
        padding: 10px 0px;
        font-size: 13px; }

