/*
	St. Michael's College - https://www.smcvt.edu
	Agency: Creative Communication Associates - http://www.ccanewyork.com
	Crafted by: Matthew J. Stellato - http://www.ruggedpeak.co
	Version: 1.0
*/

/*  Reset | http://meyerweb.com/eric/tools/css/reset/
---------------------------------------------------------------------- */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,
caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,
figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,
legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,
strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
.clear:after,.clear:before,.clearfix:after{visibility:hidden;clear:both;height:0}table{border-collapse:collapse;border-spacing:0}
.clearfix:after{display: block;content: " ";font-size: 0;visibility:hidden;clear:both;height:0}.clear:after{clear:both}.clear{zoom:1}:focus{outline:0}.hidden{display:none}


/* General Styles
---------------------------------------------------------*/
body {
  color:#5D5C69;
  font-family: 'neuzeit-grotesk', sans-serif;
  font-weight: 400;
  font-style: normal;
	font-size: 20px;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
  background-size:1800px;
  background:#702f8a;  
}

a {
	color: #f0b323;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	transition: all 0.2s linear;
	text-decoration: none;
}

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

p {
	padding:0 0 30px;
}

.wrap {
	max-width: 1225px;
	margin:0 auto;
	padding:30px;
	box-sizing: border-box;
}

.wrap:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

.wrap.sm {
  max-width: 1020px;
}

.text-center {
  text-align: center;
}

.logo {
  width: 250px;
  display: block;
}

footer .logo {
  width: 225px;
}


/* Header
---------------------------------------------------------*/
header {
	color:#FFF;
  background: url('../img/bg-header.png') no-repeat center;
  background-size: cover;
	box-sizing: border-box;
	position: relative;
  padding-bottom: 90px;
  position: relative;
}

header:before {
  content:'';
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom:0;
  background: rgba(0,0,0,0.45);
}


.container {
  display: flex;
  position: relative;
  z-index: 1;
}

header .logo {
  width: 325px;
  margin-bottom:60px;
}


header .open {
  width: 65%;  
  padding-top:20px;
}

header h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 68px;
  max-width: 590px;
  line-height: 74px; 
  letter-spacing: -2px
}

header h1 em {
  font-weight: normal;
  font-family: 'georgia', serif;
}

header h3 {
  color:rgb(112,47,138);
  font-size:28px;
  line-height: 28px;
  margin-bottom:0;
  background: url('../img/blue-ribbon.svg') no-repeat top left;
  padding: 8px 30px 8px 8px;
  display: inline-block;
  text-transform: uppercase;
}

header p {
  font-size: 17px;
  line-height: 25px;  
}

header p strong {
  display: block;
  font-size:19px;
}





/* Form ---------- */
#register {
  padding: 40px;
  background: rgb(112,47,138);
  position: relative;
  box-sizing: border-box;
  width: 35%;
  margin-top:140px;
}

#register h2 {
  font-size: 32px;
  line-height: 34px;
  color: #FFF;
  text-align: left;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#register .e2ma_signup_form textarea {
  min-height: 0;
}

#register .e2ma_signup_form {
  width: 100%;
  padding: 0;
}

#register .e2ma_signup_form_row {
  position: relative;
  padding: 0;
  margin: 0 0 10px;
  background:#FFF;
}

#register .e2ma_signup_form .e2ma_signup_form_label {
  color: #999;
  font-size: 18px;
  font-weight: normal;
  min-width: 0;
  padding-top: 0;  
  position: absolute;
  top:8px;
  left: 15px;
  font-family: 'neuzeit-grotesk', sans-serif;  
}

#register .e2ma_signup_form_element {
  margin: 0;
}

#register .e2ma_signup_form input[type=text], 
#register .e2ma_signup_form input[type=email], 
#register .e2ma_signup_form textarea, 
#register .e2ma_signup_form select[multiple=multiple] {
  margin: 0;
  padding: 12px 15px;
  resize: none;
  font-size:18px;
  color:#000;
  height: 46px;
  font-family: 'neuzeit-grotesk', sans-serif;  
  border: 0;
  display: block;
  position: relative;
  background: transparent;
}

