@import url(https://fonts.googleapis.com/css?family=Nunito);
@import url(https://fonts.googleapis.com/css2?family=Nova+Round&display=swap);
@font-face {
	font-family:proxima-nova;
	src:url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-bold-webfont.eot?) format("eot"),url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-bold-webfont.woff) format("woff"),url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-bold-webfont.ttf) format("truetype");
	font-weight:700;
	font-style:normal;
}

@font-face {
	font-family:proxima-nova-extrabold;
	src:url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-extrabold-webfont.eot?) format("eot"),url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-extrabold-webfont.woff) format("woff"),url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-extrabold-webfont.ttf) format("truetype");
	font-weight:1000;
	font-style:normal;
}

@font-face {
	font-family:proxima-nova-regular;
	src:url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-light-webfont.eot?) format("eot"),url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-light-webfont.woff) format("woff"),url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-light-webfont.ttf) format("truetype");
	font-weight:400;
	font-style:normal;
}

@font-face {
	font-family:proxima-nova-semi;
	src:url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-semibold-webfont.eot?) format("eot"),url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-semibold-webfont.woff) format("woff"),url(https://ca1-dhq.edcdn.com/email/fonts/proximanova/proximanova-semibold-webfont.ttf) format("truetype");
}

@font-face {
	font-display:swap;
	font-family:Degular;
	font-style:normal;
	font-weight:400;
	src:url(https://ia2-dhq.edcdn.com/dist/fonts/degular-regular.woff2?9411c9b3f30be4f1c7785851d3f122be) format("opentype")
}

@font-face {
	font-display:swap;
	font-family:Degular;
	font-style:normal;
	font-weight:600;
	src:url(https://ia2-dhq.edcdn.com/dist/fonts/degular-semibold.woff2?fcf8fc2fc5db92b17b99997b8e8cdefc) format("opentype")
}

@font-face{
	font-display:swap;
	font-family:Degular;
	font-style:normal;
	font-weight:700;
	src:url(https://ia2-dhq.edcdn.com/dist/fonts/degular-bold.woff2?b555d0855c8aaadfd56551d994643f59) format("opentype")
}

@font-face {
	font-display:swap;
	font-family:Degular;
	font-style:normal;
	font-weight:900;
	src:url(https://ia2-dhq.edcdn.com/dist/fonts/degular-black.woff2?509d4f2e1a41b5f0044d90963ca78cb9) format("opentype")
}

@keyframes fade {
    
    from {opacity: 0;}
    to {opacity: 1;}
    
}

@keyframes shake {
	
  0% { transform: translate(1px, 1px) rotate(0deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
	
}

@keyframes drop-in {
	
	from { transform: translate(0px, -100px) rotate(0deg); }
	to { transform: translate(0px, 0px) rotate(0deg); }
	
}

.shaker {
	
  animation: shake 0.5s;
  animation-iteration-count: 1;
	
}

.fader {
	
	animation: fade 0.5s;
	
}

.drop-in {
	
	animation: fade 0.75s, drop-in 0.75s;
	animation-iteration-count: 1;
	
}

html, body {
	
	background-color: #fff;
	height: calc(100vh);
	margin: 0;
	
}

.full-height {
	
	height: calc(100vh);
}

.flex-center {
	
	display: flex;
	-webkit-display: flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;

}

.position-ref {
	
	position: relative;
}

.top-right {
	
	position: absolute;
	right: 10px;
	top: 18px;
}

.top-bar-left {
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(40vw);
	height: 103px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px #e5e5e5 solid;
	background-color: #ffffff;
	padding: 0 20px;
	z-index: 1;
	
}

.top-bar-left-b {
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(100vw - 40px);
	height: 103px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px #e5e5e5 solid;
	background-color: #ffffff;
	padding: 0 20px;
	z-index: 1;
	
}

.top-bar-left-c {
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(40vw);
	height: 83px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px #e5e5e5 solid;
	background-color: #ffffff;
	padding: 0 20px;
	z-index: 1;
	
}

.top-bar-left-c-white {
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(45vw);
	height: 83px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px #e5e5e5 solid;
	background-color: #ffffff;
	padding: 0 20px;
	z-index: 1;
	
}
.top-bar-left-c-dark {
	
	position: absolute;
	left: 0px;
	top: 0px;
	width: calc(40vw);
	height: 83px;
	align-items: center;
	display: flex;
	justify-content: flex-start;
	border-bottom: 1px #444444 solid;
	background-color: #ffffff;
	padding: 0 20px;
	z-index: 1;
	
}

.top-bar-right {
	
	position: absolute;
	right: 0px;
	top: 0px;
	width: calc(60vw);
	height: 103px;
	align-items: center;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px #e5e5e5 solid;
	background-color: #ffffff;
	padding: 0px;
	z-index: 1;
	
}

.top-bar-right-b {
	
	position: absolute;
	right: 0px;
	top: 0px;
	width: calc(10vw);
	height: 103px;
	align-items: center;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px #e5e5e5 solid;
	background-color: #ffffff;
	padding: 0 20px;
	z-index: 1;
	
}

.top-bar-right-c {
	
	position: absolute;
	right: 0px;
	top: 0px;
	width: calc(60vw);
	height: 83px;
	align-items: center;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px #e5e5e5 solid;
	background-color: #ffffff;
	padding: 0px;
	z-index: 1;
	
}

.top-bar-right-c-white {
	
	position: absolute;
	right: 0px;
	top: 0px;
	width: calc(55vw);
	height: 83px;
	align-items: center;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px #e5e5e5 solid;
	background-color: #ffffff;
	padding: 0px;
	z-index: 1;
	
}

.top-bar-right-c-dark {
	
	position: absolute;
	right: 0px;
	top: 0px;
	width: calc(60vw);
	height: 83px;
	align-items: center;
	display: flex;
	justify-content: flex-end;
	border-bottom: 1px #444444 solid;
	background-color: #ffffff;
	padding: 0px;
	z-index: 1;
	
}

.bottom-bar {
	
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: calc(100vw);
	height: 51px;
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0;
	
}

.img-div {
	
	margin: 0;
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	
}

.img-div-white {
	
	margin: 0;
	width: 1px;
	height: 100%;
	background-color: #e6e6e6;
	
}

.img-div-dark {
	
	margin: 0;
	width: 1px;
	height: 100%;
	background-color: #444444;
	
}

.cc-text {
	
	font-family: 'proxima-nova-regular', sans-serif;
	color: #333333;
	font-size: 16px;
	letter-spacing: 0.25px;
	line-height: 26px;
	
}

.cc-text-sub {
	
	font-family: 'proxima-nova-regular', sans-serif;
	color: #333333;
	font-size: 12px;
	letter-spacing: 0.25px;
	line-height: 22px;
	
}

.content {
	
	text-align: left;
	flex: 0 0 calc(80vw);
	max-width: 500px;
	padding: 0px;
	border-radius: 4px;
	background-color: rgba(255,255,255,.5);
	box-shadow: 2px 2px 4px 2px #cccccc;
	
}

.card {

	font-size: 16px;
	font-weight: 200;
	font-family: proxima-nova-regular, sans-serif;
	color: #444444;

}

.i-title {
	
	width: 100%;
	height: 63px;
	align-items: center;
	display: flex;
	justify-content: flex-start; 
	padding: 20px 30px 10px 30px;
	
}

.title {

	font-size: 40px;
	font-family: 'proxima-nova-regular', sans-serif;
	font-weight: 600;
	color: #333333;
	float: left;
	max-width: 450px;
	width: 100%;
	padding: 10px 30px 30px 30px;

}

.title-b {

	color: #ffffff;

}

.m-b-md {
	margin-bottom: 30px;
}

.form-field {

	max-width: 350px;
	width: 100%;
	padding: 10px;
	font-size: 16px;

}

.form-body {
	
	color: #000000;
	font-family: 'proxima-nova-regular', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: 0px;
	
}

.btn {

	color: #444444;
	padding: 10px 15px;
	font-size: 14px;
	font-family: proxima-nova, sans-serif;
	letter-spacing: .1rem;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px #636b6f solid;
	border-radius: 5px;
	transition: background 0.25s ease-in-out;
	background-color: #ffffff;

}

.btn:hover {

	background-color: #636b6f;
	color: #ffffff;

}

.login-link {

	font-size: 11px;
	color: #333333;

}

.a-links {
				
	color: #333333;
	padding: 15px 25px;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0.3px;
	font-family: 'proxima-nova-regular', sans-serif;
	text-decoration: none;
	background-color: rgb(255,197,1);

}

.brand-name {
	
	font-family: 'proxima-nova-regular', sans-serif;
	font-size: 40px;
	color: #777777;
	letter-spacing: 1px;
	padding: 22px 30px 22px 18px;
	border-left: 1px #e6e6e6 solid;
	
}

label {
	
	color: #000000;
	font-family: 'proxima-nova-regular', sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 0.25px;
	
}


@media (max-width: 769px) {

	.title {

		width: 100%;
		float: none;
		font-size: 40px;

	}
	
	.top-bar-left-b {
		
		justify-content: center;
		
	}

}