@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p {
	font-family: 'Droid Sans', sans-serif;
	overflow-x: hidden;
}
/* Typography */
h1 {
	color: #333;
	font-size: 36px;
	line-height: 48px;
	font-weight: 700;
}
h1 a, h1 a:hover {
	color: #333!important;
	text-decoration: none;
}
h2 {
	font-size: 24px;
	line-height: 36px;
    color: #333;
}
h3 {
	color: #333;
	font-weight: 700;
	line-height: 24px;
    font-size: 18px;
	margin-bottom: 20px;
}
/* Navigation */

.nav-bg {
	background: #1c4478;
    background: linear-gradient(45deg, #16355e, #1c4478 );
}
.navbar {
	margin-bottom: 0px;
	margin-top: -1px;
}
.navbar-header {
	position: relative;
	z-index: 9999;
	width: 100%;
	color: #fff;
	line-height: 20px;
	/*height: 52px;*/
	margin-left: 0px!important;
}
.navbar-nav {
	float: left;
	margin: 0;
	width: 100%;
	/*margin-left:-15px;*/
	margin-bottom: 0;
}
.nav >li > a {
	font-size: 14px;
	color: #fff;
	padding: 16px 34px;
}
.nav >li > a:hover, .nav >li > a.active, .dropdown li a:hover, .dropdown li a.active {
	background: #f7c437!important;
    background: linear-gradient(45deg, #f8aa2e, #f6d541)!important;
	color: #16355e !important;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: #f7c437!important;
    background: linear-gradient(45deg, #f8aa2e, #f6d541)!important;
    color: #16355e!important;
}
.navbar-toggle {
	background: #999898;
	padding: 1px 5px;
	margin-top: 8px;
	margin-right: 22px;
	margin-bottom: 8px;
	border-radius: 0px;
}
.navbar-collapse.in {
	overflow-y: none!important;
	max-height: 640px;
}

.dropdown-toggle:focus {
	background: transparent!important;
}
h3 span {
	font-weight: normal !important
}
/* Main Banner Image */

.banner-light-bg {
	background: #fdfdfd;
	position:relative;
}
.main-banner {
	height: 590px;
}
/* Banner Right Content */
.banner-right-content {
	float: right;
	position: relative;
}
.email-agent {
	float: right;
	padding: 40px 10px 10px;
	/*text-align: right;*/
}

.email-agent .contact-number p{text-align:left;}
.email-agent p {
	color: #443e3b;
	font-weight: 700;
	text-align:right;
}
.btn-success, .btn-success:hover {
	background: #1c4478;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border: none;
	margin-top: -5px;
	height: 28px;
	padding: 4px 8px;
}
.btn.btn-success:hover, .btn.btn-success:focus {
    background: #16355e!important;
    color: #fff!important;
}
.quote-box-section{
position:absolute;
width:100%;
top:15px;
right:20px;
}
.quote-box-head{
position:absolute;
top:20px;
right:20px;
}
.quote-form {
	width: 400px;
	margin:0px 0px 0px 0;
	background: rgba(9,22,38,0.8);
}
#EZLynxConsumerQuoting {
	padding: 30px;
}
.quote-form h6 {
	color: #fff;
	font-size: 28px;
	line-height: 40px;
}
.quote-form h6 span {
	font-weight: 700;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 44px !important;
	margin-bottom: 15px!important;
	padding: 8px 10px !important;
	vertical-align: center !important;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	position: relative;
	z-index: 1000;
}
.type {
	height: 44px!important;
	padding: 11px 10px;
	display: block !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.button-two {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	background: #f7c437 !important;
    background: linear-gradient(45deg, #f8aa2e, #f6d541) !important;
    color: #16355e !important;
	font-size: 20px;
	cursor: pointer!important;
	width:100%!important;
	/*margin-left:22%!important;*/
}
.button-two:hover {
	background: #ffac2e;
	color: #feffff;
}
/* Content */
.box-one {
	background: rgba(9,22,38,0.8);
	padding: 8px 0 5px 0;
	/*height: 60px;*/
	margin:0;
	position:absolute;
	z-index: 4;
	bottom:0px;
	width:100%;
    text-align:center;	
}
.box-one p {
	font-weight: 700;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 7px;
}
.box-two {
	    background: #1c4478;
    background: linear-gradient(45deg, #16355e, #1c4478);
	padding: 10px 0 0 0;/*height: 76px;*/
	position: relative;
	z-index: 4;
}
.box-two p {
	margin-top: 5px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
}
/* Main Content */
.main-content p, .inside-content p {
	color: #444444;
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
}
.right-content {
	margin: 30px 0 0 0;
	background: #eeeeee;
	padding-top: 10px;
  padding-bottom: 30px;
}
.right-content h2 {
	color: #333;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	padding-left: 22px;
}
.right-content-list li {
	font-weight: 700;
	font-size: 16px;
	padding: 14px 0;
}
/* Quick Links */
.quick-links {
	margin-top: 14px;
	    background: #1c4478;
    background: linear-gradient(45deg, #16355e, #1c4478);
	color: #4f4a47;
}
.quick-links h3 {
    color: #fff;
}
.quick-links p a, .quick-links p a:hover, .phone-number p, .email-address p {
	color: #fff!important;
	font-size: 16px;
}
.quick-links h3, .quick-links h4, .quick-links h2, .quick-links p, .quick-links a, .quick-links, .quick-links ul li, .quick-links ul li a {
    color: #fff;
}
.quick-links-list li {
	color: #443e3b;
	list-style-type: none;
	margin: 0 0 5px -35px;
}
.quick-links-list li a {
	color: #443e3b;
}
.quick-links-list li a:hover {
	color: #ed9e27!important;
}
.quick-links-list img {
	margin: 0 3px 0 0;
}
.contact-list {
	/*margin-bottom: 20px;*/
	margin-right: 10px;
}
/* Footer */
footer {
	background: #091626;
	padding: 20px 0;
}
/* Social Media icons */
.social {
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 999;
	margin-left: -40px;
}
.social > li {
	list-style-type: none;
	float: left;
}
.social li a {
	width: 32px;
	height: 28px;
	display: inline-block;
	margin-right: 10px;
}
.copy-right {
	font-size: 12px;
	line-height: 28px;
	float: right;
	color: #fff;
}
.copy-right a, .copy-right a:hover {
	color: #fff!important;
}
.copy-right a:hover, .copy-right a:focus {
    color:#f6d541!important;
}
/* Blog Feed */
.whats-new-content p a{
	color: #fff!important;
}
.whats-new-content p a:hover,.whats-new-content p a:focus{
	color:#f6d541!important;
}
.whats-new-content .datefield {
	display: block;
}
/* Inner Pages */

.inside-banner {
	margin: 20px 0 0 0;
}
.inside-quote-form {
	margin: 20px 0px 0px 0;
	background: #091626;
	height: 353px;
}
.inside-jot-form {
	background: #091626;
	margin: 20px 0 0 0;
}
.jot-lob-form {
	height: 295px !important;
}
.inside-jot-form h6 {
	color: #fff;
	font-size: 24px;
	line-height: 25px;
	padding: 10px 0;
  text-align: center;
}
.inside-quote-form h6 {
	color: #fff;
	font-size: 29px;
	line-height: 36px;
	margin-top: 5px;
	text-align: center;
}
.lob-form {
	height: 210px !important;
}
.inside-quote-form h6 span {
	font-weight: 700;
}
/* Fixes */

.email-address p {
	line-height: 50px;
}

.tick {
	margin: 5px 15px 0 0;
}
iframe {
	height: 400px;
	width: 100%;
	border: 0;
}
#cpIframe {
	height: 1800px;
	width: 100%;
	border: 0;
}
.form-control {
	font-size: 18px;
}
.email-address p {
	margin-bottom: 20px;
}
/* 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: #1c4478;
    background: linear-gradient(45deg, #16355e, #1c4478);
	-webkit-appearance: none;
}
.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: #1c4478;
    background: linear-gradient(45deg, #16355e, #1c4478);
	-webkit-appearance: none;
}
.btn.mobile-go:hover, .btn.mobile-go:focus, .btn.mobile-call:hover, .btn.mobile-call:focus {
	color: #fff!important;
	background: #091626!important;
}
.mobile-go a {
	color: #fff;
	text-decoration: none;
}
.mobile-address {
	background: #091626;
	color: #fff;
	padding: 3px 0;
	text-align: center;
	margin-bottom: 20px;
}
.mobile-address h5 {
	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: #ed9e27;
	margin: 20px auto;
	padding: 8px 18px;
	font-size: 14.5px;
	border: 0px;
	color: #fff !important;
}
.mobile-direction a, .mobile-direction a:hover {
	color: #fff !important;
	background: #ffac2e;
	font-weight: normal;
	text-decoration: none;
}
.mobile-direction:hover {
	background: #d5d5d5;
}
.mobile-map {
	float: left;
	margin-right: 10px;
}
/* Career Grid Style */

.career-grid-header {
	background-color: #ed9e27;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th {
	background-color: #cfcdcd;
}
/* Carousel added*/
.carousel-inner {
	margin-top: -10px;
	z-index: 0;
}
.carousel-control {
	background: #aaa7a7;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	opacity: 1;
	border: 0;
	position: absolute;
	left: 15px;
	width: 30px;
	height: 30px;
	margin-top: 12%;
	display: inline-block;
	z-index: 9999;
}
.carousel-control.left:hover, .carousel-control.right:hover {
	background: #ed9e27;
	background-repeat: repeat-x;
	opacity: 1;
	color: #fff !important;
}
.carousel-control.left {
	float: left;
	cursor: pointer;
	background: #aaa7a7;
}
.carousel-control.right {
	float: right;
	margin-right: 20px;
	background: #aaa7a7;
}
.carousel {
	margin-bottom: 0;
	margin: 10px 0px 0px 0px;
}
.item img{
margin:0 auto;
text-align:center;
min-height: 350px;
object-fit: cover;
}
/*blog*/
.blog-section{
overflow:hidden;
}
.blog-left a{
color:#ed9e27;
}
.blog-right a{
color:#4f4a47;
}
.blog-section a:hover{
color:#398439 !important;
text-decoration:none;
}
.blog-left,.blog-right{
margin-bottom:-99999px;
padding-bottom:99999px;
}
.widget-area{
padding-top:15px;
padding-left:15px;
padding-right:15px;
}
.blog-section input.search-submit{
color:#fff;
}
.right-content.blog {
	padding: 30px;
}
.search-form input.search-field, select, textarea {
	height: auto !important;
	padding: 3px !important;
	font-size: 13px;
	border: 1px solid #dddddd;
}
.inside-content footer {
	background: none;
	padding: 0px;
}
.page-header h1 {
	color: #ed9e27;
}
.search-submit {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 10px;
	color: #000;
	font-size: 20px;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: pointer!important;
	background: #ed9e27;
}
.jot-form {
	width: 100%;
	height: 500px !important;
	border: none;
}
.quote-icon {
	margin-right: 10px;
	width: 20px;
	margin-top: -5px;
}
.quote-btn {
	font-size: 16px;
	width: 90%;
	text-align: left;
	height: 35px;
	line-height: 30px;
	margin: 2px 0;
	text-shadow: none;
	border-radius: 0px !important;
	color: #fff;
	background: #091626;
}
.btn.quote-btn:hover, .btn.quote-btn:focus {
    background:#16355e!important;
    color:#fff!important;
}
.pad{
	padding: 45px!important;	
}
.pad-auto-home {
		padding: 20px 45px 21px 45px !important;	
	
	}
.quote-btn:hover {
	background: #5FA89F;
}
.mar-btm {
	margin-bottom: 200px;
}
.select-center {
	padding: 3px !important;
	font-size: 14px;
	border: 1px solid #dddddd;
	/*margin-left: 22%;*/
	width: 100%;
	height: 35px !important;
	padding-left: 7px !important;
}
#ZipCode {
	 border: 1px solid #dddddd;
    font-size: 14px;
    height: 35px !important;
    /*margin-left: 22%;*/
    padding: 3px !important;
    width: 100%;
	padding-left:7px!important;
	
	}
/* Breadcrumbs */

.breadcrumb {
    background: #fff none repeat scroll 0 0;
    margin: 0 !important;
    padding: 20px 0 0px !important;
}
.breadcrumb li {
    float: left;
    list-style-type: none;
}
.breadcrumb li a {
    color: #1c4478;
}
.breadcrumb li a:hover, .breadcrumb li a:focus {
    color: #16355e !important;
    text-decoration: none;
}
.breadcrumb > li + li::before{content: " "; padding:0 5px 0 0;}

/* my account */

.red-map {
	font-size: 13px;
	letter-spacing: 0.4px;
}

.contact-number {
	
	color: #443e3b;
	font-size: 26px;
	font-weight: 700;
}
.contact-number p{
display:inline-block;
margin-right:10px;
float:left;
}
.btn-account, .btn-account:hover,.btn-account:focus{
	background: #1c4478!important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	border: none;
	margin-top: -5px;
	height: 28px;
	text-transform:uppercase;
}

.dropdown-menu-account li {
    list-style-type: none;
    text-align: center;
   background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border: none;
	padding: 6px 0 0;
	
}

.dropdown-menu {
	min-width:103px!important;
	margin-top:0;
	padding-top:0;
}
.dropdown-menu > li > a{
	padding:3px 12px;
}

.myaccount-desk-expand ul {
	display:inline-block;}
	
	
.myaccount-desk-expand li a {
    color: #fff;
    font-weight: bold;

}


.open a:focus{
	background:transparent;
}

.grid-divider {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
	
}

.dropdown{
	list-style-type:none;
	display:inline-block;
}
#contact li a .dropdown-toggle:focus{
	background:none!important;
}

.dropdown.account-drop{
	color:#fff;  
   }
.new-accnt{
	float:right; 
}
.right-accnt{
	display:inline-block; 
	padding-left:0px;
	
}
.account-drop ul{
	background:#fff;
}
	
.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 #ed9e27;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
}

.grid h4 {
    font-size: 18px;
	line-height:25px;
    color: #ed9e27;
}

.dropdown-menu-account > li > a{
	color:#393939;
	font-size: 12px;
	font-weight:600;
	padding:3px 7px;
}
	
.dropdown-menu-account > li > a:hover, .dropdown-menu-account > li > a:focus
{
	background-color:transparent;
}

.right-accnt > li > a:hover, .right-accnt > li > a:focus
{
	background-color:transparent;
	color:#fff!important;
}

.dropdown-menu-account {
	min-width:114px;
	margin-top:3px;
	padding-top:0;
	border-radius:0px;

}

.arrow-down{
	  border-left: 6px solid transparent;
	  border-right:6px solid transparent;
	  border-top: 8px solid #fff;
	  right:10px;
	  top:-1px;
	  position:absolute;
}

.myaccount-mob-expand ul {
	margin-left:0px; 
	padding-left:0px;
}
	
.myaccount-mob-expand {
	background: #eaeaea;
	margin-bottom:10px;
}
	
.myaccount-mob-expand li {
    list-style-type: none;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    border: none;
	width:100%;
	padding: 8px 0 0;
}

.myaccount-mob-expand li a{
	color:#393939;
	 text-decoration: none;
	 padding: 8px 0 0;
}


 .sitelock-logo{
 clear:both;
 text-align:center;
 }
 
 .myaccount-mob-expand li a:hover,.myaccount-mob-expand li a:focus{
	color:#393939;
	 text-decoration: underline;
     text-decoration-color: #ff51aa;
     text-decoration-thickness: 2px;
     text-underline-position: under;
	 padding: 8px 0 0;
}



	#cs-frame {height:1600px;}
		.anc-jmp-fnt img {padding-right:10px;}
	 #cs-frame {height:1600px;}
	 .mar-top {margin-top:10px;}
	 a.anc-jmp-fnt::hover {color:#000!important;}
	 
	 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Ada compliance fixes beings */ 
.skip-to-content-link {
  background: #ed9e27; /* 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 */ 

.quick-links-list li span {
  display: table-cell;
}

.quick-links-list img {
  margin-right: 8px;
  float: left;
  margin-top: 5px;
}

.footer-social-icons .fa {
  font-size: 22px;
  background: #f7c437;
    background: linear-gradient(45deg, #f8aa2e, #f6d541);
  border-radius: 50PX;
  height: 50px;
  width: 50px;
  color: #16355e;
  text-align: center;
  padding: 14px;
  margin-right: 10px;
  float: left;
  display: block;
}

#footer-contant p {
  margin-bottom: 17px !important;
}

#footer-contant .sty-fix {
  display: block;
  overflow: hidden;
  margin-top: 5px;
}

.quick-links p a, .quick-links p a:hover, .phone-number p, .email-address p {
  color: #fff !important;
  font-size: 16px;
}

.txt-fx {
  line-height: 40px;
}

.logo{
  display: inline-block;
  margin: 40px 0;
  border: 5px solid #f8aa2e;
  box-shadow: 1px 1px 3px rgba(0,0,0,.8);
}

.quick-links-list li a:hover, .quick-links-list li a:focus, .quick-links-list li a.active {
  color: #f6d541 !important;
}

.quick-links-list li a:hover, .quick-links-list li a:focus, .quick-links p a:hover, .quick-links p a:focus {
  color: #f6d541 !important;
  text-decoration: none;
}

a {
  color: #2c2c2c;
  text-decoration: none;
}

a:hover, a:focus {
  color: #666;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #ffac2e !important;
  border-color: #ffac2e;
}

.right-accnt > li > a:hover, .right-accnt > li > a:focus {
  color: #fff !important;
  background: #16355e !important;
}

h1 a:hover {
  color: #ffb13d !important;
  text-decoration: none;
}

.btn:hover, .btn:focus, .btn.focus {
  background: #f8aa2e!important;
    color: #16355e !important;
}

.inside-banner img {
  height: 100%;
  object-fit: cover;
  height: 353px;
}

.right-content #dest {
  padding: 0 15px;
}
.inside-content ul, .right-content ul, .main-content ul {
  margin: 30px 0;
  padding-left: 20px;
}
.right-content ul {
  padding-left: 40px;
}
.right-content ul li::marker {
    color: #ff51aa;
}
.right-content-list li {
  font-weight: 700;
  font-size: 15px;
  padding: 8px 0;
}

.inside-content ul li, .right-content ul li, .main-content ul li {
  margin-bottom: 10px;
}

.btn-xs {
  background: #1c4478;
  color: #fff !important;
}

.btn-xs:hover, .btn-xs:focus {
  color: #fff !important;
  background: #16355e !important;
}

.inside-content h2, .main-content h2 {
  font-weight: 700 !important;
}

.carrier-cols-content h2 {
  color: #2c2c2c !important;
  font-weight: 400;
  padding-bottom: 10px;
  font-size: 1.5em !important;
}

.contact-list-bdr {
  border-bottom: 1.5px dotted #ed9e27;
}

.health-btn a:hover, .health-btn a:focus {
  color: #16355e !important;
  background: #f8aa2e !important;
}
.health-btn a {
  background: #f7c437 !important;
    background: linear-gradient(45deg, #f8aa2e, #f6d541) !important;
    color: #16355e !important;
  padding: 10px 30px;
  border: 0;
  border-radius: 5px;
  text-shadow: none;
}
a:hover, a:focus{
	text-decoration: none;
  outline: none !important;
}

#cs-frame {
  height: 1600px;
}
.main-content ul{
	margin: 10px 0;
}


/*Blog*/
.blog .content-area a{
	color: #1c4478 !important;
}
.blog .content-area a:hover{
	color: #095071 !important;
}
.blog #main{
	display:block;
} 
.blog .widget{
	padding: 0 15px!important;
}
.blog .widget ul li{
	padding: 8px 0!important;
	font-weight: 700;
	font-size: 15px;
}
.blog .widget ul li a, .wp-block-latest-comments__comment-meta a{
	color: #404040;
}
.blog .widget ul li a:hover, .wp-block-latest-comments__comment-meta a:hover {
  color: #656464;
}
.blog .widget ul li::marker {
  color: #ff51aa;
}
.blog .search-submit{
	padding: 5px 10px;
	background-color:#1c4478;
	border: 1px solid #1c4478;
	color:#fff;
	border-radius: 3px;
	border: 1px solid #1c4478;
	font-size:13px;
}

.blog .submit{
	background-color:#1c4478;
	border: 1px solid #1c4478;
	color:#fff;
	padding: 5px 10px;
	border-radius: 3px;
}
.blog .submit:hover,.blog .search-submit:hover{
	background:#2d5c98;
}

.sidebar-content .widget a:visited,.sidebar-content .widget a{
	color: #fff;
}
.sidebar-content .widget a:hover,.sidebar-content .widget a:focus{
	color: #87afe7;
}
.blog .widget input{
	height: 34px !important;
	margin-bottom: 0 !important;
}
.blog .wp-block-search__button {
    background: #1c4478;
	color: #fff;
	border:none;	
	border-radius:3px;
	border: 1px solid #1c4478;
}
.blog .search-submit:hover,.blog .search-submit:focus, .blog .wp-block-search__button:hover, .blog .wp-block-search__button:focus,.blog .submit:hover,.blog .submit:focus{
    background: #2d5c98;
}
.blog .wp-block-search__label {
 color:#404040;
}
#blog-p .widget-area h2 {
	font-size:28px!important;
	color:#fff;
}
.blog .wp-block-latest-comments__comment-meta{
	background:transparent!important;
	border-top:0px!important;
	padding: 0;
	color: #404040;
	font-size: 15px;
	font-family: 'Droid Sans', sans-serif;
	text-transform: none;
	display:inline!important;
	font-weight: 700;
	
}
.blog .wp-block-latest-comments__comment{
	list-style-type: disc!important;
	color:#ff51aa;
	font-size:15px;
}
.blog .wp-block-group__inner-container ul{
	list-style-type: disc!important;
	padding-left: 28px!important;
}
.blog ol.wp-block-latest-comments {
  padding-left: 28px;
}
.blog .entry-footer, .blog .comment-meta{
	border-top:none;
}