.ev .widget-header {
    background: #000a44;
}
.ev .product-item {
	width: 100%;
}
.ev .col-sm-6 {
    width: 100%;
}
.ev .col-sm-offset-3 {
    margin-left: unset !important;
}
ev-login div[id="login-flip-front"].flip-front, ev-login div[id="login-flip-back"].flip-back, ev-registration[id^="registration-widget"] > div:first-of-type {
    max-width: 70vw;
    width: 95% !important;
    margin: 0 auto;
    position: relative;
}
div[id^="ev-widget.forgotPassword"].widget-container {
    top: -350px;
    position: relative;
}
ev-login #widget-body .widget-form button {
    background-image: none;
    background-repeat: unset;
    border-color: unset;
    background-color: #000944;
    font-family: 'Lato', sans-serif;
    color: white;
}
ev-login #widget-body .widget-form button:hover {
    background-color: #163f91;
}
ev-registration #widget-body #registrationCaptureAttrs button {
    background-image: none;
    background-repeat: unset;
    border-color: unset;
    background-color: #000944;
    font-family: 'Lato', sans-serif;
    color: white;
}
ev-registration #widget-body #registrationCaptureAttrs button:hover {
    background-color: #163f91;
}
ev-reset-password #widget-body .widget-form button {
    background-image: none;
    background-repeat: unset;
    border-color: unset;
    background-color: #000944;
    font-family: 'Lato', sans-serif;
    color: white;
}
ev-reset-password #widget-body .widget-form button:hover {
    background-color: #163f91;
}
body > .disclaimer {
	max-width: 70vw;
    width: 60% !important;
    margin: -20px auto;
    position: relative;
}
body > .disclaimer > h4 {
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.ev .dropdown-menu {
    right: 0;
    left: unset !important;
}
#registerHeader {
	width: 90%;
	margin: 0 auto;
}
#registerHeaderImage {
	width: 40%;
	margin: 0 auto;
	float: left;
}
#registerHeaderImage img {
	width: 100%;
}
#registerHeaderText {
	width: 50%;
	float:right;
	margin: 0 auto;
	padding: 0.5em 1em;
}
#registerHeaderText div {
	font-family: 'Lato', sans-serif; line-height: 1.5;
}
#registrationForm {
	margin-top: 200px;
	width: 100%;
	margin: 0 auto;
	float: left;
}
@media only screen and (max-width: 700px) {
	#registerHeader {
		width: 100%;
		margin: 0 auto;
	}
	#registerHeaderImage {
		width: 100%;
		margin: 0 auto;
	}	
	#registerHeaderText {
		width: 100%;
		margin: 0 auto;
		float: left;
	}
}


#engagement-top {
  font-family: "Lato", Sans-Serif;
}
@media (min-width: 768px) {
  .ev-em-modals .ev-em-modal-dialog {

    margin: 30px auto;
  }
  .ev-em-modals .ev-em-modal-sm {
    width: 700px;
  }
}

#engagement-top {

  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,.8);
}
