@charset "UTF-8";
/* Brand Colors */
/* Additional Colors */
/* Social Colors (via http://amperage.us/social-icons) */
/* Dimensions */
/* Core Styles */
/* Mixins */
/* Button Template */
/* Form Input Placeholder Styling */
/* Universal Styles */
img, iframe {
  border: 0; }

blockquote p:first-of-type:before {
  content: '“';
  display: inline-block; }
blockquote p:last-of-type:after {
  content: '”';
  display: inline-block; }

cite {
  font-style: normal; }

cite:before {
  content: '-';
  display: inline-block;
  margin-right: 0.3em; }

dl {
  margin: 1em 0; }
  dl dt {
    margin: 0;
    padding: 0;
    font-weight: bold; }
  dl dd {
    margin: 0 0 0.8em;
    padding: 0; }

::selection {
  background: rgba(247, 238, 139, 0.8); }

/* Column structure */
.col-container:after {
  content: '';
  display: block;
  clear: both; }

.col-2 {
  float: left;
  width: 49%;
  margin: 0 1% 0 0; }

.col-2:nth-child(even) {
  float: right;
  margin: 0; }

.col-3 {
  float: left;
  width: 32%;
  margin: 0 1% 0 0; }

.col-3:nth-child(3n) {
  float: right;
  margin: 0; }

.col-2of3 {
  float: left;
  width: 65%;
  margin: 0 1% 0 0; }

.col-2of3:last-child {
  float: right;
  margin: 0; }

.col-2-5th {
  float: left;
  width: 40%;
  margin: 0 1% 0 0; }

.col-2-5th:last-child {
  float: right;
  margin: 0; }

.col-3-5th {
  float: left;
  width: 58%;
  margin: 0 1% 0 0; }

.col-3-5th:last-child {
  float: right;
  margin: 0; }

.col-4 {
  float: left;
  width: 24%;
  margin: 0 1% 0 0; }

.col-4:nth-child(4n) {
  float: right;
  margin: 0; }

.col-2of4 {
  float: left;
  width: 49%;
  margin: 0 1% 0 0; }

.col-2of4:last-child {
  float: right;
  margin: 0; }

.col-3of4 {
  float: left;
  width: 74%;
  margin: 0 1% 0 0; }

.col-3of4:last-child {
  float: right;
  margin: 0; }

.col-5 {
  float: left;
  width: 19%;
  margin: 0 1% 0 0; }

.col-5:nth-child(5n) {
  float: right;
  margin: 0; }

