@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.woff2") format("woff2"), url("fonts/ElenaWebBasicRegular.woff") format("woff"); }
@font-face {
  font-family: Elena;
  font-weight: 700;
  src: url("fonts/ElenaWebBasicBold.eot");
  src: url("fonts/Elena-Bold.otf") format("opentype"), url("fonts/ElenaWebBasicBold.woff2") format("woff2"), url("fonts/ElenaWebBasicBold.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 {
    font-size: 30px;
    margin: 20px auto;
    text-align: left;
    font-family: BryantPro; }
  .content-header ol, .content-header ul {
    margin: 20px auto;
    text-align: left;
    font-family: BryantPro; }
    .content-header ol li, .content-header ul li {
      margin-bottom: 10px; }
  .content-header ul {
    font-size: 24px;
    list-style-type: disc;
    padding-left: 24px; }
  .content-header ol {
    font-size: 24px;
    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 {
        font-size: 24px; }
      .content-header ol, .content-header ul {
        font-size: 20px; } }

.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; }
  .services-list.small-icon-list p {
    max-width: none;
    font-size: 14px;
    font-weight: 600;
    font-family: "BryantPro";
    color: #6e6259; }

.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; }

.splash-page img {
  display: block;
  width: 230px;
  margin: 60px auto; }

.splash-footer {
  padding-top: 30px; }
  .splash-footer .container {
    max-width: 960px; }
    .splash-footer .container p.social-list {
      font-size: 16px; }
    .splash-footer .container .cms-logo {
      margin-bottom: 20px; }

.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; }

.subpage .page-content .text-block.accordion-intro {
  margin-bottom: 20px; }

.subpage .accordion-row {
  margin-bottom: 20px; }

.subpage .accordion-item {
  padding: 0px 30px; }
  .subpage .accordion-item h2 {
    font-family: "BryantPro";
    font-size: 25px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0px; }
  .subpage .accordion-item p {
    font-family: "BryantPro";
    font-size: 20px;
    margin-bottom: 0px; }
    .subpage .accordion-item p.toggle {
      font-family: "Elena";
      cursor: pointer;
      color: #63a70a;
      font-size: 18px;
      margin-top: 5px; }

@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) {
  .sidebar-nav {
    display: none; }

  .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; } }
