/*
Theme Name: CRC
Theme URI: http://www.brandllama.com
Author: Brand Llama
Author URI: http://www.brandllama.com/
Description: Theme for the Client Website
Version: 1.2.0
License: Private
Text Domain: crc

Client Name Theme  © 2018 CRC
*/

/* HTML/CSS RESET IN FOUNDATION.CSS */



/* MEDIA QUERIES */

/* DESKTOP */ 
@media screen and (min-width: 1281px) {

}

/* LAPTOP */ 
@media screen and (min-width: 1025px) and (max-width: 1280px) {

}

/* TABLET HORIZONTAL */ 
@media screen and (min-width: 769px) and (max-width: 1024px) {

}

/* TABLET VERTICAL */ 
@media screen and (min-width: 681px) and (max-width: 768px) {

}


/* MOBILE HORIZONTAL */
@media screen and (min-width: 441px) and (max-width: 680px) {

}


/*MOBILE VERTICAL*/
@media screen and (max-width: 440px) {

}


/* WORDPRESS CORE CSS */ 
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}
body{
    margin: 0;
    font-family: "Lato" !important;

}
h1, h2, h3, h4, h5, h6{
    font-family: "Lato" !important;
}
a {
    color: #00549A;
    transition: color 0.3s ease-in-out;
}
a:hover, a:focus {
    color: #023056;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child){
    float: left;
}
.top-nav{
    background-color: #892D35;
    height: 70px;
    text-align: center;
    padding-top: 20px;
}
.phone-box{
    float: left;
}
.phone-box a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.headline-box{
    color: #fff;
    margin-top: 20px;
    font-weight: lighter;
    font-size: 20px;
}
.email-box{
    float: right;
}
.email-box-mobile{
    float: right;
    display: none;
}
.email-box a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.email-box-mobile a{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}
.holder-nav{
    text-align: center;
    margin-top: 35px;
}
.main-nav-left{
    float: left;
    margin-top: 35px;
}
.navbar-nav-left{
    display: inline-flex;
    margin-left: 0;
    font-weight: bold;
}
.main-nav-left li{
    list-style-type: none;
    padding-right: 60px;
}
.main-nav-left .current-active-item a:after{
    content: url('/wp-content/uploads/2018/07/nav-arrow.png');
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    font-size: 31px;
    margin-top: -18px;
    display: block;
    /*position: absolute;*/
}
.main-nav-left .current-menu-item a:after{
    content: url('/wp-content/uploads/2018/07/nav-arrow.png');
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    font-size: 31px;
    margin-top: -18px;
    display: block;
    /*position: absolute;*/
}
.main-nav-left .current-page-ancestor a:after{
    content: url('/wp-content/uploads/2018/07/nav-arrow.png');
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    font-size: 31px;
    margin-top: -18px;
    display: block;
    /*position: absolute;*/
}
.main-nav-right .current-active-item a:after{
    content: url('/wp-content/uploads/2018/07/nav-arrow.png');
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    font-size: 31px;
    margin-top: -18px;
    display: block;
    /*position: absolute;*/
}
.main-nav-right .current-menu-item a:after{
    content: url('/wp-content/uploads/2018/07/nav-arrow.png');
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    font-size: 31px;
    margin-top: -18px;
    display: block;
    /*position: absolute;*/
}
.main-nav-right .current-page-ancestor a:after {
    content: url('/wp-content/uploads/2018/07/nav-arrow.png');
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    font-size: 31px;
    margin-top: -18px;
    display: block;
    /*position: absolute;*/
}

.search .current-active-item a:after {
    content: url(/wp-content/uploads/2018/07/nav-arrow.png);
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    font-size: 31px;
    margin-top: -18px;
    display: block;
    opacity: 0;
}

.main-nav-left a{
    text-decoration: none;
    /*font-family: Lato-Black;*/
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}
.main-nav-right{
    float: right;
    margin-top: 30px;
    display: inline-flex;
    margin-left: 10px;
}
.navbar-nav-right{
    display: inline-flex;
    font-weight: bold;
}
.main-nav-right li{
    list-style-type: none;
    padding-right: 30px;
}
.main-nav-right a{
    text-decoration: none;
    /*font-family: Lato-Black;*/
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
}
.main-nav-left a:hover, .main-nav-right a:hover{
    color: #892D35;
}
.header-button{
    background-color: #00549A;
    text-transform: uppercase;
    color: #fff !important;
    height: 37px;
    margin-top: -5px;
    font-weight: bold;
    transition: background-color 0.25s ease-out, color 0.25s ease-out !important;
}
.header-button:hover {
    background-color: #023056;
}
.button:hover, .button:focus {
    background-color: #023056;
    color: #fefefe;
}
.header-logo img{
    margin-top: 8px;
}
main{
    margin-top: 40px;
}
/* SEARCH BOX STYLES */
#search-box {
    -webkit-transition: width .3s ease-in-out, max-height .3s ease-in-out;
    transition: width .3s ease-in-out, max-height .3s ease-in-out;
    background: #fff;
    z-index: 9;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    overflow: hidden;
    text-align: right;
}

