/*
Theme Name: BroadPath
Theme URI: http://www.drivendevelopment.com/
Description: Custom WordPress theme for BroadPath.
Author: <a href="http://www.drivendevelopment.com/" target="_blank">Driven Development</a>
Version: 1.0.3
*/
@import url(default.css);

/**
 * Fonts
 */
 @font-face {font-family: 'Open Sans'; src: url('webfonts/open-sans.woff2') format('woff2'),  src: url('webfonts/open-sans.woff') format('woff');}
 @font-face {font-family: 'Gilroy'; src: url('webfonts/gilroy.woff2') format('woff2'), url('webfonts/gilroy.woff') format('woff');}
 @font-face {font-family: 'Tragic Marker'; src: url('webfonts/tragic-marker-regular.woff') format('woff');}

/**
 * Defaults and Resets
 */
*,
*:before,
*:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

html {font-size: 62.5%; -webkit-text-size-adjust: none;}

html, body {margin: 0; padding: 0; background: #fff;}

body {font-family: 'Open Sans', Arial, Verdana, Sans-Serif; font-size: 20px; line-height: 27px; color: #717171;} /* font-size: 16px; line-height: 22px; */

form {margin: 0; padding: 0;}

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

td {vertical-align: top;}

p {margin: 0 0 20px 0;}
p:last-child {margin: 0;}

a {transition: 0.25s ease; color: #99CA3D; font-weight: bold;} /* #232e6c */
a:focus,
a:hover {color: #0080B1;}

h1,
.h1 {font-family: 'Gilroy'; font-size: 90px; line-height: 94px; margin: 0; color: #fff;}
h2,
.h2 {font-family: 'Gilroy'; margin: 0 0 20px 0; font-size: 48px; line-height: 52px; color: #0080B1; font-weight: normal;}
h3,
.h3 {margin: 0 0 20px 0; font-size: 25px; line-height: 29px; color: #0E2852; font-weight: bold;}
h4,
.h4 {margin: 0; font-size: 20px; line-height: 24px; color: #0E2852; font-weight: normal;}

/**
 * General
 */
.clearBoth, .clear {clear: both; height: 0px; font-size: 0; line-height: 0; display: block;}
.clearfix {zoom: 1;}
.clearfix:after {content: ""; display: block; height: 0; font-size: 0; line-height: 0; clear: both; visibility: hidden;}
.hidden {height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px;}
.screen-reader-text,
.visually-hidden {border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;}

a#skip,
a#skip:hover,
a#skip:visited {position: absolute; left: 0px; top: -500px; width: 1px; height: 1px; overflow: hidden;}
a#skip:active,
a#skip:focus {position: static; width: auto; height: auto;}

nav ul {margin: 0; padding: 0; list-style-type: none;}

/**
 * Layout
 */
body:before {transition: 0.3s ease; opacity: 0;}

#header {background: #0E2852; font-size: 20px; line-height: 24px; box-shadow: 0px 3px 6px rgba(0,0,0,0.2); z-index: 100;}
#header > div {position: relative; height: 100px; max-width: 1700px;}
#header a {color: #fff; text-decoration: none;}
#header a:focus,
#header a:hover {color: #0080b1;}
#header .logo {position: absolute; top: 24px; left: 40px; width: 220px;}
#header .logo img {display: block;}
#header .toggle-menu {position: absolute; top: 14px; right: 15px; display: none; background: none; padding: 0; margin: 0; outline: none; border: none; width: 30px; height: 28px;}
#header .toggle-menu svg {display: block; width: 20px; height: 18px; margin: 0 auto;}
#header .toggle-menu .cls-1 {fill: #0780b1; transition: 0.25s ease;}
#header .toggle-menu:focus,
#header .toggle-menu:hover .cls-1 {fill: #fff;}
#header nav {position: absolute; top: 35px; right: 40px;}
#header nav > ul {display: flex; align-items: center;}
#header nav > ul > li {margin-left: 80px; position: relative;}
#header nav > ul > li > a {font-weight: 600; display: block;}
#header nav > ul > li.current-menu-item > a,
#header nav > ul > li.current-menu-ancestor > a {color: #99CA3D;}
/*
#header nav > ul > li.contact {margin-left: 40px;}
#header nav > ul > li.contact > a {font-size: 16px; line-height: 26px; padding: 0 15px; border: solid 1px #fff; border-radius: 15px;}
#header nav > ul > li.contact > a:focus,
#header nav > ul > li.contact > a:hover {color: #fff; background: #0080b1; border-color: #0080b1;}
#header nav > ul > li.login {margin-left: 20px;}
#header nav > ul > li.login > a {width: 27px; height: 30px; text-indent: -100000px; background: url(images/icons/login.svg) no-repeat center center; background-size: 100% auto;}
#header nav > ul > li.login > a:focus,
#header nav > ul > li.login > a:hover {background-image: url(images/icons/login-blue.svg)}
*/
#header nav > ul > li.login > a {font-size: 16px; line-height: 30px; padding: 0 15px; border-radius: 15px; background: #99CA3D; display: inline-block}
#header nav > ul > li.login > a:focus,
#header nav > ul > li.login > a:hover {color: #fff; background: #0080B1;}
#header nav > ul > li > ul {position: absolute; font-size: 16px; line-height: 20px; top: 40px; width: 200px; left: calc(50% - 100px); transition: 0.5s ease; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); padding: 20px; text-align: center; background: #0080B1; border-radius: 5px; opacity: 0; pointer-events: none;}
#header nav > ul > li > ul:before {position: absolute; content: ""; top: -21px; left: calc(50% - 14px); border: solid 12px transparent; border-bottom-color: #0080B1;}
#header nav > ul > li > ul a {font-weight: normal;}
#header nav > ul > li > ul a:focus,
#header nav > ul > li > ul a:hover {color: #99CA3D;}
#header nav > ul > li.active > ul {opacity: 1; pointer-events: all; z-index: 1;}
#header nav > ul > li > ul > li {border-bottom: solid 1px #fff; padding: 10px 0;}
#header nav > ul > li > ul > li + li {margin-top: 5px;}
#header nav .mobile-only {display: none;}
#header nav .no-menu {display: none;}

#page {min-width: 320px; transition: right 0.25s ease; position: relative; right: 0;}

#main {position: relative;}

#footer {background: #0E2852; font-size: 16px; line-height: 20px; color: #fff; border-top: solid 20px #fff;}
#footer > div {padding-top: 100px; padding-bottom: 100px;}
#footer a {color: #fff; text-decoration: none; font-weight: normal;}
#footer a:focus,
#footer a:hover {color: #9ac848;}
#footer nav ul {display: flex;}
#footer nav li + li {margin-left: 60px;}
#footer nav .contact,
#footer nav .login {display: none;}
#footer .container {display: flex; flex-wrap: wrap; justify-content: space-between;}
#footer .logo img {display: block; margin: 0 0 20px 0;}
#footer .right {max-width: 300px; text-align: center;}
#footer .social {margin-bottom: 20px;}
#footer .social a:focus,
#footer .social a:hover {color: #fff; background: #fdc334;}
#footer .legal {font-size: 12px; line-height: 18px;}
#footer .privacy {font-size: 12px; line-height: 18px; margin-top: 12px;}

#mobile-menu-mask {position: fixed; top: 0; right: -100vw; bottom: 0; transition: opacity 0.3s ease; opacity: 0; background: rgba(14,40,82,0.6); z-index: 1000; width: 100vw;}

#mobile-menu {position: fixed; width: 250px; right: -250px; top: 0; bottom: 0; overflow-y: scroll; -webkit-overflow-scrolling: touch; background: #0080B1; z-index: 1000; transition: 0.3s ease; pointer-events: none;}
#mobile-menu a {font-weight: bold;}
#mobile-menu nav {font-size: 16px; line-height: 22px;}
#mobile-menu nav li + li {margin-top: 10px;}
#mobile-menu nav > ul > li > a {font-weight: bold;}
#mobile-menu nav a {color: #fff; text-decoration: none; font-weight: normal;}
#mobile-menu nav a:focus,
#mobile-menu nav a:hover {text-decoration: underline;}
#mobile-menu nav ul ul {padding: 5px 0 5px 20px; font-size: 14px; line-height: 18px; font-weight: normal; display: none;}
#mobile-menu nav ul ul li + li {margin-top: 5px;}
/*
#mobile-menu nav > ul > li.login {margin-top: 20px;}
#mobile-menu nav > ul > li.login > a {width: 27px; height: 30px; text-indent: -100000px; background: url(images/login.svg) no-repeat center center; background-size: 100% auto; display: block;}
*/
#mobile-menu nav > ul > li.menu-item-has-children > a:after {font-family: 'Font Awesome 5 Pro'; content: "\f107"; display: inline-block; vertical-align: middle; margin-left: 10px; font-weight: 300;}
#mobile-menu nav .no-menu {display: none;}
#mobile-menu .close-menu {position: absolute; top: 15px; right: 15px; background: none; border: none; padding: 0; margin: 0; width: 30px; height: 30px;}
#mobile-menu .close-menu img,
#mobile-menu .close-menu svg {display: block; width: 15px; height: 15px; margin: 0 auto;}
#mobile-menu .content {display: flex; align-items: center; height: 100%; padding: 40px;}
#mobile-menu .content > div {width: 100%;}

.section {position: relative;}
.section > div {max-width: 1600px; margin: 0 auto; padding: 0 40px; position: relative;} /* max-width: 1410px; */
.section.large-gutter > div {padding-top: 100px; padding-bottom: 100px;}
.section.large-top-gutter > div {padding-top: 100px;}
.section.large-bottom-gutter > div {padding-bottom: 100px;}
.section.xlarge-gutter > div {padding-top: 150px; padding-bottom: 150px;}
.section.xlarge-top-gutter > div {padding-top: 150px;}
.section.xlarge-bottom-gutter > div {padding-bottom: 150px;}

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

.bg-blue {background-color: #0080B1; color: #fff;}
.bg-blue h2,
.bg-blue h3 {color: #fff;}

.bg-dark-blue {background-color: #0E2852; color: #fff;}
.bg-dark-blue h2,
.bg-dark-blue h3 {color: #fff;}

.section-header {margin: 0 auto 80px auto; text-align: center; color: #717171; max-width: 750px;}
.section-header.wide {max-width: 900px;}

.section-footer {margin: 80px auto 0 auto; text-align: center; max-width: 900px;}

.top-angle,
.blue-top-angle {overflow: hidden; position: relative;}
.top-angle:before,
.blue-top-angle:before {position: absolute; content: ""; background: #fff; top: -1000px; right: 0; left: 0; height: 1000px; transform: skewY(-3.5deg); transform-origin: 100% 0%; z-index: 1;}
.blue-top-angle:before {background-color: #0080B1;}

.bottom-angle,
.white-bottom-angle {overflow: hidden; position: relative;}
.bottom-angle:before,
.white-bottom-angle:before {position: absolute; content: ""; background: #f0f2f3; left: 0; bottom: -1000px; right: 0; height: 1000px; transform: skewY(-3.5deg); transform-origin: 0% 100%; z-index: 1;}
.white-bottom-angle:before {background: #fff;}

.blue-bottom-angle {overflow: hidden;}
.blue-bottom-angle:before {position: absolute; content: ""; background: #0080B1; left: 0; bottom: -150px; right: 0; top: 150px; transform: skewY(-3.5deg); transform-origin: 50%;}
.blue-bottom-angle .section-footer {color: #fff;}
.blue-bottom-angle .section-footer h3 {color: #fff;}

/**
 * Miscellaneous
 */
.toggle-menu {color: #fff; font-size: 18px; line-height: 20px; font-weight: 600;}
.toggle-menu > div {display: inline-block; width: 32px; height: 26px;}
.toggle-menu > div span {display: block; width: 32px; height: 4px; margin-bottom: 6px; background: #fff; transition: .3s ease;}
.toggle-menu.active {color: #fff;}
.toggle-menu.active > div {-webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);}
.toggle-menu.active > div span {background: #fff;}
.toggle-menu.active > div span:nth-child(1) {-webkit-transform: translateY(7px); -ms-transform: translateY(7px); transform: translateY(7px);}
.toggle-menu.active > div span:nth-child(2) {opacity: 0;}
.toggle-menu.active > div span:nth-child(3) {-webkit-transform: rotate(-90deg) translateX(13px); -ms-transform: rotate(-90deg) translateX(13px); transform: rotate(-90deg) translateX(13px);}

.js body.page-fade {transition: opacity 400ms ease-in; opacity: 0;}
.js body.page-fade.loaded {opacity: 1;}
.js body.page-fade.unloading {opacity: 0;}

.flexslider {touch-action: pan-y !important; -ms-touch-action: pan-y !important;}
.flexslider ul {margin: 0; padding: 0; list-style-type: none;}

.btn {display: inline-block; padding: 13px 26px; background: #0E2852; cursor: pointer; text-decoration: none; text-transform: uppercase; letter-spacing: 3px; color: #fff; font-size: 14px; line-height: 20px; font-weight: bold; border-radius: 10px; box-shadow: 0px 3px 6px rgba(0,0,0,0.3); border: solid 2px transparent; -webkit-appearance: none; -webkit-border-radius: none;}
.btn:focus,
.btn:hover {background: #FEC416;}
.btn.yellow {color: #0E2852; background: #FEC416; border-color: #FEC416;}
.btn.yellow:focus,
.btn.yellow:hover {background: #0E2852; color: #fff; border-color: #0E2852;}
.btn.yellow.outline-hover:focus,
.btn.yellow.outline-hover:hover {background: none; border-color: #FEC416;}
.btn.green {background: #99CA3D; color: #0E2852; border-color: #99CA3D;}
.btn.green:focus,
.btn.green:hover {background: #0E2852; border-color: #0E2852;color: #fff;}
.btn.green.outline-hover:focus,
.btn.green.outline-hover:hover {background: none; color: #fff; border-color: #99CA3D;}
.btn.outline {border-color: #0E2852; background: none; color: #0E2852;}
.btn.outline:focus,
.btn.outline:hover {background: #0E2852; color: #fff;}
.btn.white-outline {border-color: #fff; background: none;}
.btn.white-outline:focus,
.btn.white-outline:hover {background: #0E2852; border-color: #0E2852;color: #fff;}
.btn.bright-blue {background: #0080B1; color: #fff;}
.btn.bright-blue:focus,
.btn.bright-blue:hover {background: #FEC416;}

.action-link:after {font-family: 'Font Awesome 5 Pro'; content: "\f105"; display: inline-block; vertical-align: middle; margin-left: 10px; color: #FEC416;}

.no-overflow {overflow: hidden;}

.social {margin: 0; padding: 0; list-style-type: none; display: flex; justify-content: center; text-align: center; font-size: 27px; line-height: 50px;}
.social li {padding: 0 5px;}
.social a {display: block; width: 50px; height: 50px; background: #0080B1; border-radius: 50%;}
.social a:focus,
.social a:hover {background: #9ac848; color: #fff;}
.social .icon {display: block; background: no-repeat center center; background-size: 27px auto; width: 100%; height: 100%;}
.social .icon.bhive {background-image: url(images/bhive.svg); background-size: 46px auto;}

.list-cols {display: flex; flex-wrap: wrap; margin: 0 auto -40px auto; text-align: left;}
.list-cols > div {padding: 0 20px 40px 20px;}

ul.green-circles,
.job-details ul,
.profile-slider .profile .block ul {margin: 20px 0 20px 20px; padding: 0; list-style-type: none; text-align: left;}
ul.green-circles li,
.job-details li,
.profile-slider .profile .block li {position: relative; padding-left: 30px;}
ul.green-circles li:before,
.job-details li:before,
.profile-slider .profile .block li:before {position: absolute; top: 8px; left: 0; content: ""; width: 14px; height: 14px; border: solid 4px #99CA3D; border-radius: 50%;}
ul.green-circles li + li,
.job-details li + li,
.profile-slider .profile .block li + li {margin-top: 15px;}

/**
 * Modules
 */
.boxes {display: flex; flex-wrap: wrap; margin: 0 -25px -50px -25px; justify-content: center;}
.boxes > div {display: flex; padding: 0 25px 50px 25px; width: 33.3333%; max-width: 400px;}
.boxes.green svg,
.boxes.green path {fill: #fff;}
.boxes.green .box {border-bottom-color: #99CA3D;}
.boxes.x4 {font-size: 16px; line-height: 22px;}
.boxes.x4 > div {width: 25%;}

.box {width: 100%; background: #fff; padding: 40px 25px 30px 25px; border-bottom: solid 15px #FEC416; text-align: center; border-radius: 15px; box-shadow: 0px 3px 6px rgba(0,0,0,0.3);}
.box .icon {display: flex; align-items: center; justify-content: center; width: 150px; height: 150px; border: solid 5px #99CA3D; border-radius: 50%; margin: 0 auto 20px auto; position: relative;}
.box .icon:before {position: absolute; content: ""; top: 5px; right: 5px; bottom: 5px; left: 5px; background: #99CA3D; border-radius: 50%;}
.box .icon svg,
.box .icon img {width: 100%; max-width: 65px; position: relative;}
.box.green {border-bottom-color: #99CA3D;}
.box.narrow {max-width: 1050px; margin: 0 auto;}
.box.medium-padding {padding: 50px;}

/* About page overrides */
body.page-id-2943 .box .icon {border-color: #0E2852;}
body.page-id-2943 .box .icon svg,
body.page-id-2943 .box .icon path {fill: #0E2852;}

.tab-boxes {display: flex; flex-wrap: wrap; margin: 0 -25px -50px -25px;}
.tab-boxes > div {display: flex; padding: 0 25px 50px 25px; width: 33.3333%;}
.tab-boxes [role="tabpanel"] {opacity: 1; transition: 0.25s ease;}
.tab-boxes [role="tabpanel"][hidden] {opacity: 0;}
.tab-boxes.x4 {margin: 0 -10px -20px -10px;}
.tab-boxes.x4 > div {padding: 0 10px 20px 10px; width: 25%;}
.tab-boxes.green .tab-box[aria-selected="true"] {border-bottom-color: #99CA3D;}

.tab-box {display: flex; width: 100%; color: #fff; text-decoration: none; font-weight: bold; font-size: 25px; line-height: 27px; padding: 15px 15px 15px 15px; text-align: center; border-radius: 15px; border: none; box-shadow: 0px 3px 6px rgba(0,0,0,0.3); background: rgb(18,128,174); background: -moz-linear-gradient(top,  rgba(18,128,174,1) 0%, rgba(16,42,81,1) 100%); background: -webkit-linear-gradient(top,  rgba(18,128,174,1) 0%,rgba(16,42,81,1) 100%); background: linear-gradient(to bottom,  rgba(18,128,174,1) 0%,rgba(16,42,81,1) 100%); cursor: pointer; margin: 0; position: relative; overflow: hidden; transition: background 0.25s ease, color 0.25s ease; outline: none;} /*  border-bottom: solid 15px #102A51; */
.tab-box > div {padding: 50px 20px 35px 20px; width: 100%; height: 100%; position: relative; z-index: 1;}
.tab-box .icon {max-width: 75px; margin: 0 auto 20px auto;}
.tab-box .icon img {display: block;}
.tab-box .icon svg {fill: #fff;}
.tab-box:focus,
.tab-box:hover {background: #0080b1; color: #0080B1;}
.tab-box:focus svg,
.tab-box:hover svg {fill: #1381af;}
.tab-box:before {position: absolute; content: ""; top: 0; right: 0; bottom: 0; left: 0; background: #fff; transition: 0.25s ease-out; opacity: 0;}
.tab-box:focus:not([aria-selected="true"]):before,
.tab-box:hover:not([aria-selected="true"]):before {top: 15px; right: 15px; bottom: 15px; left: 15px; opacity: 1;}
.tab-box[aria-selected="true"] {background: #1381af; color: #0080B1; border-bottom: solid 15px #FEC416; padding-bottom: 0;}
.tab-box[aria-selected="true"] > div {background: #fff;}
.tab-box[aria-selected="true"] .icon svg {fill: #1381af;}

.tab-panels .icon {max-width: 75px; margin: 0 auto 20px auto; display: none;}
.tab-panels .icon svg {fill: #fff;}
.tab-panels .toggle {background: #0080B1; display: none; position: relative; font-size: 18px; line-height: 22px; width: 100%; padding: 15px 20px; border-radius: 15px; box-shadow: 0px 3px 6px rgba(0,0,0,0.29); border: none; color: #fff; font-weight: bold; text-align: left; transition: 0.25s ease;}
.tab-panels .toggle:before {position: absolute; font-family: 'Font Awesome 5 Pro'; content: "\f067"; color: #FEC416; top: calc(50% - 12px); right: 20px; transition: 0.25s ease;}
.tab-panels .toggle.active,
.tab-panels .toggle:focus,
.tab-panels .toggle:hover {background: #FEC416; color: #0E2852;}
.tab-panels .toggle.active:before,
.tab-panels .toggle:focus:before,
.tab-panels .toggle:hover:before {color: #0E2852;}
.tab-panels .toggle.active:before {content: "\f068";}
.tab-panels.green .toggle {background: #0E2852;}
.tab-panels.green .toggle:before {color: #99CA3D;}
.tab-panels.green .toggle.active,
.tab-panels.green .toggle:focus,
.tab-panels.green .toggle:hover {background: #99CA3D; color: #0E2852;}
.tab-panels.green .toggle.active:before,
.tab-panels.green .toggle:focus:before,
.tab-panels.green .toggle:hover:before {color: #0E2852;}
.tab-panels.green .toggle.active:before {content: "\f068";}

.bg-white .tab-panels .icon svg {fill: #0E2852;}

.page-header {box-shadow: 0px 6px 20px rgba(0,0,0,0.4); border-bottom: solid 25px #fff; position: relative; z-index: 1;}
.page-header h1 {margin: 0; font-size: 90px; line-height: 94px; color: #fff;}
.page-header .upper {text-align: center; background: no-repeat center center; background-size: cover;} /* background: rgb(57,89,128) no-repeat center center; background: -moz-linear-gradient(top,  rgba(57,89,128,1) 0%, rgba(15,39,76,1) 100%); background: -webkit-linear-gradient(top,  rgba(57,89,128,1) 0%,rgba(15,39,76,1) 100%); background: linear-gradient(to bottom,  rgba(57,89,128,1) 0%,rgba(15,39,76,1) 100%); */
.page-header .upper > div {display: flex; align-items: center; min-height: 700px;}
.page-header .upper .content {width: 100%;}
.page-header.has-tabs {border-bottom: none;}

.blog-page-header .upper {background-image: url(images/bg-blog-header.jpg);}

.post-page-header .upper {background-image: url(images/bg-post-header.jpg);}
.post-page-header .upper > div {min-height: 300px;}

.page-tabs {background: #F0F2F3; font-size: 25px; line-height: 29px; font-weight: bold;}
/* .page-tabs ul {margin: 0; padding: 0; list-style-type: none; display: flex; justify-content: space-between;}
.page-tabs a {display: block; padding: 40px 0 25px 0; border-bottom: solid 15px transparent; color: #0E2852; text-decoration: none;}
.page-tabs .active a {border-bottom-color: #9ac848;} */
.page-tabs ul {margin: 0; padding: 0; list-style-type: none;}
.page-tabs > div > ul > li > a {display: none;}
.page-tabs > div > ul > li > ul {margin: 0; padding: 0; list-style-type: none; display: flex; justify-content: space-between;}
.page-tabs > div > ul > li > ul a {display: block; padding: 40px 0 25px 0; border-bottom: solid 15px transparent; color: #0E2852; text-decoration: none;}
.page-tabs .no-tab,
.page-tabs .mobile-only {display: none;}
.page-tabs .current-menu-item > a,
body.page-template-template-job .page-tabs .sub-menu li.menu-item-3132 > a {border-bottom-color: #9ac848;}

.two-col-layout {display: flex; flex-wrap: wrap; align-items: center;}
.two-col-layout > .left {width: 40%; padding: 0 150px 0 0;}
.two-col-layout > .right {width: 60%;}

.icon-callouts {margin: 0 -20px -60px -20px; display: flex; flex-wrap: wrap; justify-content: center; text-align: center;}
.icon-callouts > div {width: 33.3333%; padding: 0 20px 60px 20px;}
.icon-callouts img {display: block; max-width: 75px;}
.icon-callouts .icon {width: 130px; height: 130px; background: #0080B1; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px auto; position: relative;}
.icon-callouts .icon:before {position: absolute; content: ""; top: -10px; left: -10px; width: 150px; height: 150px; border: solid 5px #FEC416; border-radius: 50%;}
.icon-callouts .icon svg,
.icon-callouts .icon path {width: 100%; max-width: 75px; fill: #fff; height: auto;}

.hero-banner {background: #0e2852; position: relative; overflow: hidden; color: #fff; font-size: 20px; line-height: 26px;}
.hero-banner h1 {font-family: 'Gilroy'; margin: 0 0 20px 0; font-size: 90px; line-height: 90px; font-weight: bold;}
.hero-banner h2 {font-family: 'Gilroy'; margin: 0 0 20px 0; font-size: 30px; line-height: 40px; font-weight: bold; color: #fff;}
.hero-banner .mask {position: absolute; top: 0; right: calc(50% - 200px); bottom: 0; left: -500px;}
.hero-banner .mask:before {mix-blend-mode: multiply; background-color: rgba(0,128,177,1); position: absolute; content: ""; width: 100%; height: 100%; transform: skewX(-10deg); transform-origin: 100% 0%;}
.hero-banner .mask:after {mix-blend-mode: screen; background-color: rgba(16,41,81,1); position: absolute; content: ""; width: 100%; height: 100%; transform: skewX(-10deg); transform-origin: 100% 0%;}
.hero-banner .section > div {padding-top: 100px; padding-bottom: 200px;}
.hero-banner .content {max-width: 700px;}
.hero-banner .photos {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.hero-banner .photos .slick-list,
.hero-banner .photos .slick-track,
.hero-banner .photos .slick-slide {height: 100%;}
.hero-banner .photos .slick-slide {position: relative;}
.hero-banner .photos img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center;}

/*
.bhive-banner {background: #102951 no-repeat center center; background-size: cover; color: #fff; display: flex;}
.bhive-banner h2 {font-family: 'Gilroy'; margin: 0 0 20px 0; color: #fff;}
.bhive-banner .left {width: calc(50% - 200px); display: flex; justify-content: flex-end;}
.bhive-banner .right {width: calc(50% + 200px); position: relative;}
.bhive-banner .content {width: 100%; max-width: 505px; padding: 260px 40px 75px 40px;}
.bhive-banner .bhive-logo {display: block; background: url(images/bhive-logo.svg) no-repeat; background-size: contain; padding-bottom: 45%; font-size: 0px; line-height: 0px; margin: 0 0 20px 0;}
.bhive-banner .video {position: absolute; overflow: hidden; top: 0; right: 200px; bottom: 0; left: -200px;}
.bhive-banner .video > div {position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px;}
.bhive-banner .video video,
.bhive-banner .video canvas {position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
*/

.bhive-banner {background: #102951 no-repeat center center; background-size: cover; color: #fff; position: relative;}
.bhive-banner h2 {font-family: 'Gilroy'; margin: 0 0 20px 0; color: #fff; font-size: 46px;}
.bhive-banner .section {position: absolute; top: 0; right: 0; bottom: 0; left: 0;}
.bhive-banner .section > div {display: flex; height: 100%; align-items: center;}
.bhive-banner .content {width: 100%; max-width: 400px; padding: 60px 0 0 0;}
.bhive-banner .bhive-logo {display: block; background: url(images/bhive-logo.svg) no-repeat; background-size: contain; padding-bottom: 45%; font-size: 0px; line-height: 0px; margin: 0 0 20px 0;}
.bhive-banner .video {position: relative; overflow: hidden; width: 100%; padding-bottom: 52%;}
.bhive-banner .video > div {position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px;}
.bhive-banner .video video,
.bhive-banner .video canvas {position: absolute; min-height: 100%; width: 100%; height: auto; top: 0; left: 50%; -webkit-transform: translate(-50%, 0%); transform: translate(-50%, 0%);}
.bhive-banner .photo {display: none; position: relative;}
.bhive-banner .photo img {display: block; width: 100%;}
.bhive-banner .photo:before {position: absolute; content: ""; left: 0; right: 0; bottom: 0; height: 200px; background: transparent linear-gradient(180deg, #0E285200 0%, #0E2852 100%) 0% 0% no-repeat padding-box;}

.image-banner {background: no-repeat center center; background-size: cover;}
.image-banner img {display: block; width: 100%;}
.image-banner.with-top-border {border-top: solid 20px #99CA3D; box-shadow: 0px -3px 6px rgba(0,0,0,0.29); position: relative;}

.content-band-module {max-width: 850px; margin: 0 auto; text-align: center;}

.two-column-content-band-module {display: flex; flex-wrap: wrap; margin: 0 -50px -60px -50px;}
.two-column-content-band-module > div {width: 50%; padding: 0 50px 60px 50px;}

.footer-hero-banner {background: url(images/person-on-mountain.jpg) no-repeat center center; background-size: cover; position: relative; overflow: hidden; color: #fff;}
.footer-hero-banner h2 {color: #fff;}
.footer-hero-banner .mask {position: absolute; top: 0; right: -500px; bottom: 0; left: 50%;}
.footer-hero-banner .mask:before {mix-blend-mode: multiply; background-color: rgba(0,128,177,1); position: absolute; content: ""; width: 100%; height: 100%; transform: skewX(-16.5deg); transform-origin: 100% 0%;}
.footer-hero-banner .mask:after {mix-blend-mode: screen; background-color: rgba(16,41,81,1); position: absolute; content: ""; width: 100%; height: 100%; transform: skewX(-16.5deg); transform-origin: 100% 0%;}
/* .footer-hero-banner .section > div {padding-top: 300px; padding-bottom: 150px;} */
.footer-hero-banner .content {display: flex; justify-content: flex-end;}
.footer-hero-banner .content > div {max-width: 450px;}

.bg-image-content-band {background: #1381af no-repeat center center; background-size: cover; color: #fff;}
.bg-image-content-band h2,
.bg-image-content-band h3 {color: #fff;}
.bg-image-content-band .content {display: flex;}
.bg-image-content-band .content > div {max-width: 600px;}
.bg-image-content-band.text-right .content {justify-content: flex-end;}

.image-content-band {display: flex; flex-wrap: wrap;}
.image-content-band > .image {width: 50%; background: no-repeat center center; background-size: cover;}
.image-content-band > .content {width: 50%; padding: 150px 40px 150px 150px;}
.image-content-band > .content > div {max-width: 600px;}
.image-content-band.top-angle > .content,
.image-content-band.blue-top-angle > .content {padding-top: 230px;}

.callout-banner > div {padding-top: 80px; padding-bottom: 80px; text-align: center;}
.callout-banner h2 {margin: 0 0 10px 0;}
.callout-banner .btn:not(.single) {min-width: 240px; margin: 20px 10px 0 10px;}
.callout-banner.bg-grey h2 {color: #0E2852;}
.callout-banner.has-image .wrapper {display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.callout-banner.has-image .image img {max-width: 200px;}
.callout-banner.has-image .content {text-align: left; padding: 0 0 0 70px;}

.jobs-header > div {padding-top: 150px;}
.jobs-header h2 {text-align: center; margin: 0 0 100px 0;}

.job-filters-box {background: #fff; position: relative; padding: 20px 30px 30px 30px; border-bottom: solid 20px #99CA3D; border-radius: 10px; box-shadow: 0px 3px 6px rgba(0,0,0,0.3); z-index: 1;}
/*
.job-filters-box:before {position: absolute; content: ""; left: 0; bottom: 0; right: 0; height: 20px; background: #99CA3D;}
*/
.job-filters-box h3 {color: #0080B1;}
.job-filters-box .filters {display: flex; flex-wrap: wrap; margin: 0 -10px 10px -10px;}
.job-filters-box .filters > div {width: 20%; padding: 0 10px 10px 10px;}
.job-filters-box select {	display: block; font-size: 16px; font-weight: bold; color: #0E2852; line-height: 1.3; padding: .6em 1.4em .5em .8em; width: 100%; max-width: 100%; box-sizing: border-box; margin: 0; border: 1px solid #A7AAB2; box-shadow: 0 1px 0 1px rgba(0,0,0,.04); border-radius: .5em; -moz-appearance: none; -webkit-appearance: none; appearance: none; background-color: #fff; background-image: url('images/down-arrow.svg'), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%); background-repeat: no-repeat, repeat; background-position: right .7em top 50%, 0 0; background-size: .65em auto, 100%;
}
.job-filters-box option {font-weight: normal;}
.job-filters-box .btn {padding: 8px 26px;}

.jobs-wrapper h2 {margin: 0 0 20px 0; font-size: 48px; line-height: 52px; color: #0E2852;}

.jobs {display: table; width: 100%; border-collapse: collapse; font-size: 16px; line-height: 20px;}
.jobs > div {display: table-row;}
.jobs > div > div {display: table-cell; padding: 15px 10px; border-bottom: solid 1px #d3d5d8;}
.jobs a {color: #0080B1; font-weight: bold; text-decoration: none;}
.jobs a:focus,
.jobs a:hover {color: #0e2852;}
.jobs .head {border-bottom: solid 1px #6a7a92;}
.jobs .head > div {font-size: 16px; line-height: 20px; font-weight: bold; text-transform: uppercase; color: #0E2852; letter-spacing: 2px;}
.jobs .label {display: none;}
.jobs .row {background: #fff;}
.jobs .row .location,
.jobs .row .hours {white-space: nowrap;}

.job-details {max-width: 1200px;}
.job-details h3 {margin: 0 0 5px 0; font-size: 30px; line-height: 34px; color: #0080B1;}
.job-details .head {margin: 0 0 30px 0;}

.job-meta {font-size: 25px; line-height: 35px;}
.job-meta > div {display: inline-block;}
.job-meta > div + div:before {content: "|"; margin: 0 10px; display: inline-block;}
.job-meta > div > div {padding: 0 0 0 30px; background: url(images/icons/location.svg) no-repeat left center; display: inline-block;}
.job-meta > div.timeframe > div {background-image: url(images/icons/clock.svg);}

.job-actions {margin: 60px 0 0 0; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.job-actions .share {display: flex; align-items: center;}
.job-actions .label {font-size: 16px; line-height: 20px; text-transform: uppercase; font-weight: bold; color: #0E2852; letter-spacing: 3px; margin-right: 10px;}

hr {margin: 60px 0; background: #a5a5a6; height: 1px; font-size: 1px; line-height: 1px; border: none;}

.bhive-header {background: #1280ae no-repeat center center; background-size: cover; position: relative;}
.bhive-header:after {position: absolute; content: ""; width: 250px; height: 250px; left: calc(50% - 125px); bottom: -90px; background: url(images/bhive-hexagons.svg) no-repeat center center; background-size: contain; z-index: 1;}
.bhive-header h1 {margin: 0 auto 20px auto; font-size: 0px; line-height: 0px; text-indent: -10000px; width: 373px; height: 168px; background: url(images/bhive-logo.svg) no-repeat center center; background-size: contain;}
.bhive-header .video {position: relative; overflow: hidden; padding-bottom: 62.5%;}
.bhive-header .video > div {position: absolute; top: -2px; right: -2px; bottom: -2px; left: -2px;}
.bhive-header .video video,
.bhive-header .video canvas {position: absolute; top: 0; left: 50%; width: 100%; min-height: 100%; height: auto; -webkit-transform: translateX(-50%); transform: translateX(-50%);} /* top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); */
.bhive-header .video.mobile-video {display: none;}
.bhive-header .content {position: absolute; top: 100px; left: 0; right: 0; text-align: center; z-index: 10;}
.bhive-header .tagline {font-family: 'Tragic Marker'; font-size: 50px; line-height: 54px; color: #fff;}

.bhive-tabs .tabs-banner {position: relative;}
.bhive-tabs .tabs-banner:before {position: absolute; content: ""; left: 0; right: 0; bottom: 0; height: 20px; box-shadow: 0px 3px 6px rgba(0,0,0,0.3);}
.bhive-tabs .tabs-banner:after {position: absolute; content: ""; left: 0; right: 0; bottom: 0; top: 70px; background: #F0F2F3;}
.bhive-tabs .tabs {display: flex; justify-content: space-between; position: relative; z-index: 1; max-width: 1050px; margin: 0 auto;}
.bhive-tabs .tabs button {margin: 0 0 70px 0; padding: 0; background: none; border: none; color: #0E2852; font-size: 30px; line-height: 34px; text-align: center; font-family: 'Gilroy'; position: relative; outline: none;}
.bhive-tabs .tabs button[aria-selected="true"]:after {position: absolute; content: ""; bottom: -70px; height: 20px; width: 150px; left: calc(50% - 75px); background: #0080B1;}
.bhive-tabs .tabs .icon {width: 130px; height: 130px; display: flex; justify-content: center; align-items: center; background: #0080B1; border-radius: 50%; position: relative; margin: 0 auto 30px auto;}
.bhive-tabs .tabs .icon:before {position: absolute; content: ""; top: -10px; left: -10px; width: 150px; height: 150px; background: #fff; border: solid 5px #0080B1; border-radius: 50%; z-index: -1;}
.bhive-tabs .tabs .icon svg {width: 100%; max-width: 75px; fill: #fff;}
.bhive-tabs .tabs > div:nth-child(2) button .icon,
.bhive-tabs .tabs > div:nth-child(2) button:after {background-color: #99CA3D;}
.bhive-tabs .tabs > div:nth-child(2) button .icon:before {border-color: #99CA3D;}
.bhive-tabs .tabs > div:nth-child(3) button .icon,
.bhive-tabs .tabs > div:nth-child(3) button:after {background-color: #FEC416;}
.bhive-tabs .tabs > div:nth-child(3) button .icon:before {border-color: #FEC416;}
.bhive-tabs .tab-content .section {overflow: hidden;}
.bhive-tabs .tab-content .section > div {padding-top: 150px; padding-bottom: 50px;}
.bhive-tabs .tab-content [role="tabpanel"]:nth-child(2) .h2 {color: #99CA3D;}
.bhive-tabs .tab-content [role="tabpanel"]:nth-child(3) .h2 {color: #FEC416;}
.bhive-tabs .tab-content .icon {display: none; width: 130px; height: 130px; justify-content: center; align-items: center; background: #0080B1; border-radius: 50%; position: relative; margin: 0 auto 40px auto;}
.bhive-tabs .tab-content .icon:before {position: absolute; content: ""; top: -10px; left: -10px; width: 150px; height: 150px; border: solid 5px #0080B1; border-radius: 50%;}
.bhive-tabs .tab-content .icon svg {width: 100%; max-width: 75px; fill: #fff;}
.bhive-tabs .tab-content > div:nth-child(2) .icon,
.bhive-tabs .tab-content > div:nth-child(2) .icon:after {background-color: #99CA3D;}
.bhive-tabs .tab-content > div:nth-child(2) .icon:before {border-color: #99CA3D;}
.bhive-tabs .tab-content > div:nth-child(2) .bhive-carousel > div:before {background-color: #99CA3D;}
.bhive-tabs .tab-content > div:nth-child(3) .icon,
.bhive-tabs .tab-content > div:nth-child(3) .icon:after {background-color: #FEC416;}
.bhive-tabs .tab-content > div:nth-child(3) .icon:before {border-color: #FEC416;}
.bhive-tabs .tab-content > div:nth-child(3) .bhive-carousel > div:before {background-color: #FEC416;}

.bhive-carousel {padding: 0 100px; max-width: 1200px; margin: 100px auto 0 auto;}
.bhive-carousel > div {position: relative; max-width: 1000px;}
.bhive-carousel > div:before {position: absolute; content: ""; top: 150px; left: -5000px; width: 100000px; height: 20px; background: #0080B1;}
.bhive-carousel > div > div {transition: 0.35s ease-out;}
.bhive-carousel .panel-icon {display: block; width: 50px; position: absolute; top: 0; left: calc(50% - 25px); transition: 0.35s ease-out;}
.bhive-carousel .screenshot {display: block; width: 100%; box-shadow: 0px 3px 6px rgba(0,0,0,0.29); transform-origin: top center; transition: 0.35s ease-out; position: relative;}
.bhive-carousel .caption {text-align: center; margin: 20px 0 0 0; transition: 0.35s ease-out; opacity: 0;}
.bhive-carousel .active .caption {opacity: 1;}
.bhive-carousel .active .panel-icon {top: -70px;}
.bhive-carousel .panel-1 {position: absolute; top: 0; left: 0; max-width: 360px;}
.bhive-carousel .panel-1.active {left: -90px;}
.bhive-carousel .panel-2 {position: absolute; top: 0; right: 0; max-width: 360px;}
.bhive-carousel .panel-2.active {right: -40px;}
.bhive-carousel .panel-3 {max-width: 530px; margin: 0 auto; padding: 50px 0 0 0;}
.bhive-carousel .panel-3 .panel-icon {top: 50px;}
.bhive-carousel .panel-3 .caption {margin-top: 80px;}
.bhive-carousel .panel-3.active .panel-icon {top: -10px;}
.bhive-carousel .panel-3.active .screenshot {transform: scale(1.2);}
.bhive-carousel.connection .panel-2 {max-width: 300px;}

.feature-grid-banner h2 {color: #0E2852;}

.feature-grid {overflow: hidden;}
.feature-grid svg {width: 100%; max-width: 55px;}
.feature-grid > div {display: flex; flex-wrap: wrap; margin: -50px;}
.feature-grid > div > div {width: 33.3333%; padding: 50px; display: flex; align-items: center;}
.feature-grid > div > div:nth-child(n+4) {border-top: solid 1px #717171;}
.feature-grid > div > div > div {display: flex; align-items: center;}
.feature-grid .icon {width: 15%;}
.feature-grid .content {width: 85%; padding: 0 0 0 40px;}
.feature-grid > div > div:nth-child(1) svg,
.feature-grid > div > div:nth-child(2) svg,
.feature-grid > div > div:nth-child(3) svg {fill: #0080B1;}
.feature-grid > div > div:nth-child(4) svg,
.feature-grid > div > div:nth-child(5) svg,
.feature-grid > div > div:nth-child(6) svg {fill: #99CA3D;}
.feature-grid > div > div:nth-child(7) svg,
.feature-grid > div > div:nth-child(8) svg,
.feature-grid > div > div:nth-child(9) svg {fill: #FEC416;}

.stats {display: flex; flex-wrap: wrap; margin: 0 -40px -60px -40px; font-weight: bold; color: #717171;}
.stats > div {display: flex; flex-wrap: wrap; padding: 0 40px 60px 40px; width: 33.3333%; align-items: center;}
.stats strong {display: block; font-size: 40px; line-height: 44px; color: #0080B1; font-family: 'Gilroy'; font-weight: normal;}
.stats strong.small {font-size: 20px; line-height: 24px;}
.stats .icon {width: 130px; height: 130px; display: flex; align-items: center; justify-content: center; border: solid 5px #99CA3D; border-radius: 50%;}
.stats .icon img,
.stats .icon svg {display: block; width: 100%; max-width: 75px; height: auto; fill: #0E2852;}
.stats .content {width: calc(100% - 130px); padding: 0 0 0 40px;}

.image-gallery-wrapper {position: relative; padding-bottom: 46%;}

.image-gallery {display: flex; width: 100%; height: 100%; position: absolute;}
.image-gallery div {display: flex; width: 100%; background: no-repeat center center; background-size: cover;}
.image-gallery > div {padding: 5px;}
.image-gallery > div:nth-child(1) {width: 33.3333%; flex-direction: column; margin: -5px 0;}
.image-gallery > div:nth-child(1) > div {padding: 5px 0;}
.image-gallery > div:nth-child(1) > div:nth-child(1) {height: 66.6666%;}
.image-gallery > div:nth-child(1) > div:nth-child(2) {height: 33.3333%;}
.image-gallery > div:nth-child(2) {width: 66.6666%; flex-direction: column; margin: -5px 0;}
.image-gallery > div:nth-child(2) > div {padding: 5px 0;}
.image-gallery > div:nth-child(2) > div:nth-child(1) {height: 33.3333%;}
.image-gallery > div:nth-child(2) > div:nth-child(2) {height: 66.6666%; margin: 0 -5px; width: auto;}
.image-gallery > div:nth-child(2) > div:nth-child(2) > div {padding: 0 5px;}
.image-gallery > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) {flex-direction: column; margin: -5px 0;}
.image-gallery > div:nth-child(2) > div:nth-child(2) > div:nth-child(2) > div {padding: 5px 0; height: 50%;}
/* .image-gallery .photo {transition: 1s ease; position: static; top: 5px; left: 5px;}
.image-gallery .photo:hover {position: absolute; top: 5px; left: 5px; width: 100%; height: 100%;} */

.faqs {background: #fff;}
.faqs > div {border-bottom: solid 1px #c2c4c9;}
.faqs > div > button {background: #fff; position: relative; color: #0080B1; padding: 25px 50px; cursor: pointer; margin: 0; border: none; display: block; width: 100%; text-align: left; transition: 0.25s ease; outline: none;}
.faqs > div > button:before {position: absolute; font-family: 'Font Awesome 5 Pro'; content: "\f067"; top: calc(50% - 10px); right: 30px; font-size: 20px; line-height: 20px; color: #FEC416; font-weight: bold;}
.faqs > div > button:focus,
.faqs > div > button:hover,
.faqs > div > button[aria-selected="true"] {background: #0080B1; color: #fff;}
.faqs > div > button[aria-selected="true"]:before {content: "\f068";}
.faqs > div > button[aria-selected="true"] + .content {max-height: 500px;}
.faqs > div > button h2 {font-family: 'Open Sans', Arial, Verdana, Sans-Serif; margin: 0; font-size: 20px; line-height: 27px; color: inherit; font-weight: bold;}
.faqs .content {transition: 0.5s ease; max-height: 0px; overflow: hidden;}
.faqs .content > div {padding: 50px;}

.posts article {display: flex; flex-wrap: wrap;}
.posts > article + article {border-top: solid 1px #828282; padding-top: 60px; margin-top: 60px;}
.posts h2 a {color: #0080B1; text-decoration: none;}
.posts h2 a:focus,
.posts h2 a:hover {text-decoration: underline;}
.posts .author {font-size: 25px; line-height: 29px; color: #0E2852; font-weight: bold; margin: 0 0 20px 0;}
.posts .author a {color: #0E2852; text-decoration: none;}
.posts .author a:focus,
.posts .author a:hover {text-decoration: underline;}
.posts .thumb {width: 30%;}
.posts .thumb img {display: block; width: 100%; border-radius: 20px;}
.posts .content {width: 70%; padding: 0 0 0 60px;}
.posts .excerpt {margin: 0 0 20px 0;}

#post {max-width: 1200px;}
#post .date-author {margin: 0 0 10px 0; color: #0E2852; font-size: 25px; line-height: 29px; font-weight: bold;}
#post .date-author a {color: #0E2852; text-decoration: none;}
#post .date-author a:focus,
#post .date-author a:hover {text-decoration: underline;}

.simplefavorite-button {background: none; padding: 0; margin: 0; border: none; cursor: pointer; font-size: 16px; line-height: 20px;}
.simplefavorite-button .fa {color: #f00; margin: 0 5px 0 0;}
.simplefavorite-button .fa.unfavorited {font-weight: 300;}
.simplefavorite-button + .share {margin-top: 20px;}

.team-slider-wrapper {position: relative; overflow: hidden; padding: 0 0 150px 0;}
.team-slider-wrapper:before {position: absolute; content: ""; left: -100px; right: -100px; top: -1000px; height: 1250px; background: #F0F2F3; transform: skewY(-3.5deg); transform-origin: center bottom;}

.team-slider {max-width: 1520px; margin: 90px auto 30px auto; padding: 0 80px; position: relative;}
.team-slider img {width: 100%; display: block; transition: 0.5s ease; filter: grayscale(100%) contrast(1);}
.team-slider .slick-arrow {position: absolute; top: calc(50% - 30px); left: -80px; width: 60px; height: 60px; font-size: 50px; line-height: 60px; text-align: center; color: #fff; cursor: pointer; border-radius: 50%; background: #99CA3D; border: none; margin: 0; padding: 0; outline: none;}
.team-slider .slick-arrow.slick-next {left: auto; right: -80px;}
.team-slider .wrapper {max-width: 300px; border-radius: 20px; overflow: hidden; opacity: 0.8; transition: 0.5s ease; transform: scale(0.5); display: block; background: #fff; position: relative; border-bottom: solid 13px #0080B1;}
.team-slider .wrapper:before {mix-blend-mode: multiply; background-color: #78a8d2; position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; border-radius: 15px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; z-index: 2; transition: 0.5s ease;}
.team-slider .wrapper:after {mix-blend-mode: screen; background-color: #172951; position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; border-radius: 15px; border-bottom-left-radius: 0; border-bottom-right-radius: 0; z-index: 2; transition: 0.5s ease;}
.team-slider .slick-slide {outline: none;}
.team-slider .slick-slide.center-left .wrapper {transform: scale(.75); transform-origin: left center; opacity: 1;}
/* .team-slider .slick-slide.center-left .wrapper img { opacity: 0.75;} */
.team-slider .slick-slide.center-right .wrapper {transform: scale(.75); transform-origin: right center; opacity: 1;}
/* .team-slider .slick-slide.center-right .wrapper img { opacity: 0.75;} */
.team-slider .slick-slide.slick-center .wrapper {transform: scale(1); opacity: 1; border-bottom-color: #99CA3D; border-bottom-width: 15px;}
.team-slider .slick-slide.slick-center .wrapper img {filter: none;}
.team-slider .slick-slide.slick-center .wrapper:before,
.team-slider .slick-slide.slick-center .wrapper:after {opacity: 0;}
.team-slider .slide {visibility: hidden;}
.team-slider .slick-initialized .slide {visibility: visible;}

.profile-slider-wrapper {max-width: 1060px; padding: 0 40px; margin: 0 auto;}

.profile-slider .profile .overview {text-align: center; margin: 0 0 20px 0;}
.profile-slider .profile .overview .h2 {margin: 0;}
.profile-slider .profile .title {font-size: 25px; margin: 5px 0 0 0;}
.profile-slider .profile .social-links {margin: 20px 0 0 0;}
.profile-slider .profile .social-links a {color: #1381af; font-size: 30px; line-height: 30px;}
.profile-slider .profile .social-links a:focus,
.profile-slider .profile .social-links a:hover {color: #99CA3D;}
.profile-slider .profile .location {margin: 15px 0 0 0;}
.profile-slider .profile .content {display: flex; flex-wrap: wrap;}
.profile-slider .profile .content > .left {width: 60%; padding: 0 60px 0 0;}
.profile-slider .profile .content > .right {width: 40%;}
.profile-slider .profile .block {padding: 30px; background: #f0f2f3; border-radius: 20px;}
.profile-slider .profile .block + .block {margin-top: 30px;}
.profile-slider .profile .photos {margin: 70px -10px -20px -10px; display: flex; flex-wrap: wrap;}
.profile-slider .profile .photos > div {width: 33.3333%; padding: 0 10px 20px 10px;}
.profile-slider .profile .photos > div > div {background: no-repeat center center; background-size: cover; padding-bottom: 66%; border-radius: 15px;}
.profile-slider .profile .photos img {display: block; border-radius: 20px;}
.profile-slider .profile .quote {font-size: 25px; line-height: 34px; color: #0E2852; font-weight: bold; margin: 0 0 20px 0; font-style: italic;}
.profile-slider .profile .quote-author {text-align: right;}
.profile-slider .slide {visibility: hidden;}
.profile-slider .slick-slide {outline: none;}
.profile-slider.slick-initialized .slide {visibility: visible;}

.team-grid {display: flex; flex-wrap: wrap; margin: 0 -30px -70px -30px; font-size: 14px; line-height: 20px; text-align: center;}
.team-grid > div {width: 16.6666%; padding: 0 30px 70px 30px;}
.team-grid h3 {margin: 20px 0 4px 0; font-size: 18px; line-height: 24px;}
.team-grid a {position: relative; overflow: hidden; display: block; overflow: hidden;}
.team-grid a:before {mix-blend-mode: multiply; background-color: #78a8d2; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; border-radius: 15px; opacity: 0; z-index: 2;}
.team-grid a:after {mix-blend-mode: screen; background-color: #172951; position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; border-radius: 15px; opacity: 0; z-index: 2;}
.team-grid a:focus:before,
.team-grid a:hover:before,
.team-grid a:focus:after,
.team-grid a:hover:after {opacity: 1;}
.team-grid a:focus .photo:after,
.team-grid a:hover .photo:after {height: 27px;}
.team-grid a:focus .fa-linkedin-in,
.team-grid a:hover .fa-linkedin-in {opacity: 1;}
.team-grid a:focus img,
.team-grid a:hover img {filter: grayscale(100%) contrast(1); transform: scale(1.1);}
.team-grid .fa-linkedin-in {position: absolute; opacity: 0; transition: 0.25s ease; right: 10px; bottom: 10px; background: #0E2852; border-radius: 50%; width: 30px; height: 30px; font-size: 15px; line-height: 31px; text-align: center; color: #fff; z-index: 4;}
.team-grid .photo {border-radius: 15px; overflow: hidden; position: relative;}
.team-grid .photo:after {position: absolute; content: ""; left: 0; bottom: 0; right: 0; height: 15px; background: #0E2852; transition: 0.25s ease; z-index: 3;}
.team-grid .photo img {display: block; transition: 0.25s ease;}

#contact {position: relative; padding: 0 0 150px 0;}
#contact .background {position: absolute; top: 0; right: 0; left: 0; height: 900px; background: url(images/bg-contact.jpg) no-repeat center center; background-size: cover;}
#contact .background:before {position: absolute; content: ""; background: #F0F2F3; bottom: -100px; right: 0; left: 0; height: 200px; transform: skewY(-3.5deg); transform-origin: center center; z-index: 0;}
#contact .intro {padding: 200px 0 150px 0; max-width: 500px;}
#contact .content {display: flex; flex-wrap: wrap; position: relative;}
#contact .content > .left {padding: 50px; background: #fff; border-radius: 15px; box-shadow: 0px 3px 6px rgba(0,0,0,0.29); width: 75%; position: relative; overflow: hidden;}
#contact .content > .left:after {position: absolute; content: ""; left: 0; right: 0; bottom: 0; background: #99CA3D; height: 20px;}
#contact .content > .right {width: 25%; padding: 300px 0 0 60px; font-size: 16px; line-height: 22px;}

#lead-form {position: relative; padding: 0 0 150px 0;}
#lead-form .background {position: absolute; top: 0; right: 0; left: 0; height: 900px; background: #0080B1 no-repeat center center; background-size: cover;}
#lead-form .background:before {position: absolute; content: ""; background: #0080B1; bottom: -100px; right: 0; left: 0; height: 200px; transform: skewY(-3.5deg); transform-origin: center center; z-index: 0;}
#lead-form .intro {padding: 200px 0 100px 0; text-align: center;}
#lead-form .box {text-align: left; min-height: 700px; display: flex; align-items: center;}
#lead-form .box > div {width: 100%;}

.gform_wrapper.gravity-theme .join-team .gfields {grid-column-gap: 4%; grid-row-gap: 26px;}
.gform_wrapper.gravity-theme .join-team .first-name,
.gform_wrapper.gravity-theme .join-team .email,
.gform_wrapper.gravity-theme .join-team .last-name,
.gform_wrapper.gravity-theme .join-team .phone {grid-column: span 6 !important;}
.gform_wrapper.gravity-theme .join-team .gfield_required_text {color: #FA8006; text-transform: lowercase;}
.gform_wrapper.gravity-theme .join-team .city,
.gform_wrapper.gravity-theme .join-team .state,
.gform_wrapper.gravity-theme .join-team .zip {grid-column: span 4 !important;}
.gform_wrapper.gravity-theme .join-team .gfield {margin: 0 0 10px 0;}
.gform_wrapper.gravity-theme .join-team .gform_footer {text-align: right;}
.gform_wrapper.gravity-theme .join-team .btn {background: #0080B1;}
.gform_wrapper.gravity-theme .join-team .btn:focus,
.gform_wrapper.gravity-theme .join-team .btn:hover {background: #FEC416;}

.contact-form {margin: 0 -25px !important; max-width: 1000% !important;}
.contact-form .gform_fields {display: flex !important; flex-wrap: wrap;}
.contact-form .gform_fields > li {width: 50%; padding: 0 25px 30px 25px !important; margin: 0 !important;}
.contact-form .gform_fields > li:nth-last-child(2) {width: 100%; }
.contact-form .gform_fields [type="text"],
.contact-form .gform_fields [type="email"],
.contact-form .gform_fields select,
.contact-form .gform_fields textarea {width: 100% !important; padding: 5px !important;}
.contact-form .gform_footer {padding: 0 25px !important; margin: 0 !important;}

.contact-confirmation {text-align: center; max-width: 700px; position: relative; padding: 225px 0 80px 0; margin: 100px auto 0 auto;}
.contact-confirmation:before {position: absolute; content: ""; top: 0; left: calc(50% - 75px); border-radius: 50%; width: 150px; height: 150px; background: #fff; border: solid 5px #99CA3D;}
.contact-confirmation:after {position: absolute; content: ""; background: #99CA3D url(images/checkmark.svg) no-repeat center center; background-size: 80px auto; width: 130px; height: 130px; border-radius: 50%; top: 10px; left: calc(50% - 65px); color: #fff; text-align: center;}
.contact-confirmation a.home {margin-top: 80px;}

.checkmark-circle {position: relative; width: 150px; height: 150px; display: block; margin: 0 auto 75px auto; background: #99CA3D url(images/checkmark.svg) no-repeat center center; border-radius: 50%; background-size: 70px auto;}
.checkmark-circle:before {position: absolute; content: ""; top: 4px; right: 4px; bottom: 4px; left: 4px; border: solid 4px #fff; border-radius: 50%;}

a.home {display: inline-block; position: relative;}
a.home:after {content: ""; background: url(images/home.svg) no-repeat center center; margin-left: 10px; vertical-align: middle; display: inline-block; width: 25px; height: 23px;}

a.home-btn {display: inline-block; position: relative; background: #0080B1; padding: 14px 25px 10px 25px; font-size: 16px; line-height: 20px; text-transform: uppercase; letter-spacing: 3px; color: #fff; text-decoration: none; border-radius: 10px;}
a.home-btn:after {content: ""; background: url(images/home.svg) no-repeat center center; margin-left: 10px; vertical-align: middle; display: inline-block; width: 25px; height: 23px; position: relative; top: -2px;}
a.home-btn:focus,
a.home-btn:hover {background: #FEC416;}

ul.conatct {margin: 0; padding: 0; list-style-type: none; font-size: 20px; line-height: 27px;}
ul.conatct li + li {margin-top: 20px;}
ul.conatct a {font-weight: normal; color: #717171; text-decoration: none; position: relative; padding: 0 0 0 40px; display: inline-block;}
ul.conatct a:before {position: absolute; content: ""; top: 0; left: 0; width: 30px; height: 30px; background: #0080B1; border-radius: 50%;}
ul.conatct a:after {position: absolute; font-family: 'Font Awesome 5 Pro'; content: "\f095"; top: 0; left: 0; width: 30px; height: 30px; font-size: 13px; line-height: 30px; text-align: center; color: #fff; font-weight: bold;}
ul.conatct li.phone a:after {background: url(images/phone.svg) no-repeat center center; background-size: 15px 15px; content: "";}
ul.conatct li.email a:after {background: url(images/email.svg) no-repeat center center; background-size: 15px auto; content: "";}
ul.conatct li.twitter a:after {font-family: 'Font Awesome 5 Brands'; content: "\f099";}
ul.conatct li.vimeo a:after {font-family: 'Font Awesome 5 Brands'; content: "\f27d"; font-weight: normal; font-size: 15px;}
ul.conatct li.linkedin a:after {font-family: 'Font Awesome 5 Brands'; content: "\f0e1";}
ul.conatct a strong {font-weight: bold;}
ul.conatct a:focus,
ul.conatct a:hover {text-decoration: underline;}
ul.conatct a:focus:before,
ul.conatct a:hover:before {background: #fdc334;}

.icon-tiles {display: flex; flex-wrap: wrap; margin: 0 -15px -30px -15px; font-size: 20px; line-height: 26px; color: #fff;}
.icon-tiles > div {width: 33.3333%; display: flex; padding: 0 15px 30px 15px;}
.icon-tiles svg {max-width: 90px; height: auto;}
.icon-tiles h2,
.icon-tiles h3 {font-size: 25px; line-height: 29px; font-weight: bold; color: #fff; margin: 0; text-align: center; position: relative; transition: 0.25s ease-out; z-index: 5;}
.icon-tiles li::marker {color: #99CA3D;}
.icon-tiles .tile {width: 100%; background: #0E2852; border-bottom: solid 20px #0080B1; padding: 30px 0 0 0; border-radius: 15px; box-shadow: 0px 3px 6px #00000029; position: relative; min-height: 220px; text-decoration: none; font-weight: normal; color: #fff; overflow: hidden; display: block;}
.icon-tiles .tile:focus h3,
.icon-tiles .tile:hover h3 {margin-top: -120px;}
.icon-tiles .tile:focus .content,
.icon-tiles .tile:hover .content {opacity: 1;}
.icon-tiles .icon {display: flex; min-height: 100px; margin: 0 0 10px 0; align-items: center; justify-content: center;}
.icon-tiles .content {position: absolute; top: 0; right: 0; bottom: 0; left: 0; opacity: 0; padding: 50px 10px 10px 10px; background: #0080B1; transition: 0.25s ease;}

.text-with-photo-banner > div {position: static;}
.text-with-photo-banner .content {width: 50%; padding: 0 150px 0 0;}
.text-with-photo-banner .photo {position: absolute; top: 0; left: 50%; right: 0; bottom: 0;}
.text-with-photo-banner .photo img {display: block; width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.text-with-photo-banner.flip .photo {left: 0; right: 50%;}
.text-with-photo-banner.flip .content {padding: 0 0 0 calc(50% + 150px); width: 100%;}

.text-with-icons-grid {display: flex; flex-wrap: wrap;}
.text-with-icons-grid > div {width: 33.3333%; border-bottom: solid 1px #b8b8b8; padding: 0 20px 40px 20px; margin-bottom: 40px;}
.text-with-icons-grid > div:nth-last-child(1),
.text-with-icons-grid > div:nth-last-child(2),
.text-with-icons-grid > div:nth-last-child(3) {border-bottom: none; padding-bottom: 0; margin-bottom: 0;}
.text-with-icons-grid > div > div {display: flex;}
.text-with-icons-grid h2 {font-size: 24px; line-height: 34px; margin: 0 0 5px 0; font-family: 'Open Sans', sans-serif; font-weight: bold;}
.text-with-icons-grid .icon {width: 25%;}
.text-with-icons-grid .icon img,
.text-with-icons-grid .icon svg {display: block; margin: 0 auto;}
.text-with-icons-grid .content {width: 75%; padding: 0 0 0 20px;}

.fa-twitter:before {font-family: sans-serif; content: "𝕏";}

.alert-banner {background: #1381af; color: #fff; position: absolute; top: -200px; left: 0; width: 100%; font-size: 20px; line-height: 1.1em; text-align: center; z-index: 5; transition: 1s cubic-bezier(0.16, 1, 0.3, 1);}
.alert-banner > div {padding-top: 25px; padding-bottom: 25px;}
.alert-banner a {color: #fff; text-decoration: underline; font-weight: normal;}
.alert-banner a:focus,
.alert-banner a:hover {color: #99ca3d;}
.alert-banner.animate {top: 0;}

/**
 * Forms
 */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {font-family: 'Open Sans', Arial, Verdana, Sans-Serif; border: solid 1px #A7AAB2; border-radius: 5px; outline: none;}

input[type="submit"] {cursor: pointer; transition: 0.25s ease;}

button {cursor: pointer;}

@media only screen and (max-width: 1650px) {

    #header nav > ul > li {margin-left: 40px;}

}

@media only screen and (max-width: 1410px) {

    #header {font-size: 16px;}
    #header nav > ul > li {margin-left: 25px;}

    .hero-banner .mask {right: calc(100% - 900px);}

    .two-col-layout > .left {padding: 0 100px 0 0;}

    .stats strong {font-size: 36px; line-height: 40px;}

}

@media only screen and (max-width: 1300px) {

    #footer nav li + li {margin-left: 30px;}

    .hero-banner {font-size: 18px; line-height: 25px;}
    .hero-banner h1 {font-size: 70px; line-height: 70px;}

    .page-tabs {font-size: 22px; line-height: 26px;}

    .bhive-carousel .panel-1 .caption {text-align: left;}
    .bhive-carousel .panel-2 .caption {text-align: right;}

    .bhive-banner .bhive-logo {padding-bottom: 35%;}

    .team-grid > div {width: 20%;}

    .bhive-banner h2 {margin: 0 0 10px 0; font-size: 35px; line-height: 39px;}
    .bhive-banner .bhive-logo {margin: 0 0 10px 0; padding-bottom: 15%;}

    .text-with-icons-grid > div {width: 50%;}
    .text-with-icons-grid > div:nth-last-child(3) {border-bottom: solid 1px #b8b8b8; padding-bottom: 40px; margin-bottom: 40px;}

}

@media only screen and (max-width: 1150px) {

    #header {position: fixed; top: 0; right: 0; left: 0;}
    #header > div {height: 60px;}
    #header nav {display: none;}
    #header .toggle-menu {display: block;}
    #header .logo {top: 15px; width: 125px; left: 20px;}

    #footer > div {padding-top: 60px; padding-bottom: 60px;}
    #footer nav ul {justify-content: center; margin: 0 0 40px 0;}
    #footer .right {max-width: 100%;}
    #footer .container {display: block; text-align: center;}
    #footer .logo img {margin: 0 auto 20px auto;}

    #page {padding-top: 60px;}

    body.mobile-menu {overflow: hidden;}
    body.mobile-menu #mobile-menu-mask {opacity: 1; right: 0;}
    body.mobile-menu #mobile-menu {opacity: 1; right: 0; pointer-events: all;}

    .page-header .upper > div {min-height: 500px;}

    .page-tabs {font-size: 18px; line-height: 22px;}

    .boxes > div {width: 100%;}
    .boxes.x4 > div {width: 50%;}

    .hero-banner h1 {font-size: 50px; line-height: 50px;}
    .hero-banner .mask {right: calc(100% - 650px);}
    .hero-banner .content {max-width: 400px;}
    .hero-banner .section > div {padding-top: 120px; padding-bottom: 150px;}

    .footer-hero-banner .mask {left: -1000px;}
    .footer-hero-banner .section > div {padding-top: 150px;}

    .image-content-band > .content {padding: 150px 60px;}

    .bg-image-content-band .content > div {max-width: 400px;}

    .two-col-layout > .left {width: 100%; padding: 0; margin: 0 auto 80px auto; text-align: center; max-width: 850px;}
    .two-col-layout > .right {width: 100%;}

    .stats {display: block; text-align: center;}
    .stats > div {display: block; width: auto;}
    .stats .icon {margin: 0 auto 20px auto;}
    .stats .content {width: 100%; padding: 0;}

    .tab-boxes {display: none;}
    .tab-boxes + .section-footer {margin-top: 0;}

    .boxes-2-module .blue-bottom-angle {margin-top: -100px;}
    .boxes-2-module .blue-bottom-angle:before {top: 100px;}
    .boxes-2-module .blue-bottom-angle .tab-boxes + .section-footer {margin-top: 75px;}

    .tab-panels > div {display: block;}
    .tab-panels > div + div {margin-top: 10px;}
    .tab-panels .icon {display: block;}
    .tab-panels .toggle {display: block;}
    .tab-panels .toggle-container {display: none; padding: 40px 0;}

    .feature-grid {text-align: center;}
    .feature-grid > div {margin: -50px -30px;}
    .feature-grid > div > div {display: block; padding: 50px 30px;}
    .feature-grid > div > div > div {display: block;}
    .feature-grid .icon {width: 50px; margin: 0 auto 20px auto; display: block;}
    .feature-grid .content {width: 100%; padding: 0;}

    .bhive-tabs .tabs-banner {display: none;}
    .bhive-tabs .tab-content .icon {display: flex;}
    .bhive-tabs .tab-content > div {display: block;}
    .bhive-tabs .tab-content .section > div {padding-top: 50px;}

    .bhive-carousel {padding: 0;}
    .bhive-carousel > div {max-width: 400px; margin: 0 auto;}
    .bhive-carousel > div > div + div {margin-top: 60px !important;}
    .bhive-carousel .screenshot {margin: 20px 0;}
    .bhive-carousel .panel-1,
    .bhive-carousel .panel-2,
    .bhive-carousel .panel-3 {position: static; max-width: 100%; padding: 0;}
    .bhive-carousel .panel-1 .caption,
    .bhive-carousel .panel-2 .caption,
    .bhive-carousel .panel-3 .caption {text-align: center;}
    .bhive-carousel .panel-icon {position: static; margin: 0 auto;}
    .bhive-carousel .caption {opacity: 1;}
    .bhive-carousel .panel-3 .caption {margin-top: 0;}
    .bhive-carousel .panel-3.active .screenshot {transform: none;}

    .bhive-header:after {width: 180px; height: 180px; left: calc(50% - 90px);}
    .bhive-header .video {padding-bottom: 82.8%;}
    .bhive-header .video.desktop {display: none;}
    .bhive-header .video.mobile-video {display: block;}

    #contact .content > .left {width: 100%; margin: 0 0 40px 0;}
    #contact .content > .right {width: 100%; padding: 0;}
}

@media only screen and (max-width: 1050px) {

    /*
    .bhive-banner .content {max-width: 300px;}
    */
    .bhive-banner .video {display: none;}
    .bhive-banner .photo {display: block;}
    .bhive-banner .section {position: static;}
    .bhive-banner .content {padding: 0 0 60px 0; margin: -80px 0 0 0; max-width: 100%;}

    .team-grid > div {width: 25%;}

    .icon-tiles > div {width: 50%;}

    .text-with-photo-banner.xlarge-gutter > div {padding-top: 0;}
    .text-with-photo-banner .photo {position: static; margin: 0 -40px 40px -40px;}
    .text-with-photo-banner .content,
    .text-with-photo-banner.flip .content {width: 100%; padding: 0;}

    .text-with-icons-grid > div {width: 100%;}
    .text-with-icons-grid > div:nth-last-child(2) {border-bottom: solid 1px #b8b8b8; padding-bottom: 40px; margin-bottom: 40px;}
}

@media only screen and (max-width: 950px) {

    .jobs-header:before {bottom: -900px;}

    .job-filters-box .filters > div {width: 50%;}
    .job-filters-box .filters > div:last-child {width: 100%; text-align: center;}

    .jobs {display: block; line-height: 27px;}
    .jobs .head {display: none;}
    .jobs .row {background: none; display: block;}
    .jobs > div > div {display: block; border-bottom: none; padding: 0;}
    .jobs .details {border-bottom: solid 1px #d3d5d8; padding: 0 0 20px 0; margin: 0 0 20px 0;}
    .jobs .row:last-child .details {border-bottom: none; padding: 0; margin: 0;}

}

@media only screen and (max-width: 900px) {

    .hero-banner .mask {right: -1000px;}

}

@media only screen and (max-width: 850px) {

    .page-tabs > div {padding: 0;}
    .page-tabs > div > ul > li > ul {display: block;}
    .page-tabs > div > ul > li > ul a {padding: 20px 40px 20px 25px; border-bottom: none; border-left: solid 15px transparent;}
    .page-tabs .current-menu-item > a,
    body.page-template-template-job .page-tabs .sub-menu li:first-child > a {border-left-color: #9ac848;}

    .team-grid > div {width: 33.3333%;}

    .profile-slider .profile .content > .left {width: 100%; padding: 0; margin: 0 0 40px 0;}
    .profile-slider .profile .content > .right {width: 100%;}

}

@media only screen and (max-width: 800px) {

    .bhive-banner .video {display: none;}
    .bhive-banner .photo {display: block;}
    .bhive-banner .section {position: static;}
    .bhive-banner .content {padding: 0 0 60px 0; margin: -80px 0 0 0; max-width: 100%;}

}

@media only screen and (max-width: 750px) {

    body {font-size: 17px; line-height: 24px;}

    h2,
    .h2,
    .bhive-banner h2 {font-size: 35px; line-height: 39px;}
    h3,
    .h3 {font-size: 20px; line-height: 24px;}

    h1,
    .h1,
    .page-header h1 {font-size: 45px; line-height: 49px;}
    .page-header .upper > div {min-height: 300px;}

    .image-content-band > .image {width: 100%; padding-bottom: 80%;}
    .image-content-band > .content {width: 100%; padding: 60px 40px;}
    .image-content-band.top-angle > .content,
    .image-content-band.blue-top-angle > .content {padding-top: 60px;}

    .section.xlarge-gutter > div {padding-top: 100px; padding-bottom: 100px;}

    .section.large-top-gutter > div {padding-top: 60px;}
    .section.large-bottom-gutter > div {padding-bottom: 60px;}

    .two-column-content-band-module > div {width: 100%;}

    .boxes.x4 > div {width: 100%;}

    .callout-banner.has-image .content {text-align: center; margin-top: 20px; padding: 0;}

    .jobs-header > div {padding-top: 100px;}
    .jobs-header:before {bottom: -850px;}

    .job-filters-box .filters > div {width: 100%;}

    .job-actions {display: block;}
    .job-actions .apply {margin: 0 0 40px 0;}
    .job-actions .share {display: block;}
    .job-actions .share .label {display: block; margin: 0 0 5px 0;}

    .contact-form .gform_fields > li {width: 100%;}

    #contact .intro {padding-top: 100px; padding-bottom: 100px;}

    #lead-form .intro {padding-top: 100px; padding-bottom: 100px;}

    .posts h2 {margin: 0 0 5px 0; font-size: 25px; line-height: 31px;}
    .posts article {background: #fff; box-shadow: 0px 3px 6px rgba(0,0,0,0.29); border-radius: 15px; overflow: hidden;}
    .posts > article + article {border-top: none; padding-top: 0; margin-top: 40px;}
    .posts .thumb {width: 100%;}
    .posts .thumb img {border-radius: 0;}
    .posts .content {width: 100%; padding: 20px;}
    .posts .excerpt,
    .posts .more {display: none;}
    .posts .author {font-size: 18px; line-height: 24px; margin: 0;}

    .gform_wrapper.gravity-theme .join-team .first-name,
    .gform_wrapper.gravity-theme .join-team .email,
    .gform_wrapper.gravity-theme .join-team .last-name,
    .gform_wrapper.gravity-theme .join-team .phone {grid-column: span 12 !important;}
    .gform_wrapper.gravity-theme .join-team .city,
    .gform_wrapper.gravity-theme .join-team .state,
    .gform_wrapper.gravity-theme .join-team .zip {grid-column: span 12 !important;}

    .box.medium-padding {padding: 40px 25px 30px 25px;}

    .icon-tiles > div {width: 100%;}
    .icon-tiles h2,
    .icon-tiles h3 {font-size: 20px; line-height: 24px;}

    .text-with-photo-banner.xlarge-gutter > div {padding-top: 0;}

}

@media only screen and (max-width: 700px) {
}

@media only screen and (max-width: 650px) {

    #footer nav ul {display: block; margin-top: 40px;}
    #footer nav li + li {margin-top: 10px; margin-left: 0;}

    .icon-callouts > div {width: 100%;}

    .bhive-header:after {width: 100px; height: 100px; left: calc(50% - 50px); bottom: -50px;}

    .team-grid > div {width: 50%;}

}

@media only screen and (max-width: 600px) {
}

@media only screen and (max-width: 550px) {

    .feature-grid > div {display: block; margin: 0;}
    .feature-grid > div > div {width: 100%; padding: 0 20px;}
    .feature-grid > div > div + div {margin-top: 60px;}
    .feature-grid > div > div:nth-child(n+4) {border-top: none;}

    .team-grid > div {width: 100%;}

}

@media only screen and (max-width: 500px) {
}

@media only screen and (max-width: 450px) {

    .text-with-icons-grid > div {padding-left: 0; padding-right: 0;}
    .text-with-icons-grid > div > div {flex-wrap: wrap;}
    .text-with-icons-grid .icon {width: 100%;}
    .text-with-icons-grid .icon img,
    .text-with-icons-grid .icon svg {margin: 0 0 20px 0;}
    .text-with-icons-grid .content {width: 100%; padding: 0;}

}

@media only screen and (max-width: 400px) {

    #header .logo {left: 20px;}
    #header .toggle-menu {right: 20px;}

    .social a {width: 40px; height: 40px; line-height: 40px; font-size: 18px;}
    .social .icon.bhive {background: 36px auto;}

    .callout-banner .btn {min-width: 100%;}

}

@media only screen and (max-width: 350px) {
}

@media only screen and (max-width: 300px) {
}

@media only screen and (min-width: 1101px) {

    .tab-panels .toggle-container {display: block !important;}

}

/**
 * Gallery
 */
.collage-wrapper {
    padding-bottom: 45%;
    position: relative;
    border-top: solid 5px #fff;
}

 .collage--spotlight {
   height: 100%;
 }

 .spotlight__item {
   position: absolute;
 }
 .spotlight__item:nth-of-type(1) {
   top: 0%;
   left: 0%;
   height: 66.6666666667%;
   width: 33.3333333333%;
 }
 .spotlight__item:nth-of-type(2) {
   top: 66.6666666667%;
   left: 0%;
   height: 33.3333333333%;
   width: 33.3333333333%;
 }
 .spotlight__item:nth-of-type(3) {
   top: 0%;
   left: 33.3333333333%;
   height: 33.3333333333%;
   width: 66.6666666667%;
 }
 .spotlight__item:nth-of-type(4) {
   top: 33.3333333333%;
   left: 33.3333333333%;
   height: 66.6666666667%;
   width: 33.3333333333%;
 }
 .spotlight__item:nth-of-type(5) {
   top: 33.3333333333%;
   left: 66.6666666667%;
   height: 33.3333333333%;
   width: 33.3333333333%;
 }
 .spotlight__item:nth-of-type(6) {
   top: 66.6666666667%;
   left: 66.6666666667%;
   height: 33.3333333333%;
   width: 33.3333333333%;
 }

 .collage--spotlight {
   border-top: 5px solid #fff;
   border-left: 5px solid #fff;
 }

 .spotlight__item {
   cursor: pointer;
   border-right: 5px solid #fff;
   border-bottom: 5px solid #fff;
   -webkit-transition: top 0.5s, left 0.5s, z-index 0.5s, height 0.5s, width 0.5s, background 0.2s;
   transition: top 0.5s, left 0.5s, z-index 0.5s, height 0.5s, width 0.5s, background 0.2s;
 }
 .spotlight__item.item--active {
   top: 0;
   left: 0;
   z-index: 20;
   height: 100%;
   width: 100%;
 }
 .spotlight__item:before {
   position: absolute;
   top: 50%;
   width: 100%;
   text-align: center;
   -webkit-transform: translate(0, -50%);
           transform: translate(0, -50%);
   color: #fff;
 }
