/* X-Small. Below 34em (576px) */
@media screen and (max-width: 34em) {
	
	body .container {
		padding: 0 20px;
	}

	body .navbar {
		padding: .5rem 20px;
	}

	body label, body legend {
		font-size: 0.7rem;
	}

	body h1.header-title {
		display: none;
	}

	body #facebook {
		display:none;
	}

	body #twitter {
		display:none;
	}

	body #tumbler{
		display:none;
	}

	body #instagram {
		display:none;
	}

	body #youtube {
		display:none;
	}

	body #youvisit {
		display:none;
	}

	body #wechat {
		display:none;
	}
}

@media (max-width: 580px) {
	.body-banner {
		padding-left: 20px !important;
	}
}

@media (max-width: 768px) {
	section#about {
		text-align: center;
	}
	
	section#university-resources {
		text-align: center;
	}
	
	/*header {
	 background-attachment: scroll !important;
	}*/
}

/* Small. Above 34em (576px) */
@media screen and (min-width: 34em) {
	
	body .form-box {
		background-color: rgba(255, 255, 255, 0.9);
		padding: 0 50px 40px 50px;
		box-shadow: 0 4px 8px 0 rgba(74, 74, 74, 0.2), 0 6px 20px 0 rgba(74, 74, 74, 0.2);
		margin: 80px 60px 300px 60px;
    }

    body #facebook-white {
    	display:none;
    }

    body #twitter-white {
    	display:none;
    }

    body #tumbler-white {
    	display:none;
    }

    body #instagram-white {
    	display:none;
    }

    body #youtube-white {
    	display:none;
    }

    body #youvisit-white {
    	display:none;
    }

    body #wechat-white {
    	display:none;
    }

    body h2.header-form {
		color: #003B71;
		padding-top: 40px;
	}

	body h5 {
		color: #333;
	}

	body .header-form {
		color: #333;
	}

	body label, body legend{
		color: #333;
	}

	body #form_9e2fd2d8-1f62-4771-8756-9b3851eb7d60_container {
		color: #003B71;
	}

	body .navbar-brand {
		max-width: 60%;
	}

	body .navbar-toggler {
		font-size: 1rem;
		padding: .2rem .5rem;
	}

	body .form_responses {
		margin-bottom: 5px;
	}

	body .default {
		margin-top: 20px;
	}

	body ul.form-list li {
		padding-bottom: 0.8rem;
		color: #333;
	}

	ul.form-list {
		margin-top: 15px;
	}

	body .about {
		padding: 50px 0;
	}

	body .testimonials {
		padding: 40px 0;
	}
}

/* Medium. Above 48em (768px) */
@media screen and (min-width: 48em) {
	
	body .form-box {
		margin: 100px 100px 280px 30%;
	}

	body h3.header-details {
		margin-right: 60px;
	}

	body .navbar-brand {
		max-width: 100%;
	}

	body .copyright {
		text-align: right;
	}

}

/* Large. Above 62em (992px) */
@media screen and (min-width: 62em) {
	
	body .form-box {
		margin: 60px 50px;
	}

	body h2.header-subtitle {
		font-size: 1.3rem;
	}

	body .copyright {
		text-align: right;
	}
}

/* Between 992 and 1026 */
@media screen and (min-width: 992px) and (max-width: 1026px) {
	
	body .form-box {
		margin: 30px;
	}
}

/* Extra large. Above 75em (1200px) */
@media screen and (min-width: 75em) {
	
	body .form-box {
		margin: 80px 100px 100px 80px;
		max-width: 500px;
		float:right;
	}

}


body {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	height: 100%;

}

header {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;

}

section {
	min-height: 100%;
}

nav {
	background: #fff;
}

h1 {
	margin-bottom:0;
}

h2 {
	font-family: 'Oswald', sans-serif;
	color: #003871;
	font-size: 2.1rem;
	
}

h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin: 0.3rem 0;
}

h4 {
	font-size: 1rem;
	line-height: 1.3rem;
}

p {
	font-size: 0.9rem;
}

.bg-faded {
	background-color: #fff;
}

/* Navbar */

.navbar-brand {
	max-width: 80%;
}

.navbar-toggler {
	align-self: inherit;
	font-size: 0.8em;
	padding: .2rem .4rem;

}

.navbar-toggler-right {
	position: relative;
	right: 0;
}

/* Mobile form version */

.header-content {
	background: #003871;
	width: 100%;
	color: #fff;
	padding: 20px 0 30px 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.body-banner {
	background: #003871;
	width: 100%;
	color: #fff;
	padding: 30px 0 30px 0
}

.body-banner-subtitle {
	font-size: 1.3rem;
	line-height: 1.4;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal
}

section#university-resources {
 padding-top: 40px;
 padding-bottom: 40px;
}

section#university-resources .link-images {
 margin-top: 40px;
}

section#university-resources a h3 {
	color: #003871;
}

section#university-resources a h3:hover {
	color: #0275d8;
}