/* Tables */
table {
  margin: 1em 0;
  border-collapse: collapse !important;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  table th, table td {
    margin: 0;
    padding: 0.2em;
    min-height: 12px; }
    table th p, table th hr, table td p, table td hr {
      margin: 0.2em 0; }
  table thead th {
    text-align: left;
    font-weight: normal;
    cursor: default; }
  table tbody th {
    padding-left: 1em;
    text-align: left;
    font-weight: normal;
    cursor: default; }
  table tbody tr:nth-child(even) th, table tbody tr:nth-child(even) td {
    background: #F0F0F0; }
  table tbody tr:hover th, table tbody tr:hover td {
    background: lightYellow !important; }

table.blank thead th, table.blank thead td, table.blank thead tr:nth-child(even) th, table.blank thead tr:nth-child(even) td, table.blank tbody th, table.blank tbody td, table.blank tbody tr:nth-child(even) th, table.blank tbody tr:nth-child(even) td, table.blank tfoot th, table.blank tfoot td, table.blank tfoot tr:nth-child(even) th, table.blank tfoot tr:nth-child(even) td {
  background: none; }
table.blank thead tr:hover th, table.blank thead tr:hover td, table.blank tbody tr:hover th, table.blank tbody tr:hover td, table.blank tfoot tr:hover th, table.blank tfoot tr:hover td {
  background: inherit !important; }

@media (max-width: 400px) {
  table.responsive {
    width: 100%; }
    table.responsive td {
      width: 100% !important;
      height: auto !important;
      display: block; }
      table.responsive td div {
        width: 90%;
        margin: 0 auto;
        text-align: center; } }
body .dataTables_wrapper {
  margin: 1em 0; }
  body .dataTables_wrapper .dataTables_length, body .dataTables_wrapper .dataTables_filter, body .dataTables_wrapper .dataTables_info, body .dataTables_wrapper .dataTables_paginate {
    font-size: 0.7em;
    cursor: default; }
  body .dataTables_wrapper table.dataTable thead th, body .dataTables_wrapper table.dataTable tfoot th {
    font-weight: normal;
    padding: 0.2em; }
  body .dataTables_wrapper table.dataTable tfoot {
    display: table-header-group; }
    body .dataTables_wrapper table.dataTable tfoot th, body .dataTables_wrapper table.dataTable tfoot td {
      border-top: 0; }
    body .dataTables_wrapper table.dataTable tfoot select {
      max-width: 7em; }
  body .dataTables_wrapper table.dataTable thead th, body .dataTables_wrapper table.dataTable thead td {
    border-bottom: 1px solid #969696; }
  body .dataTables_wrapper table.dataTable thead td, body .dataTables_wrapper table.dataTable tbody th, body .dataTables_wrapper table.dataTable tbody td, body .dataTables_wrapper table.dataTable tfoot td {
    padding: 0.5em 0.4em; }
  body .dataTables_wrapper table.dataTable thead .sorting, body .dataTables_wrapper table.dataTable thead .sorting_asc, body .dataTables_wrapper table.dataTable thead .sorting_desc {
    position: relative;
    background: none;
    padding-right: 1.1em; }
  body .dataTables_wrapper table.dataTable thead .sorting:after, body .dataTables_wrapper table.dataTable thead .sorting_asc:after, body .dataTables_wrapper table.dataTable thead .sorting_desc:after {
    display: block;
    position: absolute;
    right: 0.2em;
    top: 50%;
    height: 1em;
    line-height: 1em;
    margin: -0.5em 0 0;
    font-family: 'FontAwesome'; }
  body .dataTables_wrapper table.dataTable thead .sorting:after {
    content: '\f0dc';
    color: #F0F0F0; }
  body .dataTables_wrapper table.dataTable thead .sorting_asc:after {
    content: '\f0de';
    color: #084467; }
  body .dataTables_wrapper table.dataTable thead .sorting_desc:after {
    content: '\f0dd';
    color: #084467; }
  body .dataTables_wrapper table.dataTable tbody td > ul > li:before {
    display: none; }
  body .dataTables_wrapper .standalone-filter, body .dataTables_wrapper .standalone-filter + .chosen-container {
    float: right; }
  body .dataTables_wrapper table.dataTable, body .dataTables_wrapper table.dataTable.no-footer {
    border-bottom: 1px solid #969696; }

body .dataTables_wrapper.no-search .dataTables_filter {
  display: none !important; }
body .dataTables_wrapper.no-filter tfoot {
  display: none !important; }
body .dataTables_wrapper.no-paging .dataTables_info {
  display: none !important; }
body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 0.8em;
  width: 1.4em;
  height: 1.4em;
  text-align: center;
  line-height: 1.5em;
  padding: 0;
  font-weight: normal;
  color: #fff;
  background: #0C6396;
  border-radius: 50%;
  box-shadow: none; }
body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:hover:before, body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:hover:before, body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:focus:before, body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:focus:before {
  color: #fff;
  background: #1082c5; }
body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:active:before, body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:active:before {
  color: #fff;
  background: #084467; }
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '\f068';
  color: #fff;
  background: #042538; }
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:hover:before, body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:hover:before, body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:focus:before, body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:focus:before {
  color: #fff;
  background: #084467; }
body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:active:before, body table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:active:before {
  color: #fff;
  background: #010608; }
body table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child, body table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  padding-left: 1.65em; }
body table.dataTable .parent th, body table.dataTable .parent td {
  background: #e2f3fd !important; }
body table.dataTable .child {
  border-bottom: 1px solid #0C6396;
  background: #e2f3fd !important; }
  body table.dataTable .child ul, body table.dataTable .child ol {
    margin: 0.5em 0;
    padding: 0;
    list-style: none; }

/* MediaElement JS Video/Audio Player */
body .mejs-container, body .mejs__container {
  font-size: 16px; }
  body .mejs-container .mejs-poster, body .mejs-container .mejs__poster, body .mejs__container .mejs-poster, body .mejs__container .mejs__poster {
    background-size: cover; }
  body .mejs-container .mejs-overlay-button, body .mejs-container .mejs__overlay-button, body .mejs__container .mejs-overlay-button, body .mejs__container .mejs__overlay-button {
    background: none; }
  body .mejs-container .mejs-overlay-button:after, body .mejs-container .mejs__overlay-button:after, body .mejs__container .mejs-overlay-button:after, body .mejs__container .mejs__overlay-button:after {
    font-family: 'FontAwesome';
    content: '\f16a';
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 6em;
    line-height: 1em;
    text-shadow: 0 0 0.2em rgba(12, 99, 150, 0.8);
    opacity: 0.9;
    -webkit-transform: scale(0.96);
    -moz-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s; }
  body .mejs-container .mejs-overlay:hover .mejs-overlay-button:after, body .mejs-container .mejs-overlay:focus .mejs-overlay-button:after, body .mejs-container .mejs__overlay:hover .mejs__overlay-button:after, body .mejs-container .mejs__overlay:focus .mejs__overlay-button:after, body .mejs__container .mejs-overlay:hover .mejs-overlay-button:after, body .mejs__container .mejs-overlay:focus .mejs-overlay-button:after, body .mejs__container .mejs__overlay:hover .mejs__overlay-button:after, body .mejs__container .mejs__overlay:focus .mejs__overlay-button:after {
    color: #fff;
    text-shadow: 0 0 0.2em #0c6396, 0 0 0.2em #0c6396;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  body .mejs-container .mejs-overlay:active .mejs-overlay-button:after, body .mejs-container .mejs__overlay:active .mejs__overlay-button:after, body .mejs__container .mejs-overlay:active .mejs-overlay-button:after, body .mejs__container .mejs__overlay:active .mejs__overlay-button:after {
    color: #084467;
    text-shadow: 0 0 0.2em black, 0 0 0.2em #0c6396;
    opacity: 1;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s; }
  body .mejs-container .mejs-controls, body .mejs-container .mejs__controls, body .mejs__container .mejs-controls, body .mejs__container .mejs__controls {
    background-color: rgba(12, 99, 150, 0);
    background-image: -webkit-linear-gradient(rgba(12, 99, 150, 0), #0c6396);
    background-image: linear-gradient(rgba(12, 99, 150, 0), #0c6396);
    backdrop-filter: blur(0.1em);
    -webkit-backdrop-filter: blur(0.1em);
    -moz-backdrop-filter: blur(0.1em);
    -ms-backdrop-filter: blur(0.1em); }
    body .mejs-container .mejs-controls button, body .mejs-container .mejs__controls button, body .mejs__container .mejs-controls button, body .mejs__container .mejs__controls button {
      margin: 10px 6px;
      padding: 0;
      border: 0;
      font-size: 1.6em;
      line-height: 1em;
      text-align: center;
      color: #fff;
      background: none;
      box-shadow: none;
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      transition-duration: 0s; }
    body .mejs-container .mejs-controls button:hover, body .mejs-container .mejs-controls button:focus, body .mejs-container .mejs__controls button:hover, body .mejs-container .mejs__controls button:focus, body .mejs__container .mejs-controls button:hover, body .mejs__container .mejs-controls button:focus, body .mejs__container .mejs__controls button:hover, body .mejs__container .mejs__controls button:focus {
      color: #fff;
      text-shadow: 0 0 0.3em #fff; }
    body .mejs-container .mejs-controls button:active, body .mejs-container .mejs__controls button:active, body .mejs__container .mejs-controls button:active, body .mejs__container .mejs__controls button:active {
      color: #1082c5;
      text-shadow: 0 0 0.3em #1082c5; }
    body .mejs-container .mejs-controls button:after, body .mejs-container .mejs__controls button:after, body .mejs__container .mejs-controls button:after, body .mejs__container .mejs__controls button:after {
      font-family: 'FontAwesome';
      display: block; }
    body .mejs-container .mejs-controls .mejs__play button:after, body .mejs-container .mejs__controls .mejs__play button:after, body .mejs__container .mejs-controls .mejs__play button:after, body .mejs__container .mejs__controls .mejs__play button:after {
      content: '\f04b'; }
    body .mejs-container .mejs-controls .mejs__pause button:after, body .mejs-container .mejs__controls .mejs__pause button:after, body .mejs__container .mejs-controls .mejs__pause button:after, body .mejs__container .mejs__controls .mejs__pause button:after {
      content: '\f04c'; }
    body .mejs-container .mejs-controls .mejs__mute button:after, body .mejs-container .mejs__controls .mejs__mute button:after, body .mejs__container .mejs-controls .mejs__mute button:after, body .mejs__container .mejs__controls .mejs__mute button:after {
      content: '\f028'; }
    body .mejs-container .mejs-controls .mejs__unmute button:after, body .mejs-container .mejs__controls .mejs__unmute button:after, body .mejs__container .mejs-controls .mejs__unmute button:after, body .mejs__container .mejs__controls .mejs__unmute button:after {
      content: '\f026'; }
    body .mejs-container .mejs-controls .mejs__fullscreen-button button:after, body .mejs-container .mejs-controls .mejs__fullscreen button:after, body .mejs-container .mejs__controls .mejs__fullscreen-button button:after, body .mejs-container .mejs__controls .mejs__fullscreen button:after, body .mejs__container .mejs-controls .mejs__fullscreen-button button:after, body .mejs__container .mejs-controls .mejs__fullscreen button:after, body .mejs__container .mejs__controls .mejs__fullscreen-button button:after, body .mejs__container .mejs__controls .mejs__fullscreen button:after {
      content: '\f065'; }
    body .mejs-container .mejs-controls .mejs__unfullscreen button:after, body .mejs-container .mejs__controls .mejs__unfullscreen button:after, body .mejs__container .mejs-controls .mejs__unfullscreen button:after, body .mejs__container .mejs__controls .mejs__unfullscreen button:after {
      content: '\f066'; }
    body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded, body .mejs-container .mejs-controls .mejs-time-rail .mejs__time-loaded, body .mejs-container .mejs-controls .mejs__time-rail .mejs-time-loaded, body .mejs-container .mejs-controls .mejs__time-rail .mejs__time-loaded, body .mejs-container .mejs__controls .mejs-time-rail .mejs-time-loaded, body .mejs-container .mejs__controls .mejs-time-rail .mejs__time-loaded, body .mejs-container .mejs__controls .mejs__time-rail .mejs-time-loaded, body .mejs-container .mejs__controls .mejs__time-rail .mejs__time-loaded, body .mejs__container .mejs-controls .mejs-time-rail .mejs-time-loaded, body .mejs__container .mejs-controls .mejs-time-rail .mejs__time-loaded, body .mejs__container .mejs-controls .mejs__time-rail .mejs-time-loaded, body .mejs__container .mejs-controls .mejs__time-rail .mejs__time-loaded, body .mejs__container .mejs__controls .mejs-time-rail .mejs-time-loaded, body .mejs__container .mejs__controls .mejs-time-rail .mejs__time-loaded, body .mejs__container .mejs__controls .mejs__time-rail .mejs-time-loaded, body .mejs__container .mejs__controls .mejs__time-rail .mejs__time-loaded {
      background: #042538; }
    body .mejs-container .mejs-controls .mejs-time-rail .mejs-time-current, body .mejs-container .mejs-controls .mejs-time-rail .mejs__time-current, body .mejs-container .mejs-controls .mejs__time-rail .mejs-time-current, body .mejs-container .mejs-controls .mejs__time-rail .mejs__time-current, body .mejs-container .mejs__controls .mejs-time-rail .mejs-time-current, body .mejs-container .mejs__controls .mejs-time-rail .mejs__time-current, body .mejs-container .mejs__controls .mejs__time-rail .mejs-time-current, body .mejs-container .mejs__controls .mejs__time-rail .mejs__time-current, body .mejs__container .mejs-controls .mejs-time-rail .mejs-time-current, body .mejs__container .mejs-controls .mejs-time-rail .mejs__time-current, body .mejs__container .mejs-controls .mejs__time-rail .mejs-time-current, body .mejs__container .mejs-controls .mejs__time-rail .mejs__time-current, body .mejs__container .mejs__controls .mejs-time-rail .mejs-time-current, body .mejs__container .mejs__controls .mejs-time-rail .mejs__time-current, body .mejs__container .mejs__controls .mejs__time-rail .mejs-time-current, body .mejs__container .mejs__controls .mejs__time-rail .mejs__time-current {
      background: #e2f3fd; }

/* Pagination/Navigation Controls */
#content .navigation, body #algolia-pagination, body .dataTables_wrapper .dataTables_paginate {
  text-align: center; }
  #content .navigation a, #content .navigation a.paginate_button, body #algolia-pagination a, body #algolia-pagination a.paginate_button, body .dataTables_wrapper .dataTables_paginate a, body .dataTables_wrapper .dataTables_paginate a.paginate_button {
    position: relative;
    display: inline-block;
    padding: 0.8em 3em;
    border: 0.1em dashed #0C6396 !important;
    font-weight: 800;
    text-align: center;
    font-size: 1.125em;
    line-height: 1em;
    color: #fff !important;
    background: #0C6396 !important;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #content .navigation a:hover, #content .navigation a:focus, #content .navigation a.paginate_button:hover, #content .navigation a.paginate_button:focus, body #algolia-pagination a:hover, body #algolia-pagination a:focus, body #algolia-pagination a.paginate_button:hover, body #algolia-pagination a.paginate_button:focus, body .dataTables_wrapper .dataTables_paginate a:hover, body .dataTables_wrapper .dataTables_paginate a:focus, body .dataTables_wrapper .dataTables_paginate a.paginate_button:hover, body .dataTables_wrapper .dataTables_paginate a.paginate_button:focus {
    top: -1px;
    color: #fff !important;
    border-color: #1082c5 !important;
    background: #1082c5 !important;
    text-decoration: none;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s; }
  #content .navigation a:active, #content .navigation a.paginate_button:active, body #algolia-pagination a:active, body #algolia-pagination a.paginate_button:active, body .dataTables_wrapper .dataTables_paginate a:active, body .dataTables_wrapper .dataTables_paginate a.paginate_button:active {
    top: 0;
    color: #fff !important;
    border-color: #084467 !important;
    background: #084467 !important;
    text-decoration: none;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s; }
  #content .navigation li.ais-pagination--item__active a, #content .navigation li.ais-pagination--item__active a:hover, #content .navigation li.ais-pagination--item__active a:focus, #content .navigation li.ais-pagination--item__active a:active, body #algolia-pagination li.ais-pagination--item__active a, body #algolia-pagination li.ais-pagination--item__active a:hover, body #algolia-pagination li.ais-pagination--item__active a:focus, body #algolia-pagination li.ais-pagination--item__active a:active, body .dataTables_wrapper .dataTables_paginate li.ais-pagination--item__active a, body .dataTables_wrapper .dataTables_paginate li.ais-pagination--item__active a:hover, body .dataTables_wrapper .dataTables_paginate li.ais-pagination--item__active a:focus, body .dataTables_wrapper .dataTables_paginate li.ais-pagination--item__active a:active {
    position: relative;
    display: inline-block;
    padding: 0.8em 3em;
    border: 0.1em dashed #149273 !important;
    font-weight: 800;
    text-align: center;
    font-size: 1.125em;
    line-height: 1em;
    color: #fff !important;
    background: #149273 !important;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #content .navigation a.paginate_button.current, #content .navigation a.paginate_button.current:hover, #content .navigation a.paginate_button.current:focus, #content .navigation a.paginate_button.current:active, body #algolia-pagination a.paginate_button.current, body #algolia-pagination a.paginate_button.current:hover, body #algolia-pagination a.paginate_button.current:focus, body #algolia-pagination a.paginate_button.current:active, body .dataTables_wrapper .dataTables_paginate a.paginate_button.current, body .dataTables_wrapper .dataTables_paginate a.paginate_button.current:hover, body .dataTables_wrapper .dataTables_paginate a.paginate_button.current:focus, body .dataTables_wrapper .dataTables_paginate a.paginate_button.current:active {
    position: relative;
    display: inline-block;
    padding: 0.8em 3em;
    border: 0.1em dashed #149273 !important;
    font-weight: 800;
    text-align: center;
    font-size: 1.125em;
    line-height: 1em;
    color: #fff !important;
    background: #149273 !important;
    text-decoration: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
    border-radius: 0;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #content .navigation .disabled, body #algolia-pagination .disabled, body .dataTables_wrapper .dataTables_paginate .disabled {
    display: none !important; }

/* Alignment Classes */
figure, figcaption {
  margin: 0;
  padding: 0; }

.alignleft {
  float: left;
  margin: 1.5em 1.5em 1.5em 0; }

.alignright {
  float: right;
  margin: 1.5em 0 1.5em 1.5em; }

img.alignleft, img.alignright {
  margin-top: 0; }

.aligncenter {
  display: block;
  margin: 1.5em auto;
  text-align: center; }
  .aligncenter img {
    display: block;
    margin: 1em auto; }

.embed-youtube {
  position: relative !important;
  padding-bottom: 56.25% !important;
  height: 0 !important;
  overflow: hidden !important;
  max-width: 100% !important; }

.embed-youtube iframe, .embed-youtube object, .embed-youtube embed {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important; }

/* Drupal Classes */
.contextual-links {
  margin: 0 !important; }

html, body {
  margin: 0;
  padding: 0;
  font-family: "Futura PT Multilingual W01", "Futura PT", "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.2em;
  color: #646464;
  background: #F0F0F0;
  -webkit-font-smoothing: antialiased; }

a {
  color: #0C6396;
  text-decoration: underline;
  cursor: pointer; }

a:hover, a:focus {
  color: #1082c5;
  text-decoration: underline; }

a:active {
  color: #084467;
  text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Futura PT Multilingual W01", "Futura PT", "Futura", "Trebuchet MS", Arial, sans-serif;
  color: #149273;
  font-weight: 800;
  line-height: 1.1em; }

h1 {
  font-size: 1.875em; }
  h1 strong {
    display: inline-block;
    padding: 0 0.3em;
    font-weight: bold;
    color: #fff;
    background: #149273; }

h2 {
  font-size: 1.76em;
  color: #0C6396; }

h4, h5, h6 {
  margin: 1em 0;
  font-size: 1em; }

h5 {
  color: #0C6396; }

h6 {
  color: #8D3D7F; }

hr {
  clear: both;
  margin: 1.5em 0;
  border: none;
  height: 1px;
  background: #969696; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea, button, input[type="button"], input[type="reset"], input[type="submit"], body .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0;
  padding: 0.2em 0.4em;
  text-indent: 0;
  border: 1px solid #646464;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(141, 61, 127, 0.8) inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input, button, textarea, select {
  font-family: "Futura PT Multilingual W01", "Futura PT", "Futura", "Trebuchet MS", Arial, sans-serif;
  font-size: 1em;
  outline: none;
  border-radius: 0; }

input:focus, button:focus, textarea:focus, select:focus, body .chosen-container-active .chosen-single, body .chosen-container-active .chosen-choices, body .chosen-container-single .chosen-search input[type="text"] {
  outline: none;
  border-color: #8D3D7F;
  box-shadow: 0 0 0.3em #b14c9f; }

body .chosen-container {
  margin: 0.1em 0.3em;
  min-width: 5em;
  font-size: 1em; }
  body .chosen-container .chosen-results li.highlighted {
    background: #0C6396; }
  body .chosen-container .chosen-results li.highlighted:active {
    background: #084467; }
  body .chosen-container .chosen-single, body .chosen-container .chosen-results li, body .chosen-container .chosen-choices li.search-choice, body .chosen-container .chosen-choices li.search-field input[type="text"] {
    height: 1.7em !important;
    line-height: 1.3em !important; }
  body .chosen-container .chosen-results li, body .chosen-container .chosen-choices li.search-choice {
    height: auto !important; }
  body .chosen-container .chosen-search input[type=text] {
    background: #fff; }
  body .chosen-container .chosen-search:before {
    content: '\f002';
    font-family: 'FontAwesome';
    display: block;
    font-size: 0.8em;
    position: absolute;
    right: 0.4em;
    top: 0;
    width: 1.2em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    color: #969696;
    pointer-events: none; }
  body .chosen-container .chosen-single {
    margin: 0;
    padding: 0.2em 0.4em;
    text-indent: 0;
    border: 1px solid #646464;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.8) inset; }
    body .chosen-container .chosen-single div {
      width: 1.4em;
      line-height: 1.6em;
      color: #fff;
      background: #8D3D7F; }
      body .chosen-container .chosen-single div b {
        width: 100%;
        background: none;
        text-align: center; }
      body .chosen-container .chosen-single div b:before {
        content: '\f0d7';
        font-family: 'FontAwesome';
        display: inline-block; }
    body .chosen-container .chosen-single span {
      margin-right: 1.8em; }
    body .chosen-container .chosen-single abbr {
      top: 0;
      right: 1.4em;
      width: 1em;
      height: 1.7em;
      line-height: 1.5em;
      color: #ed1c24;
      background: none;
      font-size: 1em;
      text-align: center; }
    body .chosen-container .chosen-single abbr:before {
      content: '\f00d';
      font-family: 'FontAwesome';
      display: inline-block;
      font-size: 0.9em; }
    body .chosen-container .chosen-single abbr:hover, body .chosen-container .chosen-single abbr:focus {
      color: #f14b52; }
    body .chosen-container .chosen-single abbr:active {
      color: #c61017; }
  body .chosen-container .chosen-single:hover div, body .chosen-container .chosen-single:focus div {
    background: #b14c9f; }
  body .chosen-container .chosen-single:active div {
    background: #692e5f; }
  body .chosen-container .chosen-drop {
    border-color: #646464; min-width: 300px;}

body .chosen-container-active.chosen-with-drop .chosen-single {
  background: #fff;
  border: 1px solid #646464;
  border-radius: 0;
  box-shadow: none; }
  body .chosen-container-active.chosen-with-drop .chosen-single div {
    background: #8D3D7F; }
    body .chosen-container-active.chosen-with-drop .chosen-single div b:before {
      content: '\f0d8'; }

body .chosen-container-multi .chosen-choices {
  margin: 0;
  text-indent: 0;
  border: 1px solid #646464;
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8) inset; }
  body .chosen-container-multi .chosen-choices li.search-choice {
    border: 1px solid #0C6396;
    color: #fff;
    background: #0C6396;
    border-radius: 0;
    box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.2); }
    body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
      top: 0;
      right: 0;
      width: 1em;
      height: 1.3em;
      line-height: 1.3em;
      color: #fff;
      background: none;
      font-size: 1em;
      text-align: center; }
    body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
      content: '\f00d';
      font-family: 'FontAwesome';
      display: inline-block;
      font-size: 0.9em; }
    body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover, body .chosen-container-multi .chosen-choices li.search-choice abbr:focus {
      color: #f14b52; }
    body .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:active {
      color: #c61017; }

body .tooltipster-default {
  font-size: 1em;
  line-height: 1.3em;
  border: 1px solid #ccc;
  color: #fff;
  background: #111;
  background: rgba(10, 10, 10, 0.9);
  border-radius: 0.8em;
  box-shadow: none;
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
  -moz-backdrop-filter: blur(0.5em);
  -ms-backdrop-filter: blur(0.5em); }
body .tooltipster-default .tooltipster-content {
  font-size: 1em;
  line-height: 1.3em;
  border-radius: 0.8em;
  box-shadow: none;
  padding: 0.2em 1em; }
body .tooltipster-arrow {
  z-index: 1; }

.container .button, .container .button-icon, .container button, .container input[type="button"], .container input[type="reset"], .container input[type="submit"], .container .buttons a {
  cursor: pointer; }
.container p .button, .container p .button-icon, .container p button, .container p input[type="button"], .container p input[type="reset"], .container p input[type="submit"], .container p .buttons a {
  margin: 0.5em 2.1em 0.5em 0; }
.container .button, .container button, .container input[type="button"], .container input[type="reset"], .container input[type="submit"], .container .buttons a {
  position: relative;
  display: inline-block;
  padding: 0.8em 3em;
  border: 0.1em dashed #8D3D7F;
  font-weight: 800;
  text-align: center;
  font-size: 1.125em;
  line-height: 1em;
  color: #8D3D7F;
  background: transparent;
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }
.container .button:hover, .container .button:focus, .container button:focus, .container input[type="button"]:focus, .container input[type="reset"]:focus, .container input[type="submit"]:focus, .container button:hover, .container input[type="button"]:hover, .container input[type="reset"]:hover, .container input[type="submit"]:hover, .container .buttons a:hover, .container .buttons a:focus {
  top: -1px;
  color: #fff;
  border-color: #b14c9f;
  background: #b14c9f;
  text-decoration: none;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s; }
.container .button:active, .container button:active, .container input[type="button"]:active, .container input[type="reset"]:active, .container input[type="submit"]:active, .container .buttons a:active {
  top: 0;
  color: #fff;
  border-color: #692e5f;
  background: #692e5f;
  text-decoration: none;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s; }
.container .button-icon {
  font-family: 'FontAwesome';
  padding: 0;
  border: 0;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  color: #fff;
  background: #8D3D7F;
  border-radius: 50%; }
.container .button-icon:hover, .container .button-icon:focus {
  color: #fff;
  background: #b14c9f; }
.container .button-icon:active {
  color: #fff;
  background: #692e5f; }
.container .button[disabled], .container input[disabled], .container button[disabled], .container a[disabled], .container .button.disabled, .container input.disabled, .container button.disabled, .container a.disabled {
  opacity: 0.6;
  pointer-events: none; }
.container label {
  display: inline-block;
  font-weight: normal; }

input.use-styled-label {
  display: none; }

label.checkbox:before, span.checkbox:before, label.radio:before, span.radio:before {
  position: relative;
  display: inline-block;
  margin: 0.1em 0.2em 0.2em 0.2em;
  border: 1px solid #646464;
  width: 1.1em;
  height: 1.1em;
  line-height: 1em;
  text-align: center;
  font-family: 'FontAwesome';
  font-size: 1.2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; }

label.checkbox:hover:before, label:hover span.checkbox:before, label.radio:hover:before, label:hover span.radio:before, label.checkbox:focus:before, label:focus span.checkbox:before, label.radio:focus:before, label:focus span.radio:before {
  top: -1px;
  border-color: #4b4b4b;
  background: #b14c9f;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s; }

label.checkbox:active:before, label:active span.checkbox:before, label.radio:active:before, label:active span.radio:before {
  top: 0px;
  border-color: #084467;
  background: #084467;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.3) inset;
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  transition-duration: 0s; }

label.checkbox:before, span.checkbox:before {
  content: ' ';
  border-radius: 0.3em; }

input:checked + label.checkbox:before, input:checked + span.checkbox:before {
  content: '\f00c';
  background: #0C6396; }

label.radio:before, span.radio:before {
  content: ' ';
  border-radius: 50%; }

input:checked + label.radio:before, input:checked + span.radio:before {
  content: '\f00c';
  background: #0C6396; }

.alert {
  padding: 0.1em 0.6em;
  border: 0.2em solid #F7EE8B;
  color: #fff;
  background: #f0e02c; }

.error, .alert-error, .alert-danger, .parsley-errors-list.filled {
  padding: 0.1em 0.6em;
  border: 0.2em solid #ed1c24;
  color: #fff;
  background: #c61017;
  list-style: none; }

.success, .alert-success {
  padding: 0.1em 0.6em;
  border: 0.2em solid #149273;
  color: #fff;
  background: #0F785F; }

.parsley-errors-list {
  margin: 0;
  padding: 0; }
  .parsley-errors-list ul {
    margin: 0;
    padding: 0; }
  .parsley-errors-list li {
    margin: 0.5em 0 !important;
    background: none !important;
    text-transform: none !important; }
  .parsley-errors-list li:before {
    display: none; }

fieldset {
  margin: 1em 0;
  border: 1px solid #149273;
  background: #F0F0F0; }
  fieldset legend {
    padding: 0.4em 1em;
    border: 0;
    color: #fff;
    background: #149273; }

.container {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1080px; }

.container:after {
  content: '';
  display: block;
  clear: both; }

ul.social-nav {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.social-nav li {
    display: inline-block;
    margin: 0;
    padding: 0; }
    ul.social-nav li a:before {
      font-family: 'FontAwesome';
      display: inline-block;
      width: 2em;
      height: 2em;
      line-height: 2em;
      text-align: center;
      border: 3px solid #646464;
      color: #646464;
      background: #646464;
      border-radius: 50%; }
    ul.social-nav li a span, ul.social-nav li a em {
      display: none; }
    ul.social-nav li a.facebook:before {
      content: '\f09a';
      border-color: #3b5998;
      color: #3b5998;
      background: #3b5998; }
    ul.social-nav li a.linkedin:before {
      content: '\f0e1';
      border-color: #007bb6;
      color: #007bb6;
      background: #007bb6; }
    ul.social-nav li a.twitter:before {
      content: '\f099';
      border-color: #4099FF;
      color: #4099FF;
      background: #4099FF; }
    ul.social-nav li a.instagram:before {
      content: '\f16d';
      border-color: #9B36B7;
      color: #9B36B7;
      background-color: #9B36B7;
      background-image: -webkit-radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
      background-image: radial-gradient(  circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF); }
    ul.social-nav li a.youtube:before {
      content: '\f16a';
      border-color: #bb0000;
      color: #bb0000;
      background: #bb0000; }

#banner {
  position: relative;
  height: 302px;
  height: 22.1vw;
  background: #fff center center no-repeat;
  background-size: cover;
  overflow: hidden; }
  #banner .logo {
    position: absolute;
    left: 1%;
    top: 1%;
    bottom: 1%;
    margin: auto;
    display: block;
    max-width: 48%;
    max-height: 94%;
    width: 210px;
    height: 182px;
    text-align: left;
    text-indent: -999em;
    background: url(../images/iowa-college-aid-white.png) no-repeat;
    background-size: contain;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #banner .logo:hover, #banner .logo:focus {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }
  #banner .logo:active {
    -webkit-transform: scale(0.98);
    -moz-transform: scale(0.98);
    -ms-transform: scale(0.98);
    -o-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s; }
  #banner .region-banner, #banner .block-imageblock {
    height: 100%; }
  #banner .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2; }
    #banner .overlay .container {
      height: 100%; }
  #banner .content {
    position: relative;
    height: 100%; }
    #banner .content img {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin: 0 !important; }
    #banner .content .block-body {
      position: relative;
      margin: 0 auto;
      padding: 0;
      max-width: 1080px;
      height: 100%; }
      #banner .content .block-body h1 {
        position: absolute;
        right: 2%;
        top: 1%;
        bottom: 1%;
        margin: auto;
        display: table;
        max-width: 42%;
        max-height: 94%;
        text-align: center;
        z-index: 3; }
        #banner .content .block-body h1 em {
          display: table-cell;
          vertical-align: middle;
          font-size: 3em;
          font-size: 4.8vw;
          font-style: normal;
          line-height: 1.3em;
          line-height: 7.2vw;
          font-weight: normal;
          text-transform: uppercase;
          letter-spacing: 0.01em;
          white-space: pre-wrap;
          color: #fff; }
          #banner .content .block-body h1 em span {
            display: inline-block; }
          #banner .content .block-body h1 em strong {
            position: relative;
            z-index: 2;
            color: #0C6396; }
          #banner .content .block-body h1 em strong:before {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: -999em;
            background: #fff;
            z-index: -1; }
          #banner .content .block-body h1 em sup {
            display: inline-block;
            font-size: 0.35em;
            line-height: 1em;
            vertical-align: top;
            margin-top: 1em;
            margin-right: -1em; }

body.front #banner .content .block-body h1 em {
  color: #fff; }
  body.front #banner .content .block-body h1 em strong {
    color: #0C6396; }
  body.front #banner .content .block-body h1 em strong:before {
    background: #fff; }

#nav {
  font-size: 1.25em;
  color: #fff;
  background: #149273;
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 9999; }
  #nav .element-invisible {
    display: none !important; }
  #nav .contextual-links-wrapper {
    display: none; }
  #nav .content, #nav .region, #nav .block {
    display: inline;
    position: static; }
  #nav .container .content > ul {
    display: table;
    width: 100%; }
  #nav .container .content > ul > li {
    display: table-cell;
    position: relative;
    vertical-align: middle; }
  #nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  #nav a, #nav label {
    display: block;
    text-align: center;
    color: #fff;
    background: #149273;
    text-decoration: none; }
  #nav a:hover, #nav a:focus, #nav label:hover, #nav label:focus, #nav li:hover > a, #nav li:focus > a {
    color: #fff;
    background: #1abf96;
    text-decoration: none; }
  #nav a:active, #nav label:active, #nav li:hover > a:active, #nav li:focus > a:active {
    color: #2ae2b5;
    background: #094b3b;
    text-decoration: none; }
  #nav label {
    cursor: pointer;
    font-size: 1.3em;
    line-height: 1em;
    padding: 0.42em 0.1em; }
  #nav li {
    position: relative;
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important; }
    #nav li a {
      position: relative;
      display: block;
      padding: 0.73em 0.1em;
      text-transform: uppercase; }
    #nav li ul {
      margin: 0;
      padding: 0.6em 0;
      border-bottom: 0.1em solid #149273;
      min-width: 12em;
      font-size: 1em;
      list-style: none;
      position: absolute;
      width: 100%;
      background: #149273;
      background: rgba(20, 146, 115, 0.94);
      left: -999em;
      z-index: 999;
      backdrop-filter: blur(0.2em);
      -webkit-backdrop-filter: blur(0.2em);
      -moz-backdrop-filter: blur(0.2em);
      -ms-backdrop-filter: blur(0.2em); }
      #nav li ul li {
        display: block; }
      #nav li ul a {
        font-size: 1.17em;
        margin: 0;
        padding: 0.4em 0.8em;
        line-height: 1.1em;
        border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
        text-align: center;
        color: #fff;
        font-weight: normal;
        text-transform: none;
        background: rgba(20, 146, 115, 0); }
      #nav li ul li:first-child a {
        border-top: none !important; }
      #nav li ul a:hover, #nav li ul a:focus {
        color: #fff;
        background: #1abf96; }
      #nav li ul a:active {
        color: #57e8c4;
        background: #094b3b; }
      #nav li ul ul {
        margin-left: 98% !important;
        margin-top: -1.8em;
        border-left: 2px solid #1abf96; }
  #nav li.active-trail > a {
    font-weight: bold !important;
    color: #fff !important;
    background: #0F785F !important; }
  #nav li.active-trail > a:hover, #nav li.active-trail > a:focus {
    color: #57e8c4 !important;
    background: #0F785F !important; }
  #nav li.active-trail > a:active {
    color: #57e8c4 !important;
    background: #041d17 !important; }
  #nav li.active > a {
    font-weight: bold !important;
    color: #fff !important;
    background: #0F785F !important;
    cursor: default !important; }
  #nav li ul li.active > a {
    font-weight: normal !important; }
  #nav li:hover > ul, #nav li:focus > ul {
    left: auto;
    margin-left: 0; }
  #nav .logo a:before {
    content: 'Iowa College Aid';
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 37px;
    margin: -1.1em 0.8em -0.9em 0;
    padding: 0;
    text-align: left;
    text-indent: -999em;
    background: url(../images/iowa-college-aid-badge-white.png) no-repeat;
    background-size: contain; }
  #nav .search-icon {
    font-family: 'FontAwesome'; }
  #nav #search-block-form {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -0.8em 0 0;
    padding: 0; }
    #nav #search-block-form input.form-text {
      position: absolute;
      right: 0;
      padding: 0.2em 0;
      width: 24px;
      border-left-width: 0;
      border-right-width: 0;
      opacity: 0;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    #nav #search-block-form input.form-text:focus {
      padding-left: 0.8em;
      padding-right: 0.2em;
      width: 13em;
      border-left-width: 1px;
      border-right-width: 1px;
      opacity: 1;
      border-color: #2ae2b5;
      box-shadow: -0.5em 0 0.5em #149273; }
    #nav #search-block-form .form-actions {
      display: none; }

#featured-nav {
  display: table;
  width: 100%; }
  #featured-nav ul, #featured-nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center; }
  #featured-nav .section-group {
    display: flex;
    justify-content: center;
    width: 100%;
    border-top: 3px solid #F0F0F0; }
  #featured-nav .section-group:first-child {
    border-top: none !important; }
  #featured-nav .content > ul {
    display: table;
    width: 100%;
    margin: 0 0 3px; }
  #featured-nav .section {
    position: relative;
    display: table-cell;
    padding: 4em 0;
    width: 33.334%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    background: #646464;
    text-transform: uppercase;
    text-decoration: none; }
  #featured-nav .section > a {
    position: relative;
    display: block;
    margin: 0 auto 1.8em;
    width: 170px;
    height: 170px;
    line-height: 165px;
    border: 3px solid #fff;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
    #featured-nav .section > a img {
      display: inline-block;
      max-width: 86px;
      max-height: 86px;
      width: auto;
      height: auto;
      vertical-align: middle;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s; }
  #featured-nav .section > ul > li > a {
    display: block;
    font-size: 1.25em;
    padding: 0.4em 0;
    font-weight: bold;
    color: #fff;
    background: rgba(255, 255, 255, 0) !important;
    text-decoration: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #featured-nav .section > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3; }
  #featured-nav .section > ul > li + li {
    display: block;
    position: absolute;
    top: 4.3em;
    left: 50%;
    margin-left: -83px;
    width: 166px;
    height: 166px;
    font-size: 1em;
    line-height: 166px;
    font-weight: bold;
    color: #646464;
    background: #fff;
    border-radius: 50%;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    #featured-nav .section > ul > li + li a {
      display: inline-block;
      padding: 0;
      vertical-align: middle;
      line-height: 1.1em;
      color: #646464;
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      transition-duration: 0s;
      max-width: 158px; }
  #featured-nav .section > ul > li > a:hover, #featured-nav .section > ul > li > a:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s; }
  #featured-nav .section > ul > li > a:active {
    color: #000;
    background: rgba(255, 255, 255, 0.5); }
  #featured-nav .section > ul > li > ul {
    text-align: center;
    background: #646464;
    background: rgba(100, 100, 100, 0.9);
    backdrop-filter: blur(0.3em);
    -webkit-backdrop-filter: blur(0.3em);
    -moz-backdrop-filter: blur(0.3em);
    -ms-backdrop-filter: blur(0.3em);
    z-index: 5; }
    #featured-nav .section > ul > li > ul a {
      display: block;
      padding: 1em 0;
      color: #fff;
      background: rgba(0, 0, 0, 0.2);
      text-decoration: none; }
    #featured-nav .section > ul > li > ul a:hover, #featured-nav .section > ul > li > ul a:focus {
      color: #fff;
      background: rgba(0, 0, 0, 0.4); }
    #featured-nav .section > ul > li > ul a:active {
      color: #fff;
      background: rgba(0, 0, 0, 0.6); }
    #featured-nav .section > ul > li > ul ul {
      text-align: center; }
      #featured-nav .section > ul > li > ul ul a {
        padding: 0.4em 0;
        color: #fff;
        background: rgba(255, 255, 255, 0);
        text-decoration: none;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s; }
      #featured-nav .section > ul > li > ul ul a:hover, #featured-nav .section > ul > li > ul ul a:focus {
        color: #fff;
        background: rgba(255, 255, 255, 0.3);
        -webkit-transition-duration: 0.1s;
        -moz-transition-duration: 0.1s;
        transition-duration: 0.1s; }
      #featured-nav .section > ul > li > ul ul a:active {
        color: #000;
        background: rgba(255, 255, 255, 0.5); }
  #featured-nav .section:hover > a img, #featured-nav .section:focus > a img {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  #featured-nav .section:hover > ul > li + li, #featured-nav .section:focus > ul > li + li {
    -webkit-transform: translate3d(0, 0, 1em) scale(1);
    -moz-transform: translate3d(0, 0, 1em) scale(1);
    -ms-transform: translate3d(0, 0, 1em) scale(1);
    -o-transform: translate3d(0, 0, 1em) scale(1);
    transform: translate3d(0, 0, 1em) scale(1); }
  #featured-nav .section:active > ul > li + li {
    color: #fff;
    background: #181818;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s; }
    #featured-nav .section:active > ul > li + li a {
      color: #969696; }
  #featured-nav .section-group:nth-child(1) .section:nth-child(1) {
    background: #0C6396; }
  #featured-nav .section-group:nth-child(1) .section:nth-child(1) > ul > li + li > a {
    color: #0C6396; }
  #featured-nav .section-group:nth-child(1) .section:nth-child(1) > ul > li > ul {
    background: #0C6396;
    background: rgba(12, 99, 150, 0.9); }
  #featured-nav .section-group:nth-child(1) .section:nth-child(1):active > ul > li + li {
    background: #042538; }
    #featured-nav .section-group:nth-child(1) .section:nth-child(1):active > ul > li + li a {
      color: #1082c5; }
  #featured-nav .section-group:nth-child(1) .section:nth-child(2) {
    background: #8D3D7F; }
  #featured-nav .section-group:nth-child(1) .section:nth-child(2) > ul > li + li > a {
    color: #8D3D7F; }
  #featured-nav .section-group:nth-child(1) .section:nth-child(2) > ul > li > ul {
    background: #8D3D7F;
    background: rgba(141, 61, 127, 0.9); }
  #featured-nav .section-group:nth-child(1) .section:nth-child(2):active > ul > li + li {
    background: #461e3f; }
    #featured-nav .section-group:nth-child(1) .section:nth-child(2):active > ul > li + li a {
      color: #b14c9f; }
  #featured-nav .section-group:nth-child(1) .section:nth-child(3) {
    background: #D98923; }
  #featured-nav .section-group:nth-child(1) .section:nth-child(3) > ul > li + li > a {
    color: #D98923; }
  #featured-nav .section-group:nth-child(1) .section:nth-child(3) > ul > li > ul {
    background: #D98923;
    background: rgba(217, 137, 35, 0.9); }
  #featured-nav .section-group:nth-child(1) .section:nth-child(3):active > ul > li + li {
    background: #815215; }
    #featured-nav .section-group:nth-child(1) .section:nth-child(3):active > ul > li + li a {
      color: #e2a14d; }
  #featured-nav .section-group:nth-child(2) .section:nth-child(1) {
    background: #149273; }
  #featured-nav .section-group:nth-child(2) .section:nth-child(1) > ul > li + li > a {
    color: #149273; }
  #featured-nav .section-group:nth-child(2) .section:nth-child(1) > ul > li > ul {
    background: #149273;
    background: rgba(20, 146, 115, 0.9); }
  #featured-nav .section-group:nth-child(2) .section:nth-child(1):active > ul > li + li {
    background: #094b3b; }
    #featured-nav .section-group:nth-child(2) .section:nth-child(1):active > ul > li + li a {
      color: #1abf96; }
  #featured-nav .section-group:nth-child(2) .section:nth-child(2) {
    background: #0C6396; }
  #featured-nav .section-group:nth-child(2) .section:nth-child(2) > ul > li + li > a {
    color: #0C6396; }
  #featured-nav .section-group:nth-child(2) .section:nth-child(2) > ul > li > ul {
    background: #0C6396;
    background: rgba(12, 99, 150, 0.9); }
  #featured-nav .section-group:nth-child(2) .section:nth-child(2):active > ul > li + li {
    background: #042538; }
    #featured-nav .section-group:nth-child(2) .section:nth-child(2):active > ul > li + li a {
      color: #1082c5; }
  #featured-nav .section-group:nth-child(2) .section:nth-child(3) {
    background: #8D3D7F; }
  #featured-nav .section-group:nth-child(2) .section:nth-child(3) > ul > li + li > a {
    color: #8D3D7F; }
  #featured-nav .section-group:nth-child(2) .section:nth-child(3) > ul > li > ul {
    background: #8D3D7F;
    background: rgba(141, 61, 127, 0.9); }
  #featured-nav .section-group:nth-child(2) .section:nth-child(3):active > ul > li + li {
    background: #461e3f; }
    #featured-nav .section-group:nth-child(2) .section:nth-child(3):active > ul > li + li a {
      color: #b14c9f; }
  #featured-nav .section > ul > li > ul {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 1.25em;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 0; }
    #featured-nav .section > ul > li > ul ul > li:last-child {
      margin-bottom: 2em; }
  #featured-nav .section:hover > ul > li > ul, #featured-nav .section:focus ul > li > ul, #featured-nav .section.active > ul > li > ul {
    opacity: 1;
    z-index: 3; }

