/* Theme Name: The Project - Responsive Website Template
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Author e-mail:htmlcoder.me@gmail.com
Version:1.4.0
Created:December 2014
License URI:http://support.wrapbootstrap.com/
File Description: Place here your custom CSS styles
*/

body {
	font-family: 'Open Sans', sans-serif !important;
	font-weight: 400;
	color: #111;
}

.feature-body--title,
h1,
h2, 
h3, 
h4, 
h5, 
h6, 
.h1, 
.h2, 
.h3, 
.h4, 
.h5, 
.h6 {
	font-family: 'Montserrat', sans-serif !important;
    font-weight: 700;
    text-transform: none;
}

h1, .h1 {
	text-transform: uppercase;
}

a,
h1,
.item-title {
	/*color:#43A03F;*/
	color:#276BD4;
}

h2,
h2.h5 {
    color: #2259B5;
}

h3 {
	/*
	color:#58595b;
	*/
}


/*h2 {
	font-weight: 700;
}*/

/*.fixed-header-on .header-first {
    padding-top: 0.2em;
}

.fixed-header-on .header .logo {
	margin-top:20px !important;
	width:164px;
}*/



.header {
  border-bottom: 4px solid rgb(255, 130, 0) !important;
  /*background-color: rgb(255, 130, 0) !important;*/
}


/*.fixed-header-on .header {
  background-color: #f6f6f6 !important;
}*/


body .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(4, 4, 65, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

body .navbar-light .navbar-toggler,
body .navbar-light .navbar-toggler:hover,
body .navbar-light .navbar-toggler:focus {
	border:1px solid  rgba(4, 4, 65, 1);
	padding: 0.2em 0.25em;
	border-radius: 0; 
	cursor:pointer; 
}

body .navbar-light .navbar-toggler:hover,
body .navbar-light .navbar-toggler:focus {
	border-color: #276BD4;
}

body .navbar-light .navbar-toggler:hover .navbar-toggler-icon, 
body .navbar-light .navbar-toggler:focus .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(39, 107, 212, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} 


/*body.header-dark:not(.fixed-header-on) .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

body.header-dark:not(.fixed-header-on) .navbar-light .navbar-toggler {
	border:1px solid rgba(255, 255, 255, 1);
	padding: 0.1EM 0.25em;
	border-radius: 0;  
}

body.header-dark:not(.fixed-header-on) .navbar-light .navbar-toggler:hover .navbar-toggler-icon, 
body.header-dark:not(.fixed-header-on) .navbar-light .navbar-toggler:focus .navbar-toggler-icon{
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
} */ 

/* revolution slider - disable slider arrows */
.tparrows {
	display: none !important;
}
.tp-bullet {
	display: none !important;
}
.tp-caption {
	font-weight:300;
	font-family: 'Open Sans', sans-serif !important;
}
.tp-parallax-wrap .btn {
	margin-top: 1em !important;
}

/* nav */
.main-navigation .navbar-nav > li > a {
	font-family: 'Open Sans', sans-serif !important;
	/*font-weight:600;*/
}
.main-navigation .navbar-nav li li a {
	font-family: 'Open Sans', sans-serif !important;
}

.header .navbar-nav li .nav-link {
  color: #333333;
  padding: 10px 15px 10px 15px;
}


/*.header .navbar-nav li .nav-link:focus,
.header .navbar-nav li .nav-link:hover,
.header .navbar-nav .show > .nav-link,
.header .navbar-nav li .nav-link.show,
.header .navbar-nav .active.show > .nav-link,
.header .navbar-nav li.show .nav-link.active {
  color: #276BD4 !important;
}*/

.header .navbar-nav li li a:hover {
  color: #276BD4 !important;
}


.header .navbar-nav .active > .nav-link,
.header .navbar-nav li .nav-link.active {
  color: #cc7324 !important;
}

.list-unstyled {
	line-height: 1.6;
}

.heading-strong {
	font-weight: 600;
}

.text-block-has-fa {
/*	margin-left: 30px;*/
	display: table;
	vertical-align: text-top;
}

.feature-box {
	line-height: 1.6;
}

.fa-has-text-block {
	display: table;
	float: left;
	vertical-align: bottom;
	margin-top: 5px;
}

 .fa-lg .fa {
 	font-size: 1.2em;
 }


.bg-highlight{
    background-color: rgb(255, 130, 0);
}
.btn.bg-highlight {
	color: #fff;
	font-weight: 600;
}

.btn.bg-highlight:hover,
.btn.bg-highlight:focus {
	background-color: #43A03F;
	color: #fff;
	border-color: #fff

}

.feature-text {
	font-weight: 700;
	font-size: 1.1em;
}

/*----------------------------------------
Custom icon styles
----------------------------------------*/
.header--secondary-links a[href^="tel"]:before{
	font-family: 'FontAwesome';
	content: "\f095";
	font-size: 1em;
	line-height: 1;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
/*		margin-right:10px;*/
}

.header--secondary-links a[href^="tel"] {
    font-family: 'Open Sans', sans-serif !important;
	font-size: 1.5em;
	font-weight:600;
/*		margin-right:15px;*/
}
.header--secondary-links {
/*        margin-top:28px;
	margin-top: 1.8em; */
	margin-bottom:0px;
	text-align: right;
}
.header--secondary-links a[href^="tel"] {
    text-decoration: none !important;
    /*color:#fff !important;*/
}

/*	.fixed-header-on .header--secondary-links a {
		color:#000;
	}*/
	
.banner {
	overflow: hidden;
	position: relative;
}	
.banner .feature-body {
	height:25em;
}



.banner:before {
	content: "";
	display: block;
	width: 100%;
	height: 600px;
	background: #0a3584;
	position: absolute;
/*	top: 0;*/
	left: 0;
	right: 0;
    animation: fadein 4s;
        animation-fill-mode: forwards;
        -moz-animation: fadein 4s; /* Firefox */
        -moz-animation-fill-mode: forwards;
        -webkit-animation: fadein 4s; /* Safari and Chrome */
        -webkit-animation-fill-mode: forwards;
        -o-animation: fadein 4s; /* Opera */
}

.feature-body--title{
	text-shadow: 0 0 3px #000000b3;
}

@keyframes fadein {
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:1;
    }
    to {
        opacity:0;
    }
}
.valign-content-bottom-50:before {
    content: "";
    display: block;
    height: 50%;
}
.valign-content-bottom-40:before {
    content: "";
    display: block;
    height: 40%;
}

