header.header{
    border-top:4px solid #000;
}
.header .header_widget{
    /* margin-left:200px!important; */
    margin-left:0px!important;
}

.header .header-right {
    display:flex;
    justify-content: space-between;
}

body.motopress-body .header {
	position:absolute;
}
/* .utility-nav-wrapper{
    width:865px!important;
} */

.phone-search {
    display:flex;
    flex-direction: column;
    margin-top:15px;
}
.utility-nav{
    position:relative;
    /* max-width: 325px; */
    /* float: right; */
    background: #000;
    height: 35px;
    display:flex;
    align-items:center;
    justify-content:center;
    left:-5%;
}

.utility-nav:before{
    content: '';
    width: 10px;
    border-top: 35px solid black;
    border-left: 10px solid transparent;
    position: absolute;
    top: 0;
    right: 100%;
}

.utility-nav:after{
    content: '';
    width: 20px;
    height: 0;
    border-top: 35px solid black;
    border-right: 10px solid transparent;
    position: absolute;
    top: 0;
    left: 100%;
}

.utility-nav a{
    color:#fff!important;
    border-right: 1px solid #fff;
    padding: 0px 7px;
	white-space:nowrap;
}

.utility-nav a:last-child{
    border-right:0px;
}

.utility-nav a.btn-tool{
    background: #ff6900;
    color: #fff;
    padding: 4px 10px;
    margin-left: 2px;
}
.logo-wrapper{
    display: flex;
}
.main-logo{
    width: 44%;
}
.search-form{
	/* position: absolute;
    right: 0;
    top: 70px; */
}
.search-form form {
    margin-bottom:0px;
}

.search-form input{
    width:275px;
}

.phone{
	/* position: absolute;
    right: 0;
    top: 24px; */
    color: #ff6800;
    font-size: 22px;
    font-weight: bold;
    text-align:right;
    margin-bottom:10px;
}

.search-btn{
    background: none;
    border: none;
    box-shadow: none;
    top: 2px;
    right: 0px;
    position: absolute;
}
.search-btn i{
	color: #222;
}

/* footer banner styles */
.banner-cta{
    background:url("cta_background.png");
    background-position: center center;
    background-size:cover;
    padding:25px 0 40px;
}

.banner-cta h3{
    color:white;
    text-align:center;
    text-transform:capitalize;
}
.no-results .search-form {
	top: 90px !important;
}
/* .expert-cta{
    background:#abc837;
    color:#fff;
    text-decoration: none;
    text-transform: uppercase;
    display:block;
    margin:auto;
    max-width:180px;
    letter-spacing:1px;
    font-size:16px;
    padding:8px;
    text-align: center;
    text-shadow: .3px .3px 1px #aaa;
}

.expert-cta:hover{
    color:#fff;
    background:#ff842f;
} */


.sim-button{
	line-height: 40px;
	height: 40px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
	cursor: pointer;
}
.expert-cta{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
    background:#aac937;
}
.expert-cta a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.expert-cta span{
	z-index: 2;
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
    letter-spacing:1px;
    font-size:16px;
    text-shadow: .3px .3px 1px #aaa;
    text-transform:uppercase;
    color:#fff;

}
.expert-cta::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: #bed959;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.expert-cta:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.cta-orange{
    /*background:#ff6800; */
    background:#aac937;
    margin-left:0;
    margin-right:0;
    margin-bottom:15px;
}
.cta-orange::before{
   /* background-color: #ff8e40; */
   background-color: #bed959;

}

.banner-new {
	background: url("test-img-copy.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 20px 0px;
}
.banner-new:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.60);
	width: 100%;
	display: block;
}
.banner-new .banner-title {
	position: relative;
	z-index: 2;
}
.banner-new .banner-title h1 {
	text-transform: uppercase;
	font-size: 34px;
    line-height: 1.4;
	text-align: center;
	color: white;
}
.banner-new .cta-home-expert {
	margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
}
.motopress-camera {
	display: none !important;
	visibility: hidden !important;
}

/* Industry Bucket Styling */
.industry-row {
    margin-right: -15px !important;
    margin-left: -15px !important;
    clear: both !important;
}
.industry-row .white-box{
	width: 255px;
}
.white-box {
    background-color:  white;
    color: #978c8c;
    padding: 15px 11px;
    width: 330px;
    height: 600px;
    display: inline-block;
    margin: 0px 8px 36px;
    vertical-align: top;
    position: relative;
}
hr.hr-white-box {
    border: none;
    border-top: 4px solid #05519a;
	margin: 15px 0 10px;
}
.tech-corner-buckets {
    padding-bottom:  29px;
}
tr.addfiles td {
    padding-top: 20px;
}

p.bucket-text {
    font-weight: bold;
    font-size: 25px;
    color: black;
    text-align: center;
}

.bucket-cta {
    color: rgba(255,255,255,1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    background: #05519a;
}
.bucket-button {
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    width: 200px;
    cursor: pointer;
	position: absolute;
    top: 90%;
    left: 20%;
}
.bucket-cta a {
    color: white;
    text-decoration: none;
    display: block;
}

.bucket-cta
    span{
	z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    letter-spacing:1px;
    font-size:16px;
    text-shadow: .3px .3px 1px #aaa;
    text-transform:uppercase;
    color:#fff;

}
.industry-cta::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #bed959;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}
.industry-cta:hover::before{
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.industry-row .white-box .bucket-button{
	left: 15%;
}

@media all and (max-width: 1199px){
	.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
		clear: both;
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 1em;
		text-align: center;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	/* .main-holder .search-form input[type="text"] { width:250px; } */
    .header .header-right {
        flex-direction:column;
    }
    .utility-nav {
        left:-15%;
		width:520px;
    }
    .phone-search {
        flex-direction:row;
        justify-content:space-between;
        align-items:center;
    }
    .phone {
        margin-bottom:0;
    }

}
 .main-holder .search-form input[type="text"] {box-shadow: inset 1px 1px 2px 1px rgba(0,0,0,.50);}
@media (min-width: 768px) and (max-width: 979px) {
	/* .main-holder .search-form input[type="text"] { width:250px; } */

}
@media all and (max-width: 980px) {
	.white-box {
		width: 43%;
	}
}
@media all and (max-width: 767px) {
	.white-box {
		width: 90%;
	}
    .header .header-right  {
        justify-content:center;
    }
    .utility-nav {
        display:none;
    }
    .phone {
        text-align:center;
    }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:250px; }
	.banner-new .banner-title h1 {font-size: 25px; padding: 0px 12px;}
}

/*Honeypot fields*/
.visuallyhidden,
.sf_field_email2h,
.sf_field_ehp{
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.cf7-form .required {
    color:#FF0000;
}

