@charset "UTF-8";
/* CSS Document */

/* ----------- NORMALIZER ----------- */
* {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	margin: 0;
	padding: 0;
}


/* ----------- Reset Styles ----------- */

html {
	color: #4A4A4A;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

footer {
	text-align: center;
}

p {
	color: #4A4A4A;
	font-size: 16px;
	line-height: 1.5em;
}

a {
	color: #307FE2;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in 0s;
	-moz-transition: all 0.1s ease-in 0s;
	transition: all 0.1s ease-in 0s;
}
	
	a:visited {
		color: #307FE2;
	}

	a:hover {
		color: #0A4BB8;
		text-decoration: underline;
	}

	a:active {
		color: #0A4BB8;
		text-decoration: underline;
	}

body > img {
	display: none;
}

/* -----------  Footer -----------  */

.footer-container-wrapper {
	background-color: #307FE2;
	margin: 0;
	padding: 0;
	width: 100% !important;
}

footer {
	background-color: #307FE2;
	padding: 50px 0;
}

.newsletterSignupWrapper {
	text-align: left;
	width: 30%;
}

.newsletterSignupText {
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-size: 17px;
	font-weight: 300;
	margin: 0 0 20px 0 !important;
	max-width: 90%;
}

.footer-column-15 {
	text-align: left;
	width: 15%;
}

.footer-column-20 {
	text-align: left;
	width: 20%;
}

.footer-column-title {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-family: 'Roboto Slab', serif;
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-nav {
	display: block;
	list-style: none;
}

.footer-nav-item {
	color: #fff;
	display: block;
	font-weight: 300;
	margin-top: 5px;
}

.footer-nav-link {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	text-decoration: none;
	word-wrap: break-word;
}

	.footer-nav-link:visited {
		color: #fff;
		font-weight: 300;
		text-decoration: none;
	}

	.footer-nav-link:hover {
		color: #fff;
		font-weight: 300;
		text-decoration: underline;
	}

	.footer-nav-link:active {
		color: #fff;
		font-weight: 300;
		text-decoration: underline;
	}

.footer-row {
	padding: 64px 16px 0 16px;
}

.copyright {
	text-align: left;
	padding-left: 32px;
}

.copyright p {
	color: #fff;
	font-size: 12px;
	line-height: 1.6em;
	margin: 0 !important;
}

.copyright a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

	.copyright a:vistied {
		color: #fff;
		font-weight: 700;
		text-decoration: none;
	}

	.copyright a:hover {
		color: #fff;
		font-weight: 700;
		text-decoration: underline;
	}

	.copyright a:active {
		color: #fff;
		font-weight: 700;
		text-decoration: underline;
	}

.pipe {
	padding: 0 6px;
}

.student-policy-link {
	display: block;
}

.student-policy-img {
	height: auto;
	width: 165px;
}


/* ----------- Global Styles ----------- */

.column-4 {
	width: 34%;
}

.flex-center {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	position: relative;
}

.flex-stretch {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.flex-stretch-top {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
}

.flex-left {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	position: relative;
}

.flex-right {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	position: relative;
}

.inner-wrapper {
	margin: 0 auto;
	max-width: 1170px;
	padding: 0 15px;
}


/* Form Styles */

.newsletter-form .hbspt-form {
	padding-right: 25px;
}

.newsletter-form .hs_email label {
	display: none;
}

.newsletter-form input[type="email"] {
  background: url("https://thinkcerca.com/wp-content/themes/wp-bootstrap-master/images/check-mark.png") no-repeat center right;
  background-color: #307FE2;
  background-size: 25px;
  background-position-x: 96%;
  border: 2px solid #70b2ff;
  border-radius: 0;
  color: #fff !important;
  display: block;
  font-size: 14px;
  padding: 12px 10px;
	width: 80%;
}

.newsletter-form input::placeholder {
	color: #fff;
}

.newsletter-form input:-webkit-autofill, .newsletter-form input:-webkit-autofill, .newsletter-form input:-webkit-autofill:hover, .newsletter-form input:-webkit-autofill:focus {
	background: url("https://thinkcerca.com/wp-content/themes/wp-bootstrap-master/images/check-mark.png") no-repeat center right !important;
  background-color: #307FE2 !important;
  background-size: 25px !important;
  background-position-x: 96% !important;
  border: 2px solid #70b2ff !important;
}

body .newsletter-form input[type="submit"] {
	display: none;
}

.newsletter-form .hs-error-msgs {
  list-style: none;
}

.newsletter-form .hs-error-msgs label a {
	border-radius: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5em;
	text-decoration: none;
}

  .newsletter-form .hs-error-msgs label a:visited {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
  }

  .newsletter-form .hs-error-msgs label a:hover {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
  }

  .newsletter-form .hs-error-msgs label a:active {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
  }

.newsletter-form .submitted-message {
  color: #fff;
  font-weight: 700;
}


/* ----------- Media Queries ----------- */

@media screen and (min-width: 1200px) { 
	.footer-container-wrapper {
		background-color: #307FE2;
		margin: 0;
		padding: 0;
		width: 100% !important;
	}
}

@media screen and (max-width: 992px) {
	.inner-wrapper {
		max-width: 970px;
	}

	.footer-container-wrapper {
		background-color: #307FE2;
		margin: 0;
		padding: 0;
		width: 100% !important;
	}

	.newsletterSignupWrapper {
		display: none;
	}

	.footer-column-15 {
		width: 25%;
	}

	.footer-column-20 {
		width: 25%;
	}

}

@media screen and (max-width: 899px) {
	.inner-wrapper-wide {
		width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.inner-wrapper {
		max-width: 750px;
	}
}

@media screen and (max-width: 600px) {

	footer .flex-stretch-top {
		flex-wrap: wrap;
	}

	.footer-column-15 {
		width: 50%;
		padding: 0 0 32px 0;
	}

	.footer-column-20 {
		width: 50%;
	}

	.footer-column-title {
		font-size: 16px;
	}

	.footer-row {
		flex-wrap: wrap;
	}

	.footer-row .flex-left {
		flex-wrap: wrap;
		text-align: center;
		width: 90%;
	}

	.footer-row .flex-left img {
		display: block;
		margin: 0 auto;
	}

	.copyright {
		text-align: center;
		width: 100%;
		padding: 32px 0 0 0;
	}

	.student-policy-container {
		margin-top: 32px;
		text-align: center;
		width: 100%;
	}

	.student-policy-img {
		width: 100px;
	}
}