/*!
Site Name: Iowa Insurance Institute
Author: Shift Interactive
Author URI: http://shiftdsm.com/
Version: 1.0

Stylesheet: WP Theme Stylesheet
*/
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0; }

table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold; }

table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111; }

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none; }

table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand; }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right; }

table.dataTable thead .sorting {
  background-image: url("../images/sort_both.png"); }

table.dataTable thead .sorting_asc {
  background-image: url("../images/sort_asc.png"); }

table.dataTable thead .sorting_desc {
  background-image: url("../images/sort_desc.png"); }

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../images/sort_asc_disabled.png"); }

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../images/sort_desc_disabled.png"); }

table.dataTable tbody tr {
  background-color: #ffffff; }

table.dataTable tbody tr.selected {
  background-color: #B0BED9; }

table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px; }

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd; }

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none; }

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; }

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd; }

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none; }

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9; }

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4; }

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6; }

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1; }

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa; }

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1; }

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3; }

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke; }

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd; }

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf; }

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1; }

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa; }

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc; }

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe; }

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5; }

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6; }

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8; }

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea; }

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec; }

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef; }

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7; }

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9; }

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb; }

table.dataTable.no-footer {
  border-bottom: 1px solid #111; }

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap; }

table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px; }

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px; }

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px; }

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left; }

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center; }

table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right; }

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify; }

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap; }

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left; }

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center; }

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right; }

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify; }

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap; }

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left; }

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center; }

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right; }

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify; }

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap; }

table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box; }

.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1; }

.dataTables_wrapper .dataTables_length {
  float: left; }

.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right; }

.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em; }

.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em; }

.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em; }

.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px; }

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none; }

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%); }

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111; }

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em; }

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%); }

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333; }

.dataTables_wrapper .dataTables_scroll {
  clear: both; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important; }

.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111; }

.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none; }

.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em; } }

@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center; }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em; } }

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

@media print {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: relative !important; }
  .member-nav,
  .member-login,
  #bs-example-navbar-collapse-1 {
    display: none !important;
    box-shadow: none !important; }
  a.navbar-brand:after {
    content: '';
    display: none !important; }
  .navbar,
  .navbar-header {
    display: block !important; }
  p {
    font-size: 12px !important;
    line-height: 130% !important; }
  footer {
    display: none !important; } }

header {
  height: auto;
  min-height: 75px !important;
  position: fixed;
  top: 0;
  z-index: 100;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }

