/*
 Theme Name:   Thunder Road Child
 Description:  Child theme based on Thunder Road customized for Golden Source
 Template:     thunder_road
 Version:      1.1.0
*/

/* overpass-300 - latin */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url('fonts/overpass-v5-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/overpass-v5-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* overpass-regular - latin */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/overpass-v5-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/overpass-v5-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* overpass-italic - latin */
@font-face {
	font-family: 'Overpass';
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/overpass-v5-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/overpass-v5-latin-italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* overpass-600 - latin */
@font-face {
	font-family: 'Overpass';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('fonts/overpass-v5-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	url('fonts/overpass-v5-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.icon-linkedin2.header {
	font-size: 1.2em;
}

.icon-linkedin2.footer {
	color: #084277;
	font-size: 2em;
}

.icon-search {
	color: white;
	margin-top: 7px;
}

/*
next line added by GURU on jQuery upgrade to 3 ... the testimonial on homepage had got a black background
*/
.testimonial-text p {background-color:#fff !important; }

/* HIDE TWITTER ICON - SHOULD BE TEMPORARY */
.fa-twitter {
	display: none !important;
}
/*******************************************/

html {
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	font-family: 'Overpass', sans-serif;
	color: #002151;
	font-size: 16px;
	padding-top: 0;
}

a, a:active, a:focus {
	text-decoration: underline;
	color: #002151;
}

a:hover {
	color: #eec41b;
	text-decoration: none;
}

/*i.fa {
	color: #c5ab36;
	font-size: 1.1em;
}

i.fa:hover {
	color: #000;
}*/


h1 {
	font-size: 2.3em;
	line-height: 1.2em;
	color: #002151;
	font-weight: 700;
}


h2 {
	font-size: 2em;
	line-height: 1.2em;
	margin-bottom: 10px;
	color: #002151;
	font-weight: 500;
}

h2 a, h2 a:hover {
	color: #002151;
}

h3 {
	font-size: 1.6em;
	line-height: 1.1em;
	margin-bottom: 10px;
	color: #002151;
}

h4 {
	font-size: 1.3em;
	font-weight: 400;
	color: #002151;
}

p {
    line-height: 1.5em;
}

.highlight {
	background-color: #EEB91B;
}

.body-large {
	font-size: 1.35em;
}

#logo_container {
	padding: 15px 0 20px;
}

.logo {
	width: 220px;
}

/*#header_container, #main_content {
	padding-left: 4%;
	padding-right: 4%;
}*/

.two-col-right-col {
	padding-left: 3%;
	padding-right: 4%;
}

.two-col-left-col {
	padding-right: 3%;
	padding-left: 4%;
}

/***** Image Slider *****/

.image-slider {
	padding-top: 30px;
	padding-bottom: 30px;
}

/************************/

/***** Testimonials *****/

.testimonial:before {
	content: none; /* override content from parent theme */
}

.testimonial {
	font-size: 1.2em;
	color: #002151;
}

.testimonial-by {
	color: #7195d2;
}

.testimonial-image {
	float: left;
	min-width: 40px;
	width: 8%;
	/*margin-top: 20px;*/
	text-align: right;
}

.testimonial-text {
	float: left;
	width: 85%;
	margin-left: 3%;
	margin-top: 10px;
}

div.testimonials {
	padding-top: 3%;
	padding-bottom: 3%;
}

/************************/

/***** Testimonial Widget *****/

	.testimonial-widget-content {
		font-size: .85em;
		margin-bottom: 5px;
		padding: 0 20px;
		margin-top: 10px;
	}

	.testimonial-widget-by {
		font-size: .85em;
		padding: 0 20px;
		text-align: right;
		line-height: 1.3em;
	}

/******************************/


/***** Search Form *****/

header .search-field {
	display: none;
	position: absolute;
	right: 180px;
	height: 32px;
	top: 1px;
	border: 2px solid #0e4375;
	border-right: none;
	padding: 5px 10px;
    font-size: .8em;
    z-index: 100;
}

#search {
	/*background-image: url(images/search_icon.png);*/
	width: 35px;
	height: 34px;
	border: none;
	position: relative;
	background-color: #EEB91B;
}

#search .fa-search {
	color: #fff;
}

#search_wrapper {
	width: 180px;
	float: right;
	position: relative;
	margin-top: 4px;
}

#search_wrapper #request_demo {
	background-color: #084277;
	height: 34px;
	text-align: center;
	padding-top: 5px;
}

#search_wrapper #request_demo a {
	color: #fff;
	font-size: .9em;
	font-weight: 400;
}

#search_wrapper .search-form {
	width: 35px;
	float: left;
}

/***********************/

.btn-light {
   background-color: #fff;
   border-radius: 0;
   padding: 10px 25px;
   border: 2px solid #0e4375;
   -webkit-transition: background .25s linear, border-radius .35s ease-out, color .4s;
   -moz-transition: background .25s linear, border-radius .35s ease-out, color .4s;
   -o-transition: background .25s linear, border-radius .35s ease-out, color .4s;
   transition: background .25s linear, border-radius .35s ease-out, color .4s;
   color: #0e4375;
}

