/*
    Theme Name: Carolina Demography
    Author: Christopher Busbin
    Description: Designed with speed, flexibility, and elegance in mind, the Carolina Demography theme supports the mission of our organization with a mobile-first, non-obtrusive UI showcasing multimedia content and research insights.
    Version: 1.0
*/

/* 3rd Party Packages */

/* SASS and Global Stuff */

/* Blues */

/* $mainBlue: #1b3d92; */

/* $mediumBlue: #13294b; */

/* $darkerBlue: #0f0339; */

/* Oranges */

/* Greys */

/* Alternate Palette */

/* UNC Style Guide Colors */

/*Blues
$mainBlue: #185f89;
$darkerBlue: #144f72;
$carolinaBlue: #4b9cd3; 

$linkBlue: #007fae;
$athleticsNavy: #13294b;*/

/* Oranges */

/* $lightOrange: #ef761f;
$darkOrange: #f05625;
$mutedOrange: #a34907; */

/* Greys */

/* $lightGrey: #e1e1e1;
$mediumGrey: #767676;
$darkGrey: #414141;
$darkerGrey: #333; */

/* Alternate Palette */

/* $mainYellow: #f4d35e;
$cyberPink: #e04a9a;
$spriteGreen: #3baf49; */

/* The point at which the primary nav collapses into mobile (hamburger menu) mode */

/* Size designed for Apple iPad Pro in landscape mode */

body,
html {
  font-family: 'Roboto', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #333;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
}

a {
  color: #13294b;
}

a:hover {
  text-decoration: none;
}

p,
ul,
ol {
  margin: 0 0 1em 0;
}

p,
li {
  line-height: 1.5;
}

button {
  font-size: 100% !important;
  font-family: inherit !important;
  border: 0;
  padding: 0 !important;
  background-color: transparent !important;
}

/* Wordpress Image Styles (provided by TinyMCE editor) */

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

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

img.alignright {
  margin: 4px 4px 6px 11px;
  display: inline;
}

img.alignleft {
  margin: 4px 11px 6px 4px;
  display: inline;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

/* END Wordpress Image Styles (provided by TinyMCE editor) */

.about-content-link:before {
  display: block;
  content: '';
  height: 100px;
  margin: -100px 0 0;
}

@media (min-width: 1200px) {

.about-content-link:before {
    display: block;
    content: '';
    height: 125px;
    margin: -125px 0 0
}
  }

.container {
  max-width: 1200px;
  margin: 0 14px;
  padding: 0;
  position: relative;
}

@media (min-width: 400px) {

.container {
    padding: 0 16px;
    margin: 0 auto
}
  }

@media (min-width: 1200px) {

.container {
    max-width: 1300px
}
  }

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

.container--narrow {
  max-width: 1060px;
}

.container--small {
  max-width: 325px;
  margin-left: 205px;
  padding: 23px;
  border-radius: 5px;
}

.section-break {
  border: none;
  border-top: 1px solid #ddd;
  margin: 1rem 0 2rem 0;
}

.section-break--blue {
    border: none;
    border-top: 1px solid #13294b;
    margin: 1rem 0 2rem 0;
  }

.min-list {
  padding: 0;
  margin: 0;
}

.min-list li {
  list-style: none;
}

.p-top-small {
  padding-top: 1rem !important;
}

.p-top-medium {
  padding-top: 1.125rem;
}

.p-top-large {
  padding-top: 1.6rem !important;
}

.p-top-huge {
  padding-top: 2rem !important;
}

@media (min-width: 1200px) {

.p-top-huge {
    padding-top: 2.5rem !important
}
  }

.p-bottom-small {
  padding-bottom: 0.5rem !important;
}

.p-bottom-medium {
  padding-bottom: 1rem !important;
}

.p-bottom-large {
  padding-bottom: 1.6rem !important;
}

@media (min-width: 530px) {
  .p-top-large {
    padding-top: 3.5rem;
  }
  .p-bottom-large {
    padding-bottom: 3.5rem;
  }
  }

.m-top-small {
  margin-top: 1.5rem;
}

.m-bottom-small {
  margin-bottom: 0.75rem !important;
}

.m-bottom-medium {
  margin-bottom: 1.25rem !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.p-bottom-small {
    padding-bottom: 0.75rem !important;
}

.nu {
  text-decoration: none;
}

.nu:hover {
  text-decoration: underline;
}

.no-underline {
  text-decoration: none;
}

.t-left {
  text-align: left !important;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center !important;
}

.t-small {
  font-size: 0.85rem;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.push-right {
  margin-right: 20px;
}

.push-left {
  margin-left: 20px;
}

.pull-left {
  margin-left: -20px;
}

.padding-left-15 {
  padding-left: 15px !important;
 }

@media (min-width: 1500px) {

.padding-left-35 {
    padding-left: 35px !important
}
  }

@media (min-width: 1200px) {

.pull-left-35 {
    margin-left: -35px
}
  }

@media (min-width: 1200px) {

.pull-left-75 {
    margin-left: -75px
}
  }

.container:before,
.container:after,
.group:before,
.group:after {
  content: ' ';
  display: table;
}

.container:after,
.group:after {
  clear: both;
}

.hide {
  display: none;
}

.mobile-remove {
  display: none;
}

@media (min-width: 960px) {

.mobile-remove {
    display: inline
}
  }

.medium-remove {
  display: none;
}

@media (min-width: 960px) {

.medium-remove {
    display: block
}
  }

.generic-content p,
  .generic-content li {
    font-size: 1.15rem;
  }

.generic-content img {
    margin-bottom: 0.5em;
  }

.generic-content blockquote {
    display: block;
    margin: 1.7em 1.2em;
    padding: 1.5em;
    border-left: 15px solid #ddd;
    background: #f8f8f8;
    color: #13294b;
    font-style: italic;
  }

.generic-content blockquote p {
    font-size: 1.5rem;
    font-style: italic;
  }

.generic-content blockquote ul {
    padding-top: 1rem;
    list-style-type: none;
    text-align: right;
  }

.generic-content h1,
  .generic-content h2,
  .generic-content h3,
  .generic-content h4,
  .generic-content h5,
  .generic-content h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    color: #13294b;
    margin-top: 0;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

.generic-content h1 {
    font-size: 2.2rem;
  }

.generic-content h2 {
    font-size: 1.6rem;
  }

@media (min-width: 960px) {

.generic-content h2 {
      font-size: 2rem
  }
  }

.generic-content h3 {
    font-size: 1.6rem;
  }

.generic-content h4 {
    font-size: 1.6rem;
  }

.generic-content h5 {
    font-size: 1.4rem;
  }

/* Used for footnote text in blog posts */

.generic-content h6 {
    font-size: 1rem;
    font-style: italic;
    color: #333;
  }

.generic-content-container p {
    line-height: 1.65;
    margin: 0 0 1.8rem 0;
  }

@media (min-width: 530px) {

.generic-content-container p {
      font-size: 1.125rem
  }
  }

.generic-content-container p a {
    /* font-weight: 700; */
  }

/* Typography */

.headline {
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
}

.headline--large {
    font-size: 3.6rem;
  }

@media (min-width: 530px) {

.headline--large {
      font-size: 6.25rem
  }
  }

.headline--large-medium {
    font-size: 5rem;
    margin: 0 0 1rem 0;
  }

.headline--medium {
    font-size: 2.5rem;
    margin-bottom: 0.75rem;
  }

@media (min-width: 530px) {

.headline--medium {
      font-size: 3.125rem
  }
  }

.headline--small-plus {
    font-family: 'Roboto', sans-serif;
    font-size: 1.6875rem;
    font-weight: 400;
    margin-bottom: 1.3rem;
  }

.headline--small {
    font-size: 1.5rem;
    margin-bottom: 1.9rem;
  }

@media (min-width: 530px) {

.headline--small {
      font-size: 1.6875rem
  }
  }

.headline--smaller {
    font-size: 1.5rem;
  }

.headline--tiny {
    font-family: 'Roboto', sans-serif;
    font-size: 1.3875rem;
    margin-bottom: 0.25rem;
    font-weight: 400;
  }

.headline--post-title a {
    color: #13294b;
    text-decoration: none;
  }

.headline--post-title a:hover {
    text-decoration: underline;
  }

/* max-width: 75%; */

@media (min-width: 530px) {

.headline--blog-archive {
      max-width: 75%
  }
  }

@media (min-width: 530px) {

.headline--news-archive {
      max-width: 55%
  }
  }

.section-title {
  font-size: 2.55rem;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 530px) {

.section-title {
    font-size: 3.75rem
}
  }

.section-title strong {
    font-weight: 500;
  }

.section-title--blue {
    color: #13294b;
  }

.section-title--less-margin {
    margin-bottom: 1.3rem;
    margin-top: 0;
  }

.section-title__icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

@media (min-width: 530px) {

.section-title__icon {
      position: relative;
      top: 8px;
      margin-right: 0.7rem;
      margin-left: 0;
      margin-bottom: 0;
      display: inline-block;
      -webkit-transform: translateY(6px);
              transform: translateY(6px)
  }
  }

.card-title {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-decoration: none;
}

@media (min-width: 530px) {

.card-title {
    font-size: 1.7rem
}
  }

@media (min-width: 1200px) {

.card-title {
    font-size: 2rem
}
  }

.card-title:hover {
  text-decoration: underline;
}

.testimonial h1,
  .testimonial h2,
  .testimonial h3,
  .testimonial h4,
  .testimonial h5,
  .testimonial h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1rem;
  }

.testimonial h1 {
    font-size: 3.6rem;
  }

.testimonial h2 {
    font-size: 3.1rem;
  }

/* H3 = Home Page Blockquote */

.testimonial h3 {
    font-size: 1.6rem;

    /* @mixin atSmall {
      font-size: 1rem;
    } */
    /* @mixin atMedium {
      font-size: 1.3rem;
    } */
  }

.testimonial h4 {
    font-size: 1.5rem;
  }

.testimonial h5 {
    font-size: 1rem;
  }

.testimonial h6 {
    font-size: 1.15rem;
  }

@media (min-width: 530px) {

.testimonial {
    /* H3 = Home Page Blockquote */
}
    .testimonial h1 {
      font-size: 6.25rem;
    }
    .testimonial h2 {
      font-size: 5rem;
    }
    .testimonial h3 {
      font-size: 2.125rem;
    }
    .testimonial h4 {
      font-size: 2rem;
    }
    .testimonial h5 {
      font-size: 1.9rem;
    }
    .testimonial h6 {
      font-size: 1.15rem;
    }
  }

@media (min-width: 960px) {
    .testimonial h3 {
      font-size: 3.125rem;
    }
  }

.quotation {
  position: relative;
  padding-bottom: 2.5rem;
}

@media (min-width: 530px) {

.quotation {
    padding-left: 94px
}
  }

.quotation__icon {
    width: 12%;
    -webkit-transform: translate(-8px, 4px);
            transform: translate(-8px, 4px);
    /* transform: translateY(-8px); */
    z-index: -1;
    margin: 0 auto;
  }

@media (min-width: 530px) {

.quotation__icon {
      width: 7%;
      -webkit-transform: translate(-8px, 4px);
              transform: translate(-8px, 4px);
      /* transform: translateY(-8px); */
      z-index: -1;
      margin: 0 auto
  }
  }

@media (min-width: 960px) {

.quotation__icon {
      width: 7%;
      -webkit-transform: translate(-8px, 4px);
              transform: translate(-8px, 4px);
      /* transform: translateY(-8px); */
      z-index: -1;
      margin: 0 auto
  }
  }

@media (min-width: 1200px) {

.quotation__icon {
      width: 8%;
      -webkit-transform: translate(-10px, 5px);
              transform: translate(-10px, 5px);
      z-index: -1;
      margin: 0 auto
  }
  }

/* Layout */

.site-header {
  z-index: 3;
  position: fixed;
  width: 100%;

  /* Add 30px to the top value below if the UNC utility bar is added */
  /* top: +30px; */
  left: 0;
  right: 0;
  background-color: #031A3D;
  border-bottom: 1px solid #13294b;
}

.site-header__menu {
    visibility: hidden;
    position: absolute;
    background-color: #031A3D;
    left: 0;
    right: 0;
    /* top: -20px; */
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out,
      -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out,
      transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, visibility 0.3s ease-out,
      transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    padding-bottom: 20px;
  }

.site-header__menu--active {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      visibility: visible;
      /* To make sure the mobile menu goes all the way across
      on small devices (the parent element: container has a little margin
      on it for small devices):  */
      left: -14px;
      right: -14px;
    }

@media (min-width: 400px) {

.site-header__menu--active {
        /* For devices > 400px wide, the container div has no margin,
        so the left and right will fill the screen width at 0. */
        left: 0;
        right: 0
    }
  }

@media (min-width: 1034px) {

.site-header__menu {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0) scale(1);
              transform: translateY(0) scale(1);
      position: static;
      background-color: transparent;
      float: right;
      padding-bottom: 0;
      top: 0
  }
  }

.site-header__search-trigger {
    cursor: pointer;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 30%;
    right: 8px;
  }

@media (min-width: 400px) {

.site-header__search-trigger {
      right: 16px
  }
  }

@media (min-width: 530px) {

.site-header__search-trigger {
      right: 18px
  }
  }

@media (min-width: 1034px) {

.site-header__search-trigger {
      display: none
  }
  }

.site-header__menu-trigger {
    color: #fff;
    cursor: pointer;
    font-size: 2.2rem;
    position: absolute;
    z-index: 10;
    top: 25%;
    right: 48px;
  }

@media (min-width: 400px) {

.site-header__menu-trigger {
      right: 54px
  }
  }

@media (min-width: 530px) {

.site-header__menu-trigger {
      right: 60px
  }
  }

@media (min-width: 1034px) {

.site-header__menu-trigger {
      display: none
  }
  }

.site-header__util {
    padding: 10px 135px 0 35px;
  }

@media (min-width: 1034px) {

.site-header__util {
      padding: 0 0 0 5px;
      float: right;
      line-height: 90px;
      height: 90px
  }
  }

.site-header--btn {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transition: all 0.3s linear;
    line-height: auto;
    height: auto;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 1rem !important;
    text-decoration: none !important;
    color: #031A3D !important;
    background-color: #54a2d6 !important;
    border-top: none !important;
  }

.site-header--btn:hover {
      background-color: #5bc0de !important;
      color: #031A3D !important;
    }

.site-header--btn:focus {
      /* background-color: $lightOrange; */
    }

@media (min-width: 1034px) {

.site-header--btn {
      width: 100%;
      font-size: 0.75rem !important;
      padding: 6px 13px !important;
      font-weight: bold !important;
      display: inline;
      line-height: 20px !important;
      height: 32px !important;
      margin-top: 30px
  }
  }

.site-header .btn--with-photo {
    margin-right: 0;
  }

.site-header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

/* Classes that style (via override) the 'Skip to Content' button in the header
 This is a WP-generated class; for more info check out
 https://make.wordpress.org/accessibility/handbook/markup/the-css-class-screen-reader-text/*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #3e96d0;
  color: #031A3D;
  box-shadow: inset 0px 0px 0px 1.5px #fff;
  border-radius: 4px;
  clip: auto !important;
  display: block;
  height: auto;
  left: 10px;
  top: -10px;
  line-height: normal;
  padding: 1em 2.2906835em;
  text-decoration: none;
  /* top: 10px; */
  width: auto;
  z-index: 100;
  margin-top: 23px;
}

