/*
Theme Name: CPC Landing Page
Version: 1.0.0
Description: Custom Theme for Partner Landing Pages
Author: Mia Kliueiva
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cpclp
*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
sup{
    font-size: 75%;
    position: relative;
    line-height: 0;
    vertical-align: baseline;
    top: -0.5em;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	vertical-align: top;
}
strong,
b{
	font-weight: bold;
}
i{
	font-style: italic;
}
a{
	text-decoration: none;
	color: inherit;
}
body{
	font-family: 'Roboto', sans-serif;
	color: #354051;
	background: #EAECED;
	font-size: 14px;
}
ol{
	list-style: decimal;
	margin-left: 15px;
}
del{
	text-decoration: none;
	position: relative;
		top: -6px;
		left: 1px;
	font-size: 60%;
}
.section{
	padding: 50px 30px;
}
.btn{
	background: #000000;
	color: #fff;
	font-weight: 500;
	padding: 13px 25px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	border-radius: 3px;
	display: inline-block;
	text-align: center;
}
#page-canvas{
	background: #ffffff;
	max-width: 1075px;
	min-height: 100vh;
	margin: 0 auto;
	overflow: hidden;
	width: 1075px;
	padding: 0;
}
header.top-bar {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100vw;*/
    z-index: 300;
    padding: 0;
    position: relative;
   }
#page-header{
	background: #ffffff;
	padding: 12px 30px 12px 30px;
	/*box-shadow: 0 11px 30px -15px rgba(128, 128, 128, 0.87);*/
    -moz-background-size: 3px 100%;
    background-size: 100% 6px;
    background-position: 0 100%, 0 0;
    background-repeat: no-repeat;
}
#page-header img{
	height: 54px;
	width: auto;
	max-width:350px;
}
#page-header ul{
	float:  right;
}
#page-header ul li{
	display: inline-block;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 400;
}
#page-header ul li + li{
	margin-left: 15px;
}
#page-header figure{
	float: right;
	margin-right: -20px;
}
#page-header figure figcaption{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	position: relative;
		top: -25px;
}
@media (max-width:768px){
	#page-header.with-counter figure{
		text-align:center;
		margin-right:0;
	}
	#page-header figure figcaption{
		top:0;
		margin: 0 0 8px;
		font-size: 14px;
	}
}
#page-header figure .countdown{
	display: inline-block;
	width: 230px;
}
#page-header:after,
#page-content:after,
#page-hero:after{
	content: '';
	display: table;
	clear: both;
}
#page-hero{
	background-color: rgba(0,0,0,0.4);
	background-size: cover;
	position: relative;
