/* ===================================================
						BASE
=================================================== */

/* Colours

white:			#ffffff;
lightgrey: 		#f6f6f6;
lightmedgrey: 	#c5c5c5;
medgrey: 		#7f7f7f;
black: 			#231f20;

orange:			#f36b21;
blue: 			#63a1d2;
green:			#b4d463;
yellow: 		#feca0b;
*/

* { box-sizing: border-box; }
body { margin: 0; padding: 60px 0 0 0; background: #f6f6f6 /*lightgrey*/; }
ul, li { list-style-type: none;}
img { max-width: 100%; height: auto; margin-bottom: 30px; }
img[src=""] { display: none !important; }
a { text-decoration: none; color: #231f20 /*black*/; }
a:hover, a:focus { text-decoration: none; color: #63a1d2; /*blue*/; }
.display-mobile { display: none; }

.video-wrapper { width: 66.667%; }
.video-container {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ===================================================
						TYPOGRAPHY
=================================================== */

body {
	font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	color: #231f20; /*black*/
}

p { margin-bottom: 30px; }

h1, h2, h3, h4, h5 { margin-bottom: 30px; margin-top: 0; text-rendering: optimizeLegibility; }

h1 { font-size: 28px; font-weight: 700; }
h2 { font-size: 24px; font-weight: 700; }
h3 { font-size: 18px; font-weight: 600; }
h4, h5 { font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }

h1 a, h2 a, h3 a, h4 a, h5 a { color: #231f20; /*black*/ }

input, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	outline: 0;
	background: #ffffff;
	color: #231f20;
	padding: 12px;
}

input[type=search] {
	-webkit-appearance: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

input[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}


/* ===================================================
				MAIN NAVIGATION
=================================================== */

.navbar { background: #ffffff /*white*/; height: 60px; border-bottom: 1px solid #f6f6f6 /*lightgrey*/; }

.navbar .navbar-brand img { height: 26px; width: auto; padding-top: 2px; }
.navbar .navbar-right li { display: inline-block; }

.navbar li a { line-height: 30px; font-size: 14px; color: #231f20 /*black*/;  font-weight: 600;}
.navbar li a:hover, .navbar li a:focus { color: #63a1d2 /*blue*/; background: #f6f6f6 /*lightgrey*/; }
.navbar li.active a { color: #f36b21 /*orange*/; }

.navbar .navbar-right li a { line-height: 30px; height: 40px; margin-top: 10px; padding-top: 5px;}
.navbar .sign-up-link a { background: #f36b21 /*orange*/; color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: 0.03em; }
.navbar .sign-up-link a:hover, .navbar .sign-up-link a:focus { background: #63a1d2 /*blue*/; color: #fff; }
.navbar .log-in-link { margin-right: -15px; }
.navbar .log-in-link a:hover, .navbar .log-in-link a:focus { background: none; }

.navbar button { height: 60px; line-height: 60px; font-size: 14px; padding: 0 30px; margin: 0; border: none; text-transform: uppercase; letter-spacing: 0.03em; font-weight: 600;}


/* ===================================================
					BOTTOM AD
=================================================== */

#bottom-ad { padding: 0; background: #e2eaf1 /*light blue*/; display: none; /*bring me back later*/ }
#bottom-ad img { margin-bottom: 0; }


/* ===================================================
					FOOTER
=================================================== */

#footer-site { background: #fff; padding: 60px 0 30px 0; margin-top: 0px; }
#footer-site .container { padding: 0; }
#footer-site h3 { margin-top: 0; margin-bottom: 15px; font-size: 14px; font-weight: 700; }
#footer-site a { color: #231f20; font-size: 15px; }
#footer-site a:hover, #footer-site a:focus { color: #63a1d2 /*blue*/; }
#footer-site li { line-height: 24px; }

#footer-site .sign-up-link { margin: 25px 0 10px 0;}
#footer-site .sign-up-link a { color: #fff; background-color: #f36b21 /*orange*/; padding: 12px; text-transform: uppercase; letter-spacing: 0.03em; font-size: 13px; font-weight: 600; }
#footer-site .sign-up-link a:hover, .footer-site .sign-up-link a:focus { color: #fff; background-color: #63a1d2 /*blue*/; }
#footer-site .fa { width: 20px; text-align: center; }

#footer-rrp { background: #231f20; padding: 60px 0; color: #fff; font-size: 14px; }
#footer-rrp a { color: #d9d9d9; text-decoration: underline; }
#footer-rrp a:hover, #footer-rrp a:focus { color: #fff; }
#footer-rrp img { margin: 0 30px 0 0; width: 160px; height: auto; }
#footer-rrp .logo { padding-bottom: 15px; }
#footer-rrp .logo img { height: 48px; width: auto; }
#footer-rrp ul { padding-left: 0; }
#footer-rrp p { margin-bottom: 30px; }
#footer-rrp ul, #footer-rrp li, #footer-rrp p { font-size: 15px; font-weight: 300; line-height: 28px; }
#footer-rrp h5 { margin: 0 0 15px 0; font-weight: 600; }
#footer-rrp i { width: 20px; margin-right: 4px; }
#footer-rrp .contact span { display: inline-block; }
#footer-rrp .contact span.heading { font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; padding-right: 7px; }
#footer-rrp .contact span.heading i { font-size: 16px; }

#footer-site ul, #footer-rrp ul { margin-bottom: 30px; }



/* ===================================================
					MEDIA QUERIES
=================================================== */

@media (max-width: 360px) {
	#footer-rrp .contact li span { display: block; }
	#footer-rrp .contact li span.number { padding-left: 28px; padding-bottom: 7px; line-height: 24px; }
	#footer-rrp .contact li:last-child span.number { padding-bottom: 0; }
}

@media (max-width: 400px) { 
	#footer-site, #footer-rrp { padding: 30px 0 0 0; }
	#footer-site ul { width: 100%; }
}

@media (max-width: 480px) {
	#footer-rrp { padding-top: 30px; padding-bottom: 30px; }
}

@media (max-width: 599px) {
	.hide-mobile { display: none; }
	.display-mobile { display: block; }

}
@media (max-width: 767px) {
	.author-image img { width: 60px; height: auto; }
	.navbar .navbar-brand img { padding-left: 15px; }
	#footer-site ul { margin-bottom: 30px; }
	#footer-site .clear { clear: both; }
	#footer-site, #footer-rrp { padding-left: 15px; padding-right: 15px; }
	
	
	.navbar .navbar-right, .navbar .navbar-nav { background: #fff; }
	.navbar .navbar-collapse { border: 0; }
	.navbar .navbar-right { margin-left: -15px; margin-right: -15px; }
	.navbar .navbar-right li { display: block; }
	.navbar .navbar-nav { margin-top: 0; margin-bottom: 0; }
	.navbar .navbar-nav li a { height: 40px; line-height: 40px; padding-top: 0; }
	.navbar .navbar-right a { height: 40px; line-height: 40px; }
	.navbar .navbar-right .sign-up-link a { margin-top: 0; min-height: 40px; }
	.navbar .navbar-right .log-in-link a { margin-top: 0; color: #fff; background: #231f20; }
	.navbar .navbar-right .log-in-link a:hover,
	.navbar .navbar-right .log-in-link a:focus { color: #fff; background: #63a1d2; }
	.navbar li a { padding-left: 30px; padding-right: 30px; }
}
@media (min-width:768px) { 
	body { }
}
@media (max-width:992px) {
	.video-wrapper { width: 100%; }
	#footer-rrp ul { margin-bottom: 30px; }
	#footer-rrp .legal ul { margin-bottom: 0; }
}
@media (max-width:1200px) {
} 