#header #top-wrapper {
background-color: rgba(78, 134, 159, 1);
border: none !important;
}
h2 { font-weight: 500; }
h3 { font-weight: 400; }
h4 { font-size: 22px; font-weight: 200; }
h5 { font-size: 24px; line-height: 30px; font-weight: 500; }
h6 { font-size: 16px; line-height: 18px; font-weight: 400; }
#header #top-wrapper { color: #ffffff; }
#main-wrapper a { color: #53a4d8; }
#main-wrapper a:hover { color: #5066d3; }
#footer .widget-title { color: #ffffff; }
#footer, #footer .widget li { color: #ffffff; }
#footer a:hover { color: #d1d1d1; }
#middle-wrapper, .header-style-h2 .header-logo { line-height: 100px; }
/*body edits*/
p{
font-size: 14px;
}
.post-content strong{
color: #53A4D8;
}

/* button edits */
.btn-med-tra{
text-decoration: none;
color: #ffffff !important;
font-size: 18px;
font-weight: 600;
border: 2px solid #ffffff;
display: inline-block;
padding: 10px 18px;
transition: all 0.6s;
}
.btn-med-tra:hover{
background-color: #4e869f;
}
.btn-sma-blu{
text-decoration: none;
color: #ffffff !important;
font-size: 16px;
font-weight: 600;
border: 2px solid #ffffff;
display: inline-block;
padding: 10px 14px;
transition: all 0.6s;
background-color: #4e869f;
line-height: 18px;
text-transform: uppercase;
letter-spacing: 2px;
}
.btn-sma-blu:hover{
background-color: #333333;
}
.btn-med-blu{
text-decoration: none;
color: #ffffff !important;
font-size: 16px;
font-weight: 800;
border: 2px solid #ffffff;
display: inline-block;
padding: 22px 34px;
transition: all 0.6s;
background-color: #4e869f;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}
.btn-med-blu:hover{
background-color: #333333;
}
.btn-med-red{
text-decoration: none;
color: #ffffff !important;
font-size: 16px;
font-weight: 800;
border: 2px solid #ffffff;
display: inline-block;
padding: 22px 24px;
transition: all 0.6s;
background-color: #e42635;
line-height: 20px;
text-transform: uppercase;
letter-spacing: 2px;
}
.btn-med-red:hover{
background-color: #333333;
}

h2{
font-size: 26px;
color: #59a1cd;
}
h3{
color: #eb4b55;
}
h4{
font-weight: 400;
color: #eb4b55;
}
a{
font-weight: 600;
}
#top-wrapper a{
text-transform: lowercase;
font-weight: 400;
}
@media (max-width: 992px){
.title-holder{
height: 300px !important;
}
}


/*navigation*/
.st-logo{
padding-top: 12px;
padding-bottom:12px;
}
#primary-menu li a span{
border: 1px solid #ffffff;
padding: 10px;
}
.current-menu-item a span{
border: 1px solid #333 !important;
border-radius: 2px;
}
#primary-menu li a span:hover{
border: 1px solid #333;
border-radius: 2px;
}
#primary-nav{
width: auto;
float: right !important;
text-align: right !important;
}
.search-form{
z-index: 99;
}
#mobilephone{
display: none !important;
}
@media (max-width: 792px){
#mobilephone{
display: inherit !important;
}
#desktopphone{
display: none !important;
}
}



/*secondary nav*/
.primary-menu > li > ul{
background-color: #ffffff;
}
.primary-menu > li > ul ul.sub-menu{
background-color: #ffffff;
}
.sub-menu  li a:hover{
color: #333 !important;
}
.header-regular #header, .header-sticky #header{
position: static !important;
}



/*top-wrapper*/
#top-wrapper a:hover{
color: #333;
}
#top-wrapper img{
margin-top: 10px !important;
padding-bottom: 0px !important;
}
#top-wrapper p{
margin-bottom: 10px !important;
}

/* header */
header .container{
width: 100% !important;
}
.new-header-top{
width: 90%;
margin: 0 auto;
float: none;
}

/*Footer*/
footer h3{
text-transform: capitalize;
color: #dddddd;
}
footer .fa{
border: 2px solid #666666;
margin: 5px;
}
footer .fa:hover{
color: #E6222E;
}
#footer-wrapper{
padding: 10px 0 10px 0;
}
#header .is-sticky #primary-nav{
margin-top: 21px;}
#header .is-sticky .header-logo{
position:static;
top:unset;
left:unset;
transform:none;
margin-top: 12px;
}
