@charset "utf-8";

@font-face {
    font-family: 'NotoSansRegular';
    src: url('../fonts/NotoSansRegular.eot');
    src: url('../fonts/NotoSansRegular.eot') format('embedded-opentype'),
         url('../fonts/NotoSansRegular.woff2') format('woff2'),
         url('../fonts/NotoSansRegular.woff') format('woff'),
         url('../fonts/NotoSansRegular.ttf') format('truetype'),
         url('../fonts/NotoSansRegular.svg#NotoSansRegular') format('svg');
}


@font-face {
    font-family: 'NotoSansBold';
    src: url('../fonts/NotoSansBold.eot');
    src: url('../fonts/NotoSansBold.eot') format('embedded-opentype'),
         url('../fonts/NotoSansBold.woff2') format('woff2'),
         url('../fonts/NotoSansBold.woff') format('woff'),
         url('../fonts/NotoSansBold.ttf') format('truetype'),
         url('../fonts/NotoSansBold.svg#NotoSansBold') format('svg');
}


/* common css */
.text-primary{
	color:#222222 !important;
}
.text-secondary{
	color:#fb4037 !important;
}
.text-dark-gray{
	color:#808180 !important;
}
.text-gray{
	color:#7a7979;
}
.bg-gray{
	background-color:#efefef !important;;
}
.bg-red{
	background-color:#fb4037 !important;
}
.bg-darkgrey { 
	background-color:#505050 !important;
}
.border-red{
	border:1px solid #fb4037;
}
.border-gray {
    border: 2px solid #b0b0b0;
}
h1, .h1{
	font-size:52px
}
h2, .h2{
	font-size:40px ;
}
h3, .h3{
	font-size:36px;
}
h4, .h4{
	font-size:28px;
}
.font-lg{
	font-size:72px;
}
.font-md{
	font-size:24px;
}
.font-sm{
	font-size:16px;
}
.font-xs{
	font-size:14px;
}
.font-bold{ 
	font-family: 'NotoSansBold';
} 

.font-regular{
	 font-family: 'NotoSansRegular';
 }