@media (min-width: 530px) {

.screen-reader-text:focus {
    top: 10px
}
  }

@media (min-width: 960px) {

.screen-reader-text:focus {
    top: 25px
}
  }

@media (min-width: 1200px) {

.screen-reader-text:focus {
    top:30px;
    left: 35px
}
  }

.hero-banner {
  background-color: #ededed;
  padding: 135px 0 40px 0;
  position: relative;
  overflow: hidden;
  border-bottom: #13294b 2px solid;
}

@media (min-width: 400px) {

.hero-banner {
    padding: 130px 0 40px 0
}
  }

@media (min-width: 530px) {

.hero-banner {
    padding: 140px 0 40px 0
}
  }

@media (min-width: 1500px) {

.hero-banner {
    /* background: linear-gradient(
      90deg,
      rgba(58, 56, 56, 1) 28%,
      rgba(118, 212, 245, 1) 76%,
      rgba(253, 254, 255, 1) 88%
    ); */
    padding: 180px 0 60px 0
}
  }

.hero-banner__content {
    position: relative;
    z-index: 2;
  }

.hero-banner__call-to-action {
    max-width: 100%;
    padding: 0 14px 0 18px;
    border-radius: 5px;
    text-align: center;
  }

@media (min-width: 400px) {

.hero-banner__call-to-action {
      max-width: 70%;
      padding: 0 0 0 18px;
      text-align: left
  }
  }

@media (min-width: 530px) {

.hero-banner__call-to-action {
      min-width: 40%;
      max-width: 55%;
      margin-left: 10px;
      padding: 14px 0 0 14px
  }
  }

@media (min-width: 767px) {

.hero-banner__call-to-action {
      max-width: 45%
  }
  }

@media (min-width: 960px) {

.hero-banner__call-to-action {
      max-width: 45%;
      margin-left: 24px
  }
  }

@media (min-width: 1200px) {

.hero-banner__call-to-action {
      max-width: 35%
  }
  }

@media (min-width: 1500px) {

.hero-banner__call-to-action {
      max-width: 58%
  }
  }

.hero-banner__headline {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.5rem;
    line-height: 1.3;
    /* color: #ededed; */
    color: #13294b;
    margin-bottom: 0.2em;
    /* max-width: 85%; */
    -webkit-transform: translateY(-25px);
            transform: translateY(-25px);
  }

@media (min-width: 400px) {

.hero-banner__headline {
      font-size: 1.6rem;
      margin-bottom: 0;
      max-width: 100%
  }
  }

@media (min-width: 530px) {

.hero-banner__headline {
      font-size: 1.8rem
  }
  }

@media (min-width: 767px) {

.hero-banner__headline {
      font-size: 2rem
  }
  }

@media (min-width: 960px) {

.hero-banner__headline {
      /* font-size: 2.2rem; */
      margin-bottom: 0.65em;
      max-width: 90%;
      -webkit-transform: translateY(0);
              transform: translateY(0)
  }
  }

@media (min-width: 1200px) {

.hero-banner__headline {
      font-size: 2.2rem;
      margin-top: 0.5rem;
      margin-bottom: 0.65em;
      max-width: 100%;
      -webkit-transform: translateY(0);
              transform: translateY(0)
  }
  }

@media (min-width: 1500px) {

.hero-banner__headline {
      font-size: 2.4rem
      /* max-width: 80%; */
  }
  }

.hero-banner__bg-image {
    opacity: 0.95;
    background-size: cover;
    position: absolute;
    top: 50px;
    bottom: -85px;
    left: -225px;
    right: 0;
  }

@media (min-width: 400px) {

.hero-banner__bg-image {
      top: 65px;
      left: -180px
  }
  }

@media (min-width: 530px) {

.hero-banner__bg-image {
      top: 50px;
      bottom: 0;
      left: -95px
  }
  }

@media (min-width: 767px) {

.hero-banner__bg-image {
      top: 20px;
      left: -16px;
      right: -63px;
      width: 110%
  }
  }

@media (min-width: 960px) {

.hero-banner__bg-image {
      top: 20px;
      left: 0;
      width: 100%
  }
  }

@media (min-width: 1034px) {

.hero-banner__bg-image {
      top: 20px
  }
  }

@media (min-width: 1360px) {

.hero-banner__bg-image {
      top: -16px
  }
  }

@media (min-width: 1500px) {

.hero-banner__bg-image {
      top: -24px
  }
  }

@media (min-width: 1600px) {

.hero-banner__bg-image {
      top: -64px
  }
  }

.hero-banner__intro {
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #ededed;
  }

@media (min-width: 530px) {

.hero-banner__intro {
      font-size: 1.65rem
  }
  }

.hero-banner__intro p {
    margin: 0;
  }