.navbar {
  background: #ffffff;
  height: 75px;
  border: none;
  position: relative;
  margin-bottom: -50px;
  z-index: 999;
  font-weight: 600;
  border-radius: 0; }
  .navbar li a {
    color: #0E4A6C !important;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px; }
  @media screen and (max-width: 767px) {
    .navbar {
      font-size: 18px;
      text-align: right; } }
  .navbar .col-xs-12 {
    background-color: #ffffff; }
  .navbar .in ~ .col-xs-12 {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }

.navbar-brand {
  padding: 0px 15px !important; }
  .navbar-brand img {
    height: 60px;
    width: auto;
    position: relative;
    top: 5px; }

.navbar-header {
  height: 75px;
  background: #ffffff; }

.navbar-default .navbar-collapse {
  border: 0;
  max-height: 600px; }
  .navbar-default .navbar-collapse .navbar-nav > .active > a {
    background: transparent; }
  .navbar-default .navbar-collapse a {
    padding: 15px 20px; }
    @media screen and (min-width: 768px) {
      .navbar-default .navbar-collapse a {
        padding: 28px 19px 26px 19px; } }
  .navbar-default .navbar-collapse ul {
    margin-top: 20px;
    background-color: #ffffff; }
    .navbar-default .navbar-collapse ul .dropdown-menu {
      text-align: right;
      padding-right: 20px;
      font-size: 18px; }
      .navbar-default .navbar-collapse ul .dropdown-menu a {
        padding: 15px 20px; }
      .navbar-default .navbar-collapse ul .dropdown-menu .active a {
        background: #F2F2F2; }
  @media screen and (min-width: 768px) {
    .navbar-default .navbar-collapse {
      height: 75px !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: end;
          justify-content: flex-end; }
      .navbar-default .navbar-collapse ul {
        margin-top: 0px; }
        .navbar-default .navbar-collapse ul .dropdown-menu {
          border: 0;
          border-radius: 0;
          padding-right: 0px; } }
  .navbar-default .navbar-collapse.in {
    z-index: 9999; }
    @media screen and (max-width: 767px) {
      .navbar-default .navbar-collapse.in {
        height: calc(100% - 75px);
        height: calc(100vh - 75px);
        overflow: scroll; } }

.navbar-nav > li > .dropdown-menu {
  border-radius: 0px;
  border: 0;
  padding: 0; }
  .navbar-nav > li > .dropdown-menu a {
    padding: 15px 10px;
    text-align: right; }

.member-login {
  position: fixed;
  display: block;
  right: 20px;
  top: 75px;
  padding: 10px 22px;
  z-index: 1029;
  background-color: #0E4A6C;
  border-bottom: solid 3px #CEB931;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: 0.3s; }
  .member-login p {
    margin: 0;
    color: #ffffff;
    font-weight: lighter;
    font-size: 16px; }

.login-container {
  padding: 20px;
  display: block;
  width: 100%;
  height: 350px;
  right: 0;
  z-index: 1000;
  position: fixed;
  background-color: #ffffff;
  transition: height 0.3s, opacity 0.3s;
  opacity: 1;
  overflow: hidden;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5); }
  .login-container .login-drop {
    margin-top: 15px; }
    .login-container .login-drop #wpmem_login .div_text {
      width: 100%;
      margin: 10px 0 20px 0; }
    .login-container .login-drop .buttons {
      margin-top: 10px !important; }
      @media screen and (max-width: 767px) {
        .login-container .login-drop .buttons {
          margin-top: -5px !important; } }
    .login-container .login-drop label {
      font-weight: lighter;
      font-size: 14px;
      color: #0E4A6C; }
    .login-container .login-drop label[for="log"], .login-container .login-drop label[for="pwd"] {
      display: none; }
    .login-container .login-drop input[type="text"], .login-container .login-drop input[type="password"] {
      width: 100% !important;
      padding: 10px !important;
      border: 2px solid #0E4A6C !important;
      margin-top: 20px; }
    .login-container .login-drop input[type="submit"] {
      background-color: #0E4A6C;
      text-transform: uppercase;
      color: #ffffff;
      letter-spacing: 1px;
      font-weight: lighter;
      border-radius: 0;
      border: 0;
      font-size: 16px;
      width: 180px;
      padding: 10px;
      display: block;
      transition: 0.3s; }
      .login-container .login-drop input[type="submit"]:hover {
        text-decoration: none;
        color: #ffffff;
        background-color: #56AFD3; }
      .login-container .login-drop input[type="submit"]:focus, .login-container .login-drop input[type="submit"]:active {
        outline: none;
        color: #ffffff;
        text-decoration: none; }
      .login-container .login-drop input[type="submit"]:active:focus {
        outline: none !important; }
  .login-container.no-show {
    height: 0;
    opacity: 0; }

.login-container ~ .member-login {
  top: 425px; }

.login-container.no-show ~ .member-login {
  top: 75px; }

.member-nav {
  position: fixed;
  top: 75px;
  background-color: #0E4A6C;
  color: #ffffff;
  height: auto;
  width: 100%;
  z-index: 100;
  font-weight: lighter;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }
  .member-nav .welcome {
    padding: 13px;
    margin: 0;
    font-size: 14px;
    font-style: italic; }
  .member-nav li {
    font-size: 14px !important; }
  .member-nav a {
    color: #ffffff;
    transition: 0.3s; }
    .member-nav a:hover {
      background-color: #56AFD3 !important; }
    .member-nav a:focus {
      background-color: #56AFD3 !important; }
  @media screen and (max-width: 767px) {
    .member-nav {
      display: none; } }

.visible-xs #menu-member-menu {
  margin-top: -10px;
  border-top: solid 2px #56AFD3; }

div#wpmem_msg {
  background: transparent !important;
  border: 0 !important; }
  div#wpmem_msg a {
    color: #ff0000; }

.container-fluid #wpmem_login form input[type="text"], .container-fluid #wpmem_login form input[type="password"] {
  width: 100% !important;
  padding: 10px !important;
  border: 2px solid #0E4A6C !important;
  margin-top: 10px; }

.container-fluid #wpmem_login form input[type="submit"] {
  background-color: #0E4A6C;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: lighter;
  border-radius: 0;
  border: 0;
  font-size: 16px;
  width: 180px;
  padding: 10px;
  display: block;
  transition: 0.3s;
  margin-top: 15px; }
  .container-fluid #wpmem_login form input[type="submit"]:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #56AFD3; }
  .container-fluid #wpmem_login form input[type="submit"]:focus, .container-fluid #wpmem_login form input[type="submit"]:active {
    outline: none;
    color: #ffffff;
    text-decoration: none; }
  .container-fluid #wpmem_login form input[type="submit"]:active:focus {
    outline: none !important; }

.container-fluid #wpmem_login form label {
  margin-top: 20px; }
  @media screen and (max-width: 767px) {
    .container-fluid #wpmem_login form label {
      margin-top: 0px; } }

.locked {
  overflow: hidden;
  height: 100%; }

footer {
  background-color: #0E4A6C;
  color: #ffffff;
  padding: 30px !important;
  height: auto; }
  footer .newsletter {
    float: left; }
    footer .newsletter input[type="email"] {
      background-color: #0E4A6C;
      border: 2px solid #CEB931;
      color: #ffffff;
      padding: 3px 10px;
      width: 200px;
      height: 30px;
      font-style: italic;
      font-weight: lighter;
      font-size: 16px; }
      footer .newsletter input[type="email"]:focus {
        outline: none; }
    footer .newsletter input[type="submit"] {
      background-color: #CEB931;
      position: relative;
      left: -4px;
      border: 0;
      padding: 3px 10px;
      border: 2px solid #CEB931;
      font-family: "FontAwesome";
      color: #0E4A6C; }
      footer .newsletter input[type="submit"]:focus {
        outline: none; }
  footer p {
    font-size: 16px;
    font-weight: lighter; }
  footer p.right {
    float: right;
    text-align: right; }
    @media screen and (max-width: 767px) {
      footer p.right {
        clear: both;
        text-align: left;
        width: 100%; } }

a[href^="tel"] {
  color: inherit;
  text-decoration: none; }

.loader {
  display: block;
  width: 300px;
  margin: 0 auto; }
  .loader svg {
    display: block;
    text-align: center;
    width: 100px;
    height: 100px;
    margin: 0 auto; }
  .loader__text {
    font-family: "nimbus-sans", sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-align: center; }

body {
  font-family: "nimbus-sans", sans-serif;
  -webkit-font-smoothing: antialiased; }

p {
  font-weight: lighter;
  font-size: 18px;
  line-height: 24px; }

h1 {
  font-weight: lighter;
  color: #0E4A6C;
  font-size: 36px; }
  h1:after {
    content: '';
    position: relative;
    width: 40px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: solid 3px #CEB931; }

h1.homepage {
  font-weight: bold;
  text-align: center;
  font-size: 28px; }
  h1.homepage:after {
    display: block;
    margin: 10px auto 30px auto; }

h3 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px; }

a:hover {
  text-decoration: none; }

a:focus {
  outline: none !important; }

hr {
  margin-top: 10px;
  margin-bottom: 30px; }

.btn {
  background-color: #0E4A6C;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: lighter;
  border-radius: 0;
  width: 180px;
  display: block;
  transition: 0.3s; }
  .btn:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #56AFD3; }
  .btn:focus, .btn:active {
    outline: none;
    color: #ffffff;
    text-decoration: none; }
  .btn:active:focus {
    outline: none !important; }

.btn-quick {
  background-color: #0E4A6C;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: lighter;
  border-radius: 0;
  width: auto;
  display: block;
  transition: 0.3s;
  padding: 10px 20px;
  margin-top: 20px;
  border: 0; }
  .btn-quick:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #56AFD3; }
  .btn-quick:focus, .btn-quick:active {
    outline: none;
    color: #ffffff;
    text-decoration: none; }
  .btn-quick:active:focus {
    outline: none !important; }

.no-m {
  margin: 0; }

.mt-30 {
  margin-top: 30px; }

.no-pad {
  padding: 0; }

.pad-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.pad-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pad-40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.center {
  text-align: center; }

.container-fluid {
  max-width: 1200px; }

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

.cf:after, .inner:after {
  clear: both; }

.cf, .inner {
  *zoom: 1; }

.main {
  margin-top: 75px; }

@media screen and (min-width: 768px) {
  .logged-in .main {
    margin-top: 115px; } }

.admin-bar header {
  margin-top: 30px; }

.admin-bar .member-nav {
  margin-top: 30px; }

@media screen and (max-width: 768px) {
  .admin-bar header {
    margin-top: 45px; }
  .admin-bar .member-nav {
    margin-top: 45px; } }

ul {
  font-size: 18px;
  font-weight: lighter; }
  ul li {
    margin-bottom: 5px; }

li.menu-item {
  margin-bottom: 0px;
  font-size: 16px; }

ul.nav li {
  margin-bottom: 0px;
  font-size: 16px; }

/* =WordPress Core -------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.events,
.home-resources {
  background-color: #F2F2F2; }

.event-card {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 40px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px; }

.resource-card {
  background-color: #ffffff;
  border-radius: 3px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  margin: 0 0 30px 0; }

#memberSlider {
  height: 160px; }
  #memberSlider .item {
    height: 100px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center; }
  #memberSlider img {
    max-width: 80%;
    max-height: 100%;
    margin: 0 auto;
    width: auto;
    height: auto;
    -ms-flex-negative: 0;
        flex-shrink: 0; }

.cta-blue, .cta-yellow {
  text-align: center;
  height: 40px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: lighter;
  letter-spacing: 1px;
  transition: 0.3s; }

.cta-blue {
  background-color: #0E4A6C;
  color: #ffffff; }
  .cta-blue a {
    color: #ffffff; }
  .cta-blue:hover {
    background-color: #56AFD3; }

.cta-yellow {
  background-color: #CEB931;
  color: #0E4A6C; }
  .cta-yellow a {
    color: #0E4A6C; }
  .cta-yellow:hover {
    background-color: #AA9927; }

.carousel {
  height: 300px;
  overflow: hidden; }
  @media screen and (min-width: 1000px) {
    .carousel {
      height: 400px; } }
  .carousel .owl-item {
    height: 300px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4a6c+1,56afd3+100 */
    background: #0e4a6c;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #0e4a6c 1%, #56afd3 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4a6c', endColorstr='#56afd3',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    .carousel .owl-item h2 {
      color: #ffffff;
      font-size: 20px;
      max-width: 50%;
      text-align: center;
      margin: 0 auto;
      font-weight: bold; }
    .carousel .owl-item button {
      margin: 20px auto 0 auto; }
    @media screen and (min-width: 1000px) {
      .carousel .owl-item {
        height: 400px; } }
  .carousel .img-wrap {
    position: relative;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .carousel .img-wrap img {
      width: 100%;
      height: auto; }
    @media screen and (min-width: 600px) {
      .carousel .img-wrap img {
        height: 100%; } }
    @media screen and (min-width: 700px) {
      .carousel .img-wrap img {
        height: auto; } }
    @media screen and (min-width: 1000px) {
      .carousel .img-wrap {
        height: 400px; } }
    @media screen and (min-width: 1300px) {
      .carousel .img-wrap img {
        width: 100% !important;
        height: 100%; } }
    .carousel .img-wrap.filled:after {
      content: '';
      position: absolute;
      -webkit-backface-visibility: hidden;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ }
  .carousel .text-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 50px auto 0 auto;
    z-index: 2; }
    @media screen and (min-width: 1000px) {
      .carousel .text-content {
        margin-top: 100px; } }
    .carousel .text-content .icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      margin: 0 auto 20px auto; }
      .carousel .text-content .icon img {
        width: 40px;
        height: 40px; }
  .carousel .owl-stage-outer {
    width: 100%; }