.btn-light:hover {
	color: #fff;
	background-color: #0e4375;
	border: 2px solid #0e4375;
	border-radius: 34px;
}

.btn-dark {
   background-color: #0e4375;
   border-radius: 0;
   padding: 10px 25px;
   border: 2px solid #0e4375;
   -webkit-transition: background .25s linear, border-radius .35s ease-out, color .4s;
   -moz-transition: background .25s linear, border-radius .35s ease-out, color .4s;
   -o-transition: background .25s linear, border-radius .35s ease-out, color .4s;
   transition: background .25s linear, border-radius .35s ease-out, color .4s;
   color: #fff;
}

.btn-dark:hover {
	color: #0e4375;
	background-color: #fff;
	border: 2px solid #0e4375;
	border-radius: 34px;
}

/***** Custom wide screen image for page titles *****/

#page_title.block-image-bar img + .row {
	padding: 0;
	max-width: 100%;
	transform: translateY(-44%);
	top: 44%;
}

#page_title.block-image-bar .text-overlay {
    background-color: rgba(238,185,27,.85);
	padding: 20px 60px;
	width: 100%;
}

#page_title.block-image-bar .text-overlay h1 {
	padding-top: 5px;
}

/***** Custom wide screen text image overlay  *****/

.image-text-overlay.block-image-bar img + .row {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	transform: none;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	margin: 0 0 0 auto;
}

.image-text-overlay.block-image-bar .text-overlay {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	padding: 0;
	background-color: transparent;
}

.image-text-overlay.block-image-bar .text-overlay .title-overlay {
	text-align: right;
}

.image-text-overlay.block-image-bar .text-overlay .subtitle-overlay {
	padding-top: 15px;
	text-align: right;
}

.image-text-overlay.block-image-bar .text-overlay .subtitle-overlay #subtitle-text {
	font-size: 18px;
	padding-bottom: 15px;
}

.image-text-overlay.block-image-bar .text-overlay .subtitle-overlay .overlay-cta {
	padding-left: 15px;
}

.image-text-overlay.block-image-bar .text-overlay .subtitle-overlay .overlay-cta .btn-dark {
	border: 2px solid #0e4375;
	border-radius: 34px;
	text-decoration: none;
}

@media (min-width: 992px) {
	.image-text-overlay.block-image-bar img + .row {
		padding: 30px 8%;
	}

	.image-text-overlay.block-image-bar .text-overlay .title-overlay h1,
	.image-text-overlay.block-image-bar .text-overlay .title-overlay h2,
	.image-text-overlay.block-image-bar .text-overlay .title-overlay h3,
	.image-text-overlay.block-image-bar .text-overlay .title-overlay h4,
	.image-text-overlay.block-image-bar .text-overlay .title-overlay h5,
	.image-text-overlay.block-image-bar .text-overlay .title-overlay h6 {
		font-size: 300%;
	}

	.image-text-overlay.block-image-bar .text-overlay .subtitle-overlay {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		text-align: inherit;
	}

	.image-text-overlay.block-image-bar .text-overlay .subtitle-overlay #subtitle-text {
		align-self: center;
		padding-bottom: 0;
	}
}

@media (max-width: 480px) {
	.image-text-overlay.block-image-bar {
		height: 400px;
	}
}

/***** Custom wide screen color bar with background *****/

 #compass.ws_color_bar {
	background-image: url('images/compass_background.png');
	background-repeat: no-repeat;
	background-position:  center;
	background-size: contain;
	margin: 15px 0px;
}

/***** Resources page - /resources *****/
.page-id-150 .four_column {
	padding-bottom:0!important;
	padding-top:0!important;
	margin-bottom:0!important;
	margin-top:0!important;
}
.page-id-150 .four_column a{
	cursor: pointer !important;
}
@media screen and (min-width: 1024px) {
	.page-id-150 .four_column .col-md-3 {
		width:33%;
	}
		
}




/***** new abm page *****/
.page-id-5262 .image-text-overlay::after {background:none;}

	@media (max-width: 600px) {
	  .page-id-5262 .image-text-overlay {
		background-image: linear-gradient(to left, rgba(237, 237, 237, 0) 0%, rgba(237, 237, 237, 0) 100%), url(https://b2346141.smushcdn.com/2346141/wp-content/uploads/2024/06/2560x1042.jpg?lossy=1&strip=1&webp=1)!important;
		background-position: -124px 0px;
	}
}

.page-id-5194 h3, .page-id-5262 h3 {
  font-size: 2em
}
.page-id-5262 #buy-sell-row span{
  font-weight:bold;
}
.page-id-5194 #before_footer,
.page-id-5194 #breadcrumbs, 
.page-id-5262 #before_footer,
.page-id-5262 #breadcrumbs {
  display: none
}

.page-id-5194 .gform_heading, 
.page-id-5262 .gform_heading {
  display: none;
}

