/*
	Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.626%;
	padding-left: 1.1869%;
	padding-right: 1.1869%;
}
#Slideshow {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Header {
	position:relative;
	height:155px;
	z-index: 13;
}
#Body {
	position:relative;
	width:100%;
	padding-bottom:250px;
}
#Nav-Container{
	position: relative;
	z-index: 11;
	height:40px;
	width:100%;	
	background-color:rgba(19, 183, 157, 0.40);
}
#Footer {	
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#LogoArea {	
    z-index:50;
}
#LogoArea img{
	display: block;
	margin-left: auto;
    margin-right: auto;
}
#TopCenterInfo {
		position: relative;
		margin: auto;
		float: left;
	    width: 50%;	   
    	text-align: center;
    	font-size: large;
	}
#TopRightInfo {
	position:absolute;
	top:25px;
	right:0px;
	float: right;
	display: inline-block;	
}
#TopRightInfo div {
	margin:2px;
}
.centerCont {
	display:block;
	min-height: 100px;
	justify-content: center;
	align-items: center;
/*
	border-top: solid #cfcfcf 1px;
	border-bottom: solid #e2e2e2 1px;
*/
}
.contContent {
/* 	max-width: 1280px; */
	width: 100%;
	font-size: 20px;
/* 	display:flex; */
	padding:15px;
	margin: 30px 0 45px 0;
}
.contContent img{
	width:auto;
	max-width:50%;
	clear: both;
}
.cc-titlebox h1 {
	padding: 5px 0 0 0;
	font-size: 16px;
/* 	background-color: red; */
}
.cc-titlebox h2 {
	padding: 5px 0 0 0;
	font-size: 10px;
/* 	background-color: green; */
}
.cc-titlebox img{
	width: 78px;
	height: 78px;
	margin-right:24px;
	border-right: solid white 1px;
}
.cc-titlebox {
	font-family: 'ExpressLightSSiLight', 'Futura', Arial, Helvetica, sans-serif;
	padding:5px;
	margin: 5px 0 10px 0;
	display: inline-block;
	min-height: 20px;
	font-size: 1.3em;
	width: 100%;
	color:white;
}
.eightyPercFull {
	margin: auto;
	padding: 15px;
	width: 100%;
}
.sixtyPercFull {
	text-align: left;
	font-weight: normal;
	margin: auto;
	padding: 15px;
	width: 100%;
}
.thirtyPerc {
	width: 100%;
	display: block;
	clear: both;
/* 	background-color: red; */
}
.thirtyPerc img {
	padding: 10px;
	float:left;
}
.seventyPerc h1 {
	font-size:160%;
	clear: both;
}
.seventyPerc {
	padding: 15px;
	width: 100%;
	display: block;
	max-width: 810px;
/* 	background-color: blue; */
}

.boxCont {
	display: flex;                  /* establish flex container */
	flex-direction:column;            /* default value; can be omitted */
	flex-wrap: wrap;              /* default value; can be omitted */
	justify-content: space-between; /* switched from default (flex-start, see below) */	
	height: auto;
	font-size: 12pt;
}
.boxCont .sBox {
	 width: 100%;
	 min-height: 340px;
	 background-color: #ffffff;
	 margin-top:5px;
	 padding:15px;
	 border-top: #c1c1c1 solid 1px;
	 border-left: #c1c1c1 solid 1px;
	 border-right: #c1c1c1 solid 2px;
	 border-bottom: #adadad solid 2px;
}

