@font-face {
  font-family: BryantPro;
  src: url("fonts/BryantWebRegular.eot");
  src: url("fonts/BryantPro-Regular.otf") format("opentype"), url("fonts/BryantWebRegular.woff") format("woff"); }
@font-face {
  font-family: BryantPro;
  font-weight: 600;
  src: url("fonts/BryantWebMedium.eot");
  src: url("fonts/BryantPro-Medium.otf") format("opentype"), url("fonts/BryantWebMedium.woff") format("woff"); }
@font-face {
  font-family: BryantPro;
  font-weight: 800;
  src: url("fonts/BryantWebBold.eot");
  src: url("fonts/BryantPro-Bold.otf") format("opentype"), url("fonts/BryantWebBold.woff") format("woff"); }
@font-face {
  font-family: Elena;
  src: url("fonts/ElenaWebBasicRegular.eot");
  src: url("fonts/Elena-Regular.otf") format("opentype"), url("fonts/ElenaWebBasicRegular.woff") format("woff"); }
@font-face {
  font-family: Elena;
  font-weight: 600;
  src: url("fonts/ElenaWebBasicMedium.eot");
  src: url("fonts/Elena-Medium.otf") format("opentype"), url("fonts/ElenaWebBasicMedium.woff") format("woff"); }
.green-text {
  color: #63a70a; }

/*CSS Reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*Fonts, sitewide styles, etc. */
body {
  font-family: Elena;
  color: #80715c; }

strong {
  font-weight: 700; }

img {
  max-width: 100%; }

blockquote {
  font-size: 30px;
  margin-left: 15%;
  margin-right: 5%;
  margin-bottom: 20px; }

.palmetto-gba blockquote {
  color: #63a70a; }

.blue-bg {
  background-color: #00a3c8;
  color: white; }
  .blue-bg a {
    color: white; }

.lightblue-bg {
  background-color: #3ab0c8;
  color: white; }
  .lightblue-bg a {
    color: white; }

.darkblue-bg {
  background-color: #006D90;
  color: white; }
  .darkblue-bg a {
    color: white; }

.green-bg {
  background-color: #63a70a;
  color: white; }
  .green-bg a, .green-bg p {
    color: white; }

.darkgreen-bg {
  background-color: #1e988a;
  color: white; }
  .darkgreen-bg a, .darkgreen-bg p {
    color: white; }

.olive-bg {
  background-color: #b1c022;
  color: white; }
  .olive-bg a, .olive-bg p {
    color: white; }

.grey-bg {
  background-color: #eaeaea; }

.brown-bg {
  background-color: #80715c;
  color: white; }
  .brown-bg a, .brown-bg p {
    color: white; }

.darkbrown-bg {
  background-color: #706258;
  color: white; }
  .darkbrown-bg a, .darkbrown-bg p {
    color: white; }

h1, h2, h3, h4 {
  font-family: Elena; }

h1 {
  font-size: 48px; }

h2 {
  font-size: 40px; }

h3 {
  font-family: BryantPro;
  font-weight: 600;
  font-size: 28px; }

h4 {
  font-size: 24px; }

p {
  font-size: 18px; }

a {
  color: #80715c; }

.all-caps {
  text-transform: uppercase; }

.button {
  font-family: BryantPro;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 20px 42px;
  margin-top: 20px;
  min-width: 242px;
  margin-bottom: 20px; }
  .button:hover, .button:focus {
    text-decoration: none; }
  .button.blue-hover:hover, .button.blue-hover:active, .button.blue-hover.active {
    color: #005c82;
    border: 2px solid #005c82; }
  .button.green-hover:hover, .button.green-hover:active, .button.green-hover.active {
    color: #63a70a;
    border: 2px solid #63a70a; }

.darkblue-button {
  border: 2px solid #005c82;
  color: #005c82; }
  .darkblue-button:hover, .darkblue-button:active {
    color: #00a3c8;
    border: 2px solid #00a3c8; }

.green-button {
  border: 2px solid #63a70a;
  color: #63a70a; }
  .green-button:hover, .green-button:active {
    color: #005c82;
    border: 2px solid #005c82; }

.darkgreen-button {
  border: 2px solid #007934;
  color: #007934; }
  .darkgreen-button:hover, .darkgreen-button:active {
    color: #005c82;
    border: 2px solid #005c82; }

.white-button {
  border: 2px solid white;
  color: white; }

.brown-button {
  border: 2px solid #80715c;
  color: #80715c; }
  .brown-button:hover, .brown-button:active, .brown-button.active, .brown-button:focus {
    color: #63a70a;
    border: 2px solid #63a70a; }

.pgba-button.brown-button:hover {
  color: #ABC230;
  border: 2px solid #ABC230; }

.instil-button.brown-button:hover {
  color: #3FA294;
  border: 2px solid #3FA294; }

.cgs-button.brown-button:hover {
  color: #29B5CF;
  border: 2px solid #29B5CF; }

.no-mobile, .mobile-only {
  display: none; }

.bullet-list {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px; }

/*Sections*/
nav.no-mobile {
  font-family: BryantPro;
  font-weight: 600;
  letter-spacing: .1em; }
  nav.no-mobile li {
    display: inline-block;
    padding: 23px 6%;
    font-size: 18px;
    text-transform: uppercase; }
  nav.no-mobile .has-submenu {
    position: relative; }
    nav.no-mobile .has-submenu:hover .submenu {
      display: block;
      background-size: 40%;
      background-position: right bottom;
      background-repeat: no-repeat; }
    nav.no-mobile .has-submenu .submenu {
      display: none;
      position: absolute;
      right: 20px;
      top: 58px;
      background: #63a70a;
      padding: 20px;
      border-top: 6px solid #80715c;
      color: white;
      font-weight: 100;
      font-size: 16px;
      text-align: left;
      font-family: Elena;
      z-index: 2;
      min-width: 454px;
      box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4); }
      nav.no-mobile .has-submenu .submenu.left {
        left: 20px; }
        nav.no-mobile .has-submenu .submenu.left:before {
          left: 72px; }
      nav.no-mobile .has-submenu .submenu .sub-title {
        font-size: 20px;
        line-height: 28px; }
        nav.no-mobile .has-submenu .submenu .sub-title a {
          color: #fff; }
      nav.no-mobile .has-submenu .submenu .sub-description {
        font-size: 16px;
        line-height: 22px;
        display: block; }
      nav.no-mobile .has-submenu .submenu:before {
        position: absolute;
        top: -18px;
        right: 72px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9.5px 13px 9.5px;
        border-color: transparent transparent #80715c transparent; }
      nav.no-mobile .has-submenu .submenu .sub-listing {
        display: inline-block;
        width: 48%;
        text-align: left;
        margin-top: 10px; }
        nav.no-mobile .has-submenu .submenu .sub-listing li {
          display: block;
          padding: 9px 7px;
          font-size: 14px;
          text-align: left;
          border-bottom: 1px solid white;
          width: 100%; }
          nav.no-mobile .has-submenu .submenu .sub-listing li a {
            color: white;
            font-family: BryantPro;
            text-transform: uppercase;
            font-weight: 400 !important; }
            nav.no-mobile .has-submenu .submenu .sub-listing li a i {
              margin-right: 5px; }
            nav.no-mobile .has-submenu .submenu .sub-listing li a:hover {
              text-decoration: none; }
      nav.no-mobile .has-submenu .submenu .sub-button {
        display: inline-block;
        width: 50%;
        text-align: center; }
        nav.no-mobile .has-submenu .submenu .sub-button .button {
          width: 162px;
          /* min-width: 100%; */
          min-width: initial;
          display: block;
          margin: 0 auto;
          padding: 12px 18px;
          font-size: 16px;
          text-align: center;
          background: white; }
  nav.no-mobile .top-nav {
    border-bottom: 1px solid #b1b1b1; }
    nav.no-mobile .top-nav ul li {
      font-size: 14px;
      vertical-align: middle;
      height: 61px;
      padding: 25px 0px;
      display: inline-block;
      margin-right: 66px; }
      nav.no-mobile .top-nav ul li a {
        color: #706258; }
        nav.no-mobile .top-nav ul li a:hover, nav.no-mobile .top-nav ul li a:focus {
          text-decoration: none;
          border-bottom: 1px solid; }
      nav.no-mobile .top-nav ul li i {
        padding-right: 14px; }
    nav.no-mobile .top-nav form {
      margin-right: 20px; }
    nav.no-mobile .top-nav .search-box {
      top: -12px; }
      nav.no-mobile .top-nav .search-box input {
        position: absolute;
        right: 0; }
        nav.no-mobile .top-nav .search-box input:focus {
          width: 200px; }
      nav.no-mobile .top-nav .search-box i {
        right: -49px;
        padding-right: 0px;
        top: -2px; }
    nav.no-mobile .top-nav .container > ul {
      float: right;
      display: inline-block; }
    nav.no-mobile .top-nav .header-dropdown {
      padding: 21px 00px;
      font-size: 18px;
      text-transform: uppercase;
      position: relative;
      cursor: pointer;
      width: 25%;
      display: inline-block;
      float: right; }
      nav.no-mobile .top-nav .header-dropdown:hover .dropdown {
        display: block; }
      nav.no-mobile .top-nav .header-dropdown .dropdown {
        position: absolute;
        z-index: 2;
        background-color: #eaeaea;
        color: brown;
        text-align: left;
        padding: 6px 13px 6px;
        top: 62px;
        right: 0px;
        width: 360px;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.4);
        border-top: 6px solid #c7b000;
        display: none; }
        nav.no-mobile .top-nav .header-dropdown .dropdown a {
          white-space: nowrap;
          display: block;
          color: #80715c;
          font-size: 16px;
          text-transform: none;
          letter-spacing: 0px;
          padding: 10px 10px;
          border-bottom: 1px solid grey; }
          nav.no-mobile .top-nav .header-dropdown .dropdown a:last-child {
            border-bottom: 0px; }
          nav.no-mobile .top-nav .header-dropdown .dropdown a:hover {
            text-decoration: none;
            background-color: white; }
  nav.no-mobile .lower-nav {
    padding-top: 20px;
    padding-bottom: 20px; }
    nav.no-mobile .lower-nav .logo {
      width: 220px; }
    nav.no-mobile .lower-nav li {
      text-align: center;
      font-family: Elena;
      text-transform: none;
      font-size: 22px;
      font-weight: 300;
      letter-spacing: 0; }
      nav.no-mobile .lower-nav li a {
        text-decoration: none; }
  nav.no-mobile .large-logo img {
    max-width: 294px;
    margin: 63px auto; }
  nav.no-mobile .large-logo li {
    font-size: 26px;
    text-transform: none;
    font-weight: 400; }
  nav.no-mobile .large-logo .blue-bg {
    padding: 40px 10px; }
    nav.no-mobile .large-logo .blue-bg a {
      color: white;
      font-family: BryantPro;
      font-weight: 300;
      letter-spacing: 2px;
      font-size: 20px;
      text-transform: uppercase; }
      nav.no-mobile .large-logo .blue-bg a:hover {
        text-decoration: none;
        border-bottom: 2px solid white;
        padding-bottom: 6px;
        padding: 6px 10px; }
  nav.no-mobile .large-logo ul.full-width {
    font-family: Elena; }
    nav.no-mobile .large-logo ul.full-width a {
      text-decoration: none; }

.mobile-nav {
  padding: 20px; }
  .mobile-nav img {
    width: 75%;
    max-width: 224px; }
  .mobile-nav button {
    z-index: 9;
    margin-right: 0; }
  .mobile-nav .mobile-dropdown {
    padding: 21px 00px;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-family: BryantPro;
    font-weight: 900;
    margin-top: 10px;
    letter-spacing: 1.6px; }
    .mobile-nav .mobile-dropdown span {
      vertical-align: middle;
      display: inline-block;
      padding-top: 2px; }
    .mobile-nav .mobile-dropdown i {
      margin-left: 4px; }
  .mobile-nav .mobile-dropdown-list {
    display: none;
    background: #eaeaea;
    border-top: 6px solid #c7b000; }
    .mobile-nav .mobile-dropdown-list a {
      display: block;
      color: #80715c;
      padding: 15px;
      font-size: 17px;
      border-bottom: 1px solid grey; }
      .mobile-nav .mobile-dropdown-list a:last-child {
        border-bottom: 0px; }
  .mobile-nav .navbar-offcanvas {
    background-color: white;
    padding: 0px;
    max-width: 720px;
    left: -720px;
    z-index: 5; }
    .mobile-nav .navbar-offcanvas img {
      margin: 20px; }
    .mobile-nav .navbar-offcanvas.offcanvas-transform.in {
      -webkit-transform: translateX(720px);
      transform: translateX(720px); }
    .mobile-nav .navbar-offcanvas ul {
      border-bottom: 1px solid #80715c; }
      .mobile-nav .navbar-offcanvas ul li {
        font-size: 24px;
        padding: 17px 0 4px;
        border-top: 1px solid #80715c;
        margin-bottom: 13px; }

.top-nav form {
  margin-top: -2px; }
  .top-nav form label i {
    top: -1px; }

nav .search-box {
  position: relative;
  margin-top: -4px; }
  nav .search-box i {
    position: absolute;
    font-size: 20px;
    left: -20px; }

nav .search-box input {
  width: 0px;
  max-width: 200px;
  padding: 0px 3px;
  border: 0px;
  background: transparent;
  -webkit-transition: width 0s ease-in-out;
  -moz-transition: width 0s ease-in-out;
  -o-transition: width 0s ease-in-out;
  transition: width 0s ease-in-out; }
  nav .search-box input:focus {
    width: 100%;
    border: 1px solid grey;
    height: 22px;
    margin-left: 5px;
    outline: none;
    margin-top: -2px;
    display: block;
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out; }

nav.mobile-nav .search-box {
  margin-top: 0px; }
  nav.mobile-nav .search-box input {
    font-size: 20px;
    padding: 4px;
    height: 0px; }
    nav.mobile-nav .search-box input:focus {
      height: 24px; }
  nav.mobile-nav .search-box i {
    font-size: 23px; }

nav.mobile-nav li.accordion {
  position: relative; }
  nav.mobile-nav li.accordion .fa {
    position: absolute;
    right: 20px;
    top: 16px; }
  nav.mobile-nav li.accordion .subnav {
    display: none;
    padding: 20px 0px;
    background: #63a70a; }
    nav.mobile-nav li.accordion .subnav li {
      background: #63a70a;
      margin-bottom: 0px;
      padding-bottom: 10px;
      border-top: 0px;
      text-align: left;
      padding: 7px 18px;
      font-size: 19px; }
      nav.mobile-nav li.accordion .subnav li a {
        color: white;
        font-family: BryantPro; }
        nav.mobile-nav li.accordion .subnav li a:active, nav.mobile-nav li.accordion .subnav li a:hover {
          color: #80715c; }
  nav.mobile-nav li.accordion.open {
    margin-bottom: 0px;
    padding-bottom: 0px; }
    nav.mobile-nav li.accordion.open > a {
      display: inline-block;
      margin-bottom: 10px; }

ul.full-width {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center; }
  ul.full-width li {
    display: table-cell;
    padding: 23px 0px; }

ul.five-items li {
  display: inline-block;
  width: 20%;
  max-width: 177px;
  min-width: 148px;
  padding: 0px 0px 25px;
  font-family: Elena;
  font-size: 22px; }

ul.six-items li {
  width: 16%;
  padding: 25px 0px;
  font-family: Elena;
  text-transform: none;
  font-size: 22px; }

.logo-hero {
  padding-top: 40px; }
  .logo-hero .hero {
    padding-bottom: 60px;
    padding-top: 60px; }

.hero {
  padding: 90px 10px; }
  .hero h1 {
    max-width: 900px;
    margin: 0px auto 60px;
    line-height: 56px; }

.quote-hero {
  padding-top: 60px; }
  .quote-hero .hero {
    padding-top: 0px;
    padding-bottom: 120px; }
    .quote-hero .hero img {
      margin: 40px auto; }
    .quote-hero .hero h1 {
      margin: 0px auto 30px; }
  .quote-hero.grey-bg .attribution:before {
    border-top: 2px solid #63a70a; }
  .quote-hero .attribution {
    display: inline-block;
    font-family: BryantPro;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px; }
    .quote-hero .attribution strong {
      display: block;
      font-weight: 600;
      font-size: 18px; }
    .quote-hero .attribution:before {
      content: " ";
      border-top: 2px solid white;
      width: 100px;
      display: inline-block;
      padding-bottom: 30px; }

.callout-header {
  margin: 40px auto; }
  .callout-header h1 {
    font-size: 40px;
    max-width: 710px;
    margin: 20px auto; }

.content-header {
  margin: 40px auto; }
  .content-header h1 {
    font-size: 40px;
    max-width: none;
    margin: 20px auto; }
  .content-header h2, .content-header p, .content-header ol, .content-header ul {
    font-size: 30px;
    margin: 20px auto;
    text-align: left;
    font-family: BryantPro; }
  .content-header ul {
    list-style-type: disc;
    padding-left: 24px; }
  .content-header ol {
    list-style-type: decimal;
    padding-left: 24px; }
  @media screen and (max-width: 991px) {
    .content-header {
      margin: 20px auto; }
      .content-header h1 {
        font-size: 32px; }
      .content-header h2, .content-header p, .content-header ol, .content-header ul {
        font-size: 24px; } }

.cta-links {
  padding: 60px 10px 100px; }
  .cta-links .container {
    width: 100%;
    max-width: 1200px; }
  .cta-links .cta-link {
    padding: 0px 20px 40px;
    position: relative; }
  .cta-links img {
    margin-bottom: 27px;
    margin-top: 27px; }
  .cta-links p {
    margin-bottom: 100px;
    line-height: 22px; }
  .cta-links h3 {
    font-family: BryantPro;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 26px;
    color: #443526;
    letter-spacing: 0.1em; }
  .cta-links .button {
    width: 65%;
    max-width: 180px;
    padding: 17px 18px;
    min-width: 150px; }
  .cta-links .button-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center; }
  .cta-links .icon-cta {
    padding: 0px 40px 40px;
    color: #443526; }
    .cta-links .icon-cta img {
      width: 100%;
      max-width: 220px; }

.image-hero .container {
  position: relative;
  padding: 0; }
  .image-hero .container > img {
    display: block;
    margin: 0 auto; }
.image-hero .image-hero-content .icon {
  width: 80px;
  margin-bottom: 10px;
  margin-top: 40px; }
.image-hero .image-hero-content p {
  font-family: "BryantPro"; }

.subpage {
  color: #443526;
  border-top: 1px solid grey; }
  .subpage h2 {
    font-size: 25px;
    font-weight: 200;
    margin-bottom: 30px; }
  .subpage h3 {
    margin-bottom: 20px; }
  .subpage .page-content {
    line-height: 1.15;
    margin-bottom: 20px;
    padding-bottom: 100px; }
    .subpage .page-content h4 {
      font-family: Elena;
      font-size: 22px;
      margin-bottom: 20px; }
    .subpage .page-content p {
      margin-bottom: 20px;
      line-height: 1.3em; }
    .subpage .page-content .large-image {
      margin-bottom: 40px; }
  .subpage .promo-column {
    margin-top: 56px; }
  .subpage .promo {
    display: block;
    margin-bottom: 20px; }
  .subpage .intro p {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 25px; }
  .subpage .contact {
    margin: 60px 0px;
    text-align: center;
    font-family: "BryantPro"; }
    .subpage .contact .address, .subpage .contact .phone {
      margin-bottom: 20px;
      min-height: 247px; }
      .subpage .contact .address strong, .subpage .contact .phone strong {
        font-size: 17px;
        text-transform: uppercase;
        letter-spacing: .5px;
        display: inline-block; }
      .subpage .contact .address p, .subpage .contact .phone p {
        font-size: 18px;
        line-height: 28px; }
    .subpage .contact .number {
      font-size: 28px;
      font-family: "BryantPro";
      font-weight: 600;
      margin-top: 16px; }
    .subpage .contact .map #mask {
      overflow: hidden;
      border-radius: 50%;
      position: relative;
      z-index: 99;
      height: 232px;
      width: 232px;
      display: block;
      margin: 0 auto;
      border: 1px solid white; }
    .subpage .contact .map #mask iframe {
      position: absolute;
      left: 0;
      width: 100%;
      right: 0;
      z-index: 50; }
  .subpage .contact .icon {
    width: 60px;
    margin-bottom: 20px; }

.services-list {
  margin: 40px auto; }
  .services-list .service-list-item {
    margin: 0 auto 30px;
    text-align: center; }
  .services-list h1 {
    color: #706258;
    margin-top: 20px;
    margin-bottom: 60px; }
  .services-list img {
    width: 80px;
    margin: 15px 0px; }
  .services-list p {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em; }
    .services-list p.service-title {
      font-size: 20px;
      font-family: "BryantPro";
      font-weight: 600;
      line-height: 1.2em;
      margin-bottom: 12px;
      text-transform: uppercase;
      color: #63a70a; }
  .services-list .services-explore {
    margin: 50px 0 30px; }

.large-image {
  margin-top: 60px; }
  .large-image.lead-image {
    margin-top: 0px; }
  .large-image img {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; }
  .large-image .thin-container {
    max-width: 900px;
    margin-top: -90px;
    margin-bottom: 90px;
    z-index: 9;
    position: relative;
    padding: 40px; }
    .large-image .thin-container img {
      width: 60px; }
    .large-image .thin-container p {
      font-size: 30px;
      font-family: "BryantPro";
      font-weight: 100;
      margin: 30px auto; }

.video-container {
  margin: 50px auto; }

.embed-container {
  max-width: 720px;
  padding: 50px 20px; }

ul.page-breadcrumb {
  list-style: none;
  padding-left: 0px;
  font-family: "BryantPro";
  text-transform: uppercase;
  margin-bottom: 40px;
  padding-top: 20px; }
  ul.page-breadcrumb li {
    display: inline;
    padding: 0px 7px 0px 0px;
    letter-spacing: 1px; }
  ul.page-breadcrumb li + li:before {
    content: "\003e";
    padding-right: 10px; }

.palmetto-gba .page-breadcrumb li a:hover {
  color: #63a70a; }

.sidebar-nav {
  font-family: "BryantPro";
  margin-top: 45px; }
  .sidebar-nav ul, .sidebar-nav ul a {
    color: #443526; }
  .sidebar-nav > ul > li {
    border-bottom: 1px solid grey;
    padding-bottom: 9px;
    margin-bottom: 14px;
    text-indent: -11px;
    padding-left: 13px; }
    .sidebar-nav > ul > li:last-child {
      border-bottom: 0px; }
    .sidebar-nav > ul > li i {
      float: right; }
  .sidebar-nav .has-dropdown ul {
    display: none;
    margin-top: 10px; }
    .sidebar-nav .has-dropdown ul li {
      font-size: 16px;
      padding: 7px 0 3px; }
      .sidebar-nav .has-dropdown ul li a {
        display: inline-block;
        padding-bottom: 3px; }
        .sidebar-nav .has-dropdown ul li a:hover, .sidebar-nav .has-dropdown ul li a:active {
          text-decoration: none;
          padding-bottom: 2px;
          border-bottom: 1px solid grey; }
  .sidebar-nav .has-dropdown > span, .sidebar-nav > ul > li > a {
    font-weight: 600;
    font-size: 18px;
    cursor: pointer; }

.mega-footer ul.full-width li {
  font-family: BryantPro;
  text-transform: uppercase;
  font-size: 17px;
  letter-spacing: .1em; }
  @media screen and (max-width: 991px) {
    .mega-footer ul.full-width li {
      display: block;
      padding: 0px; } }

@media (max-width: 991px) and (min-width: 768px) {
  footer.mega-footer .col-sm-6 {
    border-left: 1px solid white;
    min-height: 232px;
    padding: 0px 27px; }
    footer.mega-footer .col-sm-6:nth-child(odd) {
      border-left: 0px; } }
@media (min-width: 992px) {
  footer.mega-footer .col-sm-6 {
    border-left: 1px solid white;
    min-height: 272px;
    padding: 0px 27px; }
    footer.mega-footer .col-sm-6:first-child {
      border-left: 0px; } }

footer {
  font-family: BryantPro;
  padding: 20px 0; }
  footer a {
    color: #80715c; }
  footer p {
    font-size: 16px;
    line-height: 36px;
    color: #80715c; }
  footer img {
    margin: 30px auto 30px;
    width: 100%;
    max-width: 280px; }
  footer ul.full-width {
    margin: 00px auto 40px; }
    footer ul.full-width li {
      font-size: 26px;
      font-family: Elena; }
  footer .col-md-3 {
    margin-bottom: 40px; }
  footer .container.list-container {
    max-width: 970px; }
  footer .footer-vertical-nav li {
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 600;
    font-size: 17px; }
  footer .footer-links {
    text-indent: -10px;
    padding: 0px 10px; }
  footer .social-list {
    margin-bottom: 30px; }
    footer .social-list a {
      font-family: BryantPro;
      display: inline-block;
      padding: 3px 22px 0px 0px;
      width: 120px;
      font-size: 16px;
      font-weight: 100; }
  footer .outside-links {
    font-size: 16px;
    line-height: 36px; }
    footer .outside-links span {
      font-size: 18px;
      padding-left: 8git spx;
      vertical-align: middle; }
  footer .footer-description, footer .copyright {
    margin-top: 40px;
    font-size: 16px;
    line-height: 23px; }
  footer.footer-2 {
    font-size: 16px;
    line-height: 25px; }
    footer.footer-2 p {
      font-size: 16px;
      line-height: 25px; }
  footer .celerian-info p {
    font-size: 14px;
    line-height: 23px; }
  footer .celerian-logo img {
    margin: 20px auto;
    max-width: 180px; }
  footer .cms-logo {
    display: block;
    max-width: 140px;
    margin-top: 20px; }
    footer .cms-logo img {
      display: block;
      margin: 0;
      width: 100%; }

.celerian footer .footer-description, .celerian footer .copyright {
  font-family: Elena; }

.celerian .white-button:hover {
  color: #004357;
  border-color: #004357; }

.instil .white-button:hover {
  color: #006187;
  border-color: #006187; }

.cgs .white-button:hover {
  color: #006D90;
  border-color: #006D90; }

.cgs nav.no-mobile .top-nav .header-dropdown .dropdown {
  border-top-color: #29B5CF; }

.instil nav.no-mobile .top-nav .header-dropdown .dropdown {
  border-top-color: #006187; }

.instil .cta-link .button.brown-button:hover {
  color: #006187;
  border-color: #006187; }

.instil .lower-nav li a:hover {
  color: #006187; }

.pgba .large-logo .logo, .cgs .large-logo .logo {
  margin: 32px auto;
  max-width: 294px; }

.pgba .large-logo a:hover {
  color: #007934;
  text-decoration: none; }

.pgba .brown-button:hover {
  color: #008139;
  border-color: #008139; }

.palmetto-gba .lower-nav li a:hover, .palmetto-gba .lower-nav li a:active {
  color: #699b38; }

.palmetto-gba .green-button:hover, .palmetto-gba .green-button:active {
  color: #699b38;
  border-color: #699b38; }

.palmetto-gba .lower-nav .has-submenu .submenu a:hover {
  color: #80715c; }

.palmetto-gba .mobile-nav li > a:hover, .palmetto-gba .mobile-nav li > a:active {
  color: #63a70a; }

.palmetto-gba a:hover {
  color: #63a70a; }

.image-container .container {
  width: 100%;
  max-width: 1170px; }
  .image-container .container img {
    max-width: 100%; }
  .image-container .container .image-info {
    padding: 0px; }
    .image-container .container .image-info img {
      margin: 60px auto 40px; }
    .image-container .container .image-info h2 {
      font-size: 42px; }
    .image-container .container .image-info p {
      font-size: 22px;
      line-height: 33px;
      margin-top: 20px;
      margin-bottom: 20px; }
  .image-container .container .row .image-info p {
    font-size: 20px;
    line-height: 28px; }

.infographic {
  background: #eaeaea;
  white-space: nowrap;
  padding: 40px;
  margin: 50px auto; }
  .infographic .information .numeral {
    font-family: "BryantPro";
    font-size: 135px;
    line-height: 100px;
    font-weight: 600;
    margin-top: 8px; }
    .infographic .information .numeral span {
      display: block;
      font-size: 27px;
      line-height: 1em;
      text-transform: uppercase;
      margin: 0px 58px -1px;
      padding-bottom: 10px;
      border-bottom: 1px solid black; }
  .infographic .information .unit {
    font-family: "BryantPro";
    font-size: 20px;
    margin: 10px 20px 0px; }
  .infographic .information, .infographic .graphic {
    display: inline-block;
    width: 50%;
    white-space: normal;
    vertical-align: middle;
    padding: 11px;
    text-align: center; }
  .infographic .graphic img {
    max-width: 240px; }
  @media screen and (max-width: 620px) {
    .infographic {
      white-space: normal;
      padding: 20px 10px; }
      .infographic .information, .infographic .graphic {
        min-width: 230px;
        padding: 10px; } }

.palmetto-gba .numeral {
  color: #63a70a; }

.page-content .quote-hero {
  padding-top: 0px;
  color: #706258; }
  .page-content .quote-hero .hero {
    padding: 0px;
    margin: -10px; }
    .page-content .quote-hero .hero img {
      margin-bottom: 0px; }
  .page-content .quote-hero .hero h1 {
    font-size: 40px;
    line-height: 1.1em; }
  .page-content .quote-hero .attribution {
    letter-spacing: 3px; }
  .page-content .quote-hero .attribution:before {
    width: 80px;
    border-top: 2px solid #63a70a; }

.two-column-cta {
  margin: 60px auto;
  text-align: center; }
  .two-column-cta .col-md-6 p {
    margin-bottom: 20px; }
  .two-column-cta .col-md-6 h2 {
    font-family: "BryantPro";
    font-weight: 900;
    font-size: 19px;
    letter-spacing: 2.1px;
    line-height: 1.5em;
    text-transform: uppercase;
    display: block;
    color: #443526;
    margin: 0px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .two-column-cta .col-md-6 h3 {
    font-family: "BryantPro";
    font-size: 18px;
    line-height: 1.1em;
    font-weight: 600; }
  .two-column-cta .col-md-6 img {
    margin-bottom: 30px; }
  .two-column-cta .col-md-6 .button {
    border: 2px solid #706258;
    color: #42382b;
    letter-spacing: 1.4px;
    padding: 12px 25px;
    min-width: 0px;
    margin-top: 30px;
    margin-bottom: 20px; }
    .two-column-cta .col-md-6 .button:hover {
      color: #63a70a;
      border: 2px solid #63a70a; }
  .two-column-cta .col-md-6 .email {
    font-family: "BryantPro";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #443526;
    letter-spacing: 1.3px; }
  .two-column-cta .col-md-6.profile img {
    margin-bottom: 30px; }

.promo-column .border-left {
  max-width: 400px;
  margin: 0 auto; }
  .promo-column .border-left .column-title {
    background: #706258;
    color: white;
    font-family: "BryantPro";
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 13px;
    letter-spacing: 1.6px;
    text-align: center; }
  .promo-column .border-left .icon {
    display: block;
    width: 91px;
    margin: 20px auto; }
  .promo-column .border-left h3 {
    margin-bottom: 10px;
    color: #63a70a;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center; }
  .promo-column .border-left p {
    padding: 0;
    font-size: 20px;
    line-height: 1.1;
    font-family: "BryantPro";
    text-align: center;
    font-weight: 100; }
  .promo-column .border-left .button {
    min-width: 0px;
    margin: 5px auto 6px;
    display: block;
    width: 162px;
    text-align: center;
    padding: 17px; }

.subpage .staff-member {
  margin-top: 60px;
  padding: 0px 30px; }
  .subpage .staff-member h2 {
    font-family: "BryantPro";
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px; }
  .subpage .staff-member p {
    font-family: "BryantPro";
    font-size: 20px;
    margin-bottom: 0px; }
    .subpage .staff-member p.toggle {
      font-family: "Elena";
      cursor: pointer;
      color: #63a70a;
      font-size: 18px;
      margin-top: 5px; }

.subpage .bio-box {
  display: none;
  padding: 15px 30px 8px;
  margin-top: 10px;
  background: #fdf6e6; }
  .subpage .bio-box p {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  .cta-2 .border-right {
    border-right: 1px solid black; }

  .contact .phone {
    border-left: 1px solid grey; }

  .cta-links .icon-cta {
    min-height: 580px; }
    .cta-links .icon-cta p {
      margin-bottom: 70px; }
    .cta-links .icon-cta .button-container {
      bottom: 16px; } }
@media screen and (min-width: 992px) {
  .two-column-cta .row {
    display: flex;
    justify-content: center;
    align-items: center; }
  .two-column-cta .col-md-6 {
    padding: 60px 30px; }
  .two-column-cta .col-md-6.border-right {
    border-right: 1px solid #706258; }

  .image-hero-content {
    position: absolute;
    top: -20px;
    left: 32px;
    max-width: 320px;
    margin: 0 auto; }
    .image-hero-content h2 {
      font-size: 32px;
      margin-bottom: 10px; }

  .no-mobile {
    display: block; }

  .logo-hero {
    padding-top: 100px; }

  .logo-hero .hero {
    padding-bottom: 180px;
    padding-top: 160px; }

  .contact .phone {
    border-left: 1px solid grey;
    border-right: 1px solid grey; }

  .image-container .container .row .cta-image {
    margin-right: 22px; } }
@media screen and (min-width: 1200px) {
  .image-hero .container {
    width: 100%;
    max-width: 1360px; }
    .image-hero .container .image-hero-content {
      left: 80px;
      max-width: 460px; }
    .image-hero .container h2 {
      margin: 20px auto;
      font-size: 40px; }
    .image-hero .container p {
      font-size: 26px; }

  .container {
    width: 1070px; }

  .wide-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; }

  .promo-column .border-left {
    padding: 0 0 0 30px;
    border-left: 1px solid #706258; } }
@media screen and (min-width: 1300px) {
  .container {
    width: 1280px; } }
@media screen and (max-width: 991px) {
  .mobile-only {
    display: block; }

  .navbar-toggle {
    display: block;
    position: relative;
    float: right;
    padding: 4px;
    margin-top: 0px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }

  h1 {
    font-size: 32px; }

  h2 {
    font-size: 26px; }

  .hero h1 {
    line-height: 40px; }

  .callout-header h1 {
    font-size: 32px; }

  .subpage .staff-member p {
    font-size: 16px; }

  .subpage .staff-member > p {
    margin-top: 8px; }
    .subpage .staff-member > p:first-of-type {
      margin-top: 0px; }

  .image-hero-content h2 {
    margin-bottom: 20px;
    color: inherit;
    font-size: 30px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: normal; }
  .image-hero-content p {
    margin-bottom: 20px; } }
@media screen and (max-width: 767px) {
  .services .row .text-left {
    text-align: center; }
    .services .row .text-left p {
      margin: 0 auto; }

  footer .text-left {
    text-align: center; }
  footer .cms-logo {
    margin-left: auto;
    margin-right: auto; }

  .staff-member {
    text-align: center; } }
.ao-form {
  max-width: 100% !important;
  font-family: BryantPro;
  color: #443526 !important; }
  .ao-form label, .ao-form input, .ao-form select, .ao-form textarea {
    font-size: 18px !important; }

.ao-form .ao-recaptcha-error {
  border: 1px solid #ff0000;
  padding: 5px; }

.ao-form .ao-recaptcha-error-robot-message {
  width: 316px;
  text-align: left;
  color: #ff0000;
  display: none; }

.ao-form .ao-recaptcha-error-wrapper {
  width: 304px;
  height: 78px; }

.ao-form .ao-recaptcha-wrapper {
  display: inline-block; }

.ao-form img:not([width]) {
  max-width: 100%; }

.ao-form input {
  border: 1px solid white; }

.ao-form input:not([type="radio"]):not([type="checkbox"]) {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 13px; }

.ao-form select {
  width: 100%;
  display: block;
  border-style: solid;
  box-sizing: border-box;
  border: 1px solid #ccc;
  padding: 13px;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-user-select: none;
  background-image: url("Down_Arrow.svg");
  background-position: calc(100% - 12px);
  background-size: auto;
  background-repeat: no-repeat; }

.ao-form select::-ms-expand {
  display: none; }

.ao-form textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
  resize: vertical;
  height: 75px;
  line-height: 1.5;
  padding: 13px;
  border-style: solid; }

.ao-form button.ao-form-submit {
  cursor: pointer; }

.ao-form label.ao-form-label {
  line-height: 1.5;
  display: block; }

.ao-form div.ao-form-field-date-wrapper input.ao-form-field-date {
  width: 2.8em;
  display: inline-block;
  margin-right: 10px;
  text-align: center; }

.ao-form div.ao-form-field-date-wrapper select.ao-form-field-date {
  display: inline-block;
  width: auto;
  margin-right: 10px; }

.ao-form div.ao-form-field-date-wrapper input.ao-form-field-date.ao-form-field-date-lg {
  width: 5.6em; }

.ao-form input.ao-form-error, .ao-form textarea.ao-form-error, .ao-form select.ao-form-error {
  border: 1px solid red; }

.ao-form input:focus, .ao-form select:focus, .ao-form textarea:focus {
  outline-style: none; }

.ao-form .ao-block-wrapper {
  clear: both; }

.ao-form .ao-block-wrapper input + span.ao-form-error-message, .ao-form .ao-block-wrapper select + span.ao-form-error-message, .ao-form .ao-block-wrapper textarea + span.ao-form-error-message, .ao-form .ao-block-wrapper div.ao-form-field-date-wrapper > span.ao-form-error-message, .ao-form .ao-block-wrapper div.ao-combo-layout + span.ao-form-error-message {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 1.5; }

.ao-form .ao-block-wrapper input.ao-form-error + span.ao-form-error-message, .ao-form .ao-block-wrapper select.ao-form-error + span.ao-form-error-message, .ao-form .ao-block-wrapper div.ao-form-field-date-wrapper > input.ao-form-error ~ span.ao-form-error-message, .ao-form .ao-block-wrapper div.ao-combo-layout.ao-form-error + span.ao-form-error-message {
  visibility: visible; }

.ao-form .ao-combo-label {
  display: inline-block; }

.ao-form .ao-combo-label input {
  position: relative;
  vertical-align: middle; }

.ao-form .ao-combo-label label {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.ao-form .ao-combo-layout:after {
  content: "";
  display: table; }

.ao-form .horizontal .ao-combo-label {
  margin-right: 10px; }

.ao-form .ao-fit img {
  width: 100%; }

.ao-form .ao-left {
  text-align: left; }

.ao-form .ao-right {
  text-align: right; }

.ao-form .ao-right select.ao-form-field {
  text-align: right;
  text-align-last: right;
  padding-right: 30px; }

.ao-form .ao-center {
  text-align: center; }

.ao-form .ao-center select.ao-form-field {
  text-align: center;
  text-align-last: center; }

.ao-form .ao-row-wrapper {
  max-width: 100%; }

.ao-form .ao-row {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.ao-form .ao-row .ao-column {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  box-sizing: border-box;
  position: relative; }

.ao-form .ao-row .ao-column-inner {
  box-sizing: border-box;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  box-flex: auto;
  -webkit-flex: auto;
  -moz-flex: auto;
  -ms-flex: auto;
  flex: auto;
  width: 100%; }

.ao-form .ao-row .ao-image-block {
  max-width: 100%;
  display: block; }

.ao-form .ao-row .ao-image-block.left {
  text-align: left; }

.ao-form .ao-row .ao-image-block.right {
  text-align: right; }

.ao-form .ao-row .ao-image-block.center {
  text-align: center; }

.ao-form .ao-row .ao-image-block.fit {
  width: 100%; }

.ao-form .ao-row .ao-column.ao-column-12, .ao-form .ao-row .vertical1 .ao-combo-label {
  width: 100%; }

.ao-form .ao-row .ao-column.ao-column-12.ao-column-label2, .ao-form .ao-row .vertical1 .ao-combo-label.ao-column-label2 {
  float: left; }

.ao-form .ao-row .ao-column.ao-column-11 {
  width: 91.6667%; }

.ao-form .ao-row .ao-column.ao-column-10 {
  width: 83.3333%; }

.ao-form .ao-row .ao-column.ao-column-9 {
  width: 75%; }

.ao-form .ao-row .ao-column.ao-column-8 {
  width: 66.6667%; }

.ao-form .ao-row .ao-column.ao-column-7 {
  width: 58.3333%; }

.ao-form .ao-row .ao-column.ao-column-6, .ao-form .ao-row .vertical2 .ao-combo-label {
  width: 50%; }

.ao-form .ao-row .ao-column.ao-column-6.ao-column-label2, .ao-form .ao-row .vertical2 .ao-combo-label.ao-column-label2 {
  float: left; }

.ao-form .ao-row .ao-column.ao-column-5 {
  width: 41.6667%; }

.ao-form .ao-row .ao-column.ao-column-4, .ao-form .ao-row .vertical3 .ao-combo-label {
  width: 33.3333%; }

.ao-form .ao-row .ao-column.ao-column-4.ao-column-label2, .ao-form .ao-row .vertical3 .ao-combo-label.ao-column-label2 {
  float: left; }

.ao-form .ao-row .ao-column.ao-column-3, .ao-form .ao-row .vertical4 .ao-combo-label {
  width: 25%; }

.ao-form .ao-row .ao-column.ao-column-3.ao-column-label2, .ao-form .ao-row .vertical4 .ao-combo-label.ao-column-label2 {
  float: left; }

.ao-form .ao-row .ao-column.ao-column-2 {
  width: 16.6667%; }

.ao-form .ao-row .ao-column.ao-column-1 {
  width: 8.33333%; }

@media (max-width: 767px) {
  .ao-lp .responsive .ao-form:not(.ao-responsive) .ao-row {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .ao-form.ao-responsive .ao-row {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .ao-form.ao-responsive .ao-row, .ao-form.ao-responsive .ao-row-wrapper {
    width: 100%; }

  .ao-form.ao-responsive .ao-column.ao-column-1, .ao-form.ao-responsive .ao-column.ao-column-2, .ao-form.ao-responsive .ao-column.ao-column-3, .ao-form.ao-responsive .ao-column.ao-column-4, .ao-form.ao-responsive .ao-column.ao-column-5, .ao-form.ao-responsive .ao-column.ao-column-6, .ao-form.ao-responsive .ao-column.ao-column-7, .ao-form.ao-responsive .ao-column.ao-column-8, .ao-form.ao-responsive .ao-column.ao-column-9, .ao-form.ao-responsive .ao-column.ao-column-10, .ao-form.ao-responsive .ao-column.ao-column-11, .ao-form.ao-responsive .ao-column.ao-column-12 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .ao-form.ao-responsive .ao-column.mobile-ao-column-1 {
    width: 100%; }

  .ao-form.ao-responsive .ao-column.mobile-ao-column-2 {
    width: 50%; }

  .ao-form.ao-responsive .ao-column.mobile-ao-column-3 {
    width: 33.3333%; }

  .ao-form.ao-responsive .ao-column.mobile-ao-column-4 {
    width: 25%; }

  .ao-form.ao-responsive .ao-column-inner {
    display: block; }

  .ao-form.ao-responsive .ao-block {
    overflow: hidden; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .ao-form.ao-responsive .ao-row {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .ao-form.ao-responsive .ao-row, .ao-form.ao-responsive .ao-row-wrapper {
    width: 100%; }

  .ao-form.ao-responsive .ao-column.ao-column-1, .ao-form.ao-responsive .ao-column.ao-column-2, .ao-form.ao-responsive .ao-column.ao-column-3, .ao-form.ao-responsive .ao-column.ao-column-4, .ao-form.ao-responsive .ao-column.ao-column-5, .ao-form.ao-responsive .ao-column.ao-column-6, .ao-form.ao-responsive .ao-column.ao-column-7, .ao-form.ao-responsive .ao-column.ao-column-8, .ao-form.ao-responsive .ao-column.ao-column-9, .ao-form.ao-responsive .ao-column.ao-column-10, .ao-form.ao-responsive .ao-column.ao-column-11, .ao-form.ao-responsive .ao-column.ao-column-12 {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

  .ao-form.ao-responsive .ao-column.tablet-ao-column-1 {
    width: 100%; }

  .ao-form.ao-responsive .ao-column.tablet-ao-column-2 {
    width: 50%; }

  .ao-form.ao-responsive .ao-column.tablet-ao-column-3 {
    width: 33.3333%; }

  .ao-form.ao-responsive .ao-column.tablet-ao-column-4 {
    width: 25%; }

  .ao-form.ao-responsive .ao-column.tablet-ao-column-5 {
    width: 20%; }

  .ao-form.ao-responsive .ao-column.tablet-ao-column-6 {
    width: 16.6667%; }

  .ao-form.ao-responsive .ao-column.tablet-ao-column-7 {
    width: 14.2857%; }

  .ao-form.ao-responsive .ao-column.tablet-ao-column-8 {
    width: 12.5%; }

  .ao-form.ao-responsive .ao-column-inner {
    display: block; }

  .ao-form.ao-responsive .ao-block {
    overflow: hidden; } }
.ao-form input, .ao-form textarea, .ao-form select {
  background-color: #FFFFFF;
  border-color: white;
  border-width: 1px;
  color: #3F3F3F;
  font-size: inherit;
  font-family: inherit; }

.ao-form input:focus, .ao-form textarea:focus, .ao-form select:focus {
  border-color: white; }

.ao-form input.ao-form-error, .ao-form textarea.ao-form-error, .ao-form select.ao-form-error {
  border-color: white;
  border-width: 1px; }

.ao-form span.ao-form-error-message {
  color: #FF0000;
  font-size: 11px; }

.ao-form ::-webkit-input-placeholder {
  color: #807e7e;
  font-size: inherit;
  font-family: inherit;
  text-align: inherit; }

.ao-form ::-moz-placeholder {
  color: #807e7e;
  font-size: inherit;
  font-family: inherit;
  text-align: inherit; }

.ao-form :-ms-input-placeholder {
  color: #807e7e;
  font-size: inherit;
  font-family: inherit;
  text-align: inherit; }

.ao-form :-moz-placeholder {
  color: #807e7e;
  font-size: inherit;
  font-family: inherit;
  text-align: inherit; }

label {
  margin-bottom: 6px; }

input, textarea, select {
  margin-bottom: 10px; }

.ao-form-submit {
  float: right;
  font-family: BryantPro; }

body {
  color: #6f6259; }

.blue-bg {
  color: #fff;
  background-color: #0072bb; }

.blue-text {
  color: #0072bb; }

.green-text {
  color: #0072bb; }

.ltblue-bg {
  background: #357ebd; }

.yellow-bg {
  background: #f19500; }

.green-bg {
  background-color: #4cae4c; }

.purple-bg {
  background: #914f8c; }

.red-bg {
  background: #c93605; }

.lime-bg {
  color: #fff;
  background-color: #b1c022; }

.pale-blue-bg {
  background-color: #cfd9b1; }

.button {
  font-size: 18px;
  letter-spacing: .1em;
  padding: 17px 30px 15px;
  margin-top: 20px;
  min-width: 184px; }

a {
  color: #005A8F; }
  a:hover, a:focus, a:active {
    color: #80715c; }

.brown-button:hover,
.brown-button:active,
.brown-button.active,
.brown-button:focus {
  color: #0072bb;
  border: 2px solid #0072bb; }

.blue-button {
  color: #005A8F;
  border: 2px solid #005A8F; }
  .blue-button:hover {
    color: white;
    background: #005A8F; }

.white-button:hover,
.white-button:active,
.white-button:focus,
.white-button.active {
  color: #0072bb;
  border: 2px solid #0072bb; }

.blue-bg .white-button:hover,
.blue-bg .white-button:active,
.blue-bg .white-button:focus,
.blue-bg .white-button.active {
  color: #a9c23e;
  border: 2px solid #a9c23e; }

.logo-hero {
  position: relative;
  background-image: url("../images/companion-bg-01.svg");
  background-position: 100% 37px;
  background-repeat: no-repeat;
  background-size: auto 94%; }
  .logo-hero h1 {
    font-size: 40px;
    line-height: 46px; }

.callout-header h1 {
  max-width: 780px; }

.callout-link img {
  max-width: 85px; }
.callout-link h1 {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #6f635a;
  max-width: 760px;
  line-height: 1.3em; }

nav.mobile-nav a {
  color: #80715c; }
  nav.mobile-nav a:hover, nav.mobile-nav a:focus, nav.mobile-nav a:active {
    color: #0072bb; }

nav.mobile-nav li.accordion .subnav {
  background: #0072bb; }
  nav.mobile-nav li.accordion .subnav li {
    background: #0072bb; }
    nav.mobile-nav li.accordion .subnav li a:hover, nav.mobile-nav li.accordion .subnav li a:active {
      color: #b1c022; }

nav.no-mobile a {
  color: #80715c; }
  nav.no-mobile a:hover, nav.no-mobile a:focus, nav.no-mobile a:active {
    color: #0072bb; }
nav.no-mobile .top-nav {
  border-bottom: 1px solid #999999; }
  nav.no-mobile .top-nav ul li a {
    color: #80715c; }
  nav.no-mobile .top-nav ul li.current a, nav.no-mobile .top-nav ul li a:hover {
    color: #0072bb; }
  nav.no-mobile .top-nav .header-dropdown .dropdown {
    top: 61px;
    border-top-width: 8px; }
nav.no-mobile .lower-nav {
  padding-bottom: 0px;
  padding-top: 40px;
  margin-bottom: 32px; }
  nav.no-mobile .lower-nav .logo {
    width: 330px;
    max-width: none; }
  nav.no-mobile .lower-nav ul.full-width {
    display: flex; }
    nav.no-mobile .lower-nav ul.full-width li {
      flex-grow: 1;
      display: flex;
      justify-content: center; }
nav.no-mobile .has-submenu:before {
  position: absolute;
  bottom: 3px;
  left: 50%;
  margin-left: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 14px 14px;
  border-color: transparent transparent #80715c transparent; }
nav.no-mobile .has-submenu .submenu {
  top: 65px;
  left: -60px;
  padding: 20px 30px;
  width: 305px;
  min-width: 0; }
  nav.no-mobile .has-submenu .submenu.wide {
    width: 550px; }
  nav.no-mobile .has-submenu .submenu:before {
    content: none; }
  nav.no-mobile .has-submenu .submenu .sub-listing {
    display: block;
    width: auto; }
    nav.no-mobile .has-submenu .submenu .sub-listing li {
      padding: 9px 7px 9px 0; }
      nav.no-mobile .has-submenu .submenu .sub-listing li:last-child {
        border-bottom: none; }
      nav.no-mobile .has-submenu .submenu .sub-listing li a {
        font-size: 18px;
        font-weight: 800;
        text-transform: none; }
nav.no-mobile .has-submenu:hover:before {
  content: ''; }
nav.no-mobile .has-submenu:hover .submenu {
  background: #0072bb;
  background-image: url("../images/icon-bg-01.svg");
  background-repeat: no-repeat;
  background-position: 101% 21px;
  background-size: 75%; }
  nav.no-mobile .has-submenu:hover .submenu .sub-listing li a:hover {
    color: white;
    text-decoration: underline; }
  nav.no-mobile .has-submenu:hover .submenu.wide {
    background-position: 101% 21px;
    background-size: 40%; }

.lower-nav li.current a {
  color: #0072bb; }
.lower-nav li a:hover {
  color: #0072bb; }

.sticky-header {
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1), opacity 0.25s ease;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  max-height: 0px;
  background: white; }
  .sticky-header button {
    float: right; }
  .sticky-header.active {
    max-height: 200px;
    opacity: 1;
    z-index: 3;
    padding: 10px;
    transition: max-height .5s ease-out, opacity .25s ease;
    box-shadow: 0px 9px 10px -12px black; }
  .sticky-header .logo {
    width: 230px;
    display: inline-block; }
  .sticky-header .sticky-nav {
    display: inline-block;
    float: right;
    text-align: right;
    padding-top: 30px; }
    .sticky-header .sticky-nav li {
      display: inline-block;
      padding-left: 32px;
      font-size: 16px;
      font-family: BryantPro;
      text-transform: uppercase;
      font-weight: 800;
      letter-spacing: .05em; }
    .sticky-header .sticky-nav a {
      color: #80715c; }
      .sticky-header .sticky-nav a:hover, .sticky-header .sticky-nav a:focus, .sticky-header .sticky-nav a:active {
        color: #0072bb; }
  @media screen and (max-width: 991px) {
    .sticky-header {
      display: none; } }

.content-header h2 {
  line-height: 34px; }
  .content-header h2.callout {
    color: #4cae4c;
    font-family: Elena; }
.content-header p {
  text-align: center;
  color: #6f635a; }

section.text-block {
  margin: 40px auto; }
  section.text-block h2 {
    font-size: 28px;
    margin: 20px 0 10px;
    font-family: BryantPro;
    font-weight: 600; }
  section.text-block h3 {
    font-size: 2.1em;
    margin: 20px 0 10px;
    font-family: BryantPro;
    font-weight: 600; }
  section.text-block h4 {
    font-size: 35px;
    margin: 10px 0 10px;
    font-family: BryantPro;
    font-weight: 400; }
  section.text-block h5 {
    font-size: 30px;
    margin: 10px 0 10px;
    font-family: BryantPro;
    font-weight: 400; }
  section.text-block p, section.text-block ul, section.text-block ol {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.3em; }
  section.text-block em {
    font-style: italic; }

section.section-image {
  margin: 40px auto; }
  section.section-image .content-image img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  section.section-image .content-image .large-caption {
    font-size: 40px;
    text-align: center;
    margin: 30px auto; }
  @media screen and (max-width: 540px) {
    section.section-image .content-image .large-caption {
      font-size: 30px; } }

.cta-links {
  padding-bottom: 10px; }
  .cta-links .container {
    width: 100%;
    max-width: 1280px; }
  .cta-links .col-sm-4 .icon-cta {
    padding: 0px 10px 40px; }
    .cta-links .col-sm-4 .icon-cta .button {
      margin-bottom: 0px; }
  .cta-links .icon-cta {
    padding: 0px 20px 40px; }
    .cta-links .icon-cta img {
      max-width: 110px;
      margin-bottom: 10px; }
    .cta-links .icon-cta .button {
      min-width: 120px;
      padding: 16px 18px 12px;
      width: auto; }
    .cta-links .icon-cta h3 {
      text-transform: none;
      font-weight: 600;
      font-size: 1.9em;
      letter-spacing: 0; }
    .cta-links .icon-cta p {
      font-weight: 300;
      max-width: 320px;
      margin: 10px auto 60px; }
  .cta-links .blue-border .icon-cta {
    border-top: 12px solid #0072bb; }
  .cta-links .yellow-border .icon-cta {
    border-top: 12px solid #f19500; }
  .cta-links .green-border .icon-cta {
    border-top: 12px solid #4cae4c; }
  .cta-links .brown-border .icon-cta {
    border-top: 12px solid #80715c; }
  .cta-links .purple-border .icon-cta {
    border-top: 12px solid #914f8c; }
  .cta-links .red-border .icon-cta {
    border-top: 12px solid #c93605; }
  .cta-links.subpage-cta .container {
    max-width: 1080px; }
  .cta-links.subpage-cta p {
    font-family: BryantPro;
    font-size: 20px; }
  .cta-links.subpage-cta h3 {
    font-size: 20px;
    font-weight: 600; }
  .cta-links.subpage-cta img {
    margin-top: 10px;
    margin-bottom: 0px; }
  .cta-links .button {
    max-width: 222px; }
  .cta-links .cta-link {
    color: #706258; }
  .cta-links h3 {
    margin-bottom: 20px;
    color: inherit;
    font-size: 19px;
    letter-spacing: .1em;
    font-weight: 600; }
    .cta-links h3.green-text {
      color: #007934; }

.services-list a.service-icon {
  display: block;
  max-width: 80px;
  margin: 15px auto; }
  .services-list a.service-icon img {
    margin: 0; }
.services-list p.service-title {
  letter-spacing: .075em; }
  .services-list p.service-title a {
    color: #4cae4c;
    text-decoration: none; }
.services-list p.description {
  font-size: 20px;
  font-family: BryantPro;
  font-weight: 400; }
@media (min-width: 768px) {
  .services-list.descriptions .service-list-item {
    position: relative;
    height: 400px; }
    .services-list.descriptions .service-list-item a.button {
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -121px; } }

.quote-hero {
  margin: 40px auto; }
  .quote-hero .hero img {
    display: block;
    width: 113px;
    height: 113px;
    margin-bottom: 0px; }
  .quote-hero .hero .attribution:before {
    border-top: 3px solid white; }
  .quote-hero .hero h1 {
    font-size: 46px;
    line-height: 1.15em; }

.paragraph-header p {
  line-height: 1.2em; }

.image-container {
  padding: 50px 0; }
  .image-container .container img {
    display: block;
    margin: 0 auto; }
  .image-container .container .image-info img {
    display: block;
    width: 80px;
    margin: 40px auto 10px; }
  .image-container .container .image-info h2 {
    font-size: 40px; }
  .image-container .container .image-info p {
    font-size: 24px;
    line-height: 28px;
    font-size: 30px;
    font-family: BryantPro;
    font-weight: 400;
    line-height: 34px;
    max-width: 520px;
    margin: 30px auto; }
  .image-container .container .row .image-info p {
    font-size: 24px; }
  .image-container .container .cta-image {
    max-width: 729px;
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 992px) {
    .image-container .container .cta-image {
      position: relative;
      margin-left: -15px;
      margin-right: -15px;
      overflow: hidden; }
      .image-container .container .cta-image img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 700px; }
    .image-container .container .image-info img {
      width: 80px;
      margin: 30px auto 0px; }
    .image-container .container .image-info h2 {
      font-size: 30px; }
    .image-container .container .image-info p {
      font-size: 20px;
      font-family: BryantPro;
      font-weight: 400;
      line-height: 24px; } }
  @media (min-width: 1200px) {
    .image-container .container .image-info img {
      width: 80px;
      margin: 55px auto 25px; }
    .image-container .container .image-info h2 {
      font-size: 38px; }
    .image-container .container .image-info p {
      font-size: 28px;
      font-family: BryantPro;
      font-weight: 400;
      line-height: 32px; } }

.full-width-image {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 56px; }
  .full-width-image img {
    width: 100%; }

.large-image {
  margin-top: 0px; }
  .large-image img {
    max-width: 1600px; }
  .large-image h1 {
    color: #6e6259; }
  .large-image .thin-container {
    max-width: 1000px;
    padding: 40px 85px; }
    .large-image .thin-container img {
      margin: 20px auto; }
    .large-image .thin-container p {
      font-size: 35px;
      line-height: 1.2em; }

.sidebar-nav {
  margin-top: 50px; }
  .sidebar-nav ul li.current > a {
    color: #0072bb;
    text-decoration: none; }
  .sidebar-nav ul ul li {
    margin-top: 10px;
    text-indent: 0; }

.promo-column img {
  margin: 0 auto;
  display: block; }
.promo-column .border-left .service-icon {
  display: block;
  width: 91px;
  margin: 20px auto; }
  .promo-column .border-left .service-icon img {
    margin: 0; }
.promo-column .border-left h3 a {
  color: #4cae4c;
  text-decoration: none; }
.promo-column .sidebar-icons {
  text-align: center; }
  .promo-column .sidebar-icons .icon-cta {
    text-align: center;
    display: inline-block;
    max-width: 230px;
    padding: 10px 20px; }
    .promo-column .sidebar-icons .icon-cta a {
      text-transform: uppercase;
      color: #0072bb;
      font-family: BryantPro;
      font-weight: 600;
      letter-spacing: .1em;
      font-size: 1.1em;
      line-height: 1.4em; }
    .promo-column .sidebar-icons .icon-cta img {
      margin: 20px auto;
      max-width: 90px; }
.promo-column .sidebar-contact {
  margin-top: 40px;
  margin-bottom: 40px; }
  .promo-column .sidebar-contact a {
    position: relative;
    display: block;
    max-width: 230px;
    margin: 0 auto;
    padding: 15px 30px 15px 15px;
    border: 3px solid #f19500;
    color: #0072bb;
    font-family: BryantPro;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1em; }
    .promo-column .sidebar-contact a img {
      position: absolute;
      width: 23px;
      height: 40px;
      right: 15px;
      top: 50%;
      margin-top: -20px;
      transition: right .3s ease-in-out; }
    .promo-column .sidebar-contact a:hover, .promo-column .sidebar-contact a:focus, .promo-column .sidebar-contact a:active {
      color: #005388;
      text-decoration: none; }
      .promo-column .sidebar-contact a:hover img, .promo-column .sidebar-contact a:focus img, .promo-column .sidebar-contact a:active img {
        right: 12px; }
.promo-column .sidebar-resources-cta {
  margin-top: 40px;
  margin-bottom: 40px; }
  .promo-column .sidebar-resources-cta a {
    display: block;
    max-width: 230px;
    margin: 0 auto;
    color: #0072bb;
    font-family: BryantPro;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.1em;
    text-align: center; }
    .promo-column .sidebar-resources-cta a img {
      display: block;
      width: 105px;
      height: 105px;
      margin: 0 auto 10px; }
    .promo-column .sidebar-resources-cta a:hover, .promo-column .sidebar-resources-cta a:focus, .promo-column .sidebar-resources-cta a:active {
      color: #005388;
      text-decoration: none; }
      .promo-column .sidebar-resources-cta a:hover img, .promo-column .sidebar-resources-cta a:focus img, .promo-column .sidebar-resources-cta a:active img {
        opacity: .95; }

.black-hill {
  min-height: calc(100vh - 70px);
  border-top: 0px; }
  .black-hill .page-title {
    color: #0072bb; }
  .black-hill .page-content a {
    color: #0072bb; }
    .black-hill .page-content a:hover {
      color: #6f6259; }

.sticky-footer {
  height: 70px;
  background: #6f6259; }

.black-hill .page-header {
  background: #0072bb;
  color: white;
  padding: 60px 0px; }

.dropdown-section {
  margin: 40px auto; }

.subpage.no-border {
  border-top: none; }
.subpage .yellow-header {
  background: #EB9D00;
  padding: 18px 20px 12px;
  color: #000;
  margin: 60px auto 40px;
  font-size: 30px; }
.subpage .page-content {
  font-variant-numeric: lining-nums;
  padding-bottom: 40px; }
  .subpage .page-content ul, .subpage .page-content ol {
    padding-left: 18px;
    line-height: 22px; }
    .subpage .page-content ul li, .subpage .page-content ol li {
      margin-top: 10px; }
  .subpage .page-content ul {
    list-style-type: disc; }
  .subpage .page-content ol {
    padding-left: 30px;
    list-style-type: decimal; }
  .subpage .page-content h2 {
    font-size: 30px;
    margin: 20px auto 10px;
    font-family: BryantPro;
    font-weight: 600;
    color: #6f6259; }
  .subpage .page-content h2.page-title {
    color: #0072bb;
    margin-bottom: 10px;
    font-family: Elena;
    font-weight: 400; }
  .subpage .page-content .quote-hero .container {
    width: auto; }
  .subpage .page-content .quote-hero .hero img {
    margin-bottom: 40px; }
  .subpage .page-content .text-block {
    margin-bottom: 40px; }
    .subpage .page-content .text-block h2 {
      font-size: 28px;
      margin: 20px 0 10px;
      font-family: BryantPro;
      font-weight: 600; }
    .subpage .page-content .text-block h3 {
      font-size: 2.1em;
      margin: 20px 0 10px;
      font-family: BryantPro;
      font-weight: 600; }
    .subpage .page-content .text-block h4 {
      font-size: 35px;
      margin: 10px 0 10px;
      font-family: BryantPro;
      font-weight: 400; }
    .subpage .page-content .text-block h5 {
      font-size: 30px;
      margin: 10px 0 10px;
      font-family: BryantPro;
      font-weight: 400; }
    .subpage .page-content .text-block p, .subpage .page-content .text-block ul, .subpage .page-content .text-block ol {
      font-size: 22px;
      margin-bottom: 20px;
      line-height: 1.3em; }
    .subpage .page-content .text-block p + ul,
    .subpage .page-content .text-block p + ol {
      margin-top: -20px; }
    .subpage .page-content .text-block em {
      font-style: italic; }
  .subpage .page-content .promo-column .text-block {
    margin-top: 20px; }
    .subpage .page-content .promo-column .text-block h2, .subpage .page-content .promo-column .text-block h3, .subpage .page-content .promo-column .text-block h4, .subpage .page-content .promo-column .text-block h5 {
      text-align: left;
      text-transform: none;
      color: #6f6259; }
    .subpage .page-content .promo-column .text-block p {
      text-align: left; }
  .subpage .page-content hr {
    border-top: 6px solid #e8e8e8;
    margin-bottom: 60px;
    margin-top: 60px; }
  .subpage .page-content .content-image {
    margin-bottom: 40px; }
    .subpage .page-content .content-image img {
      display: block; }
    .subpage .page-content .content-image .large-caption {
      font-size: 40px;
      text-align: center;
      margin: 30px auto; }
    @media screen and (max-width: 540px) {
      .subpage .page-content .content-image .large-caption {
        font-size: 30px; } }
  .subpage .page-content .promo-column .content-image {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto; }
  .subpage .page-content .triptych {
    font-family: BryantPro;
    margin-bottom: 40px; }
    .subpage .page-content .triptych h2 {
      margin: 30px auto; }
    .subpage .page-content .triptych img {
      max-width: 150px;
      display: block;
      margin: 10px auto; }
    .subpage .page-content .triptych a {
      color: #6f6259;
      font-size: 28px;
      font-weight: 500; }
      .subpage .page-content .triptych a:hover {
        color: #0072bb; }
    .subpage .page-content .triptych p {
      margin: 12px 0 20px; }
    .subpage .page-content .triptych ul {
      text-align: left;
      max-width: 292px;
      margin: 0 auto 14px; }
      .subpage .page-content .triptych ul li {
        margin-top: 5px; }
  .subpage .page-content .quote-hero {
    padding: 0px 2px; }
    .subpage .page-content .quote-hero img {
      max-width: 78px;
      margin-top: 0px; }
    .subpage .page-content .quote-hero .attribution {
      letter-spacing: .01em;
      max-width: 480px; }
      .subpage .page-content .quote-hero .attribution:before {
        border-top: 3px solid #0072bb; }
  .subpage .page-content .video-section {
    padding: 10px 30px 30px; }
    .subpage .page-content .video-section .video-wrapper {
      max-width: 580px; }
    .subpage .page-content .video-section .video-caption {
      text-align: center;
      font-family: BryantPro;
      font-weight: 500;
      font-size: 20px;
      color: #6f6259;
      margin-top: 10px; }
  .subpage .page-content .accordion-form {
    border: 4px solid #0072bb;
    margin-top: 60px;
    margin-bottom: 80px; }
    .subpage .page-content .accordion-form .accordion-top {
      padding: 20px;
      text-align: center; }
      .subpage .page-content .accordion-form .accordion-top .col-sm-4 img {
        max-width: 90px; }
      .subpage .page-content .accordion-form .accordion-top .col-sm-8 img {
        max-width: 120px; }
    .subpage .page-content .accordion-form .accordion-toggle {
      font-size: 25px;
      cursor: pointer;
      font-family: BryantPro;
      margin-top: 10px; }
    .subpage .page-content .accordion-form .accordion-content {
      max-height: 0px;
      overflow: hidden;
      transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
    .subpage .page-content .accordion-form.active .accordion-content {
      max-height: 99999px;
      transition: max-height 1s ease-in-out; }
    .subpage .page-content .accordion-form .contact-form {
      margin-bottom: 0px; }
      .subpage .page-content .accordion-form .contact-form .blue-button {
        background: #0072bb;
        color: white; }
      .subpage .page-content .accordion-form .contact-form .controls {
        text-align: right; }
  .subpage .page-content .dropdown-section .accordion dt {
    margin-top: 20px;
    font-family: BryantPro;
    text-transform: uppercase; }
    .subpage .page-content .dropdown-section .accordion dt a {
      color: #0072bb;
      font-weight: 600;
      font-size: 20px;
      letter-spacing: .075em;
      display: block; }
  .subpage .page-content .dropdown-section .accordion dd {
    padding-top: 15px; }
    .subpage .page-content .dropdown-section .accordion dd ul, .subpage .page-content .dropdown-section .accordion dd p {
      line-height: 1.4em;
      font-size: 22px; }
      .subpage .page-content .dropdown-section .accordion dd ul:last-child, .subpage .page-content .dropdown-section .accordion dd p:last-child {
        margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .subpage .page-content .dropdown-section .accordion dt a {
      font-size: 18px; }
      .subpage .page-content .dropdown-section .accordion dt a i {
        float: right; }
    .subpage .page-content .dropdown-section .accordion dd {
      padding-top: 5px; }
      .subpage .page-content .dropdown-section .accordion dd ul, .subpage .page-content .dropdown-section .accordion dd p {
        font-size: 16px; } }
.subpage .staff-member > p {
  margin-top: 10px; }
  .subpage .staff-member > p.toggle {
    color: #0072bb; }
.subpage .staff-member > p:first-of-type {
  margin-top: 0px; }
.subpage .two-column-cta h2 {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .05em;
  margin-top: 10px;
  line-height: 1.5em;
  text-transform: uppercase;
  display: block; }
.subpage .two-column-cta img {
  margin-bottom: 10px; }
.subpage .two-column-cta .cta-grid-item {
  max-width: 230px;
  margin: 0 auto; }
@media screen and (min-width: 992px) {
  .subpage .two-column-cta.content-tooltips .cta-grid-item .grid-item-content {
    display: none; } }

.tooltipster-base .tooltipster-box {
  background: #fff; }
.tooltipster-base .tooltipster-content {
  color: inherit;
  font-family: BryantPro;
  font-size: 18px;
  line-height: 1.3em; }
.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #fff; }
.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #fff; }
@media screen and (max-width: 991px) {
  .tooltipster-base {
    display: none !important; } }

.resource-cta {
  text-align: center; }
  .resource-cta img {
    max-width: 100px;
    display: block;
    margin: 10px auto 25px; }
  .resource-cta .resource {
    display: inline-block;
    max-width: 234px;
    margin: 20px auto;
    vertical-align: top;
    padding: 0px 20px; }
    .resource-cta .resource a {
      text-transform: uppercase;
      color: #0072bb;
      font-family: BryantPro;
      font-weight: 600;
      letter-spacing: .075em;
      font-size: 1.1em; }

.blue-table {
  font-family: BryantPro; }
  .blue-table .table-head {
    background: #0072bb;
    color: white;
    padding: 20px;
    padding-left: 60px;
    position: relative;
    font-size: 1.5em;
    line-height: 1em;
    font-weight: 600; }
    .blue-table .table-head img {
      position: absolute;
      width: 30px;
      left: 20px;
      top: 15px; }
  .blue-table .table-row {
    padding: 9px 20px; }
    .blue-table .table-row:nth-child(even) {
      background: #d4e7ef; }
    .blue-table .table-row p {
      margin-bottom: 0px;
      font-size: 1.2em; }

.subpage-cta {
  margin: 60px auto;
  text-align: center; }
  .subpage-cta h2 {
    font-family: BryantPro;
    font-weight: 600;
    font-size: 30px;
    max-width: 459px;
    margin: 0 auto 10px; }
  .subpage-cta .icon {
    width: 120px;
    margin: 40px auto 30px; }

.button {
  text-align: center; }

.footnote {
  padding-top: 20px;
  border-top: 1px solid #443526; }
  .footnote p {
    font-size: 16px;
    line-height: 1.4em;
    font-family: BryantPro; }

.promo-column .border-left {
  max-width: none; }

.contact-form {
  margin-bottom: 100px;
  padding: 30px;
  background-color: #eee; }
  .contact-form .form-group {
    margin-bottom: 25px; }
    .contact-form .form-group label {
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 1.2em;
      font-family: BryantPro;
      font-weight: 400; }
    .contact-form .form-group .form-control {
      margin-bottom: 0;
      font-size: 16px;
      font-family: BryantPro;
      border: none;
      border-radius: 0;
      box-shadow: none; }
    .contact-form .form-group .input-validation-error {
      border: 1px solid #c00; }
    .contact-form .form-group .field-validation-error {
      display: inline-block;
      margin-top: 10px;
      font-size: 16px;
      font-family: BryantPro;
      color: #c00; }
  .contact-form .button {
    margin: 0; }
  .contact-form .green-button {
    border: 2px solid #4cae4c;
    color: #fff;
    background-color: #4cae4c;
    border-radius: 0px; }
    .contact-form .green-button:hover, .contact-form .green-button:active, .contact-form .green-button:focus {
      color: #fff;
      background-color: #4b7f08;
      border-color: #4b7f08; }
  .contact-form .confirmation {
    font-size: 18px;
    line-height: 1.2em;
    font-family: BryantPro;
    font-weight: 600; }
  .contact-form .notice {
    padding-top: 15px;
    border-top: 1px solid #443526;
    margin-top: 20px;
    font-size: 16px;
    font-family: BryantPro;
    line-height: 1.2; }

.grecaptcha-badge {
  display: none; }

.careers .image-hero {
  margin-bottom: 60px; }

.contact.subpage, .careers.subpage {
  border-top: 0px; }
  .contact.subpage h2.page-title, .careers.subpage h2.page-title {
    margin-bottom: 30px; }

.news-page .page-content .navigation ul {
  list-style-type: none;
  font-size: 22px;
  font-family: BryantPro;
  font-weight: 600; }

.customer-logo img {
  margin: 20px auto;
  display: block; }

.news-page .news-story a.read-more {
  color: #0072bb; }
.news-page .news-story img {
  margin: 30px auto 40px;
  max-width: 100%;
  display: block; }

.contact-info {
  margin-bottom: 80px; }
  .contact-info h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
    margin-top: 60px; }
  .contact-info p {
    font-size: 22px; }
    .contact-info p em {
      font-style: italic;
      font-weight: 100; }
    .contact-info p a {
      color: #443526; }

.subpage {
  margin-top: 20px;
  font-size: 18px; }
  .subpage .page-breadcrumb {
    font-size: 14px; }
    .subpage .page-breadcrumb a {
      color: #443526; }
  .subpage .page-nav .button {
    padding: 14px 5px 12px;
    margin-top: 20px;
    min-width: 238px; }
  .subpage .page-intro {
    margin-top: 25px;
    margin-bottom: 35px; }
    .subpage .page-intro h3 {
      font-size: 2.1em; }
    .subpage .page-intro p {
      font-size: 22px; }
  @media screen and (max-width: 540px) {
    .subpage .page-intro h3 {
      font-size: 26px; } }

.promo-column .large-stat {
  margin-bottom: 40px; }
  .promo-column .large-stat p {
    font-weight: 700 !important;
    color: #0072bb;
    text-transform: uppercase;
    font-size: 25px; }
    .promo-column .large-stat p strong {
      display: block;
      font-weight: 600; }

.search .subpage {
  margin-top: 60px; }

.job-search {
  margin-bottom: 120px; }
  .job-search h2 {
    font-size: 30px;
    font-family: BryantPro;
    color: #443526;
    font-weight: 600;
    margin-bottom: 10px; }

.fulltextsearch .fulltextsearch_results .fulltextsearch_results_heading {
  border-bottom: 1px solid #443526;
  padding-bottom: 20px;
  margin-bottom: 27px; }
.fulltextsearch .fulltextsearch_result {
  margin-bottom: 40px; }
  .fulltextsearch .fulltextsearch_result .fulltextsearch_title {
    margin-bottom: 20px; }
    .fulltextsearch .fulltextsearch_result .fulltextsearch_title a {
      color: #4cae4c;
      font-family: BryantPro;
      font-weight: 600;
      font-size: 28px; }
.fulltextsearch .fulltextsearch_error {
  margin-bottom: 60px; }

.color-ctas {
  margin-top: 60px;
  margin-bottom: 60px; }

.color-cta {
  margin: 15px auto;
  padding: 20px;
  display: block;
  color: white;
  text-align: center;
  min-height: 240px;
  max-width: 390px; }
  .color-cta.ltblue-bg {
    background: #005A8F; }
  .color-cta.yellow-bg {
    background: #3D3D64; }
  .color-cta.green-bg {
    background: #00612C; }
  .color-cta.brown-bg {
    background: #62564B; }
  .color-cta.purple-bg {
    background: #6d3b69; }
  .color-cta.red-bg {
    background: #902603; }
  .color-cta:hover {
    text-decoration: none; }
  .color-cta p {
    color: white;
    font-weight: 200;
    max-width: 285px;
    margin: 10px auto; }
  .color-cta img {
    width: 90px;
    margin: 10px auto;
    display: block; }
  .color-cta .title {
    font-weight: 600;
    font-family: BryantPro;
    font-size: 22px;
    max-width: 290px;
    margin: 0 auto;
    margin-bottom: 16px; }
  .color-cta:hover.ltblue-bg {
    background: #2b689c; }
  .color-cta:hover.yellow-bg {
    background: #4b4b86; }
  .color-cta:hover.green-bg {
    background: #4cae4c; }
  .color-cta:hover.brown-bg {
    background: #685d4c; }
  .color-cta:hover.purple-bg {
    background: #914f8c; }
  .color-cta:hover.red-bg {
    background: #c93605; }

.image-cta {
  max-width: 320px;
  margin: 15px auto 25px; }
  .image-cta img {
    margin-bottom: 15px;
    width: 100%; }
  .image-cta a {
    color: #0072bb;
    font-family: BryantPro; }
    .image-cta a p {
      font-size: 1.8em;
      margin-bottom: 10px;
      line-height: 1.1em; }
  .image-cta p {
    font-size: 1.35em;
    max-width: 260px;
    line-height: 1.3em;
    margin: 10px auto; }

.feature-ctas .image-cta img {
  max-width: 350px; }
.feature-ctas .image-cta p {
  max-width: 295px; }

.divider {
  padding: 5px;
  margin: 40px auto;
  background-size: cover; }
  .divider.divider-certifications {
    margin-bottom: 20px; }

.section-title {
  margin-bottom: 40px; }

.event-header {
  background: #eeeeee;
  padding: 40px 30px;
  margin-bottom: 60px; }
  .event-header img {
    width: 100%;
    max-width: 471px;
    margin: 0 auto;
    display: block; }
  .event-header h1 {
    color: #6f6259;
    font-family: BryantPro;
    font-weight: 700;
    font-size: 2em;
    margin-top: 20px;
    margin-bottom: 8px; }
  .event-header p {
    font-size: 1.55em;
    color: #443526; }
  .event-header .event-info {
    margin-top: 30px;
    font-family: BryantPro;
    font-weight: 600;
    font-size: 1.45em; }
    .event-header .event-info span {
      display: block;
      margin-bottom: 10px; }

.contact-box {
  border: 4px solid #0072bb;
  margin: 20px auto; }
  .contact-box .contact-form {
    margin-bottom: 0px; }
  .contact-box .form-title {
    padding: 40px 15px;
    font-size: 30px;
    font-family: BryantPro;
    font-weight: 600;
    color: #796659; }

.container-thin {
  max-width: 660px;
  margin: 20px auto; }

.event-detail .page-content p {
  margin-bottom: 60px;
  font-size: 22px; }
.event-detail .page-content img {
  max-width: 100%;
  margin: 0px auto 60px; }

.home-events {
  margin-top: 30px;
  margin-bottom: 60px; }
  .home-events .col-md-4 {
    margin-bottom: 15px; }
  .home-events .event {
    padding-top: 20px;
    padding-bottom: 30px; }
    .home-events .event p {
      font-family: BryantPro;
      color: #6f635a; }
    .home-events .event .title {
      font-size: 1.3em;
      font-weight: 600;
      margin-bottom: 20px; }
    .home-events .event .location {
      display: block; }
  @media screen and (min-width: 992px) {
    .home-events .border-event {
      border-left: 1px solid #0072bb;
      border-right: 1px solid #0072bb; } }

.home-news {
  margin-bottom: 40px;
  padding: 30px 0; }
  .home-news .featured-news {
    background: white;
    padding: 40px 15% 30px; }
    .home-news .featured-news h2 {
      color: #005A8F;
      font-family: BryantPro;
      border-bottom: 7px dotted #005A8F;
      max-width: 420px;
      margin: 0px auto 40px;
      padding-bottom: 20px;
      text-transform: uppercase;
      font-size: 2em;
      font-weight: 600;
      letter-spacing: .075em; }
    .home-news .featured-news p {
      font-size: 2.55em;
      margin-bottom: 25px;
      line-height: 1.2em;
      padding: 0px 20px;
      color: #6f635a; }
      @media screen and (max-width: 1300px) {
        .home-news .featured-news p {
          font-size: 2.25em; } }
    @media screen and (max-width: 767px) {
      .home-news .featured-news {
        padding: 40px 30px 20px; }
        .home-news .featured-news p {
          font-size: 1.4em;
          padding: 0px; } }
  .home-news h2 {
    color: #6f635a;
    text-align: center;
    margin: 20px auto; }

.news-story {
  padding: 20px 0px;
  border-top: 2px solid #80715c;
  font-family: BryantPro; }
  .news-story:last-child {
    border-bottom: 2px solid #80715c; }
  .news-story a {
    font-weight: 600; }
    .news-story a p {
      font-size: 20px;
      margin-bottom: 20px; }
    .news-story a span {
      display: block;
      text-align: right;
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 700;
      letter-spacing: .05em;
      font-size: 1.2em; }
    .news-story a:hover {
      text-decoration: none; }
      .news-story a:hover p {
        text-decoration: underline; }
      .news-story a:hover span {
        color: #0072bb; }

.certifications {
  text-align: center;
  margin-bottom: 20px; }
  .certifications img {
    width: 100%;
    display: inline-block;
    max-width: 180px; }

footer.mega-footer ul.full-width li {
  font-size: 15px; }
footer a:hover, footer a:active, footer a:focus {
  color: #65aad6; }
footer img {
  max-width: 220px; }
footer .address p {
  margin-bottom: 20px; }
footer .celerian-logo img {
  max-width: 200px; }
footer .three-col-footer {
  max-width: 1000px;
  margin: 10px auto; }
footer .footer-description {
  max-width: 868px;
  margin: 0 auto; }
footer .legal-links {
  margin-bottom: 60px; }
  footer .legal-links a {
    display: block; }

.video-section {
  padding: 80px 0px 40px; }

.video-wrapper {
  position: relative;
  max-width: 720px;
  margin: 0px auto; }

.video-wrapper > video {
  width: 100%;
  vertical-align: middle; }

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
  display: none; }

.video-overlay-play-button {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px calc(50% - 50px);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.95;
  cursor: pointer;
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6901960784));
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.6901960784));
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6901960784));
  transition: opacity 150ms; }

.video-overlay-play-button:hover {
  opacity: 1; }

.video-overlay-play-button.is-hidden {
  display: none; }

.image-hero {
  position: relative; }
  .image-hero .container {
    width: 100%;
    max-width: 1280px; }
  .image-hero .transparent-content {
    color: white;
    top: 0;
    left: 0;
    padding: 6% 5.5%;
    text-align: center;
    max-width: 650px; }
  .image-hero .hero-content {
    position: absolute; }
    .image-hero .hero-content h1 {
      font-size: 2.5em;
      line-height: 1.2em; }
    .image-hero .hero-content img {
      max-width: 92px;
      margin-bottom: 15px; }
  .image-hero .yellow-content {
    color: white;
    bottom: 30px;
    left: 30px;
    padding: 3% 4.6%;
    text-align: center;
    max-width: 550px;
    background: #007AC2; }
  .image-hero .blue-content {
    color: white;
    bottom: 30px;
    right: 30px;
    padding: 3% 4.6%;
    text-align: center;
    max-width: 550px;
    background: #007AC2; }
  .image-hero .purple-content {
    color: white;
    top: 30px;
    right: 30px;
    padding: 3% 4.6%;
    text-align: center;
    max-width: 550px;
    background: #914f8c; }
    .image-hero .purple-content img {
      max-width: 70px; }
  @media screen and (max-width: 991px) {
    .image-hero .hero-content {
      position: static; }
      .image-hero .hero-content.transparent-content {
        background: #0072bb;
        width: 100%;
        max-width: 100%; }
      .image-hero .hero-content.yellow-content, .image-hero .hero-content.blue-content, .image-hero .hero-content.purple-content {
        max-width: 100%;
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .image-hero .hero-content img {
      max-width: 60px; }
    .image-hero .hero-content h1 {
      font-size: 2em; } }
  @media screen and (max-width: 576px) {
    .image-hero .hero-content img {
      max-width: 40px; }
    .image-hero .hero-content h1 {
      font-size: 1.7em; } }

.logo-stat {
  border-top: 2px solid #443526;
  border-bottom: 2px solid #443526;
  padding: 40px 15px 10px;
  margin: 90px 0px 75px;
  position: relative; }
  .logo-stat img {
    position: absolute;
    background: white;
    width: 100px;
    height: 64px;
    padding: 0px 20px;
    top: -34px;
    left: 50%;
    transform: translateX(-50%); }
  .logo-stat p {
    font-size: 2.3em;
    text-align: center;
    color: #6f6259; }
  @media screen and (max-width: 540px) {
    .logo-stat p {
      font-size: 26px; } }

.icon-stat {
  border: 3px solid #0072bb;
  max-width: 715px;
  margin: 40px auto;
  padding: 45px 37px;
  position: relative;
  padding-left: 180px;
  text-align: center; }
  .icon-stat img {
    max-width: 120px;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%); }
  .icon-stat p {
    font-size: 1.75em;
    font-family: BryantPro;
    color: #6f635a; }
  @media screen and (max-width: 767px) {
    .icon-stat {
      padding: 40px 20px;
      padding-left: 20px; }
      .icon-stat img {
        position: static;
        transform: none;
        max-width: 80px;
        margin-bottom: 10px; }
      .icon-stat p {
        font-size: 1.4em; } }

.news-resources {
  text-align: center;
  padding: 60px 0; }
  .news-resources h2 {
    font-family: BryantPro;
    color: #005A8F;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.7em;
    letter-spacing: .1em;
    max-width: 300px;
    margin: 15px auto 0px;
    padding: 10px 0; }
  .news-resources .news h2 {
    border-bottom: 6px dotted #005A8F;
    margin-bottom: 15px; }
  .news-resources .news img {
    padding: 15px;
    width: 215px; }
  .news-resources .news .large-text {
    font-family: BryantPro;
    font-weight: 600;
    font-size: 1.45em;
    max-width: 362px;
    margin: 1px auto 6px; }
  .news-resources .resources img {
    max-width: 420px;
    display: block;
    margin: 0px auto 20px; }
  .news-resources .resources p {
    font-family: BryantPro;
    font-weight: 600;
    font-size: 1.45em;
    max-width: 362px;
    margin: 20px auto 6px; }
  .news-resources .button {
    padding: 12px;
    min-width: 149px; }

.large-icon {
  padding: 40px 0; }
  .large-icon img {
    max-width: 240px;
    margin: 20px auto;
    display: block; }
  .large-icon .col-md-8 {
    padding: 0px 0px; }
  .large-icon p {
    font-size: 1.6em;
    font-family: BryantPro;
    font-weight: 600;
    line-height: 1.2em;
    margin-top: 56px;
    margin-bottom: 15px; }
  @media screen and (max-width: 992px) {
    .large-icon {
      padding: 30px 15px; }
      .large-icon img {
        max-width: 120px; }
      .large-icon p {
        margin-top: 40px; } }

.news-listing {
  margin-top: 60px;
  font-size: 16px; }
  .news-listing .listing-story {
    border-top: 6px solid #e8e8e8;
    padding: 50px 0 40px; }
    .news-listing .listing-story:first-child {
      border-top: 3px solid #443526; }
    .news-listing .listing-story h2 {
      font-family: BryantPro;
      font-weight: 500;
      font-size: 2em;
      margin-bottom: 10px;
      color: #0072bb; }
    .news-listing .listing-story p {
      color: #443526;
      font-size: 1.6em;
      margin-bottom: 20px; }
    .news-listing .listing-story img {
      max-width: 420px;
      max-height: 304px;
      margin: 0 auto 20px;
      display: block; }
    .news-listing .listing-story .details {
      font-family: BryantPro;
      font-weight: 500; }
    @media screen and (max-width: 991px) {
      .news-listing .listing-story {
        text-align: center; }
        .news-listing .listing-story img {
          width: 100%;
          max-width: 220px;
          max-height: none; } }
  @media screen and (max-width: 767px) {
    .news-listing {
      font-size: 12px; } }

.two-column-cta .row .icon {
  width: 140px;
  height: 140px;
  margin-bottom: 10px; }
.two-column-cta .row .cta-grid-item {
  margin-bottom: 20px;
  font-family: BryantPro; }
  .two-column-cta .row .cta-grid-item .tooltip-content {
    display: none; }
.two-column-cta .row h2 {
  color: #0072bb; }
.two-column-cta .row p {
  margin-bottom: 10px; }
.two-column-cta .row ul, .two-column-cta .row ol {
  margin-bottom: 10px;
  text-align: left; }
  .two-column-cta .row ul li, .two-column-cta .row ol li {
    margin-top: 5px; }
@media screen and (min-width: 992px) {
  .two-column-cta .row {
    flex-wrap: wrap;
    align-items: start; }
    .two-column-cta .row > div {
      padding: 10px 30px; } }

.subpage .subpage-content-listing {
  margin-bottom: 40px;
  display: inline-block;
  width: 100%;
  margin: 20px auto 10px; }
  .subpage .subpage-content-listing h4 {
    font-family: BryantPro;
    color: #0072bb;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 15px; }
  .subpage .subpage-content-listing .accordion-content a {
    color: #0072bb; }
  .subpage .subpage-content-listing .listing-item {
    margin-bottom: 30px;
    color: #6f6259; }
    .subpage .subpage-content-listing .listing-item .item-title {
      font-family: BryantPro;
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 6px;
      letter-spacing: .075em; }
    .subpage .subpage-content-listing .listing-item .item-content, .subpage .subpage-content-listing .listing-item.accordion-item {
      font-size: 22px; }
      .subpage .subpage-content-listing .listing-item .item-content .item-accordion, .subpage .subpage-content-listing .listing-item.accordion-item .item-accordion {
        margin-bottom: 20px; }
        .subpage .subpage-content-listing .listing-item .item-content .item-accordion .accordion-toggle, .subpage .subpage-content-listing .listing-item.accordion-item .item-accordion .accordion-toggle {
          cursor: pointer;
          color: #6f6259; }
          .subpage .subpage-content-listing .listing-item .item-content .item-accordion .accordion-toggle i, .subpage .subpage-content-listing .listing-item.accordion-item .item-accordion .accordion-toggle i {
            font-size: .8em; }
        .subpage .subpage-content-listing .listing-item .item-content .item-accordion .accordion-content, .subpage .subpage-content-listing .listing-item.accordion-item .item-accordion .accordion-content {
          max-height: 0px;
          overflow: hidden;
          transition: max-height 0.5s cubic-bezier(0, 1, 0, 1); }
        .subpage .subpage-content-listing .listing-item .item-content .item-accordion.active .accordion-content, .subpage .subpage-content-listing .listing-item.accordion-item .item-accordion.active .accordion-content {
          max-height: 99999px;
          transition: max-height 1s ease-in-out; }
    .subpage .subpage-content-listing .listing-item.accordion-item .item-accordion .accordion-toggle {
      font-family: BryantPro;
      font-weight: 600;
      color: #0072bb;
      letter-spacing: .075em;
      font-size: 20px;
      margin-bottom: 0; }

.table-filters {
  background-color: #80715c;
  margin-top: 20px;
  font-family: BryantPro;
  margin-left: 0px;
  margin-right: 0px; }
  .table-filters .filter {
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-transform: lowercase;
    font-variant: small-caps;
    letter-spacing: 1.5px;
    position: relative;
    height: 42px; }
    .table-filters .filter span {
      font-size: 16px;
      margin-left: 5px; }
    .table-filters .filter .filter-by, .table-filters .filter .filter-button {
      padding: 10px 0px 9px 9px; }
    .table-filters .filter .filter-button {
      text-align: center;
      cursor: pointer; }
      .table-filters .filter .filter-button p {
        vertical-align: middle;
        display: inline-block;
        margin-bottom: 0px; }
      .table-filters .filter .filter-button i {
        font-size: 20px;
        margin-left: 10px;
        vertical-align: middle; }
      .table-filters .filter .filter-button:hover, .table-filters .filter .filter-button:active, .table-filters .filter .filter-button.active {
        background-color: #625747; }
      .table-filters .filter .filter-button.active i::before {
        content: "\f077"; }
  .table-filters .checkbox {
    width: 100%; }
    .table-filters .checkbox label {
      border-right: 0px;
      width: 100%;
      padding-left: 6px;
      padding-right: 8px;
      font-size: 16px; }
    .table-filters .checkbox span {
      position: absolute;
      top: 4px;
      right: 7px;
      display: block;
      width: 16px;
      height: 16px;
      margin-top: 0;
      line-height: 16px; }
  .table-filters .form-group {
    margin-bottom: 9px;
    margin-top: 12px; }
  .table-filters .filter-list {
    display: none; }
  @media screen and (min-width: 992px) {
    .table-filters .filter-list {
      position: absolute;
      right: 15px;
      background: white;
      border: 1px solid black;
      border-top: 3px solid black;
      z-index: 9;
      padding: 12px;
      width: 200px; }
      .table-filters .filter-list.filter-list-2 {
        width: 397px; }
        .table-filters .filter-list.filter-list-2 .filter-column:first-child {
          padding-right: 13px;
          border-right: 1px solid black; }
      .table-filters .filter-list a {
        display: block;
        text-align: center;
        margin: 0 auto; }
      .table-filters .filter-list .filter-column {
        width: 181px;
        display: inline-block;
        padding: 0px 10px; }
      .table-filters .filter-list ul {
        padding-left: 0;
        color: black;
        list-style-type: none; }
        .table-filters .filter-list ul .main-category {
          background: black; }
          .table-filters .filter-list ul .main-category label {
            font-size: 18px;
            font-weight: 700; }
        .table-filters .filter-list ul li {
          margin-bottom: 0; }
          .table-filters .filter-list ul li.checkbox label {
            position: relative;
            padding-right: 30px; }
        .table-filters .filter-list ul .fa {
          margin-top: 5px;
          float: right; } }

#results-wrapper .active-filters ul {
  margin-top: 10px;
  padding: 0 0 0 10px; }
  #results-wrapper .active-filters ul li {
    list-style: none; }
#results-wrapper .active-filters a {
  display: inline-block;
  padding: 2px 5px 0 5px;
  color: #443526;
  font-family: "BryantPro";
  font-weight: 400;
  line-height: 28px;
  border-radius: 5px; }
  #results-wrapper .active-filters a:hover, #results-wrapper .active-filters a:focus, #results-wrapper .active-filters a:active {
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none; }
#results-wrapper .active-filters .fa-stack {
  font-size: 12px;
  margin-bottom: 4px; }
@media screen and (min-width: 992px) {
  #results-wrapper .active-filters ul {
    padding: 0; }
  #results-wrapper .active-filters li {
    float: right;
    margin: 0px 5px; } }
#results-wrapper .table-heading p {
  padding: 15px;
  margin-bottom: 00px; }

.table-heading p {
  font-size: 22px;
  border-bottom: 3px solid grey; }

.documents {
  width: 100%; }
  .documents tr {
    border-bottom: 1px solid black;
    margin-bottom: 4px; }
  .documents td {
    padding-top: 6px;
    padding-bottom: 6px;
    vertical-align: middle; }
    .documents td:last-child {
      padding-left: 6px;
      padding-right: 6px; }
    @media screen and (min-width: 440px) {
      .documents td:last-child {
        width: 150px; } }
  .documents a {
    text-decoration: none; }
  .documents .document-name {
    padding-left: 40px;
    position: relative; }
    .documents .document-name img {
      width: 20px;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%); }
    .documents .document-name a {
      display: inline-block;
      font-size: 22px;
      padding: 13px 0px;
      color: #0072bb; }
    @media screen and (max-width: 439px) {
      .documents .document-name {
        padding-left: 6px; }
        .documents .document-name img {
          display: none; } }
  .documents .fa-file-pdf-o {
    color: #cc0606;
    font-size: 24px; }
  .documents .title p {
    font-weight: 700;
    display: inline-block;
    margin-left: 11px;
    font-size: 16px;
    margin-bottom: 7px;
    vertical-align: middle;
    color: black; }
  .documents .details, .documents .categories {
    font-size: 14px; }
    .documents .details p, .documents .categories p {
      padding-top: 7px; }

.checkbox {
  display: inline-block; }
  .checkbox label {
    border-right: 1px solid grey;
    padding: 0px 16px;
    font-variant: small-caps;
    letter-spacing: 1.5px;
    font-size: 20px; }
  .checkbox input[type="checkbox"] {
    display: none; }
  .checkbox input[type="checkbox"]:not(:checked) + label span:after {
    content: '\f10c';
    font-family: FontAwesome; }
  .checkbox input[type="checkbox"]:checked + label span:after {
    content: '\f111';
    font-family: FontAwesome; }
  .checkbox label span {
    vertical-align: middle;
    margin-top: -4px;
    display: inline-block; }

.mobile-filters {
  margin-top: 15px;
  background: grey; }
  .mobile-filters .view-filters {
    background: #80715c;
    padding: 16px 15px;
    color: white; }
    .mobile-filters .view-filters p {
      display: inline-block;
      padding-top: 4px;
      font-family: BryantPro;
      text-transform: uppercase;
      font-weight: 600;
      margin-bottom: 0px; }
    .mobile-filters .view-filters .button {
      float: right;
      margin: 0;
      color: white;
      border: 1px solid white; }
  .mobile-filters .filter-select {
    position: relative;
    padding-bottom: 5px;
    padding-right: 40px;
    border-bottom: 2px solid #443526;
    font-family: BryantPro;
    font-size: 20px;
    font-weight: 600; }
    .mobile-filters .filter-select i.fa {
      position: absolute;
      top: 0;
      right: 10px; }
  .mobile-filters .filter-dropdown {
    padding: 20px;
    background: #e8e8e8; }
    .mobile-filters .filter-dropdown ul {
      display: none;
      list-style-type: none;
      padding-left: 0; }
      .mobile-filters .filter-dropdown ul li {
        border-bottom: 1px solid #443526; }
        .mobile-filters .filter-dropdown ul li .checkbox {
          padding: 0px 4px; }
    .mobile-filters .filter-dropdown label {
      border-right: none;
      padding-left: 0; }
    .mobile-filters .filter-dropdown .checkbox {
      position: relative;
      display: block;
      margin: 0; }
      .mobile-filters .filter-dropdown .checkbox label {
        display: block;
        padding: 0 30px 6px 0;
        font-family: BryantPro;
        font-size: 18px;
        font-variant: normal;
        letter-spacing: 0;
        line-height: 30px; }
        .mobile-filters .filter-dropdown .checkbox label span {
          position: absolute;
          top: 5px;
          right: 10px; }
  .mobile-filters .icon-addon {
    width: 90%;
    margin: 0 auto; }

.resources h3 {
  text-transform: uppercase;
  border-bottom: 6px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 10px;
  margin-top: 30px;
  font-size: 22px;
  letter-spacing: .05em;
  color: #6f6259; }
.resources .page-title {
  margin-bottom: 30px !important; }
.resources .video-wrapper {
  margin-bottom: 30px; }
  .resources .video-wrapper .video-caption {
    font-family: BryantPro;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px; }

.black-hill-header img {
  width: 100%;
  max-width: 380px; }
.black-hill-header .delta img {
  max-width: 300px;
  margin-top: 10px; }
.black-hill-header .cds img {
  float: right; }
@media screen and (max-width: 991px) {
  .black-hill-header img {
    margin: 10px auto;
    display: block; }
  .black-hill-header .cds img {
    float: none; } }

@media screen and (min-width: 768px) {
  footer ul.full-width {
    display: table; }
    footer ul.full-width li {
      display: inline-block;
      padding: 13px 48px;
      font-weight: 600; }

  .cta-links .icon-cta {
    min-height: 420px; }
    .cta-links .icon-cta p {
      margin-bottom: 70px;
      font-size: 1.3em;
      max-width: 387px;
      margin: 10px auto 31px; }
    .cta-links .icon-cta .button-container {
      bottom: 48px; }

  .cta-links .col-sm-4 .icon-cta p {
    max-width: 333px; }

  .cta-links.subpage-cta .icon-cta {
    min-height: 474px; }
    .cta-links.subpage-cta .icon-cta img {
      max-width: 132px; } }
@media screen and (min-width: 992px) {
  .no-desktop {
    display: none; }

  .logo-hero .hero {
    padding-bottom: 120px;
    padding-top: 100px; }
    .logo-hero .hero h1 {
      font-size: 48px;
      line-height: 56px;
      max-width: 770px; }

  .image-container .container {
    max-width: 1280px; }
    .image-container .container .image-info h2 {
      font-size: 42px; }

  footer.mega-footer .col-sm-6 {
    min-height: 268px; }

  footer.mega-footer .celerian-info {
    padding-left: 40px; }

  .cta-links .icon-cta {
    padding: 0px 10px 40px; }
    .cta-links .icon-cta p {
      font-size: 1.4em; }

  .subpage-cta .icon-cta {
    padding: 0px 30px 40px; }
    .subpage-cta .icon-cta img {
      margin-top: 27px; } }
@media screen and (min-width: 1200px) {
  .image-container .container .image-info h2 {
    font-size: 42px; }
  .image-container .container .row .image-info p {
    font-size: 30px;
    line-height: inherit; } }
@media screen and (min-width: 1300px) {
  footer .container {
    width: 100%;
    max-width: 1200px; } }
@media screen and (max-width: 767px) {
  .cta-links {
    padding-top: 10px; }

  .cta-links .col-sm-4 .icon-cta p {
    font-size: 1.2em; }

  .quote-hero .hero h1 {
    font-size: 32px;
    line-height: 1.15em; }

  .large-image .thin-container {
    padding: 20px;
    margin-top: 0px; }
    .large-image .thin-container p {
      font-size: 22px; }

  .content-header p {
    font-size: 20px; }

  .callout-link img {
    width: 50px;
    margin-top: 30px; }

  .callout-link h1 {
    font-size: 24px;
    margin-top: 20px; }

  .image-cta a p {
    font-size: 1.5em; }
  .image-cta p {
    font-size: 1.3em; } }
@media screen and (max-width: 991px) {
  .desktop-only {
    display: none; }

  body {
    padding-top: 90px; }

  .mobile-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 4;
    transition: box-shadow .3s ease; }

  .sticky-active .mobile-nav {
    box-shadow: 0px 9px 10px -12px black;
    transition: box-shadow .3s ease; }

  footer.mega-footer .celerian-info {
    text-align: center; }

  .cta-links .icon-cta h3 {
    font-size: 1.6em;
    margin-bottom: 1; }
  .cta-links .icon-cta .button-container {
    bottom: 30px; }
    .cta-links .icon-cta .button-container .button {
      margin-bottom: 0px; }

  .subpage .page-content .quote-hero .hero h1 {
    font-size: 28px; }
  .subpage .page-content .quote-hero .hero img {
    max-width: 65px;
    margin-bottom: 0px; } }

/*# sourceMappingURL=main.css.map */
