/*
Theme Name: Divi Child Theme
Template: Divi
*/

/* ============================================================================
 * style.css — ROLE: page-/template-scoped rules + baked cross-layer winners,
 * with the folded WP Customizer block LAST (see the fold marker near EOF —
 * nothing may be reordered below it). LOADS SECOND (after temp.css), so at equal
 * specificity/importance rules here WIN over temp.css. Design tokens live in
 * temp.css :root. See docs/css-architecture.md + reports/staging/winner-analysis.md §2.
 * ========================================================================== */

/*-- menu --*/
#top-menu-nav .nav li li ul{ 
    left:-20px !important;
    opacity:1 !important;
    visibility: visible !important;
    display: block !important;

   -webkit-transform: translateX(0%);
   -moz-transform: translateX(0%);
   -o-transform: translateX(0%);
    transform: translateX(0%);
}
.et_primary_nav_dropdown_animation_slide #et-top-navigation ul ul li:hover > ul{
    -moz-animation: noanimation 0.4s ease-in-out;
    -webkit-animation: noanimation 0.4s ease-in-out;
    -o-animation: noanimation 0.4s ease-in-out;
     animation: noanimation 0.4s ease-in-out;

    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;

    left: 4px !important;
    opacity:1 !important;
    visibility: visible !important;
    display: block !important;

   -webkit-transform: translateX(-10%);
   -moz-transform: translateX(-10%);
   -o-transform: translateX(-10%);
    transform: translateX(-10%);
}
#top-menu-nav .nav li li ul li a{
padding-left: 45px !important;
}

@media screen and (max-width: 980px) {
.et_primary_nav_dropdown_animation_slide #et-top-navigation ul ul li:hover > ul{
   -webkit-transform: translateX(0%);
   -moz-transform: translateX(0%);
   -o-transform: translateX(0%);
    transform: translateX(0%);

}
}

/*-- testimonial --*/
.custom_testimonial .et_pb_testimonial_description_inner{
   width: 100% !important;
}

@media (min-width: 768px) {
.mobile-logo img#logo {
    display: none !important;
}

.mobile-logo {
    display: none !important;
}
.logo_container.mobile-logo {
    display: none !important;
}

}

.cleardiv {
	width: 100%;
    float: left;
}

/********************************************
*******   CSS Added on 12-Feb-21   **********
********************************************/
body.single-practice-area,
body.cx-custom-template {
	font-size: 16px;
	font-weight: 400;
}

.cx-custom-template #main-content p {
	padding-bottom: 30px;
}

.cx-custom-template #main-content h2,
.cx-custom-template #main-content h3,
.cx-custom-template #main-content h4,
.cx-custom-template #main-content h5,
.cx-custom-template #main-content h6 {
	color: var(--blue-primary);
	font-weight: 600;
	margin-bottom: 30px;
	line-height: 1.35;
}

.cx-custom-template #main-content h4 {
	line-height: 1.2;
}


.jobs-single-col:hover .job-header a {
	text-decoration: underline;
}
.jobs-single-col:hover .cx-job {
/* 	border: 2px solid #2D953F; */
	border: 2px solid var(--green-cta)
}
.cx-custom-template #main-content ul {
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}

.cx-custom-template #main-content ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}

.cx-custom-template #main-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url(9a1c9ff920a7-list-item.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.background-image-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.cx-custom-template #main-content section ul:last-child,
.cx-custom-template #main-content section p:last-child {
	padding-bottom: 0;
}

.cx-container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.cx-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

[class^='cx-col'],
[class*=' cx-col'] {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.cx-col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.cx-col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-60 {
	margin-top: 60px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-40 {
	padding-bottom: 40px;
}

.text-center {
	text-align: center;
}

.justify-content-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bgc-offset {
	background: #f6f6f6;
}

.bgc-offset-2 {
	background: #e1e1e1;
}

.cx-custom-template #main-content .cx-section-heading h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.35;
	margin-bottom: 60px;
	padding-bottom: 0;
	color: var(--blue-deep);
	color: var(--blue-primary);
}

.cx-custom-template #main-content .cx-section-heading.color-white h2 {
	color: #fff;
}

.top-banner {
	padding-top: 70px;
	padding-bottom: 70px;
}

.top-banner h1 {
	font-weight: 700;
	color: #fff;
	font-size: 45px;
	line-height: 1.35;
	/* font-family collapsed: winner is temp.css `.top-banner h1{font-family:'Inter',sans-serif !important}` (winner-analysis.md §2 row 6) */
}

.cx-testimonials-section,
.cx-subcat {
	background-image: url('8d1ca745df9c-pa-subs-min.jpg');
}

.cx-sub a {
	color: #fff;
	font-weight: 600;
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: underline;
}

.cx-location a::before,
.cx-sub a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background-image: url(1c09ef322720-list-item-white.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.cx-sub a:hover {
	color: #d1d1d1;
}

.cx-clients-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: -22px;
	margin-right: -22px;
	margin-bottom: -35px;
}

.cx-clients-wrapper > .cx-client {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	max-width: 50%;
	padding-left: 22px;
	padding-right: 22px;
}

.cx-clients-wrapper .cx-img-holder {
	background: #fff;
	min-width: 180px;
	height: 92px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-border-radius: 16px;
	border-radius: 16px;
	margin-bottom: 35px;
	padding: 0 10px;
	-webkit-box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 7px 30px rgba(0, 0, 0, 0.05);
}

.post-type-child .cx-client-section {
	background: #f6f6f6;
}

.cx-testimonial-wrapper {
	background: #fff;
	padding: 90px 115px;
	min-height: 340px;
}