.boxCont img {
	width:auto;
	max-height: 180px;
	max-width:100%;	
	background-color:#e5e5e5;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Swiper Slide styling */
.swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
.swiper-slide img {
	width:auto;
	max-height: 383px;
	max-width:100%;
}

.fullBox {
		margin:3px;
		display: flex;
		min-height: 50px;		
		justify-content: center;
	}
	.fullBox > div{
		padding:1em;
/* 		max-width: 1280px; */
		height: 100%;
		width: 100%;
		background-color:#ffffff;
	}
	
/* Create three equal columns that floats next to each other */
* {
    box-sizing: border-box;
}


/* Create three equal columns that floats next to each other */
.column1 {
	display:none;
	clear: both;
    float: left;
/*     height:auto; */
	height:100%;
    width: 30%;
    padding: 0px;
    min-height: 650px; /* Should be removed. Only for demonstration */
/*     background-color:blue; */
}
.column2 {
	clear: both;
	position: relative;
    float: left;
/*     height:auto; */
	height:100%;;
    width: 39%;
    padding: 0px;
    min-height: 300px; /* Should be removed. Only for demonstration */
}
.column3 {	
	clear: both;
	position: relative;
    float: right;
/*     height:auto; */
	height:100%;
    width: 30%;
    padding: 0px;
    min-height: 300px; /* Should be removed. Only for demonstration */
/*     background-color:yellow; */
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	#Nav-Container{
		position: absolute;
		z-index: 11;
		height:63px;
		width:100%;
		background-color:rgba(0, 0, 0, 0.60);
	}
	.gridContainer {
		width: 91.4836%;
		padding-left: 0.7581%;
		padding-right: 0.7581%;
	}
	#LogoArea {
/* 	    width: 55%; */
	}
	#Slideshow {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#Header {
		z-index: 1;
	}
	#Footer {
		padding:5px;
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}		
	#TopRightInfo {
		top:20px;
		float: right;
		display: inline-block;
	}
	#TopRightInfo div {
		margin:5px;
	}	
	
	
	.boxCont {
		display: flex;                  /* establish flex container */
		flex-direction: row;            /* default value; can be omitted */
		flex-wrap: nowrap;              /* default value; can be omitted */
		justify-content: center; /* switched from default (flex-start, see below) */
		text-align: left;
		padding:10px;
	}
	.boxCont h4, .boxCont h6 {
		text-align: center;	
	}
	.boxCont .sBox {
		 width: 100%; 
		 max-width: 420px;
		 margin:5px;		 	
		 overflow: auto;
	}
	.boxCont .sBoxImg {
		max-height:180px;		
		margin-bottom: 5px;
	}
	.boxCont img {
		height: auto;
		max-height: 180px;
		max-width:100%;	
		background-color:#e5e5e5;
	}
	.contContent {
		font-size: 18px;
		display:flex;
		margin: 30px 0 45px 0;
	}
	.contContent img{
		width:auto;
		max-width:100%;		
	}
	.thirtyPerc img {
		float:right;
	}
	.thirtyPerc {
		width: 29.5%;
	}
	.seventyPerc {
		padding: 15px;
		width: 69.5%;
		max-width: 810px;
	}
	.seventyPerc h1 {
		font-size:250%;
	}
	.cc-titlebox h1 {
		padding: 5px 0 0 0;
		font-size: 22px;
	/* 	background-color: red; */
	}
	.cc-titlebox h2 {
		padding: 5px 0 0 0;
		font-size: 16px;
	/* 	background-color: green; */
	}
	.eightyPercFull {
		width: 90%;
	}
	.sixtyPercFull {
		text-align: center;
		width: 80%;
	}
}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	#Header {
		height:215px;
	}	

	.gridContainer {
		width: 75%;
		max-width: 1232px;
		padding-left: 0.4891%;
		padding-right: 0.4891%;
		margin: auto;	
	}
	.centering {
		position:absolute;
		top:50%;
		left:50%;
		transform: translate(-50,-50);	
	}
	
	#Slideshow {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}
	#Footer {
		clear: both;
		float: left;
		margin-left: 0;
		width: 100%;
		display: block;
	}		
	#TopCenterInfo {
		position: relative;
		margin: auto;
		float: left;
	    width: 50%;	   
    	text-align: center;
    	font-size: large;
/*
    	border: 3px solid green;
	    padding: 10px;
*/
	}
	#TopRightInfo {
		position:relative;
		top:0px;
		float: right;
		display: inline-block;
	}
	#TopRightInfo div {
		margin:10px;
	}
	#TopRightInfo img {
		margin:0 5px 0 0;
	}	
	
	.cc-titlebox h1 {
		padding: 5px 0 0 0;
		font-size: 26px;
	/* 	background-color: red; */
	}
	.cc-titlebox h2 {
		padding: 5px 0 0 0;
		font-size: 18px;
	/* 	background-color: green; */
	}
	
	/* Create three equal columns that floats next to each other */
	.column1 {
		clear: none;
		position:initial;
		display:inline-block;
	    float: left;
	/*     height:auto; */
		height:100%;
	    width: 30.5%;
	    padding: 0px;
	    min-height: 650px; /* Should be removed. Only for demonstration */
	/*     background-color:blue; */
	}
	.column2 {
		clear: none;
		position:initial;
	    float: left;
	/*     height:auto; */
		height:100%;;
	    width: 39%;
	    padding: 0px;
	    min-height: 300px; /* Should be removed. Only for demonstration */
	/*     background-color:red;  */
	}
	.column3 {
		clear: none;
		position:initial;
		display:inline-block;
	    float: left;
	/*     height:auto; */
		height:100%;
	    width: 30.5%;
	    padding: 0px;
	    min-height: 300px; /* Should be removed. Only for demonstration */
	/*     background-color:yellow; */
	}
	.eightyPercFull {
		width: 80%;
	}
	.sixtyPercFull {
		text-align: center;
		width: 60%;
	}
	
}