/* Styles for Page Banners with images */

.page-banner--with-image {
  /* background-color: rgb(26, 33, 100); */
  background-color: #3e96d0;
  padding: 90px 10px 35px 10px;
  position: relative;
}

/* border-bottom: 1px solid $darkerBlue; */

@media (min-width: 530px) {

.page-banner--with-image {
    padding: 120px 10px 40px 10px
}
  }

@media (min-width: 960px) {

.page-banner--with-image {
    padding: 115px 90px 0 0
}
  }

@media (min-width: 1200px) {

.page-banner--with-image {
    padding: 95px 90px 0 0
}
  }

.page-banner--with-image__content {
    position: relative;
    /* text-align: center; */
    border-radius: 5px;
    background-position: 0 -50%;
    width: 100%;
  }

@media (min-width: 400px) {

.page-banner--with-image__content {
      text-align: left;
      font-size: 0.5rem
  }
  }

@media (min-width: 530px) {

.page-banner--with-image__content {
      max-width: 100%;
      border-radius: 5px
  }
  }

@media (min-width: 960px) {

.page-banner--with-image__content {
      width: 59%;
      float: left
  }
  }

@media (min-width: 1034px) {

.page-banner--with-image__content {
      padding: 10px 16px 18px 16px
  }
  }

@media (min-width: 1200px) {

.page-banner--with-image__content {
      padding: 10px 16px 40px 16px
  }
  }

.page-banner--with-image__title {
    font-family: 'Roboto Condensed', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 600;
    font-size: 1.8rem;
    margin: 0 0 18px 10px;
    color: #031A3D;
    letter-spacing: 0.5px;
    max-width: 100%;
  }

@media (min-width: 400px) {

.page-banner--with-image__title {
      font-size: 2.2rem;
      max-width: 95%;
      margin: 14px 0 10px 10px
  }
  }

@media (min-width: 530px) {

.page-banner--with-image__title {
      max-width: 85%
  }
  }

@media (min-width: 767px) {

.page-banner--with-image__title {
      max-width: 75%
  }
  }

@media (min-width: 960px) {

.page-banner--with-image__title {
      font-size: 1.8rem;
      margin: 20px 10px 8px 20px;
      max-width: 95%
  }
  }

@media (min-width: 1034px) {

.page-banner--with-image__title {
      font-size: 2rem;
      max-width: 100%;
      margin: 14px 0 0.2rem 10px
  }
  }

@media (min-width: 1200px) {

.page-banner--with-image__title {
      font-size: 2.3rem;
      max-width: 90%;
      margin: 55px 0 0 20px
  }
  }

@media (min-width: 1360px) {

.page-banner--with-image__title {
      font-size: 2.5rem;
      margin: 45px 0 0.2rem 24px
  }
  }

.page-banner--with-image__title--carolina-blue {
      color: #5bc0de;
    }

.page-banner--with-image__sub {
    font-weight: 300;
    font-size: 1.3rem;
    line-height: 1.3;
    /* color: #ededed; */
    color: #031A3D;
    margin: 8px 0 15px 10px;
    max-width: 100%;
  }

@media (min-width: 400px) {

.page-banner--with-image__sub {
      font-size: 1.35rem;
      margin-bottom: 0.65em;
      max-width: 90%
  }
  }

@media (min-width: 530px) {

.page-banner--with-image__sub {
      font-size: 1.4rem;
      margin: 10px 0 18px 12px;
      max-width: 90%
  }
  }

@media (min-width: 767px) {

.page-banner--with-image__sub {
      /* margin: 10px 0 18px 13px; */
      max-width: 65%
  }
  }

@media (min-width: 960px) {

.page-banner--with-image__sub {
      font-size: 1.25rem;
      margin: 0 10px 18px 20px;
      max-width: 100%
  }
  }

@media (min-width: 1034px) {

.page-banner--with-image__sub {
      font-size: 1.3rem;
      margin: 0 0 12px 10px
  }
  }

@media (min-width: 1200px) {

.page-banner--with-image__sub {
      font-size: 1.35rem;
      margin: 3px 0 5px 20px;
      max-width: 90%
  }
  }

@media (min-width: 1360px) {

.page-banner--with-image__sub {
      font-size: 1.45rem;
      margin: 10px 0 5px 24px
  }
  }

@media (min-width: 960px) {

.page-banner--with-image__image-frame {
      width: 40%;
      float: right;
      min-height: 228px;
      position: relative;
      overflow: hidden
  }
  }

@media (min-width: 1034px) {

.page-banner--with-image__image-frame {
      min-height: 248px
  }
  }

@media (min-width: 1200px) {

.page-banner--with-image__image-frame {
      min-height: 302px
  }
  }

@media (min-width: 1500px) {

.page-banner--with-image__image-frame {
      max-height: 310px
  }
  }

.page-banner--with-image__sub p {
    margin: 0;
  }

.page-banner--with-image__bg-image {
    display: none;
  }

@media (min-width: 960px) {

.page-banner--with-image__bg-image {
      display: block;
      position: absolute;
      top: 0
      /* max-width: 100%; */
  }
  }

@media (min-width: 1034px) {

.page-banner--with-image__bg-image {
      /* max-width: 108%; */
  }
  }

@media (min-width: 1200px) {

.page-banner--with-image__bg-image {
      /* display: block; */
      /* position: absolute; */
      top: 15px
  }
  }

/* Styles for Page Banners without images */

.page-banner {
  background-color: #3e96d0;
  /* background: linear-gradient(
    90deg,
    rgb(26, 33, 87, 1) 45%,
    rgb(62, 69, 144) 100%
  ); */
  /* background-image: url('images/smokies_banner.jpg'); */
  /* background-image: url('images/stacked-wave.svg'); */
  background-size: cover;
  padding: 95px 10px 15px 10px;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 400px) {

.page-banner {
    padding: 105px 10px 15px 10px
}
  }

@media (min-width: 530px) {

.page-banner {
    padding: 130px 0 20px 0
}
  }

@media (min-width: 960px) {

.page-banner {
    padding: 135px 0 20px 0
}
  }

@media (min-width: 1034px) {

.page-banner {
    padding: 145px 0 20px 0
}
  }

@media (min-width: 1200px) {

.page-banner {
    padding: 140px 0 20px 0
}
  }

.page-banner__content {
    position: relative;
    /* text-align: center; */
    background-color: transparent;
  }

@media (min-width: 400px) {

.page-banner__content {
      text-align: left;
      font-size: 0.5rem;
      padding: 10px 16px 25px 8px
  }
  }

@media (min-width: 530px) {

.page-banner__content {
      max-width: 100%;
      padding: 0 40px 16px 16px
  }
  }

@media (min-width: 960px) {

.page-banner__content {
      max-width: 75%
  }
  }

@media (min-width: 1200px) {

.page-banner__content {
      padding: 16px 40px 25px 15px
  }
  }

.page-banner__title {
    font-family: 'Roboto Condensed', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0 0 0.6rem 0;
    /* color: #fff; */
    color: #031A3D;
    letter-spacing: 0.5px;
  }

.page-banner__title--carolina-blue {
      color: #5bc0de;
    }

.page-banner__sub {
    font-weight: 300;
    font-size: 1.4rem;
    line-height: 1.3;
    /* color: #ededed; */
    color: #031A3D;
    margin-bottom: 1.5em;
  }

@media (min-width: 400px) {

.page-banner__sub {
      margin-bottom: 0.65em
  }
  }

@media (min-width: 530px) {

.page-banner__sub {
      font-size: 1.65rem;
      margin-bottom: 0.5em
  }
  }

.page-banner__sub p {
    margin: 0;
  }

.page-banner--404 {
    background-image: url('images/map.jpg');
    position: relative;
    overflow-x: hidden;
    height: 30vh;
    opacity: 0.8;
  }

/* Container for the Page Banner Content;
Also used in Hero Banner */

.page-banner-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 1200px) {

.page-banner-container {
    max-width: 1300px
}
  }

@media (min-width: 960px) {

.full-width-split {
    display: flex
}
  }

.full-width-split__one {
    flex: 1;
    padding: 1.6rem 18px 1.6rem 0;
  }

@media (min-width: 400px) {

.full-width-split__one {
      padding: 1.6rem 14px 1.6rem 2px
  }
  }

@media (min-width: 530px) {

.full-width-split__one {
      padding: 1.6rem 20px 1.6rem 6px
  }
  }

@media (min-width: 960px) {

.full-width-split__one {
      padding: 40px
  }
  }

@media (min-width: 960px) {

.full-width-split__one .full-width-split__inner {
        float: right
    }
  }

.full-width-split__two {
    flex: 1;
  }

@media (min-width: 400px) {

.full-width-split__two {
      padding: 1.6rem 0 0px 0
  }
  }

@media (min-width: 960px) {

.full-width-split__two {
      padding: 40px
  }
  }

@media (min-width: 1350px) {

.full-width-split__inner {
      width: 585px
  }
    }

.one-half,
.one-third,
.one-fourth,
.one-fifth,
.one-sixth {
  padding-bottom: 1.6rem;
}

@media (min-width: 960px) {
  .row {
    margin-right: -50px;
  }

  .one-half,
  .one-third,
  .two-thirds,
  .three-fourths,
  .one-fourth,
  .one-fifth,
  .one-sixth {
    padding-bottom: 0;
    float: left;
    box-sizing: border-box;
    padding-right: 50px;
  }
  .three-fourths {
    width: 75%;
  }
  .four-fifths {
    width: 80%;
  }
  .five-sixths {
    width: 83%;
  }
  .two-thirds {
    width: 66.66%;
  }
  .one-half {
    width: 50%;
  }
  .one-third {
    width: 33.33%;
  }
  .one-fourth {
    width: 25%;
  }
  .one-fifth {
    width: 20%;
  }
  .one-sixth {
    width: 16.66%;
  }
  .one-eighth {
    width: 12.5%;
  }
  }

.hero-slider {
  position: relative;

}

.hero-slider div {
    outline: none;
  }

.hero-slider__interior {
    padding-top: 60px;
    padding-bottom: 60px;
  }

