@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 {
    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; }

.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) {
  .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; } }
.gold-bg {
  color: #fff;
  background-color: #c7b000; }

.green-bg {
  color: #fff;
  background-color: #62a60a; }

.lightblue-bg {
  color: #fff;
  background-color: #069ebb; }

.logo-hero {
  position: relative;
  background-image: url("/images/palm-gba-icon-white.svg");
  background-position: 105% 25px;
  background-repeat: no-repeat;
  background-size: auto 100%; }

.callout-header h1 {
  max-width: 780px; }

nav.no-mobile .top-nav .header-dropdown .dropdown {
  top: 61px;
  border-top-width: 8px;
  width: 378px; }
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;
  right: 0;
  padding: 20px 30px;
  width: 280px;
  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-image: url("/images/palm-gba-icon-white.svg");
  background-position: 120% 40px;
  background-size: 75%; }
  nav.no-mobile .has-submenu:hover .submenu.wide {
    background-position: 105% 40px;
    background-size: 40%; }

.lower-nav li.current a {
  color: #63a70a; }
.lower-nav li a:hover {
  color: #63a70a; }

.content-header h2 {
  line-height: 34px; }
  .content-header h2.callout {
    color: #63a70a;
    font-family: Elena; }

.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; }

.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: #63a70a;
    text-decoration: none; }
.services-list p.description {
  font-size: 20px;
  font-family: BryantPro;
  font-weight: 400; }
.services-list.small-icon-list .service-list-item a {
  display: inline-block;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 600;
  font-family: "BryantPro";
  color: #63a70a;
  text-decoration: none; }
  .services-list.small-icon-list .service-list-item a:hover, .services-list.small-icon-list .service-list-item a:focus {
    color: #443526; }
@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 .hero img {
  display: block;
  width: 70px;
  height: 70px; }
.quote-hero .hero .attribution:before {
  border-top: 2px solid #63a70a; }
.quote-hero .hero h1 {
  font-size: 40px;
  line-height: 44px; }

.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; } }

.embed-container {
  max-width: 890px; }
  .embed-container .video-poster {
    display: block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-color: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%; }
    .embed-container .video-poster:hover:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.1); }
  .embed-container.video-started .video-poster {
    display: none; }

.sidebar-nav ul li.current > a {
  color: #63a70a;
  text-decoration: none; }
.sidebar-nav ul li ul li {
  margin-top: 10px;
  text-indent: 0; }

.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: #63a70a;
  text-decoration: none; }
.promo-column .blog-promo {
  text-align: center; }
  .promo-column .blog-promo h4 {
    margin-top: 10px; }

.subpage.no-border {
  border-top: none; }
.subpage .page-content h2.page-title {
  color: #63a70a; }
.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 p img {
    height: auto !important; }
.subpage .page-content .content-image {
  margin-bottom: 40px; }
  .subpage .page-content .content-image img {
    display: block; }
  .subpage .page-content .content-image .content-image-caption {
    padding-top: 8px;
    font-size: 15px;
    font-family: BryantPro;
    line-height: 1.2; }
.subpage .page-content .embed-container {
  margin-bottom: 40px;
  padding: 0;
  max-width: 850px; }
.subpage .staff-member > p {
  margin-top: 10px; }
.subpage .staff-member > p:first-of-type {
  margin-top: 0px; }
.subpage.subpage-article h3 {
  margin-bottom: 10px; }
.subpage.subpage-article .article-date {
  margin-bottom: 20px;
  font-size: 18px;
  font-family: "Elena";
  font-style: italic; }
.subpage .blog-content .text-block {
  margin-bottom: 20px; }
  .subpage .blog-content .text-block em {
    font-style: italic; }
.subpage .blog-content .content-image {
  margin-top: 40px; }
.subpage .blog-content .embed-container {
  margin-top: 40px; }
.subpage .blog-content .image-left {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px; }
.subpage .blog-content .image-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px; }
.subpage .blog-content .blog-image {
  margin: 40px auto;
  max-width: 480px; }
@media (min-width: 640px) {
  .subpage .blog-content .blog-image {
    width: 300px;
    margin: 0 0 20px 0; }
    .subpage .blog-content .blog-image.blog-image-right {
      float: right;
      margin-left: 20px; }
    .subpage .blog-content .blog-image.blog-image-left {
      float: left;
      margin-right: 20px; } }
@media (max-width: 639px) {
  .subpage .blog-content .blog-image.blog-image-portrait {
    max-width: 320px; } }

.subpage .staff-member {
  margin-top: 0px;
  margin-bottom: 60px; }