#search-box .active {
    width: 700px;
}

#search-box.search-form {
    min-width: 250px;
    display: inline-block;
}

#search-box .form-control {
    padding: 4px 5px;
    height: 29px;
    width: 290px;
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 0;
}

#search-box .btn-link-ref {
    padding: 4px 5px;
    height: 29px;
    width: 29px;
    border-radius: 0px;
    border: none;
    color: #ed7422;
    position: relative;
}

#search-box .btn-link-ref:before {
    content: "\f002";
    color: #ed7422;
    margin-left: .3571428571rem;
    position: absolute;
    z-index: 999;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
}

#search-box form {
    white-space: nowrap;
}
.search-result-ul {
    list-style-type: none;
    margin-left: 0;
}
.search-result {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#search-navi {
    margin-bottom: 50px;
    margin-left: 0;
}
.wp-pagenavi span.current {
    background-color: #023056;
    border-color: #023056;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
	font-weight: normal;
}
.wp-pagenavi span {
	border-color: #023056;
}
.wp-pagenavi a {
    border-color: #023056;
    color: #023056;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    font-size: 16px;
}
.search-title a{
    color: #000;
}
.search-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.search-block li {
    position: relative;
    list-style-type: none;
}
#search-box.active {
    width: 325px;
    margin-right: 27px;
}

.search-block a {
    font-weight: 600;
}

.search-block a:hover {
    text-decoration: underline;
}

.search-block i {
    color: #000;
    margin-left: .3571428571rem;
}
.search-block i:hover{
    color: #357caa;
}
.search-block li:not(:last-child) {
    padding-right: .8571428571rem;
    margin-right: .7142857143rem;
}
.search-block li:not(:last-child):after {
    content: "";
    width: 2px;
    height: 70%;
    background-color: #ed7422;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.opener {
    display: none;
    visibility: hidden;
    width: 22px;
    height: 22px;
    position: relative;
    margin: 15px;
    margin-left: auto;
}
.opener:before,
.opener:after,
.opener span {
        width: 22px;
        height: 2px;
        background: #fff;
        content: "";
        position: absolute;
        top: 9px;
        left: 0;
        border-radius: 10px;
    }
    /* END SEARCH STYLES */
.solutions-side-menu .current-menu-item{
    font-weight: bold;
}