.cx-testimonial-wrapper .swiper-wrapper {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cx-testimonial-wrapper .testimonials-content {
	/* font-size: 18px; */
	margin-bottom: 36px;
	color: #3a3a3a;   
	color:var(--grey-text);
}

.cx-testimonial-wrapper .testimonial-meta h4 {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}

.cx-testimonial-wrapper .testimonial-meta p {
	color: #8d8d8d;
	font-size: 18px;
	color:var(--grey-text);
}

.cx-testimonial-wrapper .swiper-arrow {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cx-testimonial-wrapper .swiper-arrow::after {
	font-size: 25px;
	font-weight: 900;
	color: var(--blue-deep);
}

.cx-testimonial-wrapper .swiper-button-next {
	right: 40px;
}

.cx-testimonial-wrapper .swiper-button-next:hover {
	right: 37px;
}

.cx-testimonial-wrapper .swiper-button-prev {
	left: 40px;
}

.cx-testimonial-wrapper .swiper-button-prev:hover {
	left: 37px;
}

.cx-testimonial-wrapper .swiper-pagination-bullets {
	bottom: 35px !important;
}

.cx-testimonial-wrapper .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #c4c4c4;
	opacity: 1;
	margin: 0 8px !important;
}

.cx-testimonial-wrapper .swiper-pagination-bullet-active {
	background: var(--blue-deep);
}

.cx-why-choose-section .choose-item {
	margin-bottom: 60px;
	text-align: center;
}

.cx-reasons-row {
	margin-left: -50px;
	margin-right: -50px;
}

.cx-reasons-row > [class^='cx-col'],
.cx-reasons-row > [class*=' cx-col'] {
	padding-left: 50px;
	padding-right: 50px;
}

.cx-why-choose-section .choose-media {
	margin-bottom: 30px;

}

.cx-why-choose-section .choose-item .inner,
.employer-icon-container .choose-item .inner{
	width: 110px;
	height: 110px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #f9fafc;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.07);
	margin-left: auto;
	margin-right: auto;
}

.employer-icon-container .choose-item .inner{
	background: #fff;
}

.cx-why-choose-section .choose-item .inner img,
.employer-icon-container .choose-item .inner img{
	max-width: 60px;
}

.cx-why-choose-section .choose-item h4 {
	font-size: 22px;
	line-height: 1.5;
	padding-bottom: 0 !important;
	margin-bottom: 10px !important;
}

.cx-why-choose-section .choose-item .choose-content p {
	/* font-size: 18px; */
	color: #666;
	color: var(--grey-text);      
}

.cta-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cx-primary-btn {
	font-size: 18px;
	color: #fff;
	background: #38934e;
	background: var(--green-cta);
	min-width: 200px;
	height: 54px;
	line-height: 54px;
	display: inline-block;
	text-align: center;
	border-radius: 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	padding: 0 20px;
}

.cx-primary-btn:hover,
.cx-primary-btn:focus {
	background: var(--green-cta-hover);
}

.cx-primary-btn:first-child {
	margin-right: 120px;
}

.cx-section-heading.cta-title h2 {
	margin-bottom: 34px !important;
}

.cx-search-wrapper {
	margin-left: auto;
	margin-right: auto;
}

.cx-search-wrapper .cx-search-single {
	-webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
}

.cx-search-wrapper .cx-search-single:not(:last-child) {
	margin-bottom: 60px;
}

.cx-search-wrapper .search-header {
	padding: 16px 24px;
	background: var(--blue-deep);
}

.cx-subcat .cx-sub {
	font-size: 18px;
}

.cx-search-wrapper .search-header h4 {
    margin: 0 !important;
    padding: 0;
    color: #fff !important;
    font-size: 22px;
    line-height: 0.8 !important;
}

.cx-job .job-content p {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
	line-height: 24px;
    color: #666;
	color:var(--grey-text);
}

.cx-search-wrapper .search-content {
	padding: 50px;
	background: #fff;
}

.cx-custom-template #main-content ul.cx-roles {
	margin-bottom: -30px;
}

.cx-custom-template #main-content ul.cx-roles li {
	margin-bottom: 20px;
}

.cx-roles .single-role {
	font-weight: 600;
	line-height: 1.6em;
	color: var(--blue-deep);
	color:var(--blue-primary);
}

.cx-jobs-section {
	background-image: url('77b129a070cc-jobs-bg-img-min.jpg');
}

.cx-jobs-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -25px;
	margin-right: -25px;
}

.jobs-single-col {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 30px;
}

.cx-job {
	height: 100%;
	padding: 30px 30px 70px 30px;
	background: #fff;
	margin-left: 25px;
	margin-right: 25px;
	box-shadow: 0px 2px 20px rgba(0,0,0,.1);
    border: 2px solid transparent;
	position:relative;
}

.cx-job .job-header h3 {
	margin-bottom: 0 !important;
	padding: 0 0 4px 0;
	font-size: 20px;
	line-height: 1.2em !important;
}

.cx-job .job-header h3 a {
    /* font-family collapsed: winner is temp.css `.cx-job .job-header h3 a{font-family:'Inter',sans-serif !important}` (winner-analysis.md §2 row 8) */
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color:var(--blue-primary);
    text-align: center;
}

.cx-job .job-header h3 a:hover,
.cx-job .job-header h3 a:focus {
	color: var(--blue-deep);
}

.cx-job .job-header p {
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
	color: #3A3A3A;
	color: var(--grey-text);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}

.jobs-single-col .job-footer {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
}

.cx-job .job-header {
	margin-bottom: 15px;
}

.cx-job .job-content {
	/* font-size: 18px;
	line-height: 27px; */
	margin-bottom: 30px;
}

.cx-primary-btn.btn-center {
	margin-left: auto;
	margin-right: auto;
}

.cx-primary-btn.size-small {
	min-width: 144px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
}

.cx-primary-btn.size-large {
	padding: 0 60px;
}