.page-id-5262 #main_navigation {}

/* make sure it only targets the landing page */
.page-id-5262 #gform_wrapper_4 {}

.page-id-5194 .gs_contact_form_wrapper,
.page-id-5262 .gs_contact_form_wrapper {
  background: #10254F;
  padding: 10px
}

.page-id-5194 #gform_4 button, 
.page-id-5262 #gform_4 button,
.page-id-5262 #gform_4 input {
  width: 100%
}
.page-id-5194 #gform_4 #input_4_1,
.page-id-5194 #gform_4 #input_4_2,
.page-id-5194 #gform_4 #input_4_3,
.page-id-5194 #gform_4 #input_4_6 {
	width:100%;
}
.page-id-5194 #field_4_7 .gfield_label_before_complex,
#gform_1 #field_1_6 .gfield_label_before_complex{
	display:none;
}
.page-id-5194 #field_4_7 a {
	color:#fff;
	cursor:pointer;
}
.page-id-5194 #gform_4 #gform_submit_button_4,
.page-id-5262 #gform_4 #gform_submit_button_4 {
  color: #10254F;
  font-weight: 700;
  font-size: 17px
}

.page-id-5194 #gform_4 #gform_submit_button_4:hover,
.page-id-5262 #gform_4 #gform_submit_button_4:hover {
  border-radius: 0
}

.page-id-5194 #gform_wrapper_4 h2.gform_submission_error,
.page-id-5262 #gform_wrapper_4 h2.gform_submission_error{
  color: red;
  background: #fff;
  padding: 10px;
  font-size: 16px
}
.page-id-5256 #gform_2_validation_container {
	display:none;
}
.page-id-5256 #gform_wrapper_2 .validation_message {
	margin:10px auto;
	width:15rem;
	color: red;
  background: #fff;
  font-size: 14px;
}
.page-id-5256 ul#gform_fields_2 {
	padding:0;
}
#field_2_2 > div > label > a {
	color:#ffffff;
}
.page-id-5194 #gform_4 .gfield_validation_message,
.page-id-5262 #gform_4 .gfield_validation_message {
  color: #fff;
  background: red;
  padding: 5px;
  font-size: 12px
}

.page-id-5194 #gform_4 input,
.page-id-5262 #gform_4 input {
  height: 45px;
  font-size: 16px
}

.page-id-5194 #gform_4 label,
.page-id-5262 #gform_4 label {
  color: #fff
}

.page-id-5194 #gform_4 label[for="input_4_5"],
.page-id-5262 #gform_4 label[for="input_4_5"] {
  display: none
}

.page-id-5194 ul#gform_fields_4,
.page-id-5262 ul#gform_fields_4 {
  padding: 0
}

.page-id-5194 ul#gform_fields_4 li,
.page-id-5262 ul#gform_fields_4 li {
  list-style: none;
  margin: 20px 0
}
.page-id-5262 #buy-sell-row strong {
	text-decoration:underline;
}
.page-id-5262 #buy-sell-row h4 {
	margin:15px 0;
}

/***** end abm page *****/

/***** new home page *****/
body.page-id-5256, .page-id-5256 #footer_primary {
	background-color:#f2f7fa;
}
.page-id-5256 #wide-screen-text-image, .page-id-5256 .three_column {
    display: none;
}

.page-id-5256 .full_width div.ws_content {
    padding: 0 !important;
}

.page-id-5256 .hero-section {
    padding: 40px 0 0 0;
    max-width: 1600px; /* Adjust this value as needed */
    margin: 0 auto;
    position: relative;
}

.page-id-5256 .row.no-gutters {
    display: flex;
    align-items: center;
    margin: 0 -50px; 
}

.page-id-5256 .hero-content {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 65px; 
}

.page-id-5256 .hero-text {
    max-width: 95%;
}

.page-id-5256 .hero-section h1 {
    font-size: 57px;
    color: #062655;
    margin-bottom: 0;
    line-height: 1.2;
    font-weight: bold;
}
.page-id-5256 .hero-section h2 {
	margin-top:0;
}
.page-id-5256 .hero-section .btn-group {
    margin-bottom: 20px;
	margin-top:50px;
}

.page-id-5256 .hero-section .btn {
    margin-right: 10px;
    font-weight: bold;
    border-radius: 4px !important;
    font-size: 19px;
}

.page-id-5256 .hero-section .btn-primary {
    background-color: #f6b64c;
    border-color: #f6b64c;
    color: #1a2b52;
	padding: 10px 40px;
}