.hover-overlay {
    text-decoration: none !important;
    position: absolute;
    bottom: 0;
    top: 0;
    background-color: rgba(0,0,0,0.5);
}

.hover-overlay:hover,
.hover-overlay:focus {
	background-color: rgba(0,0,0,0.1);
	text-decoration: none;
}

.hover-overlay-light {
	background-color: inherit;
}

.dark-bg.hover-overlay-light:hover,
.dark-bg.hover-overlay-light:focus,
.hover-overlay-light:hover,
.hover-overlay-light:focus {
	background-color: rgba(255,255,255,0.5) !important;
	text-decoration: none !important;
}
/*Backgrounds
---------------------------------- */

.large_white {
	padding-bottom:10px;
}

.light-gray-bg {
	background-color:#f5f5f5 !important;
}

.dark-bg {
	background-color: #276BD4;
	color: #fff;
}

.trans-bg, 
.overlay-top.trans-bg, 
.overlay-bottom.trans-bg {
	background-color: transparent;
}

/*paddings
---------------------------------- */
.pv-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding-30 {
	padding:30px;
}
.pb-20 {
	padding-bottom:20px;
}

.mt-40 {
	margin-top:40px;
}

hr.hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
}


/*border
---------------------------------- */
.box-border {
	border: 2px solid #f1f1f1;
	margin-bottom:20px;
}

.bottom-line {
	border-bottom:4px solid #43A140 !important;
}



