/*
Theme Name: ACRT
Author: NgageContent
Author URI: https://ngagecontent.com
Description: A customized Wordpress theme created for ACRT, Inc.
Version: 5.0
*/

.rum_sst_contents {
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2) !important;
}


/*--------------------------------------------------------------
# Restricted Content Styling
--------------------------------------------------------------*/

.rc_login_data label.rc_user_pass {
	display: block !important;
}
.rc_login_data input[type="password"] {
	width: 100% !important;
}

/*--------------------------------------------------------------
# Infographic Embed Code Styling
--------------------------------------------------------------*/

.infographic-embed textarea {
	width: 100% !important;
	min-height: 160px;
	background-color: #f3f3f3;
}

.infographic-embed h3 {
	font-size: 16px !important;
	margin-bottom: 10px;
}

.wpb_content_element.infographic-embed {
	margin-bottom: 0 !important;
}

/*--------------------------------------------------------------
# Header Address Number Styling
--------------------------------------------------------------*/

.header-brand-info .krth-address-info a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.krth-list-three li:not(strong) {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/*--------------------------------------------------------------
# Header Styling
--------------------------------------------------------------*/

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

/*--------------------------------------------------------------
# GEO Trust Seal Styling
--------------------------------------------------------------*/

.textwidget table td, .textwidget table th {
    padding: 0;
    border: 0;
}

.textwidget table td img {
    float: left;
}

.textwidget table tbody > tr:last-child {
    border-bottom: none;
}

/*--------------------------------------------------------------
# Privacy Policy Styling
--------------------------------------------------------------*/

#pp-content h4 {
  font-weight: bold !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

#pp-content ul,
#pp-content p {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/*--------------------------------------------------------------
# Hubspot Form Styling
--------------------------------------------------------------*/


.modal-body .hbspt-form ul.inputs-list {
  list-style-type: none;
  padding-left: 0;
}

.modal-body .hbspt-form ul.inputs-list li{
  display: inline;
}

.modal-body .hbspt-form ul.inputs-list li span {
  font-size: 30px;
  border: 1px solid #fff !important;
  background-color: #fff;
  border-radius: 50%;
  padding: 9px 12px;
  margin-right: 8px;
  cursor: pointer;
}

.modal-body .hbspt-form ul li input {
  display: none;
}

.modal-body .hbspt-form input[type="radio"]:checked+span {
  border: 1px solid #e4ea64 !important;
  background-color: rgba(228,231,109,0.35);
}

.clean-form.inline-form input.hs-input.error {
    border-color: red;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

.clean-form.inline-form .hbspt-form .hs_error_rollup,
.clean-form.inline-form .hbspt-form ul.hs-error-msgs {
	display: none !important;
}



.clean-form.inline-form .hbspt-form .hs-form-field {
	display: inline-block;
}

.clean-form.inline-form .hbspt-form fieldset.form-columns-2 .hs-form-field {
	
}

.clean-form.inline-form .hbspt-form fieldset {
	display: inline-block;
	width: 42.5%;
}

.clean-form.inline-form .hbspt-form input {
	padding: 10px 20px;
	margin: 0;
}


.clean-form.inline-form .hbspt-form .hs-submit {
	float: right;
	width: 15%
}

.clean-form.inline-form .hbspt-form input[type="submit"] {
	width: 100%;
	min-height: 48px;
}

@media (max-width: 768px) {
		.clean-form.inline-form .hbspt-form .hs-submit {
		float: none;
		width: 100%;
	}
		.clean-form.inline-form .hbspt-form fieldset {
		display: inline-block;
		width: 100%;
	}
	
	.clean-form.inline-form .hbspt-form  .form-columns-2 .hs-form-field .hs-input {
	    width: 100%;
	}
	
	.clean-form.inline-form .hbspt-form fieldset.form-columns-2 .input {
		margin-right: 0;
	}
	.clean-form.inline-form .hbspt-form input[type="submit"] {
		margin-bottom: 30px;
	}
	.inline-form .hbspt-form .input {
    	margin-bottom: 5px !important;
	}
}

.clean-form .hbspt-form label {
  display: none;
}

.hbspt-form .hs-error-msgs label {
  display: block;
  color: red;
  font-size: 14px;
}

.hbspt-form ul.hs-error-msgs {
  list-style-type: none;
  padding-left: 0 !important;
}

.hbspt-form .submitted-message {
  color: green;
  font-size: 14px;
}

.hbspt-form .input {
  margin-bottom: 14px;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.hbspt-form fieldset {
  max-width: 100%;
}

fieldset.form-columns-3 .hs-form-field {
  width: 33.3% !important;
}


/*--------------------------------------------------------------
# Modal Styling
--------------------------------------------------------------*/

@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}

.modal {
    z-index: 9999999 !important;
    text-align: center;
}

.modal-backdrop {
    opacity: 0.22 !important;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-content{
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    -o-box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.modal .close {
    font-size: 36px !important;
    line-height: 0.6 !important;
    color: #fff !important;
    text-shadow: none !important;
    opacity: 1 !important;
}
.modal-body {
    padding: 40px !important;
}

.modal-header .modal-title {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
}

.modal-header {
    padding: 20px 40px !important;
    background-color: #0079c1 !important

}

/* Modal Button Styling on Page */
.button-feedback .button-secondary {
    padding: 14px 27px 14px 27px !important;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 3px;
}

.button-feedback {
    margin-top: 8px;
}

/*--------------------------------------------------------------
# Custom Menu Styling
--------------------------------------------------------------*/

.vc_wp_custommenu h2 {
    font-size: 24px !important;
    margin-bottom: 30px;
}

.vc_wp_custommenu ul li {
    padding: 10px 0 !important;
    list-style-type: none !important;
}

.vc_wp_custommenu ul li:before {
    margin-left: 8px !important;
}

.vc_wp_custommenu ul li ul {
    border-top: 1px solid #f0f0f0;
    margin-top: 10px;
}

.vc_wp_custommenu ul li ul li:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.vc_wp_custommenu ul li ul li {
    padding-left: 0 !important;
}

/*--------------------------------------------------------------
# Plugin Customizations
--------------------------------------------------------------*/


@media (max-width: 1199px) {
	.krth-navigation .navbar-nav > li > a {
    font-size: 12px !important;
}
}

.nc_wrapper.floatBottom {
border-top: 1px solid #e3e3e3;
}

.krth-blog-list .featured-image:before {display: none;}

.vc_gitem-zone-c {
  background-color: transparent !important;
}

.vc_gitem-zone-c p {
  display: none;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  background-color: #e4ea64;
  border: 1px solid #e4ea64;
  color: #232323!important;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 11px 27px !important;
  font-family: "Raleway", Arial, sans-serif;
  font-style: normal;
  line-height: 24px;
}

.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover {
  border: 1px solid #cdd25a;
  background-color: #cdd25a;
}

.remove-footer-padding {
   margin-bottom: -65px !important;
}
.site-cta a:before {
  content: "Our independence gives us the ability to put our clients first.";
}

.site-cta a {
  color: #232323 !important;
  cursor: text;
  font-size: 18px;
}

.careers-cta {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
    margin-top: 0;
    letter-spacing: -0.3px;
}

.forcefullwidth_wrapper_tp_banner {
    z-index: 1;
}

#ssb-container {
    top: 45%;
    z-index: 9991 !important;
}

.brands-dropdown {
    border-right: 0 !important;
}

.button-primary  {
    background-color: #0079c1 !important;
    color: #ffffff;
    font-weight: 700;
}

.button-primary:hover  {
    color: #ffffff;
}

.button-secondary, .button-blog {
    background-color: #e4ea64 !important;
    color: #232323!important;
    font-weight: 700;
}

.button-secondary:hover, .button-blog:hover {
    color: #232323!important;
}

.button-blog {
    text-align: center !important;
    display: block;
    margin: 0 auto;
}

.krth-btn {
    text-transform: uppercase;
}

.krth-service-two .services-content .services-content-icon {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 22px;
}

@media (max-width: 991px) {
.krth-service-two .services-content .services-content-icon {
position: relative;
text-align: center;
left: 0;
display: block;
margin: 0 auto;
}
.krth-service-two .services-content {
width: 100% !important;
}
.krth-service-two p {
padding-top: 10px;
}
}

.krth-service-two .services-content {
    width: 75%;
}

.krth-brand {
  background: #fff;
  padding: 10px 0;
}

.krth-topbar-right .krth-tr-element,
.krth-topbar-left .krth-tr-element {
  float: none;
  display: inline-block;
  border-left: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  padding: 5px 0;
  margin-right: -1px;
}

.krth-topbar-left a {
  padding: 0 15px;
  line-height: 2;
  color: #444444;
}


.krth-title-area {
    padding: 44px 0 !important;
	background-size: cover;
	background-position: center center;
}

.krth-title-area .page-title {
    margin: 0 !important;
}

.krth-title-overlay-image {
    opacity: 0.6 !important;
}

.home-page-callout-columns {
    padding: 90px;
    color: #ffffff;
    margin-bottom: 0 !important;
    text-align: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-page-callout-columns > div {
    position: relative;
    z-index: 1;
    padding: 40px;
    background-color: rgba(120,0,50,0.8);
    border: 2px solid rgb(120,0,50);
}

.home-page-callout-columns h2 {
    color: #ffffff;
    margin-top: 0;
}

.home-page-callout-columns:before {
    content:"";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(120,0,50,0.0);
}

.sidebar-cta {
    width: 100%;
    text-align: center;
    background-color: #f8f8f8;;
    background-image: url('../jpg/1p8a7871.jpg');
    background-size: cover;
    background-position: center center;
    box-shadow: 0 6px 0 0 #e4ea64;
}

.sidebar-cta p, .sidebar-cta h3 {
    color: #ffffff;
}

.sidebar-cta a {
    margin-top: 15px;
    margin-bottom: 20px;
}

.sidebar-cta > div {
    position: relative;
    z-index: 2;
    padding: 35px 25px 30px;
    background-color: rgba(0,121,193,0.8);
}

.custom-sidenav li ul li.current-menu-item > a:after {
    margin-right: 4px !important;
}

.dropdown-menu .current-menu-item > a,
.dropdown-menu .current-menu-parent > a {
color: #0079c1 !important;
}

@media (max-width: 991px) {
.krth-tr-element.brands-dropdown {
    display: none !important;
}
}

/*--------------------------------------------------------------
# Alert Styling
--------------------------------------------------------------*/

.vc_message_box, 
.alert {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
/* 	font-weight: bold; */
}
.alert .fa {
	font-size: 28px;
    margin-right: 9px;
    position: absolute;
	margin-top: -2px;
	padding-left: 1px;
}
.alert span.text {
	margin-left: 38px;
}

/*--- COLORS ---*/

.alert-warning {
	color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning .fa {
	color: #f0ad4e;
}
.alert-warning a {
	font-weight: bold;
	color: #533f03;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success a {
    color: #0b2e13;
	font-weight: bold;
}
.alert-success .fa {
	color: #5cb85c;
}
.alert-info {
	color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-info .fa {
	color: #2ba3f3;
}
.alert-info a {
	font-weight: bold;
	color: #002752;
}
.alert-notice {
    color: white;
    background-color: #0079c1;
    border-color: #bee5eb;
}
.alert-notice .fa {
	color: white;;
}
.alert-notice a {
	font-weight: bold;
	color: white;
}

.download-item {
	padding: 15px;
}

.download-wrapper {
	border: 1px solid #ddd;
	box-shadow: 0 6px 0 0 #0079c1;
	padding: 15px 0;
}
.download-wrapper p {
	margin-top: 15px;
	line-height: 1.4;
}

.download-wrapper h4 {
	margin-top: 0;
}

.download-wrapper a {
	font-weight: bold;
	margin-bottom: 5px;
}

.downloads-date p {
	color: #777777;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 14px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline;float: left;margin-right: 1.5em;}
.alignright {display: inline;float: right;margin-left: 1.5em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {clear: both;}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {max-width: 100%;}

/* By Authot Post */
.bypostauthor {}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {margin-bottom: 1.5em;max-width: 100%;}
.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.wp-caption-text {text-align: center;}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em;}
.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {display: block;}

/*--------------------------------------------------------------
## Blog Posts
--------------------------------------------------------------*/

.comment-area a, .bp-content a {
	color: #337ab7;
}

.single-post .bp-content ul li,
.single-post .bp-content ol li {
    padding-bottom: 20px !important;
}

.single-post .bp-content ul,
.single-post .bp-content ol {
    margin-top: 35px;
    margin-bottom: 35px;
}

.single-post .bp-content p {
    font-size: 16px !important;
    margin-top: 35px;
    margin-bottom: 35px;
}

.blog-cta h3 {
    text-align: center !important;
    color: #fff;
    padding-right: 20px;
    padding-left: 20px;
}

.blog-cta {
    background-color: #0079c1;
    border-bottom: 6px solid #e4ea64;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 20px;
    padding-bottom: 45px;
}

.krth-blog-two .krth-blog-post {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

/*--------------------------------------------------------------
# Blockquote Styling
--------------------------------------------------------------*/

blockquote p {
	margin-top: 0 !important;
	font-size: 16px;
}
blockquote:before {
	background-color: #e4ea64;
}


/*--------------------------------------------------------------
# Extra Small Phone Styling
--------------------------------------------------------------*/

@media (max-width: 360px){
	.featured-callout div {
		padding-top: 30%;
	}
	h2 {
    	font-size: 24px;
	}
	h3 {
    	font-size: 20px;
	}
}

.home-cta .wpb_content_element p {
	margin-top: 0 !important;
}

.home-cta .wpb_content_element {
	margin-bottom: 0;
}

.acrt-button a {
	background-color: #e4ea64 !important;
    color: #232323!important;
	font-family: "Raleway", Arial, sans-serif;
    font-style: normal;
	text-transform: uppercase;
	border: 0 !important;
    font-weight: 700 !important;
	line-height: 2 !important;
	font-size: 14px !important;
    padding: 11px 27px !important;
	display: inline-block !important;
	background-image: none !important;
	border-radius: 3px !important;
}

.acrt-button a:hover:after {
    content: '';
    background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.krth-cta-fullwidth .wpb_content_element p {
    margin-top: 0;
    margin-bottom: 0;
}

/* nudge Satelytics feature image out of breadcrumbs */

.page-id-3536 .krth-title-area {
	background-size: auto !important;
	background-position: 0% 0% !important;
}

@media (min-width: 768px) {
	.modal-sm {
    width: 520px !important;
}
}

.modal-body .hbspt-form .hs_email label,
.modal-body .hbspt-form .hs_city label,
.modal-body .hbspt-form .hs_state label,
.modal-body .hbspt-form .hs_message label {
	display: None !important;
}

.modal-body .hbspt-form  .input {
	margin-bottom: 5px;
}

.modal-body .hbspt-form  .hs-input {
	border: 1px solid #ddd;
}

.modal-body .hbspt-form  .hs-input.invalid.error {
	border: 1px solid red;
}

@media (max-width: 767px) {
	.form-columns-2 .hs-form-field .hs-input {
		width: 100% !important;
	}
}

/* no capitalization for headers */

.no-caps h2,
.no-caps h3,
.no-caps h4,
.page-id-4072 h1,
.page-id-4072 .trail-items li:last-child  {
	text-transform: none !important;
}

.krth-blog-one .featured-image {
	overflow: hidden;
}

.krth-blog-one .featured-image img {
	height: 100%;
    width: 100%;
    object-fit: cover;
	aspect-ratio: 16/9;
}

/* don't margin text (used on RSI page) */

.no-marg p {
	margin: 0 !important;
}

/* CTA section styles */

.acrt-cta-section {
	margin-top: 30px;
	margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
    background-color: var(--cta-background, #0079C1);
    margin-bottom: 2rem;
}

@media (min-width: 1024px) {
    .acrt-cta-section {
        display: grid
;
        grid-template-columns: repeat(5, 1fr);
        gap: 3rem;
        padding: 4rem;
    }
}

.acrt-cta-section input {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.acrt-cta-section label {
    display: flex;
}

.acrt-cta-section form {
	margin-top: 10px !important;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
	.hs-custom-style>div.form-columns-3 .hs-form-field, .hs-custom-style fieldset.form-columns-3 .hs-form-field {
		width: 100% !important;
	}
}

@media (min-width: 1024px) {
    .acrt-cta-section {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 3rem;
        padding: 4rem;
    }

    .acrt-cta-section .acrt-cta-section-image {
        grid-column: 1 / 3;
    }

    .acrt-cta-section .acr-cta-section-info {
        grid-column: 3 / 6;
    }
}

.acrt-cta-section .acr-cta-section-info  {
    display: flex;
    flex-direction: column;
}

.acrt-cta-section .acr-cta-section-info h3,
.acrt-cta-section .acr-cta-section-info .subtitle,
.acrt-cta-section .acr-cta-section-info .description {
    color: var(--cta-body-color, #fff);
}

.acrt-cta-section .acr-cta-section-info h3 {
    margin: 0 !important;
}

.acrt-cta-section .acr-cta-section-info .subtitle {
    margin: 8px 0;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}

.acrt-cta-section .acr-cta-section-info .description p {
    margin: 0;
}

.acrt-cta-section a.cta-button {
    background-color: var(--cta-primary, #E4EA64);
    color: var(--cta-text-color, #000);
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 11px 25px;
    letter-spacing: 0.3px;
    display: inline-block;
    margin-top: 12px !important;
    border: none;
    border-radius: 3px;
}

.hs_submit input[type="submit"]:hover,
.acrt-cta-section a.cta-button:hover {
    background-color: #ced259;
}

.acrt-cta-section .hbspt-form .submitted-message {
	color : #fff !important;
	margin-top: 15px !important;
}

.acrt-cta-section .hbspt-form .submitted-message a {
	color : #fff !important;
	font-weight: 700 !important;
}