/*!
Theme Name: SEEA
Theme URI: https://seealliance.org
Author: SEEA
Author URI: https://seealliance.org
Description: SEEA Custom Theme
Version: 1.0.0

/* SEEA is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc. */
/* CSS Document */
/* Webfont Load */
.wf-loading * {
  opacity: 0; }

.wf-active *, .wf-inactive * {
  opacity: 1; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

/* Preset */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto; }

html {
  -webkit-text-size-adjust: 100%; }

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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* Colors */
/* Main Palette */
/* Site Extras */
.blue {
  color: #16467a; }

.turquoise {
  color: #00869f; }

.sea {
  color: #75c7d3; }

.sky {
  color: #aac5e2; }

.gold {
  color: #fcb616; }

.orange {
  color: #d4442d; }

.bluegray {
  color: #5b6670; }

/* Body */
body {
  background-color: white;
  color: #444444;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.skip-link {
  display: none; }

/* Global Links */
a, a[href^="tel:"] {
  color: #00869f;
  text-decoration: none; }

a:visited, a[href^="tel:"]:visited {
  color: #00869f;
  text-decoration: none; }

/* Header Shadow */
.noshade {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0), 0 4px 8px rgba(0, 0, 0, 0);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.shade {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* Center Tableau Data Elements */
.tableauPlaceholder {
  margin: 0 auto; }

/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Mobile */
@media screen and (max-width: 768px) {
  /* --------------------------------- */
  /* Header and Menus */
  /* --------------------------------- */
  article img {
    width: 100%;
    height: auto; }

  #HeaderShell {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: white; }

  .admin-bar #HeaderShell {
    top: 32px; }

  #HeaderShell .container {
    padding: 0 4% 0 4%; }

  #TopLinks {
    display: flex;
    width: 100%;
    height: 25px;
    flex-wrap: nowrap;
    align-content: flex-start;
    background-color: #00869f;
    color: white;
    position: relative;
    z-index: 900; }

  #TopLinks.hidedown {
    height: 0;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

  #TopLinks.showup {
    height: 25px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

  .tagline {
    display: none;
    width: 0; }

  #TopLinks .menu-top-links-container {
    width: 100%;
    text-align: right;
    align-self: center;
    color: white; }

  #TopLinks .menu-top-links-container li {
    display: inline-block;
    margin: 0 -4px 0 0; }

  #TopLinks .menu-top-links-container li a {
    color: white;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 12px;
    text-align: left;
    vertical-align: middle;
    font-weight: 700; }

  #TopLinks .menu-top-links-container li a[target="_blank"]:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: " \f08e";
    color: white;
    font-size: 9px;
    position: relative;
    top: -1px;
    z-index: 5001;
    padding-left: 4px; }

  .search-link {
    display: inline-flex;
    margin-left: 15px;
    padding: 0 10px;
    vertical-align: middle;
    background-color: #75c7d3; }

  .search-link:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f002";
    font-size: 16px;
    transition: 0.25s;
    color: white;
    align-self: center; }

  .header-nav {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    height: 60px;
    position: relative;
    z-index: 1000; }

  .logo {
    text-align: left;
    align-self: center;
    padding-left: 4%; }

  .logo img {
    width: 150px;
    height: auto; }

  .header-right {
    text-align: left;
    align-self: center; }

  /* --------------------------------- */
  /* Search Form */
  /* --------------------------------- */
  .search-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    vertical-align: top;
    background-color: #aac5e2;
    -webkit-transition: opacity 200ms, visibility 200ms;
    transition: opacity 200ms, visibility 200ms;
    visibility: hidden;
    opacity: 0; }

  .search-panel.open {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    display: block;
    align-items: center;
    background-color: #aac5e2; }

  .search-panel form {
    width: 80%;
    visibility: hidden;
    opacity: 0;
    margin: 80% auto 0 auto;
    -webkit-transition: margin 300ms, opacity 300ms, visibility 300ms;
    transition: margin 300ms, opacity 300ms, visibility 300ms;
    transition-delay: 250ms; }

  .search-panel form.open {
    visibility: visible;
    opacity: 1;
    margin: 60% auto 0 auto; }

  .search-panel div {
    display: block;
    vertical-align: middle; }

  .search-panel #s {
    -webkit-appearance: none;
    display: block;
    width: calc(100% - 40px);
    padding: 20px;
    border: none;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-align: center; }

  .search-panel #Search {
    -webkit-appearance: none;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    color: white;
    text-align: center;
    margin: 40px auto 0 auto;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal; }

  .search-panel #s:focus {
    outline: none;
    background-color: white;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .search-panel #s::placeholder {
    color: rgba(22, 70, 122, 0.75);
    font-size: 12px;
    text-align: center; }

  .search-panel #s:focus::placeholder {
    color: #444444; }

  .search-close {
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: middle; }

  .search-close:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f057";
    font-size: 36px;
    transition: 0.25s;
    color: #16467a; }

  /* --------------------------------- */
  /* Menus */
  /* --------------------------------- */
  .main-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }

  .menu-toggle {
    position: absolute;
    top: 15px;
    right: 4%;
    font-size: 24px;
    background-color: white;
    border: 0;
    color: #16467a;
    outline: none; }

  .main-navigation.toggled .menu-toggle {
    color: #00869f;
    outline: none; }

  .main-navigation.toggled .menu-main-navigation-container {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #00869f; }

  .sub-menu {
    margin-top: 10px; }

  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 10px 20px 100px 20px;
    padding: 0; }

  .main-navigation ul li {
    display: block;
    color: #00869f;
    font-size: 21px;
    font-weight: 400;
    padding: 8px 4px;
    margin-bottom: 10px;
    border-bottom: 2px solid #75c7d3; }

  .main-navigation ul li:last-of-type {
    border-bottom: 0px; }

  .main-navigation ul li a {
    color: #75c7d3; }

  /* -- Level 2 --*/
  .main-navigation ul ul {
    margin: 10px 0 10px 0;
    padding: 0; }

  .main-navigation ul ul li {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    border-bottom: 0px;
    padding: 10px 0;
    margin-bottom: 0px;
    position: relative; }

  .main-navigation ul ul li a {
    font-weight: 400;
    color: white; }

  .main-navigation ul ul li.menu-item-has-children::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: " ";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 14px;
    right: 14px; }

  /* -- Level 3 --*/
  .main-navigation ul ul ul {
    margin: 10px 0 0 10px;
    padding: 0; }

  .main-navigation ul ul ul li {
    position: relative;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    padding: 10px 0 10px 10px;
    margin-bottom: 0px; }

  .main-navigation ul ul ul li a {
    color: white; }

  /* -- Level 4 --*/
  .main-navigation ul ul ul ul li a {
    font-weight: 400;
    color: white; }

  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block; } }
