﻿/*===================== 
	Color information
	
	- Light Blue: #6dc6e7;
	- Darker Blue: #2885b3;
	- Light Blue-Gray Tint: #e6ecf5;
	-
		 
=======================*/
/*===================== 
	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%;}


/*===================== 
		Fonts
=======================*/

@font-face {
    font-family: 'vipnagorgiallaregular';
    src: url('../webfonts/vipnagorgialla-webfont.eot');
    src: url('../webfonts/vipnagorgialla-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/vipnagorgialla-webfont.woff2') format('woff2'),
         url('../webfonts/vipnagorgialla-webfont.woff') format('woff'),
         url('../webfonts/vipnagorgialla-webfont.ttf') format('truetype'),
         url('../webfonts/vipnagorgialla-webfont.svg#vipnagorgiallaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*===================== 
	base styles 
=======================*/

html {
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
	}

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
	padding:0;
	background:#fff;
	color:#000;
	}

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;
    border-top: none;
    border-color: #4d4d4d;
    margin: 20px 0;
 } 

img { border: 0; max-width:100%;} 
	
/*===================== 
	typography 
=======================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Fjalla One', sans-serif;
	margin: 0;
	padding:0 0 2% 0;
	font-weight:normal;
	line-height:1.5em;
	color:#c10927;
	text-transform:uppercase;
	}
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size:24px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 14px;
	}

p {
    font-family: 'Montserrat', sans-serif;
	padding: 0 0 2% 0;
	font-size:18px;
	line-height:1.5em;
	margin: 0;
	}
strong{font-weight:600;}

/*===================== 
	link styles 
=======================*/

a.link:focus {outline: thin dotted;/*reset*/
	}
	
a {
    text-decoration:underline;
	color:#111111;
}

a:hover  {
	text-decoration: none;
	color: #c10927;
	} 
	
	
.green-button {display:inline-block;background:#367c2b; padding:10px 40px;color:#fff;text-transform:uppercase;border-radius:3px;border:#fff 1px solid;text-decoration:none;}
.green-button:hover{background:#262626;color:#fff;}
 
/*===================== 
	list styles 
=======================*/

ul.list{
	margin:0;
	padding: 0 0 5% 7%;
}
ul.list li{
	font-size:16px;
}

/*===================== 
	header styles 
=======================*/
.header{width:100%;margin:0;padding:20px 0;background:#fff;}
.headerwrap{width:96%;margin:0 auto;max-width:1500px;display:flex;align-items:center;}
.logo{float:left;width:150px;}
.headermenu{float:left;width: calc(50% - 150px);}
.header-content{float:left;width:50%;font-family: 'Fjalla One', sans-serif;text-align:right;display:flex;align-items:center;}
.header-content a{text-decoration:none;color:#000;}
.header-content a:hover{text-decoration:underline;color:#c10927;}
.header-content svg{margin:0 10px;height:16px;}
.header-content ul{list-style: none;}
.header-content ul li{display:inline-block;vertical-align: middle;}
.header-social{display:inline-block;flex-grow:1;flex-basis: 0;}
.header-location{display:inline-block;flex-grow:1;flex-basis: 0;font-size:18px;}
.header-location ul li{padding-left: 24px;}
.header-case{display:inline-block;flex-grow:1;flex-basis: 0;padding-left:20px;}

#hs-content-wrapper{max-width:1500px;width:96%;color:#000;margin:0 auto;padding:15px;box-sizing:border-box;background:#fff;}
.hs-btn.hs-highlighted {
    background-color: #b61e2a;
    color: #fff !important;
}

.hs-btn.hs-highlighted:hover{background-color:#262626;}


/*===================== 
	layout styles 
=======================*/
.padit{padding:2% 0;}


/*===================== 
	nav styles 
=======================*/
/* see menumaker.css for additional nav styles */


/*===================== 
	content styles 
=======================*/
.wrapper{width:96%;max-width:1500px;margin:0 auto;padding:0;}
.container{width:100%;max-width:1500px;margin:0 auto;}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 2.0%;
}
.col:first-child { margin-left: 0; }

.hosted-content .col{margin:0 0 0 0;}
.hosted-content h1{font-size:24px;}

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF TWELVE  */
.span_12_of_12 {
	width: 100%;
}

.span_11_of_12 {
  	width: 91.5%;
}
.span_10_of_12 {
  	width: 83%;
}

.span_9_of_12 {
  	width: 74.5%;
}

.span_8_of_12 {
  	width: 66%;
}

.span_7_of_12 {
  	width: 57.5%;
}

.span_6_of_12 {
  	width: 49%;
}

.span_5_of_12 {
  	width: 40.5%;
}

.span_4_of_12 {
  	width: 32%;
}

.span_3_of_12 {
  	width: 23.5%;
}

.span_2_of_12 {
  	width: 15%;
}

.span_1_of_12 {
  	width: 6.5%;
}


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.5%;
}
.span_2_of_4 {
	width: 49%;
}
.span_1_of_4 {
	width: 23.5%;
}

/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }


/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 680px) {
	.col {  margin: 4% 0 4% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
    .span_1_of_12, .span_2_of_12, .span_3_of_12, .span_4_of_12, .span_5_of_12, .span_6_of_12, .span_7_of_12, .span_8_of_12, .span_9_of_12, .span_10_of_12, .span_11_of_12, .span_12_of_12 {
	width: 100%; 
	}			
}


/*===================== 
	footer styles 
=======================*/

.pagebottom{background:#367c2b;padding:40px 0;border-top:#286b1e 2px solid;}
.pagebottom p{color:#fff;font-size:14px;}
.pagebottom h4{color:#fff;font-size:18px;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#ffcd07;}

.footer {
	margin: 0 auto;
	padding:30px 0;
	width: 100%;
	background:#ebebeb;
	color:#999999;
	font-size:12px;
	font-weight:400;
	}
.footer .copyright{text-align:right;}
.footer .hosted{font-size:11px;}

	
a.footerlink:link,
a.footerlink:visited, 
a.footerlink:active {
	text-decoration: none; 
	font-size:11px;
	color: #ccc;
	border-bottom:none;
	}
	a.footerlink:hover {
		text-decoration:none; 
		font-size:11px;
		color: #fff;
		}

.footertext {
	font-size:11px; 
	color:#666;
	}

.smallfootertext {
	font-size:11px; 
	color:#666;
	}

.divfooter {
	text-align:center; 
	margin:0 auto;
	}

/*===================== 
	Responsive styles 
=======================*/
@media screen and (max-width: 1170px) {


}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 800px) {
.header-content{display:none;}
.headermenu{float:left;width: calc(100% - 150px);}
}


@media screen and (max-width: 680px){
.pagebottom{padding:20px 0;text-align: center;}
.divfooter {
	text-align:center; 
	}
	.footer{text-align:center;}
	.footer .copyright{text-align:center;}
}
@media screen and (max-width: 480px){

}
	
