@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');

/***********************************
	GENERAL
***********************************/

body {
	font-family: 'Open Sans', sans-serif;
	letter-spacing: .05em
}

h1, h2, h3, h4, h5, h6 p{	
	margin: 0;
}

h1 {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: 2px;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 10px auto 15px
}

h4, body .gform_wrapper .gform_heading .gform_description {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
	margin-bottom: 25px;
	width: auto;
}

#myModal .gform_wrapper .gform_heading .gform_description {
	font-size: 14px;
	line-height: 200%;
	font-weight: 400;
}

p {
	font-size: 14px;
	line-height: 200%;
}

li {
	font-size: 14px;
	line-height: 200%;
}

.hero {
	height: 410px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center top;
	position: relative
}

.overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: .35
}

.hero h1 {
	margin-top: 110px;
	color: #fff;
	text-transform: uppercase;
}

.main {
	padding: 80px 0;
}

.divider {
	width: 162px;
	height: 2px;
	margin: 25px 0;
}

ul {
	padding-left: 20px;
}

.container,
.container-fluid {
	position: relative;
}

.sorry {
	text-align: center;
	padding: 100px 0;
}

.btn-col {
	text-align: center;
	padding: 35px 0;
}

.connect-btn {
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	padding: 18px 100px;
	box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.46);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	cursor: pointer;
}

.connect-btn:hover {
	color: #fff;
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.76);
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

/***********************************
	HEADER
***********************************/

.header {
	padding: 56px;
	min-height: 130px;
}

.header-btn {
	position: absolute;
	right:0;
	margin-top: -30px;
	z-index: 999;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 22px;
}


.header-btn.sticky {
	position: fixed;
	margin-top: -100px;	
}

#nav {
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.logo-left {
  top: 50%;
  transform: translateY(-50%);
}

#nav li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	font-weight: 600;
	font-size: 14px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#nav li a:hover {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

#nav li {
	padding: 0 13px;
}

/***********************************
	FOOTER
***********************************/

footer {
	padding: 35px 0 40px 0;
	color: #fff;
}

.disclosure {
	text-align: center;
	font-size: 10px;
	margin-top: 35px;
}

.footer-nav li a {
	color: #fff;
	font-weight: 400 !important
}

.footer-nav {
	text-align: center !important;
}

.footer-logo {
	margin-bottom: 25px;
}

.footer-policy {
	text-align: center;
	font-size: 10px;
	text-decoration: underline;
	margin-top: 30px;
}

.footer-policy a {
	color: #fff;
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.48)
}

.modal-content {
	border: none;
	border-radius: 0;
}

.modal-header {
	border-bottom: none;
	background-color: #f9f9f9;
}

.modal-body {
	padding: 20px 30px 60px 30px;
	background-color: #f9f9f9;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0px !important;
}
/***********************************
	INTRO
***********************************/

.intro {
	text-align: center;
}

.intro h1 {
	font-weight: 500;
}

.page-hero {
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position:center center;
	position: relative;
}

.blurb {
	width: 72%;
	padding: 50px 90px;
	color: #fff;
	margin-top: -40px;
	margin-left: auto;
	margin-right: auto;
	z-index: 99;
	position: relative
}

.about h1 {
	text-align: center;
	margin-bottom: 100px;
}

.presenter-col h2 {
	margin-bottom: 45px;
}

.present-row {
	margin-bottom: 120px;
}

.about img {
	margin-bottom: 30px
}
/***********************************
	ABOUT
***********************************/

.about-blurb-col {
	margin-top: -65px;
	padding: 50px 65px;
	color: #fff;
}

.main.about {
	padding-bottom: 0px;
}
.advisor-col h2 {
	margin-bottom: 20px
}
/***********************************
	SERVICES
***********************************/


.main.services {
	padding-bottom: 50px
}
.services-col {
	text-align: center;
	height: 120px;
}

.event-divider {
	margin: 20px auto;
}

/***********************************
	CONTACT
***********************************/

.contact-col {
	padding-bottom: 65px;
}

.contact-col a {
	text-decoration: underline;
}

.contact p {
	line-height: 1.5;
	margin-bottom: 5px;
}

.contact .connect-btn {
	display: inline-block
}

.center {
	text-align: center
}

.mobile-form {
	background-color: #f9f9f9;
	padding: 30px 15px;
}


/***********************************
	PRIVACY POLICY
***********************************/

.privacy-policy #nav{
	display: none;
}

.privacy-policy .connect-btn {
	display: none;
}

.privacy {
	padding: 60px 0 100px 0;
}

.privacy p {
	font-size: 12px;
	margin-bottom: 15px;
	line-height: 1.3
	
}
.privacy li {
	font-size: 12px;
	line-height: 1.4;
}

.privacy ul {
	padding-left: 30px;
	margin-bottom: 13px;
}
/****************************
	MEDIA QUERIES
**************************/

/* Extra small devices iPhone */
@media (max-width: 767px) {
	.blurb {
		width: 100%;
		padding: 50px 15px 50px 15px;
		color: #fff;
		float: none;
	}
	.about-blurb-col {
		margin-top: -65px;
		padding: 40px 20px;
	}
	.course-col {
		padding-bottom: 65px;
	}
	.header-btn,
	.connect-btn {
		display: none !important
	}
	.connect-btn {
		padding: 18px 65px;
	}
	h2 {
		font-size: 22px
	}
	.presenter-col h2 {
		text-align: center;
		margin-top: 25px;
	}
	#nav {
		padding: 0;
		text-align: center;
		padding: 10px
	}
	#nav li {
		padding: 10px;
	}
	.header-btn.sticky {
		position: fixed;
		margin-top: -165px;	
		right:0;
		left: 0;
		-webkit-transition: all .2s;
		-moz-transition: all .2s;
		-o-transition: all .2s;
		transition: all .2s;
	}
	body {
		overflow-x: hidden;
	}
	.present-row {
		margin-bottom: 150px;
	}
	.headerPad {
		padding: 36px !important;
		height: 190px;
		
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.header-btn {
		margin-right: 5%;
	}
	.intro .container{
		padding: 70px 0 20px 0;
	}

}

/* Tablet -> Medium */
@media (min-width: 768px) and (max-width: 991px) {
	.course-col {
		min-height: 295px;
	}
	.logo-left {
		max-width: 180px !important;
	}
	.container-fluid {
		padding-left: 2%;
		padding-right: 2%;
	}
	#nav li {
		padding: 0 9px
	}
	.logo-left {
		left:15px !important
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	.container-fluid {
		padding-left: 5%;
		padding-right: 5%;
	}
	.mobile-form {
		padding: 50px 90px;
	}
}

/* Medium -> Large */
@media (min-width: 992px) and (max-width: 1199px) {
	.course-col {
		min-height: 275px;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.course-col {
		min-height: 265px;
	}
}