.news-page {
  border-top: 0px; }
  .news-page h1 {
    font-size: 26px;
    color: #63a70a;
    font-weight: 100;
    border-bottom: 1px solid #443526;
    padding-bottom: 16px;
    margin-top: 90px; }
  .news-page h2.page-title {
    color: #63a70a; }

.news-story {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #443526; }
  .news-story h2 {
    font-family: BryantPro;
    font-size: 36px;
    font-weight: 600;
    margin-top: 24px;
    line-height: 1.35em; }
  .news-story p {
    font-size: 20px;
    line-height: 1.35em;
    margin-bottom: 20px; }
  .news-story .read-more {
    font-family: BryantPro;
    color: #443526;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px; }
    .news-story .read-more:hover {
      color: #63a70a;
      cursor: pointer; }
  .news-story .full-story {
    display: none; }
  .news-story.expanded .read-more {
    display: none; }
  .news-story.expanded .full-story {
    display: block; }

.article-page {
  margin-bottom: 40px; }
  @media (min-width: 992px) {
    .article-page {
      margin-bottom: 100px; } }

.navigation {
  margin: 40px 0 20px;
  border-top: 1px solid #443526;
  padding-top: 20px; }
  .navigation li {
    font-family: BryantPro;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 20px; }
  .navigation a:hover, .navigation a:focus, .navigation a:active {
    color: #63a70a; }

.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; }
  .contact-form .green-button {
    border: 2px solid #63a70a;
    color: #fff;
    background-color: #63a70a; }
    .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; }

.careers .image-hero {
  margin-bottom: 60px; }

.contact .subpage {
  margin-top: 60px; }

.search .subpage {
  margin-top: 60px; }

.fulltextsearch .fulltextsearch_results .fulltextsearch_results_heading {
  margin-bottom: 10px; }
.fulltextsearch .fulltextsearch_results .results-header {
  margin-bottom: 27px;
  padding-bottom: 20px;
  border-bottom: 1px solid #443526; }
.fulltextsearch .fulltextsearch_result {
  margin-bottom: 40px; }
  .fulltextsearch .fulltextsearch_result .fulltextsearch_title {
    margin-bottom: 20px; }
    .fulltextsearch .fulltextsearch_result .fulltextsearch_title a {
      color: #63a70a;
      font-family: BryantPro;
      font-weight: 600;
      font-size: 28px; }
.fulltextsearch .fulltextsearch_error {
  margin-bottom: 60px; }
.fulltextsearch .search-container input[type="text"] {
  font-size: 16px;
  font-family: BryantPro;
  border-radius: 0;
  box-shadow: none;
  padding: 8px 12px;
  height: 42px; }
.fulltextsearch .search-container .green-button {
  display: block;
  margin: 15px 0 0;
  padding: 8px 12px;
  width: 100%;
  border: 2px solid #63a70a;
  color: #fff;
  background-color: #63a70a;
  min-width: 0; }
  .fulltextsearch .search-container .green-button:hover, .fulltextsearch .search-container .green-button:active, .fulltextsearch .search-container .green-button:focus {
    color: #fff;
    background-color: #4b7f08;
    border-color: #4b7f08; }
@media (min-width: 480px) {
  .fulltextsearch .search-container input[type="text"] {
    display: inline-block;
    width: 300px;
    margin-right: 10px;
    vertical-align: top; }
  .fulltextsearch .search-container .green-button {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 10px 12px;
    font-size: 16px;
    vertical-align: top; } }

@media (min-width: 992px) {
  footer.mega-footer .col-sm-6 {
    min-height: 550px; } }
@media (min-width: 1200px) {
  footer.mega-footer .col-sm-6 {
    min-height: 455px; } }
@media (min-width: 1600px) {
  footer.mega-footer .col-sm-6 {
    min-height: 380px; } }

footer img.footer-logo-iso {
  display: block;
  margin-top: 25px;
  margin-bottom: 25px;
  max-width: 180px; }
footer .cms-logo.footer-logo-cmmi {
  max-width: 220px; }
@media (min-width: 768px) {
  footer img.footer-logo-iso {
    margin-left: 0;
    margin-right: 0; } }

.social-list .social-twitter i.fa {
  vertical-align: middle; }
  .social-list .social-twitter i.fa svg {
    width: 15px;
    height: 15px;
    fill: #fff; }
.social-list .social-twitter:hover i.fa svg, .social-list .social-twitter:focus i.fa svg {
  fill: #63a70a; }

.careers-content .page-content {
  padding-bottom: 00px; }
  .careers-content .page-content .text-block {
    margin-bottom: 20px; }
    .careers-content .page-content .text-block .list-intro {
      margin-bottom: 0px; }
    .careers-content .page-content .text-block ul {
      list-style-type: initial;
      padding-left: 20px;
      margin-bottom: 20px; }
      .careers-content .page-content .text-block ul li {
        font-size: 18px; }
  .careers-content .page-content .video-grid .video-title {
    font-family: BryantPro;
    margin-top: 20px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600; }

.button-hero {
  background: url("../images/careers-desktop.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
  color: white;
  padding: 181px 0;
  margin-bottom: 30px; }
  .button-hero .container {
    position: relative;
    z-index: 1;
    text-align: center; }
  .button-hero .hero-heading {
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #fff; }
  .button-hero .button:hover {
    color: white;
    background: #699b38; }
  @media screen and (max-width: 1300px) {
    .button-hero {
      padding: 145px 0; } }
  @media screen and (max-width: 991px) {
    .button-hero {
      background: url("../images/careers-mobile.jpg") no-repeat center center;
      background-size: cover;
      padding: 32% 0; } }
  @media screen and (max-width: 500px) {
    .button-hero {
      padding: 24% 0; }
      .button-hero .hero-heading {
        line-height: 1.3em;
        font-size: 38px; } }

/*# sourceMappingURL=main.css.map */