#register .e2ma_signup_form .focus input[type=text], 
#register .e2ma_signup_form .focus input[type=email], 
#register .e2ma_signup_form .focus textarea, 
#register .e2ma_signup_form .focus select[multiple=multiple],
#register .e2ma_signup_form .selected input[type=text], 
#register .e2ma_signup_form .selected input[type=email], 
#register .e2ma_signup_form .selected textarea, 
#register .e2ma_signup_form .selected select[multiple=multiple] {
  background: #FFF;
}

#register .e2ma_signup_form_required_footnote,
#register .e2ma_signup_form_required_asterix {
  display: none;
}

#register .e2ma_signup_form_button_row {  
  margin: 20px 0 0;
  padding: 0;
}

#register .e2ma_signup_message {
  display: none;
}



/* Two Col
---------------------------------------------------------*/
.two-col {
  display: flex;
}

.two-col .col {
  width: 58%;
  font-size: 24px;
  color: #000;
  padding-top: 40px;
  box-sizing: border-box;
  line-height: 30px;
  padding-right: 40px;
}

.two-col .col p {
  max-width: 525px;
}

.two-col .col.sidebar {
  background:#f6f2ea;
  width: 42%;    
  padding: 40px;
}

.sidebar img {
  width: 100%;
  display: block;
  margin-bottom:20px;
}

.two-col .col .btn {
  margin-top:30px;
}


.sidebar h2 {
  color: rgb(112, 47, 138);
  text-transform: uppercase;
  font-size: 28px;
  padding-bottom: 10px;
}

.sidebar ul {
  list-style: disc;
  padding: 0 0 0 30px;
  color:rgb(112, 47, 138);
}

.sidebar li {
  padding-bottom:20px;
  font-size:22px;
  line-height: 24px;
}

.sidebar li:last-child {
  padding: 0;  
}

.sidebar li span {  
  color:#000;
}

/* Sections 
--------------------------------------------------------- */  
section {
	padding: 30px 0;
	background: #FFF;
}

section.p60 {
	padding:60px 0;
}


/* Buttons
---------------------------------------------------------*/
.btn, #e2ma_signup_submit_button {
	background:#f0b323;
	color:#702f8a;
	display: inline-block;
	padding:16px 32px;
	position: relative;
	font-weight: 700;
	text-align: center;
	border: 0;
	cursor: pointer;
	transition: all 0.2s linear;
	font-size: 22px;
	line-height: normal;
	height: auto;
	box-sizing: border-box;
  font-family: 'neuzeit-grotesk', sans-serif;	
}

#e2ma_signup_submit_button {
  padding: 15px 50px;
}

.btn:hover, #e2ma_signup_submit_button:hover {
	background:#f19f00;
	color:#3c1053;
	text-decoration: none;
}



/* Footer
---------------------------------------------------------*/
footer {
  background:#702f8a;
}

footer .logo {
  display: block;
  
}

footer p {
  color: #FFF;
  font-size: 16px;
  line-height: 24px; 
  text-align: right; 
  padding: 0;
}

footer .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

footer .wrap:after {
  display: none;
}


/* Thank You Page
---------------------------------------------------------*/
.thanks header {
  background: rgba(112,47,138,1);
  padding: 0;
}

.thanks header .logo {
  margin: 0;
}

.thanks header:before {
  display: none;
}

.thanks section {
  background: #FFF url('../img/bg-header-thankyou.png') no-repeat top center;
  background-size:100%;
  padding-top:10%;
}

.thanks h3 {
  color: rgba(112,47,138,1);
}

.thanks h1 {
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 68px;
  max-width: 590px;
  line-height: 74px; 
  color: rgba(112,47,138,1);
  letter-spacing: -2px
}

.thanks header h3 {
  margin: 80px 0 25px;
  font-size:45px;
  line-height: normal;
}

.thanks header p {
  font-size: 22px;
  line-height: 30px;
}

.thanks .col .btn {
  margin-top:0;
  margin-bottom:20px;
}

.thanks h4 {
  color: rgba(112,47,138,1);
  padding-bottom:10px;
  font-size:28px;
  line-height: 30px;
}

.thanks .two-col .col:first-child {
  padding-top:10px;
}