#featured-nav + #content .breadcrumbs {
  display: none; }

#featured-nav + #content .container > h2 {
  display: none; }

#content {
  padding: 1px 0;
  font-size: 1em;
  line-height: 1.2em;
  color: #646464;
  background: #fff;
  overflow: hidden; }
  #content .flexslider {
    margin: 0;
    border: 0;
    background: none;
    border-radius: 0; }
    #content .flexslider .flex-control-nav {
      bottom: 0.5em;
      right: 0.5em;
      margin: 0;
      text-align: right;
      font-size: 0.7em; }
      #content .flexslider .flex-control-nav li {
        margin: 0 0.3em; }
        #content .flexslider .flex-control-nav li a {
          width: 1em;
          height: 1em;
          background: #eee;
          background: rgba(250, 250, 250, 0.9);
          text-align: left;
          text-indent: -999em;
          border-radius: 50%;
          box-shadow: none; }
        #content .flexslider .flex-control-nav li a.flex-active {
          background: #0C6396;
          background: rgba(12, 99, 150, 0.98); }
  #content h1, #content h2 {
    clear: left; }
  #content em a {
    text-decoration: none; }
  #content em a:hover, #content em a:focus, #content em a:active {
    text-decoration: underline; }
  #content .breadcrumbs {
    position: relative;
    margin: 2em 0 3em;
    padding: 0;
    list-style: none;
    font-size: 1em;
    color: #0C6396;
    cursor: default; }
    #content .breadcrumbs a {
      text-decoration: none;
      font-size: 1em;
      font-weight: normal; }
    #content .breadcrumbs a:hover, #content .breadcrumbs a:focus {
      text-decoration: underline; }
    #content .breadcrumbs a:active {
      text-decoration: underline; }
    #content .breadcrumbs li {
      display: inline-block; }
    #content .breadcrumbs li:before {
      content: '\f054';
      font-family: 'FontAwesome';
      font-size: 0.7em;
      display: inline-block;
      margin: 0 0.4em 0 0.3em;
      width: 1.6em;
      height: 1.6em;
      line-height: 1.7em;
      text-indent: 0.1em;
      text-align: center;
      color: #fff;
      background: #0C6396;
      border-radius: 50%; }
    #content .breadcrumbs li:first-child:before {
      display: none; }
    #content .breadcrumbs li:first-child {
      display: inline;
      max-width: none;
      white-space: normal; }
    #content .breadcrumbs li.current_item {
      font-weight: bold; }
  #content .hentry {
    margin: 0 0 3em; }
  #content .meta {
    display: none; }
  #content ul.social-nav:hover a:before, #content ul.social-nav:focus a:before {
    opacity: 0.5; }
  #content ul.social-nav li a:before {
    color: #fff;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  #content ul.social-nav li a:hover:before, #content ul.social-nav li a:focus:before {
    opacity: 1;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    transition-duration: 0s; }
  #content ul.social-nav li a:active:before {
    background: #181818; }
  #content .latest-news {
    margin: 2.2em 0 2em;
    padding: 0 0 1em;
    border: 5px solid #149273;
    text-align: center; }
    #content .latest-news h2 {
      margin: -1em auto 0;
      width: 6em;
      padding: 0.5em 0;
      line-height: 1em;
      text-align: center;
      background: #fff; }
    #content .latest-news .views-row {
      position: relative;
      display: block;
      clear: left;
      margin: 0;
      padding: 0.9em 1em;
      text-align: left;
      text-decoration: none; }
      #content .latest-news .views-row .views-field-title a {
        margin: 0.2em 0;
        color: #0C6396;
        font-weight: bold; }
      #content .latest-news .views-row .views-field-title a:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      #content .latest-news .views-row .views-field-body {
        margin: 0.2em 0;
        color: #646464; }
        #content .latest-news .views-row .views-field-body p {
          margin: 0; }
      #content .latest-news .views-row .views-field-created {
        margin: 0.2em 0;
        color: #149273;
        font-weight: bold; }
    #content .latest-news .views-row:hover, #content .latest-news .hentry:focus {
      background: #F0F0F0; }
    #content .latest-news .views-row:active {
      background: #181818; }
      #content .latest-news .views-row:active * {
        color: #fff !important; }
    #content .latest-news img {
      float: left;
      display: block;
      border: 2px solid #fff;
      margin: 0.5em 1em 1em 0;
      width: 65px;
      height: 65px;
      box-shadow: 0 0 0 1px #149273;
      border-radius: 50%; }
    #content .latest-news .more-link {
      text-align: center; }
      #content .latest-news .more-link a {
        position: relative;
        display: inline-block;
        padding: 0.8em 3em;
        border: 0.1em dashed #8D3D7F;
        font-weight: 800;
        text-align: center;
        font-size: 1.125em;
        line-height: 1em;
        color: #8D3D7F;
        background: transparent;
        text-decoration: none;
        box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
        border-radius: 0;
        cursor: pointer;
        -webkit-appearance: none;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
        margin: 0.8em auto 0.2em; }
      #content .latest-news .more-link a:hover, #content .latest-news .more-link a:focus {
        top: -1px;
        color: #fff;
        border-color: #b14c9f;
        background: #b14c9f;
        text-decoration: none;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.45);
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        transition-duration: 0s; }
      #content .latest-news .more-link a:active {
        top: 0;
        color: #fff;
        border-color: #692e5f;
        background: #692e5f;
        text-decoration: none;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
        -webkit-transition-duration: 0s;
        -moz-transition-duration: 0s;
        transition-duration: 0s; }
  #content .layer {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1px 8% 1px 0;
    font-size: 1.25em;
    color: #fff;
    background: #0C6396;
    box-sizing: border-box; }
    #content .layer .pane-content {
      position: relative;
      z-index: 2; }
    #content .layer * {
      color: #fff !important; }
    #content .layer a {
      color: #fff !important; }
    #content .layer a:hover, #content .layer a:focus {
      color: #e2f3fd !important; }
    #content .layer a:active {
      color: #010608 !important; }
    #content .layer .images {
      margin: -1px 0; }
    #content .layer blockquote {
      margin: 1em 0;
      line-height: 1.3em; }
      #content .layer blockquote p {
        margin: 0.5em 0; }
    #content .layer cite {
      font-weight: bold;
      line-height: 1.2em; }
    #content .layer cite:before {
      display: none; }
    #content .layer .entire-layer {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
  #content .newsletter-form {
    position: relative;
    margin: 3em 0;
    text-align: center;
    color: #0C6396; }
    #content .newsletter-form h2, #content .newsletter-form h3, #content .newsletter-form h4 {
      margin: 0; }
    #content .newsletter-form p {
      margin: 0.5em 0 2em;
      font-size: 1.125em; }
    #content .newsletter-form label {
      color: #0C6396;
      font-style: italic; }
    #content .newsletter-form .group {
      position: relative;
      margin: 1em 0; }
    #content .newsletter-form input[type="email"] {
      border: 1px dashed #8D3D7F;
      padding: 1em 3%;
      width: 60%;
      font-size: 1.125em; }
    #content .newsletter-form .button-icon {
      position: absolute;
      top: 0.6em;
      right: 20%; }
  #content #aside-content.col-3 {
    float: right;
    margin: 0; }
    #content #aside-content.col-3 img {
      max-width: 100%;
      height: auto; }