footer{
    background-color: #023056;
}
#body-column{
    float: left;
    padding: 0px;
}
#footer-row{
    margin: 0 255px;
    max-width: 100%;
}
#footer-top-div{
    border-bottom: 1px solid rgb(255, 255, 255, .3);
    margin-top: 35px;
    padding-bottom: 35px;
    padding-right: 0px;
    padding-left: 0px;
}
#to-top-square{
    width: 50px;
    height: 50px;
    float: right;
    border: 1px solid #fff;
    text-align: center;
    padding-top: 10px;
    background-color: #023056;
}
#to-top-square img{
    transition: all 0.3s ease-in-out;
}
#to-top-square:hover img{
    opacity: 0.8;
}
#footer-cert{
    float: right;
    color: #fff;
    margin-right: 30px;
    margin-top: 10px;
    font-size: 18px;
}
#footer-blurb{
    border-right: 1px solid rgb(255, 255, 255, .3);
    margin-top: 15px;
    padding-left: 0;
}
.social-list{
    list-style-type: none;
    display: flex;
    margin-left: 0px;
    margin-top: 20px;
}
.social-list li{
    background-color: #fff;
    border-radius: 12px;
    margin-right: 10px;
    padding: 0 5px;
    transition: all 0.3s ease-in-out;
}
.social-list li:hover{
    background-color: #023056;
}
#facebook{
    padding: 0 8px;
}
.social-list a{
    display: block;
    width: 100%;
    height: 100%;
    color: #023056;
    transition: all 0.3s ease-in-out;
}
.social-list a:hover{
    color: #fff;
}
.text-footer{
    font-size: 14px;
    color: #fff;
}
#footer-nav-container{
    padding-left: 50px;
    border-right: 1px solid rgb(255, 255, 255, .3);
    margin-top: 15px;
}
.footer-nav{
    list-style-type: none;
    margin-left: 0px;
}
.footer-nav-header{
    color: #DDDDDD;
    font-size: 10px;
    text-transform: uppercase;
}
.footer-nav li{
    font-size: 14px;
}
.footer-nav a{
    color: #fff;
}
.footer-nav-legal{
    display: inline-flex;
    list-style-type: none;
}
.footer-nav-legal li{
    font-size: 12px;
    padding-left: 5px;
}
.footer-nav-legal a{
    color: #fff;
}
.footer-nav-legal li:after{
    content: " | ";
    color: #fff;
}
.footer-nav-legal li:last-child:after{
    display: none;
}
.copyright-box span{
    font-size: 12px;
    color: #fff;
    margin-left: 1.25rem;
}
.footer-button{
    margin-left: 1.25rem !important;
    margin-top: 15px !important;
    background-color: #023056;
    border: 1px solid #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
.footer-button:hover {
    background-color: #fff;
    color: #023056;
}
#nav-ul-container{
    display: inline-block;
}
.contact-list{
    list-style-type: none;
    margin-left: 0px;
}
.contact-list li{
    font-size: 14px;
    color: #fff;
    padding-bottom: 13px;
}
.contact-list a{
    color: #fff;
}
#middle-box{
    margin-top: 50px !important;
}
#middle-box h4{
    font-size: 20px;
    font-weight: bold;
    color: #772028;
}
#middle-box p{
    font-size: 14px;
}
#red-box{
    background: url(/wp-content/uploads/2018/07/colored-background.png) no-repeat center center;
    background-size: cover;
    padding-top: 30px;
    color: #fff;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
#red-box h2, h3{
    font-weight: bold;
}
#home-button a{
    font-weight: bold;
    color: #00549A;
    font-size: 14px;
}
#center-footer-blurb{
    width: 50%;
    margin-left: 25%;
    margin-right: 50%;
}
#center-footer-blurb p{
    font-size: 18px;
}
#red-box-darker{
    /*padding-top: 30px;*/
    margin-top: 60px;
}
#red-box-darker p{
    font-size: 14px;
}
#blue-box{
    padding-top: 30px;
}
#quote-button-home{
    margin-top: 25px;
}
/*#page-row{
    margin: 0;
    max-width: 100%;
}*/
.bottom-quote-box.blue{
    background-image: url(/wp-content/uploads/2018/07/quote-banner-background.png);
    background-size: cover;
    height: 120px;
    margin-bottom: 50px;
}
.bottom-quote-box.red{
    background-image: url(/wp-content/uploads/2018/07/quote-banner-background-red.png);
    background-size: cover;
    height: 120px;
    margin-bottom: 50px;
}
#bottom-quote-text{
    color: #fff !important;
    padding-top: 20px;
    padding-left: 40px;
    width: 70%;
    position: relative;
    float: left;
}
#bottom-quote-text span{
    color: #fff !important;
}
.banner-footer-button{
    float: right;
    margin-top: 30px !important;
    margin-right: 40px !important;
    width: 283px;
    background-color: #fff;
    color: #00549A;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}
.red .banner-footer-button {
    color: #892d35;
}
.red .banner-footer-button:hover {
    color: #fff;
    background-color: #632228;
}
.banner-footer-button a{
    color: #00549A;
    font-size: 14px;
    font-weight: bold;
}
#sub-page-header{
    font-weight: bold;
}
.head-block{
    background-color: #F8F8F8;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #DFDFDF;
    margin-top: 15px;
}
.breadcrumbs-nav span{
    font-size: 14px;
}
.breadcrumbs-nav a{
    color: #00549A;
}
#hero-image-container{
    padding: 0px;
    margin-bottom: 20px;
    position: relative;
}
#hero-image-img{
    -webkit-clip-path: polygon(100% 0%, 100% 94%, 51% 100%, 0 95%, 0 50%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 94%, 51% 100%, 0 95%, 0 50%, 0% 0%);
}

#side-menu-container{
    float: right;
}

#side-menu-container-mobile{
    display: none;
}
.side-menu-heading-red{
    font-size: 26px !important;
    color: #892D35;
    text-transform: uppercase;
    font-weight: bold;
}