@media screen and (max-width: 768px) and (min-width: 800px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
@media screen and (max-width: 768px) {
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden; }

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

  /* --------------------------------- */
  /* Page */
  /* --------------------------------- */
  .home #Page {
    margin-top: 85px; }

  #Page {
    margin-top: 85px; }

  /* --------------------------------- */
  /* Banners */
  /* --------------------------------- */
  .banner {
    position: relative;
    min-height: 125px;
    background-color: #f1f1f1; }

  .banner-tall {
    position: relative;
    min-height: 425px;
    background-color: #f1f1f1; }

  .banner .bg-image, .banner-tall .bg-image {
    position: absolute;
    z-index: 20;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center; }

  .banner .bg-image img, .banner-tall .bg-image img {
    width: auto;
    height: 100%; }

  .banner-content {
    position: absolute;
    z-index: 30;
    width: 70%;
    margin: 0 auto;
    padding: 20px 10% 0 4%;
    text-align: left; }

  .banner-content h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 10px; }

  .banner-content h3 {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #444444; }

  .banner-content h4 {
    font-size: 14px;
    line-height: 21px;
    color: #444444; }

  /* Breadcrumbs */
  .breadcrumb {
    position: relative;
    z-index: 40;
    top: 0;
    left: 0;
    width: 96%;
    background-color: rgba(68, 68, 68, 0.6);
    margin: 0;
    padding: 12px 2%;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase; }

  .breadcrumb a {
    color: white; }

  .breadcrumb a:hover {
    color: white; }

  .breadcrumb .breadcrumb_last {
    color: rgba(255, 255, 255, 0.8); }

  /* Page Title Banner */
  .title-banner {
    position: relative;
    z-index: 40;
    top: 0;
    left: 0;
    width: 96%;
    background-color: #f1f1f1;
    margin: 0;
    padding: 20px 2%;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase; }

  .title-banner h2 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin: 0;
    vertical-align: middle; }

  .title-banner span {
    display: block;
    vertical-align: middle; }

  .title-banner span img {
    display: block;
    height: 100%;
    max-height: 50px;
    width: auto;
    margin: 0 auto; }

  /* Supply Alert Panel */
  .notification {
    padding: 15px 2%;
    color: white;
    text-align: left;
    vertical-align: top;
    display: flex; }

  .notification .alert {
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px; }

  .notification .alert a, .notification .alert a:visited {
    color: rgba(255, 255, 255, 0.9); }

  .notification .alert a:hover, .notification .alert a:visited:hover {
    color: white; }

  .notification a strong {
    font-weight: 700; }

  /* Home Banner */
  .home .banner {
    height: auto; }

  .home .banner .content {
    position: absolute;
    top: 25px;
    left: 4%;
    width: 100%;
    max-width: 50%;
    z-index: 30; }

  .home .banner .content h2 {
    display: block;
    max-width: 75%;
    font-size: 36px;
    line-height: 42px;
    color: #003764; }

  .home .banner .content ul {
    margin-top: 20px;
    max-width: 75%; }

  .home .banner .content li {
    display: block;
    margin-bottom: 10px; }

  .home .banner .content li a {
    display: block;
    background-color: rgba(0, 96, 174, 0.85);
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 500; }

  .home .banner .content li a:hover {
    background-color: #008ae3; }

  /* --------------------------------- */
  /* Padding Add-ons */
  /* --------------------------------- */
  .tb-1 {
    padding: 1% 0 1% 0; }

  .tb-2 {
    padding: 2% 0 2% 0; }

  .tb-3 {
    padding: 3% 0 3% 0; }

  .tb-4 {
    padding: 4% 0 4% 0; }

  .tb-5 {
    padding: 5% 0 5% 0; }

  .tb-6 {
    padding: 6% 0 6% 0; }

  .tb-7 {
    padding: 7% 0 7% 0; }

  .tb-8 {
    padding: 8% 0 8% 0; }

  .tb-9 {
    padding: 9% 0 9% 0; }

  .tb-10 {
    padding: 10% 0 10% 0; }

  .pad-0 {
    padding: 0; }

  .pad-1 {
    padding: 1%; }

  .pad-2 {
    padding: 2%; }

  .pad-3 {
    padding: 3%; }

  .pad-4 {
    padding: 4%; }

  .pad-5 {
    padding: 5%; }

  .pad-6 {
    padding: 6%; }

  .pad-7 {
    padding: 7%; }

  .pad-8 {
    padding: 8%; }

  /* --------------------------------- */
  /* Default Buttons */
  /* --------------------------------- */
  .btn, .btn:visited {
    display: inline-block;
    border: none;
    background-color: #00869f;
    color: white;
    text-align: left;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px 10px 20px;
    cursor: pointer;
    margin: 5px 0 5px 0;
    font-weight: 700;
    position: relative;
    transition: 0.2s; }

  .btn:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: relative;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.2s;
    transition-delay: 0.1s;
    color: white; }

  .btn:hover, .btn:visited:hover {
    padding-right: 30px;
    background-color: #d4442d;
    color: white; }

  .btn:hover:after {
    opacity: 1.0; }

  /* --------------------------------- */
  /* Page Elements */
  /* --------------------------------- */
  .flex-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex; }

  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }

  /* Common Headings  */
  .our-work h4, .newsletter h4, .card-panel h4, .accordion-panel h4, .member-benefits h4, .statistics h4, .logo-grid h4 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700; }

  .our-work h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700; }

  /* Bug Divider  */
  .bug-divider {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 20px 0; }

  .bug-divider img {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 1000; }

  .bug-divider::before {
    content: ' ';
    position: absolute;
    top: 14px;
    left: 0;
    width: 42%;
    height: 2px;
    background-color: #e6e7e8;
    z-index: 800; }

  .bug-divider::after {
    content: ' ';
    position: absolute;
    top: 14px;
    right: 0;
    width: 42%;
    height: 2px;
    background-color: #e6e7e8;
    z-index: 800; }

  /* See Member Divider  */
  .member-divider {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 40px 0; }

  .member-divider img {
    width: 125px;
    height: auto;
    position: relative;
    z-index: 1000; }

  .member-divider::before {
    content: ' ';
    position: absolute;
    top: 14px;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: #e6e7e8;
    z-index: 800; }

  .member-divider::after {
    content: ' ';
    position: absolute;
    top: 14px;
    right: 0;
    width: 30%;
    height: 2px;
    background-color: #e6e7e8;
    z-index: 800; }

  /* See Member Divider  */
  .work-divider {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 40px 0; }

  .work-divider img {
    width: 70px;
    height: auto;
    position: relative;
    z-index: 1000; }

  .work-divider::before {
    content: ' ';
    position: absolute;
    top: 24px;
    left: 0;
    width: 40%;
    height: 2px;
    background-color: #e6e7e8;
    z-index: 800; }

  .work-divider::after {
    content: ' ';
    position: absolute;
    top: 24px;
    right: 0;
    width: 40%;
    height: 2px;
    background-color: #e6e7e8;
    z-index: 800; }

  /* Split Card */
  /* Floating card with image on left / content on right. */
  .standard-split-card {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4%; }

  .split-card {
    background-color: #f1f1f1;
    width: 90%;
    max-width: 1200px;
    display: block;
    margin: 0 auto; }

  .split-card--left {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 56.25%; }

  .split-card--left .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .split-card--right {
    display: block;
    padding: 4% 4% 4% 4%;
    text-align: left;
    vertical-align: top; }

  .split-card--right h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px; }

  .split-card--right p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px; }

  .split-card--right p strong {
    font-weight: 700; }

  .split-card--right .btn {
    display: inline-block;
    border: none;
    background-color: #00869f;
    color: white;
    text-align: left;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px 10px 20px;
    cursor: pointer;
    margin: 5px 0 5px 0;
    font-weight: 700;
    position: relative;
    transition: 0.2s; }

  .split-card--right .btn:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: relative;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.2s;
    transition-delay: 0.1s;
    color: white; }

  .split-card--right .btn:hover {
    padding-right: 30px;
    background-color: #d4442d;
    color: white; }

  .split-card--right .btn:hover:after {
    opacity: 1.0; }

  /* Our Work */
  .our-work {
    padding: 4% 2%;
    background-color: #00869f;
    color: white;
    margin: 0 auto;
    text-align: center; }

  .our-work .flex-container {
    display: flex;
    flex-wrap: wrap; }

  .our-work .focus {
    width: 40%;
    padding: 3%;
    margin: 0 auto 15px auto;
    text-align: left; }

  .our-work img {
    width: 60%;
    height: auto;
    margin-bottom: 10px; }

  .our-work h5 {
    font-size: 16px;
    line-height: 16px; }

  .our-work p {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-bottom: 15px; }

  .our-work p:last-of-type {
    margin-bottom: 0; }

  .our-work a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.75); }

  .our-work a:hover {
    color: white; }

  a.work-link::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f105";
    font-size: 21px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    padding: 1px 0 0 8px;
    transition: 0.2s; }

  a.work-link:hover::after {
    padding: 1px 0 0 12px;
    color: white; }

  /* Content Cards */
  /* Cards with gradients and hover effects */
  .content-card-block {
    padding: 4%; }

  .content-card-block .container {
    max-width: 1000px; }

  .home .content-card-block {
    background-color: rgba(165, 167, 170, 0.1); }

  .content-card-wrapper {
    display: block;
    margin: 1%; }

  .content-card-wrapper .card {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 25px; }

  .content-card-wrapper .card .image {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    padding-bottom: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .content-card-wrapper .card .content {
    width: 92%;
    margin: 0;
    padding: 4% 4% 4% 4%;
    background-color: #00869f;
    overflow: hidden;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .content-card-wrapper .card .content a {
    color: white; }

  .content-card-wrapper .card .content h5 {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0;
    color: white;
    position: relative;
    text-align: left; }

  .content-card-wrapper .card .content h5 img {
    display: block;
    width: 35px;
    height: auto;
    padding-right: 10px;
    margin: -6px 0 0 0;
    float: left; }

  .content-card-wrapper .card .content h5 i {
    position: absolute;
    top: 0;
    right: 0; }

  .content-card-wrapper .card .content .line {
    height: 2px;
    background-color: white;
    margin: 0; }

  .content-card-wrapper .card .content p {
    padding-top: 15px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: white;
    text-align: left; }

  /* Triple Card */
  .card-panel {
    padding: 4%;
    text-align: center; }

  .card-panel .flex-container {
    justify-content: center;
    flex-wrap: wrap; }

  .card-panel--card {
    width: 80%;
    background-color: white;
    text-align: left;
    vertical-align: top;
    border: 1px solid #a5a7aa;
    position: relative;
    margin-bottom: 15px; }

  .card-panel--card h6 {
    display: block;
    margin: 20px 15px 15px 20px;
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
    color: #5b6670; }

  .card-panel--card p.description {
    font-size: 14px;
    line-height: 18px;
    margin: 0 25px 60px 20px;
    color: #5b6670; }

  .card-panel--card a {
    position: absolute;
    bottom: 25px;
    color: #5b6670;
    margin: 0 25px 0 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px; }

  .card-panel--card a::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    font-size: 16px;
    line-height: 16px;
    color: #5b6670;
    padding: 0 0 0 6px;
    transition: 0.2s; }

  .card-panel--card .thumb {
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    position: relative;
    z-index: 100;
    overflow: hidden;
    background-color: #a5a7aa; }

  .card-panel--card .thumb img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; }

  /* -------------------------- */
  /* Accordions in the Sky */
  .accordion-panel {
    padding: 6% 4%; }

  .accordion-panel h4 {
    color: white; }

  .accordion-panel p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
    color: white; }

  .accordion-panel .container {
    text-align: center; }

  /* -------------------------- */
  /* Accordion Styles */
  .accordion {
    display: flex;
    flex-wrap: wrap;
    text-align: left; }

  .accordion .half {
    width: 100%;
    padding: 0;
    margin: 0; }

  .accordion a.title {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #444444;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0 0;
    padding: 20px 40px 20px 20px; }

  .accordion a.title.active {
    color: #16467a; }

  .accordion a.title:hover {
    color: #16467a; }

  .accordion a.title:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f107";
    position: absolute;
    opacity: 1;
    top: 15px;
    right: 20px;
    font-size: 32px;
    line-height: 32px;
    transition: 0.25s;
    color: #444444; }

  .accordion a.title.active:after {
    transform: rotate(180deg);
    transition: 0.25s; }

  .accordion a.title:hover:after {
    color: #16467a; }

  .accordion .content {
    display: none;
    padding: 0 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #444444; }

  .accordion .content p {
    font-size: 14px;
    line-height: 21px;
    color: #444444; }

  /* -------------------------- */
  /* Tabs */
  .tab-container {
    padding: 0 4%;
    margin: 0 auto; }

  .tabs {
    margin: 30px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 2px solid #00869f; }

  .tabs li {
    flex-grow: 1;
    width: calc(50% - 4px);
    list-style-type: none;
    margin: 1px;
    text-align: center; }

  .tabs li a {
    display: block;
    padding: 20px 20px;
    background-color: #f1f1f1;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #00869f; }

  .tabs li a.active {
    background-color: #00869f;
    color: white; }

  .tab-sections {
    padding: 30px 4%; }

  .tab-item {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
    padding: 15px 0; }

  .tab-item-left {
    width: 85%; }

  .tab-item-left img {
    width: 90%;
    height: auto;
    margin-bottom: 10px; }

  .tab-item-right {
    width: 85%; }

  .tab-item-right h5 {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 10px;
    color: #444444; }

  .tab-item-right p {
    font-size: 14px;
    line-height: 21px;
    color: #444444; }

  /* -------------------------- */
  /* Member Benefits */
  .member-benefits {
    background-color: #75c7d3;
    padding: 4%;
    text-align: center; }

  .member-benefits h4 {
    color: white;
    margin-bottom: 40px; }

  .member-benefits a.membership {
    margin-bottom: 10px; }

  /* cards */
  .member-benefits .t-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px; }

  .member-benefits-block {
    margin: 0 10px 20px 10px;
    padding: 0;
    width: calc(50% - 20px) !important;
    height: 250px;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    background-color: #00869f;
    transition: all 0.4s ease; }

  .member-benefits-block .cover {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300px;
    text-align: center;
    vertical-align: top;
    transition: all 0.4s ease; }

  .member-benefits-block .cover h6 {
    height: auto;
    display: block;
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
    transition: all 0.4s ease;
    text-align: center;
    color: #75c7d3;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase; }

  .member-benefits-block .cover h6 strong {
    display: block;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    color: white;
    transition: all 0.2s ease 0.0s; }

  .member-benefits-block .cover div {
    position: absolute;
    width: 90%;
    height: 80%;
    top: 35%;
    left: 0;
    padding: 5%;
    text-align: center; }

  .member-benefits-block .cover span {
    color: rgba(255, 255, 255, 0);
    font-size: 14px;
    line-height: 18px;
    transition: all 0.4s ease 0.0s; }

  .member-benefits-block .cover span em {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding-top: 15px; }

  .member-benefits-block:hover {
    background-color: white; }

  .member-benefits-block:hover .cover h6 {
    height: auto;
    display: block;
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
    transition: all 0.4s ease;
    text-align: center;
    color: #75c7d3;
    font-size: 48px;
    text-transform: uppercase; }

  .member-benefits-block:hover .cover h6 strong {
    color: rgba(255, 255, 255, 0);
    transition: all 0.2s ease 0.2s; }

  .member-benefits-block:hover .cover span {
    color: #16467a;
    transition: all 0.4s ease 0.2s; }

  a.membership {
    display: inline-block;
    border: 1px solid white;
    border-radius: 42px;
    background-color: rgba(255, 255, 255, 0);
    color: #16467a;
    text-align: center;
    padding: 12px 60px 12px 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  a.membership:hover {
    background-color: white;
    color: #75c7d3; }

  /* --------------------------------- */
  /* Page Specific Elements */
  /* --------------------------------- */
  /* --------------------------------- */
  /* Homepage Specific */
  /* Intro Cards */
  .intro .container {
    padding: 4% 0; }

  .intro-cards {
    text-align: center; }

  .intro-cards .card-wrapper {
    display: block;
    width: 80%;
    margin: 0 auto 20px auto;
    padding: 0.5%; }

  .intro-cards .card {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: left; }

  .intro-cards .card .image {
    padding-top: 56.25%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto; }

  .intro-cards .card .content {
    width: 92%;
    margin: 0;
    padding: 4%;
    background-color: rgba(22, 70, 122, 0.8);
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .intro-cards .card .content a {
    color: white; }

  .intro-cards .card .content h5 {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: white;
    position: relative; }

  .intro-cards .card .content h5 i {
    position: absolute;
    top: 0;
    right: 0; }

  .intro-cards .card .content .line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: white;
    margin: 5px 0; }

  .intro-cards .card .content p {
    position: relative;
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: white; }

  .intro-copy {
    display: flex;
    flex-wrap: wrap; }

  .intro-copy .half {
    width: 92%;
    padding: 0 1% 0 1%;
    text-align: right;
    align-self: center; }

  .intro-copy h1 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    text-align: left; }

  .intro-copy .half img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center; }

  /* --------------------------------- */
  /* Article Content */
  /* --------------------------------- */
  /* Main Content */
  .main-content {
    width: 92%;
    padding: 4%;
    max-width: 1200px;
    margin: 0 auto; }

  /* Page Splits */
  .article-left {
    display: inline-block;
    margin: 0 -4px 0 0;
    width: 65%;
    text-align: left;
    vertical-align: top;
    padding-right: 5%; }

  .article-right {
    display: inline-block;
    margin: 0 -4px 0 0;
    width: 30%;
    text-align: left;
    vertical-align: top; }

  /* Alignments */
  .right {
    text-align: right; }

  .alignright {
    float: right;
    padding: 0 0 20px 20px; }

  .left {
    text-align: left; }

  .alignleft {
    float: left;
    padding: 0 20px 20px 0; }

  .center {
    text-align: center; }

  /* WP Image Alignments */
  .alignright {
    float: right;
    padding: 0 0 20px 20px; }

  .alignleft {
    float: left;
    padding: 0 20px 20px 0; }

  .aligncenter {
    text-align: center; }

  article .size-full {
    width: 100%;
    height: auto; }

  article .size-large {
    width: 100%;
    height: auto; }

  article .size-medium {
    max-width: 45%;
    height: auto; }

  /* Hide Post Thumb - Featured Image on article pages. */
  .single-post article .wp-post-image {
    display: none; }

  .archive article .wp-post-image {
    display: none; }

  /* WP Image Sizes */
  #secondary .size-full {
    width: 100%;
    height: auto; }

  #secondary .size-large {
    width: 100%;
    height: auto; }

  #secondary .size-medium {
    max-width: 50%;
    height: auto; }

  /* Standard Page Divisions */
  article .three-quarter {
    display: inline-block;
    width: 72%;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .half {
    display: inline-block;
    width: 45%;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .third {
    display: inline-block;
    width: 30.33%;
    height: auto;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .two-third {
    display: inline-block;
    width: 63.66%;
    height: auto;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .quarter {
    display: inline-block;
    width: 22%;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .fifth {
    display: inline-block;
    width: 18%;
    margin: 0 -4px 0 0;
    padding: 0 2% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .two-fifth {
    display: inline-block;
    width: 38%;
    margin: 0 -4px 0 0;
    padding: 0 2% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .three-fifth {
    display: inline-block;
    width: 58%;
    margin: 0 -4px 0 0;
    padding: 0 2% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .four-fifth {
    display: inline-block;
    width: 78%;
    margin: 0 -4px 0 0;
    padding: 0 2% 3% 0;
    text-align: left;
    vertical-align: top; }

  article {
    font-size: 14px;
    line-height: 21px;
    color: #444444; }

  article h1, h1.page-title {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 10px; }

  article h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px; }

  article h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px; }

  article h4 {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 20px; }

  article h5 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px; }

  article h6 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700; }

  article p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px; }

  article strong {
    font-weight: 700; }

  article em {
    font-style: italic; }

  .single article p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px; }

  article hr {
    display: block;
    margin: 30px 0 30px 0;
    border: none;
    height: 4px;
    width: 100%;
    background-color: #e6e7e8; }

  article ul, article ol {
    margin: 0 0 30px 30px; }

  article ul li, article ul li {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: disc; }

  article ol li, article ol li {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: decimal; }

  /* Button Class for P tag in editor */
  p.button a, p.button a:visited {
    display: inline-block;
    border: none;
    background-color: #00869f;
    color: white;
    text-align: left;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px 10px 20px;
    cursor: pointer;
    margin: 5px 0 5px 0;
    font-weight: 700;
    position: relative;
    transition: 0.2s; }

  p.button a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: relative;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.2s;
    transition-delay: 0.1s;
    color: white; }

  p.button a:hover, p.button a:visited:hover {
    padding-right: 30px;
    background-color: #d4442d;
    color: white; }

  p.button a:hover:after {
    opacity: 1.0; }

  /* Article Listing via shortcode. */
  .article-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center; }

  .article-list .list-post {
    width: 46%;
    padding: 2% 2%; }

  .list-post img {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }

  .list-post h4 {
    font-size: 16px;
    line-height: 21px;
    margin: 0 0 5px 0; }

  .list-post p {
    font-size: 13px;
    line-height: 18px; }

  /* Page Sidebar */
  .page-sidebar h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px; }

  .page-sidebar h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px; }

  .page-sidebar h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px; }

  .page-sidebar h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px; }

  .page-sidebar p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px; }

  .page-sidebar hr {
    margin: 35px 0 15px 0;
    padding-top: 25px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    background: url("images/slashes-gray.svg") top left repeat-x;
    background-size: 29px 14px;
    border: none; }

  .page-sidebar a.btn {
    display: inline-block;
    background-color: #00a955;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal; }

  .page-sidebar a.btn:hover {
    background-color: #003764;
    color: white;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  /* --------------------------------- */
  /* Blog & News Single Pages */
  /* --------------------------------- */
  .blog-post {
    padding: 4%; }

  .blog-post .flex-container {
    flex-wrap: wrap; }

  .post-content {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: top; }

  .post-sidebar {
    display: block;
    width: 100%;
    text-align: left;
    vertical-align: top; }

  /* Post Loop Display */
  h2.postlist-entry-title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px; }

  .postlist-thumb {
    display: block;
    margin: 0;
    text-align: left;
    vertical-align: top; }

  .postlist-thumb img {
    width: 100%;
    height: auto; }

  .postlist-entry-summary {
    display: block;
    text-align: left;
    vertical-align: top; }

  .postlist-entry-summary p {
    font-size: 14px;
    line-height: 21px; }

  .entry-meta {
    font-size: 13px;
    margin-bottom: 5px;
    color: #616366; }

  .entry-meta .entry-date:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f073";
    font-size: 16px;
    color: #a5a7aa;
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-bottom; }

  .entry-meta .updated {
    display: none; }

  .entry-meta .published.updated {
    display: inline; }

  .entry-meta .author:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f007";
    font-size: 16px;
    color: #a5a7aa;
    margin-right: 5px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: text-bottom; }

  .entry-meta .author a, .entry-meta .author a:visited {
    color: #444444; }

  .entry-date.published {
    color: #444444; }

  .post .post-thumbnail {
    margin-bottom: 20px; }

  .post .post-thumbnail img {
    width: 100%;
    height: auto; }

  .cat-links {
    font-size: 12px;
    margin-bottom: 15px;
    color: #616366; }

  .cat-links .postedin {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 20px 10px 0;
    color: #444444; }

  .single .cat-links .postedin {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 20px 10px 0;
    color: #a5a7aa; }

  .cat-links a, .cat-links a:visited {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid rgba(165, 167, 170, 0.5);
    color: #444444;
    text-align: center;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 8px 12px;
    margin: 0 20px 15px 0; }

  .cat-links a:hover, .cat-links a:visited:hover {
    color: #d4442d;
    border: 1px solid #d4442d; }

  .entry-footer {
    padding: 10px 0;
    background-color: rgba(190, 190, 190, 0);
    border-bottom: 2px solid rgba(165, 167, 170, 0.3);
    margin-bottom: 20px; }

  .single .entry-footer {
    padding: 10px 0;
    background-color: rgba(190, 190, 190, 0);
    border-bottom: 0px solid rgba(165, 167, 170, 0.3);
    margin: 0; }

  /* Post Listing */
  .posts-navigation {
    margin: 50px 0 20px 0;
    color: #616366;
    display: table;
    width: 100%; }

  .posts-navigation h2 {
    display: none; }

  .posts-navigation .nav-links {
    display: table-row; }

  .posts-navigation .nav-previous {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: top; }

  .posts-navigation .nav-next {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: top; }

  .posts-navigation a, .posts-navigation a:visited {
    display: inline-block;
    background-color: white;
    border: none;
    color: #00869f;
    text-align: center;
    vertical-align: baseline;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    margin: 20px 0 15px 0; }

  .posts-navigation a:hover, .posts-navigation a:visited:hover {
    background-color: white;
    color: #d4442d;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  /* Paging Navigation */
  .pagination .nav-links {
    text-align: center; }

  .pagination h2 {
    display: none; }

  .paging-navigation {
    border-top: 4px solid #ebeff2;
    margin: 48px 0; }

  .paging-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center; }

  .paging-navigation {
    border-top: 5px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-right: 1px;
    padding: 7px 16px; }

  .paging-navigation a {
    color: #666666; }

  .paging-navigation {
    border-top: 5px solid #ee3124; }

  .paging-navigation a:hover {
    border-top: 5px solid #1996d5;
    color: #2b2b2b; }

  .page-numbers {
    border-top: 4px solid #ebeff2;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 25px;
    margin-right: 1px;
    padding: 7px 16px; }

  .page-numbers.dots {
    border-top: 4px solid white; }

  .page-numbers a {
    color: #666666; }

  .page-numbers.current {
    border-top: 4px solid #003764; }

  .page-numbers a:hover {
    border-top: 4px solid #1996d5;
    color: #2b2b2b; }

  /* Single Post */
  .post-navigation {
    margin: 0 0 20px 0;
    border-top: 5px solid rgba(190, 190, 190, 0.2);
    color: #616366;
    display: table;
    width: 100%; }

  .post-navigation .previous {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: top;
    padding: 15px 0 0 0; }

  .post-navigation .previous span {
    display: none; }

  .post-navigation .next {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: top;
    padding: 15px 0 0 0; }

  .post-navigation .next span {
    display: none; }

  .post-navigation .previous i, .post-navigation .next i {
    display: table-cell;
    width: auto;
    font-size: 12px;
    line-height: 16px;
    padding: 0 5px;
    text-align: left;
    vertical-align: middle;
    min-height: 32px; }

  .post-navigation a, .post-navigation a:visited {
    display: inline-block;
    border: none;
    color: #444444;
    background-color: white;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    margin: 0 4px 0 0; }

  .post-navigation a.back strong {
    display: table-cell; }

  .post-navigation a.back strong:before {
    display: inline-block;
    margin-right: -4px;
    width: 24px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f0a8";
    font-size: 24px;
    line-height: 24px;
    background-color: white;
    color: #00869f;
    padding: 15px 5px 15px 0; }

  .post-navigation a.forward strong {
    display: table-cell; }

  .post-navigation a.forward strong:after {
    display: inline-block;
    margin-right: -4px;
    width: 24px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f0a9";
    font-size: 24px;
    line-height: 24px;
    background-color: white;
    color: #00869f;
    padding: 15px 0 15px 5px; }

  .post-navigation a.back:hover strong:before, .post-navigation a.back:visited:hover strong:before, .post-navigation a.forward:hover strong:after, .post-navigation a.forward:visited:hover strong:after {
    color: #d4442d;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .tags-links {
    display: block;
    font-size: 12px; }

  .edit-link {
    display: block; }

  /* Search Results */
  h1.page-title.search-for-results {
    font-size: 16px;
    line-height: 21px;
    margin: 2% 0 15px 0;
    color: #a5a7aa; }

  .search-for-results strong {
    font-weight: 700; }

  .resultslabel {
    font-size: 14px;
    font-weight: 700;
    color: #a5a7aa;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

  .search-results h3 {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 5px; }

  .search-no-results h6 {
    font-size: 14px; }

  #SearchResultsForm {
    margin-top: 30px; }

  #SearchResultsForm .search-field {
    -webkit-appearance: none;
    display: block;
    width: calc(100% - 40px);
    padding: 20px;
    border: none;
    border-radius: 40px;
    background-color: #f1f1f1;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal; }

  #SearchResultsForm .search-submit {
    -webkit-appearance: none;
    display: block;
    background-color: rgba(241, 241, 241, 0);
    border: 0px;
    color: #00869f;
    text-align: center;
    margin: 20px auto 20px auto;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal; }

  #SearchResultsForm .search-field:focus {
    outline: none;
    background-color: white;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  #SearchResultsForm .search-field::placeholder {
    color: rgba(22, 70, 122, 0.75);
    font-size: 12px;
    text-align: center; }

  #SearchResultsForm .search-field:focus::placeholder {
    color: #444444; }

  /* Sidebar Elements */
  .main-categories {
    text-align: left;
    vertical-align: top; }

  .main-category {
    display: block;
    margin-bottom: 25px; }

  .main-category a {
    color: #414042; }

  .main-category a:hover {
    color: #414042; }

  .main-category a:hover strong {
    color: #0060ae; }

  .main-categories img {
    display: inline-block;
    margin: 0 4% 0 0;
    width: 25%;
    text-align: left;
    vertical-align: top; }

  .main-categories span {
    display: inline-block;
    margin: 0 -4px 0 0;
    width: 70%;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px; }

  .main-categories strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #a5a7aa;
    padding-bottom: 5px;
    margin-bottom: 5px; }

  .widget-title {
    margin: 0 0 15px 0;
    padding-top: 25px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400; }

  .widget-area li {
    font-size: 13px;
    margin: 8px 0; }

  /* Select a Month */
  .selectamonth {
    width: 90%;
    margin: 0 0 2px 0;
    padding: 3%;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    background-color: #f1f1f1;
    background-size: 25px auto;
    position: relative; }

  .selectamonth i {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 21px;
    transform: rotate(0deg);
    color: rgba(68, 68, 68, 0.5);
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

  .selectamonth i.active {
    transform: rotate(180deg); }

  .selectamonth:hover {
    cursor: pointer;
    color: #d4442d;
    background-size: 25px auto; }

  .sam-outer-container {
    width: 90%;
    height: 180px;
    background-color: #f1f1f1;
    padding: 3%;
    display: none;
    position: relative;
    overflow: hidden;
    border: none; }

  .sam-outer-container p {
    margin-bottom: 10px;
    color: rgba(68, 68, 68, 0.75); }

  .sam-panel {
    height: 165px; }

  .sam-inner-container {
    width: 94%;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll; }

  .sam-inner-container::-webkit-scrollbar {
    /* display: none; */ }

  .sam-panel ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px; }

  .sam-panel li {
    list-style-type: none;
    margin: 0 0 4px 0;
    padding: 3px;
    font-weight: 500;
    font-size: 13px;
    color: #444444; }

  .sam-panel li a {
    text-decoration: none;
    color: #00869f;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

  .sam-panel li a:hover {
    text-decoration: none;
    color: #d4442d; }

  /* --------------------------------- */
  /* Carousels */
  /* --------------------------------- */
  /* Statistics Carousel */
  .statistics {
    padding: 6% 0;
    margin-bottom: 3%;
    text-align: center; }

  .statistics-carousel {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 180px;
    margin: 0 auto; }

  .statistics-carousel-cell {
    width: 90%;
    padding: 0 5%;
    vertical-align: middle; }

  .statistics-carousel-cell .container {
    width: 80%;
    max-width: 1000px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto; }

  .statistics-carousel-cell img {
    width: 30%;
    align-self: center;
    margin: 0 auto 15px auto; }

  .statistics-carousel-cell .copy {
    width: 90%;
    min-height: 250px;
    align-self: center;
    text-align: center;
    margin: 0 auto; }

  .statistics-carousel-cell h5 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #5b6670; }

  .statistics-carousel-cell h6 {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-transform: none;
    color: #16467a; }

  .statistics-carousel .flickity-page-dots {
    bottom: -40px; }

  /* --------------------------------- */
  /* Members Logo Grid */
  /* --------------------------------- */
  .logo-grid {
    padding: 4%;
    text-align: center; }

  .logo-grid p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 35px 0; }

  .logo-grid .flex-container {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 35px; }

  .grid-member {
    width: 100%;
    height: auto;
    max-width: 175px;
    margin: 20px;
    padding: 0;
    position: relative;
    z-index: 800;
    align-self: center; }

  .grid-member.square {
    width: 100%;
    height: auto;
    max-width: 75px;
    margin: 20px;
    padding: 0;
    position: relative;
    z-index: 800;
    align-self: center; }

  .grid-member img {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 850 !important; }

  .grid-member .description-wrapper {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 900;
    bottom: 125%;
    left: auto;
    width: 100%;
    height: auto;
    background-color: white;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0 0 4px #aac5e2; }

  .grid-member.square .description-wrapper {
    width: 200%;
    left: -50%; }

  .grid-member .description-wrapper .description {
    position: relative;
    padding: 20px;
    z-index: 1000;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
    background-color: white; }

  .grid-member .description-wrapper .arrow {
    bottom: -10px;
    height: 20px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    background-color: white;
    transform: rotate(45deg);
    box-shadow: 0 0 4px #aac5e2;
    z-index: 850 !important; }

  .grid-member:hover > .description-wrapper {
    display: block;
    opacity: 1;
    position: absolute;
    -webkit-animation: fadeit .4s;
    -moz-animation: fadeit .4s;
    -o-animation: fadeit .4s;
    animation: fadeit .4s; }

  /* --------------------------------- */
  /* Video Popup */
  /* --------------------------------- */
  a.videopop {
    display: none; }

  a.launch-it:hover, a.mobile-link:hover {
    cursor: pointer; }

  #videopackage {
    display: none; }

  .hide {
    /* left: -100vw; */
    display: none; }

  .open {
    display: block; }

  #Closer {
    position: absolute;
    z-index: 21000 !important;
    top: 50px;
    right: 50px;
    display: block;
    width: 50px;
    height: 50px; }

  #Closer:hover {
    cursor: pointer; }

  #Closer:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f057";
    font-size: 36px;
    transition: 0.25s;
    color: #aac5e2; }

  #Closer:hover:before {
    color: white;
    cursor: pointer; }

  #player {
    width: 100vw;
    height: 56.25vw;
    /* 100/56.25 = 1.778 */
    background: black;
    max-height: 67.5vh;
    max-width: 120vh;
    /* 16/9 = 1.778 */
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 75000;
    top: 50%;
    bottom: 0;
    /* vertical center */
    left: 0;
    right: 0;
    /* horizontal center */
    transform: translateY(-50%); }

  /* --------------------------------- */
  /* Flickity v2.0.8 */
  /* --------------------------------- */
  .flickity-enabled {
    position: relative; }

  .flickity-enabled:focus {
    outline: none; }

  .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 190px;
    margin: 0 auto; }

  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%; }

  /* draggable */
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }

  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

  /* ---- previous/next buttons ---- */
  .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 33px;
    height: 33px;
    border: 2px solid rgba(240, 240, 240, 0.65);
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .flickity-prev-next-button:hover {
    border: 2px solid #f0f0f0; }

  .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F; }

  .flickity-prev-next-button:active {
    opacity: 0.6; }

  .flickity-prev-next-button.previous {
    left: 10px; }

  .flickity-prev-next-button.next {
    right: 10px; }

  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 20px; }

  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 20px; }

  .flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto; }

  .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%; }

  .flickity-prev-next-button .arrow {
    fill: rgba(240, 240, 240, 0.75); }

  .flickity-prev-next-button:hover .arrow {
    fill: #f0f0f0; }

  /* ---- page dots ---- */
  .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -30px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1; }

  .flickity-rtl .flickity-page-dots {
    direction: rtl; }

  .flickity-page-dots .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: #6d6e71;
    border-radius: 50%;
    opacity: 0.2;
    cursor: pointer; }

  .flickity-page-dots .dot.is-selected {
    background: #00869f;
    opacity: 1; }

  /* --------------------------------- */
  /* Newsletter */
  /* --------------------------------- */
  .newsletter {
    background-color: #f1f1f1;
    padding: 6% 0; }

  .newsletter .content {
    padding: 0 6%; }

  .newsletter p:first-of-type img {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin-bottom: 5px; }

  .newsletter p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 15px; }

  .newsletter input[type="text"], .newsletter input[type="tel"], .newsletter input[type="email"], #ccform input[type="text"], #ccform input[type="tel"], #ccform input[type="email"] {
    -webkit-appearance: none;
    width: 90%;
    margin: 4px 0;
    padding: 12px;
    border: 1px solid #a5a7aa;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444444;
    background-color: white; }

  .newsletter input[type="text"]:focus, .newsletter input[type="tel"]:focus, .newsletter input[type="email"]:focus, .newsletter textarea:focus, #ccform input[type="text"]:focus, #ccform input[type="tel"]:focus, #ccform input[type="email"]:focus, #ccform textarea:focus {
    outline: none;
    background-color: white;
    border: 1px solid #16467a;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }

  .newsletter textarea, #ccform textarea {
    -webkit-appearance: none;
    width: 90%;
    height: auto;
    min-height: 100px;
    margin: 4px 0;
    padding: 12px;
    border: 1px solid #a5a7aa;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444444;
    background-color: white; }

  .newsletter input[type="submit"], #ccform input[type="submit"] {
    -webkit-appearance: none;
    display: block;
    width: 97%;
    background-color: rgba(22, 70, 122, 0);
    border: 2px solid #5b6670;
    color: #5b6670;
    text-align: left;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 18px 0;
    cursor: pointer;
    margin: 6px 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

  .newsletter input[type="submit"]:hover, #ccform input[type="submit"]:hover {
    background-color: #16467a;
    border: 2px solid #16467a;
    color: white; }

  .ctct-disclosure hr {
    display: none; }

  .ctct-disclosure {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    font-size: 12px;
    line-height: 15px; }

  /* --------------------------------- */
  /* National Network (neen) */
  /* --------------------------------- */
  .neen {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    padding: 4%; }

  /* States Grid Menu */
  #states-grid ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    list-style-type: none;
    margin: 0 0 30px 0; }

  #states-grid ul li {
    width: 31%;
    margin: 1%;
    list-style-type: none;
    text-align: center;
    background-color: #00869f;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  #states-grid ul li a {
    display: block;
    width: 100%;
    color: white;
    padding: 20px 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700; }

  #states-grid ul li:hover {
    background-color: #d4442d; }

  #states-grid ul li.current_page_item {
    background-color: #75c7d3; }

  /* --------------------------------- */
  /* Footer */
  /* --------------------------------- */
  footer {
    color: #a5a7aa; }

  .become-a-member {
    background: url("images/bg-bam.svg") center center no-repeat #fcb616;
    background-size: auto 100%;
    padding: 60px;
    text-align: center;
    border-top: 4px solid #d4442d; }

  .become-a-member a {
    border: 1px solid white;
    border-radius: 42px;
    background-color: rgba(255, 255, 255, 0);
    color: #16467a;
    text-align: center;
    padding: 12px 30px 12px 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .become-a-member a:hover {
    background-color: white;
    color: #fcb616; }

  footer .columns {
    display: block; }

  .footer-left {
    background-color: #16467a;
    padding: 4%;
    border-collapse: collapse; }

  .footer-left h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: white; }

  .footer-left p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: white; }

  .footer-center {
    background-color: #00869f;
    padding: 4%;
    border-collapse: collapse; }

  .footer-center h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    color: white; }

  .quick-links li {
    text-align: left;
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0; }

  .quick-links li a, #menu-footer-menu li a:visited {
    color: white; }

  .quick-links li a:hover, #menu-footer-menu li a:visited:hover {
    color: #75c7d3; }

  .footer-right {
    display: flex;
    flex-wrap: wrap;
    background-color: #75c7d3;
    padding: 4%;
    border-collapse: collapse; }

  .menu-footer-menu-left-container, .menu-footer-menu-right-container {
    display: flex;
    width: 50%; }

  #menu-footer-menu-left li, #menu-footer-menu-right li {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0; }

  #menu-footer-menu-left li a, #menu-footer-menu-left li a:visited, #menu-footer-menu-right li a, #menu-footer-menu-right li a:visited {
    color: white; }

  #menu-footer-menu-left li a:hover, #menu-footer-menu-left li a:visited:hover, #menu-footer-menu-right li a:hover, #menu-footer-menu-right li a:visited:hover {
    color: #00869f; }

  .social {
    width: 100%;
    text-align: left;
    align-self: flex-start;
    margin-top: 20px; }

  .social li {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 2px 15px 2px; }

  .social li a {
    opacity: 0.5;
    transition: opacity .25s; }

  .social li a:hover {
    opacity: 1.0; }

  .linkedin a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .twitter a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: -46px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .instagram a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: -92px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .youtube a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: -138px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .facebook a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: -184px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .legal {
    padding: 4%; }

  .legal p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px; }

  .legal p a, .legal p a:visited {
    font-weight: 700;
    color: #a5a7aa; }

  .legal p a:hover, .legal p a:visited:hover {
    color: #75c7d3; }

  .legal p a[href^="tel:"], .legal p a[href^="tel:"]:visited {
    font-weight: 400;
    color: #a5a7aa; }

  .legal p a[href^="tel:"]:hover, .legal p a[href^="tel:"]:visited:hover {
    color: #75c7d3; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Mobile Landscape */
@media screen and (max-width: 768px) and (orientation: landscape) {
  /* Home Banner */
  .home .banner {
    height: 200px; }

  .home .banner .bg-image img {
    width: 100%;
    height: auto; }

  .banner-content h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 10px; }

  .banner-content h3 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #444444; }

  .banner-content h4 {
    font-size: 16px;
    line-height: 21px;
    color: #444444; }

  /* Home Intro */
  .intro .container {
    padding: 4% 0 0 0; }

  .intro-cards {
    display: flex; }

  .intro-cards .card-wrapper {
    width: 31%; }

  .intro-cards .card .content h5 {
    font-size: 14px; }

  .intro-cards .card .content h5 i {
    top: 3px; }

  .intro-cards .card .content p {
    font-size: 12px;
    line-height: 16px; }

  .intro-copy .half {
    width: 48%; }

  .intro-copy h1 {
    font-size: 16px;
    line-height: 21px; }

  /* Card Blocks */
  .content-card-block .container {
    display: flex; }

  .content-card-wrapper .card .content h5 {
    margin-bottom: 10px; }

  .content-card-wrapper .card .content h5 i {
    top: 3px; }

  .content-card-wrapper .card .content h5 img {
    width: 25px; }

  .content-card-wrapper .card .content p {
    font-size: 12px;
    line-height: 16px; }

  /* Triple Card Panel */
  .card-panel .flex-container {
    flex-wrap: nowrap; }

  .card-panel--card {
    width: 31%;
    margin: 1%; }

  .card-panel--card h6 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700; }

  .card-panel--card p.description {
    font-size: 12px; }

  /* Carousel */
  .statistics-carousel-cell img {
    max-width: 100px; }

  .search-panel form.open {
    margin: 20% auto 0 auto; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Desktop */
@media screen and (min-width: 769px) {
  /* Global Links */
  a:hover, a:visited:hover, a[href^="tel:"]:hover, a[href^="tel:"]:visited:hover {
    color: #d4442d;
    text-decoration: none;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

  /* --------------------------------- */
  /* Header and Menus */
  /* --------------------------------- */
  #HeaderShell {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: white; }

  .admin-bar #HeaderShell {
    top: 32px; }

  #HeaderShell .container {
    padding: 0 4% 0 4%; }

  #TopLinks {
    display: flex;
    width: 100%;
    height: 45px;
    flex-wrap: nowrap;
    align-content: flex-start;
    background-color: #00869f;
    color: white;
    position: relative;
    z-index: 900; }

  #TopLinks.hidedown {
    height: 0;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

  #TopLinks.showup {
    height: 45px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }

  .tagline {
    width: 50%;
    text-align: left;
    align-self: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

  #TopLinks .menu-top-links-container {
    width: 50%;
    text-align: right;
    align-self: center;
    color: white; }

  #TopLinks .menu-top-links-container li {
    display: inline-block;
    margin: 0 -4px 0 0; }

  #TopLinks .menu-top-links-container li a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 12px;
    text-align: left;
    vertical-align: middle;
    font-weight: 700; }

  #TopLinks .menu-top-links-container li a:hover {
    color: #75c7d3; }

  #TopLinks .menu-top-links-container li a[target="_blank"]:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: " \f08e";
    color: white;
    font-size: 9px;
    position: relative;
    top: -1px;
    z-index: 5001;
    padding-left: 4px; }

  #TopLinks .menu-top-links-container li a:hover[target="_blank"]:after {
    color: white; }

  .search-link {
    display: flex;
    margin-left: 15px;
    padding: 0 30px;
    vertical-align: middle;
    background-color: #75c7d3; }

  .search-link:hover {
    cursor: pointer; }

  .search-link:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f002";
    font-size: 21px;
    transition: 0.25s;
    color: white;
    align-self: center; }

  .search-link:hover:before {
    color: #00869f;
    cursor: pointer; }

  .header-nav {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    height: 100px;
    position: relative;
    z-index: 1000; }

  .logo {
    text-align: left;
    align-self: center;
    padding-left: 2%; }

  .logo img {
    width: 240px;
    height: auto; }

  .header-right {
    text-align: left;
    align-self: center; }

  /* --------------------------------- */
  /* Search Form */
  /* --------------------------------- */
  .search-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 145px;
    text-align: center;
    vertical-align: top;
    /* background-color: rgba($blue,1.0); */
    background: url("images/bg-search.svg") center center no-repeat #aac5e2;
    background-size: cover;
    -webkit-transition: opacity 200ms, visibility 200ms;
    transition: opacity 200ms, visibility 200ms;
    visibility: hidden;
    opacity: 0; }

  .search-panel.open {
    visibility: visible;
    opacity: 1;
    z-index: 9999; }

  .search-panel form {
    display: table;
    width: auto;
    visibility: hidden;
    opacity: 0;
    margin: 20px auto 0 auto;
    -webkit-transition: margin 300ms, opacity 300ms, visibility 300ms;
    transition: margin 300ms, opacity 300ms, visibility 300ms;
    transition-delay: 250ms; }

  .search-panel form.open {
    visibility: visible;
    opacity: 1;
    margin: 45px auto 0 auto; }

  .search-panel div {
    display: table-cell;
    vertical-align: middle; }

  .search-panel #s {
    -webkit-appearance: none;
    display: block;
    width: 600px;
    padding: 20px;
    border: none;
    border-radius: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal; }

  .search-panel #Search {
    -webkit-appearance: none;
    display: block;
    background-color: rgba(255, 255, 255, 0);
    border: 0px;
    color: white;
    text-align: center;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal; }

  .search-panel #Search:hover {
    color: #16467a;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .search-panel #s:focus {
    outline: none;
    background-color: white;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .search-panel #s::placeholder {
    color: rgba(22, 70, 122, 0.75); }

  .search-panel #s:focus::placeholder {
    color: #444444; }

  .search-close {
    position: absolute;
    top: 55px;
    right: 55px;
    display: block;
    margin: 0;
    padding: 0;
    vertical-align: middle; }

  .search-close:hover {
    cursor: pointer; }

  .search-close:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f057";
    font-size: 36px;
    transition: 0.25s;
    color: #16467a; }

  .search-close:hover:before {
    color: #16467a;
    cursor: pointer; }

  /* --------------------------------- */
  /* Menus */
  /* --------------------------------- */
  .main-navigation {
    clear: both;
    display: block;
    float: left;
    margin: 34px 0 0 28px; }

  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }

  .main-navigation ul li {
    color: #16467a;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 4px;
    border-bottom: 4px solid white; }

  .main-navigation ul li a {
    color: #16467a; }

  .main-navigation ul li:hover {
    color: #00869f;
    border-bottom: 4px solid #62adc1; }

  .main-navigation ul li:hover a {
    color: #00869f; }

  /* -- Level 2 --*/
  .main-navigation ul ul {
    background-color: #62adc1;
    float: left;
    position: absolute;
    top: 62px;
    left: -999em;
    z-index: 99999;
    padding: 6px 0; }

  .main-navigation ul ul li {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    border-bottom: 0px;
    padding: 3px 8px;
    position: relative; }

  .main-navigation ul ul li:hover {
    background-color: #75c7d3;
    border-bottom: 0px; }

  .main-navigation ul ul li.menu-item-has-children::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: " \f105";
    color: white;
    font-size: 14px;
    position: absolute;
    top: 14px;
    right: 14px; }

  .main-navigation ul li:hover li a {
    color: white; }

  /* -- Level 3 --*/
  .main-navigation ul ul ul {
    left: -999em;
    top: -6px; }

  .main-navigation ul ul li:hover > ul,
  .main-navigation ul ul li.focus > ul {
    left: 100%; }

  .main-navigation ul ul a {
    min-width: 200px; }

  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0px; }

  .main-navigation li {
    float: left;
    position: relative; }

  .main-navigation a {
    display: block;
    text-decoration: none;
    padding: 10px; }

  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block; } }