.page-id-5256 .hero-section .btn-default {
    color: #1a2b52;
    border-color: #1a2b52;
    background-color: #fff;
	margin-left:20px;
	padding: 10px 70px;
}
.page-id-5256 .hero-section .btn-primary:hover {
    background-color: #e9a93b; 
    border-color: #e9a93b;
    color: #0f1d3b; 
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.page-id-5256 .hero-section .btn-default:hover {
    background-color: #1a2b52;
    color: #ffffff;
    border-color: #1a2b52;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.page-id-5256 .hero-image-col {
    padding-right: 50px; 
}

.page-id-5256 .hero-image-container {
    height: 500px; 
    overflow: hidden;
}

.page-id-5256 .hero-image-container img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1199px) {
    .page-id-5256 .hero-section {
        max-width: 100%;
        padding: 40px 15px 0;
    }

    .page-id-5256 .row.no-gutters {
        margin: 0 -15px;
    }

    .page-id-5256 .hero-content {
        padding-left: 30px;
    }

    .page-id-5256 .hero-image-col {
        padding-right: 30px;
    }
}

@media (max-width: 767px) {
    .page-id-5256 .row.no-gutters {
        flex-direction: column;
    }

    .page-id-5256 .hero-content {
        text-align: center;
        padding: 0 15px;
        margin-bottom: 20px;
    }
    
    .page-id-5256 .hero-text {
        max-width: 100%;
    }
	.page-id-5256 .hero-section {
		padding-top:0;
	}
    .page-id-5256 .hero-section .btn-group {
        display: inline-block;
        margin-bottom: 20px;
    }
    
    .page-id-5256 .hero-image-container {
        height: 300px;
    }

    .page-id-5256 .hero-image-col {
        padding-right: 15px;
    }
	.page-id-5256 .hero-section h1 {
    font-size: 41px;
	}
	.page-id-5256 .btn-group .btn-primary {
		padding:5px 8px;
    }
	.page-id-5256 .btn-group .btn-default {
		padding:5px 20px;
    }
}


.page-id-5256 #types-3 {
	padding:20px 0!important;
}
.page-id-5256 #main_content > div.full_width > div.row.three_column {
	
}
.page-id-5256 .banner-header {
	text-align: center;
	padding: 0px 0 20px 0;
font-size:1.4em;
}
.page-id-5256 .service-box {
	background-color: #fbe7b5;
	padding: 20px;
	border: 1px solid #e4e7eb;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	position: relative;
	padding-top: 60px; /* Adjust this value if needed */
}
.page-id-5256 .service-box img {
	width: 250px;
	height: 130px!important;
	position: absolute;
	top: 0px;
	right: 0px;
}
.page-id-5256 .service-box h4 {
	margin: 80px 0 20px 0;
	font-size:1.9em;
}
.page-id-5256 .service-box a {
	color: #1a497a;
	text-decoration: none;
	font-weight: bold;
}
.page-id-5256 .service-box a:hover {
	text-decoration: underline;
}
.page-id-5256 .row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
.page-id-5256 .row-eq-height > [class*='col-'] {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.page-id-5256 .service-box a:hover {
	text-decoration: underline;
}
.page-id-5256 .row-eq-height {
	display: flex;
	flex-wrap: wrap;
}
.page-id-5256 .row-eq-height > [class*='col-'] {
	display: flex;
	flex-direction: column;
}
.page-id-5256 #compass.ws_color_bar {
	background-image: none;
	margin:0;
	padding:40px 0;
}
.page-id-5256 #compass a.btn-dark  {
	text-decoration:none;
	border-radius:10px;
}
.page-id-5256 #compass h2  {
	font-size:1.8em;
	margin-bottom:20px;
}
.page-id-5256 #compass .the-compass-copy {
	color:#000;
}
.page-id-5256 #recent-posts-list h2{
	text-align:center;
	color:#000;
	font-size:1.8em;
	font-weight:bold;
	margin:20px 0 30px 0;
}
.page-id-5256 #recent-posts-list ul.display-posts-listing li:first-child {
    border-top: 3px solid #e7d8a3;
}
.page-id-5256 #recent-posts-list ul.display-posts-listing li {
	position: relative;
	list-style: none;
	border-bottom: 3px solid #e7d8a3;
	padding:30px 80px 30px 0;
	  white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis; 
}
.page-id-5256 #recent-posts-list ul.display-posts-listing li a { 
	font-size:24px;
	text-decoration:none;
	font-weight:bold
}
.page-id-5256 #recent-posts-list ul.display-posts-listing li:after {
  content: '\2192'; 
    position: absolute;
    right: 10px; 
    top: 50%;
    transform: translateY(-50%);
    font-size: 32px; 
    color: #fff; /* Arrow color */
    background-color: #001f3f; 
    border-radius: 50%; 
    width: 50px; 
    height: 50px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
}
.page-id-5256 #leadership-innovation h3  { 
	text-align:center;
	color:#000;
	font-size:1.8em;
	font-weight:bold;
	margin-bottom:50px;
}
.page-id-5256 #leadership-innovation strong  {
	font-size: 1.6em;
    margin-bottom: 20px;
    line-height: 30px;
    color: #5A5D6C;
}
.page-id-5256 #leadership-innovation.ws_color_bar {
	background-color:#f2f7fa!important;
}
.page-id-5256 #breadcrumbs {
	display:none;
}
.page-id-5256 #gform_fields_2 li {
	list-style:none;
}
 @media screen and (max-width: 768px) {
    #leadership-innovation div[style*="display: flex"] {
      flex-direction: column;
    }
    #leadership-innovation div[style*="display: flex"] img {
      margin-right: 0;
      margin-bottom: 10px;
    }
	#get-the-right-data  .banner {
		flex-direction: column;
		align-items: flex-start;
	}
	#get-the-right-data .banner .btn-contact {
		margin-top: 10px;
	}
	 .page-id-5256 #main_content > div.full_width > div.row.ws_content {
	padding:5% 0%!important;
	}
	 .page-id-5256 .row-eq-height > [class*='col-'] {
                width: 100%;
      }
	 .page-id-5256 ul.display-posts-listing {
		padding:0;
		}
	 .page-id-5256 #recent-posts-list ul.display-posts-listing li a {
    	font-size: 17px;
		}
	 
  }