.side-menu-heading-blue{
    font-size: 26px !important;
    color: #00549A !important;
    text-transform: uppercase;
    font-weight: bold;
}
.side-menu-heading-blue:before{
    content: url('/wp-content/uploads/2018/11/side-menu-arrow-blue.png');
    font-family: Font Awesome\ 5 Pro;
    font-size: 32px;
    padding-right: 8px;
    vertical-align: -20%;
}
.side-menu-heading-red:before{
    content: url('/wp-content/uploads/2018/07/side-menu-arrow.png');
    font-family: Font Awesome\ 5 Pro;
    font-size: 32px;
    padding-right: 8px;
    vertical-align: -20%;
}
.solutions-side-menu{
    list-style-type: none;
    font-size: 18px !important;
    line-height: 1.5;
    margin-left: 25px;
}
.solutions-side-menu li{
	margin-bottom: 1.15rem;
}
.solutions-side-menu a{
    color: #4A4A4A;
    transition: color 0.3s ease-in-out;
}
.solutions-side-menu a:hover {
    color: #000;
}
.solutions-side-menu p{
    line-height: 15px;
}
#side-button-container{
    border-top: 1px solid #DFDFDF;
    width: 285px;
    text-align: center;
}
.side-menu-button-red{
    margin-top: 15px !important;
    width: 250px;
    background-color: #892D35;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}
.side-menu-button-red:hover{
    background-color: #632228;
}
.side-menu-button-blue{
    margin-top: 15px !important;
    width: 250px;
    background-color: #00549A;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}
.side-menu-button-blue:hover{
    background-color: #023056;
}
#post-container{
    text-align: center;
    margin-bottom: 20px;
}
#post-container img{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    -webkit-clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 50%, 0% 0%);
    clip-path: polygon(100% 0%, 100% 95%, 50% 100%, 0 95%, 0 50%, 0% 0%);
}
#post-container p{
    text-align: left;
    margin-top: 20px;
    color: #4A4A4A;
    font-size: 14px;
}
#post-container a{
    color: #00549A;
    font-size: 20px;
    text-transform: uppercase;
}
/*.vc_column_container>.vc_column-inner{
    padding-left: 0px !important;
    padding-right: 0px !important;
}*/
#body-column .vc_row{
    margin: 0px !important;
}
 
#page-row h5{
    font-size: 20px;
    color: #00549A;
    text-transform: uppercase;
    font-weight: bold;
}
#page-row-red h5{
    font-size: 20px;
    color: #892D35 !important;
    text-transform: uppercase;
}
#page-row h3{
    font-size: 32px;
    color: #333333;
    font-weight: normal;
}
#page-row ul{
    font-size: 14px;
    color: #4A4A4A;
}
#page-row span{
    font-size: 14px;
    /* color: #892D35; */
}
.grid-header{
    font-size: 20px !important;
    font-weight: bold;
}
/*.grid-header:hover{
    text-decoration: underline;
}*/
#capability-statement-button button{
    font-size: 20px;
    background-color: #892D35 !important;
    color: #fff;
}
#top-blurb-container{
    margin-bottom: 40px;
    padding-left: 0;
}
.gform_button{
    background-color: #892D35;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    transition: background-color 0.3s ease-in-out;
}
.gform_button:hover{
    background-color: #632228;
}
.gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label{
    color: #4A4A4A;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text], textarea {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #9B9B9B;
}
body #gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text] {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #9B9B9B;
    border-radius: 3px;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text], textarea {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #9B9B9B;
}
body #gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text] {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #9B9B9B;
    border-radius: 3px;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield input[type=text], textarea {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #9B9B9B;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield input[type=text] {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #9B9B9B;
    border-radius: 3px;
}
#gform_wrapper_2 .gform_body .gform_fields .gfield input[type=text]::-webkit-input-placeholder{
    color: #4A4A4A;
}
#gform_wrapper_2 .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder{
    color: #4A4A4A;
}
#gform_wrapper_1 .gform_body .gform_fields .gfield input[type=text]::-webkit-input-placeholder{
    color: #4A4A4A;
}
#gform_wrapper_1 .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder{
    color: #4A4A4A;
}
#gform_wrapper_3 .gform_body .gform_fields .gfield input[type=text]::-webkit-input-placeholder{
    color: #4A4A4A;
}
#gform_wrapper_3 .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder{
    color: #4A4A4A;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield input[type=text], textarea {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #9B9B9B;
    border-radius: 3px;
}
body #gform_wrapper_3 .gform_body .gform_fields .gfield input[type=text] {
    width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #9B9B9B;
    border-radius: 3px;
	margin-bottom: 0;
}

