body {
	font-family: montserrat, sans-serif;
    color: #383838;
}


.utility {
    background: #18697a;
    color: #fefefe !important;
    padding: 3px 0;
}

.utility a {
    color: #fefefe !important;
}

#hero {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
}

h1, h2, h3 {
	font-family: lato, sans-serif;
}

a {
	color: #16697A;
}

a:hover, a:focus {
	color: #354e43;
}

.normal-pad {
	padding: 100px 0;
}

h2.subhead, .footer h3 {
    font-family: lato, sans-serif;
    text-transform: uppercase;
    color: #FFA62B;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 0.77px;
}

.footer h3 {
    color: #2F2F2F;
    font-weight: 600;
    margin-bottom: 10px;
}

p.lead {
	font-family: lato, sans-serif;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0.32px;
	font-weight: 400;
	margin-bottom: 18px;
}

p {
	font-size: 14px;
	line-height: 25px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

a.bold-link {
    font-weight: 700;
}

.grey-bg {
    background: #EBEDEC;
}

.green-text {
	color: #16697A;
}

.navigation {
    z-index: 1000;
    background: #fefefe;
    position: sticky;
    top: 0;
}

.nav .container-fluid {
	width: 95%;
}

.logo img {
    max-width: 300px;
}

.yellow-bg a {
    color: #fefefe;
    text-decoration: none;
    font-weight: 500;
}

.nav-link {
    font-family: lato, sans-serif;
    color: #383838;
    padding: .5rem 17px;
    font-weight: 600;
}

.hamburger {
        display: none;
}


@media (max-width: 1145px) {
    .nav-link {
        font-size: 14px;
    }

    .nav-link.btn {
        font-size: 14px;
    }

    .logo img {
        max-width: 250px;
    }
}

@media (max-width: 1065px) {
    .nav-hide {
        display: none;
    }

    .hamburger {
        display: inline-block;
    }
}

@media (max-width: 1053px) {
    .btn-hide {
        display: none;
    }
}

@media (max-width: 925px) {

    .logo img {
        max-width: 220px;
    }

}

@media (max-width: 500px) {

    .yellow-bg {
        display: none;
    }

    .navigation .nav {
        margin-top: 0;
    }

    .logo img {
        max-width: 170px;
    }

}

@media (max-width: 427px) {
    .nav-link.btn-primary {
        display: none;
    }
}



.social .nav-link {
	color: #16697A;
	font-size: 18px;
    padding: .5rem 2rem .5rem 1rem;
}

.btn-primary {
	background: #16697A;
	border: 1px solid #16697A;
	color: #fefefe;
}

.btn-primary:hover, .btn-primary:active {
	background: #354e43;
	border: 1px solid #354e43;
	color: #fefefe;
}

.btn-secondary {
	background: #2F2F2F;
	border: 1px solid #2F2F2F;
	color: #fefefe;
}

.btn-outline-primary {
    color: #16697A;
    border-color: #16697A;
}

.btn-outline-primary:hover {
    color: #fefefe;
    background: #16697A;
    border-color: #16697A;
}

.hero {
	position: relative;
	z-index: -1;
	background: url('../img/hero-alt-2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: calc( 100vh - 120px);
	min-height: 600px;
}

.hero:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: transparent linear-gradient(180deg, #2c2c2c00 0%, #0000000f 100%) 0% 0% no-repeat padding-box;
}

.hero .container {
	position: relative;
	z-index: 3;
}

.hero h1 {
	text-shadow: 0px 5px 6px #0000005A;
	color: #fefefe;
	font-size: 52px;
}

.hp_careers_image {
    backgrounf:;
}

.hp_careers_img {
    position: relative;
    z-index: 1;
    background: url(../img/careers-home.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-top: -50px;

}

.hp_careers_image img {
    width: 100%;
}

.hp_careers_content {
    padding-left: 20%;
    padding-right: 10%;
    padding-top: 120px;
    padding-bottom: 120px;
    background: #EBEDEC;
    margin-left: -10%;
    z-index: 0;
    position: relative;
}

.header-content {
    padding-left: 10%;
    padding-right: 10%;
}

@media (max-width: 991px) {
    .header-content {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.yellow-text {
    color: #FFA62B;
}

.yellow-box {
	position: relative;
	z-index: 2;
}

.yellow-box:before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    border: 2px solid #FFA62B;
    height: 80%;
    width: 100%;
}

.owl-carousel.services-slider .owl-stage-outer {
    position: relative;
    overflow: visible;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.service-slide {
    background: url(../img/services-fpo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 15px;
}

.service-slide:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: transparent linear-gradient(180deg, #2C2C2C31 0%, #00000075 100%) 0% 0% no-repeat padding-box;
}

.service-slide h3 {
	text-transform: uppercase;
	color: #fefefe;
	font-size: 14px;
	letter-spacing: 0.77px;
	position: relative;
	z-index: 3;
}

.service-slide h3 span {
	color: #FFA62B;
}

.accent_line {
    width: 100%;
    height: 2px;
    background: #E8E8E8;
}

.newsletter {
    padding: 50px 0;
}

.newsletter h2.subhead {
    color: #fefefe;
}



.green-bg {
    background: #16697A;
    color: #fefefe !important;
}

.header {
    color: #fefefe !important;
    text-shadow: 0px 5px 6px #0000005A;
    position: relative;
    z-index: 0;
    padding: 150px 0;
}

.header:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: transparent linear-gradient(180deg, #2C2C2C31 0%, #00000038 100%) 0% 0% no-repeat padding-box;
}

.header h1 {
    font-size: 52px;
}

.header .container {
    position: relative;
    z-index: 2;
}

.contact .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #E0E0E0;
    background-clip: padding-box;
    border: 1px solid #E0E0E0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.contact .form-control::-webkit-input-placeholder { /* WebKit browsers */
    color: #A3A3A3 !important;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}
.contact .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #A3A3A3 !important;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}
.contact .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #A3A3A3 !important;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}
.contact .form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #A3A3A3 !important;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 0.65px;
}

.contact-box {
    border: 2px solid #E5AA21;
    padding: 30px 20px 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}

.fa-ul>li {
    margin-bottom: 14px;
}

span.fa-li {
    color: #E5AA21;
}

.contact-box a.nav-link.social {
    font-size: 20px;
    padding: .5rem 10px;
}

.footer {
    padding: 50px 0 30px;
    background: #d4d4d4;
}

.footer ul {
    display: block;
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.footer li {
    font-family: lato, sans-serif;
    color: #818181;
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: 0.45px;
}

textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 150px;
}

.service-head {
    min-height: 500px;
}

.service-head .header-image {
    height: 100%;
    width: 100%;
    min-height: 500px;
    position: relative;
    z-index: 2;
    margin-top: 40px;
}

.header-image {
    height: 100%;
    width: 100%;
    min-height: 500px;
    margin-bottom: -50px;
    position: relative;
    z-index: 2;
}

.header-image:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.video {
    position: relative;
    z-index: 0;
    background: url('../img/abt-video-FPO.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 400px;
    color: #fefefe;
}

.video:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: transparent linear-gradient(180deg, #2C2C2C31 0%, #00000038 100%) 0% 0% no-repeat padding-box;
}

.video .container-fluid {
    position: relative;
    z-index: 3;
}

.play {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 30px);
}

.fa-stack-1x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 20px;
    margin-left: 2px;
    color: #fefefe !important;
}

.play:hover .fa-stack-2x {
    color: #af8926 !important;
}

.pull-up {
    margin-top: -30px;
}

.dropdown-menu {
    color: #fefefe;
    background-color: #16697A;
}

.dropdown-menu a.nav-link {
    color: #fefefe;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.63px;
}

.dropdown-toggle:after {
    vertical-align: 0px;
    content: "+";
    border: none;
}

.margin-top {
    margin-top: -170px;
}

h2.subhead span {
  overflow:hidden;
}

h2.subhead span:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    margin-right: -100%;
    border-bottom: 2px solid #FFA62B;
    margin-bottom: 5px;
    margin-left: 7px;
}

ul.abt-vision li, .helpful-links p, .perks-list p, .board-mtg-box h3 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

.board-mtg-box {
    border: 1.5px solid #16697A;
    padding: 15px;
}

.board-mtg-box h3 {
    font-size: 14px;
    margin-bottom: 5px;
}

.board-mtg-box h2 {
    font-size: 20px;
    font-weight: 600;
}

h4.minutes {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}

p.date-time {
    color: #818181;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

p.location {
    color: #818181;
    font-size:12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.overlaymenu {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    top: 0;
    max-height: 50px;
    background: #16697A;
    width: 100%;
    transition: all 0.5s ease-in;
}

.overlaymenu.active {
    display: block;
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
    top: 0;
    padding-top: 125px;
    padding-bottom: 50px;
    min-height: 100vh;
}

.overlaymenu a {
    font-family: lato, sans-serif;
    color: #fefefe;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 10px;
    opacity: 0;
    transition: opacity 1s ease-in;
}

.overlaymenu a:hover {
    color: #FFA62B;
    text-decoration: underline;
}

.overlaymenu.active h2 {
    opacity: 1;
}

.overlaymenu.active a {
    opacity: 1;
}

.closemenu {
    color: #fefefe;
    text-align: right;
    padding-right: 30px;
}

.service-pad-01 {
    padding: 0 10%;
}

.white-bg {
    background: #fefefe;
}

.yellow-box.alt:before {
    content: "";
    position: absolute;
    left: -50px;
    top: -60px;
    z-index: -1;
    border: 2px solid #FFA62B;
    height: 50%;
    width: 50%;
}

.yellow-box.alt-2:before {
    content: "";
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: -1;
    border: 2px solid #FFA62B;
    height: 50%;
    width: 50%;
}

.pull-down {
    margin-bottom: -50px;
}

video#bgvideo {
    position: absolute;
    top: 0;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(0);
    -moz-transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    background: url(placeholder.jpg) no-repeat;
    background-size: cover;
}

.bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 3;
}


.scroll-indicator {
  width: 24px;
  height: 24px;
  margin: 16px auto;
  border-right: 2px solid #FFA62B;
  border-bottom: 2px solid #FFA62B;
  border-bottom-right-radius: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@media only screen and (max-width: 760px) {
  video#bgvideo {
    display: none;
  }


}

@-webkit-keyframes fade {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
            transform: rotate(45deg) translateY(-6px) translateX(-6px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    opacity: 1;
  }
  75% {
    -webkit-transform: rotate(45deg) translateY(-6px) translateX(-6px);
            transform: rotate(45deg) translateY(-6px) translateX(-6px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.container-fluid.yellow-bg {
    background: #FFA62B;
}