﻿/*===================== 
	Color information
	
	-Orange: #f7941e;
	-Red: #ea262b;
	-
	-
		 
=======================*/
/*===================== 
	CSS reset/normalize 
=======================*/

/**Correct `block` display not defined in IE 8/9.**/
article,aside,details,figcaption,figure,footer,header,hgroup,
main,nav,section,summary {display: block;}
pre {white-space: pre-wrap;}
small { font-size: 80%;}

/*===================== 
		Font
=======================*/
@import https://fonts.googleapis.com/css?family=Roboto:300,400,500,700;


green: 497868
yellow: faf41c
light gray: 9ca19b
dark gray: 3e3f3f

/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
	font-family: 'Roboto', sans-serif;
    margin: 0;
	padding:0;
	}

svg:not(:root) {overflow: hidden;/*reset*/}
	
/* clear floats */ 
.group:before,
.group:after {content: ""; display: table;} 
.group:after {clear: both;}
.group {zoom: 1;}	
.clear { clear: both;}

img { border: 0;} 

::-moz-selection {
    background: #497868;
    color: #faf41c;
    text-shadow: none;
}

::selection {
    background: #497868;
    color: #faf41c;
    text-shadow: none;
}

	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 24px;
	font-weight:700;
	color:#497868;
	padding:2% 0 2% 0;
}

h2 {
	font-size: 30px;
	font-weight:700;
	color:#fff;
}

h3 {
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	font-style:italic;
	padding:0;

}

h4 {
	font-size: 20px;
	font-weight: 700;
	color: #497868;
	padding: 2% 0;
}

h5 {
    font-size: 16px;
    font-weight: 700;
    color: #497868;
    padding: 0 0;
}


p {
	margin: 0;
	padding:0;
	font-size:16px;
	font-weight:400;
	padding:0 0 3% 0;
	color:#497868;
	line-height: 24px;
}
	


.bold{
    font-weight: bold;
}

div.banner_line {
    padding: 1% 0;
	border-top: solid 5px #f2eb22;
	position:relative;
	top:150px;
}

/*===================== 
	link styles 
=======================*/

a:focus {outline: thin dotted;/*reset*/
}
	
a.link,
a.link:link, 
a.link:visited, 
a.link:active {
	outline: 0;/*reset*/
    color:inherit; 
    text-decoration:underline;
	}
	a.link:hover  {
		outline: 0;/*reset*/
		text-decoration: none;
		color: #f7941e;
		    transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-webkit-transition: all .2s ease-in-out;

}  

/*===================== 
	header styles 
=======================*/

.header-wrap {
	width: 100%;
	margin: 0;
	position: absolute;
}

header {
	margin: 0 auto;
	max-width: 1100px;
	padding:0 2%;
}

.logo{
	float:left;
	padding:2% 0 1% 0;
	width: 240px;
}

.head_right{
	float:right;
}

.num a, .num{
	text-align:right;
	font-weight:300;
	font-size:13px;
	color:#414040;
	text-decoration:none;
}

.top{
	padding:1% 3% 1% 0;
}

.bottom {
    padding: 0 3% 2.5% 0;
}


/*===================== 
	nav styles 
=======================*/
/* See menumaker.css */

span.fa{
	padding: 0 8px 0 0;
}


/*===================== 
	slideshow styles 
=======================*/

#hero {
	padding: 0 2%;
    z-index: 999;
    position: relative;
    top: 265px;
}

#hero h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: normal;
    text-align: right;
    text-transform: uppercase;
    color: #fff;
	padding:0 0 1% 0;
}
#hero h3 {
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    color: #fff;
	padding: 0 0 2%;
}
.yellow-btn {
    color: #faf41c;
    text-decoration: none;
    border: solid 1px #faf41c;
    padding: 15px;
    width: 200px;
    float: right;
    text-align: center;
    position: relative;
}
.yellow-btn:hover{
	background-color:#faf41c;
	color:#3e3f3f;
    border: solid 1px #faf41c;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.express img{
	width:100%;
	max-width:215px;	
}



/*-----------------------*/

/*
.welcome-text{
	position:relative;
	top:200px;
	text-align:right;
	z-index:99999;
	padding: 0 2% 0 0;
}
*/



/*===================== 
	slideshow styles 
=======================*/

.cycle-slideshow {
    width: 100%;
    top: 50px;
    position: relative;
}