body #gform_wrapper_3 ul li.gfield {
    margin-top: 0px;
    padding-top: 0;
}

.gfield_description{
    color: #242627;
    font-size: 16px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 0px !important;
}
.gfield_label {
    text-transform: uppercase;
    color: #00549A;
    font-weight: bold !important;
}
body .gform_body .gfield_checkbox label {
    text-transform: none;
    color: #000;
}
.gform_body{
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 40px;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
    font-size: 14px !important;
}
#careers-button{
    text-transform: uppercase;
    background-color: #00549A;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
}
#careers-button:hover{
    background-color: #023056;
}
#career-block{
    padding: 0px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
#career-block p{
    font-size: 14px;
    color: #4A4A4A;
}
#career-block h5{
    font-size: 24px;
}
#career-row{
    margin-left: 0px !important;
}
#career-button{
    text-transform: uppercase;
    background-color: #00549A;
    color: #fff;
    transition: background-color 0.3s ease-in-out;
}
#career-button:hover{
    background-color: #023056;
}
#body-column .wpb_wrapper p {
    color: #4A4A4A;
    font-size: 14px;
}
.wpgdprc{
    margin: 40px 0;
}
.row{
    max-width: 73rem !important;
}
#vc-margins{
    margin: 0px;
}

.page-contact-crc .gform_wrapper ul.gform_fields,
.page-request-a-quote .gform_wrapper ul.gform_fields {
    padding: 0;
    margin: 0;
    overflow: visible;
    line-height: 1;
}
.page-contact-crc .gform_wrapper .top_label .gfield_label,
.page-request-a-quote .gform_wrapper .top_label .gfield_label {
    display: none;
}

body.page-contact-crc .gform_wrapper ul li.gfield,
body.page-request-a-quote .gform_wrapper ul li.gfield {
	margin-top: 0px;
}

.page-contact-crc .gform_wrapper #field_1_6 .gfield_label {
    display: inline-block;
	margin-top: 20px;
    line-height: 1;
}

body.page-contact-crc .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, 
body.page-contact-crc .gform_wrapper ul li.field_description_below div.ginput_container_radio,
body.page-request-a-quote .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, 
body.page-request-a-quote .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 0px;
    margin-bottom: 0;
}

.page-contact-crc .gform_wrapper ul.gfield_checkbox, 
.page-contact-crc .gform_wrapper ul.gfield_radio,
.page-request-a-quote .gform_wrapper ul.gfield_checkbox, 
.page-request-a-quote .gform_wrapper ul.gfield_radio {
    margin: 0px 0 20px 0;
}
.tablepress tfoot th, .tablepress thead th{
	background-color: #fff;
	text-decoration: none;
}
.tablepress-id-6 tfoot th, .tablepress-id-6 thead th{
	font-weight: normal;
	text-decoration: none;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.gform_wrapper.gf_browser_safari .gfield_checkbox li input, .gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio] {
    margin-top: 0px;
}
[type='file'], [type='checkbox'], [type='radio'] {
    margin: 0 0 0rem;
}
.page-id-23 #post-container img{
    width: 569px;
    height: 266px;
}
.test{
    height: 45px;
}
.test h3{
    padding-left: 5px;
    color: #892D35;
}
.page-id-129 #body-column h3{
    color: #892D35;
}

.certification.button {
    margin-top: 10px;
    background-color: #00549A;
    color: #fff;
    transition: 0.3s background-color ease-in-out;
}

.certification.button:hover {
    background-color: #023056;
}