#get-the-right-data {
	width:100%!important;
	padding:5% 0!important
}
#get-the-right-data .banner {
	background-color: #112a63;
	padding: 20px;
	color: white;
	border: 1px solid #e4e7eb;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#get-the-right-data .banner h4 {
	color:#fff;
	font-size: 1.4em;
}
#get-the-right-data .banner .content {
	flex: 1;
}
#get-the-right-data .banner .btn-contact {
	background-color: #eead4a;
	color: #1a497a;
	border: none;
	padding: 10px 30px;
	font-weight: bold !important;
    font-size: 1.1em;
}
#get-the-right-data .banner .btn-contact:hover {
	background-color: #dd9933;
	color: #1a497a;
}

/***** end new home page *****/

.page-id-162 #gform_confirmation_message_1 {
	border:1px solid #000;
}
.page-id-162 #gform_confirmation_message_1 .p1 {
	margin: 0;
    padding: 20px 10px;
}
/***** graviy email collect form *****/
#gform_wrapper_2 li {
	list-style-type:none;
}
#gform_wrapper_2 #field_2_2 .gfield_label_before_complex {
	display:none;
}

#header_contact, #mobile_contact {
	color: #084277;
	text-transform: capitalize;
	font-family: 'Overpass', sans-serif;
	font-weight: 500;
}

#header_contact {
	font-size: .8em;
	float: right;
	padding: 35px 0px 0px 0px;
	margin-bottom: 10px;
}

#mobile_contact {
	display: none;
	font-size: .8em;
	text-align: center;
}

#header_contact ul, #mobile_contact ul {
	list-style: none;
	padding-left: 0;
}

#header_contact ul li {
	float: left;
	margin-left: 12px;
}

#mobile_contact ul li {
	display: inline-block;
	margin-left: 5px;
}

#header_contact ul li a, #mobile_contact ul li a {
	color: #084277;
}

#header_contact ul li a:hover, #mobile_contact ul li a:hover {
	color: #eec41b;
}

#header_contact i.fa, #mobile_contact i.fa {
	color: #084277;
}

#header_contact i.fa {
	font-size: 1.2em;
}

#mobile_contact i.fa {
	font-size: 1.4em;
}

#header_contact i.fa:hover, #mobile_contact i.fa:hover {
	color: #eec41b;
}

/***** Main Menu *****/

.navbar {
	position: static;
}

#megamenu_wrapper nav > ul > li > a {
	padding-bottom: 18px !important;
	transition: all .25s ease-in;
	background-image: url(images/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: -50px 100%;
}

#megamenu_wrapper nav > ul > li > a:hover {
	background-image: url(images/nav_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#menu-main-navigation .current_page_item a {
	background-position: center bottom;
	color: #eec41b;
}

#menu-main-navigation > li#request_demo {
	margin-top: 1px;
}

#menu-main-navigation > li#request_demo > a {
	transition: none;
	background-image: none;
	padding-top: 8px;
}

/*#menu-main-navigation > li:first-child a {
	padding-left: 0px;
}*/

/*#menu-main-navigation > li:last-child a {
	padding-right: 0px;
}*/

.navbar {
	margin-bottom: 0;
	text-align: right;
	height: 57px;
	float: left;
	width: calc(100% - 180px);
}

.navbar-default, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    border-color: transparent;
}

.navbar-toggle {
	float: none;
	margin: 0 0 15px 0;
}

/***** Mobile Menu *****/

.dropdown-menu {
	display: none;
}

#mobile_menu li.menu-item-has-children, #mobile_menu li.menu-item-has-children.open a {
	background-color: #0e4375;
}

#mobile_menu li a {
	color: #fff;
}

#mobile_menu .dropdown-menu li {
	background-color: #fff;
	border-bottom: 1px solid #0e4375;
}

#mobile_menu .dropdown-menu li a {
	color: #0e4375;
	background-color: #fff !important;
	font-size: 1.1em;
}

/***********************/

/***** Mega Menu *****/

#megamenu_wrapper .ubermenu .ubermenu-submenu {
	background-color: #fff;
}

.ubermenu .ubermenu-submenu li {
	background-color: #fff;
}