.cycle-slideshow img{
	width:100%;
	height: auto;
}

/* pager */
.cycle-pager { 
    text-align: right; width: 90%; z-index: 500; position: relative; bottom: 200px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #fff; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #faf41c;}
.cycle-pager > * { cursor: pointer;}


/*  scrolling inventory
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	content styles 
=======================*/
img.side_img{
	width:100%;
}
.greenbtn{
	display:inline-block;
	zoom:1; 
	*display:inline;
	background: #497868;
	padding:2% 5%;
	color:#fff;
	text-decoration:none;
	font-weight:700;
	border: solid 1px #497868;

}
.greenbtn:hover{
	background: #fff;
	color: #497868;
	border: solid 1px #497868;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

.second{
	margin:0 0 0 4%;
}
	
.btnWrap {
    max-width: 575px;
    margin: 0px auto 0;
    position: relative;
}
.btnWrap-rentals {
    margin: 0px auto 0;
    position: relative;
    text-align: center;
}

.cutout-wrap {
    margin: 1% 0;
    text-align: center;
}

.cutout-wrap2 {
    margin: 3% 0;
    text-align: center;
    top: 100px;
    position: relative;
}

.greenbtn_inv {
    display: inline-block;
    zoom: 1;
    background: #497868;
    padding: 4% 5%;
    margin: 2% 4%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: solid 1px #497868;
    text-transform: uppercase;
}
	.greenbtn_inv:hover {
		background: #fff;
		color: #497868;
		border: solid 1px #497868;
		transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-webkit-transition: all .2s ease-in-out;

	}
	
.greenbtn_rent {
    display: inline-block;
    zoom: 1;
    background: #497868;
    padding: 2% 16%;
    margin: 2% 4%;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    border: solid 1px #497868;
    text-transform: uppercase;
}

.greenbtn_rent:hover{
	background: #fff;
	color: #497868;
	border: solid 1px #497868;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;

}
	
.img_wrap{
	float:left;
	width:20%;
	padding:0 2% 0 0;
}
.google-maps {
    position: relative;
    padding-bottom:25%;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    pointer-events: none;
}



div.cutout {
    display: inline-block;
    zoom: 1;
    width: 20%;
	padding: 5%;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
    margin: 1% 1%;
}
div.cutout:hover {
    display: inline-block;
    zoom: 1;
    -webkit-transition: width .3s ease;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
    border: solid 1px #497868;
}
div.cutout img{
	width:100%;
}
div.cutout h4{
	font-size: 17px;
	font-weight:bold;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	border: solid 1px #497868;
	color: #497868;
	text-transform:uppercase;
}
div.cutout:hover h4{
	font-size: 20px;
	font-weight:bold;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	border: solid 1px #497868;
	background-color: #497868;
	color: #fff;

}
a.cutout_link{
	text-decoration:none;
	text-align:center;
}

/*------small button cutouts------- */

.cutout-wrap {
    margin: 3% 3%;
	text-align: center;
}

.cutout-small {
    display: inline-block;
    zoom: 1;
    width: 15%;
    padding: 0 1%;
    -moz-transition: width .3s ease;
    transition: width .3s ease;
    margin: 1% 1%;
}

.cutout-small h4 {
    font-size: 17px;
    font-weight: bold;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border: solid 1px #497868;
    color: #497868;
    text-transform: uppercase;
    padding: 4%;
}
.cutout-small:hover h4{
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	border: solid 1px #497868;
	background-color: #497868;
	color: #fff;
}
a.cutout-small_link{
	text-decoration:none;
	text-align:center;
}

<!---------------->	
	
	
.button_area{
	background:#f7941e;
	text-align:center;
	color:#000;
	padding:5px 0;
	}
	.button_area:hover{
		cursor:pointer;
	}
	a.btn_inv{
		display:inline-block;
		zoom:1; 
		*display:inline;
		text-decoration:none;
		width:160px;
		padding: 5px;
		margin: 1%;
		font-size:14px;
		color:#000;
		border:#000 solid 1px;
	}
	a.btn_inv:hover{
		background:#000;
		color:#f7941e;
		    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;

	}
/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
    

.wrap {
    width: 100%;
    margin: 160px 0 0 0;
    position: relative;
    top: 0;
}

.wrap-home {
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
}


.container {
	max-width: 1100px;
	margin: 0 auto 50px;
}

.container-inv.main {
/*	max-width: 1100px;*/
	margin: 30px auto 50px;
}


.container-contact a {
	color:#497868;
	text-decoration:none;
}


.container-contact a:hover {
	color:#497868;
	text-decoration:none;
}



.col-1{
	padding:3%;
}

.col-1-6 { width: 16%;}
.col-1-5 { width: 20%;}

.col-1-4 { 
	width: 20%;
	float:left;
	padding:2%;
}
.col-1-3 { width: 33%;}

.col-1-2 {
    width: 72%;
    float: left;
    padding: 3% 4% 9%;
}


.col-2-3 { width: 65%;}
.col-3-4 { width: 75%;}


/***** CONTACT STYLES *****/

.column3-4 {width:74%; *width: 72%; float:left; padding-right: 20px; box-sizing: border-box;}




.container-contact {
    max-width: 1100px;
    margin: 0 auto 135px;
    padding: 0% 8% 2%;
}


#form-title{
	color:#003f87;
	text-transform:uppercase;
}

.form-container {
	font-weight:400;
    max-width: 1015px;
    margin: 0px auto;
	padding: 3% 10.5%;
}


/*===================== 
	footer styles 
=======================*/

footer {
	margin: 0;
	width: 100%;
	background-color:#3e3f3f;
	font-family: 'Roboto', sans-serif;

}
	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:13px;
	color: #707171;
	font-family: 'Roboto', sans-serif;

}
a.footerlink:hover {
	text-decoration:none; 
	font-size:13px;
	color: #ccc;
}

