/* LINKS =============================================================================  */
/*
a {
font-family: 'Open Sans', sans serif;
color : #0060e7;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: underline 2px solid;
cursor: pointer;
font-weight: 600;
}

a:hover {
	color: #033c8b;
}

a:visited {
	color: #0060e7;
}*/


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* LAYOUT ============================================================================= */

html, body {height: 100%;}

* {
	margin: 0;
}

body {
	margin-top: 0px;
}

/* STRUCTURE */

.wrapper {
	min-height: 100%;
	margin-bottom: -50px;
	margin: 0;
}


.wrapper:after {
	content: "";
	display: block;
}

#content {
	width: 86%;
	margin: 0 0 0 4%;
}


/* NAVIGATION */

nav {
	width: 100%;
	margin: 20px auto 0 auto;
	z-index: 100;
	position: fixed;
	text-align: center;
	color: black;
}

nav a, 
nav h3 {
	font-size: 16pt;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	display: inline-block;
	margin: 0 10px 10px 0;
	color: black !important;
	line-height: 20pt;
	text-align: center;
}

nav p {
	font-family: 'Nunito', sans-serif;
	font-size: 16pt;
	font-weight: 900;
	margin: 0 0 20px 0;
	color: black;
}

ul#horizontal-list {
	margin: 0 auto 0 auto;
	text-align: center;
	width: auto;
}

.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto 100px auto;
	text-align: center;
}


ul#horizontal-list li {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
}

ul#horizontal-list li:last-child {
	padding-right: 30px;
} 

/* Test */

/* Remove margins and padding from the list, and add a black background color */
ul.topnav {
    list-style-type: none;
    overflow: hidden;
	margin: 0 auto 0 auto;
	text-align: center;
	width: auto;
	display: table;   /* Allow the centering to work */
}

/* Float the list items side by side */
ul.topnav li {float: left;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	display: inline-block;
	text-align: center;
}


/* Hide the list item that contains the link that should open and close the topnav on small screens */
ul.topnav li.icon {display: none;}

/* HEADER */

#header {
	width: 100%;
	text-align: center;
	padding-top: 260px;
	background-image:url('assets/images/gradient-bkgd.png');
	background-repeat: no-repeat;
	height: 400px;
}

#header-content {
	width: 70%;
	margin: 0 auto 0 auto;
	text-align: center;
	background-image:url("assets/images/gradient-bkgd.png");
	background-repeat: repeat-x;
}

#header-content h1 {
	font-family: 'Nunito Sans', sans-serif;
	font-size: 36pt !important;
	font-weight: 900;
}	

#header-content p {
	font-family: 'Merriweather', serif;
	font-size: 14pt;
	text-align: center;
}


/* BODY */


#body {
	width: 100%;
	margin: 0 0 0 0;
}

#section-wrapper {
	width: 100%;
	padding: 200px 0 0 0;
}

.section-body {
	width: 60%;
	margin: 0 auto 60px auto;
	text-align: center;
}


.section-img-row {
	width: 96%;
	padding: 2%;
	padding-top: 110px;
	margin: 0 auto 40px auto;
	text-align: center;
	display: inline-block;
	height: auto;

}

.section-col {
	width: 48%;
	float: left;
	margin-top: 80px;
	padding: 40px 0 0 0;
	margin-right: 2%;

}

.section-col-imgs {
	width: 48%;
	float: left;
	text-align: center;
}

.section-col h1 {
	font-size: 32pt;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 900;
	color: black;
	margin-bottom: 30px;
}

.section-col p {
	font-family: 'Merriweather', serif;
	font-size: 14pt;
	color: black;
	padding: 10px 20px 0 20px;
	text-align:left;
	line-height: 22pt;
}

.section-col ul {
	text-align: left;
	color: black;
	list-style: none;
	padding: 0;
	padding-left: 10px;
	margin: 0;
	font-family: 'Nunito', sans-serif;
	font-size: 12pt;
}

.section-col li {
	padding-left: 12px;
}

.section-col li:before {
	content: "⇢";
	padding-right: 8px;
}

.section-col-grid {
	text-align: center;
	height: auto;
	margin: 0 auto;
	width: 90%;
	display: inline-block;
}

.section-col-grid img {
	width: 100%;
	margin: 0 auto 4% auto;
	background-color: black;
	float: left;
	text-align: center;
	object-fit: cover;
}

.section-col-grid img last {

}



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* BODY */

#body {
	width: 100%;
}

#main-content-wrapper {
	width: 100%;
	background-color: #fff;
}

#main-content {
	width: 52%;
	margin: 0 auto;
	padding: 0 0 50px 0;
}


/* PRIVACY */

#privacy-container {
	width: 60%;
	max-width: 960px;
	margin: 100px auto;
}



/* FOOTER */


#footer {
	width: 100%;
	text-align: center;
	margin: 0 0 0 0;
}

#footer a {
	color : #0060e7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: underline;
	cursor: pointer;
	font-family: 'Nunito', sans-serif;
	font-size: 12pt;
	font-weight: 900;
	color: black;
	line-height: 18pt;
	text-align: center;
}

#footer a:hover {
	color: #033c8b;
}


#footer a:visited {
	color: #0060e7;
}


#footer-content {
	width: 50%;
	margin: 0 auto;
	padding: 0 0 100px 0;
}


#footer p {
	font-family: 'Merriweather', serif;
	font-size: 14pt;
	font-weight: 300;
	color: #000;
	line-height: 22pt;
	text-align: center;
	margin-bottom: 80px;
}

#footer h4 {
	font-family: 'Nunito', sans-serif;
	font-size: 12pt;
	font-weight: 900;
	color: black;
	line-height: 18pt;
	text-align: center;
}

.footer-container, .wrapper:after {
	height: 50px;
}

.footer-container {
	margin-top: 100px;
}

.footer-content {
	font-size: .875em;
	color: #000;
	text-align: left;
	margin-left: 4%;
}



/* VENDOR-SPECIFIC ============================================================================= */

ul {
    -webkit-padding-start: 0;
}

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }
