@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;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s; }
  table th, table td {
    margin: 0;
    padding: 0.2em;
    border-bottom: 0;
    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;
  border: 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; }

@media only screen and (max-width: 1080px) {
  iframe {
    max-width: 100% !important; }

  .container {
    width: auto;
    padding-left: 1em;
    padding-right: 1em; }

  .container img {
    max-width: 100% !important;
    height: auto !important; }

  #nav .logo a:before {
    display: none !important; } }
@media only screen and (max-width: 680px) {
  #nav {
    position: relative !important;
    top: 0 !important; }

  .col-container > div, .panels-flexible-column, .panels-flexible-region {
    display: block;
    float: none !important;
    margin: 0 !important;
    width: auto !important; }

  .alignleft, .alignright, .aside {
    display: block !important;
    float: none !important;
    margin: 1em auto !important;
    width: auto !important; }

  #nav .container .content > ul > li > a, #nav .container > ul > li > label {
    font-size: 1em;
    margin: 0.1em;
    padding: 0.3em 0.5em;
    border: 1px dashed #2ae2b5; }
  #nav .container .content > ul {
    display: block; }
  #nav .container .content > ul > li {
    display: inline-block; }
  #nav .container .content > ul > li ul {
    display: none;
    left: auto;
    margin-left: 0 !important;
    margin-top: 0 !important; }
  #nav .container .content > ul li:hover > ul, #nav .container .content > ul li:focus > ul, #nav .container .content > ul li.active > ul {
    display: block; }
  #nav #search-block-form {
    left: 0;
    top: 100%;
    right: auto;
    margin: 0;
    width: 100%; }
    #nav #search-block-form .algolia-autocomplete {
      width: 100%; }
    #nav #search-block-form input.form-text {
      text-align: center; }
    #nav #search-block-form input.form-text:focus {
      width: 100%; }

  #featured-nav {
    display: block; }
    #featured-nav .section-group {
      display: table; }
    #featured-nav .section {
      display: block;
      width: auto; }

  #content .layer {
    padding-left: 1em;
    padding-right: 1em; } }
@media only screen and (max-width: 480px) {
  .content img {
    display: block;
    float: none !important;
    margin: 1em auto !important;
    max-width: auto !important;
    height: auto !important; }

  #content {
    /* Use DataTable's mobile responsive styling instead of this CSS-only solution
    table:not(.tribe-mini-calendar,.tribe-events-calendar) { display:block; width:auto;
    	thead,tbody,tfoot,tr,th,td { display:block; width:auto; }
    }
    */ } }

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