.footertext {
	font-size:13px; 
	color:#707171;
	font-family: 'Roboto', sans-serif;
}

.smallfootertext {
	font-size:10px; 
	color:#707171;
	font-family: 'Roboto', sans-serif;
}

.divfooter {
    max-width: 601px;
    text-align: center;
    margin: .5% auto 0;
    padding: 4%;
    color: #707171;
    line-height: 11px;
	font-family: 'Roboto', sans-serif;
}

	
/*===================== 
   Inventory Styles
=======================*/

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em!important;
    color: #333!important;
}

.hosted-content .button1 {
    font-weight: bold!important;
    color: #fff !important;
    background: #497868!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background-color: #f5e828!important;
    color: #333 !important;
}

.hosted-content .fixed-column6 {
/*    width: 62% !important;*/
    margin: 0 1.5% 1.5% 0!important;
    padding: 0!important;
}

.price-value{
	width: 100%!important;
    float: left!important;
    margin: 4% 0!important;
    color: #497868!important;
    font-weight: bold!important;
    font-size: 21px!important;
}

.hosted-content .listings-detail-wrapper .listing-details a.email-seller {
    display: block!important;
    background: url(../images/env-large.png) top left no-repeat !important;
    padding-top: 27px !important;
    text-align: left !important;
    position: relative!important;
    text-decoration: none!important;
    font-weight: bold!important;
}

.fixed-column6 left print-full h5{padding: 5% 0 !important;}
.hosted-content .machinelocation {text-decoration: none !important;}
.hosted-content .underline {text-decoration: none !important;padding: 1%!important;}
.at-resp-share-element {float: left!important;}

.view-listing-details-link, .buy-now-link, .view-listing-details-link, .buy-now-link{
	background: #f2eb22 !important;	
	color: #000 !important;
	border: 1px #000 solid !important;
}

.detail-content .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-additional-data .data-row .data-label {
	background: #3e3f3f !important;
}

.detail-content .dealer-info .phone-and-email .send-email-btn {
	color: #497868 !important;
	border-color: #497868 !important;	
}