.owl-item img, .owl-item .filled:after, .owl-item .icon, .owl-item button {
  opacity: 0;
  transition: 0.5s; }

.owl-item h1 {
  opacity: 0;
  transition: 0.5s;
  transform: translateX(100px); }

.owl-item p {
  opacity: 0;
  transition: 0.5s;
  transition-delay: 0.15s;
  transform: translateX(100px); }

.owl-item.active img, .owl-item.active .filled:after, .owl-item.active .icon, .owl-item.active button {
  opacity: 1; }

.owl-item.active h1 {
  opacity: 1;
  transform: translateX(0px); }

.owl-item.active p {
  opacity: 1;
  transform: translateX(0px); }

.owl-prev, .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 10px;
  bottom: 0;
  background-color: #0E4A6C;
  transition: 0.3s;
  z-index: 3; }
  .owl-prev:hover, .owl-next:hover {
    background-color: #56AFD3; }

.owl-prev {
  left: 0; }

.owl-next {
  right: 0; }

.arrow {
  height: 20px;
  width: 20px; }
  .arrow .line {
    fill: none;
    stroke: white;
    stroke-width: 3;
    stroke-linecap: round;
    transition: all .2s ease-out 0s; }

.owl-dots {
  display: block;
  margin: 0 auto;
  height: 20px;
  z-index: 2;
  position: relative;
  top: -30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .owl-dots .owl-dot {
    height: 15px;
    width: 15px;
    border: 1.5px solid #ffffff;
    border-radius: 50%;
    margin-left: 5px;
    margin-right: 5px;
    transition: 0.3s; }
    .owl-dots .owl-dot:hover {
      background-color: rgba(255, 255, 255, 0.3); }
  .owl-dots .active {
    background-color: #CEB931; }
  @media screen and (max-width: 599px) {
    .owl-dots {
      display: none; } }

.member-logo {
  margin-bottom: 20px;
  height: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .member-logo img {
    height: auto;
    width: auto;
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto; }
  .member-logo [src$=".svg"] {
    width: 150px; }

.gform_wrapper *:focus {
  outline: none; }

.gform_wrapper input[type='text'] {
  padding-left: 10px !important;
  padding-right: 10px !important;
  border-radius: 50px;
  border: solid 1px #0E4A6C; }

.gform_wrapper label.gfield_label {
  font-weight: lighter;
  color: #0E4A6C;
  font-size: 18px; }

.gform_wrapper .ginput_container_name label {
  font-weight: lighter;
  color: #56AFD3;
  font-size: 14px !important; }

.gform_wrapper textarea {
  border-radius: 15px;
  border: solid 1px #0E4A6C; }

.gform_wrapper input[type='submit'] {
  background-color: #0E4A6C;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 2px;
  font-weight: lighter;
  border-radius: 0;
  padding: 8px 40px !important;
  border: 0;
  display: block;
  transition: 0.3s; }
  .gform_wrapper input[type='submit']:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #56AFD3; }
  .gform_wrapper input[type='submit']:focus, .gform_wrapper input[type='submit']:active {
    outline: none;
    color: #ffffff;
    text-decoration: none; }
  .gform_wrapper input[type='submit']:active:focus {
    outline: none !important; }

.tablepress td {
  padding: 15px; }

.cat-container {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #ffffff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4a6c+1,56afd3+100 */
  background: #0e4a6c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0e4a6c 1%, #56afd3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4a6c', endColorstr='#56afd3',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .cat-container h2 {
    font-weight: lighter; }
  .cat-container p {
    max-width: 1000px;
    margin: 0 auto;
    display: block; }
  .cat-container li {
    display: inline-block;
    list-style-type: none;
    margin: 15px 8px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    .cat-container li a {
      color: #ffffff;
      padding: 5px 25px;
      border: solid 1px #ffffff;
      border-radius: 25px;
      transition: 0.3s; }
      .cat-container li a:hover {
        color: #0E4A6C;
        background-color: #ffffff; }

.img-main {
  width: 100%;
  position: relative;
  border-radius: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  overflow: hidden;
  min-height: 100px; }
  @media screen and (min-width: 768px) {
    .img-main {
      min-height: 130px; } }
  @media screen and (max-width: 321px) {
    .img-main {
      -ms-flex-pack: start;
          justify-content: flex-start; } }
  .img-main img {
    width: 100%;
    height: auto; }
  .img-main .cat-icon {
    max-width: 60px;
    max-height: 60px; }
    @media screen and (max-width: 321px) {
      .img-main .cat-icon {
        margin-left: 20px;
        max-width: 45px;
        max-height: 45px; } }
  .img-main.filled:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.8) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    /* IE6-9 */ }
  .img-main .cats {
    position: absolute;
    z-index: 20;
    bottom: 20px;
    right: 10px; }
    @media screen and (max-width: 768px) {
      .img-main .cats {
        left: 0;
        right: 0;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: center;
            justify-content: center;
        -ms-flex-align: center;
            align-items: center; }
        .img-main .cats a {
          width: auto;
          margin-right: 0px !important;
          margin-bottom: 10px;
          text-align: center; } }
    .img-main .cats a {
      float: right;
      display: inline-block;
      font-size: 12px;
      padding: 3px 15px;
      margin-right: 10px;
      letter-spacing: 1px;
      text-transform: uppercase;
      background-color: #0E4A6C;
      border-radius: 25px;
      color: #ffffff;
      transition: 0.3s; }
      .img-main .cats a:hover {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.6); }

.read {
  padding: 5px 20px;
  background-color: #0E4A6C;
  color: #ffffff;
  border: 0;
  border-bottom: solid 3px #CEB931;
  transition: 0.3s; }
  .read:hover {
    background-color: #1778b0; }

.pagination {
  font-size: 16px;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0;
  font-style: italic;
  width: 100%; }
  .pagination .page-numbers {
    padding: 8px;
    color: #0E4A6C; }
  .pagination .current {
    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: #56AFD3;
    border-radius: 50%;
    margin: 8px;
    color: #ffffff; }

.cover {
  z-index: 10;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.title-link {
  color: #000000;
  transition: 0.3s; }
  .title-link:hover {
    color: #0E4A6C; }

.feature-img {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e4a6c+1,56afd3+100 */
  background: #0e4a6c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0e4a6c 1%, #56afd3 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e4a6c', endColorstr='#56afd3',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  .feature-img picture img {
    width: 100%;
    height: auto; }
  .feature-img .extend {
    height: 200px; }
    @media screen and (min-width: 768px) {
      .feature-img .extend {
        height: 300px; } }
    @media screen and (min-width: 1000px) {
      .feature-img .extend {
        height: 400px; } }
    @media screen and (min-width: 1400px) {
      .feature-img .extend {
        height: 500px; } }

.post-content {
  position: relative;
  z-index: 90;
  top: -100px;
  margin-bottom: -100px;
  background-color: #ffffff;
  padding: 40px;
  border-radius: 4px 4px 0px 0px;
  box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 768px) {
    .post-content {
      top: -200px;
      margin-bottom: -200px; } }
  @media screen and (min-width: 1000px) {
    .post-content {
      top: -300px;
      margin-bottom: -300px; } }
  @media screen and (min-width: 1400px) {
    .post-content {
      top: -400px;
      margin-bottom: -400px; } }

.post-cat {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  display: block; }

.share-links {
  position: relative;
  float: right;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }
  .share-links .social-icon svg {
    height: 30px;
    width: 30px;
    fill: #0E4A6C;
    margin-left: 5px; }

.event {
  margin-top: 40px;
  padding-bottom: 30px;
  border-bottom: solid 1px #F2F2F2; }
  .event h2 {
    margin-top: 0;
    font-weight: bold;
    font-size: 24px; }

.date {
  padding: 5px 20px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #56AFD3;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 20px; }

.details {
  font-size: 14px;
  color: #0E4A6C;
  text-align: right; }
  @media screen and (max-width: 767px) {
    .details {
      text-align: left; } }

.btn-event {
  padding: 8px 25px;
  border: 2px solid #CEB931;
  background: transparent;
  color: #0E4A6C;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  transition: 0.3s;
  margin-top: 10px; }
  .btn-event:hover {
    background-color: #CEB931; }

.extend-events {
  height: 250px; }
  @media screen and (min-width: 768px) {
    .extend-events {
      height: 300px; } }
  @media screen and (min-width: 1200px) {
    .extend-events {
      height: 400px; } }

.event-details {
  position: absolute;
  top: 0px;
  padding: 0px 20px;
  color: #ffffff;
  font-size: 16px;
  font-weight: lighter; }
  .event-details h1 {
    font-size: 24px;
    color: #ffffff; }
  @media screen and (min-width: 768px) {
    .event-details {
      top: 80px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; }
      .event-details h1 {
        font-size: 32px; } }
  @media screen and (min-width: 1200px) {
    .event-details {
      top: 150px; } }

.sidebar {
  background-color: #F2F2F2;
  padding: 40px 30px; }
  .sidebar h3 {
    margin-top: 0; }

.single-shift-events .feature-img {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#56afd3+0,0e4a6c+99 */
  background: #56afd3;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #56afd3 0%, #0e4a6c 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#56afd3', endColorstr='#0e4a6c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.btn-rsvp {
  border: 2px solid #CEB931;
  background: transparent;
  color: #CEB931;
  font-weight: bold;
  letter-spacing: 2px; }
  .btn-rsvp:hover {
    background-color: #CEB931;
    color: #0E4A6C; }

.user-name {
  margin-bottom: 0px;
  font-weight: normal; }

.user-company {
  margin-bottom: 15px;
  font-size: 14px; }

.amicus {
  margin-top: 20px;
  display: block; }
  .amicus button {
    margin-top: 20px; }

.amicus-date {
  font-size: 14px;
  color: #56AFD3;
  font-weight: normal; }

.resources .container-fluid {
  max-width: 100%;
  position: relative; }

.row-resources {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row-resources__item {
    margin-bottom: 40px; }

.center-column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  margin-bottom: 30px; }
  .center-column h3 {
    width: 100%; }
  .center-column .amicus-date {
    -ms-flex-positive: 1;
        flex-grow: 1; }
  .center-column .btn {
    margin-top: auto; }
  @media screen and (min-width: 768px) {
    .center-column {
      min-height: 215px; } }

.fa-file-pdf-o {
  font-size: 46px !important; }

.content-pad {
  margin-bottom: 40px; }

.user-row {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: lighter; }
  @media screen and (min-width: 768px) {
    .user-row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      font-size: 16px; } }
  .user-row:nth-child(odd) {
    background-color: #F2F2F2; }

.user-photo img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .user-photo img {
      margin: 0; } }

.results {
  margin-top: 40px;
  margin-bottom: 40px; }

/* ------------------------ [ MEMBER RESOURCES SEARCH -- Leg Bulletins, Bill Tracking ] --- */
.resources-search {
  margin: 0 0 30px 0; }

@media screen and (min-width: 768px) {
  .resources-search {
    margin: 20px 0 60px 0; } }

.resources-search__form {
  position: relative; }

.resources-search input[type=search] {
  background-color: #f3f3f3;
  border: 0;
  color: #333;
  padding: 15px 15px;
  width: 80%;
  margin: 0;
  font-size: 16px;
  min-height: 58px; }

.resources-search input[type=submit] {
  display: inline-block;
  background: #56AFD3;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: none;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 6px;
  width: 20%;
  transition: all 200ms ease-in;
  height: auto;
  margin: 0;
  min-height: 58px; }

.resources-search input[type=submit]:hover {
  background: #2fa5d4;
  transform: translateY(0); }

@media screen and (min-width: 760px) {
  .resources-search input[type=search],
  .resources-search form input[type=submit] {
    font-size: 18px; }
  .resources-search input[type=submit] {
    letter-spacing: 2px; } }

.archive-sidebar {
  background-color: #e4f2f8;
  padding: 20px;
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .archive-sidebar {
      /*height: 100vh;
		height: 100%;
		position: fixed;*/
      margin-top: -32px;
      padding-top: 40px; } }

.archive-sidebar .archives {
  overflow-y: scroll; }

.archive-sub-menu, .posts {
  display: none; }

ul.archive-sub-menu {
  padding-left: 0; }

.archive-bar-wrap ul, .archive-bar-wrap li {
  list-style-type: none; }

.archives-title {
  font-size: 20px;
  color: #0E4A6C; }

.archive-sub-menu .posts {
  padding-left: 0; }
  .archive-sub-menu .posts a {
    font-size: 16px;
    color: #56AFD3 !important;
    font-weight: 300;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    display: block; }
    .archive-sub-menu .posts a:hover {
      color: #0E4A6C !important;
      text-decoration: none; }

.archive-sub-menu .posts > a:not(:last-child) {
  border-bottom: 1px solid #cfe8f3; }

.month > a {
  font-size: 16px;
  font-weight: 300;
  color: #56AFD3;
  cursor: s-resize; }

.year > a {
  padding: 5px 10px;
  background-color: #56AFD3;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 15px;
  cursor: s-resize; }

.search-bar {
  margin-top: 40px;
  margin-bottom: 40px; }
  .search-bar #search {
    width: calc(100% - 45px);
    height: 40px;
    border: 2px solid #0E4A6C;
    padding-left: 20px;
    font-size: 16px; }
  .search-bar #search-submit {
    width: 40px;
    height: 40px;
    border: 0;
    background-color: #0E4A6C;
    color: #ffffff;
    position: relative;
    vertical-align: top;
    left: -4px; }

.search__wrap {
  position: relative; }

.search__reset {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 68px;
  top: calc(50% - 15px);
  border-radius: 100%;
  background: #BBBBBB; }
  .search__reset i {
    text-align: center;
    display: block;
    width: 100%;
    line-height: 200%;
    color: #ffffff;
    padding-top: 0px; }

.search__input {
  background: #ffffff !important; }

.search__submit {
  display: inline-block;
  background: #56AFD3;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  outline: 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 15px 6px;
  width: 20%;
  transition: all .2s ease-in;
  height: auto;
  margin: 0;
  min-height: 58px; }

/*# sourceMappingURL=library/dist/css/maps/style.css.map */