#footer {
  margin: 0 0 4em;
  font-size: 1.25em; }
  #footer a {
    color: #646464;
    text-decoration: none; }
  #footer a:hover, #footer a:focus {
    color: #0C6396;
    text-decoration: underline; }
  #footer a:active {
    color: #084467;
    text-decoration: underline; }
  #footer address {
    font-style: normal; }
  #footer ul {
    margin: 1em 0;
    padding: 0;
    list-style: none; }
    #footer ul li {
      margin: 0.6em 0; }
  #footer ul.social-nav:hover a:before, #footer ul.social-nav:focus a:before {
    opacity: 0.5; }
  #footer ul.social-nav {
    font-size: 0.9em; }
    #footer ul.social-nav li a:before {
      background: none;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      transition-duration: 0.3s; }
    #footer ul.social-nav li a:hover:before, #footer ul.social-nav li a:focus:before {
      opacity: 1;
      -webkit-transition-duration: 0s;
      -moz-transition-duration: 0s;
      transition-duration: 0s; }
    #footer ul.social-nav li a:active:before {
      background: #181818; }
  #footer h4 {
    font-size: 1.2em; }

/* Homepage */
body.front h1, body.front h2, body.home h1, body.home h2 {
  text-align: center; }
body.front #content, body.home #content {
  padding-top: 2em; }
  body.front #content ul.social-nav, body.home #content ul.social-nav {
    font-size: 1.2em; }

