@font-face {
  font-family: "CeraPro-Bold";
  src: url('../fonts/Cera-Pro-Bold.eot');
  src: url('../fonts/Cera-Pro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Cera-Pro-Bold.woff2') format('woff2'),
    url('../fonts/Cera-Pro-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CeraPro-Regular";
  src: url('../fonts/Cera-Pro-Regular.eot');
  src: url('../fonts/Cera-Pro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Cera-Pro-Regular.woff2') format('woff2'),
    url('../fonts/Cera-Pro-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: "CeraPro-Regular";
}

.sub{
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 1;
	line-height: 1.2;
	text-decoration: none;
	padding: 13px 10px 12px;
	min-width: unset;
	text-align: center;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	font-family: "CeraPro-Regular", "brandon_grotesquebold", "Arial", "Helvetica", sans-serif;
	position: relative;
	z-index: 100;
	border: none;
}
			
#header-logo {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11%;
}

#contactUsBtn {
  width: 136px;
}

#main-header {
  height:104px;
  position:relative;
}

#contactUsBtnHolder {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 11%;
}

.main-button, .submitDiv #loginBtn {
  height: 40px;
  text-align:center;
  border-radius: 44px;
  font-family: "CeraPro-Regular";
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #ffffff;
  text-transform:none;
}

.alt-button {
  height: 40px;
  text-align:center;
  border-radius: 44px;
  border: solid 1px #2f8375;
  font-family: "CeraPro-Regular";
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  color: #2f8375;
  text-transform:none;
}

.backBtn button {
  font-family: "CeraPro-Regular";
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background: none;
  border: none;
  padding: 0px;
}

.backBtnHolder {
  text-align:left;
  width:752px;
  margin-bottom: 19px;
}

.container {
  text-align:center;
  width:752px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.content-container {
  text-align: center;
  width:752px;
}

#loginHeader {
  margin-top:26px;
}

.submitDiv {
  width:60%;
  padding-bottom:0px;
}

#verticalHolder {
  padding-top:0px;
}

#main {
  padding-bottom:48px;
}

.termsSupportLinks {
  text-align: center;
  padding-top: 27px;
  margin: 0;
  margin-top: 100px;
  margin-bottom: 22px;
  position: absolute;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 11%;
  right:11%;
  border-top: solid 1px rgba(72, 78, 87, 0.24);
}

.termsSupportLinks a {
  font-family: "CeraPro-Regular";
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

a:hover, a:focus, #contactUsBtn:hover, #contactUsBtn:focus, #backLabel:hover, #backLabel:focus, .sub, .sub2, #svgBackIcon {
  text-decoration:none !important;
  outline:none !important;
}

h1 {
	width: 100%;
    height: 40px;
    font-family: "CeraPro-Bold";
    font-size: 32px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #2b3035;
}

.sub{
	color: #ffffff;
	background: #0e428e;
}

.sub:hover {
	background: #153e79;
}

.sub:focus {
	background: #1c3963;
}

.sub2 {
	color: #0e428e;
	border-color: #0e428e;
	background: #ffffff;
}

.sub2:hover {
	background: #ecf0f6;
}

.sub2:focus {
	background: #d8e1ed;
}

a {
 	text-decoration: none;
	color: #0e428e;
	outline: none;
}
	
a:hover, .backBtn:hover, #togglePasswordBtn:hover { 
	color: #153e79;
	text-decoration: none;
	outline: none;
}

a:focus, .backBtn:focus { 
	color: #1c3963;
	text-decoration: none;
	outline: none;
}

.container {
	margin-top:158px;
}


#backBtnHolder #contactUsBtn {
	width: 176px;
  	height: 40px;
  	border-radius: 44px;
  	border: solid 1px #0e428e;
}

.termsSupportLinks {
    margin-top: 127px !important;
}

@media only screen and (max-width: 850px){
  .container {
	width:92% !important;
  }
  .content-container, #innerDiv, .backBtnHolder {
	width:100% !important;
  }
  #header-logo {
    left: 4%;
  }
  #contactUsBtnHolder {
    right: 4%;
  }
  #contactUsBtn {
    width: 112px;
  }
  .termsSupportLinks {
    left: 4%;
    right: 4%;
  }
}

@media only screen and (max-width: 550px){
  #verticalHolder .vertRegInput, div.errorMes, div.success, #legendDiv, #loginBtn, #forgotPasswordDiv, #resetSubitDiv, #backToLoginBtnDiv, #resetActivateSubmitDiv {
    width: 90%;
  }
}

@media only screen and (max-width: 300px){
  #contactUsBtn {
    width: 85px;
  }
  .enthuse-events, .enthuse-formerly {
    height:auto !important;
    height: -moz-fit-content !important;
    height:fit-content !important;
  }
}

p {
	height: 24px;
  	font-family: "CeraPro-Bold";
  	font-size: 18px;
  	font-stretch: normal;
  	font-style: normal;
  	line-height: 1.33;
  	letter-spacing: normal;
  	color: #2b3035;
}

#errorImage {
	height:217px;
	width:401px;
	margin-bottom:47px;
	margin-top:51px;
}

.comments #errorMsg {
	margin-top:15px;
	margin-bottom:0px;
	height: 56px;
	font-family: "CeraPro-Bold";
  	font-size: 48px;
  	font-stretch: normal;
 	font-style: normal;
  	line-height: 1.17;
	letter-spacing: normal;
 	color: #2b3035;
}


@media only screen and (max-width: 700px){
	.container {
		margin-top:98px;
	}
	p {
		height: 20px;
	  	font-size: 14px;
	  	line-height: 1.43;
	}
	#errorImage {
		height:186px;
		width:344px;
		margin-bottom:46px;
		margin-top:38px;
	}
	.comments #errorMsg {
		margin-top:12px;
		margin-bottom:0px;
		height: 40px;
	  	font-size: 32px;
	  	line-height: 1.25;
	}
	#backBtnHolder {
		margin-bottom:104px;
	}
}

@media only screen and (max-width: 374px){
	.container {
		margin-top:98px;
	}
	p {
		height: auto;
		height: -moz-fit-content;
		height: fit-content;
	  	font-size: 14px;
	  	line-height: 1.43;
	}
	#errorImage {
		height: auto;
    	width: 100%;
		margin-bottom:46px;
		margin-top:38px;
	}
	.comments #errorMsg {
		margin-top:12px;
		margin-bottom:0px;
		height: auto;
		height: -moz-fit-content;
		height: fit-content;
	  	font-size: 32px;
	  	line-height: 1.25;
	}
	#backBtnHolder {
		margin-bottom:104px;
	}
}