section#university-resources a:hover {
	color: #0275d8;
}

section#university-resources img:hover {
    opacity: .8;
}

div.social-icons a:hover {
 opacity: .8;
}

.insiders-guide-container {
 margin-left: auto;
 margin-right: auto;
}

.insiders-guide-container h3 {
 text-align: center;
}

.header-box {
	padding: 0;
}

.form-box {
	background: #003B71;
	padding: 0 20px 20px 20px;
	margin-bottom: 5px;
}

/* Form Text */

h2.header-form {
	color: #FFD100;
	padding-top: 15px;
}

h3.header-form {
	margin-bottom: 0.5rem;
}

h5 {
	color:#ffffff;
}

ul.form-list {
	margin-top: 10px;
}

ul.form-list li {
	padding-bottom: 0.2rem;
	color: #fff;
}

.header-form {
	color: #ffffff;
}

h1.header-title {
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	color: #FFD100;
	font-size: 80px;
	display: inline-block;
	padding-right: 20px;
}

h2.header-subtitle {
	font-size: 1.5rem;
	line-height: 1.4;
	display: inline-block;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
}

h3.header-details {
	font-size: 1.1rem;
	font-weight: lighter;
	line-height: 1.3;
}


/* Slate Form */

body.progress {
	display:block;
	text-align: initial;
	text-align: initial;
}

.progress_box {
	background: rgba(255, 255, 255, 0.9);
	padding-top:15px;
	border-radius: 100%;
}

.progress_loader {
	color: #fff;
}

div.progress_timer {
	margin-top: 15px !important;
}

div.form_question {
	margin: 0 !important;
	padding: 0 !important;
}

label, legend{
	font-size: 0.8rem;
	margin-bottom: .2rem;
	width: 100%;
	color: #fff;
}

select {
	height: 35px;
	background: #fff;
	border-color: #ccc;
	border-radius: 3px;
}

fieldset{
	width: 100%;
}

h4.header-form {
	margin-bottom: 20px;
}



#form_9e2fd2d8-1f62-4771-8756-9b3851eb7d60 {
	margin-top:30px;
}

#form_9e2fd2d8-1f62-4771-8756-9b3851eb7d60_container {
	color: #fff;
}

#form_9e2fd2d8-1f62-4771-8756-9b3851eb7d60_container p {
	padding-top: 40px;
}

#form_00f1fc53-f528-4f52-aa5d-d17ecb7b8a6d, #form_d81aceab-3ee8-420a-819f-7534cc2fa402, #form_8e4d4a12-3d71-40ea-b4cd-cb011b0781f8 {
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: #ccc;
	height: 35px;
}

#form_question_d81aceab-3ee8-420a-819f-7534cc2fa402 {
	display: inline-block;
	width: 45%;
	margin-right: 5% !important;

}

#form_question_8e4d4a12-3d71-40ea-b4cd-cb011b0781f8 {
	float:right;
	display: inline-block;
	width: 50%
	;
}

#form_ec57c6b7-5164-470e-b601-2d73147dd151_m {
	width: 46%;
}

#form_ec57c6b7-5164-470e-b601-2d73147dd151_d {
	width: 20%;
	margin-left: 2% !important;
}

#form_ec57c6b7-5164-470e-b601-2d73147dd151_y {
	width: 30%;
	margin-left: 2% !important;
}

.default {
	width: 100%;
	background-color: #FFD100;
	color: #003871;
	font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .8rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.form_responses {
	margin-bottom: 20px;
}


/* About Section */
.about {
	padding: 30px 0;
}

.video-block {
	margin: 20px 0;
}

/* Testimonials Section */
.testimonials {
	background: #F2F2F0;
	padding: 30px 0;
}

.doubts {
	font-weight: 600;
	font-size: 1.2rem;
}

.student-testimonial img {
	width: 100%;
	height: auto;
	padding: 20px 0;
}

/* Footer Section */
.footer {
	background: #003871;
	padding: 40px 0;
}

h2.embrace-doubt {
	color: #fff;
}

h4.sign-up {
	color: #fff;
}

.btn-primary {
	background-color: #FFD100;
	border-color: #FFD100;
	color: #003871;
	margin-top: 5px;
}

.btn-primary:hover {
	background-color: #dcb503;
	color: #003871;
}

.buttons {
	margin: 0 10px 20px 0;

}

.blog-btn {
	display:inline-block;
}

.hive-btn {
	display:inline-block;
}

.rocky {
	display:block;
}

.social-icons {
	display:block;
	margin-bottom:30px;	
}

.social-icon {
	margin: 0 3px 0 0;
}

.copyright {
	color: #fff;
	text-align: left;
	padding-top: 20px;

}
.footer-content {
	padding: 0 40px;
}

div#form_question_ec57c6b7-5164-470e-b601-2d73147dd151 { font-size: 0.8rem; }

div#form_031f00a9-9e6d-4475-ad50-94de3d10d334 { padding-top: 35px;}