/*gallery
---------------------------------- */
.gallery img {margin-bottom:20px;}
.gallery img:hover {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/*button
---------------------------------- */
.btn {
	border-radius:0 !important;
}

.btn-white {
  color: #777777 !important;
}

.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.show > .dropdown-toggle.btn-white {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #ffffff;
}

.btn-white-transparent {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-white-transparent:hover,
.btn-white-transparent:focus,
.btn-white-transparent.focus,
.btn-white-transparent:active,
.btn-white-transparent.active,
.show > .dropdown-toggle.btn-white-transparent {
  color: #cc7324 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}


.btn-blue-transparent {
  color: #0384CE !important;
  background-color: transparent;
  border-color: #0384CE;
  text-transform:uppercase;
}

.btn-blue-transparent:hover,
.btn-blue-transparent:focus,
.btn-blue-transparent.focus,
.btn-blue-transparent:active,
.btn-blue-transparent.active,
.show > .dropdown-toggle.btn-blue-transparent {
  color: #ffffff !important;
  background-color: #0384CE;
  border-color: #0384CE;
}

/*
.btn-default {
	background-color: #43A03F;
}
.btn-default:hover,
.btn-default:focus {
	background: #398936;
}
*/

/*home panel
---------------------------------- */
.home-panel-box a {
	text-decoration:none;
}
.home-panel-box:hover img,
.home-panel-box:focus img  {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


.home-panel {
	background-color: #e07e27;
	color:#fff;
	font-weight: 400;
	margin: 0;
}

.home-panel-box:hover .home-panel,
.home-panel-box:focus .home-panel {
	/*color:#e07e27 !important;*/
	background: #43A03F;
}



/*.home-panel-box h2 {
	font-weight:600 !important;
}*/

.home-news-panel-1 {

}
.home-news-panel-2 {
	 position:absolute;
	 bottom:0px;
	 left:30px;
	 right:30px;
	 color:#fff;
}
.home-news-panel-3 {
	margin-bottom:20px;
	padding:30px;
	background:#0384CE;
	color:#fff;
	line-height:18px;
}
.home-news-panel-4 {
	margin-bottom:20px;
	color:#fff;
}

.heading-anchor-linked {
	margin-top: 0.5em;
/*	margin-top: 2.5em;*/
}

/*content
---------------------------------- */
.content-col {
	background:#fff;
}


/*lists
---------------------------------- */
ul.list-tick {
	margin:30px 0 30px 0px;
	list-style-type: unset;
	/*padding-left:0px;*/
}
ul.list-tick li {
/*	padding-left:25px;
	line-height:25px;
	margin-bottom:10px;
	background:url(../img/li-tick.png) no-repeat 0px 5px;
	list-style:none;*/
	margin-bottom: 0.5em;
}

ul.list-icons {
	list-style: none;
}
.list-icons li {
	margin-left: 30px;
/*	margin-bottom: 0.5em;  */
}

.list-icons li i {
    min-width: 30px;
}

.list-icons i.fa {
    /*margin-right: 5px;*/
    margin-left: -30px;
/*    display: inline;*/
}

.list-icons i.fa:before {
	display: inline-block;
}

.list-icons i.fa-check:before {
	/*color: #63B728;*/
	color: rgb(255, 130, 0);
}

/*Full width images
---------------------------------- */

.graphics-full-width img {
	width: 100%;
}

a[data-lightbox^="gallery"]:focus img,
a[data-lightbox^="gallery"]:hover img {
	opacity: 0.5;
}

a[data-lightbox^="gallery"]:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f00e";
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 2em;
	margin-left: -20px;
	margin-top: -20px;	
	opacity: 0;
	z-index: 10;
}
a[data-lightbox^="gallery"]:focus:before,
a[data-lightbox^="gallery"]:hover:before {
	opacity: 1;
	color:#000;
}



a[data-lightbox^="gallery"][data-title]:after {
    display: table;
    margin: 0 auto;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}


a[data-lightbox^="gallery"][data-title]:after {
    background: #fff;
    border: none;
    content: attr(data-title);
    font-size: 0.9em;
    padding: 0.5em;
    text-decoration: none;
    line-height: 1.4em;
    position: absolute;
    top: 0;
    white-space: normal;
    max-width: 80%;
    color: #000
    opacity: 0;
    visibility: hidden;
    margin: 0.5em 0 0 0.5em;
    z-index: 1;
}
a[data-lightbox^="gallery"][data-title]:hover:after,
a[data-lightbox^="gallery"][data-title]:focus:after {
    opacity: 1;
    visibility: visible;
}

a[data-lightbox^="gallery"][data-title="(none)"]:after {
    display: none;
}




/*
---------------------------------- */
.navbar-toggler {
  border: 0px solid transparent;
}


/*call-to-action
---------------------------------- */
/*.call-to-action {
	padding-top:100px;
	padding-bottom:80px;
}*/
.call-to-action {
	background-color:#276BD4;
}
.call-to-action h2 {
	color:#fff;
}
.call-to-action p {
	color:#fff;
}

.call-to-action a.btn {
    margin: 0.2em 1em 0.75em;
}

.call-to-action-slogan {
    display: inline-block;
    padding: 0;
    margin: 0 0 0.25em 0;
    font-weight: 700;
    font-size: 2em;
}


/* Flexible iFrame */
.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

textarea {
    resize: none;
}

label.error {
	font-size:12px; 
	color:#F00; 
	padding-left:5px; 
	margin-top:0; 
	display:block;
} 

textarea.form-control {
    min-height: 11em;
}

/*footer
---------------------------------- */
.footer {
	background:#EFEFEF; color:#797979;
}
.footer h2 {
	font-size:18px;
/*	font-weight:600;*/
	color:#276BD4;
	text-transform:uppercase;
}
.footer h2 a {
	color:#276BD4;
}
.footer ul {
	margin:0 0 0 0;
	padding:0; 
	list-style:none;
}
.footer li {
	padding:0 0 5px 0;
}
.footer a {
	color:#797979;
	text-decoration:none;
}
.footer a:hover {
	color:#276BD4;
	text-decoration:none;
}

.subfooter p {
	font-size:12px;
}
.subfooter a {
	color:#797979;
	text-decoration:none;
}
.subfooter a:hover {
	color:#0384CE;
	text-decoration:underline;
}


#logo-footer {
	margin-bottom:5px !important;
}
p.logo-footer-text {
	font-size:13px !important;
}
.grid-space-0 > div {
	padding-right: 0;
	padding-left: 0;
}

.dark-bg form.well .form-control {
    background-color: #ffffff !important;
    border-color: #e1e1e1 !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075) !important;
}
.dark-bg form.well .form-control,
.dark-bg form.well label:not(.error) {
	color: #777777 !important;
} 

/*media queries
---------------------------------- */


@media (min-width: 1200px) {

/*	.header--secondary-links {
		margin-top: 1.8em;
	}
*/
	.call-to-action h1 {
		font-size:40px;
	}
	.call-to-action p {
		font-size:22px;
		line-height:30px;
	}
/*	.home-panel {
		padding:30px;
	}
	.home-panel.h3 {
		font-size:;
	}*/
	.home-panel.h3 {
	    padding: 0.5em;
	    font-size: 1.5em;
	}	
	.home-news-panel-1 {
		height:307px;
		overflow:hidden;
	}
	.home-news-panel-3 {
		height:291px;
		overflow:hidden;
	}
	.home-news-panel-4 {
		position:absolute;
		bottom:0px;
		left:30px;
		right:30px;
	}
	/*====================================
		Jigsaw grid
	====================================*/
	.valign-content-bottom-md::before {
	    content: "";
	    display: block;
	    height: 50%;
	}
	.feature-grid .border-xl-top-8px {
    	border-top: 8px solid #fff;
	}	
	.feature-grid .border-xl-right-3px {
    	border-right: 3px solid #fff;
	}
	.feature-grid .border-xl-right-8px{
	    border-right: 8px solid #fff;
	}		
	.feature-grid .border-xl-left-7px {
	    border-left: 7px solid #fff;
	}

	.image-box .body.feature-grid-itme--flatbg {
		padding-right: 1.5em;
    	padding-left: 1.5em;
	}	

}


@media (min-width: 992px) and (max-width:1199px) {

	.header--secondary-links {
		margin-top: 1em;
	}

	.home-panel {
		padding:15px;
	}
	.home-panel.h3 {
		font-size:20px;
	}

}


@media (max-width: 1199px) {

	.home-news-panel-4 {
		padding:30px;
		background:#648326;
		line-height:18px;
	}
	.image-box .body.feature-grid-itme--flatbg {
		padding: 2.7em 2.5em 4em 2.5em;
	}	
}

@media (min-width: 768px) {
	

	.main-navigation .navbar-nav > li > a {
		font-size:15px !important;
	}
	
	.home-news-panel-1 p.title {
		font-size:30px;
		line-height:32px;
	}
	  
	.home-news-panel-2 p.title {
		font-size:24px;
		line-height:26px;
	}

	body section:not(.feature-grid) p {
		font-size:18px;
		/*line-height:25px;*/
		line-height: 1.75;
		margin-bottom:25px;
	}

	.subfooter-col-2 {
		text-align:right;
	}

    a[href^="tel"],
    a[href^="tel"]:hover,
    a[href^="tel"]:focus {
    	text-decoration: none !important;
        text-decoration-style: none !important;
        cursor: text;
        color: #111;
    }
	.header--secondary-links a[href^="tel"],
	.header--secondary-links a[href^="tel"]:hover,
	.header--secondary-links a[href^="tel"]:focus {
	    	text-decoration: none !important;
	    	color:#1351c5;
	}

    .header--secondary-links {
        float: none;
        margin-right:0;
    }
    
    ul.list-tick li {
    	font-size: 1.15em;
    	line-height: 1.5em;
    	font-weight: 700;
    	margin-bottom: 0.5em:
    	list-style-type:circle; 
    }
    .feature-grid .image-box img{
    	width:100%;
    }    

	.gradient-overlay-dark {
		background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(77, 100, 76,0.65) 40%,rgba(77, 100, 76,1) 45%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(77, 100, 76,0.65) 40%,rgba(77, 100, 76,1) 45%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(77, 100, 76,0.65) 40%,rgba(77, 100, 76,1) 45%) /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}

}


@media (min-width: 992px) {
	body:not(.fixed-header-on) .header {
		padding-top: 1em;
		padding-bottom: 1em; 
	}

	.header-first {
		padding: 2em 0;
	}

	.main-navigation {
		margin-right:-15px;
	}
 

	.main-navigation .navbar-nav {
		margin-top:0px;
		font-weight: 700;
	}
	
/*	.main-navigation .navbar-nav a.nav-link {
		color:#fff !important;
	}*/
	.header .navbar-nav li .nav-link:focus, 
	.header .navbar-nav li .nav-link:hover, 
	.header .navbar-nav .show > .nav-link, 
	.header .navbar-nav li .nav-link.show, 
	.header .navbar-nav .active.show > .nav-link, 
	.header .navbar-nav li.show .nav-link.active,
	.bg-highlight:hover,
	.bg-highlight:focus {
	    background-color: #43A03F;
	    border-bottom-color: #43A03F;
	    border-right-color: transparent;
	    border-left-color: transparent;
	    color:#fff;
	    z-index: 106;
	}
	.slideshow .btn{
	    font-size: 1.1em;
	    margin: 1.5em 0.25em !important;
	}	
	
	.fixed-header-on .main-navigation .navbar-nav {
		margin-top:0px;
	}
	.fixed-header-on .main-navigation .navbar-nav > li > a {
		/*color:#fff !important;*/
		padding-top: 10px;
		padding-bottom: 10px;
	}
		

	.header .navbar-nav .dropdown-toggle::after {
	  margin-top: -10px !important;
	}
	.fixed-header-on .header .navbar-nav .dropdown-toggle::after {
	  margin-top: -10px !important;
	}
  

    .fixed-header-on .header--secondary-links {
        margin-top:5px;
    }

  
	.ml-lg-auto {
	  margin-left: auto !important;
	}


	.banner-int {
		height:20px;
	}
	
	.content-col {
		padding:50px !important;
		font-size:18px;
	}
	
	.logo-footer-text {
		padding-left:95px;
		padding-right:50px;
		margin-top: -2.2em;
	}

	/*====================================
		Home page feature image Styles
	====================================*/

	#feature.has-bg-feature-graphic {
		background-position: center bottom;
		background-attachment: fixed;
	}

	.banner .feature-body {
    	height: 40em;
    	padding-top: 8em;		
	}

	body.fixed-header-on .banner .feature-body {
    	height: 30em;
    	padding-top: 12em;
	}

	.banner .feature-body .btn{
    	font-size: 1.2em;
	}	
	/*====================================
		Jigsaw grid
	====================================*/
	.valign-content-bottom-md::before {
	    content: "";
	    display: block;
	    height: 50%;
	}
}