/* Algolia Site Search Autocomplete */
.algolia-autocomplete .aa-input, .algolia-autocomplete .aa-hint {
  width: 100%;
  margin: 0px;
  padding: 8px 12px;
  outline: none; }
.algolia-autocomplete .aa-hint {
  color: #646464; }
.algolia-autocomplete .aa-dropdown-menu {
  text-align: left;
  width: 100%;
  color: #646464;
  background-color: #fff;
  border-top: 0;
  box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.8);
  padding: 0;
  overflow: hidden; }
  .algolia-autocomplete .aa-dropdown-menu a {
    margin: 0 0 0.1em;
    line-height: 1.1em;
    text-align: left !important;
    color: #0C6396 !important;
    background: none !important; }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion {
    text-align: left;
    padding: 0.8em 1.2em;
    font-size: 1em;
    border-bottom: solid 1px #F0F0F0;
    cursor: pointer; }
    .algolia-autocomplete .aa-dropdown-menu .aa-suggestion em {
      font-weight: bold;
      font-style: normal; }
    .algolia-autocomplete .aa-dropdown-menu .aa-suggestion .secondary-attribute {
      font-size: 0.74em;
      line-height: 1em; }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion:last-child {
    border: none; }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion:hover, .algolia-autocomplete .aa-dropdown-menu .aa-suggestion:focus, .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor {
    color: #fff;
    background-color: #1082c5; }
    .algolia-autocomplete .aa-dropdown-menu .aa-suggestion:hover a, .algolia-autocomplete .aa-dropdown-menu .aa-suggestion:focus a, .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor a {
      color: #fff !important; }
  .algolia-autocomplete .aa-dropdown-menu .aa-suggestion:active, .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor:active {
    color: #fff;
    background-color: #084467; }
    .algolia-autocomplete .aa-dropdown-menu .aa-suggestion:active a, .algolia-autocomplete .aa-dropdown-menu .aa-suggestion.aa-cursor:active a {
      color: #fff !important; }

/* Drupal Items */
.node-article .field-type-image img {
  float: left;
  margin: 0 1.5em 1.5em 0; }

/* Drupal Admin Items */
#overlay-container, .overlay-modal-background, .overlay-element, #modalBackdrop {
  z-index: 999990 !important; }

#toolbar, #modalContent {
  box-shadow: none;
  z-index: 999999 !important; }

.mce-fade {
  z-index: 9999990 !important; }

.mce-tooltip, .mce-floatpanel {
  z-index: 9999999 !important; }

.cke_editor_edit-body-value_dialog {
  position: relative;
  z-index: 1000000; }

#admin-menu, #admin-menu .dropdown {
  z-index: 999; }

.quotes {
  height: 338px;
  display: flex;
  justify-content: center;
  align-items: center; }

@media only screen and (min-width: 680px) {
  .quotes h2.pane-title {
    margin-top: 0; } }
#content .testimonials {
  padding: 0 !important;
  border-top: 2px solid #0C6396; }
  #content .testimonials .slick-slide .slide__content {
    display: flex;
    text-align: center;
    flex-direction: column; }
    #content .testimonials .slick-slide .slide__content .views-field-field-image img {
      margin: auto; }
    #content .testimonials .slick-slide .slide__content .views-field-field-image,
    #content .testimonials .slick-slide .slide__content .views-field-nothing {
      width: 100%; }
  @media only screen and (min-width: 1125px) {
    #content .testimonials .slick-slide .slide__content {
      flex-direction: row !important; }
      #content .testimonials .slick-slide .slide__content .views-field-field-image {
        width: 30%; }
      #content .testimonials .slick-slide .slide__content .views-field-nothing {
        width: 65%; } }
  #content .testimonials .slick__arrow button.slick-arrow {
    font-size: 0 !important;
    position: absolute !important; }
    #content .testimonials .slick__arrow button.slick-arrow:hover {
      background: transparent;
      box-shadow: none !important; }
    #content .testimonials .slick__arrow button.slick-arrow.slick-prev {
      margin-left: 10px; }

tbody {
  border-top: initial !important; }

.page-node-1187 #content,
.page-node-1186 #content,
.page-node-4635 #content {
  display: none; }

.page-node-1182 #content #page-title {
  display: none; }

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