/*   MOBILE STYLES   */
@media screen and (max-width: 1024px){
    .main-nav-left li{
        padding-right: 15px;
    }
    .main-nav-right li{
        padding-right: 15px;
    }
    .row {
        padding-left: 20px;
        padding-right: 20px;
    }
    .row .row {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    #side-button-container, .side-menu-button-red {
        width: 100%;
    }
    h1 {
        font-size: 2.5rem;
    }
    #search-box.active {
        width: 265px;
        margin-right: 14px;
    }
    #search-box .form-control {
        width: 230px;
    }
}
@media screen and (max-width: 990px){
    #side-menu-container{
        display: none;
    }
    #side-menu-container-mobile{
        display: inherit;
        float: none;
    }
    .solutions-side-menu {
        column-count: 2;
    }
    .email-box{
        display: none;
    }
    .email-box-mobile{
        float: right;
        margin-right: 0;
        display: inherit;
    }
    .top-nav{
        height: 65px;
    }
    #responsive-menu-button{
        top: 85px !important;
    }
    .banner-footer-button{
        margin-right: 15px !important;
    }
    #footer-top-div{
        padding-right: 10px;
        padding-left: 10px;
    }
    .copyright-box{
        text-align: left;
        padding-left: 1.25rem;
        line-height: 1.1;
    }
    .copyright-box span {
        margin-left: 0;
    }
    #body-column{
        width: 100%;
    }
    #hero-image-container{
        width: 100%;
    }
    .bottom-quote-box{
        height: 130px;
    }
    .headline-box {
        margin-top: -5px;
        display: inline-block;
    }
    .holder-nav {
        margin-top: 5px;
    }
    #footer-nav-container {
        padding-left: 0px;
    }
    .footer-nav-legal {
        display: inline-block;
    }
    .footer-nav-legal li {
        display: inline-block;
        width: auto;
        float: left;
        position: relative;
    }
    .responsive-menu-open #responsive-menu-container {
        box-shadow: 0 0 60px 0 rgba(0,0,0,0.5);
    }
    main {
        margin-top: 20px;
    }
}
@media screen and (max-width: 420px){
    button#responsive-menu-button {
        top: 78px !important;
    }
    h1 {
        font-size: 1.75rem;
    }
    .solutions-side-menu {
        column-count: 1;
    }
    .breadcrumbs-nav span {
        font-size: 12px;
    }
    .bottom-quote-box.red{
        height: 205px;
    }
    .bottom-quote-box.blue, .bottom-quote-box.red{
        position: relative;
        float: left;
        width: 100%;
        padding: 0 20px;
        overflow: visible;
        display: inline-block;
        height: auto;
    }
    .banner-footer-button{
        float: left;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    #bottom-quote-text {
        color: #fff !important;
        padding-top: 15px;
        padding-left: 0;
        position: relative;
        float: left;
        width: 100%;
    }
    #side-menu-container{
        display: none;
    }
    #side-menu-container-mobile{
        display: inherit;
        float: none;
    }
    #hero-image-container{
        width: 100%;
    }
    #body-column{
        width: 100%;
    }
    .email-box{
        display: none;
    }
    .email-box-mobile{
        float: right;
        margin-right: 0%;
        display: inherit;
    }
    #footer-top-div{
        padding-right: 10px;
        padding-left: 10px;
    }
    .social-list{
        justify-content: center;
    }
    #bottom-container{
        text-align: center;
    }
    #center-footer-blurb{
        width: inherit;
        margin: 0;
    }
    #quote-button-home{
        text-align: center;
    }
    .ares.tp-bullets{
       top: 110% !important;
    }
    .top-nav{
        height: 65px;
    }
    .header-logo img {
        width: 200px;
    }
    #footer-cert{
        float: left;
        margin-top: 20px;
    }
    .phone-box{
        margin-left: 0;
    }
    .head-block{
        padding-left: 0; 
    }
    #page-row h3{
        font-size: 23px;
        line-height: 28px;
    }
    #quote-button-home{
        text-align: center;
    }
    .headline-box{
        font-size: 21px !important;
        display: none;
    }
    #red-box{
        padding: 30px 0px 0 0;
        background: #772028;
    }
    #blue-box {
        background-color: #023056;
    }
    #blue-box .vc_btn3-container.vc_btn3-inline {
        display: block;
        text-align: center;
    }
    #get-started-blurb{
        text-align: center;
    }
    #footer-blurb, #footer-nav-container {
        border-right: none;
        margin-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-button, .footer-nav-legal {
        margin-left: 0 !important;
    }
    .copyright-box {
        text-align: center;
        padding-left: 0;
        padding-bottom: 20px;
        width: 100%;
    }
    .social-list{
        justify-content: center;
    }
    #bottom-container{
        text-align: center;
    }
    #body-column{
        width: 100%;
    }
    .ares.tp-bullets{
       top: 110% !important;
    }
    #post-container {
        padding-left: 0;
        padding-right: 0;
    }
    #responsive-menu-container .responsive-menu-search-box {
        background: #ffffff;
        border: 1px solid #dadada;
        color: #333333;
        border-radius: 5px;
        width: 98%;
    }
    #body-column .vc_column_container>.vc_column-inner {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 1.5rem;
    }  
}