.ubermenu ul li a {
	color: #084277;
	font-family: 'Overpass', sans-serif;
	letter-spacing: .03em;
	font-size: 1.1em;
	font-weight: 500;
	/*white-space: nowrap;*/
}

.ubermenu ul li a:hover {
	color: #eec41b;
}

#megamenu_wrapper .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target::after {
	content: "\f0d7";
	color: #084277;
	-moz-osx-font-smoothing: auto;
	top: 47%;
	right: 8px;
	font-size: .7em;
}

#megamenu_wrapper .ubermenu ul li a:hover:after {
	color: #eec41b !important;
}

#megamenu_wrapper .ubermenu-submenu-drop {
	border: 2px solid #084277;
}

#megamenu_wrapper .col_header {
	background-color: #084277;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
}

#megamenu_wrapper .ubermenu .ubermenu-target {
	padding: 0;
}

#megamenu_wrapper .ubermenu-tab .ubermenu-target, #megamenu_wrapper .ubermenu-submenu .ubermenu-item-type-post_type .ubermenu-target, #megamenu_wrapper .ubermenu-submenu .ubermenu-item-type-taxonomy .ubermenu-target {
	margin: 15px 20px 0px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

#megamenu_wrapper .ubermenu-nav > li > a {
	padding: 15px 20px 18px !important;
}

/*#megamenu_wrapper .ubermenu-submenu li.ubermenu-item:not(#col_header) {
	margin: 15px 20px 5px;
	border-bottom: 1px solid #000;
}*/

#megamenu_wrapper .ubermenu .ubermenu-tab-layout-left > .ubermenu-tabs-group {
	border: none;
}

/*#megamenu_wrapper .ubermenu-tab > a.ubermenu-target::after {
	content: "" !important;
}*/

#megamenu_wrapper .ubermenu-widget-area {
	padding-left: 0;
}

#megamenu_wrapper .rpwe-title a {
	white-space: normal;
}

/*#megamenu_wrapper .ubermenu-has-submenu-mega ul.ubermenu-submenu-drop {
	margin-top: 0px !important;
}*/

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child {
	margin-top: 0 !important;
}

.mm-support-title {
	color: #002151;
	font-size: .9em;
}

.mm-support-tel {
	color: #002151;
	font-size: .8em;
	margin-top: 5px;
}

/*********************/




/* Hamburger coloring */
.navbar-header .navbar-toggle {
	border-color: #084277;
}

.navbar-header .navbar-toggle .icon-bar, .navbar-header .navbar-toggle:hover .icon-bar, .navbar-header .navbar-toggle:focus .icon-bar {
	background-color: #084277;
}

.navbar-header .navbar-toggle:hover, .navbar-header .navbar-toggle:focus {
	background-color: #eec41b;
}
/*********************/


#menu-main-navigation {
	float: right;
}

/*#menu-main-navigation li a, #mobile-navigation ul li a {
	color: #084277;
	font-family: 'Overpass', sans-serif;
	letter-spacing: .03em;
	font-size: 1.1em;
	font-weight: 500;
	white-space: nowrap;
}

#menu-main-navigation li a:hover, #mobile-navigation ul li a:hover {
	color: #7195d2;
}*/

#mobile-navigation {
	border-bottom: 6px solid #000;
	padding-bottom: 15px;
}

#mobile-navigation ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

#mobile-navigation ul li a {
	font-size: 1.4em;
}

h4.module-title {
	margin-top: 20px;
}

/* Gutter control */

#main_content { /* Eliminate gutters for container */
	padding-left: 0;
	padding-right: 0;
}

.full_width div.ws_content {
    padding: 5% 16%;
}

/*********************/


.carousel-control.left, .carousel-control.right {
	background-image: none;
}

/* Carousel Fading slide */
.carousel-fade .carousel-inner { background: #fff; }
.carousel-fade .carousel-control { z-index: 2; }
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*********************/

/*.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/

/***** Before Footer *****/

#before_footer {
	display: flex;
}

#before_footer .left-col, #before_footer .center-col, #before_footer .right-col {
	text-align: center;
	padding: 45px 45px;
	flex: 1;
}

#before_footer .left-col, #before_footer .right-col {
	background-color: #084277;
}

#before_footer .center-col {
	background-image: url(images/yellow_city_background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 1.1em;
}

#before_footer .headline {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
}

#before_footer .left-col .link {
	padding: 15px 40px;
}

#before_footer .left-col a {
	font-size: 2em;
	color: #97b9f9;
}

#before_footer .center-col .phone {
	font-size: 1.5em;
}

#before_footer .right-col .mailing-list {
	color: #fff;
}

#before_footer .right-col img {
	margin-bottom: 20px;
}

@media (max-width: 991px){
	#before_footer {
		display: block;
	}
}

/*************************/

#footer_primary {
	padding: 30px 4% 20px 4%;
	background-color: #fff;
}

/*.blog #footer_primary, .single #footer_primary, .category #footer_primary {
	margin-left: -4%;
	margin-right: -4%;
}*/