@media (min-width: 960px) {

.hero-slider__interior {
      padding-top: 130px;
      padding-bottom: 130px
  }
  }

.hero-slider__slide {
    background-size: cover;
    background-repeat: no-repeat;
  }

.hero-slider__overlay {
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .68);
    padding: 40px;
    color: #FFF;
  }

@media (min-width: 960px) {

.hero-slider__overlay {
      width: 50%
  }
  }

.slick-dots {
  z-index: 100;
  position: absolute;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  top: 15px;
}

@media (min-width: 960px) {

.slick-dots {
    top: 50px
}
  }

.slick-dots li {
    list-style: none;
    display: inline;
  }

.slick-dots li button {
    display: inline-block;
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, .5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .25);
    border-radius: 50%;
    border: none;
    margin: 0 4px;
    padding: 0;
    outline: none;
    transition: background-color .3s ease-out;
    cursor: pointer;
  }

.slick-dots .slick-active button {
    background-color: #FFF;
  }

.site-footer {
  padding: 2rem 0 4.5rem 0;
  background-image: linear-gradient(#fff, #ececec);
}

.site-footer p {
    font-size: 0.9rem;
  }

.site-footer .headline {
    color: #666;
    margin-bottom: 0.33rem;
  }

.site-footer__link {
    color: #999;
    text-decoration: none;
  }

.site-footer__link:hover {
    color: #13294b;
  }

.site-footer__inner {
    border-top: 1px dotted #dedede;
    padding-top: 3.5rem;
  }

.site-footer__col-one {
    text-align: center;
    margin-bottom: 3rem;
  }

@media (min-width: 960px) {

.site-footer__col-one {
      text-align: left;
      width: 33%;
      float: left;
      margin-bottom: 0
  }
  }

.site-footer__col-two-three-group {
    text-align: center;
    width: 85%;
    margin: 0 auto;
  }

@media (min-width: 960px) {

.site-footer__col-two-three-group {
      text-align: left;
      float: left;
      width: 42%;
      margin: 0
  }
  }

.site-footer__col-two {
    width: 50%;
    float: left;
  }

.site-footer__col-three {
    width: 50%;
    float: left;
  }

.site-footer__col-four {
    padding-top: 30px;
    width: 85%;
    margin: 0 auto;
    clear: both;
    text-align: center;
  }

@media (min-width: 960px) {

.site-footer__col-four {
      padding-top: 0;
      margin: 0;
      clear: none;
      text-align: left;
      width: 25%;
      float: right
  }
  }

.row::after {
    content: '';
    clear: both;
    display: table;
  }

.row--t-padding {
    padding-top: 80px;
  }

.row--gutters {
    margin-right: -65px;
  }

.row--gutters-large {
    margin-right: -100px;
  }

.row--gutters-small {
    margin-right: -45px;
  }

.row--gutters > div {
    padding-right: 65px;
  }

.row--gutters-large > div {
    padding-right: 100px;
  }

.row--gutters-small > div {
    padding-right: 45px;
  }

.row__b-margin-until-medium {
    margin-bottom: 1rem;
  }

@media (min-width: 960px) {
    .row__b-margin-until-medium {
      margin-bottom: 0;
    }
  }

@media (min-width: 960px) {
    .row__medium-4 {
      float: left;
      width: 33.33%;
    }

    .row__medium-4--larger {
      width: 37%;
    }

    .row__medium-6 {
      float: left;
      width: 50%;
    }

    .row__medium-8 {
      float: left;
      width: 66.66%;
    }

    .row__medium-8--smaller {
      width: 63%;
    }
  }

@media (min-width: 1200px) {
    .row__b-margin-until-large {
      margin-bottom: 0;
    }
  }

@media (min-width: 1200px) {
    .row__large-4 {
      float: left;
      width: 33.33%;
    }

    .row__large-4--larger {
      width: 37%;
    }

    .row__large-6 {
      float: left;
      width: 50%;
    }

    .row__large-8 {
      float: left;
      width: 66.66%;
    }

    .row__large-8--smaller {
      width: 63%;
    }
  }

/* Begin Equal Height Rules */

@media (min-width: 960px) {

.flexbox .row--equal-height-at-medium {
      display: flex
  }
  }

.flexbox .row--equal-height-at-medium > div {
      float: none;
      display: flex;
    }

@media (min-width: 1200px) {

.row--equal-height-at-large {
      display: flex
  }
  }

.row--equal-height-at-large > div {
      float: none;
      display: flex;
    }

.section-divider {
  background: #13294b;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.wrapper {
  overflow: hidden;
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1236px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper--medium {
    max-width: 976px;
  }

.wrapper--narrow {
    max-width: 470px;
  }

.wrapper--no-padding-until-medium {
    padding-left: 0;
    padding-right: 0;
  }

@media (min-width: 960px) {

.wrapper--no-padding-until-medium {
      padding-left: 18px;
      padding-right: 18px
  }
  }

.wrapper--no-padding-until-large {
    padding-left: 0;
    padding-right: 0;
  }

@media (min-width: 1200px) {

.wrapper--no-padding-until-large {
      padding-left: 18px;
      padding-right: 18px
  }
  }

.wrapper .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

.wrapper--b-margin {
    margin-bottom: 1rem;
  }

@media (min-width: 530px) {

.wrapper--b-margin {
      margin-bottom: 3.875rem
  }
  }

/* BEM Blocks (or Components, if you prefer to be fancy)*/

.alert {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.06rem;
  line-height: 1.5;
  background-color: #f0f0f0;
  background-position: 1.75rem 1.25rem;
  background-repeat: no-repeat;
  background-size: 2rem;
  padding-bottom: 1rem;
  padding-left: 1.75rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  position: relative;
}

* + .alert {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.alert::before {
  background-color: #adadad;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.5rem;
}

.alert ul {
  margin-bottom: 0;
  margin-top: 0.5rem;
  padding-left: 0.5rem;
}

.alert .checklist {
  padding-left: 0;
}

.alert__icon {
  display: table-cell;
  padding-right: 0.5rem;
}

.alert__body {
  display: table-cell;
  vertical-align: top;
}

.alert__heading {
  font-family: Helvetica, Arial,
    sans-serif;
  font-size: 1.33rem;
  line-height: 1.1;
  margin-top: 0 !important;
  margin-bottom: 0.5rem;
}

.alert__text {
  margin-bottom: 0;
  margin-top: 0;
}

.alert__text a {
  color: #005ea2;
  text-decoration: underline;
}

.alert__text a:hover {
  color: #1a4480;
}

.alert__text a:active {
  color: #162e51;
}

.alert__text a:focus {
  outline: 0.25rem solid #2491ff;
  outline-offset: 0;
}

.alert__text a:visited {
  color: #562b97;
}

.alert__text:only-child {
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
}

.alert--success {
  background-image: url('images/alerts/success.svg'),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #ecf3ec;
}

.alert--success::before {
  background-color: #00a91c;
}

.alert--success .alert__body {
  padding-left: 3.25rem;
}

.alert--warning {
  background-image: url('images/alerts/warning.svg'),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #faf3d1;
}

.alert--warning::before {
  background-color: #ffbe2e;
}

.alert--warning .alert__body {
  padding-left: 3.25rem;
}

.alert--error {
  background-image: url('images/alerts/error.svg'),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #f4e3db;
}

.alert--error::before {
  background-color: #d63e04;
}

.alert--error .alert__body {
  padding-left: 3.25rem;
}

.alert--info {
  background-image: url('images/alerts/info.svg'),
    linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #e7f6f8;
}

.alert--info::before {
  background-color: #00bde3;
}

.alert--info .alert__body {
  padding-left: 3.25rem;
}

.alert--slim {
  background-position: 1.75rem center;
  background-size: 1.5rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.alert--slim .alert__body {
  padding-left: 2.5rem;
}

.alert--slim .alert__text:only-child {
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
}

.alert--no-icon {
  background-image: none;
}

.alert--no-icon .alert__body {
  padding-left: 0;
}

.alert--validation {
  background-size: 1.5rem;
}

.alert--validation .alert__body {
  padding-left: 2.5rem;
}

.alert--validation .checklist {
  margin-top: 1rem;
}

.sp-easy-accordion .sp-ea-single .ea-header a:focus {
    border: #76a9fe solid 1.5px !important;
    /* box-shadow: inset 0px 0px 0px 1.5px #3760ba; */
}

.remove-favorite {
  display: inline-block;
  transition: all 0.3s;
  color: #999;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 4px 6px;
  border-radius: 3px;
}

.remove-favorite:hover {
  background-color: #dedede;
}

/* Search Spinner stuff - break out into its own file */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Search Spinner - Add to _search-overlay.css */

.spinner-loader {
  margin-top: 45px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  border-top-color: black;
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

@media (min-width: 960px) {

.spinner-loader {
    width: 200px;
    height: 200px
}
  }

.c-orange {
  color: #c94824;
}

.c-blue {
  color: #13294b;
}

.c-light-blue {
  color: #3e96d0;
}

.c-white {
  color: #fff !important;
}

.c-dark {
  color: #333;
}

.gray {
  color: #999999;
}

.bg-grey {
  background-color: #e1e1e1;
}

/* Make Top WP Admin Bar Fixed on Mobile */

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}

.grecaptcha-badge {
  opacity: 0 !important;
}

@media (min-width: 1200px) {

.grecaptcha-badge {
    opacity: 100 !important
}
  }

/* CD Logo & Text */

.cd-logo {
  position: relative;
  margin: 0;
  line-height: 70px;
  height: 70px;
  width: 50%;
  -webkit-transform: translateY(+1px);
          transform: translateY(+1px);
  z-index: 10;
}

@media (min-width: 960px) {

.cd-logo {
    width: 55%;
    line-height: 80px;
    height: 80px
}
  }

@media (min-width: 1200px) {

.cd-logo {
    line-height: 90px;
    height: 90px
}
  }

.cd-logo__footer {
    width: 52%;
    margin: -30px;
    padding-bottom: 8px;
  }

@media (min-width: 960px) {

.cd-logo__footer {
      width: 75%
  }
  }

.cd-logo-text {
  position: relative;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 100;
}

.cd-logo-text strong {
  font-weight: 400;
}

.cd-logo-text a {
  color: #5bc0de;
  text-decoration: none;
}

.cd-logo-text--alt-color a {
  color: #666;
}

.cd-logo-text--alt-color a:hover {
    color: #13294b;
    text-decoration: underline;
  }

.cd-logo-wrapper {
  margin: 0;
}

.cpc-logo__footer {
  position: relative;
  margin: 15px auto 0 auto;
  height: auto;
  width: 40%;
}

@media (min-width: 960px) {

.cpc-logo__footer {
    width: 70%;
    margin-top: 15px
}
  }

/* Override Gravity forms default margin
to ensure the inputs don't run off the page
on mobile devices */

.gform_wrapper {
  margin: 16px 0 0 0 !important;
}

@media (min-width: 767px) {

.gform_wrapper {
    margin: 16px 0 0 12px !important
}
  }

@media (min-width: 960px) {

.gform_wrapper {
    margin: 16px 20px 0 0 !important
}
  }

/* Get rid of pesky default form heading */

.gform_heading {
  display: none;
}

/* Style the select to match the other form fields */

.ginput_container_select select {
  border-radius: 4px;
  padding: 8px;
  border: 2px solid #bbb;
}

.gform_wrapper select {
  padding: 7px 0 6px 3px !important ;
}

/* Style text area 'Your message' input */

.message textarea {
  border-radius: 4px;
  line-height: 1.6em;
  font-size: 1.3rem;
  border: 2px solid #bbb;
}

/* Customize Gravity forms submit button */

/* selectors are default button styles
    + carolina blue button  */

.gform_button {
  /* Style the button */
  transition: all 0.3s linear;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none;
  color: #031A3D;
  font-size: .9rem !important;
  font-weight: bold;
  text-transform: uppercase !important;
  padding: 12px 24px !important;
  border: none;
  outline: none;
  letter-spacing: 0.6px !important;

/* Add Carolina blue button styles */
  background-color: #54a2d6;
}

.gform_button:hover {
  background-color: #5bc0de !important;
}

.gform_button:focus {
  background-color: #5bc0de;
  box-shadow: inset 0px 0px 0px 2px black;
}

/* Style the text input fields */

.ginput_container_text input[type='text'] {
  background: #fff;
  line-height: 1.6em;
  font-size: 1.3rem;
  border: 2px solid #bbb;
  color: #4f4f4f;
  width: 85%;
  border-radius: 4px;
  padding-left: 5px;
}

/* Style the email input fields */

.ginput_container_email input[type='text'] {
  background: #fff;
  line-height: 1.6em;
  font-size: 1.3rem;
  border: 2px solid #bbb;
  color: #4f4f4f;
  width: 85%;
  border-radius: 4px;
  padding-left: 5px;
}

/* Align the checkbox input with its label */

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox]{
    margin-top: 3px !important;
}

/* Remove margin-top from li form fields in Gravity Forms blog sidebar widget */

body .gform_legacy_markup_wrapper ul li.gfield {
  margin-top: 0 !important;
}

.contact-block {
  width: 100%;
}

@media (min-width: 960px) {

.contact-block {
    width: 90%
}
  }

@media (min-width: 1200px) {

.contact-block {
    width: 75%
}
  }

@media (min-width: 1500px) {

.contact-block {
    width: 60%
}
  }

/* Customize Login Screen */

body.login .button-primary {
  background-color: #c94824;
  border-color: rgb(176, 66, 36);
  text-shadow: 0 -1px 1px rgb(163, 63, 36),
    1px 0 1px rgb(163, 63, 36), 0 1px 1px rgb(163, 63, 36),
    -1px 0 1px rgb(163, 63, 36);
  box-shadow: 0 1px 0 rgb(150, 61, 36);
}

body.login .button-primary:hover,
body.login .button-primary:active,
body.login .button-primary:focus {
  background-color: rgb(184, 68, 36);
  border-color: rgb(163, 63, 36);
  text-shadow: 0 -1px 1px rgb(150, 61, 36),
    1px 0 1px rgb(150, 61, 36), 0 1px 1px rgb(150, 61, 36),
    -1px 0 1px rgb(150, 61, 36);
  box-shadow: 0 1px 0 rgb(138, 58, 36);
}

body.login {
  background-color: #1c2451;
}

.login h1 a {
  font-size: 30px;
  font-weight: 300;
  background-image: none;
  width: 380px !important;
}

#login {
  width: 400px;
  padding: 8% 0 0;
  margin: auto;
}

.login form {
  border-radius: 4px;
  margin-left: 0;
  padding: 26px 26px 46px;
  background: #ededed;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

#user_login {
  width: 95%;
}

#user_pass {
  width: 95%;
}

/* Add margin underneath login reCAPTCHA box */

#g-recaptcha {
  margin-bottom:20px;
}

