﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

img{max-width: 100%; height: auto;}


/*===================== 
	@Font-Face 
=======================*/
@font-face {
    font-family: 'montserratlight';
    src: url('/fonts/montserrat-light-webfont.eot');
    src: url('/fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-light-webfont.woff') format('woff'),
         url('/fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('/fonts/montserrat-regular-webfont.eot');
    src: url('/fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-regular-webfont.woff') format('woff'),
         url('/fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratbold';
    src: url('/fonts/montserrat-bold-webfont.eot');
    src: url('/fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('/fonts/montserrat-bold-webfont.woff') format('woff'),
         url('/fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('/fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

/*===================== 
	base styles 
=======================*/

html, body{
	font-family: 'montserratlight';
	font-size: 14px;
	-web-text-size-adjust:none;
	margin:0;
	overflow-x: hidden;
}

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;}
	
/*image replacement*/
.hide-text {
	text-indent:  100%;
	white-space:  nowrap;
	overflow:  hidden;
	}	

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
	border-style: solid;
    height: 0;
	} 

img { border: 0;} 

.clear{clear:both;}
	
/*===================== 
	typography 
=======================*/

.greeting h1 { font-family: 'montserratbold'; color: #000000; font-size: 35px;  text-transform:capitalize; }
.greeting h2 { font-family: 'montserratlight'; font-weight:300;color: #b9c2c3; font-size: 35px; text-transform:uppercase; }
.header h3 { font-family: 'montserratbold'; color: #fff; font-size: 18px;}

.mid-section h4, .wrapper h4 {
    font-family: 'montserratlight';
    color: #fff;
    font-size: 17px;
    margin: 3% 0;
    background: #0c3c76;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    max-width: 220px;
}
.mid-section a h4:hover, .wrapper a h4:hover{
    color: #fff;
    background: #0a3161;
}

.header h5, .mid-section h5 { font-family: 'montserratlight'; color: #000; font-size: 14px; text-transform: uppercase;}
.footer h6 { font-family: 'montserratregular'; color: #fff; font-size: 14px;}
.footer h7 { font-family: 'montserratregular'; color: #fff; font-size: 13px;}
.footer h8 { font-family: 'montserratlight'; color: #fff; font-size: 12px;}

p { font-family: 'montserratlight'; font-size: 16px; line-height: 28px; color:#101010;}
p a{color: #9e7243; text-decoration:none;}
p a:hover{color: #ccc; text-decoration:none;}
p .fa{color:#fa4323;}
p .fa:hover{color:#ccc;}

.right-side p{margin:3% 0;}

.quote{
	font-style: italic;
	font-family: 'montserratlight'; 
	font-size: 20px; 
	line-height: 28px;
	color:#fff;
}


/*===================== 
	link styles 
=======================*/

.top-header a, .header a, .greeting a, .footer a{
	font-family: 'montserratbold';
	color: #fff;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}
.top-header a:hover, .header a:hover, .greeting a:hover, .footer a:hover{color: #b8c1c4; text-decoration:none;}

/*===================== 
	header styles 
=======================*/


.top-header {
    background: #b8c1c4;
    padding: 1.5% 2%;
    width: 96%;
    z-index: 9999;
    line-height: 0px;
}
.header {
	z-index: 9999;
	background:#fff;
	margin: 0 auto;
	padding: 1%;
	width: 100%;
	position:relative;
}


.logo {
    float: left;
    padding: 0 0 0 2%;
}

.logo h3{color:#9e7243;font-size: 25px; text-transform: uppercase}
.logo h5{color:#9e7243;font-size:12px;}



.header-inv {
	margin: 0 auto;
	width: 100%;
	z-index:1002;
	position:relative;
	background:#101010;
}

	
.header-right {
    float: right;
    text-align: right;
	font-size:13px;
}
	.header-right a {
    color: #0c3c76;
    padding-left: 20px;
	}
	.header-right a:hover{
		color:#333;
	}

.header-left {
	color:#0c3c76;
    float: left;
    text-align: left;
	font-size:13px;
}
	.header-left a {
    color: #0c3c76;
    padding-left: 20px;
	}
	.header-left a:hover{
		color:#333;
	}


.greeting .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.greeting .fa:hover {
    color:#b8c1c4;
}


.greeting {
    margin: 200px 0 295px 0;
    text-align: center;
    z-index: 1009;
    position: relative;
    line-height: 45px;
}
.link {
    color: #fff;
    border: 1px solid #fff;
    font-size: 20px;
    font-family: 'montserratlight';
    padding: 3px 15px;
    width: 275px;
    margin: 1% 0 0;
}
.link:hover{
	color:#fa4323;
	border:1px solid #fa4323;
}



/*===================== greeting
	content styles 
=======================*/


.wrapper {
	width: 100%;
	margin: 0 auto;
	max-width: 1100px;
}
.wrapper h1{color:#cecbcb;}

.content{padding:4% 0;	}

.giant{width:100%;}
.giant img{width:100%;margin: 0;}


iframe{
	padding: 0;
	width:100%;
}


/*===================== 
	main section styles 
=======================*/


.mid-section{
	width: 100%;
	margin: 0 auto;
	background: #9e7243;
}


.divider {
    border-bottom: solid 5px #0c3c76;
    width: 50%;
    padding: .5% 0;
    margin-bottom: 12%;
}


.left-side{
	float:left;
	padding:4% 2%;
	width:22%;
}

.left-side h5 {
    color: #0c3c76;
    font-size: 18px;
    font-family: 'montserratlight';
    font-weight: 200;
}
.left-side .list-s {
    color: #fff!important;
    line-height: 24px;
    font-family: 'montserratregular';
    margin-left: 19%;
    font-size: 15px;
}
.right-side{
	background:url(../siteart/body_bg.jpg);
	background-size: cover;
	padding:4% 2%;
	float:right;
	width:70%
}


.right-side .column3 {
    width: 33.33333%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    margin-bottom: 1.7%;
}

.right-side .column3 img {
    max-width: 180px;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 2% 0 0 10%;
}


/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}






.wrapperinv {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    padding: 3% 0px;
}




.back {
    background: #b8c1c4!important;
    
    width: 100%;
   
}

/*===================== 
	zoom wrap styles 
=======================*/

.zoom-container {
    float: left;
    width: 25%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
    vertical-align: top;
    text-align: center;
    text-transform: uppercase;
    font-family: 'montserratregular';
    line-height: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.zoom-container a{color: #bbbbbb;}
.zoom-container img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container:hover img {
	-webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}
.zoom-container .zoom-caption {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	background: rgba(0, 0, 0, .82); /*------change bg color-------*/
	-webkit-transition: all .5s ease; /* Safari and Chrome */
    -moz-transition: all .5s ease; /* Firefox */
    -ms-transition: all .5s ease; /* IE 9 */
    -o-transition: all .5s ease; /* Opera */
    transition: all .5s ease;
}
.zoom-container .zoom-caption h3 {
	display: block;
	text-align: center;
    font-family: 'montserratbold';
	font-size: 20px;
	font-style: normal;
	margin: 20% 0 0;
	text-transform: uppercase;
	color: #fff;
}
.zoom-container:hover .zoom-caption {
	background: none;
}


	
/*** BACKGROUND SLIDES ****/
.cb-slideshow,
.cb-slideshow:after { 
    position: top;
	width: 100%;
	margin: 3% auto;
	padding: 0 0 0 0;
	top:0;
    z-index: 2; 
}

.cb-slideshow ul{ 
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	list-style:none !important;
}

.cb-slideshow li{ 
	width: 100%;
    height: 711px;
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	list-style:none !important;
	top:45px;
    position: absolute;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 45s linear infinite 0s;
    -moz-animation: imageAnimation 45s linear infinite 0s;
    -o-animation: imageAnimation 45s linear infinite 0s;
    -ms-animation: imageAnimation 45s linear infinite 0s;
    animation: imageAnimation 45s linear infinite 0s;
}

.cb-slideshow li:nth-child(1) { 
    background-image: url(../siteart/1slides_01.png);
	-webkit-animation-delay:none;
    -moz-animation-delay: none;
    -o-animation-delay:none;
    -ms-animation-delay: none;
    animation-delay: none; 
	opacity: 1;
	 -webkit-animation: none !important;
	 -moz-animation: none !important;
	 -o-animation: none !important;
	 -ms-animation: none !important;
	 animation: none !important;	
}
.cb-slideshow li:nth-child(2) { 
    background-image: url(../siteart/2slides_02.png);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}
.cb-slideshow li:nth-child(3) { 
    background-image: url(../siteart/3slides_03.png);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) { 
    background-image: url(../siteart/4slides_04.png);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) { 
    background-image: url(../siteart/slides_05.png);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) { 
    background-image: url(../siteart/slides_06.png);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}




/* Animation for the slideshow images */

@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}



/*===================== 
 scrolling inventory
=======================*/

.scrolling-wrap {
    width:100%;
    height:90px;
    overflow:hidden;
}
 
.scrolling{
    width:100%;
    height:92px;
}

/*===================== 
	layout styles 
=======================*/

.left {float: left;}
.right {float: right;}
.clear {clear:both;}

	
.column1 {width:75%; float:left; padding-right: 50px; box-sizing: border-box;}
.column2 {width:50%; float:left; padding-right: 25px; box-sizing: border-box;}
.column3 {width:33.33333%; float:left; padding-right: 25px; box-sizing: border-box;}
.column4 {width:25%; float:left; padding-right: 25px; box-sizing: border-box; color: #d3d3d3;}
.column5 {width:20%; float:left; box-sizing: border-box;}
.column6 {width:16.66666%; float:left; padding-right: 25px; box-sizing: border-box;}



/*===================== 
	main form
=======================*/

#form{
	background: #fff;
	max-width:1100px;
	margin: 5% auto;
	color:#333333;
}

#form input {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form textarea {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 90px;
	box-sizing: border-box;
	font-family: 'montserratlight';

}

#form select {
	width: 100%;
	padding: 5px 10px;
	border:1px solid #ccc;
	margin: 5px 0 15px;
	height: 30px;
	box-sizing: border-box;
}

#form input[type="checkbox"] {
    margin:5px 10px 0 0;
    width:13px;
    height:13px;
    display:inline;
}
#form input[type="radio"] {
    margin:5px 10px 0 0;
    width:15px;
    height:15px;
    display:inline;
}
 
#form input.send-button,
#form input.send-button:focus {
    text-align: center;
    text-transform: uppercase;
    width: 207px;
    font-size: 14px;
    color: #fff;
	font-family: 'montserratregular';
	background: #101010;
	transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    border-radius: 6px;
	height: 50px;
}

#form input.send-button:hover {
	background: #fa4323;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
	cursor: pointer;
}
 
/*CAPCHA*/

.CaptchaPanel {
	margin:0 0 0 0 !important;
	padding:0 0 0 0 !important;
	text-align: left !important;
	line-height:normal !important;
}

.CaptchaAnswerPanel input {width: 200px !important;}

.CaptchaImagePanel {
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.CaptchaMessagePanel {
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	font-weight:normal !important;
	font-size:12px;
	line-height:14px;
}

.CaptchaAnswerPanel {
	margin:0 0 0 0;
	padding:2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
	line-height:0;
	margin:0 0 0 0;
	padding:8px 0 8px 0 !important;
}
.CaptchaWhatsThisPanel a {color: #859090;}
.CaptchaWhatsThisPanel a:hover {text-decoration:none;} 


/*===================== 
	top footer styles 
=======================*/

.bottom {
    width: 100%;
    background: #33363b;
}

.footer {
    width: 100%;
    padding: 45px 0 70px;
    font-family: 'montserratlight';
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 0 0;
}

.footer a{font-family: 'montserratlight'; color: #fff; font-size: 11px; line-height: 24px;}
.footer a:hover{font-weight:bold;color: #cecbcb;}


/*-------------------*/

.bottom-footer {
    background: #fff;
    padding: 2% 0;
}


a.footerlink:link, a.footerlink:visited, a.footerlink:active{font-family: 'montserratregular'; color:#757575; font-size:10px; line-height: 14px;}
a.footerlink:hover {font-family: 'montserratbold'; font-weight:bold; text-decoration:none; font-size:10px;}
.footertext{font-family: 'montserratregular'; font-size:10px; color:#757575; line-height: 14px;}
.smallfootertext{font-family: 'montserratlight'; font-size:10px; color:#757575; line-height: 14px;}

.clear{clear:both;}	



/*===================== 
  non-iframe inv styles 
=======================*/

.hosted-content .p-tb-10 {
	background: #999!important;
    width: 96%!important;
    padding: 3% 2%!important;
}

.hosted-content #listings-title {
    font-size: 1.8rem;
    color: #0c3e78!important;
}
	
.hosted-content .container .cf {
    *zoom: 1;
}

.hosted-content .listings-wrapper .listings-list .listing-banner h2 {
    line-height: 2em;
    color: #fa4323;
}

.hosted-content input[type='submit'], .hosted-content button[type='submit'], .hosted-content .btn, .hosted-content .button {
    color: #fff!important;
    background: #0c3e78!important;
	border-radius:6px!important;
}
.listings-wrapper .hosted-theme .btn:hover {
    background: #12539d!important;
    color: #fff!important;
}


.hosted-content .m-right-6 {
    margin-right: 6px;
    font-size: 14px!important;
}


.hosted-content .options li a {
    display: block;
    margin: 0 1%;
    color: #ffffff!important;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    line-height: 14px;
    padding-top: 27px;
    min-height: 42px;
    font-size: 10px;
}


/*===================== 
  responsive styles 
=======================*/

@media screen and (max-width: 1280px){

.cb-slideshow li{ 
    height: 698px;
}
	
	
.right-side .column3 {
    width: 33.33333%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    margin-bottom: 2.2%;
}

	


}
@media screen and (max-width: 1235px){


.wrapper {width: 94%; padding: 0 3%;}



}
@media screen and (max-width: 1130px) {

	.wrapperinv {
		max-width: 96%;
	}


}
@media screen and (max-width: 990px) {
 

	
.top-header {
    background: #b8c1c4;
    padding: 2% 2%;
    width: 96%;
    z-index: 9999;
    line-height: 0px;
    height: 20px;
    position: relative;
}
	
.header-right {
    float: left;
    text-align: left;
    padding: 0;
    font-size: 13px;
    width: 100%;
}
	
.header-left {
    padding: 2% 0;
    font-size: 13px;
}
	

 
}
@media screen and (max-width: 897px) {


.column4 {
    width: 100%;
    padding-right: 0;
    margin: 2% 0;
}
	
.cb-slideshow li {
    width: 100%;
    height: 652px;
    top: 99px;
}
	
.left-side h5 {
    color: #0c3c76;
    font-size: 15px;
    font-family: 'montserratlight';
    font-weight: 200;
}
	
.left-side .list {
    color: #fff;
    line-height: 24px;
    font-family: 'montserratregular';
    margin-left: 8%;
    font-size: 13px; display: block!important;
}
		
h4 {
    font-size: 14px;
    margin: 3% 0;
}
	
p {
    font-family: 'montserratlight';
    font-size: 13px;
    line-height: 28px;
    color: #101010;
}
	
	
	


}
@media screen and (max-width: 788px) {
 
.right-side {
    background: url(../siteart/body_bg.jpg);
    background-size: cover;
    padding: 4% 2%;
    float: left;
    width: 99%;
}

.right-side .column3 img {
    max-width: 140px;
    height: auto;
    width: 100%;
    text-align: center;
    padding: 5% 0 0 10%;
}	

	
.divider {
    border-bottom: solid 5px #0c3c76;
    width: 50%;
    padding: .5% 0;
    margin-bottom: 4%;
}

.left-side {
    float: left;
    padding: 4% 2%;
    width: 90%;
}
	
 
}
@media screen and (max-width: 745px) {

.header-left {
    padding: 3% 0;
    font-size: 13px;
}
	
.top-header {
    background: #b8c1c4;
    padding: 3% 2%;
    width: 96%;
    z-index: 9999;
    line-height: 0px;
    height: 20px;
    position: relative;
}
	
	
	

}
@media screen and (max-width: 545px) {

.top-header {
    background: #b8c1c4;
    padding: 4% 2%;
    width: 96%;
    z-index: 9999;
    line-height: 0px;
    height: 20px;
    position: relative;
}
	
.header-left {
    padding: 4% 0;
    font-size: 13px;
}
	
	
}
@media screen and (max-width: 500px) {

.header-right a {
    color: #0c3c76;
    padding: 0 0 20px 20px;
    width: 100%;
    float: left;
}
	
.top-header {
    background: #b8c1c4;
    padding: 5% 2%;
    width: 96%;
    z-index: 9999;
    line-height: 0px;
    position: relative;
}
	
.header-left {
    padding: 0 0;
    font-size: 13px;
    display: none;
}
	
	

}
@media screen and (max-width: 445px) {

h4 {
    font-size: 14px;
    margin: 0% auto;
    text-align: center;
}

.right-side .column3 {
    width: 100%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
}
	
.right-side p {
    margin: 3% 0;
    padding: 0 2%;
}
	


}
@media screen and (max-width: 368px) {


h1 {font-size: 25px;}
h2 {font-size: 20px;}


.header-right a {
    color: #0c3c76;
    padding: 0 0 20px 5px;
    width: 100%;
    float: left;
    font-size: 11px;
}
	
.column3 {
    width: 100%;
    float: left;
    padding-right: 25px;
    box-sizing: border-box;
}



}
@media screen and (max-width: 305px) {


h1 {font-size: 23px;}

		
	
}