#footer_primary ul {
	list-style: none;
	margin-top: 30px;
	float: left;
	width: 100%;
	padding-left: 0px;
	margin-top: 5px;
}

/*#footer_primary ul li {
    float: left;
    margin-right: 3%;
}*/

/*#footer_primary ul li a, #footer_secondary, #footer_secondary a {
	font-family: "Quattrocento", serif;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}*/

#logo_footer {
	width: 200px;
}

#footer_locations {
	padding-left: 90px;
}

#footer_locations_header {
	height: 87px;
	display: table-cell;
	vertical-align: bottom;
	font-size: 1.4em;
	text-transform: uppercase;
}

#footer_links {
	padding-top: 85px;
	padding-left: 90px;
}

footer i.fa {
	color: #084277;
	font-size: 2em;
}

footer i.fa:hover {
	color: #eec41b;
}

#footer_secondary {
	background-color: #e0eaf3;;
	padding-left: 4%;
	padding-right: 4%;
}

#footer_secondary, #footer_secondary a {
	font-size: .8em;
}

#footer_social {
	padding-top: 48px;
}

#footer_image {
	padding-top: 30px;
	max-width: 200px !important;
}

div.title {
	padding: 2% 25%;
	background-color: #f2f7fa;
	background-image: url(images/bkgrd_title.jpg);
	background-position: right;
   	background-repeat: no-repeat;
}

.title h1 {
	padding-top: 4px;
}

/***** Blog *****/

#blog_wrapper {
	padding: 4% 4% 0 4%;
	background-color: #e0eaf3;
}

.blog .title, .single .title, .category .title, .search .title {
	background-color: #EEB91B;
}

.blog h2 {
	margin: 0;
}

.media img {
	margin-bottom: 20px;
}

.post-date {
	font-size: .8em;
	margin-bottom: 20px;
}

.post-category {
	font-size: .9em;
	margin-bottom: 10px;
}

.post-wrapper {
	margin-bottom: 50px;
	background-color: #fff;
	padding: 40px 100px 40px 40px;
	margin: 0 1.5% 50px 1.5%;
}

.single h2, .post-pagination {
	width: 80%;
}

.post-content-wrapper {
	margin-bottom: 50px;
}

.scroll-post {
	margin-bottom: 30px;
}

.scroll-post-left {
	padding-left: 0;
}

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

.scroll-post-right {
	text-align: right;
}

.blog .well.sidebar-nav, .single .well.sidebar-nav, .category .well.sidebar-nav, .search .well.sidebar-nav {
	background-color: #e0eaf3;
	border-color: #e0eaf3;
	padding: 0;
}

.blog .well.sidebar-nav .widget, .single .well.sidebar-nav .widget, .category .well.sidebar-nav .widget, .search .well.sidebar-nav .widget {
	background-color: #fff;
	padding: 25px;
	margin-bottom: 25px;

}

.blog .well.sidebar-nav .widget ul, .single .well.sidebar-nav .widget ul, .category .well.sidebar-nav .widget ul, .search .well.sidebar-nav .widget ul {
	padding-left: 0;
}

.blog .well.sidebar-nav .widget ul li, .single .well.sidebar-nav .widget ul li, .category .well.sidebar-nav .widget ul li, .search .well.sidebar-nav .widget ul li {
	list-style: none;
}

.blog .well.sidebar-nav .widget #search, .single .well.sidebar-nav .widget #search, .category .well.sidebar-nav .widget #search, .search .well.sidebar-nav .widget #search {
	border: none;
	position: relative;
	top: 3px;
}

.blog .well.sidebar-nav input[type="search"], .single .well.sidebar-nav input[type="search"], .category .well.sidebar-nav input[type="search"], .search .well.sidebar-nav input[type="search"] {
	position: relative;
	top: 4px;
	height: 34px;
	background-color: #f8f8f8;
	border: none;
	padding-left: 10px;
	width: calc(100% - 40px);
}

.ajax-load-more-wrap .masonry-item {
   padding: 25px;
   background-color: #fff;
   width: 47%;
   margin: 0 1.5% 3%;
   float: left;
   display: inline;
}

@media screen and (max-width: 991px){
   .ajax-load-more-wrap .masonry-item {
      width: 100%;
      margin: 0 0 20px;
   }
}


/****************/

/***** Contact Form *****/

.gform_button {
   background-color: #F4A811;
   border-radius: 0;
   padding: 10px 25px;
   border: 2px solid #0e4375;
   -webkit-transition: background .25s linear, border-radius .35s ease-out, color .4s;
   -moz-transition: background .25s linear, border-radius .35s ease-out, color .4s;
   -o-transition: background .25s linear, border-radius .35s ease-out, color .4s;
   transition: background .25s linear, border-radius .35s ease-out, color .4s;
   color: #fff;
}

.gform_button:hover {
	color: #F4A811;
	background-color: #fff;
	border: 2px solid #0e4375;
	border-radius: 34px;
}

/************************/

/***** Breadcrumbs *****/