#wp-submit {
  margin-right: 17px !important;
}

.login #backtoblog a,
.login #nav a {
  text-decoration: none;
  color: #ededed;
}

.privacy-policy-link {
  color: #ededed;
}

.btn {
  transition: all 0.3s linear;
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  text-decoration: none !important;
  text-transform: uppercase !important;
  color: #fff;
  font-size: .9rem !important;
  font-family: "Open Sans",sans-serif !important;
  font-weight: bold;
  text-shadow: none;
  padding: 15px 35px !important;
  border: none;
  outline: none;
  letter-spacing: 0.75px !important;
}

.btn--card {
    width: 100%;
  }

.btn--small {
    font-size: 0.88rem !important;
    /* padding: 7px 13px !important; */
    font-weight: 400 !important;
  }

.btn--with-photo {
    padding-left: 40px;
    position: relative;
  }

.btn--orange {
    background-color: #f96d36;
  }

.btn--orange:hover {
    background: linear-gradient(
      #f96d36,
      rgb(224, 64, 0)
    );
  }

.btn--dark-orange {
    background-color: #c94824;
  }

.btn--dark-orange:hover {
    background-color: #f96d36 !important;
  }

.btn--dark-orange:focus {
    background-color: #f96d36;
    outline: black solid;
  }

.btn--blue {
    background-color: #13294b;
  }

.btn--blue:hover {
    background-color: #144f72;
  }

.btn--blue:focus {
    background-color: #144f72;
    outline: black solid;
  }

.btn--carolina-blue {
    background-color: #54a2d6;
    color: #031A3D;
  }

.btn--carolina-blue:hover {
    background-color: #5bc0de;
    color: #031A3D;
  }

.btn--carolina-blue:focus {
    background-color: #5bc0de;
    outline: 2px #13294b solid;
  }

.btn--light-grey {
    background-color: #e1e1e1;
    color: #031A3D;
  }

.btn--light-grey:hover {
    background-color: #ededed;
    color: #144f72;
  }

.btn--light-grey:focus {
    background-color: #ededed;
    color: #144f72;
    outline: 2px white solid;
  }

.btn--dark-grey {
    background-color: #414141;
    color: #fff;
  }

.btn--dark-grey:hover {
    background-color: #767676;
    color: #ededed;
  }

.btn--white {
    background-color: #fff;
    color: #3a3838;
  }

.btn--white:hover {
    background-color: #ddd;
  }

.btn--large {
    font-size: 1.2rem !important;
    padding: 12px 28px !important;
    border-radius: 6px !important;
  }

@media (min-width: 767px) {

.btn--large {
      font-size: 1.3rem !important;
      padding: 14px 32px !important;
      font-size: 1.4rem !important
  }
  }

@media (min-width: 960px) {

.btn--large {
      font-size: 1.6rem !important
  }
  }

@media (min-width: 1200px) {

.btn--large {
      font-size: 1.9rem !important;
      padding: 16px 34px !important
  }
  }

.btn--inactive {
    background-color: transparent;
    cursor: default;
    color: #333;
  }

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  height: 100%;

  /* Styles below are for flexbox implementation */

  /* display: flex;
  justify-content: space-between;
  flex-direction: column; */
}

@media (min-width: 767px) {

.card {
    width: 65%;
    margin: auto
}
  }

@media (min-width: 960px) {

.card {
    width: 100%;
    margin: 0
}
  }

/* Use for About page staff cards */

.card-flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px;
}

@media (min-width: 960px) {

.card-flex {
    height: 300px
}
  }

.card-flex__staff {
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    will-change: transform;
  }

.card-flex__staff:hover {
    -webkit-transform: translateY(-0.3rem);
            transform: translateY(-0.3rem);
    color: #c94824 !important;
  }

/* Styles for blog post / case study featured images ( AKA post thumbnails in WP ) */

.featured-image {
  max-width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: relative;
  overflow: hidden;
}

.featured-image--post {
    max-width: 55%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

/* Portrait Size from Blog Archive / Feed View */

.featured-image--blog-archive {
    display: none;
  }

@media (min-width: 530px) {

.featured-image--blog-archive {
      display: inline;
      padding: 0 0 0.5rem 2rem;
      width: 38%
  }
  }

@media (min-width: 767px) {

.featured-image--blog-archive {
      padding: 0 0 0.5rem 2rem;
      width: 35%
  }
  }

@media (min-width: 960px) {

.featured-image--blog-archive {
      padding: 0 0 0.5rem 2rem;
      width: 32%
  }
  }

@media (min-width: 1500px) {

.featured-image--blog-archive {
      width: 30%
  }
  }

/* Cards Page Section (3 Cards Across Row) */

.featured-image__page-section {
    display: block;
    margin-bottom: 10px;
    transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out, -webkit-transform 0.3s ease-out;

    /* &:hover {
      opacity: 0.8;
      transform: scale(1.1);
    } */
  }

@media (min-width: 530px) {

.featured-image__page-section {
      margin-left: auto;
      margin-right: auto
  }
  }

/* Sidebar Widget Styles */

#ic_signupform .elcontainer .form-header h3 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-margin-before: 1.33em;
  margin-block-start: 1.33em;
  margin-bottom: 0.5rem;
}

.primary-nav {
    opacity: 1;
    height: calc(100vh - 70px);
    display: block;
    width: 100%;
}

@media (min-width: 1034px) {

.primary-nav {
    /* padding-top: 2px; */
    height: auto;
    display: auto;
    width: auto
}
  }