@media (max-width: 991px) {

	.header-phone {
		margin:10px 20px 10px 20px;
	}

	#logo-img-mobile {
	    max-height: 4em;
	}

	.navbar-nav {
		background:#FBFBFB;
	}


	.content-col {
		padding:20px !important;
	}


	.header--secondary-links {
/*        margin-top: 20px;*/
        margin-bottom: 0;
        position: absolute;
        text-align: center;
        z-index: 1000;
    }

/*    .fixed-header-on .header--secondary-links {
        margin-top:26px;
    }*/

/*	.header .navbar-toggler {
	    top: 0.8em;
	}
*/
	.header--secondary-links a[href^="tel"]:hover:before,
	.header--secondary-links a[href^="tel"]:focus:before,
	.header--secondary-links a[href^="tel"]:hover,
	.header--secondary-links a[href^="tel"]:focus {
		border-color:#276BD4;
	    color:#276BD4;
	 }

/*	#logo-mobile a{
		max-width: 55%;
	}*/
	#logo-mobile img {
	    max-height: 2rem;
	}
	/*====================================
		Home page feature image Styles
	====================================*/
/*	.banner .feature-body {
	    height: 17em;
	    padding-top: 5em;
	}
*/
	.feature-body--title {
	    font-size: 0.7em;
	    line-height: 1.2em;

	}


}


