@charset "utf-8";

/* CSS Document */
body {
	background: #cfd3e6;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
li,
span {
	font-family: 'Fira Sans', sans-serif;
}

h1 {
	font-size: 32px;
    line-height: 40px;
	font-weight: 500;
    color: #242733;
}

h2 {
	font-size: 28px;
    line-height: 36px;
	font-weight: 400;
    color: #242733;
}
h3 {
	font-size: 22px;
    line-height: 30px;
    color: #242733;
}
h4 {
	font-size: 18px;
    line-height: 24px;
    color: #242733;
}
.main-content h2, .main-content h3, .main-content h4 {
    margin-top: 30px;
    margin-bottom: 10px;
}
.main-content a {
    text-decoration: underline;
}
.main-content h1 a, .main-content a.btn {
    text-decoration:none;
}
p {
	font-size: 14px;
	font-weight: 400;
}

.main-frame {
	background: #fff;
	padding: 0 9px 0 10px;
	webkit-box-shadow: 0px 2px 4px 2px rgba(138, 140, 153, 0.86);
	-moz-box-shadow: 0px 2px 4px 2px rgba(138, 140, 153, 0.86);
	box-shadow: 0px 2px 4px 2px rgba(138, 140, 153, 0.86);
}

.logo-frame {
	background: #fff url(../img/divider.png) 0% 90% repeat-x;
	border-bottom: 1px solid #cccccc;
	border-top: none;
}

.logo img {
	margin: 20px 0;
	max-width: 400px;
    width: 100%;
    margin-left: 15px;
}

/*Navigation*/
.fnt-style {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
}

.navbar-default {
	background-color: transparent;
	border: transparent;
	float: right;
	margin: 10px 0px 0px 2px;
	z-index: 999;
}

.navbar-collapse {
	padding: 0px;
}

.navbar-default .navbar-nav>li>a {
	background: none repeat scroll 0 0 #fff;
	border-left: 1px solid #cccccc;
	border-right: medium none;
	color: #000;
	font-size: 17px;
	font-weight: 300;
	line-height: 17px;
	padding: 12px 20px 12px 20px;
}
.dropdown-menu>li>a {
    line-height: 18px;
    margin: 5px 0;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a.active {
	color: #fff;
	background: #e32434;
    }

.no-brk,
.no-brk-footer {
	display: block;
}

.bar {
	margin-top: 0px;
	margin-bottom: 15px;
	border-color: #cccccc;
}

hr {
	border-color: #cccccc;
	margin-bottom: 15px;
	margin-top: 15px;
}

.no-rgt-bdr a {
	border-left: none;
}

/*Navigation ends*/
/*Quote Box*/
.quoter {
	background: #3c5bd2;
}

.quoter h3 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 20px 10px 0;
}

.quoter select {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	width: 200px;
	height: 30px;
}

.select-center {
	padding-top: 5px;
}

.quoter .btn-default {
	background-image: url(../img/quote-btn.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: transparent;
	width: 60px;
	color: #fff;
	font-size: 18px;
	padding: 4px;
	border: none;
	border-radius: 0px;
	display: inline-block;
	text-align: left;
	padding-left: 15px;
	margin-left: 10px;
	margin-top: -2px;
}

.quoter .btn-default:hover {
	background-image: url(../img/quote-btn-active.png);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: transparent;
}

.radio,
.checkbox {
	margin-top: 8px;
	margin-bottom: 0px;
}

/*Quote Box ends*/
/*Banner Section*/

.banner-caption {
	font-size: 54px;
    line-height: 62px;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	padding: 10px;
	position: absolute;
    text-shadow: 1px 1px 1px #363b4d;
}

.inner-banner {
	position: relative;
}
.inner-banner img { 
    height: calc( 90vh - 190px );
    max-height: 550px;
    min-height: 300px;
    width: 100%;
    object-fit:cover;
}
.inner-banner .start-here img {
    max-width: 250px;
    height: auto;
    max-height: 65px;
    min-height: auto;
}
.indx-banner {
    height: calc( 90vh - 190px );
    max-height: 650px;
    min-height: 400px;
    width: 100%;
    object-fit:cover;
}
.inner-banner-caption {
	color: #fff;
	font-size: 44px;
    line-height: 52px;
	font-style: italic;
	font-weight: 300;
	padding: 10px;
	position: absolute;
	right: 0px;
	text-shadow: 1px 1px 1px #363b4d;
}

.banner-screen {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background: rgba(0, 0, 0, 0.3);
	/* For IE 5.5 - 7*/
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	height: 150px;
	margin-top: -150px;
	position: relative;
}

.lob {
	width: 100%;
	height: auto;
	border: 2px solid #fff;
	webkit-box-shadow: 2px 5px 4px 0px rgba(50, 50, 50, 0.86);
	-moz-box-shadow: 2px 5px 4px 0px rgba(50, 50, 50, 0.86);
	box-shadow: 2px 5px 4px 0px rgba(50, 50, 50, 0.86);
	border-radius: 8px;
	position: relative;
	margin-top: 15px;
    overflow: hidden;
}

.lob img {
	max-height: 100%;
	max-width: 100%;
    width: 100%;
    object-fit:cover;
}

.lob-text {
	position: absolute;
	right: 0;
	padding: 8px;
	color: #fff;
	text-shadow: 1px 2px #000;
}

.lob-fnt {
	font-size: 35px;
	line-height: 30px;
}

/*Banner Section ends*/

/*Content Section*/

.main-content h2 {
	color: #242733;
}

.main-content ul,
.side-content ul {
	padding: 12px;
}

.side-content {
	background: #f2f4fa;
	font-weight: 400;
	padding: 5px 20px;
	margin-top: 20px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.side-content h3,
.side-content li {
	font-style: italic;
}

.side-content h3 {
	color: #242733;
}

.main-content li,
.side-content li {
	list-style: none;
	line-height: 30px;
}

.main-content li:before,
.side-content li:before {
	/* For a round bullet */
	content: '\2022';
	/* For a square bullet */
	/*content:'\25A0';*/
	display: block;
	position: relative;
	max-width: 0px;
	max-height: 0px;
	left: -10px;
	top: 0px;
	color: #3c5bd2;
	font-size: 20px;
}

/*Content Section ends*/
/*Carrier Scroller Design*/
#carousel span,
#carousel img,
#thumbs a,
#thumbs img {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#carousel span,
#carousel a,
#thumbs span,
#thumbs a {
	position: relative;
}

#carousel span {
	width: 554px;
	height: 313px;
}

#thumbs-wrapper {
	border-bottom: 1px solid #d3d4d5;
	border-top: 1px solid #d3d4d5;
	padding: 5px 40px;
	position: relative;
}