.thanks .col.sidebar {
  font-size:20px;
  line-height: 28px;
  padding-bottom: 60px;
}

.thanks .sidebar a {
  color:#000;
  text-decoration: underline;
}

.thanks .sidebar a:hover {
  color: rgba(112,47,138,1)
}

.thanks .sidebar ul {
  padding-top:10px;  
}

.sidebar .arrows {
  list-style: none;
  padding: 0;
}

.sidebar .arrows li {
  position: relative;
  padding-left: 28px;
}

.sidebar .arrows li:before {
  content:'';
  height: 16px;
  width: 16px;
  background:url('../img/arrow.svg') no-repeat center center;
  background-size:100%;
  position: absolute;
  left: 0;
  top:5px;
}



/* Responsive
---------------------------------------------------------*/
@media screen and (max-width: 1100px) {
  .thanks h1 {
    font-size: 60px;
    max-width: 545px;
    line-height: 65px;    
  }
}

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

  header h1 {
    font-size: 60px;
    max-width: 545px;
    line-height: 65px;
    letter-spacing: -1px; 
  }

  #register {
    padding:30px;
  }

  #register h2 {
    font-size: 26px;
    line-height: 26px;    
  }
}

@media screen and (max-width: 960px) {
  .thanks h1 {
    font-size: 48px;
    max-width: 435px;
    line-height: 53px;
  }
}


@media screen and (max-width: 870px) {
  
  header {
    padding: 0;
  }
  
  header .logo {
    width:225px;
  }
  
  header h1 {
    font-size: 50px;
    line-height: 52px;    
    padding-right: 20px;
    max-width: 450px;
  }
  
  header h3 {
    font-size: 22px;
    line-height: 22px;    
  }
  
  #register {
    margin-top:100px;
    padding: 25px;
    min-height: 0;    
  }
  
  .two-col .col.sidebar {
    padding: 25px;
  }
  
  .sidebar ul {
    padding-left: 20px;    
  }
  
  #register h2, .sidebar h2 {
    font-size: 24px;
    line-height: 26px;    
    padding-bottom: 10px;
  }
  
  section.nopad {
    padding: 0;
  }

  .two-col .col, .sidebar li {
    font-size:20px;
    line-height: 24px;
  }
  
  .thanks .col.sidebar {
    font-size: 18px;
    line-height: 22px;    
  }
  
  .thanks h4 {
    font-size: 22px;
    line-height: 26px;    
  }
  
  .btn {
    font-size: 20px;
  }
  .two-col .col .btn {
    margin-top:10px;
  }
  
  #register .e2ma_signup_form .e2ma_signup_form_label {
    font-size:16px;
  }
}



@media screen and (max-width: 750px) {
  
  .wrap {
    max-width: 400px;
    padding: 20px;
  }
  
  .container {
    flex-wrap: wrap;
  }
  
  header .logo {
    width:180px;
    margin-bottom: 40px;
  }
  
  header .open {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  
  header h1 {
    font-size: 36px;
    line-height: 38px;
    padding-right: 0;    
    margin-bottom: 0;
  }
  
  #register {
    margin-top: 0;
    width: 100%;  
    padding: 20px;  
  }
  
  .two-col {
    flex-wrap: wrap;
  }
  
  .two-col .col {
    width: 100% !important;
    padding: 0 20px;
  }
  
  
  .btn, #e2ma_signup_submit_button {
    font-size:19px;
    padding: 15px 0 !important;
    margin: 0 !important;
    width: 100%;
  }
  
  footer .wrap {
    flex-wrap: wrap;
    justify-content: center;
    font-size:12px
  }
  
  footer .wrap .logo {
    width: 200px;
    margin: 0 auto 15px;
  }
  
  footer p {
    font-size: 14px;
    line-height: 22px;
    text-align: center;    
  }
  
  .thanks header .logo {
    margin:0 0 0 20px;
  }
  
  .thanks .two-col .col:first-child  {
    padding-top:0;
    padding-bottom:30px;
  }
  
  .thanks h1 {
    font-size: 35px;
    max-width: none;
    line-height: 38px;
    letter-spacing: 0;    
  }
  
}