@media (min-width: 960px) {

.primary-nav--pull-right {
      float: right
  }
  }

.primary-nav ul {
    margin-top: 75px;
    padding: 0;
    padding-top: 6vh;
    transition: all 0.3s linear;
    border-top: 0.5px solid #767676;
  }

.primary-nav ul::after {
    content: '';
    clear: both;
    display: table;
  }

@media (min-width: 960px) {

.primary-nav ul {
      margin-top: 85px
  }
  }

@media (min-width: 1034px) {

.primary-nav ul {
      margin-top: 75px;
      border-top:none;
      text-align: left;
      margin: 0;
      padding: 0
  }
  }

.primary-nav ul:before,
  .primary-nav ul:after {
    content: ' ';
    display: table;
  }

.primary-nav ul:after {
    clear: both;
  }

/* Highlight menu item if sub-menu is active */

.primary-nav ul li:hover > a {
    color: #5bc0de;
    transition: all 0.3s ease-out;
    position: relative;
  }

.primary-nav ul li:hover > ul,
  .primary-nav ul li:focus-within > ul,
  .primary-nav ul li ul:hover {
    visibility:visible;
    opacity: 1;
    display: block;
    margin-bottom: 0;
  }

.primary-nav ul li ul {
    margin-top: 0;
    padding-top: 0;  
    background: #ddd;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    transition: all 0.5s ease;
    display: none;
  }

@media (min-width: 1200px) {

.primary-nav ul li ul {
      border: 2px solid #031A3D;
      border-radius: 4px
  }
  }

@media (min-width: 1034px) {

.primary-nav ul li ul {
    width: 300px;
    position: absolute;
    left: 0;  
    padding-bottom: 1rem
    /* border-top: 3px solid $darkerBlue; */
  }
  }

/* Select for Sub-Menu List Items Only */

.primary-nav ul li ul li {
    clear: both;
    line-height: 25px;
    
  }

@media (min-width: 1034px) {

.primary-nav ul li ul li {
      height: 40px
    
  }
  }

/* Select for Sub-Menu Links Only */

.primary-nav ul li ul li a {
    color: #13294b !important;
    font-weight: bold;
    width: 100%;
    line-height: 30px;
  }

@media (min-width: 1034px) {

.primary-nav ul li ul li a {
      margin-left: 10px;
      margin-top: 10px;
      line-height: 30px !important;
      height: 30px!important
  }
  }

.primary-nav ul li ul li a:hover {
      color: #031A3D !important;
    }

@media (min-width: 1034px) {

.primary-nav {
    float: left;
    margin-right: 20px
}
  }

.primary-nav li {
    list-style: none;
    letter-spacing: 0.75px;
    transition: all 0.3s linear;
    position: relative;
    text-align: center;
  }

@media (min-width: 1034px) {

.primary-nav li {
      padding-right: 20px;
      float: left;
      display: block
  }
  }

@media (min-width: 1034px) {

.primary-nav li:last-child {
      padding-right: 0;
      padding-bottom: 0
  }
  }

.primary-nav a {
    display: block;
    padding: 15px 20px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.3rem;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    border-top: 0.5px solid #767676;
  }

@media (min-width: 1034px) {

.primary-nav a {
      font-size: 1rem;
      text-transform: none;
      padding: 0;
      display: inline-block;
      background-color: transparent;
      border-bottom: none;
      display: block;
      width: auto;
      line-height: 90px;
      height: 90px;
      border-top: none
  }
  }

.primary-nav .current-menu-item a {
    color: #5bc0de;
  }

.menu-item--primary-nav {
    position: relative;
}

/* Init a little bar to underline the nav link (but keep hidden) */

.menu-item--primary-nav::after {
    --scale: 0;

    content: '';
    position: absolute;
    padding-left: 10px;
    left: 0;
    right: 0;
    top: 65%;
    height: 2px;
    background: #5bc0de;
    -webkit-transform: scaleX(var(--scale));
            transform: scaleX(var(--scale));
    -webkit-transform-origin: var(--x) 50%;
            transform-origin: var(--x) 50%;
    transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  }

/* Activate the little bar to underline nav link on hover */

@media (min-width: 1034px) {
    .menu-item--primary-nav:hover::after {
      --scale: 1;
    }
  }

.menu-item--dropdown {
    position: relative;
}

/* Init a little bar to underline the nav link (but keep hidden) */

.menu-item--dropdown::after {
    --scale: 0;

    content: '';
    position: absolute;
    padding-left: 10px;
    left: 0;
    right: 0;
    top: 130%;
    height: 2px;
    background: #5bc0de;
    -webkit-transform: scaleX(var(--scale));
            transform: scaleX(var(--scale));
    -webkit-transform-origin: var(--x) 50%;
            transform-origin: var(--x) 50%;
    transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  }

/* Activate the little bar to underline nav link on hover */

@media (min-width: 1034px) {
    .menu-item--dropdown:hover::after {
      --scale: 1;
    }
  }

.popup {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(51,51,51, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: ease-out all 0.3s;
}

@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {

.popup {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(51,51,51, 0.3)
}
  }

.popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);

    width: 72%;
    background-color: white;
    box-shadow: 0 2rem 4rem rgba(51,51,51, 0.2);
    border-radius: 3px;
    display: table;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.25);
            transform: translate(-50%, -50%) scale(0.25);
    transition: all 0.5s 0.2s;
  }

.popup__left {
    width: 50%;
    display: table-cell;
  }

@media (min-width: 960px) {

.popup__left {
      width: 0
  }
  }

.popup__right {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    padding: 3rem 5rem;
  }

@media (min-width: 1200px) {

.popup__right {
      width: 100%;
      display: run-in
  }
  }

@media (min-width: 960px) {

.popup__right {
      width: 100%;
      text-align: center
  }
  }

.popup__img {
    display: block;
    width: 88%;
  }

@media (min-width: 960px) {

.popup__img {
      width: 0;
      visibility: hidden
  }
  }

.popup__text {
    /* font-size: 2rem;
    margin-bottom: 3rem; */

    /* // -moz-column-count: 2;
        // -moz-column-gap: 4rem; //1em = 14px;
        // -moz-column-rule: 1px solid $color-grey-light-2;
        //
        // column-count: 2;
        // column-gap: 4rem; //1em = 14px;
        // column-rule: 1px solid $color-grey-light-2;
        //
        // -moz-hyphens: auto;
        // -ms-hyphens: auto;
        // -webkit-hyphens: auto;
        // hyphens: auto;
        //
        // @include respond(tab-port) {
        //   column-count: 2;
        //   column-gap: 2rem;
        // }
        //
        // @include respond(phone) {
        //   column-count: 1;
        //   column-gap: 2rem;
        //
        // }*/
  }

/* Open states */

.popup:target {
    opacity: 1;
    visibility: visible;
  }

.popup:target .popup__content {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }

.popup__close:link,
    .popup__close:visited {
      color: #333;
      position: absolute;
      top: 2.5rem;
      right: 2.5rem;
      font-size: 3.7rem;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s linear;
      line-height: 1;
    }

.popup__close:hover {
      color: #c94824;
      transition: all 0.3s linear;
    }

.search-trigger {
  display: none;
  color: #fff;
  position: relative;
  cursor: pointer;
  top: 1px;
  right: 10px;
  margin-left: 15px;
  font-size: 1.2rem;
  transition: all ease-out 0.3s;
  z-index: 10;
}

@media (min-width: 960px) {

.search-trigger {
    display: inline-block;
    top: 2px
}
  }

.search-trigger:hover {
  opacity: 0.65;
}

.search-form {
  background-color: #dedede;
  padding: 20px;
  text-align: center;
}

.search-form label {
  display: block;
}

.search-form-row {
  display: flex;
}

.search-form .s {
  min-width: 20px;
  flex-basis: auto;
  flex-grow: 1;
  border: none;
  font-family: 'Roboto', sans-serif;
  padding: 10px;
}

@media (min-width: 530px) {

.search-form .s {
    font-size: 1.4rem
}
  }

.search-submit {
  color: #fff;
  cursor: pointer;
  transition: all 0.3s linear;
  border: none;
  border-radius: 4px;
  outline: none;
  background-color: #13294b;
  font-family: 'Roboto', sans-serif;
  padding: 0 20px;
  margin-left: 10px;
}

.search-submit:hover {
  background-color: #144f72;
}

.page-section {
  padding-top: 1.4rem;
  padding-bottom: 1.6rem;
  position: relative;
}

@media (min-width: 530px) {

.page-section {
    padding-bottom: 3rem
}
  }

.page-section--white {
    background-color: #fff;
    color: #414141;
  }

.page-section--grey {
    background-color: #e1e1e1;
  }

.page-section--blue {
    background-color: #13294b;
    color: #fff;
  }

/* Page section used for single blog posts (single.php) */

@media (min-width: 1200px) {

.page-section--blog {
      padding-right: 150px;
      padding-left: 20px
  }
  }

.page-section p:last-of-type {
    margin-bottom: 0;
  }

.search-overlay {
  /* overflow-y: auto; */
  overflow-x: hidden;
  z-index: 110;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.96);
  visibility: hidden;
  opacity: 0;
  will-change: transform;
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  box-sizing: border-box;
}

.search-overlay__top {
    background-color: rgba(0, 0, 0, 0.12);
  }

.search-overlay__icon {
    font-size: 1.8rem;
    color: #3a3838;
  }

@media (min-width: 400px) {

.search-overlay__icon {
      right: 20px
  }
  }

@media (min-width: 960px) {

.search-overlay__icon {
      font-size: 2.5rem
  }
  }

.search-overlay--active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

.search-overlay__section-title {
    margin: 20px 0 1px 0;
    font-weight: 400;
    color: #13294b;
    font-size: 2rem;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
  }

.search-overlay__close:link,
    .search-overlay__close:visited {
      color: #333;
      position: absolute;
      top: 14%;
      right: 8px;
      font-size: 3rem;
      text-decoration: none;
      display: inline-block;
      transition: all 0.3s linear;
      line-height: 1;
    }