/* 	background-size: 70%; */
	display: flex;
}
#page-hero:before{
	/*content: '';
	display: block;
	position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	background: rgba(0,0,0,0.2);
	z-index: 1;*/
}
#page-hero figure{
	display: flex;
	width: calc(100% - 350px);
	position: relative;
	overflow: hidden;
	background-size: cover;
}
#page-hero figure img{
	max-width: 100%;
	height: auto;
	position: absolute;
}
#page-hero h1{
	color: #fff;
	font-size: 24px;
	line-height: 1.4em;
	position: absolute;
	z-index: 20;
    font-weight: 800;
    background: rgba(0,0,0,.7);
    padding: 10px 20px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-shadow: 2px 2px 0 black;
}
#page-hero section{
	display: flex;
	background: #000000;
	color: #ffffff;
	width: 350px;
	width:100%;
	padding: 30px 20px;
	position: relative;
	z-index: 20;
	align-items: center;
	min-height: 400px;
	max-width:500px;

}
/*marketo size adjustment*/
#page-hero section.m_form {
    width: 400px;
}
#page-hero section header{
	text-align: center;
	width:100%;
}
#page-hero section header h2{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
#page-hero section header p{
	font-size: 16px;
	line-height: 1.5em;
}
.campusexplorer-widget{
	margin-top: 25px;
}
#page-hero section li{
	margin-top: 8px;
}
#page-hero section .gf_page_steps{
	border-bottom: none;
}
#page-hero section .gf_step{
	margin: 0;
	line-height: 1;
}
#page-hero section .gf_step_number{
	background: rgba(255,255,255,0.3);
	border-radius: 50%;
	font-size: 12px;
	width: 25px;
	height: 25px;
	margin: 0;
	text-align: center;
	line-height: 25px;
}
#page-hero section input,
#page-hero section select{
	width: 100%;
	max-width: 100%;
}
#page-content{
	padding: 50px 30px;
	line-height: 1.6em;
}
#page-content h2{
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 30px;
	line-height: 1.4em;
}
#page-content aside{
	float: left;
	width: 30%;
}
#page-content aside img{
	max-width: 100%;
	height: auto;
	padding: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.2);
	margin-top: 30px;
}
#page-content main{
	float: right;
	width: 66%;
}
#page-content main ul li{
	background: #dddddd;
	padding: 20px;
	margin-top: 20px;
}
#page-content main ul li h3{
	font-size: 18px;
	margin-bottom: 10px;
}
#page-sidebar figcaption ul{
	list-style: disc;
	margin-left: 28px;
}
#page-sidebar figcaption p,
#page-sidebar figcaption ul{
	margin-top: 15px;
}
#page-main .bullet ul{
	list-style: disc;
	margin-left: 20px;
}
#page-main .bullet li{
	padding: 0;
	margin-top: 5px;
}
#page-main .bullet ul li{
	padding: 0;
}
#page-main .bullet ul li + li{
	margin-top: 3px;
}
#page-main .bullet p{
	margin-top: 15px;
}
#page-callout{
	background: #999999;
	font-weight: 300;
	color: #fff;
	position: relative;
	display: table;
	width: 100%;
	text-align: center;
}
#page-callout p span.larger-text {
    font-weight: 600;
    line-height: 1.6;
    font-size: 1rem;
}
#page-callout p cite {
    display: block;
    margin: 1rem 0 0;
    font-weight: 600;
    font-size: 1.2rem;
}
#page-callout p cite::before{
content:' - ';
}
#page-callout header + a{
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
}
#page-callout.has-countdown header,
#page-callout.has-countdown figure{
	display: table-cell;
	vertical-align: middle;	
}
#page-callout.has-countdown figure{
	border: 1px solid rgba(255,255,255,0.2);
	background: rgba(255,255,255,0.1);
	padding: 40px 25px;
	border-radius: 5px;
	width: 40%;
}
#page-callout.has-countdown header{
	padding-right: 6%;
	vertical-align: middle;
	text-align: left;
}
#page-callout h2{
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 15px;
	line-height: 1.3em;
}
#page-callout h3 + p{
	font-size: 18px;
	line-height: 1.6em;
}
#page-callout.has-countdown figure figcaption{
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
}
#page-callout.has-countdown figure figcaption strong{
	display: block;
	margin-top: 7px;
}
#page-callout.has-countdown figure .countdown-amount{
	width: 45px;
	padding: 15px 0;
	font-size: 20px !important;
	font-weight: 500;
}
#page-callout figure a{
	display: block;
	margin-top: 20px;
}
#page-footer{
	background: #000;
	color: #fff;
	font-size: 11px;
	line-height: 1.6em;
	padding-top: 35px;
	padding-bottom: 35px;
}
#page-footer p + p {
	/*margin-top: 10px;*/
}
#page-footer p + small{
	margin-top: 15px;
	border-top: 1px solid rgba(255,255,255,0.2);
	padding-top: 15px;
}
#page-footer small{
	display: block;
}
.mktoForm{
	margin-top: 15px;
	width: 100% !important;
}
.mktoForm input,
.mktoForm select{
	width: 60% !important;
}
.mktoFieldWrap,
.mktoForm .mktoFormCol{
	width: 100% !important;
}
.mktoForm .mktoFormCol{
	margin-bottom: 8px !important;
}
.mktoForm label{
	color: #ffffff;
	width: 40% !important;
	margin-right: 2%;
	font-weight: bold !important;
}
.mktoGutter,
.mktoOffset{
	display: none;
}
.mktoButtonRow{
	margin-top: 10px;
}
.mktoButtonWrap.mktoNative,
.mktoButtonRow{
	width: 100%;
	display: block;
	margin-left: 0 !important;
}
.mktoButtonWrap.mktoNative button{
	display: block;
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border-radius: 5px;
	background: #c81c1b;
	color: #ffffff;
	border: none;
}
.mktoForm .mktoAsterix{
	padding-right: 5px;
}
.mktoForm div, .mktoButtonRow span{
	margin-left: 0 !important;
	margin-top: 5px !important;
}
.mktoForm span button{
	width: 100%;
}
.mktoClear{
	display: none !important;
}
/**sticky header**/
.fixed{
	position:fixed;
}
/**  PAGE-HEADER. **/

#page-header{
	text-align: center;
	width: 1075px;
	display: grid;
	align-items: center;
	justify-items:center;
	grid-template-rows: 1fr;
	margin: 0 auto;
    padding: .5rem 2rem;
  }