@media screen and (min-width: 769px) and (min-width: 800px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
@media screen and (min-width: 769px) {
  .site-main .comment-navigation, .site-main
  .posts-navigation, .site-main
  .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden; }

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous {
    float: left;
    width: 50%; }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%; }

  /* --------------------------------- */
  /* Page */
  /* --------------------------------- */
  .home #Page {
    margin-top: 145px; }

  #Page {
    margin-top: 145px; }

  /* --------------------------------- */
  /* Banners */
  /* --------------------------------- */
  .banner {
    position: relative;
    min-height: 125px;
    background-color: #f1f1f1; }

  .banner-tall {
    position: relative;
    min-height: 425px;
    background-color: #f1f1f1; }

  .banner .bg-image, .banner-tall .bg-image {
    position: absolute;
    z-index: 20;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center; }

  .banner .bg-image img, .banner-tall .bg-image img {
    width: 100%;
    height: auto; }

  .banner-content {
    position: absolute;
    z-index: 30;
    width: 60%;
    margin: 0 auto;
    padding: 100px 20% 25px 20%;
    text-align: center; }

  .banner-content h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 30px; }

  .banner-content h3 {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    color: #444444; }

  .banner-content h4 {
    font-size: 24px;
    line-height: 32px;
    color: #444444; }

  /* Breadcrumbs */
  .breadcrumb {
    position: relative;
    z-index: 40;
    top: 0;
    left: 0;
    width: 96%;
    background-color: rgba(68, 68, 68, 0.6);
    margin: 0;
    padding: 12px 2%;
    text-align: left;
    vertical-align: top;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase; }

  .breadcrumb a {
    color: white; }

  .breadcrumb a:hover {
    color: white; }

  .breadcrumb .breadcrumb_last {
    color: rgba(255, 255, 255, 0.8); }

  /* Page Title Banner */
  .title-banner {
    position: relative;
    z-index: 40;
    top: 0;
    left: 0;
    width: 96%;
    background-color: #f1f1f1;
    margin: 0;
    padding: 20px 2%;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase; }

  .title-banner h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    margin: 0;
    vertical-align: middle; }

  .title-banner span {
    display: inline-block;
    vertical-align: middle; }

  .title-banner span img {
    display: block;
    height: 100%;
    max-height: 50px;
    width: auto;
    margin-right: 20px; }

  /* Supply Alert Panel */
  .notification {
    padding: 15px 2%;
    color: white;
    text-align: left;
    vertical-align: top;
    display: flex; }

  .notification .alert {
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px; }

  .notification .alert a, .notification .alert a:visited {
    color: rgba(255, 255, 255, 0.9); }

  .notification .alert a:hover, .notification .alert a:visited:hover {
    color: white; }

  .notification a strong {
    font-weight: 700; }

  /* Home Banner */
  .home .banner {
    height: 450px; }

  .home .banner .content {
    position: absolute;
    top: 25px;
    left: 4%;
    width: 100%;
    max-width: 50%;
    z-index: 30; }

  .home .banner .content h2 {
    display: block;
    max-width: 75%;
    font-size: 36px;
    line-height: 42px;
    color: #003764; }

  .home .banner .content ul {
    margin-top: 20px;
    max-width: 75%; }

  .home .banner .content li {
    display: block;
    margin-bottom: 10px; }

  .home .banner .content li a {
    display: block;
    background-color: rgba(0, 96, 174, 0.85);
    padding: 20px;
    text-align: center;
    color: white;
    font-size: 21px;
    line-height: 21px;
    text-transform: uppercase;
    font-weight: 500; }

  .home .banner .content li a:hover {
    background-color: #008ae3; }

  /* --------------------------------- */
  /* Padding Add-ons */
  /* --------------------------------- */
  .tb-1 {
    padding: 1% 0 1% 0; }

  .tb-2 {
    padding: 2% 0 2% 0; }

  .tb-3 {
    padding: 3% 0 3% 0; }

  .tb-4 {
    padding: 4% 0 4% 0; }

  .tb-5 {
    padding: 5% 0 5% 0; }

  .tb-6 {
    padding: 6% 0 6% 0; }

  .tb-7 {
    padding: 7% 0 7% 0; }

  .tb-8 {
    padding: 8% 0 8% 0; }

  .tb-9 {
    padding: 9% 0 9% 0; }

  .tb-10 {
    padding: 10% 0 10% 0; }

  .pad-0 {
    padding: 0; }

  .pad-1 {
    padding: 1%; }

  .pad-2 {
    padding: 2%; }

  .pad-3 {
    padding: 3%; }

  .pad-4 {
    padding: 4%; }

  .pad-5 {
    padding: 5%; }

  .pad-6 {
    padding: 6%; }

  .pad-7 {
    padding: 7%; }

  .pad-8 {
    padding: 8%; }

  /* --------------------------------- */
  /* Default Buttons */
  /* --------------------------------- */
  .btn, .btn:visited {
    display: inline-block;
    border: none;
    background-color: #00869f;
    color: white;
    text-align: left;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px 10px 20px;
    cursor: pointer;
    margin: 5px 0 5px 0;
    font-weight: 700;
    position: relative;
    transition: 0.2s; }

  .btn:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: relative;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.2s;
    transition-delay: 0.1s;
    color: white; }

  .btn:hover, .btn:visited:hover {
    padding-right: 30px;
    background-color: #d4442d;
    color: white; }

  .btn:hover:after {
    opacity: 1.0; }

  /* --------------------------------- */
  /* Page Elements */
  /* --------------------------------- */
  .flex-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex; }

  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }

  /* Common Headings  */
  .our-work h4, .newsletter h4, .card-panel h4, .accordion-panel h4, .member-benefits h4, .statistics h4, .logo-grid h4 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700; }

  .our-work h5 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700; }

  /* Bug Divider  */
  .bug-divider {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 40px 0; }

  .bug-divider img {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1000; }

  .bug-divider::before {
    content: ' ';
    position: absolute;
    top: 24px;
    left: 0;
    width: 46%;
    height: 4px;
    background-color: #e6e7e8;
    z-index: 800; }

  .bug-divider::after {
    content: ' ';
    position: absolute;
    top: 24px;
    right: 0;
    width: 46%;
    height: 4px;
    background-color: #e6e7e8;
    z-index: 800; }

  /* See Member Divider  */
  .member-divider {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 40px 0; }

  .member-divider img {
    width: 200px;
    height: 50px;
    position: relative;
    z-index: 1000; }

  .member-divider::before {
    content: ' ';
    position: absolute;
    top: 24px;
    left: 0;
    width: 38%;
    height: 4px;
    background-color: #e6e7e8;
    z-index: 800; }

  .member-divider::after {
    content: ' ';
    position: absolute;
    top: 24px;
    right: 0;
    width: 38%;
    height: 4px;
    background-color: #e6e7e8;
    z-index: 800; }

  /* See Member Divider  */
  .work-divider {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
    margin: 40px 0; }

  .work-divider img {
    width: 70px;
    height: auto;
    position: relative;
    z-index: 1000; }

  .work-divider::before {
    content: ' ';
    position: absolute;
    top: 24px;
    left: 0;
    width: 46%;
    height: 4px;
    background-color: #e6e7e8;
    z-index: 800; }

  .work-divider::after {
    content: ' ';
    position: absolute;
    top: 24px;
    right: 0;
    width: 46%;
    height: 4px;
    background-color: #e6e7e8;
    z-index: 800; }

  /* Split Card */
  /* Floating card with image on left / content on right. */
  .standard-split-card {
    width: 92%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 4%; }

  .split-card {
    background-color: #f1f1f1;
    width: 90%;
    max-width: 1200px;
    display: table;
    margin: 0 auto; }

  .split-card--left {
    display: table-cell;
    position: relative;
    width: 50%; }

  .split-card--left .image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .split-card--right {
    display: table-cell;
    width: 50%;
    padding: 4% 4% 4% 4%;
    text-align: left;
    vertical-align: top; }

  .split-card--right h5 {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 15px; }

  .split-card--right p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px; }

  .split-card--right p strong {
    font-weight: 700; }

  .split-card--right .btn {
    display: inline-block;
    border: none;
    background-color: #00869f;
    color: white;
    text-align: left;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px 10px 20px;
    cursor: pointer;
    margin: 5px 0 5px 0;
    font-weight: 700;
    position: relative;
    transition: 0.2s; }

  .split-card--right .btn:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: relative;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.2s;
    transition-delay: 0.1s;
    color: white; }

  .split-card--right .btn:hover {
    padding-right: 30px;
    background-color: #d4442d;
    color: white; }

  .split-card--right .btn:hover:after {
    opacity: 1.0; }

  /* Our Work */
  .our-work {
    padding: 4%;
    background-color: #00869f;
    color: white;
    margin: 0 auto;
    text-align: center; }

  .our-work .container {
    display: flex;
    flex-wrap: nowrap; }

  .our-work .focus {
    width: 25%;
    padding: 3%;
    margin: 0 auto;
    text-align: left; }

  .our-work img {
    width: 70%;
    height: auto;
    margin-bottom: 10px; }

  .our-work p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 15px; }

  .our-work p:last-of-type {
    margin-bottom: 0; }

  .our-work a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.75); }

  .our-work a:hover {
    color: white; }

  a.work-link::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f105";
    font-size: 21px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.75);
    padding: 1px 0 0 8px;
    transition: 0.2s; }

  a.work-link:hover::after {
    padding: 1px 0 0 12px;
    color: white; }

  /* Content Cards */
  /* Cards with gradients and hover effects */
  .content-card-block {
    padding: 4%; }

  .content-card-block .container {
    max-width: 1000px; }

  .home .content-card-block {
    background-color: rgba(165, 167, 170, 0.1); }

  .content-card-wrapper {
    display: inline-block;
    width: calc(48% - 4px);
    margin: 1%; }

  .content-card-wrapper .card {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    /* 3:2 Aspect Ratio */
    overflow: hidden; }

  .content-card-wrapper .card .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .content-card-wrapper .card .content {
    position: absolute;
    left: 0;
    top: 78%;
    height: 36px;
    z-index: 30;
    width: 88%;
    margin: 0 2%;
    padding: 4% 4% 1% 4%;
    background-color: #00869f;
    overflow: hidden;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .content-card-wrapper .card .content a {
    color: white; }

  .content-card-wrapper .card .content h5 {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: white;
    position: relative;
    text-align: left; }

  .content-card-wrapper .card .content h5 img {
    display: block;
    width: 40px;
    height: auto;
    padding-right: 10px;
    margin: -8px 0 0 0;
    float: left; }

  .content-card-wrapper .card .content h5 i {
    position: absolute;
    top: 0;
    right: 4%;
    transition: 0.3s;
    opacity: 0; }

  .content-card-wrapper .card .content .line {
    position: relative;
    width: 0;
    height: 2px;
    background-color: white;
    transition: 0.3s;
    opacity: 0;
    margin: 5px 0; }

  .content-card-wrapper .card .content p {
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: white;
    transition: 0.3s;
    opacity: 0;
    text-align: left; }

  .content-card-wrapper .card:hover .content {
    top: 42%;
    height: 47.25%; }

  .content-card-wrapper .card:hover .content h5 i {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transition-delay: 0.3s; }

  .content-card-wrapper .card:hover .content .line {
    width: 100%;
    opacity: 1; }

  .content-card-wrapper .card:hover .content p {
    opacity: 1;
    transition-delay: 0.4s; }

  .content-card-wrapper .card:hover > a .more {
    opacity: 1;
    transition-delay: 0.1s; }

  .content-card-wrapper .card a:hover .more::after {
    opacity: 1;
    right: 2.5%;
    transition-delay: 0.1s; }

  /* Triple Card */
  .card-panel {
    padding: 4%;
    text-align: center; }

  .card-panel .flex-container {
    justify-content: center; }

  .card-panel--card {
    width: 30%;
    margin-left: 1.666%;
    margin-right: calc(1.666% - 6px);
    background-color: white;
    text-align: left;
    vertical-align: top;
    border: 1px solid #a5a7aa;
    position: relative; }

  .card-panel--card h6 {
    display: block;
    margin: 20px 15px 15px 20px;
    font-size: 21px;
    line-height: 24px;
    font-weight: 400;
    color: #5b6670; }

  .card-panel--card p.description {
    font-size: 16px;
    line-height: 21px;
    margin: 0 25px 60px 20px;
    color: #5b6670; }

  .card-panel--card a {
    position: absolute;
    bottom: 25px;
    color: #5b6670;
    margin: 0 25px 0 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px; }

  .card-panel--card a:hover {
    color: #d4442d; }

  .card-panel--card a::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    font-size: 16px;
    line-height: 16px;
    color: #5b6670;
    padding: 0 0 0 6px;
    transition: 0.2s; }

  .card-panel--card a:hover::after {
    padding: 0 0 0 8px;
    color: #d4442d; }

  .card-panel--card .thumb {
    width: 100%;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    position: relative;
    z-index: 100;
    overflow: hidden;
    background-color: #a5a7aa; }

  .card-panel--card .thumb img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100; }

  /* -------------------------- */
  /* Accordions in the Sky */
  .accordion-panel {
    padding: 6% 4%; }

  .accordion-panel h4 {
    color: white; }

  .accordion-panel p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 35px;
    color: white; }

  .accordion-panel .container {
    text-align: center; }

  /* -------------------------- */
  /* Accordion Styles */
  .accordion {
    display: flex;
    flex-wrap: nowrap;
    text-align: left; }

  .accordion .half {
    width: 48%;
    padding: 0 2% 0 0;
    margin: 0; }

  .accordion a.title {
    display: block;
    position: relative;
    font-size: 18px;
    line-height: 21px;
    font-weight: 400;
    color: #444444;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 10px 0 0 0;
    padding: 20px 40px 20px 20px; }

  .accordion a.title.active {
    color: #16467a; }

  .accordion a.title:hover {
    color: #16467a; }

  .accordion a.title:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f107";
    position: absolute;
    opacity: 1;
    top: 15px;
    right: 20px;
    font-size: 32px;
    line-height: 32px;
    transition: 0.25s;
    color: #444444; }

  .accordion a.title.active:after {
    transform: rotate(180deg);
    transition: 0.25s; }

  .accordion a.title:hover:after {
    color: #16467a; }

  .accordion .content {
    display: none;
    padding: 0 20px 20px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #444444; }

  .accordion .content p {
    font-size: 14px;
    line-height: 21px;
    color: #444444; }

  /* -------------------------- */
  /* Tabs */
  .tab-container {
    max-width: 1200px;
    padding: 0 4%;
    margin: 0 auto; }

  .tabs {
    margin: 0 0 30px 0;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 2px solid #00869f; }

  .tabs li {
    flex-grow: 1;
    list-style-type: none;
    margin: 0 2px;
    text-align: center; }

  .tabs li:first-of-type {
    margin: 0 2px 0 0; }

  .tabs li:last-of-type {
    margin: 0 0 0 2px; }

  .tabs li a {
    display: block;
    padding: 20px 40px;
    background-color: #f1f1f1;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #00869f; }

  .tabs li a.active {
    background-color: #00869f;
    color: white; }

  .tabs li a:hover {
    background-color: rgba(170, 197, 226, 0.35); }

  .tabs li a.active:hover {
    background-color: #00869f; }

  .tab-sections {
    max-width: 1200px;
    padding: 30px 4%; }

  .tab-item {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    align-items: flex-start;
    align-content: flex-start;
    padding: 15px 0; }

  .tab-item-left {
    width: 35%; }

  .tab-item-left img {
    width: 90%;
    height: auto; }

  .tab-item-right {
    width: 65%; }

  .tab-item-right h5 {
    font-size: 21px;
    line-height: 21px;
    color: #444444; }

  .tab-item-right p {
    font-size: 14px;
    line-height: 21px;
    color: #444444; }

  /* -------------------------- */
  /* Member Benefits */
  .member-benefits {
    background-color: #75c7d3;
    padding: 4%;
    text-align: center; }

  .member-benefits h4 {
    color: white;
    margin-bottom: 40px; }

  .member-benefits a.membership {
    margin-bottom: 10px; }

  /* cards */
  .member-benefits .t-row {
    display: flex;
    margin-bottom: 60px; }

  .member-benefits-block {
    margin: 0 20px;
    padding: 0;
    width: 50% !important;
    height: 250px;
    position: relative;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
    background-color: #00869f;
    transition: all 0.4s ease; }

  .member-benefits-block .cover {
    margin: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 300px;
    text-align: center;
    vertical-align: top;
    transition: all 0.4s ease; }

  .member-benefits-block .cover h6 {
    height: auto;
    display: block;
    position: absolute;
    width: 100%;
    top: 35%;
    left: 0;
    transition: all 0.4s ease;
    text-align: center;
    color: #75c7d3;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase; }

  .member-benefits-block .cover h6 strong {
    display: block;
    font-size: 21px;
    line-height: 36px;
    font-weight: 400;
    color: white;
    transition: all 0.2s ease 0.0s; }

  .member-benefits-block .cover div {
    position: absolute;
    width: 90%;
    height: 80%;
    top: 35%;
    left: 0;
    padding: 5%;
    text-align: center; }

  .member-benefits-block .cover span {
    color: rgba(255, 255, 255, 0);
    font-size: 14px;
    line-height: 18px;
    transition: all 0.4s ease 0.0s; }

  .member-benefits-block .cover span em {
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    display: block;
    padding-top: 15px; }

  .member-benefits-block:hover {
    background-color: white; }

  .member-benefits-block:hover .cover h6 {
    height: auto;
    display: block;
    position: absolute;
    width: 100%;
    top: 15%;
    left: 0;
    transition: all 0.4s ease;
    text-align: center;
    color: #75c7d3;
    font-size: 48px;
    text-transform: uppercase; }

  .member-benefits-block:hover .cover h6 strong {
    color: rgba(255, 255, 255, 0);
    transition: all 0.2s ease 0.2s; }

  .member-benefits-block:hover .cover span {
    color: #16467a;
    transition: all 0.4s ease 0.2s; }

  a.membership {
    display: inline-block;
    border: 1px solid white;
    border-radius: 42px;
    background-color: rgba(255, 255, 255, 0);
    color: #16467a;
    text-align: center;
    padding: 12px 60px 12px 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  a.membership:hover {
    background-color: white;
    color: #75c7d3; }

  /* --------------------------------- */
  /* Page Specific Elements */
  /* --------------------------------- */
  /* --------------------------------- */
  /* Homepage Specific */
  /* Intro Cards */
  .intro {
    position: relative; }

  .intro .container {
    position: relative;
    margin-top: -120px; }

  .intro-cards {
    text-align: center; }

  .intro-cards .card-wrapper {
    display: inline-block;
    margin: 0 -4px 0 0;
    width: 32%;
    padding: 0.5%; }

  .intro-cards .card {
    position: relative;
    width: 100%;
    padding-top: 66.66%;
    /* 3:2 Aspect Ratio */
    overflow: hidden;
    text-align: left; }

  .intro-cards .card .image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  .intro-cards .card .content {
    position: absolute;
    left: 0;
    top: 76%;
    height: 36px;
    z-index: 30;
    width: 88%;
    margin: 0 2%;
    padding: 4% 4% 0 4%;
    background-color: rgba(22, 70, 122, 0.8);
    overflow: hidden;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .intro-cards .card .content a {
    color: white; }

  .intro-cards .card .content h5 {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 5px;
    color: white;
    position: relative; }

  .intro-cards .card .content h5 i {
    position: absolute;
    top: 0;
    right: 4%;
    transition: 0.3s;
    opacity: 0; }

  .intro-cards .card .content .line {
    position: relative;
    width: 0;
    height: 2px;
    background-color: white;
    transition: 0.3s;
    opacity: 0;
    margin: 5px 0; }

  .intro-cards .card .content p {
    position: relative;
    padding-top: 15px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: white;
    transition: 0.3s;
    opacity: 0; }

  .intro-cards .card:hover .content {
    top: 4%;
    height: 86%; }

  .intro-cards .card:hover .content h5 i {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    transition-delay: 0.3s; }

  .intro-cards .card:hover .content .line {
    width: 100%;
    opacity: 1; }

  .intro-cards .card:hover .content p {
    opacity: 1;
    transition-delay: 0.4s; }

  .intro-cards .card:hover > a .more {
    opacity: 1;
    transition-delay: 0.1s; }

  .intro-cards .card a:hover .more::after {
    opacity: 1;
    right: 2.5%;
    transition-delay: 0.1s; }

  .intro-copy {
    display: flex;
    flex-wrap: nowrap; }

  .intro-copy .half {
    width: 48%;
    padding: 0 1% 0 1%;
    text-align: right;
    align-self: center; }

  .intro-copy h1 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
    text-align: left; }

  .intro-copy .half img {
    width: 90%;
    height: auto;
    margin: 0 auto;
    text-align: center; }

  /* --------------------------------- */
  /* Article Content */
  /* --------------------------------- */
  /* Main Content */
  .main-content {
    width: 92%;
    padding: 4%;
    max-width: 1200px;
    margin: 0 auto; }

  /* Page Splits */
  .article-left {
    display: inline-block;
    margin: 0 -4px 0 0;
    width: 65%;
    text-align: left;
    vertical-align: top;
    padding-right: 5%; }

  .article-right {
    display: inline-block;
    margin: 0 -4px 0 0;
    width: 30%;
    text-align: left;
    vertical-align: top; }

  /* Alignments */
  .right {
    text-align: right; }

  .alignright {
    float: right;
    padding: 0 0 20px 20px; }

  .left {
    text-align: left; }

  .alignleft {
    float: left;
    padding: 0 20px 20px 0; }

  .center {
    text-align: center; }

  /* WP Image Alignments */
  .alignright {
    float: right;
    padding: 0 0 20px 20px; }

  .alignleft {
    float: left;
    padding: 0 20px 20px 0; }

  .aligncenter {
    text-align: center; }

  article .size-full {
    width: 100%;
    height: auto; }

  article .size-large {
    width: 100%;
    height: auto; }

  article .size-medium {
    max-width: 45%;
    height: auto; }

  /* Hide Post Thumb - Featured Image on article pages. */
  .single-post article .wp-post-image {
    display: none; }

  .archive article .wp-post-image {
    display: none; }

  /* WP Image Sizes */
  #secondary .size-full {
    width: 100%;
    height: auto; }

  #secondary .size-large {
    width: 100%;
    height: auto; }

  #secondary .size-medium {
    max-width: 50%;
    height: auto; }

  /* Standard Page Divisions */
  article .three-quarter {
    display: inline-block;
    width: 72%;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .half {
    display: inline-block;
    width: 45%;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .third {
    display: inline-block;
    width: 30.33%;
    height: auto;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .two-third {
    display: inline-block;
    width: 63.66%;
    height: auto;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .quarter {
    display: inline-block;
    width: 22%;
    margin: 0 -4px 0 0;
    padding: 0 3% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .fifth {
    display: inline-block;
    width: 18%;
    margin: 0 -4px 0 0;
    padding: 0 2% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .two-fifth {
    display: inline-block;
    width: 38%;
    margin: 0 -4px 0 0;
    padding: 0 2% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .three-fifth {
    display: inline-block;
    width: 58%;
    margin: 0 -4px 0 0;
    padding: 0 2% 3% 0;
    text-align: left;
    vertical-align: top; }

  article .four-fifth {
    display: inline-block;
    width: 78%;
    margin: 0 -4px 0 0;
    padding: 0 2% 3% 0;
    text-align: left;
    vertical-align: top; }

  article {
    font-size: 14px;
    line-height: 21px;
    color: #444444; }

  article h1, h1.page-title {
    font-size: 28px;
    line-height: 45px;
    margin-bottom: 40px; }

  article h2 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px; }

  article h3 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px; }

  article h4 {
    font-size: 21px;
    line-height: 34px;
    margin-bottom: 20px; }

  article h5 {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px; }

  article h6 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700; }

  article p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px; }

  article strong {
    font-weight: 700; }

  article em {
    font-style: italic; }

  .single article p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px; }

  article hr {
    display: block;
    margin: 30px 0 30px 0;
    border: none;
    height: 4px;
    width: 100%;
    background-color: #e6e7e8; }

  article ul, article ol {
    margin: 0 0 30px 30px; }

  article ul li, article ul li {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: disc; }

  article ol li, article ol li {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: decimal; }

  /* Button Class for P tag in editor */
  p.button a, p.button a:visited {
    display: inline-block;
    border: none;
    background-color: #00869f;
    color: white;
    text-align: left;
    vertical-align: baseline;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 14px 10px 20px;
    cursor: pointer;
    margin: 5px 0 5px 0;
    font-weight: 700;
    position: relative;
    transition: 0.2s; }

  p.button a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: relative;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.2s;
    transition-delay: 0.1s;
    color: white; }

  p.button a:hover, p.button a:visited:hover {
    padding-right: 30px;
    background-color: #d4442d;
    color: white; }

  p.button a:hover:after {
    opacity: 1.0; }

  /* Article Listing via shortcode. */
  .article-list {
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center; }

  .article-list .list-post {
    flex: 1 1 0;
    padding: 2% 1%; }

  .list-post img {
    width: 100%;
    height: auto;
    margin-bottom: 15px; }

  .list-post h4 {
    margin: 0 0 5px 0; }

  .list-post p {
    line-height: 21px; }

  /* Page Sidebar */
  .page-sidebar h3 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 20px; }

  .page-sidebar h4 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px; }

  .page-sidebar h5 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px; }

  .page-sidebar h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px; }

  .page-sidebar p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px; }

  .page-sidebar hr {
    margin: 35px 0 15px 0;
    padding-top: 25px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    background: url("images/slashes-gray.svg") top left repeat-x;
    background-size: 29px 14px;
    border: none; }

  .page-sidebar a.btn {
    display: inline-block;
    background-color: #00a955;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal; }

  .page-sidebar a.btn:hover {
    background-color: #003764;
    color: white;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  /* --------------------------------- */
  /* Blog & News Single Pages */
  /* --------------------------------- */
  .blog-post {
    padding: 4%; }

  .post-content {
    padding-right: 5%;
    width: 70%;
    text-align: left;
    vertical-align: top; }

  .post-sidebar {
    width: 30%;
    text-align: left;
    vertical-align: top; }

  /* Post Loop Display */
  h2.postlist-entry-title {
    margin-bottom: 15px; }

  .postlist-thumb {
    display: inline-block;
    margin-right: 20px;
    width: calc(25% - 24px);
    text-align: left;
    vertical-align: top; }

  .postlist-thumb img {
    width: 100%;
    height: auto; }

  .postlist-entry-summary {
    display: inline-block;
    margin-right: -4px;
    width: 75%;
    text-align: left;
    vertical-align: top; }

  .postlist-entry-summary p {
    font-size: 16px;
    line-height: 24px; }

  .entry-meta {
    font-size: 13px;
    margin-bottom: 5px;
    color: #616366; }

  .entry-meta .entry-date:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f073";
    font-size: 16px;
    color: #a5a7aa;
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-bottom; }

  .entry-meta .updated {
    display: none; }

  .entry-meta .published.updated {
    display: inline; }

  .entry-meta .author:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f007";
    font-size: 16px;
    color: #a5a7aa;
    margin-right: 5px;
    padding-left: 5px;
    display: inline-block;
    vertical-align: text-bottom; }

  .entry-meta .author a, .entry-meta .author a:visited {
    color: #444444; }

  .entry-date.published {
    color: #444444; }

  .post .post-thumbnail {
    margin-bottom: 20px; }

  .post .post-thumbnail img {
    width: 100%;
    height: auto; }

  .cat-links {
    font-size: 12px;
    margin-bottom: 15px;
    color: #616366; }

  .cat-links .postedin {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 0 20px 10px 0;
    color: #444444; }

  .single .cat-links .postedin {
    display: block;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 20px 10px 0;
    color: #a5a7aa; }

  .cat-links a, .cat-links a:visited {
    display: inline-block;
    border-radius: 20px;
    border: 1px solid rgba(165, 167, 170, 0.5);
    color: #444444;
    text-align: center;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    padding: 8px 12px;
    margin: 0 20px 15px 0; }

  .cat-links a:hover, .cat-links a:visited:hover {
    color: #d4442d;
    border: 1px solid #d4442d; }

  .entry-footer {
    padding: 20px;
    background-color: rgba(190, 190, 190, 0);
    border-bottom: 2px solid rgba(165, 167, 170, 0.3);
    margin-bottom: 40px; }

  .single .entry-footer {
    padding: 20px;
    background-color: rgba(190, 190, 190, 0);
    border-bottom: 0px solid rgba(165, 167, 170, 0.3);
    margin: 0; }

  /* Post Listing */
  .posts-navigation {
    margin: 50px 0 20px 0;
    color: #616366;
    display: table;
    width: 100%; }

  .posts-navigation h2 {
    display: none; }

  .posts-navigation .nav-links {
    display: table-row; }

  .posts-navigation .nav-previous {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: top; }

  .posts-navigation .nav-next {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: top; }

  .posts-navigation a, .posts-navigation a:visited {
    display: inline-block;
    background-color: white;
    border: none;
    color: #00869f;
    text-align: center;
    vertical-align: baseline;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 10px 10px 10px;
    margin: 20px 0 15px 0; }

  .posts-navigation a:hover, .posts-navigation a:visited:hover {
    background-color: white;
    color: #d4442d;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  /* Paging Navigation */
  .pagination .nav-links {
    text-align: center; }

  .pagination h2 {
    display: none; }

  .paging-navigation {
    border-top: 4px solid #ebeff2;
    margin: 48px 0; }

  .paging-navigation .loop-pagination {
    margin-top: -5px;
    text-align: center; }

  .paging-navigation {
    border-top: 5px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 900;
    margin-right: 1px;
    padding: 7px 16px; }

  .paging-navigation a {
    color: #666666; }

  .paging-navigation {
    border-top: 5px solid #ee3124; }

  .paging-navigation a:hover {
    border-top: 5px solid #1996d5;
    color: #2b2b2b; }

  .page-numbers {
    border-top: 4px solid #ebeff2;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    margin-top: 25px;
    margin-right: 1px;
    padding: 7px 16px; }

  .page-numbers.dots {
    border-top: 4px solid white; }

  .page-numbers a {
    color: #666666; }

  .page-numbers.current {
    border-top: 4px solid #003764; }

  .page-numbers a:hover {
    border-top: 4px solid #1996d5;
    color: #2b2b2b; }

  /* Single Post */
  .post-navigation {
    margin: 0 0 20px 0;
    border-top: 5px solid rgba(190, 190, 190, 0.2);
    color: #616366;
    display: table;
    width: 100%; }

  .post-navigation .previous {
    display: table-cell;
    width: 50%;
    text-align: left;
    vertical-align: top;
    padding: 15px 0 0 15px; }

  .post-navigation .previous span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 10px 10px 0;
    color: #a5a7aa; }

  .post-navigation .next {
    display: table-cell;
    width: 50%;
    text-align: right;
    vertical-align: top;
    padding: 15px 15px 0 0; }

  .post-navigation .next span {
    display: block;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0 10px 10px;
    color: #a5a7aa; }

  .post-navigation .previous i, .post-navigation .next i {
    display: table-cell;
    width: auto;
    font-size: 14px;
    line-height: 16px;
    padding: 0 15px;
    text-align: left;
    vertical-align: middle;
    min-height: 32px; }

  .post-navigation a, .post-navigation a:visited {
    display: inline-block;
    border: none;
    color: #444444;
    background-color: white;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    margin: 0 4px 0 0; }

  .post-navigation a.back strong {
    display: table-cell; }

  .post-navigation a.back strong:before {
    display: inline-block;
    margin-right: -4px;
    width: 32px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f0a8";
    font-size: 32px;
    line-height: 32px;
    background-color: white;
    color: #00869f;
    padding: 15px 15px 15px 0; }

  .post-navigation a.forward strong {
    display: table-cell; }

  .post-navigation a.forward strong:after {
    display: inline-block;
    margin-right: -4px;
    width: 32px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f0a9";
    font-size: 32px;
    line-height: 32px;
    background-color: white;
    color: #00869f;
    padding: 15px 0 15px 15px; }

  .post-navigation a.back:hover strong:before, .post-navigation a.back:visited:hover strong:before, .post-navigation a.forward:hover strong:after, .post-navigation a.forward:visited:hover strong:after {
    color: #d4442d;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .tags-links {
    display: block;
    font-size: 12px; }

  .edit-link {
    display: block; }

  /* Search Results */
  .search-for-results {
    font-size: 21px;
    line-height: 24px;
    margin: 2% 0;
    color: #a5a7aa; }

  .search-for-results strong {
    font-weight: 700; }

  .resultslabel {
    font-size: 14px;
    font-weight: 700;
    color: #a5a7aa;
    margin: 0;
    padding: 0;
    text-transform: uppercase; }

  .search-results h3 {
    margin-bottom: 5px; }

  .search-no-results h6 {
    font-size: 14px; }

  #SearchResultsForm {
    margin-top: 5px; }

  #SearchResultsForm .search-field {
    -webkit-appearance: none;
    display: inline-block;
    width: 300px;
    padding: 20px;
    border: 1px solid white;
    border-radius: 40px;
    background-color: #f1f1f1;
    color: #444444;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal; }

  #SearchResultsForm .search-submit {
    -webkit-appearance: none;
    display: inline-block;
    background-color: rgba(241, 241, 241, 0);
    border: 0px;
    color: #00869f;
    text-align: center;
    margin: 40px auto 0 auto;
    padding: 12px 20px 12px 20px;
    cursor: pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    font-style: normal; }

  #SearchResultsForm .search-field:focus {
    border: 1px solid #aac5e2;
    outline: none;
    background-color: white;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  #SearchResultsForm .search-field::placeholder {
    color: rgba(22, 70, 122, 0.75);
    font-size: 12px;
    text-align: center; }

  #SearchResultsForm .search-field:focus::placeholder {
    color: #444444; }

  /* Sidebar Elements */
  .main-categories {
    text-align: left;
    vertical-align: top; }

  .main-category {
    display: block;
    margin-bottom: 25px; }

  .main-category a {
    color: #414042; }

  .main-category a:hover {
    color: #414042; }

  .main-category a:hover strong {
    color: #0060ae; }

  .main-categories img {
    display: inline-block;
    margin: 0 4% 0 0;
    width: 25%;
    text-align: left;
    vertical-align: top; }

  .main-categories span {
    display: inline-block;
    margin: 0 -4px 0 0;
    width: 70%;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 18px; }

  .main-categories strong {
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #a5a7aa;
    padding-bottom: 5px;
    margin-bottom: 5px; }

  .widget-title {
    margin: 0 0 25px 0;
    padding-top: 25px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400; }

  .widget-area li {
    font-size: 13px;
    margin: 8px 0; }

  /* Select a Month */
  .selectamonth {
    width: 90%;
    margin: 0 0 2px 0;
    padding: 3%;
    font-weight: 400;
    font-size: 14px;
    color: #444444;
    background-color: #f1f1f1;
    background-size: 25px auto;
    position: relative; }

  .selectamonth i {
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 21px;
    transform: rotate(0deg);
    color: rgba(68, 68, 68, 0.5);
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out; }

  .selectamonth i.active {
    transform: rotate(180deg); }

  .selectamonth:hover {
    cursor: pointer;
    color: #d4442d;
    background-size: 25px auto; }

  .sam-outer-container {
    width: 90%;
    height: 180px;
    background-color: #f1f1f1;
    padding: 3%;
    display: none;
    position: relative;
    overflow: hidden;
    border: none; }

  .sam-outer-container p {
    margin-bottom: 10px;
    color: rgba(68, 68, 68, 0.75); }

  .sam-panel {
    height: 165px; }

  .sam-inner-container {
    width: 94%;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll; }

  .sam-inner-container::-webkit-scrollbar {
    /* display: none; */ }

  .sam-panel ul {
    list-style-type: none;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 13px; }

  .sam-panel li {
    list-style-type: none;
    margin: 0 0 4px 0;
    padding: 3px;
    font-weight: 500;
    font-size: 13px;
    color: #444444; }

  .sam-panel li a {
    text-decoration: none;
    color: #00869f;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

  .sam-panel li a:hover {
    text-decoration: none;
    color: #d4442d; }

  /* --------------------------------- */
  /* Carousels */
  /* --------------------------------- */
  /* Statistics Carousel */
  .statistics {
    padding: 6% 0;
    margin-bottom: 3%;
    text-align: center; }

  .statistics-carousel {
    display: block;
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 180px;
    margin: 0 auto; }

  .statistics-carousel-cell {
    width: 90%;
    padding: 0 5%;
    vertical-align: middle; }

  .statistics-carousel-cell .container {
    width: 80%;
    max-width: 1000px;
    text-align: center;
    vertical-align: middle;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }

  .statistics-carousel-cell img {
    width: 20%;
    align-self: center;
    margin-right: 4%; }

  .statistics-carousel-cell .copy {
    width: 75%;
    align-self: center;
    text-align: left; }

  .statistics-carousel-cell h5 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 15px 0;
    color: #5b6670; }

  .statistics-carousel-cell h6 {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #16467a; }

  .statistics-carousel .flickity-page-dots {
    bottom: -40px; }

  /* --------------------------------- */
  /* Members Logo Grid */
  /* --------------------------------- */
  .logo-grid {
    padding: 4%;
    text-align: center; }

  .logo-grid p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 35px 0; }

  .logo-grid .flex-container {
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 35px; }

  .grid-member {
    width: 100%;
    height: auto;
    max-width: 175px;
    margin: 20px;
    padding: 0;
    position: relative;
    z-index: 800;
    align-self: center; }

  .grid-member.square {
    width: 100%;
    height: auto;
    max-width: 75px;
    margin: 20px;
    padding: 0;
    position: relative;
    z-index: 800;
    align-self: center; }

  .grid-member img {
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    z-index: 850 !important; }

  .grid-member .description-wrapper {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 900;
    bottom: 125%;
    left: auto;
    width: 100%;
    height: auto;
    background-color: white;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
    -webkit-transform: translate3d(0, 0, 0);
    box-shadow: 0 0 4px #aac5e2; }

  .grid-member.square .description-wrapper {
    width: 200%;
    left: -50%; }

  .grid-member .description-wrapper .description {
    position: relative;
    padding: 20px;
    z-index: 1000;
    font-size: 12px;
    line-height: 16px;
    color: #444444;
    background-color: white; }

  .grid-member .description-wrapper .arrow {
    bottom: -10px;
    height: 20px;
    width: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    background-color: white;
    transform: rotate(45deg);
    box-shadow: 0 0 4px #aac5e2;
    z-index: 850 !important; }

  .grid-member:hover > .description-wrapper {
    display: block;
    opacity: 1;
    position: absolute;
    -webkit-animation: fadeit .4s;
    -moz-animation: fadeit .4s;
    -o-animation: fadeit .4s;
    animation: fadeit .4s; }

  /* --------------------------------- */
  /* Video Popup */
  /* --------------------------------- */
  a.mobile-link {
    display: none; }

  a.launch-it:hover, a.mobile-link:hover {
    cursor: pointer; }

  #videopackage {
    position: fixed;
    z-index: 20000 !important;
    width: 100vw;
    height: 100vh;
    top: 0vh;
    left: 0vw;
    margin: 0;
    padding: 0;
    background-color: #16467a; }

  .hide {
    /* left: -100vw; */
    display: none; }

  .open {
    display: block; }

  #Closer {
    position: absolute;
    z-index: 21000 !important;
    top: 50px;
    right: 50px;
    display: block;
    width: 50px;
    height: 50px; }

  #Closer:hover {
    cursor: pointer; }

  #Closer:before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f057";
    font-size: 36px;
    transition: 0.25s;
    color: #aac5e2; }

  #Closer:hover:before {
    color: white;
    cursor: pointer; }

  #player {
    width: 100vw;
    height: 56.25vw;
    /* 100/56.25 = 1.778 */
    background: black;
    max-height: 67.5vh;
    max-width: 120vh;
    /* 16/9 = 1.778 */
    margin: 0 auto;
    padding: 0;
    position: absolute;
    z-index: 75000;
    top: 50%;
    bottom: 0;
    /* vertical center */
    left: 0;
    right: 0;
    /* horizontal center */
    transform: translateY(-50%); }

  /* --------------------------------- */
  /* Flickity v2.0.8 */
  /* --------------------------------- */
  .flickity-enabled {
    position: relative; }

  .flickity-enabled:focus {
    outline: none; }

  .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    min-height: 190px;
    margin: 0 auto; }

  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%; }

  /* draggable */
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }

  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing; }

  /* ---- previous/next buttons ---- */
  .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 66px;
    height: 66px;
    border: 2px solid rgba(240, 240, 240, 0.75);
    border-radius: 50%;
    background-color: #ffffff;
    cursor: pointer;
    /* vertically center */
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

  .flickity-prev-next-button:hover {
    border: 2px solid #f0f0f0; }

  .flickity-prev-next-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #09F; }

  .flickity-prev-next-button:active {
    opacity: 0.6; }

  .flickity-prev-next-button.previous {
    left: 10px; }

  .flickity-prev-next-button.next {
    right: 10px; }

  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 20px; }

  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 20px; }

  .flickity-prev-next-button:disabled {
    opacity: 0.3;
    cursor: auto; }

  .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%; }

  .flickity-prev-next-button .arrow {
    fill: rgba(240, 240, 240, 0.75); }

  .flickity-prev-next-button:hover .arrow {
    fill: #f0f0f0; }

  /* ---- page dots ---- */
  .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -30px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1; }

  .flickity-rtl .flickity-page-dots {
    direction: rtl; }

  .flickity-page-dots .dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 8px;
    background: #6d6e71;
    border-radius: 50%;
    opacity: 0.2;
    cursor: pointer; }

  .flickity-page-dots .dot.is-selected {
    background: #00869f;
    opacity: 1; }

  /* --------------------------------- */
  /* Newsletter */
  /* --------------------------------- */
  .newsletter {
    background: url("images/newsletter-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 6% 0; }

  .newsletter .content {
    width: 35%;
    padding: 0 4%; }

  .newsletter p:first-of-type img {
    width: 100%;
    max-width: 280px;
    height: auto;
    margin-bottom: 5px; }

  .newsletter p {
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    margin-bottom: 15px; }

  .newsletter input[type="text"], .newsletter input[type="tel"], .newsletter input[type="email"], #ccform input[type="text"], #ccform input[type="tel"], #ccform input[type="email"] {
    -webkit-appearance: none;
    width: 90%;
    margin: 4px 0;
    padding: 12px;
    border: 1px solid #a5a7aa;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444444;
    background-color: white; }

  .newsletter input[type="text"]:focus, .newsletter input[type="tel"]:focus, .newsletter input[type="email"]:focus, .newsletter textarea:focus, #ccform input[type="text"]:focus, #ccform input[type="tel"]:focus, #ccform input[type="email"]:focus, #ccform textarea:focus {
    outline: none;
    background-color: white;
    border: 1px solid #16467a;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear; }

  .newsletter textarea, #ccform textarea {
    -webkit-appearance: none;
    width: 90%;
    height: auto;
    min-height: 100px;
    margin: 4px 0;
    padding: 12px;
    border: 1px solid #a5a7aa;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #444444;
    background-color: white; }

  .newsletter input[type="submit"], #ccform input[type="submit"] {
    -webkit-appearance: none;
    display: block;
    width: 97%;
    background-color: rgba(22, 70, 122, 0);
    border: 2px solid #5b6670;
    color: #5b6670;
    text-align: left;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 18px 0;
    cursor: pointer;
    margin: 6px 0;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }

  .newsletter input[type="submit"]:hover, #ccform input[type="submit"]:hover {
    background-color: #16467a;
    border: 2px solid #16467a;
    color: white; }

  .ctct-disclosure hr {
    display: none; }

  .ctct-disclosure {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 15px;
    font-size: 12px;
    line-height: 15px; }

  /* --------------------------------- */
  /* National Network (neen) */
  /* --------------------------------- */
  .neen {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 4%; }

  /* States Grid Menu */
  #states-grid ul {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    list-style-type: none;
    margin: 0 0 30px 0; }

  #states-grid ul li {
    width: 23%;
    margin: 1%;
    list-style-type: none;
    text-align: center;
    background-color: #00869f;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  #states-grid ul li a {
    display: block;
    width: 100%;
    color: white;
    padding: 20px 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700; }

  #states-grid ul li:hover {
    background-color: #d4442d; }

  #states-grid ul li.current_page_item {
    background-color: #75c7d3; }

  /* --------------------------------- */
  /* Footer */
  /* --------------------------------- */
  footer {
    color: #a5a7aa; }

  .become-a-member {
    background: url("images/bg-bam.svg") center center no-repeat #fcb616;
    background-size: 100% auto;
    padding: 60px;
    text-align: center;
    border-top: 4px solid #d4442d; }

  .become-a-member a {
    border: 1px solid white;
    border-radius: 42px;
    background-color: rgba(255, 255, 255, 0);
    color: #16467a;
    text-align: center;
    padding: 12px 60px 12px 60px;
    font-family: 'Open Sans', sans-serif;
    font-size: 21px;
    line-height: 21px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out; }

  .become-a-member a:hover {
    background-color: white;
    color: #fcb616; }

  footer .columns {
    display: flex;
    flex-wrap: nowrap; }

  .footer-left {
    background-color: #16467a;
    width: 35%;
    padding: 2%;
    border-collapse: collapse; }

  .footer-left h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    color: white; }

  .footer-left p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: white; }

  .footer-center {
    background-color: #00869f;
    width: 20%;
    padding: 2%;
    border-collapse: collapse; }

  .footer-center h6 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    color: white; }

  .quick-links li {
    text-align: left;
    width: 90%;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 10px 0; }

  .quick-links li a, #menu-footer-menu li a:visited {
    color: white; }

  .quick-links li a:hover, #menu-footer-menu li a:visited:hover {
    color: #75c7d3; }

  .footer-right {
    background-color: #75c7d3;
    width: 45%;
    padding: 2%;
    border-collapse: collapse;
    display: flex; }

  .menu-footer-menu-left-container, .menu-footer-menu-right-container {
    display: flex;
    width: 25%; }

  #menu-footer-menu-left li, #menu-footer-menu-right li {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0; }

  #menu-footer-menu-left li a, #menu-footer-menu-left li a:visited, #menu-footer-menu-right li a, #menu-footer-menu-right li a:visited {
    color: white; }

  #menu-footer-menu-left li a:hover, #menu-footer-menu-left li a:visited:hover, #menu-footer-menu-right li a:hover, #menu-footer-menu-right li a:visited:hover {
    color: #00869f; }

  .social {
    width: 50%;
    text-align: right;
    align-self: flex-start; }

  .social li {
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 2px 15px 2px; }

  .social li a {
    opacity: 0.5;
    transition: opacity .25s; }

  .social li a:hover {
    opacity: 1.0; }

  .linkedin a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .twitter a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: -46px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .instagram a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: -92px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .youtube a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: -138px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .facebook a {
    display: block;
    width: 45px;
    height: 45px;
    text-indent: 500px;
    overflow: hidden;
    background-image: url(images/icons-social.png);
    background-position: -184px 0px;
    background-repeat: no-repeat;
    background-size: 229px 45px; }

  .legal p {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px; }

  .legal p a, .legal p a:visited {
    font-weight: 700;
    color: #a5a7aa; }

  .legal p a:hover, .legal p a:visited:hover {
    color: #75c7d3; }

  .legal p a[href^="tel:"], .legal p a[href^="tel:"]:visited {
    font-weight: 400;
    color: #a5a7aa; }

  .legal p a[href^="tel:"]:hover, .legal p a[href^="tel:"]:visited:hover {
    color: #75c7d3; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Smaller Screens */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Small Screens */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Device: Tablet Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Home Banner */
  .home .banner {
    height: 200px; }

  .home .banner .bg-image img {
    width: 100%;
    height: auto; }

  .banner-content h2 {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #444444;
    margin-bottom: 10px; }

  .banner-content h3 {
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    color: #444444; }

  .banner-content h4 {
    font-size: 16px;
    line-height: 21px;
    color: #444444; }

  /* Home Intro */
  .intro .container {
    padding: 4% 0 0 0; }

  .intro-cards {
    display: flex; }

  .intro-cards .card-wrapper {
    width: 31%; }

  .intro-cards .card .content h5 {
    font-size: 14px; }

  .intro-cards .card .content h5 i {
    top: 3px; }

  .intro-cards .card .content p {
    font-size: 12px;
    line-height: 16px; }

  .intro-copy .half {
    width: 48%; }

  .intro-copy h1 {
    font-size: 16px;
    line-height: 21px; }

  /* Card Blocks */
  .content-card-block .container {
    display: flex; }

  .content-card-wrapper .card .content h5 {
    margin-bottom: 10px; }

  .content-card-wrapper .card .content h5 i {
    top: 3px; }

  .content-card-wrapper .card .content h5 img {
    width: 25px; }

  .content-card-wrapper .card .content p {
    font-size: 12px;
    line-height: 16px; }

  /* Triple Card Panel */
  .card-panel .flex-container {
    flex-wrap: nowrap; }

  .card-panel--card {
    width: 31%;
    margin: 1%; }

  .card-panel--card h6 {
    font-size: 16px;
    line-height: 21px;
    font-weight: 700; }

  .card-panel--card p.description {
    font-size: 12px; }

  /* Our Work Panel */
  .our-work .flex-container {
    flex-wrap: nowrap; }

  .our-work .focus {
    widows: 31%; }

  /* Stay Informed (newsletter) Panel */
  .newsletter {
    background: url("images/newsletter-bg.jpg") center center no-repeat;
    background-size: cover; }

  .newsletter .content {
    width: 40%; }

  /* Split Card (NEEN) */
  .neen {
    background-size: cover; }

  .split-card--left {
    display: table-cell;
    position: relative;
    width: 50%; }

  .split-card--left .image {
    background-size: contain; }

  .split-card--right {
    display: table-cell;
    width: 50%;
    padding: 4% 4% 4% 4%;
    text-align: left;
    vertical-align: top; }

  /* Blog - Select a month  */
  .selectamonth {
    width: 30%;
    padding: 20px; }

  .sam-outer-container {
    width: 30%;
    padding: 20px; }

  .selectamonth i {
    right: 15px;
    top: 16px; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Device: Tablet Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Adjust submenu width */
  .main-navigation ul ul a {
    min-width: 175px; }

  /* Split Card (NEEN) */
  .split-card--left .image {
    background-size: contain; }

  /* Become a Member (immediately above the footer) */
  .become-a-member {
    background-size: cover; }

  /* Stack Footer links and social icons */
  .footer-right {
    flex-wrap: wrap; }

  .menu-footer-menu-left-container, .menu-footer-menu-right-container {
    width: 50%; }

  .social {
    width: 100%;
    text-align: left; } }
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* --------------- */
/* Large Screens */
@-webkit-keyframes fadeit {
  0% {
    opacity: 0;
    bottom: 90%; }
  100% {
    opacity: 1;
    bottom: 125%; } }
@-moz-keyframes fadeit {
  0% {
    opacity: 0;
    bottom: 90%; }
  100% {
    opacity: 1;
    bottom: 125%; } }
@-o-keyframes fadeit {
  0% {
    opacity: 0;
    bottom: 90%; }
  100% {
    opacity: 1;
    bottom: 125%; } }
@keyframes fadeit {
  0% {
    opacity: 0;
    bottom: 90%; }
  100% {
    opacity: 1;
    bottom: 125%; } }