@media (min-width: 400px) {

.search-overlay__close:link,
    .search-overlay__close:visited {
        top: 12%;
        right: 14px
    }
  }

@media (min-width: 530px) {

.search-overlay__close:link,
    .search-overlay__close:visited {
        top: 8%;
        right: 16px
    }
  }

@media (min-width: 960px) {

.search-overlay__close:link,
    .search-overlay__close:visited {
        top: 2.5rem;
        right: 2.5rem;
        font-size: 3.7rem
    }
  }

.search-overlay__close:hover {
      color: #5bc0de;
      transition: all 0.3s linear;
    }

@media (min-width: 530px) {

.search-overlay__close {
      top: 18px;
      font-size: 2.1rem
  }
  }

@media (min-width: 960px) {

.search-overlay__close {
      top: 26px;
      font-size: 2.8rem
  }
  }

.search-overlay__close:hover {
    opacity: 1;
  }

.search-overlay .one-half {
    padding-bottom: 40px;
  }

.search-term {
  width: 75%;
  box-sizing: border-box;
  border: none;
  padding: 20px 0;
  margin: 20% 0 0 0;
  background-color: transparent;
  font-size: 1.2rem;
  font-weight: 300;
  outline: none;
  color: #13294b;
}

@media (min-width: 400px) {

.search-term {
    font-size: 1.4rem
}
  }

@media (min-width: 530px) {

.search-term {
    font-size: 1.5rem
}
  }

@media (min-width: 960px) {

.search-term {
    width: 80%;
    font-size: 3rem;
    margin: 10% 0 0 0
}
  }

.body-no-scroll {
  overflow: hidden !important;
}

.search-directions {
  font-size: 75%;
  font-weight: bold;
  display: block;
  width: 95%;
  padding: 0.85em 0;
  text-align: right;
  color: #3a3838;
}

@media (min-width: 960px) {

.search-directions {
    font-size: 90%;
    padding: 0.85em 0;
    width: 80%
}
  }

@media (min-width: 960px) {

.search-overlay--push-left {
    margin-left: 40px
}
  }

.sidebar {
  float: left;
  padding: 0;
  text-decoration: none;
  font-size: 16px;
}

.sidebar a {
  text-decoration: none;
  margin-bottom: 4px;
}

.sidebar a:hover {
  text-decoration: underline;
}

.sidebar h4 {
  font-family: 'Roboto';
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  margin-bottom: 0.5rem;
}

.sidebar ul {
  list-style: none;
}

.sidebar li {
  list-style: none;
  line-height: 1.5rem;
}

.widget_recent_entries li {
  padding-bottom: 10px;
}

.widget_categories {
  -webkit-margin-after: 40px;
          margin-block-end: 40px;
}

.tagcloud {
  width: 80%;
}

.contact-widget {
  display: none;
}

@media (min-width: 960px) {

.contact-widget {
    display: block
}
  }

#contact-widget {
  font-size: 1.5rem;
  line-height: 1.2;
}

#contact-widget__text {
  font-size: 1.5rem;
}

.page-links {
  position: relative;
  z-index: 1;
  background-color: #ededed;
  margin: 10px 0 40px 0;
}

@media (min-width: 767px) {

.page-links {
    margin: 0 0 40px 20px;
    width: 300px;
    float: right
}
  }

.page-links__title {
    margin: 0;
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
    background-color: #13294b;
    color: #fff;
  }

.page-links__title a {
      color: #fff;
      text-decoration: none;
      background-color: transparent;
    }

.page-links li {
    border-top: 2px solid rgb(255, 255, 255);
  }

.page-links li:first-child {
    border-top: none;
  }

.page-links__active,
  .page-links .current_page_item {
    text-align: center;
    background-color: #13294b;
    color: #13294b;
    font-weight: bold;
  }

.page-links li a {
    display: block;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    color: #13294b;
    transition: all 0.3s;
  }

.page-links li a:hover {
    color: rgb(241, 241, 241);
    background-color: #13294b;
  }

.page-links__about-page {
  position: relative;
  z-index: 1;
  background-color: #ededed;
  margin: 10px 0 40px 0;
}

@media (min-width: 767px) {

.page-links__about-page {
    margin: 10px auto 10px auto;
    width: 700px;
    float: none
}
  }

@media (min-width: 960px) {

.page-links__about-page {
    margin: 0 0 40px 20px;
    width: 300px;
    float: right
}
  }

.page-links__about-page__title {
    margin: 0;
    font-weight: normal;
    text-align: center;
    padding: 20px 0;
    background-color: #13294b;
    color: #fff;
  }

.page-links__about-page__title a {
      color: #fff;
      text-decoration: none;
      background-color: transparent;
    }

.page-links__about-page li {
    border-top: 2px solid rgb(255, 255, 255);
  }

.page-links__about-page li:first-child {
    border-top: none;
  }

.page-links__about-page__active,
  .page-links__about-page .current_page_item {
    text-align: center;
    background-color: #13294b;
    color: #13294b;
    font-weight: bold;
  }

.page-links__about-page li a {
    display: block;
    text-align: center;
    padding: 17px 10px;
    text-decoration: none;
    color: #13294b;
    transition: all 0.3s;
  }

.page-links__about-page li a:hover {
    color: rgb(241, 241, 241);
    background-color: #13294b;
  }

/* Social Sharing Plugin Mod  */

a.ss-button-facebook,
a.ss-button-twitter,
a.ss-button-linkedin,
a.ss-button-pinterest,
a.ss-button-xing,
a.ss-button-reddit {
  border-radius: 4px;
}

.social-icons-list {
  /* display: flex; */
  /* margin: 0 -8px;
  width: 60%;
  margin-bottom: 0.5rem; */
}

.social-icons-list li {
  /* flex: 1;
  margin: 0 8px; */
  line-height: 1;
}

.social-icons-list li a {
  /* display: block;
  text-align: center;
  color: #fff;*/
  color: #1b3d92;
  font-size: 3.2rem;
}

.social-icons-list li a:hover {
  /* opacity: 0.75; */
  color: #4862a3;
}

.social-color-facebook {
  background-color: #4862a3;
}

.social-color-twitter {
  /* background-color: #55acee; */
}

.social-color-youtube {
  background-color: #cc1e1f;
}

.social-color-linkedin {
  background-color: #0077b5;
}

.social-color-instagram {
  background-color: #d8226b;
}

table {
  font-family: Roboto, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/* TablePress DataTables plugin mods */

.tablepress thead th {
  background-color: #e1e1e1 !important;
}

/* Give sorting controls on table head Carolina blue hover */

.tablepress .sorting:hover,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  transition: all 0.3s linear;
  background-color: #85cfff !important;
}

/* Make tablepress sorting controls larger */

.tablepress .sorting_desc:after {
  font-size: 18px;
  height: 18px;
  line-height: 1;
}

.paging_simple .paginate_button.next:after,
.paging_simple .paginate_button.previous:before {
  color: #13294b;
  text-shadow: none !important;
}

/* Do not show length form control on County Profiles table */

#tablepress-1_length {
  display: none;
}

/* Do not show pagination form controls on County Profiles table */

/* #tablepress-1_paginate {
  display: none;
} */

/* Do not show info text (i.e. 'results 1-10 of 23') on County Profiles table */

/* #tablepress-1_info {
  display: none;
} */

/* Remove column heads 2 and 3 on mobile - County Profiles table */

/* #tablepress-1 > thead > tr > th.column-2,
th.column-3 {
  display: none;
  @mixin atSmallMedium {
    display: table-cell;
  }
} */

/* Remove columns 2 and 3 on mobile - County Profiles table */

/* #tablepress-1 > tbody > tr > td.column-2,
td.column-3 {
  display: none;
  @mixin atSmallMedium {
    display: table-cell;
  }
} */

/* Override cursor back to default on empty table head
(not a link, so should not show pointer cursor) - Census Response tables  */

.census-county-download > thead > tr > th.column-2 {
  cursor: default;
}

/* Remove sorting up and down controls */

.census-county-download > thead > tr > th.column-2.sorting:after {
    display: none;
  }

/* Override hover color */

.census-county-download > thead > tr > th.column-2.sorting:hover {
    background-color: #e1e1e1 !important;
  }

/* Remove sorting up and down controls */

.census-county-download > thead > tr > th.column-2.sorting_asc {
    background-color: #e1e1e1 !important;
  }

.census-county-download > thead > tr > th.column-2.sorting_asc::after {
      display: none;
    }

/* Remove sorting up and down controls */

.census-county-download > thead > tr > th.column-2.sorting_desc {
    background-color: #e1e1e1 !important;
  }

.census-county-download > thead > tr > th.column-2.sorting_desc::after {
      display: none;
    }

/* Make filter component full width */

.dataTables_filter {
  display: block;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 1em;
}

/* Make search filter label larger & blue */

.dataTables_filter label {
  font-size: 18px;
  font-weight: 700;
  color: #13294b;
}

.dataTables_length label {
  font-size: 18px;
  font-weight: 700;
  color: #13294b;
}

.dataTables_wrapper label input, .dataTables_wrapper label select {
  font-size: 16px;
}

/* Apply text input theme styling  */

.dataTables_filter input {
  font-weight: normal;
  width: 79% !important;
  background: #fff;
  height: 32px;
  line-height: 1.3;
  font-size: 1.3rem;
  border: 2px solid #cccccc;
  color: #555555;
  border-radius: 4px;
}

@media (min-width: 960px) {

.dataTables_filter input {
    width: 45% !important
}
  }

.link-list li {
    padding: 0.5rem 0;
    font-size: 1.2rem;
    border-bottom: 1px dotted #dedede;
  }

.search-overlay .link-list li {
      font-size: 1.3rem;
    }

.link-list li:last-child {
    border-bottom: none;
  }

.link-list a {
    color: #c94824;
    text-decoration: none;
  }

.link-list a:hover {
    text-decoration: underline;
  }

.metabox {
  background-color: #e1e1e1;
  border-radius: 3px;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 30px;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.07);
}

@media (min-width: 530px) {

.metabox {
    max-width: 60%
}
  }

.metabox--position-up {
    position: absolute;
    top: 0;
    /* left: 15px; */
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }

@media (min-width: 1200px) {

.metabox--position-up {
      left: 35px
  }
  }

.metabox--with-home-link {
    padding: 0;
    left: 5px;
  }

@media (min-width: 960px) {

.metabox--with-home-link {
      left: 30px
  }
  }

.metabox__main {
    padding: 10px 15px 10px 11px;
    text-align: right;
  }

.metabox p {
    margin: 0;
    font-size: 0.9rem;
    color: rgb(0, 0, 0);
  }

.metabox a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bold;
  }

.metabox a:hover {
    text-decoration: underline;
  }

.metabox .metabox__blog-home-link {
    background-color: #031A3D;
    color: #fff;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 3px 0 0 3px;
    font-weight: normal;
    transition: all 0.3s linear;
  }

.metabox .metabox__blog-home-link:hover {
    text-decoration: none;
    background-color: #13294b;
  }

.post-item {
  border-bottom: 1px dotted #e1e1e1;
  padding-bottom: 1.7rem;
  margin-bottom: 1.7rem;
}

@media (min-width: 960px) {

.post-item {
    margin-bottom: 3.7rem
}
  }

.post-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0;
  }

.post-item--case-study {
    border-bottom: 0.5px dotted #e1e1e1;
    padding-bottom: 2rem;
    margin-bottom: 1.7rem;
  }

@media (min-width: 960px) {

.post-item--case-study {
      margin-bottom: 3.7rem
  }
  }

.post-item--case-study:last-of-type {
      border-bottom: none;
      margin-bottom: 0;
    }

.post-item--news {
    border-bottom: 0.5px dotted #e1e1e1;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }

.post-item--news:last-of-type {
      border-bottom: none;
      margin-bottom: 0;
    }

.feature-item {
  position: relative;
  padding-bottom: 2.5rem;
}

@media (min-width: 530px) {

.feature-item {
    padding-left: 94px
}
  }

.feature-item__icon {
    display: block;
    margin: 0 auto;
  }

@media (min-width: 530px) {

.feature-item__icon {
      position: absolute;
      left: 0
  }
  }

.feature-item__title {
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 0.7em;
    margin-bottom: 0.8rem;
    text-align: center;
  }

@media (min-width: 530px) {

.feature-item__title {
      text-align: left;
      margin-top: 1em;
      font-size: 1.875rem
  }
  }

.feature-item__body {
    text-align: center;
    padding: 0 25px;
  }

@media (min-width: 530px) {

.feature-item__body {
      text-align: left;
      padding: 0
  }
  }

@media (min-width: 767px) {

.feature-item__body {
      padding-right: 65px
  }
  }

@media (min-width: 960px) {

.feature-item__body {
      padding-right: 60px
  }
  }

@media (min-width: 1200px) {

.feature-item__body {
      padding-right: 40px
  }
  }

.feature-item--half {
  position: relative;
  padding-bottom: 2.5rem;
  text-align: center;
}

@media (min-width: 530px) {

.feature-item--half {
    padding-left: 94px;
    text-align: left
}
  }

.feature-item--half__icon {
    display: block;
    margin: 0 auto;
    width: 25%;
    padding-top: 12px;
  }

@media (min-width: 530px) {

.feature-item--half__icon {
      position: absolute;
      max-width: 14%;
      left: 0;
      padding-left: 1.3em;
      padding-top: 0
  }
  }

@media (min-width: 767px) {

.feature-item--half__icon {
      max-width: 13%;
      padding-left: 15px
  }
  }

@media (min-width: 960px) {

.feature-item--half__icon {
      max-width: 24%;
      padding-left: 0;
      padding-right: 8px
  }
  }

@media (min-width: 1034px) {

.feature-item--half__icon {
      max-width: 24%
  }
  }

@media (min-width: 1200px) {

.feature-item--half__icon {
      max-width: 22%;
      padding-right: 15px
  }
  }

@media (min-width: 1500px) {

.feature-item--half__icon {
      max-width: 20%;
      padding-right: 8px
  }
  }

.feature-item--half__title {
    padding: 0 20px;
    font-size: 1.6rem;
    font-weight: 300;
    margin-top: 0.7em;
    margin-bottom: 0.8rem;
    text-align: center;
  }

@media (min-width: 530px) {

.feature-item--half__title {
      text-align: left;
      margin-top: 1em;
      font-size: 1.875rem
  }
  }

@media (min-width: 767px) {

.feature-item--half__title {
      margin-left: 25px
  }
  }

@media (min-width: 960px) {

.feature-item--half__title {
      margin-left: 20px
  }
  }

.feature-item--half__body {
    padding: 0 20px;
  }

@media (min-width: 767px) {

.feature-item--half__body {
      margin-left: 25px
  }
  }

@media (min-width: 960px) {

.feature-item--half__body {
      margin-left: 20px
  }
  }

.footer__nav-list ul {
    padding: 0;
    margin: 0;
  }

.footer__nav-list li {
    list-style: none;
  }

.footer__nav-list a {
    font-size: 0.9rem;
    color: #999;
    text-decoration: none;
  }

.footer__nav-list a:hover {
    color: #3a3838;
    font-weight: bold;
    transition: all 0.2s linear;
  }

.menu-item--footer {
  position: relative;
}

/* Init a little bar to underline the nav link (but keep hidden) */

.menu-item--footer::after {
    --scale: 0;

    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 105%;
    height: 2px;
    background: #85cfff;
    -webkit-transform: scaleX(var(--scale));
            transform: scaleX(var(--scale));
    -webkit-transform-origin: var(--x) 50%;
            transform-origin: var(--x) 50%;
    transition: -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.535, 0.05, 0.355, 1);
  }

/* Activate the little bar to underline nav link on hover */

@media (min-width: 1034px) {
    .menu-item--footer:hover::after {
      --scale: 1;
    }
  }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Override default bold font-weight
on YARPP Related Post output  */

.yarpp-related a {
  font-weight: normal !important;
}

#unc-ub {
  font-size: 14px;
  /* max-width: 960px; */
  height: 30px;
  margin: auto;
  padding: 0;
  border: none;
  display: none;
}

@media (min-width: 530px) {

#unc-ub {
    display: block
}
  }

#unc-ub,
#unc-ub a,
#unc-ub a:visited {
  color: #fff;
  text-decoration: none;
  line-height: 30px;
}

#unc-ub a {
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

#unc-ub a:hover {
  text-decoration: underline !important;
}

#unc-ub-wrapper {
  display: block !important;
}

#unc-ub-wrapper.blue, 
#unc-ub-wrapper.blue a {
  background: #85cfff;
  color: #0f0339;
}

#unc-ub-wrapper.gray {
  background: #747474;
}

#unc-ub-wrapper.light-gray,
#unc-ub-wrapper.light-gray a {
  background: #e1e1e1;
  color: #0f0339;
}

#unc-ub-wrapper.dark-gray {
  background: #414141;
}

#unc-ub-wrapper.navy {
  background: #13294b;
}

#unc-ub-wrapper.black {
  background: #151515;
}

#unc-ub-wrapper.white,
#unc-ub-wrapper.white a {
  background: #fff;
  color: #007fae;
}

#unc-ub-title {
  float: left;
  text-transform: uppercase;
  /* padding-left: 8px; */
  font-size: 0.9em;
  font-family: 'Times New Roman', serif;
  display: none;
}

#unc-ub-title em {
  text-transform: lowercase;
  padding: 0 1px;
}

#unc-ub-title em:first-child {
  padding-right: 3px;
}

#unc-ub-nav {
  font-size: 0.8em;
  font-family: Verdana, Arial, sans-serif;
  display: table;
  width: 100%;
  z-index: 9999 !important;
}

#unc-ub-nav ul {
  display: table-row;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 1em;
}

#unc-ub-nav ul li {
  display: table-cell;
  margin: 0;
  position: relative;
  text-align: center;
  font-size: 1em;
}

#unc-ub-nav ul li:after {
  content: '';
  position: absolute;
  right: 0;
  border-right: 1px solid #747474;
  width: 1px;
  height: 50%;
  top: 25%;
}

#unc-ub-wrapper.gray #unc-ub-nav ul li:after {
  border-color: #888;
}

#unc-ub-wrapper.black #unc-ub-nav ul li:after {
  border-color: #414141;
}

#unc-ub-wrapper.navy #unc-ub-nav ul li:after {
  border-color: #56739f;
}

#unc-ub-wrapper.blue #unc-ub-nav ul li:after {
  border-color: #53a7c6;
}

#unc-ub-wrapper.white #unc-ub-nav ul li:after {
  border-color: #4b9cd3;
}

#unc-ub-nav ul li a {
  padding: 0 8px;
}

#unc-ub-nav ul li:last-child:after {
  border: 0;
}

#unc-ub-nav ul li#ub-cal-link,
#unc-ub-nav ul li#ub-cc-link,
#unc-ub-nav ul li#ub-dept-link,
#unc-ub-nav ul li#ub-lib-link {
  display: none;
}

@media (min-width: 480px) {
  #unc-ub-nav ul li#ub-cal-link {
    display: table-cell;
  }
}

@media (min-width: 600px) {
  #unc-ub-nav ul li#ub-dept-link,
  #unc-ub-nav ul li#ub-lib-link {
    display: table-cell;
  }
}

@media (min-width: 768px) {
  #unc-ub-nav ul li#ub-cc-link {
    display: table-cell;
  }
}

@media (min-width: 992px) {
  #unc-ub-nav {
    display: block;
    float: right;
    width: auto;
  }

  #unc-ub-nav ul,
  #unc-ub-nav ul li {
    display: block;
  }

  #unc-ub-nav ul li {
    float: left;
  }

  #unc-ub-title {
    display: inline;
  }
}

#unc-ub a.skip-link{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
}

#unc-ub a.skip-link:focus{
    width: 250px !important;
    text-align: center;
    padding: 0em;
    margin-left: 22px;
    border: thin solid black;
    color: black;
    background-color: white;
}

#unc-ub a.skip-link:visited{
    color: black !important;
    background-color: white;
}

#unc-ub a.skip-link:not(:focus) {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