#page-header.with-counter{
	grid-template-columns: 30% 1fr;
	justify-items:normal;
}
#page-header.fixed{
  top:0;
  z-index: 20000;
}
#page-header .button{
  display:none;
  border-radius: 3px;
  border: 0;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
  padding: .5rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  background: #7fc379;
  color: #fff;
  align-self: center;
  justify-self: center;
}
#page-header.sticky{
	grid-template-columns: 1fr 30%;
}
#page-header.with-counter.sticky {
    grid-template-columns: 35% 1fr 15%;
    align-items: center;
}
#page-header.sticky .button{
  display: block;
  
 
}
#page-header img {
    grid-row: 1;
}
#page-header figure {
    float: none;
    text-align:right;
}
#page-header.sticky figure{
	text-align: center;
}
@media only screen and (max-width:768px){
	#page-header, #page-header.with-counter, #page-header.with-counter.sticky {
		width:100%;
	    padding: .5rem 1rem;
	    left: 0;
        grid-column-gap: 1rem;
	}
	#page-header img{
		/*height:auto!important;
		width:100%;*/
	}
	#page-header.sticky{
		/*grid-template-columns: 1fr 1fr;*/
	}
	#page-header .button{
		/*display:block;*/
	}
	#page-header.with-counter .button{
		display:none;
	}
	#page-header.with-counter figure{
		display:block;
	}
}

@media(max-width: 1075px){
	#page-canvas{
		width: 768px;
	}
	#page-hero section{
		width: 50%;
	}
	#page-hero h1{
		font-size: 22px;
	}
	#page-callout figure{
		width: 50%;
	}
	#page-content aside,
	#page-content main{
		width: 100%;
		float: none;
	}
	#page-content aside:after{
		content: '';
		display: table;
		clear: both;
	}
	#page-content aside img{
		float: right;
		width: 30%;
		margin-top: 0;
	}
	#page-content aside figcaption{
		float: left;
		width: 67%;
	}
	#page-content main{
		margin-top: 50px;
	}
}
@media(max-width: 768px){
	#page-canvas{
		width: 80%;
	}
	
	#page-header{
		text-align: center;
	}
	#page-header img{
		height: 54px;
	}
	#page-header ul{
		display: none;
	}
	#page-header figure{
		display: none;
	}
	#page-hero{
		background: none;
		display: block;
	}
	#page-hero h2{
		/*display: none;*/
	}
	#page-hero figure{
		display: block;
		width: 100%;
		background-size: cover;
		height: 35vh;
	}
	#page-hero section{
		display: block;
		float: none;
		width: 100%;
		min-height: 200px;
	}
	#page-content,
	#page-callout{
		padding: 40px 20px;
	}
	#page-content h2{
		margin-bottom: 15px;
		text-align: center;
	}
	#page-content aside{
		text-align: center;
	}
	#page-content aside figcaption{
		float: none;
		width: 100%;
	}
	#page-content aside ol{
		text-align:left;
	}
	#page-content aside img{
		float: none;
		width: 100%;
		margin-top: 25px;
	}
	#page-callout{
		background: #0194e1;
		background: -moz-linear-gradient(top, #0194e1 0%, #1f0477 100%);
		background: -webkit-linear-gradient(top, #0194e1 0%,#1f0477 100%);
		background: linear-gradient(to bottom, #0194e1 0%,#1f0477 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0194e1', endColorstr='#1f0477',GradientType=0 );
	}
	#page-callout header{
		text-align: center !important;
		padding-right: 0 !important;
	}
	#page-callout header,
	#page-callout figure{
		display: block !important;
		width: 100% !important;
	}
	#page-callout figure{
		margin-top: 20px;
	}
	#page-callout h2 + p{
		font-size: 16px;
	}
	
}
@media(max-width: 480px){
	#page-canvas{
		width: 95%;
		width:100%;
	}
	.mktoForm .mktoFormRow .mktoField {
	    clear: left;
	}
	.mktoForm .mktoFormRow  label,
	.mktoForm .mktoFormRow  input,
	.mktoForm .mktoFormRow  select{
		width: 100% !important;
	}
	.mktoButtonRow{
		margin-top: 10px !important;
	}
}


.shiftTop #page-header{
	grid-template-columns:1fr 30%;

}
.shiftTop #page-header img{
	justify-self:start;
	width:100%;
	max-width: 150px;
	height:auto;
	max-height: 60px;
}
@media(max-width:480px){
	.shiftTop #page-header{
		grid-template-columns:1fr 1fr;
	
	}	
}
.shiftTop #page-header a.button{
	display: block;
}
.shiftTop #page-header.with-counter > figure{
	display:none;
}
.copyright-area {
    margin: 1rem 0;
    text-align: left;
}
.copyright-area > *{
	display:inline-block;
	vertical-align: top;
}
.copyright-area p.do-not-sell:before {
    content: '|';
    display: inline-block;
    margin: 0 .2rem;
}