body, table{
	font-size:16px  !important;
	line-height:1.6 !important;
	color:#222222 !important;
	font-family: 'NotoSansRegular' !important;
	
}
li {
    cursor: auto;
}
a, .btn, .custom-logo-link img, .contact-form input:focus, .contact-form textarea:focus,.btn, .contact-form input[type="submit"], #popout, #scrollToTop,.selected_section span{
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s
}
a:hover{
	text-decoration:none;
	color:#222222;
}
a:focus {
    outline: none;
    outline-style: none;
    text-decoration: none;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.btn.bg-red:hover, .btn.bg-red:focus,.contact-form input[type="submit"]:hover, .contact-form input[type="submit"]:focus {
    background-color: #222222 !important;
}
.mailing-list-btn:hover {
    border: 1px solid #222222;
    color: #222222 !important;
}
 /* header */
.banner .contact-us-desc {
    text-decoration: underline;
}
.banner .contact-us-desc:hover {
    color: #fb4037 !important;
}
.site-header{
	padding:0 15px;
	padding:15px;
    position: fixed;
    top: 0;
    z-index: 999;
	width:100%;
}

.sticky-top {
    -webkit-box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
	box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
    z-index: 999;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background-color:#ffffff;
}

.site-header .main-menu .nav-links{
	padding:0 15px;
	-webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.site-header .main-menu .nav-links a{
	font-size:15px;
	color:#222222;
	font-family: 'NotoSansBold';
	position:relative;
}
.site-header .main-menu .nav-links a:hover,.site-header .main-menu .nav-links a:focus, .current-menu-item a {
    color: #fb4037 !important;
}
 .main-menu .nav-links a:after, .menu .menu-item a:after
 {
    position: absolute;
    left: 0;
	right:100%;
    content: "";
    background: 0 0;
    height: 2px;
    bottom: -3px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.main-menu .nav-links a:hover:after, .main-menu .nav-links a:focus:after, .main-menu .nav-links.current-menu-item a:after, .menu .menu-item a:hover:after, .menu .menu-item a:focus:after {
    background: #fb4037;
    right:0;
}
.site-branding{
	padding-right: 15px;
    padding-left: 15px;
}

/* footer */
.copy-right{
	background-color:#fafafa;
	padding: 15px;
	border-top:1px solid #f1f1f1;
}
.copy-right .list-disc {
    position: relative;
    padding-left:12px;
}
.copy-right .list-disc:after {
    content: "";
    position: absolute;
    background-color:#7a7979;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    top: 12px;
    left: 2px;
}
.middle-footer{
	margin:70px 0;
}
.middle-footer h2{
	font-size:16px;
	font-family: 'NotoSansBold';
	color:#232732;
	margin-bottom: 5px;
}
.middle-footer .menu .menu-item ul{margin-bottom:0;}
.middle-footer .menu .menu-item li{
	margin:0;
}

.middle-footer .menu .menu-item a{
	font-size:16px;
	color:#6f7672;
	position:relative;
}
.middle-footer .menu .menu-item a:hover{
	color: #fb4037 !important;
}

.tnp-subscription div.tnp-field .tnp-email {
    margin-bottom: 10px;
    border: 0;
    padding: 17px 25px;
    color: #495057;
    background-color: #fff;
    width: 375px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: auto;
    font-size: 18px;
}
.tnp-subscription .tnp-field input[type="submit"] {
    font-size: 19px;
    color: #ffffff;
    padding: 17px 26px;
	background-color: #fb4037;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
	-webkit-transition:all ease .3s;
	-o-transition:all ease .3s;
	transition:all ease .3s
}
.tnp-subscription .tnp-field input[type="submit"]:hover {
    background-color: #222222;
}
.newsletter {
    margin-top: 50px;
	padding:80px 0;
}
.newsletter li {
    list-style: none;
    margin-bottom: 0;
}
.newsletter p {
    margin-bottom: 0;
}
.site-footer .widget_nav_menu ul {
    margin-bottom: 0;
}
#scrollToTop {
    width: 40px;
    height: 40px;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 40px;
    opacity:0;
    cursor: pointer;
    color: #ffffff;
    font-size: 35px;
	line-height:35px;
    background-color: #fb4037;
    border: 1px solid #fb4037;
	z-index:99;
	
}
#scrollToTop.et-visible {
    opacity: 1;
    -webkit-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
    -moz-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
    -o-animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
    animation: fadeInRight 1s 1 cubic-bezier(.77,0,.175,1);
}
#scrollToTop:hover {
    box-shadow: 0px 0px 1px 1px #fb4037;
}
/* home page */
.banner{
	background: -webkit-gradient(linear,left bottom, left top,from(#efefef),to(#fff));
	background: -webkit-linear-gradient(bottom,#efefef,#fff);
	background: -o-linear-gradient(bottom,#efefef,#fff);
	background: linear-gradient(0deg,#efefef,#fff);
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 50px;
	padding: 100px 0px 55px 0;

}
.card {
    background: -webkit-gradient(linear,left bottom,left top,from(#efefef),to(#fff));
    background: linear-gradient(0deg,#efefef,#fff);
    border: 1px solid #efefef;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	padding:25px;
	height:100%;
}
.card:hover{
	box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
.card-link {
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.letter-services:hover .card-link {
    color: #222222 !important;
}
.btn-lists a {
    border-radius: .25rem;
}
.btn-lists a:first-child {
    padding: 8px 43px;
}
.btn-lists a:first-child:hover {
    background-color: #222222 !important;
}
.mailing-list-btn {
    padding: 7px 15px;
}

 
/* Mail Pricing */

.letter-pricing-table .ad-pricingTableFeatures-h4{
	font-size:21px;
	line-height:27px;
	margin-top: 144px;
}
.letter-pricing-table ul.ad-pricingTableFeatures li{
	 margin-right: -24px;
	 padding-right: 5px;
}
.letter-pricing-table .btn {
    font-size: 19px;
	line-height: 24px;
    padding:5px 25px;
}
.letter-pricing-table ul.ad-pricingTableFeatures li, .letter-pricing-table .ad-pricingTable .ad-pricingTable-content .material-icons, .letter-pricing-table .ad-pricingTable .ad-pricingTable-content ul li{
    font-size: 16px;
	border-bottom: 1px solid #d1d1d1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
    -ms-flex-line-pack: center;
	align-content: center;
    height: 40px;
    line-height: 1.3rem;
	color:#222222;
}
li.material-icons > span {
    display: block;
    line-height: 26px;
    padding: 2px 0;
    min-width: 100%;
    height: 30px;
    vertical-align: middle;
}
.ad-pricingTable-content ul li span {
    display: block;
    border-top: 1px solid red;
}
.letter-pricing-table .ad-pricingTableFeatures, .letter-pricing-table .ad-pricingTable-content {	
	margin-top: 15px;
}
.letter-pricing-table .ad-pricingTableFeatures li span {
    display: inline-block;
    vertical-align: middle;
}
.letter-pricing-table .ad-pricingTable {
    position: relative;
    z-index: 10;
    text-align: center;
    background: #fff;
    overflow: hidden;
    border: 1px solid #d1d1d1;
	border-radius: 6px;
	margin: 0 -15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.letter-pricing-table .ad-pricingTable .ad-pricingTable-banner {
    padding: 20px 20px 28px;
    background: #505050;
    border-radius: 0 0 66% 66%;
    transition: all .5s ease 0s;
    margin-bottom: 20px;
	font-size:28px;
}
.letter-pricing-table p {
	margin-bottom: 0;
}

 .letter-pricing-table .ad-pricingTable.shadow-d .ad-pricingTable-banner:not(first-child) {
    -webkit-box-shadow: inset -4px 0 5px -1px rgba(197,197,197,1);
    -moz-box-shadow: inset -4px 0 5px -1px rgba(197,197,197,1);
    box-shadow: inset -4px 0 5px -1px rgba(197,197,197,1);
}

.ad-pricingTable-bottomPrice-inner {
    font-size: 14px;
    line-height: 1.4;
}
.ad-pricingTable-content li:nth-child(odd) {
    background-color: #efefef;
}

/* Contact Us */

.contact-form label {
    color: #686868;
    font-size: 14px;
    line-height: 23px;
}
.contact-form input[type="submit"]{
    border-radius: 0;
	font-size: 22px;
}
.contact-form input:focus,.contact-form textarea:focus{
	border-color: #808080;
	outline:0;
}
.contact-form input,.contact-form textarea{
    background-color: #fcfdfd;
	border-radius: 3px;
	padding: 13px;
}

.contact-form .form-group {
    margin-bottom: 10px;
}
.contact-form label, .contact-form .wpcf7-form-control-wrap {
    display: block;
}
.contact-form .wpcf7-form-control {
    width: 100%;
}
.contact-form {
    max-width: 470px;
    margin: 0 auto;
}
/* mailing lists */
.services .card{
	-ms-flex-direction: row;
}
.services .card-body ul{
	margin-bottom:0;
}
.services .card-body ul li {
    font-size: 16px;
    color: #808180;
}
.fico-scored {
    line-height: 1.3;
}

/* FAQ */
.faq a:hover,.faq a:focus{
		color:#fb4037 !important;
}
.faq ol li span:first-child{
	transition: background-color 0.5s ease-out;
}
.selected_section > span:first-child{
	background-color:#fb4037;
}

/* Thank you */

.gray-gradient
 {
    background: -webkit-gradient(linear,left bottom, left top,from(#efefef),to(#fff));
    background: -webkit-linear-gradient(bottom,#efefef,#fff);
    background: -o-linear-gradient(bottom,#efefef,#fff);
    background: linear-gradient(0deg,#efefef,#fff);
    border-bottom: 1px solid #dcdcdc;
    height: calc(100vh - 65px);
	overflow:auto;
	padding-top:70px;
}

.back-to-home {
    padding: 11px 17px;
}
.thank-you-image{
	margin-right:15px;
}

.thank-you-text{
	margin-left:15px;
}

/* EDDM-BB/Saturation */
.compare .table thead th + th, .compare .table tbody td + td { text-align: center; }
.compare .table td, .compare .table th {border: 1px solid #e1e1e1; vertical-align: middle; }
.compare .table tbody td + td { background: #fcfcfc; }
.compare .table p { margin-bottom: 5px; margin-top: 5px; }
.compare .fa-check-circle-o { color: #0ca550; }
.compare .fa-times-circle-o { color: #d71111; }
.compare .table tbody .fa { font-size: 18px; }

/* media query */
@media (min-width: 1200px){
	.container {
		max-width: 1024px !important;
	}
}
@media screen and (min-width: 768px) { 
#toggle {display:none;}
} 
@media (max-width: 1199px){
	.font-lg{
		font-size:67px;
	}
	h1, .h1{
	font-size:48px
	}
	h2, .h2{
		font-size:35px ;
	}
	h3, .h3{
		font-size:31px;
	}
	h4, .h4{
		font-size:24px;
	}

}
@media (max-width: 991px){
	.font-lg{
		font-size:63px;
	}
	h1, .h1{
		font-size:36px
	}
	h2, .h2{
		font-size:33px ;
	}
	h3, .h3{
		font-size:26px;
	}
	h4, .h4{
		font-size:19px;
	}
	.letter-pricing-table ul.ad-pricingTableFeatures li, .letter-pricing-table .ad-pricingTable .ad-pricingTable-content .material-icons, .letter-pricing-table .ad-pricingTable .ad-pricingTable-content ul li{
		height: 60px;
		border-bottom: 2px solid #505050;
	}
	
	.ad-pricingTable.ad-boxShadow-secondary {
	   border: 1px solid #9a9a9a;
	}
	.letter-pricing-table .ad-pricingTable .ad-pricingTable-content .material-icons:last-child {
		border-bottom: 1px solid #505050;
	}
	.site-header .main-menu .nav-links {
		padding: 0 10px;
	}
}

@media only screen and (max-width: 767px){
	body {
		line-height: 1.4 !important;
	}
	.font-md {
		font-size: 20px;
	}
	.letter-pricing-table .ad-pricingTable{
		margin: 0;
	}
	.ad-pricingTable.ad-boxShadow-secondary,.bottom-pricing-table-content{
    max-width: 290px;
    margin: 0 auto;
}
	#popout {position: fixed; height: 100%; width: 0; background: rgb(25, 25, 25); background: rgba(25, 25, 25, .9); color: white; top: 0px; right: 0; overflow:auto;}
	#toggle {float: right; position: fixed; top: 10px; right: 45px; font-size:20px;z-index: 99;color: #222222;}
	#toggle.toggleopen {
		color: #ffffff;
	}
	.nav-menu li { border-bottom:1px solid #eee;padding:20px;width:100%;}
	.nav-menu li:hover { background:#cccccc;}
	.nav-menu li a { color:#ffffff;text-decoration:none;width:100%;}
	#popout.popoutopen {
		width: 250px;
	}
	#popout ul {
		width: 100%;
		padding-top: 40px;
	}
	#popout ul li {
		display: block;
		border-bottom-color: #9a9a9a;
		padding:0;
	}
	#popout ul li a {
		color: #ffffff;
		font-size: 16px;
		width: 100%;
		display: inline-block;
		padding: 10px 15px;
	}
	#popout ul li:hover a {
		color: #fb4037;
	}
	#popout ul li:hover {
		background-color: #000000;
	}
	#popout ul li a:after {
		display: none;
	}
	#toggle:after {
		position: absolute;
		content: "\f0c9 ";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 20px;
		top: 10px;
		right: 0;
	}
	.sticky-top #toggle:after {
		top: 4px;
	}
	#toggle.toggleopen:after {
		content: "\f00d ";
	}
	.middle-footer h2,.middle-footer .menu .menu-item a{
		font-size:14px;
	}
	.banner{
		padding: 100px 0px 50px 0;
		margin-bottom: 50px;
	}
	.newsletter {
		margin-top: 50px;
		padding: 40px 0;
	}
	.middle-footer {
		margin: 50px 0;
	}
	.gray-gradient{
		text-align:center;
	}
	.thank-you-image {
    margin-right: 0;
}
	.thank-you-text {
		margin-left: 0;
		margin-top: 30px;
	}
	.thank-you-image img {
		max-width: 350px;
		width: 100%;
	}
	.compare .table tbody .fa { font-size: 16px; }
}
@media only screen and (max-width: 640px){
	.compare .table { width: 520px; }
}
@media only screen and (max-width: 575px){
	.tnp-subscription div.tnp-field .tnp-email{
		width: 180px;
		
	}
	.tnp-subscription .tnp-field input[type="submit"],.tnp-subscription div.tnp-field .tnp-email{
		padding: 12px 10px;
		font-size: 13px;
	}
	h1, .h1{
		font-size:30px
	}
	h2, .h2{
		font-size:27px ;
	}
	h3, .h3{
		font-size:21px;
	}
	h4, .h4{
		font-size:17px;
	}
	.font-md {
		font-size: 18px;
	}
	.font-sm {
		font-size: 14px;
	}
	.btn-lists a:first-child {
		padding: 8px 33px;
	}
	.banner {
		margin-bottom: 40px;
	}
	.newsletter {
		margin-top: 40px;
	}
	.contact-form input, .contact-form textarea{
		padding:10px;
	}
	.back-to-home {
		padding: 8px 17px;
	}
}