.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-container .list-listing .buy-now-link, .list-content .list-container .list-listing .contact-btn, .list-content .list-container .list-listing .check-availability, .list-content .list-container .list-listing .email-seller, .list-content .list-container .list-listing .video-chat, .list-content .list-container .list-listing .facebook-messenger, .list-content .list-container .list-listing .whatsapp, .list-content .list-container .list-listing .text, .faceted-search-content .faceted-section-box .faceted-search, .faceted-search-content .faceted-section-box .faceted-btn-container .faceted-show-all-btn, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content .detail-main-body .main-detail-data .buy-btn, .compare-listings-container .compare-container .button, .detail-content-mobile .contact-options a, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .list-content .list-listing-mobile .contact-options a, .ts-modal-container .form-bottom .captcha-and-submit .captcha-placeholder button, .fin-calc-mobile>a {
background: #497868 !important;
	
}
.list-content .listing-portion-title{color: black!important;}
.modal-bg .modal-top h2{color: black!important;}
.modal-bg button{background: #497868 !important;}
.detail-content .detail-additional-data h4 {
	padding: 10px 0 0px 0 !important;
}

.rent-title-details, .lease-title-details, .fractional-title-details, .compare-listings-container .compare-container .comp-header-img .comp-title-close-cont .compare-title h3, .show-all-modal .show-all-modal-title, .detail-additional-data h3, .contact-info-heading h2 {
	color: #497868 !important;
}
.list-content .list-title .list-listings-count, .list-content .list-listing .dealer-name,.ts-modal-header h2, .dealer-info h3 {
	color: #000 !important;
}

.list-content .listing-widgets .Currency a {
	background: #497868 !important;
}


@media screen and (max-width:1202px) {

.container-contact {
    max-width: 1100px;
    margin: 0 auto 135px;
    padding: 0% 0% 2%;
}

.cutout-small h4 {
    font-size: 14px;
}

.cutout-small:hover h4{
    font-size: 14px;
}


}

@media screen and (max-width:1130px) {


.column3-4 {
    width: 72%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

.form-container {
    font-weight: 400;
    max-width: 1015px;
    margin: 0px auto;
    padding: 3% 5.5%;
}


header {
    padding: 0 0;
}



}
@media screen and (max-width:1125px) {


div.cutout h4{
	font-size: 17px;
	font-weight:bold;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	border: solid 1px #497868;
	color: #497868;
	text-transform:uppercase;
}
div.cutout:hover h4{
	font-size: 17px;
	font-weight:bold;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	border: solid 1px #497868;
	background-color: #497868;
	color: #fff;

}



}

@media screen and (max-width:1080px) {

.cycle-pager {
    text-align: right;
    width: 87.8%;
    z-index: 500;
    position: relative;
    bottom: 50px;
    overflow: hidden;
}

#hero h2 {
    font-size: 25px;
}
#hero h3 {
    font-size: 15px;
}

#hero h2 {
    font-size: 20px;
}
#hero h3 {
    font-size: 13px;
}

.cutout-small {
    width: 20%;
}



}
@media screen and (max-width:1030px) {
	
.greenbtn_inv{
	font-size:14px;
	text-align: center;
}

.btnWrap {
    max-width: 530px;
    margin: 0px auto 0;
    position: relative;
    text-align: center;
}



}
@media screen and (max-width:959px) {

div.cutout h4 {
    font-size: 14px;
}

div.cutout:hover h4{
    font-size: 14px;
}
.cutout-small h4 {
    font-size: 14px;
}

.cutout-small:hover h4{
    font-size: 14px;
}


}

@media screen and (max-width:860px) {
	
.google-maps {
    padding-bottom:28%;
}
.btnWrap{max-width:685px;}


#hero h3 {
    display:none;
}

#hero {
    padding: 0 2%;
    z-index: 999;
    position: relative;
    top: 170px;
}
.yellow-btn {
    color: #faf41c;
    text-decoration: none;
    border: solid 1px #faf41c;
    padding: 15px;
    width: 200px;
    float: right;
    text-align: center;
    position: relative;
    top: 20px;
}

header {
    margin: 0 auto;
    max-width: 1100px;
    padding: 0 0;
}


}
@media screen and (max-width:838px) {


.column3-4 {
    width: 68%;
    float: left;
    padding-right: 20px;
    box-sizing: border-box;
}

}
@media screen and (max-width:811px) {

.head_right {
    float: none;
}


}

@media screen and (max-width:900px) {
.header-wrap {
    width: 100%;
    margin: 0;
    position: relative;
}
.logo{
	float:none;
	display:block;
	margin:0 auto;
	padding:2% 0 1% 0;
}

.head_right{
	float:none;
}

header {
	padding:0;
}

.num, .num a{
	text-align:center;
	font-weight:300;
	font-size:18px;
}

.top{
	padding:2% 0 1% 0;
}

.bottom{
	padding:0 0 1% 0;
}
div.banner_line {
    display:none;
}
	
}
@media screen and (max-width:765px) {


#hero h2 {
    display:none;
}