.cx-location a {
	color: var(--blue-deep);
	color: var(--blue-primary);
	font-weight: 600;
	position: relative;
	padding-left: 35px;
	margin-bottom: 30px;
	display: inline-block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: underline;
}

.cx-location a::before {
	background-image: url(f2f14b336958-loc-marker.svg);
	width: 15px;
	height: 22px;
}

.cx-location a:hover {
	color: #000;
}

.location-row {
	margin-bottom: -30px;
}

.post-type-child .cx-client-section + .bgc-offset,
.bgc-offset + .bgc-offset {
	background: #fff;
}

.cx-location-section .map-container {
	margin-top: 60px;
}

.cx-location-section .map-container .map-holder {
	width: 100%;
	height: 350px;
}

.cx-location-section .map-container iframe {
	width: 100%;
	height: 100%;
}

.location-address-holder {
	margin-top: -40px;
	text-align: center;
}

.location-address-holder .inner {
	text-align: left;
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

.location-address-holder .inner::before {
	content: "";
	position: absolute;
	left: -5px;
	top: 9px;
	width: 20px;
	height: 20px;
	background-image: url(f2f14b336958-loc-marker.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.gform_wrapper li::before {
	content: none !important;
}

.gform_wrapper li {
	padding-left: 0 !important;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.cx-contact-section .contact-wrapper,
.cx-contact-section .form-wrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.cx-contact-section .contact-wrapper .phone,
.cx-contact-section .contact-wrapper .email {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cx-contact-section .contact-wrapper .phone img,
.cx-contact-section .contact-wrapper .email img {
	margin-right: 16px;
}

.cx-contact-section .gform_confirmation_wrapper,
.cx-contact-section .contact-wrapper .phone span {
	color: #000;
}

.cx-contact-section .contact-wrapper .email a {
	color: #000;
}

.cx-contact-section .contact-wrapper .email a:hover,
.cx-contact-section .contact-wrapper .email a:focus {
	color: #004f9e;
}

.cx-contact-section .ginput_container textarea,
.cx-contact-section .ginput_container input {
	height: 50px;
	line-height: 50px;
	padding: 12px 16px !important;
	font-size: 18px !important;
	font-weight: 600;
	border: 1px solid var(--grey-border);
	line-height: 1.65 !important;
	background: transparent;
}

.cx-contact-section .gform_wrapper {
	margin: 60px 0 0;
}

.cx-contact-section .gform_wrapper label.gfield_label {
	font-size: 18px;
	margin-bottom: 8px;
	display: block;
	color: var(--blue-deep);
}

.cx-contact-section .bristol-upload-field {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0 !important;
}

.cx-contact-section .bristol-upload-field > label.gfield_label {
	margin-left: 0;
	padding-right: 25px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 65%;
	-ms-flex: 0 0 65%;
	flex: 0 0 65%;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px !important;
	margin-bottom: 0;
}

.cx-contact-section .bristol-upload-field > .ginput_container {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 35%;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	text-align: right;
}

.cx-contact-section .ginput_container input[type="file"] {
	padding: 0 !important;
	border: 0;
	width: 121px;
	height: 34px;
	line-height: 34px;
	background: #38934e;
	border-radius: 12px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.cx-contact-section input[type="file" i]::-webkit-file-upload-button {
	font-size: 16px;
	margin: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: transparent;
	color: #fff;
	outline: none;
	padding: 0 10px;
	cursor: pointer;
	position: relative;
	top: -1px;
}

.cx-contact-section .ginput_container input[type="file"]:hover,
.cx-contact-section .ginput_container input[type="file"]:focus {
	background: var(--green-cta-hover);
}

.cx-contact-section .bristol-upload-field input[type="file" i] {
	color: transparent;
}

.cx-contact-section .filename-selected {
	position: relative;
	margin-top: 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.cx-contact-section .select-img {
	background: url(78e256ec681a-file-attachment.svg) no-repeat !important;
	background-size: 20px !important;
	background-position: center;
	height: 20px;
	width: 20px;
	display: block;
	margin-right: 15px;
}

.cx-contact-section .remove-file {
	background: url(854f43d3a433-delete.svg) no-repeat !important;
	background-size: 17px !important;
	background-position: top 35px center;
	height: 20px;
	width: 21px;
	position: absolute;
	right: 6px;
	top: 54%;
	transform: translateY(-50%);
	cursor: pointer;
}

.cx-contact-section .file-name {
	font-size: 16px;
	font-weight: 700;
	margin-right: 40px;
}

.cx-contact-section .filename-selected.hide {
	display: none;
}

.cx-contact-section .ginput_container textarea {
	height: 350px !important;
}

.cx-contact-section .gform_wrapper ul {
	margin-bottom: 0 !important;
}

.cx-contact-section .gform_footer.top_label {
	margin-top: -10px;
	padding: 0;
	text-align: right;
}

.cx-contact-section .gform_footer.top_label input[type="submit"] {
	display: inline-block;
	color: #fff;
	background: #38934e;
	text-align: center;
	border-radius: 14px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0;
	padding: 0;
	border: 0 !important;
	outline: none !important;
	cursor: pointer;
	height: 54px;
	line-height: 54px;
	width: auto;
	min-width: 205px;
	font-size: 18px;
	margin-right: 0 !important;
}

.cx-contact-section .gform_footer.top_label input[type="submit"]:hover,
.cx-contact-section .gform_footer.top_label input[type="submit"]:focus {
	background: var(--green-cta-hover);
}

.cx-contact-section .gform_wrapper.gform_validation_error .ginput_container_fileupload .ginput_preview {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.cx-roles-section .cx-roles span {
	font-size: 18px;
	line-height: 1.2em;
}

.cx-contact-section .gform_wrapper.gform_validation_error .ginput_container_fileupload .ginput_preview .gform_delete {
	height: 14px;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	padding-left: 15px;
}

.cx-contact-section .gform_wrapper.gform_validation_error .ginput_container_fileupload .ginput_preview strong {
	font-size: 16px;
}

.cx-contact-section
	.gform_wrapper.gform_validation_error
	.gform_body
	ul
	li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}

.cx-contact-section .gform_confirmation_wrapper {
	margin-top: 60px;
	text-align: center;
}
/* New Devlopement */
.job-board-container{
	background-image: url(6d02a77518e6-contact-header-1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 60px;
}
/* New Devlopement */

@media only screen and (min-width: 576px) {
	.cx-container {
		max-width: 540px;
	}

	.cx-col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (min-width: 768px) {
	.cx-container {
		max-width: 720px;
	}
	
	.cx-col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.cx-clients-wrapper > .cx-client {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		max-width: 33.33%;
	}

	.jobs-single-col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.top-banner h1 {
		font-size: 40px;
	}

	.cx-custom-template #main-content .cx-section-heading h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.mt-100 {
		margin-top: 60px;
	}

	.mb-100 {
		margin-bottom: 60px;
	}

	.mt-60 {
		margin-top: 40px;
	}

	.pt-100 {
		padding-top: 60px;
	}

	.pb-100 {
		padding-bottom: 60px;
	}

	.pb-60 {
		padding-bottom: 40px;
	}

	.pb-40 {
		padding-bottom: 25px;
	}

	.cx-sub a {
		margin-left: 30px;
		margin-bottom: 20px;
	}

	.cx-testimonial-wrapper {
		padding: 30px 30px 80px;
	}

	.cx-testimonial-wrapper .swiper-arrow {
		display: none;
	}

	.cx-why-choose-section .choose-item {
		text-align: center;
	}

	.cx-why-choose-section .choose-item .inner {
		margin-left: auto;
		margin-right: auto;
	}

	.cta-buttons {
		max-width: 80%;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: auto;
		margin-right: auto;
	}

	.cta-buttons .cx-primary-btn:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.cx-search-wrapper .cx-search-single:not(:last-child) {
		margin-bottom: 40px;
	}

	.cx-custom-template #main-content ul.cx-roles {
		margin: 0;
		margin-left: 30px;
	}

	.cx-reasons-row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.cx-reasons-row > [class^='cx-col'],
	.cx-reasons-row > [class*=' cx-col'] {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cx-job,
	.cx-jobs-holder {
		margin-left: 0;
		margin-right: 0;
	}

	.cx-contact-section .contact-wrapper .phone {
		margin-bottom: 20px;
		position: relative;
	}

	.cx-contact-section .contact-wrapper .phone img,
	.cx-contact-section .contact-wrapper .email img {
		position: absolute;
		left: 6px;
		top: 54%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.cx-contact-section .contact-wrapper .email span,
	.cx-contact-section .contact-wrapper .phone span {
		padding-left: 50px;
	}

	.cx-contact-section .contact-wrapper .email {
		position: relative;
	}

	.cx-contact-section .contact-wrapper .email img {
		left: 0;
	}

	.cx-contact-section .ginput_container textarea {
		height: 200px !important;
	}

	.cx-intro-section .intro-text {
		/* font-size: 18px; */
	}

	.location-address-holder {
		margin-top: -20px;
	}
}

@media only screen and (min-width: 992px) {
	.cx-container {
		max-width: 960px;
	}

	.cx-col-800 {
		-ms-flex: 0 0 830px;
		flex: 0 0 830px;
		max-width: 830px;
		margin-left: auto;
		margin-right: auto;
	}

	.cx-col-900 {
		-ms-flex: 0 0 960px;
		flex: 0 0 960px;
		max-width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

	.cx-col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.cx-col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.cx-col-lg-custom-4 {
		-ms-flex: 0 0 32%;
		flex: 0 0 32%;
		max-width: 32%;
	}

	.cx-col-lg-custom-4-large {
		-ms-flex: 0 0 36%;
		flex: 0 0 36%;
		max-width: 36%;
	}

	.cx-col-lg-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.cx-search-wrapper {
		max-width: 916px;
	}

	.cx-contact-section .contact-wrapper,
	.cx-contact-section .form-wrapper {
		width: 760px;
	}

	.cx-clients-wrapper > .cx-client {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		max-width: 20%;
		max-width: 20%;
	}

	.jobs-single-col {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33%;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
		margin-bottom: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.cx-container {
		max-width: 1110px;
	}
}

@media only screen and (max-width: 479px) {
	.top-banner h1 {
		font-size: 30px;
	}

	.cx-custom-template #main-content .cx-section-heading h2 {
		font-size: 26px;
	}

	.cx-sub a {
		margin-left: 0;
		font-size: 20px;
	}

	.cx-location a::before,
	.cx-sub a::before {
		top: 8px;
	}

	.cx-clients-wrapper > .cx-client {
		padding-left: 15px;
		padding-right: 15px;
	}

	.cx-clients-wrapper .cx-img-holder {
		min-width: 120px;
	}

	.cx-clients-wrapper {
		margin-left: -10px;
		margin-right: -10px;
	}

	.cx-testimonial-wrapper {
		padding: 20px 20px 80px;
	}

	.cx-search-wrapper .search-content {
		padding: 30px 20px;
		font-size: 18px;
	}

	.cx-custom-template #main-content ul.cx-roles {
		margin-left: 0;
	}

	.cx-custom-template #main-content ul.cx-roles li {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.cx-primary-btn.size-large {
		padding: 0 20px;
		font-size: 16px;
	}

	.cx-location a {
		font-size: 20px;
		margin-bottom: 20px;
	}

	.cx-location a::before {
		top: 6px;
	}

	.location-row {
		margin-bottom: -20px;
	}

	.cx-contact-section .contact-wrapper .email span,
	.cx-contact-section .contact-wrapper .phone span {
		font-size: 18px;
	}

	.cx-contact-section .bristol-upload-field > label.gfield_label {
		padding-right: 0;
		-webkit-flex-basis: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-bottom: 10px;
	}

	.cx-contact-section .gform_footer.top_label input[type="submit"] {
		width: 100% !important;
	}

	.cx-contact-section .gform_wrapper label.gfield_label {
		font-size: 16px;
	}

	.cx-contact-section .gform_wrapper div.validation_error {
		font-size: 16px;
		line-height: 1.5;
		padding: 10px;
	}

	.cx-contact-section .gform_wrapper .validation_message,
	.cx-contact-section .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
		font-size: 16px;
	}

	.cx-search-wrapper .search-header h4 {
		font-size: 20px;
	}
}

/* Legacy CSS for swiper arrow for IE11 */
@media all and (-ms-high-contrast: none) {
	.cx-testimonial-wrapper .swiper-button-prev,
	.cx-testimonial-wrapper .swiper-button-next {
		position: absolute;
		top: 50%;
		width: 27px;
		height: 26px;
		margin-top: -13px;
		z-index: 10;
		cursor: pointer;
		background-size: 27px 26px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.cx-testimonial-wrapper .swiper-button-prev.swiper-button-disabled,
	.cx-testimonial-wrapper .swiper-button-next.swiper-button-disabled {
		opacity: 0.35;
		cursor: auto;
		pointer-events: none;
	}

	.cx-testimonial-wrapper .swiper-button-prev,
	.cx-testimonial-wrapper .swiper-container-rtl .swiper-button-next {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
		left: 40px;
		right: auto;
	}

	.cx-testimonial-wrapper .swiper-button-next,
	.cx-testimonial-wrapper .swiper-container-rtl .swiper-button-prev {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
		right: 40px;
		left: auto;
	}

	.cx-testimonial-wrapper .swiper-button-prev.swiper-button-white,
	.cx-testimonial-wrapper .swiper-container-rtl .swiper-button-next.swiper-button-white {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	}

	.cx-testimonial-wrapper .swiper-button-next.swiper-button-white,
	.cx-testimonial-wrapper .swiper-container-rtl .swiper-button-prev.swiper-button-white {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	}

	.cx-testimonial-wrapper .swiper-button-prev.swiper-button-black,
	.cx-testimonial-wrapper .swiper-container-rtl .swiper-button-next.swiper-button-black {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	}

	.cx-testimonial-wrapper .swiper-button-next.swiper-button-black,
	.cx-testimonial-wrapper .swiper-container-rtl .swiper-button-prev.swiper-button-black {
		background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	}

	.cx-testimonial-wrapper .swiper-button-lock {
		display: none;
	}

	.cx-contact-section .bristol-upload-field > label.gfield_label {
		padding-right: 0;
	}

	input[type="file"]::-ms-browse {
		padding: 0 !important;
		border: 0;
		width: 121px;
		height: 34px;
		line-height: 34px;
		background: #38934e;
		border-radius: 12px;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		color: #fff;
		font-size: 16px;
		font-weight: 400;
		cursor: pointer;
		outline: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}
}

.cx-clients-wrapper .cx-img-holder img {
    max-height: 92px;
    width: auto;
	padding:10px;
	-webkit-backface-visibility: hidden;backface-visibility: hidden;
}

.single-jobs .container.text-center {
	text-align: center;
}

#gform_fields_1 .ginput_container_fileupload input::file-selector-button {
	background-color:transparent;
	border: 0;
	color:#fff;
}
#input_1_5::file-selector-button {
	/* visibility: hidden; */
	padding: 0 18px !important;
	background-color:transparent;
	border: 0;
	color:#fff;
}
/* === Folded from WP Customizer (post 'divi-child', compiled output exported to db-css/staging/customizer-divi-child-rendered.css) — DO NOT reorder above this line === */
/* customizer-divi-child-rendered.css — Plan B Task 2 addendum (2026-07-16)
 *
 * This is Divi's COMPILED/CACHED Customizer output, fetched read-only from
 * staging: `cat /www/wp-content/et-cache/global/et-divi-customizer-global.min.css`
 * over the documented SSH access (bristolassoc+staging+bristol-associates-inc@
 * ssh.getflywheel.com), then whitespace-only beautified (newline+indent after
 * every '{'/'}' — no selector/declaration/value touched; verified
 * rule-for-rule identical to the minified original via a brace-depth-aware
 * parse: 182/182 rules match, 0 value diffs).
 *
 * WHY THIS FILE EXISTS INSTEAD OF THE RAW db-css/staging/customizer-divi-child.css
 * DB EXPORT (post 3420, "divi-child", the WP Customizer's stored Additional-CSS
 * text): the two are NOT equivalent. A brace-depth-aware selector/declaration
 * comparison found 81 rules shared (byte-identical modulo minification) but
 * 66 present ONLY in the raw post content and 101 present ONLY in this
 * compiled file. Staleness check (2026-07-16, one read-only SSH session):
 * `wp post list --post_type=custom_css --fields=ID,post_title,post_modified`
 * -> post 3420 post_modified = 2025-06-05 10:07:52; `ls -la
 * /www/wp-content/et-cache/global/` -> et-divi-customizer-global.min.css
 * mtime = 2026-07-09 16:58 — the COMPILE is ~13 months NEWER than the post's
 * last edit, i.e. not a stale-cache artifact. Divi's own render pipeline
 * intentionally excludes those 66 raw-only rules from what actually ships to
 * browsers today (this file IS what's live, confirmed byte-for-byte identical
 * — same 182 rules — to the copy already baked into the frozen
 * snapshot/baseline/assets/*-et-divi-customizer-global.min.css used by the
 * Phase-1 pixel gate). tools/merge_css.py folds THIS file into style.css
 * (not the raw post export) for exactly that reason: folding the raw export
 * verbatim would introduce those 66 rules for the first time anywhere they
 * currently render, which is not a mechanical no-op and fails the pixel gate.
 * The raw post export stays committed, untouched, as the historical/reference
 * record of the Additional-CSS field's full stored content (some of those 66
 * rules read like real intended-but-now-unreachable styling — e.g. nav
 * dropdown / social-icon-color rules covered by winner-analysis.md rows
 * 2-4/9-10 — not not simply dead weight; Task 6/7's separate dead-CSS gate is
 * the right place to judge whether any should be revived, not this task).
 */
body,.et_pb_column_1_2 .et_quote_content blockquote cite,.et_pb_column_1_2 .et_link_content a.et_link_main_url,.et_pb_column_1_3 .et_quote_content blockquote cite,.et_pb_column_3_8 .et_quote_content blockquote cite,.et_pb_column_1_4 .et_quote_content blockquote cite,.et_pb_blog_grid .et_quote_content blockquote cite,.et_pb_column_1_3 .et_link_content a.et_link_main_url,.et_pb_column_3_8 .et_link_content a.et_link_main_url,.et_pb_column_1_4 .et_link_content a.et_link_main_url,.et_pb_blog_grid .et_link_content a.et_link_main_url,body .et_pb_bg_layout_light .et_pb_post p,body .et_pb_bg_layout_dark .et_pb_post p {
	font-size:14px
}
.et_pb_slide_content,.et_pb_best_value {
	font-size:15px
}
.nav li ul {
	border-color:#002855
}
.et_secondary_nav_enabled #page-container #top-header {
	background-color:#295099!important
}
#et-secondary-nav li ul {
	background-color:#295099
}
#top-menu li a {
	font-size:17px
}
body.et_vertical_nav .container.et_search_form_container .et-search-form input {
	font-size:17px!important
}
#top-menu li.current-menu-ancestor>a,#top-menu li.current-menu-item>a,#top-menu li.current_page_item>a {
	color:#002855
}
#main-footer {
	background-color:#295099
}
#footer-bottom {
	background-color:#295099
}
#footer-info,#footer-info a {
	color:#ffffff
}
#footer-bottom .et-social-icon a {
	font-size:17px
}
#footer-bottom .et-social-icon a {
	color:#ffffff
}
@media only screen and (min-width:981px) {
	.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation {
		padding:56px 0 0 0
	}
	.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a {
		padding-bottom:56px
	}
	.et_header_style_split .centered-inline-logo-wrap {
		width:112px;margin:-112px 0
	}
	.et_header_style_split .centered-inline-logo-wrap #logo {
		max-height:112px
	}
	.et_pb_svg_logo.et_header_style_split .centered-inline-logo-wrap #logo {
		height:112px
	}
	.et_header_style_centered #top-menu>li>a {
		padding-bottom:20px
	}
	.et_header_style_slide #et-top-navigation,.et_header_style_fullscreen #et-top-navigation {
		padding:47px 0 47px 0!important
	}
	.et_header_style_centered #main-header .logo_container {
		height:112px
	}
	#logo {
		max-height:78%
	}
	.et_pb_svg_logo #logo {
		height:78%
	}
	.et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container,.et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container {
		height:20.16px
	}
	.et_fixed_nav #page-container .et-fixed-header#top-header {
		background-color:#295099!important
	}
	.et_fixed_nav #page-container .et-fixed-header#top-header #et-secondary-nav li ul {
		background-color:#295099
	}
	.et-fixed-header #top-menu li.current-menu-ancestor>a,.et-fixed-header #top-menu li.current-menu-item>a,.et-fixed-header #top-menu li.current_page_item>a {
		color:#002855!important
	}
}
@media only screen and (min-width:1350px) {
	.et_pb_row {
		padding:27px 0
	}
	.et_pb_section {
		padding:54px 0
	}
	.single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper {
		padding-top:81px
	}
	.et_pb_fullwidth_section {
		padding:0
	}
}
h1,h1.et_pb_contact_main_title,.et_pb_title_container h1 {
	font-size:40px
}
h2,.product .related h2,.et_pb_column_1_2 .et_quote_content blockquote p {
	font-size:34px
}
h4,.et_pb_circle_counter h3,.et_pb_number_counter h3,.et_pb_column_1_3 .et_pb_post h2,.et_pb_column_1_4 .et_pb_post h2,.et_pb_blog_grid h2,.et_pb_column_1_3 .et_quote_content blockquote p,.et_pb_column_3_8 .et_quote_content blockquote p,.et_pb_column_1_4 .et_quote_content blockquote p,.et_pb_blog_grid .et_quote_content blockquote p,.et_pb_column_1_3 .et_link_content h2,.et_pb_column_3_8 .et_link_content h2,.et_pb_column_1_4 .et_link_content h2,.et_pb_blog_grid .et_link_content h2,.et_pb_column_1_3 .et_audio_content h2,.et_pb_column_3_8 .et_audio_content h2,.et_pb_column_1_4 .et_audio_content h2,.et_pb_blog_grid .et_audio_content h2,.et_pb_column_3_8 .et_pb_audio_module_content h2,.et_pb_column_1_3 .et_pb_audio_module_content h2,.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2 {
	font-size:24px
}
h5 {
	font-size:21px
}
h6 {
	font-size:18px
}
.et_pb_slide_description .et_pb_slide_title {
	font-size:61px
}
.et_pb_gallery_grid .et_pb_gallery_item h3,.et_pb_portfolio_grid .et_pb_portfolio_item h2,.et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2,.et_pb_column_1_4 .et_pb_audio_module_content h2 {
	font-size:21px
}
.card .card-body {
	display:none
}
.card .card-header button {
	display:block;width:100%
}
.cleardiv {
	width:100%;float:left
}
#top-header #et-info-phone a {
	margin-left:6px
}
@media (min-width:768px) {
	.home-btn:hover {
		padding-right:2em!important;transition:all 0.2s!important
	}
	.home-btn {
		transition:all 0.2s!important
	}
	.home-btn:after {
		position:absolute;margin-left:-1em;opacity:0;font-size:32px;line-height:15px;content:"\35";-webkit-transition:all 0.2s;-moz-transition:all 0.2s;transition:all 0.2s;font-family:"ETmodules"!important
	}
	.home-btn:hover:after {
		margin-left:0;opacity:1!important
	}
}
@media (min-width:981px) {
	.top-sidebar {
		display:none!important
	}
}
@media (max-width:980px) {
	.tax-jobpost_category .top-sidebar #sidebar .et_pb_widget {
		text-align:center!important
	}
}
@media (min-width:1000px) {
	.job-location i {
		color:#3b3a3c
	}
	.job-location {
		color:#164e91!important;font-weight:Bold;text-align:left;min-width:250px
	}
}
ul#menu-job-categories {
	padding-left:0px!important
}
a.et_pb_button {
	font-size:16px!important;padding:12px 1.1em 12px 1.1em!important
}
a.et_pb_button:hover {
	padding-right:2em!important
}
ul.sub-menu li a {
	line-height:16px
}
#top-menu li li a {
	width:228px;padding:5px 0px
}
.et_pb_text ul,.et_pb_text ol {
	padding-left:40px
}
.cat-title {
	font-family:'Open sans';font-weight:400;font-size:40px;color:#295099;text-align:center;margin-bottom:20px
}
.single-leaders .ssba {
	display:none
}
.single-leaders div#left-area {
	padding-right:0px!important
}
.single-leaders .et_pb_post {
	border:0px solid #e1e1e1;padding:0px 0px 0px
}
ul {
	list-style-position:outside;padding-left:30px
}
.single-jobpost span.job-title {
	font-family:'Open sans';font-weight:400;font-size:40px;color:#295099;text-align:center;margin-bottom:20px
}
.single-jobpost .job-detail {
	text-align:center
}
.single-jobpost h3 {
	color:#074c92!important;text-transform:uppercase!important;font-size:22px!important
}
.job-description ul li {
	font-weight:normal!important
}
.cptui-entry-header,.cptui-entry-summary,.cptui-entry-footer {
	float:left!important
}
.cptui-entry-thumbnail {
	float:left!important
}
.et_pb_post {
	border:0px solid #e1e1e1
}
.et_pb_post {
	margin-bottom:30px!important
}
.et_pb_post h2 {
	margin-top:0px!important
}
.col-md-5 {
	width:63.666667%
}
.et_pb_widget ul li {
	margin-bottom:13px;font-size:16px;font-weight:400
}
.et_pb_post {
	margin-bottom:30px
}
.et_pb_post {
	font-weight:normal!important
}
.type-jobpost p.post-meta {
	display:none
}
.page-id-287 h1.entry-title.main_title {
	display:none
}
.cptui-entry-thumbnail {
	max-width:145px
}
a {
	color:#004f9e
}
.leaders-template-default .et_post_meta_wrapper {
	display:none
}
.leaders-template-default .container {
	padding:0px!important
}
.column article {
	min-height:400px
}
.mobile_menu_bar:before {
	color:#295099!important
}
.caldera-grid label {
	font-weight:500;color:#383838
}
.caldera-grid .form-control:focus {
	border-color:#004f9e
}
.caldera-grid .form-control {
	border:1px solid #a9a9a9;border-radius:0px
}
input#fld_9438219_1 {
	background:rgba(0,0,0,0)!important;border:0px solid rgba(0,0,0,0)!important;box-shadow:none!important
}
span.field_required {
	display:none
}
#top-header {
	height:50px!important
}
.nav li li ul {
	z-index:99999;visibility:visible!important;opacity:1!important;display:block!important;float:left!important;position:relative!important;border-top:0px!important;border-left:0px!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;box-shadow:none!important;padding-top:0px!important;left:0px!important;top:0px!important;padding-bottom:0px!important
}
#top-menu li .menu-item-has-children>a:first-child:after {
	display:none!important
}
#et-info {
	float:none!important
}
.et-social-icons {
	float:right!important
}
span#et-info-email {
	display:none
}
.et-social-google-plus a.icon:before {
	content:url('bc14db34fa3d-ContactUs_Icons_LI_white.png')
}
li.et-social-icon.et-social-google-plus {
	top:3px;position:relative
}
#top-header .et-social-icons li,.et-social-icons li {
	margin-left:5px
}
#top-header .et-social-icon a {
	font-size:16px
}
#top-header .et-social-icons {
	line-height:26px
}
#et-info-phone {
	margin-right:13px;margin-top:10px;top:4px;font-size:15px
}
ul.sub-menu li a {
	font-size:14px!important
}
#jobpost-submit-button {
	margin-top:30px;margin-bottom:30px
}
#job-title {
	color:#164e91;display:none
}
div#left-area {
	padding-right:40px!important
}
@media only screen and (min-width:981px) {
	.et_header_style_left #et-top-navigation,.et_header_style_split #et-top-navigation {
		padding:56px 0 0 56px;margin-bottom:56px
	}
}
ul.sub-menu {
	top:27px
}
@media only screen and (min-width:981px) {
	.et_header_style_left #et-top-navigation nav>ul>li>a,.et_header_style_split #et-top-navigation nav>ul>li>a {
		padding-bottom:16px!important
	}
	nav#top-menu-nav {
		padding-top:16px!important
	}
}
body #page-container .et_pb_button_0:hover,body #page-container .et_pb_button_1:hover {
	letter-spacing:0px;padding-left:2em;padding-right:2em
}
body #page-container .et_pb_button_0,body #page-container .et_pb_button_1 {
	padding-right:2em;padding-left:2em
}
#logo {
	max-width:220px
}
#logo {
	max-height:40%
}
#et-info {
	float:none!important;padding-left:6px
}
@media (min-width:1200px) {
			.slick-list {
		position:relative;display:block!important;overflow:hidden;float:left!important;padding:0;width:93%!important;min-height:300px
	}
}
@media (max-width:767px) {
	#et-info-phone {
		margin-top:0px;top:3px;float:left
	}
	.et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post,.et_pb_gutters1 .et_pb_column .et_pb_widget {
		margin-bottom:35px!important
	}
	@media (max-width:501px) {
		a.et_pb_more_button.et_pb_button.et_pb_button_two {
			margin-left:0px!important
		}
	}
	.et_pb_blurb_2 .et-pb-icon {
		left:-1px
	}
	.et_pb_blurb_4 .et-pb-icon {
		left:-2px
	}
	.mobile-logo {
		display:none!important
	}
	.cptui-shortcode {
		margin:0 0 0rem!important
	}
	@media (max-width:767px) {
		ul.overview-list {
			width:100%!important
		}
		ul.overview-list li {
			width:100%!important
		}
		a.et_pb_button.et_pb_button_0.et_pb_module.et_pb_bg_layout_light {
			margin-bottom:15px
		}
		ul.et-social-icons {
			width:100%
		}
		.et_pb_text.et_pb_module.et_pb_bg_layout_light.et_pb_text_align_center.et_pb_text_0 h1 {
			font-size:40px!important
		}
		div#left-area {
			width:100%!important;padding:0px!important
		}
		span#et-info-phone {
			width:100%
		}
		ul.et-social-icons {
			padding-left:0px;margin-top:5px
		}
	}
}
@media (min-width:980px) {
	header#main-header .nav li>ul.sub-menu {
		width:280px!important
	}
}
#top-menu-nav .nav li li ul li a {
	padding-left:25px!important
}
.et_primary_nav_dropdown_animation_slide #et-top-navigation ul ul li:hover>ul {
	transform:unset!important;width:280px!important
}
@media (min-width:980px) {
	header#main-header .nav .sub-sub .sub-menu li a {
		padding-left:20px!important;max-width:280px!important
	}
	header#main-header .nav .sub-sub .sub-menu li {
		padding-left:20px!important;max-width:280px!important
	}
	header#main-header .nav li ul.sub-menu .sub-sub .ul.sub-menu {
		width:250px!important
	}
}
body.et_primary_nav_dropdown_animation_slide #et-top-navigation ul ul li:hover>ul {
	left:initial!important
}
#top-menu-nav .nav li li ul {
	left:initial!important
}
@media (min-width:980px) {
	header#main-header .nav li ul.sub-menu .sub-sub ul {
		width:240px!important
	}
}
.et_pb_testimonial_description {
	padding:30px
}
@media only screen and (max-width:980px) {
	#top-header>.container,#main-header>.container,#et_search_outer>.container,#main-content>.container,div.et_pb_row,div.et_pb_row.et_pb_row_fullwidth {
		width:90%!important
	}
}
.single #left-area {
	padding-right:0px!important
}
@media only screen and (min-width:768px) {
	.bloggrid .et_pb_post {
		min-height:560px;max-height:560px
	}
}
.single-leaders #main-content .container {
	width:100%;max-width:none
}
.single-post h1 {
	font-size:35px!important;font-weight:600!important
}
.single-post h2 {
	font-size:28px!important;font-weight:400!important;color:#284f99!important
}
#footer-bottom {
	padding:12px 0 12px
}
#footer-info {
	padding-bottom:0;line-height:26px
}
@media only screen and (min-width:768px) and (max-width:980px) {
	#footer-info {
		text-align:left
	}
}
#footer-bottom .et-social-icons li:first-child {
	margin-left:0
}
.et-fixed-header #et-top-navigation {
	margin-bottom:25px!important
}
#top-header a {
	color:#fff
}
#top-header .container {
	padding-top:0
}
#top-header #et-info {
	padding-top:12px;padding-bottom:12px
}
#et-info-phone {
	margin-right:13px;margin-top:0;top:0;font-size:15px;display:inline-block;line-height:26px
}
@media only screen and (max-width:767px) {
	#top-header #et-info {
		padding-top:8px;padding-bottom:0
	}
	#top-header .et-social-icons {
		margin-top:0
	}
	#top-header {
		height:46px!important
	}
	#et-info-phone {
		line-height:30px
	}
}
#top-header .et-social-icons li a::before,#footer-bottom .et-social-icons li a::before {
	width:26px;height:26px;display:block;background:#f5f5f5;color:#295099;line-height:26px;font-size:13px;text-align:center;border-radius:50%
}
@media only screen and (max-width:980px) {
	.et-social-icons {
		margin-bottom:0
	}
}
.cx-search-wrapper .search-content,.cx-intro-section .intro-text {
}
@media only screen and (min-width:768px) {
	.cx-custom-template #main-content .cx-section-heading h2 {
		font-size:30px;margin-bottom:50px
	}
}
@media (min-width:1200px) {
	#page-container {
		padding-top:208px!important
	}
	.et_fixed_nav #main-header {
		top:50px!important
	}
	.admin-bar.et_fixed_nav #main-header {
		top:82px!important
	}
}