#breadcrumbs {
	background-color: #e0eaf3;
	padding: 30px 4%;
}

/***********************/


@media (max-width: 1170px) {
	#footer_locations, #footer_links {
		padding-left: 60px;
	}
}

@media (max-width: 1060px) {
	#megamenu_wrapper .ubermenu-nav > li > a {
		padding: 15px 12px 18px !important;
	}
}

@media (min-width: 992px) {
	#mobile_menu {
		display: none !important;
	}
}

@media (max-width: 991px) and (min-width: 769px) {
	/*** Mobile Menu on iPad ***/
	.dropdown-menu {
		position: relative;
		float: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		border-left: none;
		border-right: none;
	}
}

@media (max-width: 991px) {

	/* Hamburger */
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: inline-block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
  		display:block !important;
	}
	/*************/

	#megamenu_wrapper {
		display: none;
	}

	.navbar {
		position: relative;
		z-index: 9999;
		width: 100%;
		height: auto;
		text-align: left;
	}

	#mobile_menu {
		background-color: #fff;
	}

	#search_wrapper {
		display: none;
	}

	#menu-main-navigation li a, #mobile-navigation ul li a {
		padding-left: 0;
	}

	.logo {
		display: inline;
	}

	#logo_container {
		text-align: center;
	}

	#header_contact {
		display: none;
	}

	#mobile_contact {
		display: block;
	}

	#main_navigation {
		padding-top: 15px;
	}

	#footer_menu {
		margin: auto;
		display: block;
		float: none;
		margin-top: 30px;
		margin-bottom: 30px;
		/*margin-top: 30px;*/
		width: 70%;
	}

	#menu-footer-navigation {
		padding-left: 20%;
		clear: both;
	}

	#page_title.block-image-bar .text-overlay {
		font-size: 1em;
	}

	/*.carousel-caption {
		top: 20% !important;
		width: 55% !important;
		left: 35% !important;
	}

	.carousel-caption h1 {
		margin-bottom: 5px;
		margin-top: 5px;
	}*/

	.block-image-bar .btn {
		padding: 10px 20px;
	}

	.block-image-bar h3 {
		font-size: 1.5em;
	}

	#footer_locations, #footer_links {
		padding: 0 15px;
	}

	#footer_logo_info, #footer_locations, #footer_links, #footer_social {
		width: 60%;
		margin: auto;
		float: none;
	}

	#footer_social {
		text-align: left;
	}

	#footer_locations_header {
		height: auto;
		display: block;
		padding-top: 30px;
	}

	#footer_primary ul {
		float: none;
	}

	#footer_links, #footer_social {
 	   padding-top: 30px;
	}

	.masonry { /* Masonry container */
    	column-count: 1;
	}

	.post-wrapper {
		padding-right: 60px;
	}

	.block-image-bar {
		display: inline-block;
		overflow: hidden;
		height: 300px;
		background-size: cover;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}

	.block-image-bar img {
		display: none;
	}
}

@media (max-width: 790px) {
	.block-image-bar h3 {
		font-size: 1.2em;
	}

	.block-image-bar .btn {
		padding: 5px 15px;
	}

	.carousel_subheadline {
		font-size: .4em;
	}

	.carousel-caption h1 {
		line-height: .6em;
	}

	.custom-trademark {
		font-size: 14px;
		bottom: 8px;
	}

	.scroll-post-center, .scroll-post-right {
		text-align: left;
		padding-left: 0;
	}

	#footer_logo_info, #footer_locations, #footer_links, #footer_social {
		width: 75%;
	}
}

@media (max-width: 660px) {

	.block-image-bar h3 {
		font-size: 1em;
		margin-bottom: 10px;
	}

	.carousel_subheadline {
		font-size: .3em;
	}

	.carouselquattro {
		font-size: .7em;
	}

	.carouseloswald {
		font-size: .5em;
	}

}

@media (max-width: 550px) {
	#mc_second {
		visibility: hidden !important;
	}

	h2 {
		font-size: 1.4em;
	}

	.ws_color_bar p span {
		font-size: 1em !important;
	}

	.block-image-bar h3, .block-image-bar .text-overlay #image-bar-copy {
		display: none;
	}

	#page_title.block-image-bar .text-overlay {
		font-size: .65em;
		padding: 20px 10px;
	}

	.block-image-bar .text-overlay {
		padding: 15px;
	}

	.block-image-bar h2 {
		font-size: 2.4em;
	}

	.btn-light {
		padding: 5px 15px;
	}

	div.title {
		padding: 2% 2%;
	}

	div.title h1 {
		font-size: 2em;
	}

	.block-image-bar img + .row {
    	padding: 30px 15px;
	}

	#footer_logo_info, #footer_locations, #footer_links, #footer_social {
		width: 90%;
	}

	.testimonial-image {
		min-width: 30px;
		/*width: 8%; */
	}

	.testimonial-text {
		width: 75%;
	}

	.post-wrapper {
		padding: 20px;
		margin: 0;
	}

}