@media (min-width: 768px) and (max-width:991px) {

    .header--secondary-links {
        right: 7em;
    }

	.home-panel {
		padding:10px;
	}
	.home-panel.h3 {
		font-size:18px;
	}


}





@media (max-width: 767px) {
	
	.tp-heading-sm {
		font-weight:400;
		font-size:18px !important;
	}
	
	.subfooter-col-2 {
		margin-top:10px;
		text-align:left;
	}

	.xs-bg-img-cover {
		background-size: cover !important;
	}

	.home-panel {
		padding:10px;
	}
	.home-panel.h3 {
		/*font-size:16px;*/
		font-size: 1em;
	}

	.header .navbar-toggler,
	.header--secondary-links {
		top: 19px;
	}



	.xs-force-wrap {
		white-space: normal;
	}



}
@media (min-width: 480px) {
	.header--secondary-links a[href^="tel"]:before {
		margin-right: 0.4em;
	}
}

@media (min-width: 480px) and (max-width:767px) {
    .header--secondary-links {
        right: 5em;
    }
	.header .navbar-toggler,
	.header--secondary-links {
		top: 13px;
	}
}

@media (min-width: 480px) and (max-width:991px) {
	.header .navbar-toggler,
	.header--secondary-links {
		top: 13px;
	}
}

@media (max-width:479px) {
	h1, .h1 {
		font-size: 1.75em;
	}
	.header .navbar-brand {
		padding: 0;
	}
	.header .navbar-toggler,
	.header--secondary-links {
		top: 0.2em;
	}		
    .header--secondary-links {
        right: 4.5em;
    }
	.header--secondary-links a[href^="tel"]:before{
		padding:5px 10px;
		border:1px solid rgba(4, 4, 65, 1);
		color: rgba(4, 4, 65, 1);
		line-height: 1.2;
	    height: 40px;
	    width: 40px;
	    display: inline-block;
	    /*display: table;*/
	    vertical-align: middle;
	}

    .header--secondary-links a {
        text-decoration:none;
    }


	.header .number {
		display:none;
	}
	#logo-mobile {
	    padding: 0.5em 0;
	}


	.valign-content-bottom::before,
	.valign-content-bottom-xs::before {
	    content: "";
	    display: block;
	    height: 10%;
	}
/*	.banner .feature-body {
	    min-height: 23em;
	    padding-top: 5em;
	    padding-bottom: 3em;
	}
*/
	.home-panel-grid > .col-6 {
	    max-width: 100%;
	    flex: none;
	}		
}