.cycle-slideshow {
    width: 100%;
    top: 0;
    position: relative;
}
	

.col-1-2 { 
	width: 92%;
	float:none;
	padding:4%;
}

.col-1-2 .side_img{
	display:none;
}

.cycle-pager { 
     bottom: 0px;
}

.cycle-pager span { 
    font-size: 35px; 
}


.btnWrap{max-width:570px;}

.cycle-pager {
    bottom: 87px;
}

.yellow-btn {
    color: #faf41c;
    text-decoration: none;
    border: solid 1px #faf41c;
    padding: 10px;
    width: 168px;
    float: right;
    text-align: center;
    position: relative;
    top: -130px;
}


.wrap {
    width: 100%;
    margin: 0 0 152px 0;
    position: relative;
    top: 37px;
}

.column3-4 {float:none; width: 100%; padding-right: 0;}
.column4 {float:none; width: 100%;}



.cutout-small {
    width: 37%;
}

.cutout-wrap2 {
    margin: 3% 0 0;
    text-align: center;
    top: 0;
    position: relative;
}

.hosted-content{
	position: relative;
    margin: 0 auto;
    bottom: 150px;	
}


}
@media screen and (max-width:630px) {
.col-1-4 { 
	width: 95%;
	float:none;
	display:block;
	margin:0 auto;
	padding:2%;
	text-align:center;
}
.google-maps {
    padding-bottom:35%;
}

}
@media screen and (max-width:580px) {
.greenbtn_inv {
    display: block;
    width: 85%;
    padding: 2% 4%;
    margin: 2% auto;
    font-size: 16px;
}

div.cutout {
    width: 37%;
}

.cutout-small {
    width: 37%;
}


}

@media screen and (max-width:480px) {

.yellow-btn {
    color: #497868;
    text-decoration: none;
    border: solid 1px #497868;
    padding: 10px;
    width: 95%;
    float: right;
    text-align: center;
    position: relative;
    top: 32px;
}

.yellow-btn:hover {
    background-color: #497868;
    color: #fff;
    border: solid 1px #497868;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

}
@media screen and (max-width:445px) {

.yellow-btn {
    color: #497868;
    text-decoration: none;
    border: solid 1px #497868;
    padding: 10px;
    width: 95%;
    float: right;
    text-align: center;
    position: relative;
    top: 15px;
}

.col-1-2 {
    width: 92%;
    float: none;
    padding: 4%;
    margin: 2% 0 0 0;
}

}

@media screen and (max-width:400px) {
.greenbtn {
    display: block;
    margin: 2% auto;
    padding: 2% 5%;
    text-align: center;
}

.second{
	margin:0;
}	

.img_wrap{
	display:none;
}

div.cutout{width:40%;}
.cutout-small{width:40%;}


#hero {
    padding: 0 2%;
    z-index: 999;
    position: relative;
    top: 147px;
}

.cycle-pager span {
    font-family: arial;
    font-size: 50px;
    width: 13px;
    height: 16px;
    display: inline-block;
    color: #fff;
    cursor: pointer;
}

.cycle-pager span {
    font-size: 33px;
}

.cycle-pager span {
    font-size: 33px;
}

.cycle-pager {
    text-align: right;
    width: 96.8%;
    z-index: 500;
    position: relative;
    bottom: 83px;
    overflow: hidden;
}




}
@media screen and (max-width:399px) {


div.cutout {
    width: 48%;
    margin: 1% 18%;
}

.cutout-small {
    width: 60%;
    margin: 1% 18%;
}




}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
@media screen and (max-width:386px) {

.yellow-btn {
    color: #497868;
    text-decoration: none;
    border: solid 1px #497868;
    padding: 2%;
    width: 91%;
    float: right;
    text-align: center;
    position: relative;
    top: 15px;
    margin: 0 2% 0 0;
}

.num, .num a {
    text-align: center;
    font-weight: 300;
    font-size: 15px;
}

}
@media screen and (max-width:343px) {

.yellow-btn {
    color: #497868;
    text-decoration: none;
    border: solid 1px #497868;
    padding: 2%;
    width: 91%;
    float: right;
    text-align: center;
    position: relative;
    top: 0;
    margin: 0 2% 0 0;
}

h1 {
    font-size: 21px;
    font-weight: 700;
    color: #497868;
    padding: 2% 0 2% 0;
}


}