.blue-bg {
  color: #fff;
  background-color: #005c82; }

.light-blue-bg {
  color: #fff;
  background-color: #34b3c8; }

.button {
  padding: 15px 40px; }
  .button.brown-button:hover, .button.brown-button:active {
    color: #005c82;
    border: 2px solid #005c82; }

nav.no-mobile .top-nav ul li {
  margin-right: 0px;
  margin-left: 106px; }
  nav.no-mobile .top-nav ul li a {
    color: #999999; }
  nav.no-mobile .top-nav ul li .search-box i {
    color: #999999; }

nav.mobile-nav li.accordion .subnav {
  background: #005c82; }
  nav.mobile-nav li.accordion .subnav li {
    background: #005c82; }
    nav.mobile-nav li.accordion .subnav li a:hover, nav.mobile-nav li.accordion .subnav li a:active {
      color: #34b3c8; }

.content-header.callout-link {
  padding: 60px 0px 80px; }

.large-logo ul.full-width li {
  padding: 23px 3%;
  display: inline-block; }

.logo-hero {
  position: relative;
  background-image: url("../images/cgs-bg.svg");
  background-position: 105% 25px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 70px; }

.full-width-image {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto 56px; }
  .full-width-image img {
    width: 100%; }

.cta-links .icon-cta {
  padding: 0px 17px 26px; }
  .cta-links .icon-cta img {
    margin: 14px auto; }

.callout-header h2 {
  max-width: 780px; }

nav.no-mobile .top-nav .header-dropdown .dropdown {
  top: 61px;
  border-top-width: 8px; }
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 #34b3c8 transparent; }
nav.no-mobile .has-submenu .submenu {
  top: 65px;
  right: 0;
  padding: 20px 20px;
  width: 280px;
  min-width: 0;
  background: #005c82;
  border-top: 6px solid #34b3c8; }
  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;
    border-top: 1px solid white; }
    nav.no-mobile .has-submenu .submenu .sub-listing li {
      padding: 9px 20px 9px 6px; }
      nav.no-mobile .has-submenu .submenu .sub-listing li:hover {
        background: #34b3c8; }
      nav.no-mobile .has-submenu .submenu .sub-listing li a {
        font-size: 16px;
        font-weight: 600 !important;
        text-transform: none; }
nav.no-mobile .has-submenu:hover:before {
  content: ''; }
nav.no-mobile .has-submenu:hover .submenu {
  background-image: url("../images/cgs-bg.svg");
  background-position: 120% 40px;
  background-size: 75%; }
  nav.no-mobile .has-submenu:hover .submenu.wide {
    background-position: 100% bottom;
    background-size: 40%; }
  nav.no-mobile .has-submenu:hover .submenu.medicare {
    left: 0;
    background-image: none;
    background-color: #eeeeee; }
    nav.no-mobile .has-submenu:hover .submenu.medicare a {
      color: #706258; }
    nav.no-mobile .has-submenu:hover .submenu.medicare .sub-listing {
      border-top: 1px solid grey; }
      nav.no-mobile .has-submenu:hover .submenu.medicare .sub-listing li {
        border-bottom: 1px solid grey; }
        nav.no-mobile .has-submenu:hover .submenu.medicare .sub-listing li:hover {
          background: #fff; }
        nav.no-mobile .has-submenu:hover .submenu.medicare .sub-listing li a {
          color: #706258; }

.two-column-cta.contact-cta, .contact-cta.contact-cta {
  margin-bottom: 60px;
  color: #443526; }
  .two-column-cta.contact-cta img, .contact-cta.contact-cta img {
    margin-bottom: 30px;
    margin-top: 20px; }
  .two-column-cta.contact-cta p, .contact-cta.contact-cta p {
    font-family: 'BryantPro';
    line-height: 30px; }
  .two-column-cta.contact-cta h3, .contact-cta.contact-cta h3 {
    line-height: 32px; }
  .two-column-cta.contact-cta .col-md-4, .contact-cta.contact-cta .col-md-4 {
    padding-bottom: 40px; }
.two-column-cta .col-md-6, .contact-cta .col-md-6 {
  padding: 40px 30px; }
.two-column-cta .icon, .contact-cta .icon {
  max-width: 90px; }
.two-column-cta .light-blue-bg h2, .contact-cta .light-blue-bg h2 {
  color: white; }
.two-column-cta .light-blue-bg .icon, .contact-cta .light-blue-bg .icon {
  max-width: 120px;
  margin-bottom: 36px; }
.two-column-cta .col-md-6 .button:hover, .contact-cta .col-md-6 .button:hover {
  color: #005c82;
  border: 2px solid #005c82; }
.two-column-cta .col-md-6 .white-button, .contact-cta .col-md-6 .white-button {
  border: 2px solid white;
  color: white; }

.two-column-cta .col-md-6 {
  padding: 0; }
.two-column-cta .light-blue-bg {
  margin: 0 auto;
  padding: 40px 30px; }
@media (min-width: 992px) {
  .two-column-cta .light-blue-bg {
    max-width: 356px; } }

.statistics {
  margin: 60px auto; }
  .statistics .number {
    font-size: 133px;
    font-family: BryantPro;
    font-weight: 600;
    color: #34b3c8; }
  .statistics hr {
    border-top: 1px solid #443526;
    max-width: 180px;
    margin: 1px auto 16px; }
  .statistics .unit {
    font-size: 20px;
    font-family: BryantPro;
    color: #443526;
    margin-bottom: 20px; }

.mega-footer ul.full-width li {
  font-size: 20px;
  text-transform: uppercase;
  font-family: BryantPro;
  display: inline-block;
  padding: 16px 24px;
  font-variant: all-small-caps;
  letter-spacing: .5px; }

footer.mega-footer {
  text-align: center; }
  footer.mega-footer img {
    max-width: 236px; }
  footer.mega-footer p {
    line-height: 26px; }
  footer.mega-footer .celerian-info a {
    display: block;
    font-size: 14px; }
  footer.mega-footer .celerian-info p {
    margin-top: 20px; }
  footer.mega-footer .cms-logo {
    max-width: 178px;
    margin-top: 26px; }
  footer.mega-footer .footer-description {
    max-width: 1000px;
    margin: 40px auto 20px;
    line-height: 24px; }
  footer.mega-footer .social-media-links strong {
    margin-bottom: 20px; }
  footer.mega-footer .social-media-links a {
    display: inline-block;
    width: 120px; }
  footer.mega-footer ul.full-width {
    font-size: 0;
    /* Eliminate spacing between inline block elements */
    text-align: justify;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block; }
  footer.mega-footer ul.full-width:after {
    content: 'abc';
    display: inline-block;
    width: 100%;
    height: 0; }
  footer.mega-footer ul.full-width li {
    display: inline-block;
    font-size: 20px;
    /* Reuse root element's font size */ }

.lower-nav li.current a {
  color: #005c82; }
.lower-nav li a:hover {
  color: #005c82; }

nav.no-mobile .lower-nav {
  padding: 0px 0px; }

.content-header img {
  width: 80px; }
.content-header h1 {
  line-height: 44px; }
  .content-header h1 a {
    font-family: BryantPro;
    font-weight: 600; }
.content-header h2, .content-header p {
  line-height: 34px; }
  .content-header h2.text-center, .content-header p.text-center {
    text-align: center; }
  .content-header h2.callout, .content-header p.callout {
    color: #005c82;
    font-family: Elena; }
  .content-header h2 strong, .content-header p strong {
    font-size: 28px;
    color: #443526;
    font-weight: 600; }
.content-header .brown-button {
  min-width: 0; }
.content-header.light-blue-bg {
  background: #34b3c8;
  margin-bottom: 0px;
  color: white; }
  .content-header.light-blue-bg img {
    width: 76px; }
  .content-header.light-blue-bg .brown-button {
    color: white;
    border: 1px solid white;
    padding: 15px 15px;
    min-width: 0px; }

.cta-links .cta-link {
  color: #706258; }
.cta-links h3 {
  margin-bottom: 20px;
  color: inherit;
  font-size: 30px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: normal; }
.cta-links .icon-cta img {
  max-width: 176px; }

.services-list .content-header h1 {
  margin: 0px auto; }
.services-list .content-header {
  margin-top: 20px; }
.services-list a.service-icon {
  display: block;
  max-width: 90px;
  margin: 15px auto; }
  .services-list a.service-icon img {
    margin: 0;
    width: 100%; }
.services-list p.service-title {
  letter-spacing: .075em;
  margin-bottom: 12px;
  max-width: 264px; }
  .services-list p.service-title a {
    color: #005c82;
    text-decoration: none; }
.services-list p.description {
  font-size: 20px;
  font-family: BryantPro;
  font-weight: 400; }
.services-list.about-services a.service-icon {
  max-width: 118px;
  margin-bottom: -10px; }
@media (min-width: 768px) {
  .services-list.descriptions .service-list-item {
    position: relative;
    height: 390px; }
    .services-list.descriptions .service-list-item a.button {
      position: absolute;
      left: 50%;
      bottom: 0;
      margin-left: -93px;
      min-width: 186px;
      width: 180px;
      padding: 14px 1px; } }

.page-divider {
  margin: 40px auto 60px;
  width: 90%;
  max-width: 1400px;
  border-top: 1px solid #443526; }

.quote-hero .hero img {
  display: block;
  width: 70px;
  height: 70px; }
.quote-hero .hero .attribution:before {
  border-top: 2px solid white; }
.quote-hero .hero h1 {
  font-size: 40px;
  line-height: 44px; }

.four-column-list {
  margin-bottom: 60px; }
  .four-column-list h2 {
    font-size: 30px;
    font-family: BryantPro;
    margin-bottom: 10px; }
  .four-column-list ul {
    font-size: 20px;
    font-family: BryantPro;
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 24px; }
  .four-column-list div.col-md-3 {
    padding: 0px 33px; }

.image-container .container {
  width: 100%;
  max-width: 1245px; }
  .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: 30px;
    font-family: BryantPro;
    font-weight: 400;
    line-height: 34px; }
  @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: -1%;
        margin-right: -1%;
        width: 102%;
        max-width: none; }
    .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: 35px auto 5px; }
    .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; } }

.sidebar-nav ul li.current a {
  color: #005c82;
  text-decoration: none; }

.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: #005c82;
  text-decoration: none; }

.subpage.no-border {
  border-top: none; }
.subpage .page-content h2.page-title {
  color: #005c82; }
.subpage .page-content p a, .subpage .page-content li a {
  color: #005c82; }
.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: 30px;
    margin: 20px auto;
    font-family: BryantPro; }
  .subpage .page-content .text-block ul {
    margin-bottom: 20px;
    padding-left: 25px;
    list-style: disc; }
    .subpage .page-content .text-block ul li {
      margin-bottom: 10px; }
    .subpage .page-content .text-block ul ul {
      margin-top: 10px; }
.subpage .page-content .content-image {
  margin-bottom: 40px; }
  .subpage .page-content .content-image img {
    display: block;
    margin: 0 auto; }

.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; }

.contact-form {
  margin-bottom: 100px;
  padding: 30px;
  background-color: #eee; }
  .contact-form .form-group {
    margin-bottom: 30px; }
    .contact-form .form-group label {
      margin-bottom: 5px;
      font-size: 18px;
      line-height: 1.2em;
      font-family: BryantPro;
      font-weight: 600; }
    .contact-form .form-group .form-control {
      font-size: 16px;
      font-family: BryantPro;
      border: none;
      border-radius: 0;
      box-shadow: none; }
    .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;
    background: #34b3c8;
    border: 1px solid #34b3c8;
    color: white; }
    .contact-form .button:hover {
      background-color: #005c82; }
  .contact-form .confirmation {
    font-size: 18px;
    line-height: 1.2em;
    font-family: BryantPro;
    font-weight: 600; }

.subpage .staff-member h4 {
  margin-bottom: 0;
  font-weight: 600; }
.subpage .staff-member em {
  font-style: italic; }
.subpage .staff-member p.toggle {
  color: #005c82; }

@media screen and (min-width: 1300px) {
  .content-header .container {
    width: 1157px; }

  .content-header.callout-link .container {
    width: 1286px; } }
@media screen and (max-width: 1299px) {
  footer.mega-footer ul.full-width {
    text-align: center; } }
@media screen and (min-width: 1200px) {
  .image-container .container .row .image-info p {
    font-size: 30px; }

  .cta-links .icon-cta {
    padding: 0px 56px 38px; } }
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .service-list.descriptions .service-list-item {
    margin-top: 20px; }

  .services-list.descriptions .service-list-item a.button {
    bottom: -32px; } }
@media screen and (min-width: 992px) {
  footer.mega-footer .col-sm-6 {
    min-height: 220px; }

  .three-col-footer {
    max-width: 900px;
    margin: 0 auto; }

  .cta-links .icon-cta {
    min-height: 470px; }

  .two-column-cta .border-right, .contact-cta .border-right {
    border-right: 1px solid #443526; } }
@media screen and (max-width: 991px) {
  .three-col-footer .col-sm-6:last-child {
    text-align: center; }

  .image-info {
    padding: 30px 10px 30px; }

  footer.mega-footer ul.full-width li {
    padding: 9px 24px; }

  .cta-links .icon-cta {
    min-height: 0px; } }
@media screen and (min-width: 768px) {
  .cta-links .icon-cta p {
    margin-bottom: 93px; }

  .cta-links .icon-cta img {
    margin: 0px auto;
    max-width: 140px; } }
@media screen and (max-width: 767px) {
  .four-column-list h2 {
    font-size: 24px; } }

/*# sourceMappingURL=main.css.map */
