@charset "UTF-8";


/* FONTS */

/* montserrat-100 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: local(''),
       url('../fonts/montserrat-v25-latin-100.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-100.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-200 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: local(''),
       url('../fonts/montserrat-v25-latin-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local(''),
       url('../fonts/montserrat-v25-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url('../fonts/montserrat-v25-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* cormorant-sc-regular - latin */
@font-face {
  font-family: 'Cormorant SC';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/cormorant-sc-v17-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/cormorant-sc-v17-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}





/* LAYOUT */


html {
	height:100%;
	width:100%;
}

body {background-color: #f9f9f9;
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 200;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #5a5a5a;
	padding: 0;
	margin: 0;}

.main_container {
	min-height: 100vh;
	overflow: hidden;
	display: block;
	position: relative;
	}

header {background-color: #546970;
	height: 240px;
	width: 100vw;}
	
.content {position: relative;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;}

.content_text {position: relative;
	max-width: 600px;
	height: auto;
	margin: 0 auto;}
	
.hero_info {
	float: right;
	padding-right: 140px;
	padding-top: 82px;
	}


footer {height: 90px; background-color: #efefef;}

.desktop {display: block;}

.mobile {display: none;}






/* LAYOUT ELEMENTS */


.icons {
	display: table-cell;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center; 
	}
	
.logo {
	width: 200px;
	padding-top: 30px;
	margin: 0 auto;
	}
	
.hero_logo {float: left;
	width: 260px;
	padding-left: 140px;
	padding-top: 95px;
	display: block;}
	
.hero_icons_phone {
	width: 20px;
	padding-right: 10px;
	}
	
.hero_icons_smartphone {
	width: 15px;
	padding: 0 13px 0 2px;
	}
	
.hero_icons_email {
	width: 20px;
	padding-top: 9px;
	padding-right: 10px;
	display: inline-block;
	}
	
.hero_icons_desktop {
	display: inline-block;
	}
	
.hero_icons_mobile {
	display: none;
	}






/* IMAGES */


img {width: 100%; height: auto;}

.hero_img {position: relative;
	max-width: 1200px;
	padding-top: 0;
	margin: 0 auto;}

.hero_img_mobile {position: relative;
	max-width: 660px;
	margin: 0 auto;
	display: none;}
	
.img1200 {position: relative;
	max-width: 1000px;
	padding-top: 0;
	margin: 0 auto;
	display: block;}

.img1200_mobile {position: relative;
	max-width: 660px;
	margin: 0 auto;
	display: none;}
	
.img800 {position: relative;
	max-width: 800px;
	padding-top: 0;
	margin: 0 auto;
	display: block;}

.img800_mobile {position: relative;
	max-width: 660px;
	margin: 0 auto;
	display: none;}
	
	
	
	

/* TYOGRAPHY */


h1 {font-family: 'Cormorant SC', serif;
	font-weight: 100;
	font-size: 2.3em;
	line-height: 2em;
	padding: 80px 0 30px;}

h2 {font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;}
	
h3 {font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;}
	
h4 {font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.2em;
	margin: 0;
	padding-bottom: 10px;}
	
h5 {font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	font-size: 1.0em;
	line-height: 1.2em;
	color: #f4f1f1;
	margin: 0;
	padding-top: 20px;}

a {
	text-decoration: none;
	color: #5a5a5a;
	}

.bold {
	font-weight: 400;
	}

.legal {
	font-size: 1em; line-height: 1.4em;
	}
	
.legal a {
	background-color: #eeeeee;
	}

.hero_info p {
	font-size: 1.1em;
	}

footer p {
	font-size: 0.8em;
	text-align: center;
	padding-top: 35px;
	}






/* TEXT AREAS */


.header_text {
	text-align: center;
		color: #fdfdfd;
		}
		
.header_text_mobile {
	text-align: center;
	color: #fdfdfd; 
	display: none; 
	margin-top: -12px; 
	font-size: 0.8em;
}

.hero_text {
	position: absolute;
	right: 0;
	top: 40%;
	width: 400px;
	}
	
.hero_text_mobile {
	position: absolute;
	right: 0;
	top: 35%;
	width: 300px;
	display: none;
	}
			
		
		
		
		
/* TABLE */


.content_table {
	max-width: 800px; 
	margin: 0 auto;
	}

table {
	width: 100%; 
	border-collapse: collapse; 
	border: 1px solid #ccc;
	}

tr:nth-of-type(odd) {
	background: #d9dee2;
	}

td {
	padding: 6px; 
	border: 0px solid #ccc;
	}

.tab1 {
	width: auto; 
	text-align: left;
	}
.tab2 {
	width: 160px; 
	text-align: center;
	}
.tab3 {
	width: 100px; 
	text-align: center;
	}
.tab4 {
	width: auto; 
	text-align: center;
	}

.spacer50 {
	width: 100%; 
	height: 50px;
	}





/* BACK TO TOP */


.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 50px;
  right: 40px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(84, 105, 112, 0.8) url(../images/arrow_up.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 4;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  	visibility: visible;
	opacity: 0.8;}
	
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 1;}
  
.no-touch .cd-top:hover {
  background-color: #535353;
  opacity: 1;}
  

