@font-face {
	font-family: 'roboto_condensedbold';
	src: url('../fonts/RobotoCondensed-Bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'roboto_condensedregular';
	src: url('../fonts/RobotoCondensed-Regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'League Gothic';
	src: url('../fonts/leaguegothic-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

body, html {
	font-family: 'roboto_condensedregular';
	color:#58585A;
	font-size: 16px;
}
a, a:visited {
	color:#00A0B1;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.img-responsive {
	max-width: 100%;
}

.white {color:#f7f7f7;}
.white-background {background-color:#f7f7f7;}
.orange {color:#EB5B03;}
.orange-background {background-color: #EB5B03;}
.blue { color:#00A0B1; }
.blue-background { background:#00A0B1;}
.dark {color:#58585A;}
.dark-background {background-color: #58585A;}
.navbar {background:#ffffff !important;}


.section-block {
	padding:50px 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'League Gothic';
}
h1 {
	text-transform: uppercase;
	font-size: 48px;
	line-height: 34px;
}
h1 span {
	width:100%;
	display: inline-block;

	/* MARK: Update font-size such that the second line is the same width as first */
	font-size:37.5px;
}
h2 {
	font-size:30px;
}
h2 span {
	display:inline-block;
	width:100%;
}
h3 {
	font-size:36px;
	text-transform: uppercase;
}
input, button {outline:none;}
button {
	border:1px solid #f7f7f7;
	cursor: pointer;padding:10px 20px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding:10px 20px;
	line-height: inherit;
}
.headline {
	text-transform: uppercase;
	font-size:48px;
	margin-bottom:2rem;
	text-align: center;
}

.lead {
	font-family: 'roboto_condensedregular';
	font-size:16px;
	text-align: left;
}

.line {
	width:240px;
	height:3px;
	margin:20px auto;
}

#brand {
	max-width:160px;
}
.navbar-brand {
	font-size: 1rem;
	line-height: normal;
}
.navbar {
	position: fixed;
	top:0;
	width:100%;
	z-index: 99999;
}
#navbar-nav li {
	padding:0 20px;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-toggler {
	color:#58585A;
	font-size:24px;
	text-transform: uppercase;
	font-family: 'League Gothic';
	letter-spacing:0.05rem;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-toggler {
	color:#00A0B1;
}
.navbar-light .navbar-toggler {
	border:none;
}

.circle-list {
	list-style: none;
	padding-left:15px;
	margin-bottom: 0;
}
.circle-list li {
	padding-bottom: 40px;
	background-image: url(../img/icon-circle.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
}
.circle-list li:last-child {
	padding-bottom:0;
}
#register {
	background-image: url(../img/bg-hero.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding:174px 0 90px;
}
#register .form-group {
	margin-bottom: 0;
}
#email-register {
	width:255px;
	padding:15px;
	text-align:center;
	font-size:18px;
	border:1px solid #f7f7f7;
	background-color: #f7f7f7;
}
.btn-cta {
	cursor: pointer;
	border:1px solid #f7f7f7;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height: 57px;
}
.btn-cta:hover {

}
.button {
	border-radius: 0;
	text-transform: uppercase;
	font-family: 'League Gothic';

	text-align: center;
	display:inline-block;
	padding:10px 20px;
	font-size: 18px;
	color:#f7f7f7 !important;
	letter-spacing:0.05rem;
}

.button:hover {
	color:#f7f7f7 !important;
	background:#EB5B03;
}
#add-calendar {
	margin:0 auto;
}
.icon-list {
	max-width:930px;
	margin:0 auto;
}
.icon-list-item {
	display: inline-block;
	padding:15px 0;
	width: 100%;
}
.icon-list-item h3 {
	margin-bottom: 0;
}
.img-icon {
	float:left;
	margin-right:20px;
	width:50px;
}
.icon-list .button {
	margin-left:180px;
}
#benefits {
	background-image: url(../img/bg-benefits.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#footer {
	font-size:16px;
}
.m-hide {
	display:none;
}
.white-border {
	border: 1px solid white;
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	body, html {font-size:24px;}
	h1 {
		font-size: 80px;
		line-height: 56px;
	}
	h1 span {
		/* MARK: Update font-size such that the second line is the same width as first */
		font-size:62.5px;
	}
	h2 {
		font-size:50px;
	}
	.line {
		width:390px;
	}
	#register {
		padding: 224px 0 140px 0;
	}
	#footer {
		font-size:24px;
	}
	.lead {
		font-size:24px;
		text-align: center;
		max-width: 670px;
		margin: 0 auto;
	}
	#email-register {
		width:357px;
		font-size: 24px;
	}
	.section-block {
		padding:120px 0;
	}
	.headline {
		font-size:55px;
		line-height:86px;
		text-align: left;
		margin-bottom: 0;
	}
	.img-icon {
		float:left;
		margin-right:40px;
		width:141px;
	}
	.icon-list-item {padding:0;height:160px;}
	.m-hide {display:inline-block;}
	.m-show {display: none;}
	.button {
		padding:10px 20px;
		font-size: 18px;
	}
	.circle-list li {
		background-position: 0px 14px;
	}
	#add-calendar {
		margin:0 0 0 40px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.m-h {visibility: visible;}
	#brand {max-width:233px;}
	section .container {padding:0 100px;}
	.circle-list li {
		background-position: 0px 15px;
	}

	.headline { font-size:62px; }

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.button {
		padding:10px 40px;
		font-size: 24px;
	}
	.headline { font-size:77px; }
}