#thumbs a:hover,
#thumbs a.selected {
	border-color: #566;
}

#carousel span,
#carousel img,
#thumbs a,
#thumbs img {
	width: 10%;
}

/*Carrier section ends*/
/*Footer*/
address {
	text-align: center;
}

address p {
	font-size: 17px;
	color: #666666;
}

address a {
	color: #666666;
}

address span {
	font-size: 24px;
	color: #242733;
	margin: 0px;
}

footer {
	margin: 15px 0px 0 0;
	padding: 15px 15px 85px 15px;
	border-top: 1px solid #cccccc;
}

footer ul li a {
	font-size: 15px;
	list-style-type: disc;
	color: #666666;
}

.copyright {
	text-align: right;
	font-size: 15px;
	padding-right: 5px;
	color: #666666;
}

.selected {
	color: #fc2a49;
}

/*Footer ends*/
iframe {
	height: 500px;
	width: 100%;
	border: 0;
}

.frame-fix {
	height: 1500px;
}

/*extra*/
.navbar-nav.navbar-right:last-child {
	margin-right: 0px;
}

.page-bg {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.navbar {
	border-top: 1px solid #cccccc;
	border-radius: 0px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

	::i-block-chrome,
	nav {
		margin-right: -1px !important;
	}
}

.footlinks li {
	padding-left: 0px;
	padding-right: 0px;
}

.footlinks {
	margin-bottom: 20px;
}

.lob-form {
	width: 100%;
	/* height: 380px !important; */
	border: 0;
}

.mar-btm {
	margin-bottom: 300px;
}

.quote-icon {
	margin-right: 10px;
	width: 20px;
	margin-top: -5px;
}

.quote-btn {
	font-size: 16px;
	width: 70%;
	text-align: left;
	height: 35px;
	line-height: 24px;
	margin: 2px 0;
	text-shadow: none;
	border-radius: 0px !important;
	color: #fff;
	background: #242733;
}

.quote-btn:hover,
.quote-btn:focus {
	background: #363b4d;
	color: #fff;
}

/* Mobile- fixes */

.mobile-quote {
	margin-top: 0px;
}

.phone-view h2 {
	font-size: 22px;
	font-weight: normal;
	float: none !important;
	text-align: center !important;
	color: #4f4f4f !important;
}

.mobile-img {
	float: left;
	margin-right: 20px;
}

.call-img {
	float: left;
	margin-right: 20px;
	margin-left: 15px;
}

.mobile-go {
	color: #fff;
	padding: 11px 19px;
	font-size: 17.5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	border: 0;
	background: #242733;
	-webkit-appearance: none;
	width: 100%;
}

.mobile-call {
	width: 100%;
	color: #fff;
	padding: 11px 0px;
	font-size: 17.5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-align: left;
	border: 0;
	background: #242733;
	-webkit-appearance: none;
}

.mobile-go:hover,
.mobile-call:hover, .mobile-go:focus,
.mobile-call:focus {
	color: #fff;
	background: #363b4d;
}

.mobile-go a {
	color: #fff;
	text-decoration: none;
}

.mobile-address {
	background: #3c5bd2;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 20px;
}

.mobile-address h3 {
	font-weight: normal !important;
	font-size: 24px;
	color: #ffffff;
	padding: 0px 0 10px 0;
}

.mobile-address p {
	font-weight: normal !important;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #ffffff !important;
}

.mobile-direction {
	background: #e32434;
	margin: 20px auto;
	padding: 8px 18px;
	font-size: 14.5px;
	border: 0px;
	color: #fff;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.mobile-direction a,
.mobile-direction a:hover {
	color: #fff !important;
	font-weight: normal;
	text-decoration: none;
}

.mobile-direction:hover, .mobile-direction:focus {
	background: #c9202e;
    color: #fff !important
}

.mobile-map {
	float: left;
	margin-right: 10px;
}

.jot-form {
	width: 100%;
	height: 1000px !important;
	border: 0;
}

.space-fix {
	margin-right: 8px;
	margin-top: -5px;
}

.top-section {
	float: right;
	margin-bottom: 10px;
}

.top-icon {
	list-style-type: none;
	padding: 5px;
}

.top-icon li,
.top-icon li a {
	color: #000;
	font-size: 18px;
}

.top-icon li a:hover,
.top-icon li a:focus,
.top-icon li a.active {
	color: #000;
}

.start-here {
	position: absolute;
	top: 220px;
	right: 20px;
}

/* Customer service carrier */
.top-space {
	margin-top: 10px;
}

.contact-list h2 {
	color: #242733;
	font-weight: 400;
	padding-bottom: 10px;
	font-size: 1.5em !important;
}

.contact-list-bdr {
	border-bottom: 1.5px dotted #ccc;
}

.contact-list a {
	color: black;
}

.contact-list img {
	width: auto !important;
	height: auto !important;
}

.clist {
	height: 310px;
}

.btn-xs {
	background: #242733;
	/* IE6-9 */
	color: #fff !important;
}

.btn-xs:hover,
.btn-xs:focus {
	background: #363b4d;
	/* IE6-9 */
	color: #fff;
}

/* my account */

.logo-frame {
	position: relative;
    padding-top: 30px;
}

.top-navigation {
	position: absolute;
	bottom: 0px;
	right: -15px;
}

.top-icon li {
	float: left;
	padding-right: 7px;
	margin: 0px;
}

.navbar-default {
	margin: 0px 0 0 2px;
}

.top-icon li a {
	padding: 5px;
}

.top-icon {
	padding: 0px;
	margin-bottom: 10px;
}

.top-icon li a {
	border: 1px solid transparent;

	cursor: pointer;
}

.top-icon li a:hover, .top-icon li a:focus {
opacity:.8;
text-decoration: none;
}

.top-icon .open>a {

}

.top-icon li.last {
	padding-right: 0px;
}

.top-section ul.dropdown-menu {
	border-radius: 0px;
	margin: 0px;
	border: 0px;
	background-color: #fff;
    border: 1px solid #ccc;
	min-width: 120px;
}

.top-section ul.dropdown-menu li {
	list-style-type: none;
	padding-left: 5px;
	padding-right: 0px;
	color: #fe3548;
	background: url(../img/myaccount-bullet.png) 8px 40% no-repeat;
}

.top-section ul.dropdown-menu li>a:hover,
.top-section ul.dropdown-menu li>a:focus {
	background-color: inherit;
}

.top-section ul.dropdown-menu li a {
	text-transform: none;
	font-size: 13px;
	color: #000;
	margin: 0px;
	padding: 3px 0px 5px 15px;
	display: inline-block;
}

.top-section ul.dropdown-menu li a:hover, .top-section ul.dropdown-menu li a:focus {
	background: none;
	color: #e32434;
    opacity: 1;
}

.myaccount-mob-expand {
	background-color: #f2f4fa;
}

.myaccount-mob-expand ul {
	margin: 0px;
	padding: 0px;
}

.myaccount-mob {
	margin-bottom: 0px;
}

.myaccount-mob-expand li {
	list-style-type: none;
	text-align: center;
	padding: 5px;
}

.myaccount-mob-expand li a {
	color: #000;
}
.myaccount-mob-expand li a:hover, .myaccount-mob-expand li a:focus {
    color: #e32434;
}
.mobile-address {
	margin-top: 10px;
}

.grid-divider {
	border-bottom: 1.5px dotted #ccc;
	padding-bottom: 20px;
}

.grid {
	margin-top: 15px;
}

.grid h3 {
	font-size: 18px;
	color: #242733;
}

.shadowed {
	-webkit-filter: drop-shadow(2px 3px 3px #999);
	filter: drop-shadow(2px 3px 3px #999);
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	border: 1px solid #ccc;
	padding: 10px;
	display: inline-block;
	background-color: #fff;
}

.sitelock-logo {
	clear: both;
	text-align: center;
}

/*
.top-section{
margin-top:25px;
}
.top-icon{
padding:5px 0px 0px 5px;
}
.top-icon li{
float:left;
padding-right:7px;
margin:0px;
}
.top-icon li a{
padding:0px 3px 3px 4px;
}
.top-icon li.last{
float:left;
padding-right:0px;
}
.top-icon li.last a{
border:1px solid #fff;
}
.top-icon li.last a:hover{
border:1px solid #047ab0;
}
.navbar-default{
margin:0px 0px 0px 2px;
}
*/
.breadcrumb {
	background: #fff none repeat scroll 0 0;
	margin: 0 !important;
	padding: 20px 0 0px;
}

.breadcrumb li {
	float: left;
	list-style-type: none;
}

.breadcrumb li a {
	color: #3c5bd2;
	text-decoration: none;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus {
	color: #253c92;
}

.breadcrumb>li+li::before {
	content: " ";
	padding: 0 5px 0 0;
}

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.quoter input {
	font-family: inherit;
	font-size: inherit;
	height: 30px;
	line-height: inherit;
	width: 90px;
	padding-top: 5px;
	padding-left: 3px !important;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #807d7d;
}

.anc-jmp-fnt img {
	padding-right: 10px;
}

#cs-frame {
	height: 1600px;
}

.mar-top {
	margin-top: 10px;
}

/* Ada compliance fixes beings */
.skip-to-content-link {
	background: #fc2a49;
	/* change the bgcolor based on the template color*/
	color: #fff;
	height: 30px;
	right: 0%;
	padding: 7px;
	position: absolute;
	transform: translateY(-100%);
	transition: transform 0.4s;
	z-index: 10;
}

.skip-to-content-link:focus {
	transform: translateY(0%);
	color: #fff;
}

a:focus,
.dropdown-toggle:focus {
	outline: auto 2px Highlight;
	outline: auto 5px -webkit-focus-ring-color;
}

/* This will require, if "form-control" class not present on "quote box from fields" */

button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/* Ada compliance fixes end */
.cont-gmap {
	height: 300px;
	width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
color: #fff;
	background: #e32434;
    }

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a.active {
color: #fff;
	background: #e32434;
	text-decoration: none;
}

.testi-sec h2 {
	text-align: center;
}

/* Google Review Widget */
.grw-review-btn,
.grw-view-all-btn {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	background-color: #e32434 !important;
	font-style: normal;
}
.grw-business-header {
    background: #f2f4fa!important;
    border-bottom: 3px solid #3c5bd2!important;
}
.grw-business-footer p {
	line-height: 24px !important;
}

.grw-business-footer p {
	text-align: center !important;
}

.grw-theme-dark .grw-slider-nav a.grw-slide-current {
	background-color: #e32434 !important;
}

.grw-business-header {
	border-bottom: 3px solid #3c5bd2 !important;
}

.grw-theme-dark {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.grw-business-name a,
.grw-business-name a:visited {
	color: #00005a !important;
}

.grw-total-reviews,
.grw-theme-dark .rm-link {
	color: #333 !important;
}

.homepage-grw .grw-wrapper {
	max-width: 100% !important;
}

.homepage-grw .grw-review-content p {
	text-align: left !important;
}

.homepage-grw .grw-slider-nav {
	clear: both;
	display: none;
}

.homepage-grw .grw-slider {
	text-align: left;
}

.homepage-grw .grw-slider .grw-reviews-wrapper {
	width: auto;
}

.homepage-grw div.grw-review {
	width: 100% !important;
	padding: 10px;
	box-shadow: 3px 3px #ccc;
	margin-left: 6px;
	margin-right: 6px;
	border: 1px solid #ccc;
}

.homepage-grw .grw-theme-dark div.grw-review-content>p {
	inline-size: auto !important;
}

.homepage-grw .grw-theme-dark div.grw-review-content>p {
	inline-size: 245px;
}

.homepage-grw .grw-slider-wrapper {
	display: flex;
	margin: 30px 0 20px;
}

.homepage-grw .grw-slider .grw-reviews-wrapper .grw-review-slide {
	float: none !important;
}

.homepage-grw .grw-review-btn:hover,
.homepage-grw .grw-review-btn:focus,
.homepage-grw .grw-view-all-btn:hover,
.homepage-grw .grw-view-all-btn:focus {
	color: #fff !important;
}

.fixed-cta {
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(36, 39, 51, .95);
	width: 100%;
	z-index: 999999;
	padding: 10px 0px;
	border-top: 1px solid #160c49;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s all;
	bottom: -71px;
	height: 70px;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.fixed-cta.show-cta {
	bottom: 0px;
	transition-delay: 1s;
}

.fixed-cta h2 {
	margin: 0px;
	color: #fff;
	margin-left: -24px;
}

.fixed-cta .container {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.fixed-cta .container .qte-btn {
	padding: 3px 10px;
	max-width: 300px;
	background: #e32434;
	color: #fff;
	border-radius: 5px;
	height: 35px;
	font-size: 18px;
	line-height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	max-width: 200px;
	width: 100%;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
	margin-top: 0 !important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.fixed-cta .container .qte-btn.invert {
	background: #fff;
	color: #242733;
}

.fixed-cta .container .qte-btn:hover,
.fixed-cta .container .qte-btn:focus {
	opacity: .8;
	text-decoration: none;
}

.fixed-cta #scroll-close {
	margin: 0px 0 0 15px;
	padding: 0px;
	background: transparent;
	box-shadow: none;
	border: none;
}

.fixed-cta #scroll-close .fa {
	font-size: 24px;
	color: #e32434;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 30px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.fixed-cta #scroll-close:hover .fa,
.fixed-cta #scroll-close:focus .fa {
	opacity: .8;
}

.copyright a {
	color: #e32434;
}

address a:hover,
address a:focus {
	color: #e32434 !important;
}

.footer-nav li a:hover,
.footer-nav li a:focus {
	color: #e32434 !important;
    text-decoration: none;
}
.footer-nav li::marker {
    color: #3c5bd2;
}
h1 a {
	color: #242733;
}

h1 a:hover,
h1 a:focus {
	color: #363b4d;
	text-decoration:none;
}
#teaser {
    margin: 0px 0;
    background: #f2f4fa;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.nobreak{
	display:inline-block;
}

.contact-de a{
	color: #3c5bd2;
}

.contact-de a:hover, .contact-de a:focus{
	color: #2f49a7;
}

footer .footlinks ul li a.active {
  color: #e32434;
}
.fixed-cta.show-cta{
	height: 120px;
}
.phone-automate{
	font-size: 20px;
}
.top-icon li.fisrt{
	font-size: 20px;
}
.fixed-cta .container .cta-qte-btn{
	background:#e32434 !important;
	color: #fff !important;
	font-size: 17px;
}
.fixed-cta.cta-animate-up{
	height: 100px;
}
.fixed-cta #scroll-close{
	background: #fff;
}
.entry-content h2{
	margin-top: 10px !important;
}
/*Blog*/
.blog .widget a, .blog .widget h2{
	color:#212f64;
}
.blog .widget a:hover{
	text-decoration:underline;
}
.blog .search-submit{
	background:#f36c00 !important;
	color:#fff;
	box-shadow:none;
	border:none;
	font-size: 14px;
	padding: 5px 10px;
	border-radius:3px;
}

.blog .search-submit:hover{
	background:#f48c39 !important;
}
.blog .widget a{
    color:#333;
}
.blog .main-content h2,.blog .entry-title a,.blog .posted-on a{
    color:#33353a;
}
.blog .wp-element-button{
	background:#e32434 !important;
	color:#fff;
	box-shadow:none;
	border:none;
	font-size:13px;
	padding: 7px 10px;
	border-radius:3px;
}
.blog .wp-element-button:hover{
	background:#e32434 !important;
}
.blog .inner-banner-caption {
	color:#fff;
}
.blog .main-content{
	padding: 0 35px;
}
.blog .entry-footer,.blog .comment-meta {
    margin: 0px 0px 0 0;
    padding: 0 0 0 0;
    border-top: none;
}
.widget {
    margin: 24px 0 1em !important;
}
#block-2{
	margin-top: 24px !important;
}