@import-normalize;
body{
	font-family: 'Open Sans', sans-serif;
}
p{
	color: #7A7A7A;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
}
.darkColor{
	color: #54595F;
}
.topBar{
	background: #54595F;
	text-align: center;
	padding: 4px 20px;
	color: #ffffff;
}
.topBar p{
	margin: 0px;
	font-family: 'Open Sans', sans-serif;
}
.topBar ul{
	padding: 0px;
	margin: 0px;
	text-align: left;
}
.topBar ul li{
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
}
.topBar li .icon-list-icon{
	margin-right: 8px;
	color: #ffffff;
	font-size: 16px;
}
.socialMedia ul{
	padding: 0px;
	margin: 0px;
	text-align: right;

}
.socialMedia ul li{
	display: inline-block;
	margin: 0px 15px;
}
.socialMedia li i{
	color: #ffffff;
	font-size: 20px;
}
.socialMedia li:hover i{
	color: #94D042;
}
/*Logo Block*/
.menuBlock{
	background: #ffffff;
	padding: 10px 0px;
}
.logoBlock{
	padding: 10px 0px;
}
.logoBlock img{
	width: 232px;
}
.mainMenu{
	margin-top: 18px;
}
.mainMenu ul{
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.mainMenu ul li{
	display: inline-block;
	padding: 10px 15px;
}
.mainMenu li a{
	color: #929399;
	text-decoration: none;
	font-family: Sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.mainMenu li:hover a{
	color: #94D042;
}
.mainMenu li.btnClass a{
	color: #ffffff;
}
.btnClass{
	background: #94D042;
	color: #ffffff;
	border-radius: 5px;
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.btnClass:hover{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.mainMenu li.applyBtn{
	padding: 2px 20px;
}
.bannerBlock{
	background: url(../images/banner.jpg)no-repeat center -70px;
	background-size: cover;
	text-align: right;
	padding-bottom: 108px;
}
.bannerBlock h1{
	margin-top: 130px;
	text-align: right;
	color: #ffffff;
	font-size: 41px;
	font-weight: 900;
	line-height: 1.2em;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.bannerBtn{
	margin: 30px 0px;
	display: inline-block;
	padding: 15px 40px;
	background-color: #94D042;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	border-radius: 4px 4px 4px 4px;
	padding: 20px 80px 20px 80px;
}
.bannerBtn a{
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ffffff;
	text-decoration: none;
}
.bannerList ul li{
	display: block;
	color: #ffffff;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
	margin: 10px 0px;
}

.sectionGap{
	padding: 125px 0px;
}
.worksSection{
	padding-top: 45px;
}
.introBlock h4{
	color: #94D042;
	font-size: 40px;
	font-weight: 600;
}
.introBlock p{
	color: #9F9F9F;
	font-size: 25px;
	font-weight: 300;
}
.sectionTitle{
	color: #94D042;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sectionTitle.darkColor{
	color: #54595F;
}
.procedureContainer{
	margin: 0px;
}
.qualifyBlock{
	padding-top: 70px;
}
.procedureBlock{
	text-align: center;
	margin-bottom: 60px;
}
.procedureBlock i{
	font-size: 60px;
	color: #94D042;
}
.procedureBlock h5, .servInfoBlock h5{
	margin: 25px 0px;
	color: #54595F;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
}
.qualifyList{
	color: #7A7A7A;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
	margin-left: 50px;
}

.darkBgBlock{
	background: #EFEFEF;
}
.fundingBlock i{
	color: #94D042;
	font-size: 60px;
	margin-bottom: 55px;
}
.fundingBlock h3{
	color: #54595F;
	font-size: 40px;
	font-weight: 600;
	margin-bottom: 20px;
}
.fundingBlock h4{
	color: #7A7A7A;
	font-size: 25px;
	font-weight: 300;
}
.whyChooseBlock{
	padding-top: 70px;
}
.footer{
	background: #54595F;
	padding: 70px 0px;
}
.footerLogo{
	text-align: right;

}
.footerLogo img{
	width: 200px;
}
.col-title h5{
	color: #ffffff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
.footerList ul{
	padding: 0px;
	margin: 0px;
}
.footerList ul li{
	display: block;
}
.footerList li a{
	font-size: 14px;
	font-weight: 300;
	color: rgba(255,255,255,0.45);
	padding-left: 0px;
	text-decoration: none;
}
.copyRight{
	text-align: right;
	margin-top: 50px;
}
.copyRight p{
	font-size: 14px;
	font-weight: 400;
	color: rgba(255,255,255,0.8);
}
.infoBottomBlock{
	background: #E1E1E1;
	padding: 100px 0px;
}
.infoBottomBlock a{
	text-decoration: none;
	color: #78BC1C;
}
.contentArea{
	padding: 50px 0px 50px 0px;
	margin: 0px;
}
.pageTitle h1{
	font-size: 38px;
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #929399;
	text-transform: uppercase;
}
.contentWrap h5{
	margin-top: .5rem;
	margin-bottom: 1rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	color: #929399;
}
.contentWrap ul li{
	color: #7A7A7A;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4em;
}
.contentWrap a{
	color: #78BC1C;
	text-decoration: none;
}
.contentWrap table td, .contentWrap table th{
	border: 1px solid #cccccc;
	color: #7A7A7A;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
	padding: 15px;
}
.contentWrap table th{
	font-size: 18px;
	font-weight: 700;
}

@media (min-width: 768px) {
#omForm .om-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
#omForm.om-lg .om-container {
    max-width: 880px;
}
#omForm .om-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
#omForm .om-col {
    padding-left: 10px;
    padding-right: 10px;
}
#omForm .om-col-auto {
    flex: 0 0 auto;
    max-width: 100%;
}
#omForm .om-col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
#omForm .om-col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
#omForm .om-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
#omForm .om-col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
#omForm .om-col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
#omForm .om-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
#omForm .om-col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
#omForm .om-col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
#omForm .om-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
#omForm .om-col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
#omForm .om-col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
#omForm .om-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (min-width: 768px) {
#omForm.om-md .om-col-md-auto {
    flex: 0 0 auto;
    max-width: 100%;
}
#omForm.om-md .om-col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
#omForm.om-md .om-col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
#omForm.om-md .om-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
#omForm.om-md .om-col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
#omForm.om-md .om-col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
#omForm.om-md .om-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
#omForm.om-md .om-col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
#omForm.om-md .om-col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
#omForm.om-md .om-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
#omForm.om-md .om-col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
#omForm.om-md .om-col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
#omForm.om-md .om-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
#omForm.om-lg .om-col-lg-auto {
    flex: 0 0 auto;
    max-width: 100%;
}
#omForm.om-lg .om-col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
#omForm.om-lg .om-col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
#omForm.om-lg .om-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
#omForm.om-lg .om-col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
#omForm.om-lg .om-col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
#omForm.om-lg .om-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
#omForm.om-lg .om-col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
#omForm.om-lg .om-col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
#omForm.om-lg .om-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
#omForm.om-lg .om-col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
#omForm.om-lg .om-col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
#omForm.om-lg .om-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
#omForm .om-offset-auto {
    margin-left: auto;
}
#omForm .om-offset-0 {
    margin-left: 0;
}
#omForm .om-offset-1 {
    margin-left: 8.33333%;
}
#omForm .om-offset-2 {
    margin-left: 16.66667%;
}
#omForm .om-offset-3 {
    margin-left: 25%;
}
#omForm .om-offset-4 {
    margin-left: 33.33333%;
}
#omForm .om-offset-5 {
    margin-left: 41.66667%;
}
#omForm .om-offset-6 {
    margin-left: 50%;
}
#omForm .om-offset-7 {
    margin-left: 58.33333%;
}
#omForm .om-offset-8 {
    margin-left: 66.66667%;
}
#omForm .om-offset-9 {
    margin-left: 75%;
}
#omForm .om-offset-10 {
    margin-left: 83.33333%;
}
#omForm .om-offset-11 {
    margin-left: 91.66667%;
}
#omForm.om-md .om-offset-md-auto {
    margin-left: auto;
}
#omForm.om-md .om-offset-md-0 {
    margin-left: 0;
}
#omForm.om-md .om-offset-md-1 {
    margin-left: 8.33333%;
}
#omForm.om-md .om-offset-md-2 {
    margin-left: 16.66667%;
}
#omForm.om-md .om-offset-md-3 {
    margin-left: 25%;
}
#omForm.om-md .om-offset-md-4 {
    margin-left: 33.33333%;
}
#omForm.om-md .om-offset-md-5 {
    margin-left: 41.66667%;
}
#omForm.om-md .om-offset-md-6 {
    margin-left: 50%;
}
#omForm.om-md .om-offset-md-7 {
    margin-left: 58.33333%;
}
#omForm.om-md .om-offset-md-8 {
    margin-left: 66.66667%;
}
#omForm.om-md .om-offset-md-9 {
    margin-left: 75%;
}
#omForm.om-md .om-offset-md-10 {
    margin-left: 83.33333%;
}
#omForm.om-md .om-offset-md-11 {
    margin-left: 91.66667%;
}
#omForm.om-lg .om-offset-lg-auto {
    margin-left: auto;
}
#omForm.om-lg .om-offset-lg-0 {
    margin-left: 0;
}
#omForm.om-lg .om-offset-lg-1 {
    margin-left: 8.33333%;
}
#omForm.om-lg .om-offset-lg-2 {
    margin-left: 16.66667%;
}
#omForm.om-lg .om-offset-lg-3 {
    margin-left: 25%;
}
#omForm.om-lg .om-offset-lg-4 {
    margin-left: 33.33333%;
}
#omForm.om-lg .om-offset-lg-5 {
    margin-left: 41.66667%;
}
#omForm.om-lg .om-offset-lg-6 {
    margin-left: 50%;
}
#omForm.om-lg .om-offset-lg-7 {
    margin-left: 58.33333%;
}
#omForm.om-lg .om-offset-lg-8 {
    margin-left: 66.66667%;
}
#omForm.om-lg .om-offset-lg-9 {
    margin-left: 75%;
}
#omForm.om-lg .om-offset-lg-10 {
    margin-left: 83.33333%;
}
#omForm.om-lg .om-offset-lg-11 {
    margin-left: 91.66667%;
}
#omForm,
#omForm *,
#omForm :after,
#omForm :before {
    box-sizing: border-box;
}
#omForm a,
#omForm abbr,
#omForm acronym,
#omForm address,
#omForm applet,
#omForm b,
#omForm big,
#omForm blockquote,
#omForm caption,
#omForm cite,
#omForm code,
#omForm dd,
#omForm del,
#omForm dfn,
#omForm dl,
#omForm dt,
#omForm em,
#omForm embed,
#omForm fieldset,
#omForm font,
#omForm form,
#omForm h1,
#omForm h2,
#omForm h3,
#omForm h4,
#omForm h5,
#omForm h6,
#omForm i,
#omForm iframe,
#omForm img,
#omForm ins,
#omForm kbd,
#omForm label,
#omForm legend,
#omForm li,
#omForm object,
#omForm ol,
#omForm p,
#omForm param,
#omForm pre,
#omForm q,
#omForm s,
#omForm samp,
#omForm small,
#omForm strike,
#omForm strong,
#omForm sub,
#omForm sup,
#omForm table,
#omForm tbody,
#omForm td,
#omForm tfoot,
#omForm th,
#omForm thead,
#omForm tr,
#omForm tt,
#omForm ul,
#omForm var {
    border: 0;
    font-size: 100%;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
#omForm button,
#omForm input,
#omForm select,
#omForm textarea {
    font-family: inherit;
}
#omForm input,
#omForm textarea {
    margin: 0;
    padding: 0;
}
#omForm table {
    border-collapse: collapse;
    border-spacing: 0;
}
#omForm fieldset,
#omForm img {
    border: 0;
}
#omForm address,
#omForm caption,
#omForm cite,
#omForm code,
#omForm dfn,
#omForm em,
#omForm strong,
#omForm th,
#omForm var {
    font-style: normal;
    font-weight: 400;
}
#omForm ol,
#omForm ul {
    list-style: none;
}
#omForm caption,
#omForm th {
    text-align: left;
}
#omForm h1,
#omForm h2,
#omForm h3,
#omForm h4,
#omForm h5,
#omForm h6 {
    font-size: 100%;
    font-weight: 400;
}
#omForm abbr,
#omForm acronym {
    border: 0;
}
#omForm a span {
    cursor: pointer;
}
#omForm b,
#omForm strong {
    font-weight: 700;
}
#omForm em {
    font-style: italic;
}
#omForm em strong,
#omForm strong em {
    font-style: italic;
    font-weight: 700;
}
#omForm button {
    cursor: pointer;
    line-height: normal !important;
    overflow: visible;
}
#omForm button::-moz-focus-inner {
    border: 0;
    margin: -1px 0 0;
    padding: 0;
}
#omForm pre {
    font-style: italic;
}
#omForm .om-unsubscribe__select,
#omForm .omInputText {
    background-color: #fff;
    border: 1px solid #dbe0e2;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    height: 38px;
    padding: 8px 6px;
    width: 100%;
}
#omForm .om-unsubscribe__select:hover,
#omForm .omInputText:hover {
    border-color: #b4c2c8;
}
#omForm .om-unsubscribe__select:focus,
#omForm .omInputText:focus {
    border-color: #20b2ec;
}
#omForm .om-unsubscribe__select:focus::-ms-value,
#omForm .omInputText:focus::-ms-value {
    background: none !important;
    color: #182634 !important;
    font-weight: 400 !important;
}
#omForm .is-error .om-unsubscribe__select,
#omForm .is-error .omInputText,
#omForm .is-error.om-unsubscribe__select,
#omForm .omInputText.is-error {
    border-color: #d35d6e;
}
#omForm .om-dob-row {
    display: flex;
    margin: 0 -5px;
}
#omForm .om-dob-row .om-dob-item {
    padding: 0 5px;
    width: 33.333%;
}
#omForm span.omHelp-block {
    display: none;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
}
#omForm span.omHelp-block{
    color: #b94a48;
    display: block;
    margin-top: 5px;
}/*
#omForm .graphic-checkbox,
#omForm .graphic-radio {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    margin-right: 15px;
    min-height: 38px;
    position: relative;
}
#omForm .graphic-checkbox input,
#omForm .graphic-radio input {
    display: none;
}
#omForm .graphic-checkbox:before,
#omForm .graphic-radio:before {
    content: "";
    display: block;
    flex-shrink: 0;
    height: 20px;
    margin-right: 5px;
    width: 20px;
}
#omForm .graphic-checkbox:before {
    background: url(https://cdn101.zeroparallel.com/app/prod/products/1/payday_form_simple/assets/icon-checkbox.png) no-repeat 0 0;
}
#omForm .graphic-checkbox.is-checked:before {
    background-position: 0 -20px;
}
#omForm .graphic-radio:before {
    background: url(https://cdn101.zeroparallel.com/app/prod/products/1/payday_form_simple/assets/icon-radio.png) no-repeat 0 0;
}
#omForm .graphic-radio.is-checked:before {
    background-position: 0 -20px;
}*/
#omForm .btn {
    background: #987cad;
    background: linear-gradient(180deg, #987cad 0, #675284);
    border: 1px solid #675284;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    color: #fff;
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    height: 70px;
    line-height: 40px;
    padding: 15px 40px;
    text-decoration: none;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
}
#omForm .btn:hover {
    background: #ab8dc0;
    background: linear-gradient(180deg, #ab8dc0 0, #7f6a9c);
    color: #fff;
}
#omForm .btn:active {
    box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
    #omForm .btn {
        font-size: 18px;
        height: 50px;
        line-height: 30px;
        padding: 10px 20px;
    }
}
#omForm .qs-datepicker-container {
    background: #fff;
    border: 1px solid gray;
    border-radius: 0.26392em;
    box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
    color: #000;
    display: flex;
    flex-direction: column;
    font-family: sans-serif;
    font-size: 1rem;
    overflow: hidden;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 15.625em;
    z-index: 9001;
}
#omForm .qs-datepicker-container * {
    box-sizing: border-box;
}
#omForm .qs-centered {
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}
#omForm .qs-hidden {
    display: none;
}
#omForm .qs-overlay {
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    left: 0;
    opacity: 1;
    padding: 0.5em;
    position: absolute;
    top: 0;
    transition: opacity 0.3s;
    width: 100%;
    z-index: 1;
}
#omForm .qs-overlay.qs-hidden {
    opacity: 0;
    z-index: -1;
}
#omForm .qs-overlay .qs-overlay-year {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 0.875em;
    margin: 0 auto;
    padding: 0.25em 0;
    text-align: center;
    width: 80%;
}
#omForm .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
#omForm .qs-overlay .qs-close {
    cursor: pointer;
    padding: 0.5em;
    position: absolute;
    right: 0;
    top: 0;
}
#omForm .qs-overlay .qs-submit {
    background: hsla(0, 0%, 50%, 0.4);
    border: 1px solid #fff;
    border-radius: 0.26392em;
    cursor: pointer;
    margin: 0 auto auto;
    padding: 0.5em;
}
#omForm .qs-overlay .qs-submit.qs-disabled {
    border-color: gray;
    color: gray;
    cursor: not-allowed;
}
#omForm .qs-overlay .qs-overlay-month-container {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
}
#omForm .qs-overlay .qs-overlay-month {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    opacity: 0.5;
    transition: opacity 0.15s;
    width: 33.33333%;
}
#omForm .qs-overlay .qs-overlay-month.active,
#omForm .qs-overlay .qs-overlay-month:hover {
    opacity: 1;
}
#omForm .qs-controls {
    align-items: center;
    background: #d3d3d3;
    display: flex;
    filter: blur(0);
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: space-between;
    transition: filter 0.3s;
    width: 100%;
}
#omForm .qs-controls.qs-blur {
    filter: blur(5px);
}
#omForm .qs-arrow {
    border-radius: 0.26392em;
    cursor: pointer;
    height: 1.5625em;
    position: relative;
    transition: background 0.15s;
    width: 1.5625em;
}
#omForm .qs-arrow:hover {
    background: rgba(0, 0, 0, 0.1);
}
#omForm .qs-arrow:hover.qs-left:after {
    border-right-color: #000;
}
#omForm .qs-arrow:hover.qs-right:after {
    border-left-color: #000;
}
#omForm .qs-arrow:after {
    border: 0.39062em solid transparent;
    content: "";
    position: absolute;
    top: 50%;
    transition: border 0.2s;
}
#omForm .qs-arrow.qs-left:after {
    border-right-color: gray;
    right: 50%;
    transform: translate(25%, -50%);
}
#omForm .qs-arrow.qs-right:after {
    border-left-color: gray;
    left: 50%;
    transform: translate(-25%, -50%);
}
#omForm .qs-month-year {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    font-weight: 700;
    transition: border 0.2s;
}
#omForm .qs-month-year:hover {
    border-bottom: 1px solid gray;
}
#omForm .qs-month-year:active:focus,
#omForm .qs-month-year:focus {
    outline: none;
}
#omForm .qs-month {
    padding-right: 0.5ex;
}
#omForm .qs-year {
    padding-left: 0.5ex;
}
#omForm .qs-squares {
    display: flex;
    filter: blur(0);
    flex-wrap: wrap;
    padding: 0.3125em;
    transition: filter 0.3s;
}
#omForm .qs-squares.qs-blur {
    filter: blur(5px);
}
#omForm .qs-square {
    align-items: center;
    border-radius: 0.26392em;
    cursor: pointer;
    display: flex;
    height: 1.5625em;
    justify-content: center;
    transition: background 0.1s;
    width: 14.28571%;
}
#omForm .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: orange;
}
#omForm .qs-current {
    font-weight: 700;
    text-decoration: underline;
}
#omForm .qs-active,
#omForm .qs-range-end,
#omForm .qs-range-start {
    background: #add8e6;
}
#omForm .qs-range-start:not(.qs-range-6) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#omForm .qs-range-middle {
    background: #d4ebf2;
}
#omForm .qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
    border-radius: 0;
}
#omForm .qs-range-middle.qs-range-0 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#omForm .qs-range-end:not(.qs-range-0),
#omForm .qs-range-middle.qs-range-6 {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
#omForm .qs-disabled,
#omForm .qs-outside-current-month {
    opacity: 0.2;
}
#omForm .qs-disabled {
    cursor: not-allowed;
}
#omForm .qs-empty {
    cursor: default;
}
#omForm .qs-day {
    color: gray;
    cursor: default;
    font-weight: 700;
}
#omForm .qs-event {
    position: relative;
}
#omForm .qs-event:after {
    background: #07f;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 0.46875em;
    position: absolute;
    right: 0;
    width: 0.46875em;
}
#omForm .qs-datepicker {
    box-sizing: border-box;
    padding: 2px;
}
#omForm .qs-datepicker-container {
    border: 0;
    border-radius: 4px;
    box-shadow: 0 2px 3px hsla(0, 0%, 4%, 0.1), 0 0 0 1px hsla(0, 0%, 4%, 0.1);
    font-family: inherit;
    width: 16rem;
}
#omForm .qs-datepicker .qs-controls {
    background: none;
}
#omForm .qs-datepicker .qs-arrow {
    border-radius: 3px;
    height: 2.5rem;
    transition: all 0.3s;
    width: 2.5rem;
}
#omForm .qs-datepicker .qs-arrow:hover {
    background: rgba(0, 0, 0, 0.05);
}
#omForm .qs-datepicker .qs-month-year {
    align-items: center;
    border: 0;
    border-radius: 3px;
    display: flex;
    flex-grow: 1;
    height: 2.5rem;
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    transition: all 0.3s;
}
#omForm .qs-datepicker .qs-month-year:hover {
    background: rgba(0, 0, 0, 0.05);
    border: 0;
}
#omForm .qs-datepicker .qs-squares {
    padding: 0;
}
#omForm .qs-datepicker .qs-square {
    border-radius: 3px;
    height: 2.25rem;
    width: 2.25rem;
}
#omForm .qs-datepicker .qs-square.qs-day {
    color: unset;
    font-size: 0.875em;
    height: 1.5rem;
}
#omForm .qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
    background: rgba(0, 0, 0, 0.05);
}
#omForm .qs-datepicker .qs-active,
#omForm .qs-datepicker .qs-range-end,
#omForm .qs-datepicker .qs-range-start {
    background: #675284;
    color: #fff;
    font-weight: 700;
}
#omForm .qs-datepicker .qs-overlay {
    background: hsla(0, 0%, 100%, 0.5);
    color: inherit;
}
#omForm .qs-datepicker .qs-overlay .qs-overlay-year {
    border-color: inherit;
    color: inherit;
    font-size: inherit;
    height: 2.25rem;
}
#omForm .qs-datepicker .qs-overlay .qs-overlay-year:focus {
    outline: none;
}
#omForm .qs-datepicker .qs-overlay .qs-close {
    top: 0.25rem;
}
#omForm .qs-datepicker .qs-overlay .qs-overlay-month-container {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
#omForm .qs-datepicker .qs-overlay .qs-submit {
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
#omForm .qs-datepicker .qs-overlay .qs-submit:not(.qs-disabled) {
    background: #ab8dc0;
    background: linear-gradient(180deg, #ab8dc0, #7f6a9c);
    color: #fff;
}
#omForm .qs-datepicker .qs-overlay .qs-submit.qs-disabled {
    color: inherit;
    opacity: 0.3;
}
#omForm .mytooltip {
    background: url(https://cdn101.zeroparallel.com/app/prod/products/1/payday_form_simple/assets/icon-tooltip.png) no-repeat 0 0;
    cursor: help;
    display: inline-block;
    font-weight: 400;
    height: 20px;
    margin: -5px 0;
    position: relative;
    width: 20px;
}
#omForm .mytooltip-box {
    background: #041c17;
    border-radius: 4px;
    bottom: 100%;
    color: #fff;
    display: none;
    font-size: 13px;
    left: 50%;
    line-height: 1.4em;
    margin-bottom: 10px;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    white-space: normal;
    width: 300px;
}
#omForm .mytooltip-box:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #041c17;
    content: "";
    display: block;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 100%;
}
#omForm .mytooltip:hover .mytooltip-box {
    display: block;
}
#omForm .form-field_bankAba .mytooltip-box,
#omForm .form-field_bankAccountNumber .mytooltip-box {
    background: url(https://cdn101.zeroparallel.com/app/prod/products/1/payday_form_simple/assets/check_vector.svg) no-repeat bottom;
    background-size: contain;
    display: block;
    height: 0;
    opacity: 0;
    transition: all 0.5s;
    visibility: hidden;
    width: 335px;
}
#omForm .form-field_bankAba .mytooltip-box:after,
#omForm .form-field_bankAccountNumber .mytooltip-box:after {
    border-top-color: #fff;
}
@media (max-width: 940px) {
    #omForm .form-field_bankAba .mytooltip-box,
    #omForm .form-field_bankAccountNumber .mytooltip-box {
        width: 250px;
    }
}
#omForm .form-field_bankAba .mytooltip:hover .mytooltip-box,
#omForm .form-field_bankAccountNumber .mytooltip:hover .mytooltip-box {
    height: 200px;
    opacity: 1;
    visibility: visible;
}
@media (max-width: 768px) {
    #omForm .mytooltip {
        position: static;
    }
    #omForm .mytooltip-box {
        left: 0;
        margin-left: 0;
        max-width: 100%;
        transform: none;
        width: auto;
    }
    #omForm .mytooltip-box:after {
        display: none;
    }
}
#omForm .om-unsubscribe {
    padding: 30px 0;
}
#omForm .om-unsubscribe__title {
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    text-align: center;
}
#omForm .om-unsubscribe__submit {
    background-color: #ddd;
    border-radius: 3px;
    display: none;
    font-size: 18px;
    margin: 0 auto;
    padding: 10px 20px;
}
#omForm .om-unsubscribe__submit,
#omForm .om-unsubscribe__submit:hover {
    color: inherit;
    text-decoration: none;
}
#omForm .om-unsubscribe__submit_visible {
    display: table;
    margin-top: 15px;
}
.omModal-open {
    overflow: hidden;
}
.omModal-open .omModal {
    overflow-x: hidden;
    overflow-y: auto;
}
.omModal {
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    outline: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1050;
}
.omModal.omFade {
    transition: opacity 0.15s ease;
}
.omModal.omModal-show {
    opacity: 1;
}
.omModal-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    display: flex;
    flex-direction: column;
    outline: 0;
    pointer-events: auto;
    position: relative;
    width: 100%;
}
.omModal-content ul {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.omModal-content ul li {
    list-style: disc;
    list-style-position: inside;
    margin: 2px 0;
}
.omModal-content ul li ul {
    padding-left: 20px;
}
.omModal-content ul li li {
    font-size: 12px;
}
.omModal button.omModal-close {
    cursor: pointer;
    display: block;
    height: 2rem;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    width: 2rem;
    z-index: 1;
}
.omModal button.omModal-close,
.omModal button.omModal-close:focus,
.omModal button.omModal-close:hover {
    background: transparent
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E")
        50%/1em auto no-repeat;
    border: none;
    border-radius: 0;
}
.omModal button.omModal-close:active {
    box-shadow: none;
}
.omModal button.omModal-close:focus {
    outline: none;
}
.omModal button.omModal-close:hover {
    opacity: 0.75;
}
.omModal button.omModal-close:after,
.omModal button.omModal-close:before {
    display: none;
}
.omModal-title {
    font-size: 1.125em;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 1em;
}
.omModal-body {
    flex: 1 1 auto;
    padding: 1rem 3rem 2rem;
    position: relative;
}
.omModal-dialog {
    margin: 0.5rem;
    pointer-events: none;
    position: relative;
    width: auto;
}
.omModal.omFade .omModal-dialog {
    transform: translateY(-50px);
    transition: transform 0.3s ease-out;
}
.omModal.omModal-show .omModal-dialog {
    transform: none;
}
.omModal.omModal-static .omModal-dialog {
    transform: scale(1.02);
}
@media (prefers-reduced-motion: reduce) {
    .omModal.omFade .omModal-dialog {
        transition: none;
    }
}
.omModal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.omModal-dialog-scrollable .omModal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.omModal-dialog-scrollable .omModal-body {
    overflow-y: auto;
}
.omModal-dialog-centered {
    align-items: center;
    display: flex;
    min-height: calc(100% - 1rem);
}
.omModal-dialog-centered:before {
    content: "";
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
}
.omModal-dialog-centered.omModal-dialog-scrollable {
    flex-direction: column;
    height: 100%;
    justify-content: center;
}
.omModal-dialog-centered.omModal-dialog-scrollable:before {
    content: none;
}
.omModal-dialog-centered.omModal-dialog-scrollable .omModal-content {
    max-height: none;
}
.omModal-backdrop {
    background-color: #000;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1040;
}
.omModal-backdrop.omFade {
    opacity: 0;
}
.omModal-backdrop.omModal-show {
    opacity: 0.5;
}
.omModal-scrollbar-measure {
    height: 50px;
    overflow: scroll;
    position: absolute;
    top: -9999px;
    width: 50px;
}
@media (min-width: 576px) {
    .omModal-dialog {
        margin: 1.75rem auto;
        max-width: 500px;
    }
    .omModal-small .omModal-dialog {
        max-width: 300px;
    }
    .omModal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .omModal-dialog-scrollable .omModal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .omModal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .omModal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }
}
@media (min-width: 992px) {
    .omModal-large .omModal-dialog {
        max-width: 800px;
    }
}
#omForm {
    background: #f1f5f9;
    border-radius: 5px;
    color: #1f1f1f;
    font-family: Open Sans, Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 30px;
    text-align: left;
}
#omForm .infoup,
#omForm a {
    color: #69488b;
    cursor: pointer;
    text-decoration: underline;
}
#omForm .infoup:hover,
#omForm a:hover {
    text-decoration: none;
}
#omForm #omFormContent {
    padding-bottom: 20px;
    padding-top: 20px;
}
#omForm h1 {
    word-wrap: break-word;
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 1.2em;
    margin: 0 0 40px;
    text-align: center;
}
#omForm h1,
#omForm h1 a {
    font-weight: 700;
}
#omForm label.omLabel {
    display: block;
    font-weight: 600;
    padding-bottom: 5px;
    position: relative;
}
#omForm .form-page {
    background: #fff;
    border: 1px solid #f6ebfd;
    border-radius: 3px;
    margin-bottom: 30px;
}
#omForm .form-page-header {
    border-bottom: 1px solid #f6ebfd;
    color: #69488b;
    margin-bottom: 25px;
    padding: 20px 30px;
}
#omForm .form-page-header strong {
    display: block;
    font-size: 20px;
}
#omForm .form-page-body {
    padding: 0 30px 10px;
}
#omForm .form-page-item {
    margin-bottom: 20px;
}
#omForm .form-page-footer {
    font-size: 12px;
    padding: 0 30px 30px;
}
#omForm .form-page-footer label {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3em;
}
#omForm .form-button {
    margin-top: 30px;
    text-align: center;
}
.form-page-item_address,
.form-page-item_dob,
.form-page-item_zip {
    width: 100%;
}
#omForm.om-md .form-page-item_zip {
    width: 33.333%;
}
#omForm.om-md .form-page-item_address,
#omForm.om-md .form-page-item_dob {
    width: 50%;
}
#omForm.is-gautocomplete .form-page-item_dob,
#omForm.is-gautocomplete .form-page-item_zip {
    order: 1;
}
#omForm.is-gautocomplete.om-md .form-page-item_address {
    width: 33.333%;
}
#omForm.is-gautocomplete.om-md .form-page-item_dob,
#omForm.is-gautocomplete.om-md .form-page-item_zip {
    width: 50%;
}
#omForm #omBankEditControl,
#omForm #omBankEditControl:active,
#omForm #omBankEditControl:focus,
#omForm #omBankEditControl:hover {
    background: none;
    border: 0;
    box-shadow: none;
    color: #4d90fe;
    display: inline;
    margin: 0;
    padding: 0;
}
#omForm #omBankEditControl {
    text-decoration: underline;
}
#omForm #omBankEditControl:hover {
    text-decoration: none;
}
#omForm .omdropdown {
    display: inline-block;
    font: inherit;
    position: relative;
}
#omForm .omdropdown-control {
    cursor: pointer;
    display: block;
    font: inherit;
    text-decoration: underline;
}
#omForm .omdropdown-control:hover {
    text-decoration: none;
}
#omForm ul.omdropdown-list {
    display: none;
    left: 50%;
    list-style: none;
    margin: 0;
    padding: 15px 15px 10px;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 2;
}
#omForm .omdropdown-control:hover + ul.omdropdown-list,
#omForm ul.omdropdown-list:hover {
    display: block;
}
#omForm .omdropdown-list:before {
    background: #fff;
    bottom: 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 0 25px rgba(0, 0, 0, 0.1);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 10px;
}
#omForm .omdropdown-list:after {
    border: 8px solid transparent;
    border-bottom-color: #fff;
    content: "";
    left: 50%;
    position: absolute;
    top: 10px;
    transform: translate3d(-50%, -100%, 0);
}
#omForm ul.omdropdown-list li {
    display: block;
    font-weight: 400;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}
#omForm ul.omdropdown-list li.omdropdown-list-title {
    font-weight: 600;
}
#omForm .text-nowrap {
    font: inherit;
    white-space: nowrap;
}
#omForm #omFormUnsubscribeLink {
    display: table;
    margin: 0 auto;
}
@media (max-width: 768px) {
    #omForm .container {
        padding: 0;
        width: 100%;
    }
    #omForm {
        border-radius: 0;
        padding: 10px;
    }
    #omForm h1 {
        font-size: 30px;
    }
    #omForm .form-page-header strong {
        font-size: 16px;
    }
}

.om-post-animation {
    display: none;
    font-family: Open Sans, sans-serif;
    text-align: center;
}
.om-post-animation,
.om-post-animation *,
.om-post-animation :after,
.om-post-animation :before {
    box-sizing: border-box;
}
.om-post-animation h3,
.om-post-animation h4 {
    background: none;
    border: 0;
    color: inherit;
    float: none;
    font: inherit;
    margin: 0;
    padding: 0;
    position: static;
}
.om-post-animation__frame {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 900px;
    min-height: 100vh;
    padding: 24px 16px 86px;
    width: 100%;
}
.om-post-animation--default .om-post-animation__header {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 4px;
}
.om-post-animation--default .om-post-animation__note {
    color: #000;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 16px;
}
.om-post-animation--default .om-post-animation__progress {
    align-items: center;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    color: #4c4c4c;
    display: flex;
    font-weight: 700;
    height: 32px;
    justify-content: center;
    margin: 16px 0 32px;
    position: relative;
}
.om-post-animation--default .om-post-animation__progress:before {
    -webkit-animation: omProgressAnimation 305s linear forwards;
    animation: omProgressAnimation 305s linear forwards;
    background-color: #eb8f84;
    border-radius: 6px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.om-post-animation--default .om-post-animation__progress-text {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    font-style: italic;
    position: relative;
    white-space: nowrap;
}
.om-post-animation--default .om-post-animation__summary {
    background-color: #fff;
    border-radius: 6px;
    margin: 0 auto;
    max-width: 486px;
    width: 100%;
}
.om-post-animation--default .om-post-animation__summary-title {
    background-color: #000;
    border-radius: 6px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 6px;
    text-align: center;
}
.om-post-animation--default .om-post-animation__summary-content {
    display: flex;
    flex-direction: column;
    line-height: 22px;
    padding: 20px 22px;
}
@media (min-width: 768px) {
    .om-post-animation--default .om-post-animation__summary-content {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
}
.om-post-animation--default .om-post-animation__placeholder {
    color: #fe8e0f;
}
.om-post-animation--default .om-post-animation__footer-title {
    color: #000;
    font-size: 21px;
    font-style: italic;
    font-weight: 700;
    padding-top: 22px;
}
.om-post-animation--default .om-post-animation__footer-description {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 120%;
    margin: 1em auto;
    max-width: 900px;
}
.om-post-animation--paydayus .om-post-animation__frame {
    max-width: 580px;
}
.om-post-animation--paydayus .om-post-animation__header {
    background-color: #ff9000;
    border-radius: 8px;
    color: #fff;
    font-size: 15px;
    margin-bottom: 16px;
    margin-top: 4px;
    padding: 4px 24px;
}
.om-post-animation #animation_02,
.om-post-animation #animation_03,
.om-post-animation #animation_04 {
    display: none;
}
.om-post-animation #animation_block.animation_01 #animation_01 {
    display: block;
}
.om-post-animation #animation_block.animation_01 #animation_02,
.om-post-animation #animation_block.animation_01 #animation_03,
.om-post-animation #animation_block.animation_01 #animation_04 {
    display: none;
}
.om-post-animation #animation_block.animation_02 #animation_02 {
    display: block;
}
.om-post-animation #animation_block.animation_02 #animation_01,
.om-post-animation #animation_block.animation_02 #animation_03,
.om-post-animation #animation_block.animation_02 #animation_04 {
    display: none;
}
.om-post-animation #animation_block.animation_03 #animation_03 {
    display: block;
}
.om-post-animation #animation_block.animation_03 #animation_01,
.om-post-animation #animation_block.animation_03 #animation_02,
.om-post-animation #animation_block.animation_03 #animation_04 {
    display: none;
}
.om-post-animation #animation_block.animation_04 #animation_04 {
    display: block;
}
.om-post-animation #animation_block.animation_04 #animation_01,
.om-post-animation #animation_block.animation_04 #animation_02,
.om-post-animation #animation_block.animation_04 #animation_03 {
    display: none;
}
.om-post-animation--redirect {
    background-color: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 100%;
}
.om-post-animation--redirect .om-post-animation__content {
    padding: 70px 15px 30px;
}
.om-post-animation--redirect .om-post-animation__content-title {
    font-size: 36px;
}
.om-post-animation--redirect .om-post-animation__content-subtitle {
    font-size: 20px;
    margin-bottom: 20px;
}
.om-post-animation--redirect .om-post-animation__content-note {
    color: #5a5a5a;
    margin-top: 15px;
}
.om-post-animation--redirect .om-post-animation__content #omPostRedirectLink {
    display: inline-block;
    position: relative;
    text-decoration: none;
}
.om-post-animation--redirect .om-post-animation__content #omPostRedirectLink:hover {
    text-decoration: none;
}
.om-post-animation #animation_01 {
    height: 180px;
    margin: 10px auto;
    overflow: hidden;
    width: 180px;
}
.om-post-animation #animation_01 svg {
    -webkit-animation: omPaydayusAnimation1 6s steps(71) 0s infinite;
    animation: omPaydayusAnimation1 6s steps(71) 0s infinite;
    height: 180px;
    width: 12960px;
}
.om-post-animation #animation_02 {
    height: 60px;
    margin: 70px auto;
    overflow: hidden;
    width: 308px;
}
.om-post-animation #animation_02 svg {
    -webkit-animation: omPaydayusAnimation2 6s steps(74) 0s infinite;
    animation: omPaydayusAnimation2 6s steps(74) 0s infinite;
    height: 4500px;
    width: 308px;
}
.om-post-animation #animation_03 {
    height: 171px;
    margin: 15px auto 14px;
    overflow: hidden;
    width: 270px;
}
.om-post-animation #animation_03 svg {
    -webkit-animation: omPaydayusAnimation3 1.5s steps(29) 0s infinite;
    animation: omPaydayusAnimation3 1.5s steps(29) 0s infinite;
    height: 171px;
    width: 8100px;
}
.om-post-animation #animation_04 {
    height: 169px;
    margin: 15px auto 16px;
    overflow: hidden;
    width: 312px;
}
.om-post-animation #animation_04 svg {
    -webkit-animation: omPaydayusAnimation4 6s steps(93) 0s infinite;
    animation: omPaydayusAnimation4 6s steps(93) 0s infinite;
    height: 15886px;
    width: 312px;
}
.om-post-animation .global_color {
    fill: #f7941e;
}
.om-post-animation--paydayus .om-post-animation__footer {
    color: #5a5a5a;
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 1em;
    margin-top: 1em;
}
.om-post-animation .sapWarningText {
    color: #ff9000;
    display: block;
    padding: 16px 16px 4px;
}
@-webkit-keyframes omProgressAnimation {
    0% {
        background-color: #83ebb7;
        width: 0;
    }
    11.5% {
        background-color: #83ebb7;
        width: 100%;
    }
    11.6% {
        background-color: #8bb7ff;
        width: 0;
    }
    31.1% {
        background-color: #8bb7ff;
        width: 100%;
    }
    31.2% {
        background-color: #ecda78;
        width: 0;
    }
    63.9% {
        background-color: #ecda78;
        width: 100%;
    }
    64% {
        background-color: #eb8f84;
        width: 0;
    }
    to {
        background-color: #eb8f84;
        width: 98%;
    }
}
@keyframes omProgressAnimation {
    0% {
        background-color: #83ebb7;
        width: 0;
    }
    11.5% {
        background-color: #83ebb7;
        width: 100%;
    }
    11.6% {
        background-color: #8bb7ff;
        width: 0;
    }
    31.1% {
        background-color: #8bb7ff;
        width: 100%;
    }
    31.2% {
        background-color: #ecda78;
        width: 0;
    }
    63.9% {
        background-color: #ecda78;
        width: 100%;
    }
    64% {
        background-color: #eb8f84;
        width: 0;
    }
    to {
        background-color: #eb8f84;
        width: 98%;
    }
}
@-webkit-keyframes omPaydayusAnimation1 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-12780px);
    }
}
@keyframes omPaydayusAnimation1 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-12780px);
    }
}
@-webkit-keyframes omPaydayusAnimation2 {
    0% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-4440px);
    }
}
@keyframes omPaydayusAnimation2 {
    0% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-4440px);
    }
}
@-webkit-keyframes omPaydayusAnimation3 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-7830px);
    }
}
@keyframes omPaydayusAnimation3 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-7830px);
    }
}
@-webkit-keyframes omPaydayusAnimation4 {
    0% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15717px);
    }
}
@keyframes omPaydayusAnimation4 {
    0% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-15717px);
    }
}

#omInterstitial {
    color: #5a5a5a;
    display: none;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    padding: 24px 16px 86px;
    text-align: center;
}
#omInterstitial,
#omInterstitial *,
#omInterstitial :after,
#omInterstitial :before {
    box-sizing: border-box;
}
#omInterstitial .sapFooterText {
    background-color: hsla(0, 0%, 100%, 0.5);
    border: 1px solid #ccc;
    border-radius: 16px;
    color: #5a5a5a;
    font-size: 12px;
    line-height: 16px;
    padding: 16px 24px;
    text-align: justify;
}
.omInterstitial-content {
    margin: 0 auto;
    max-width: 580px;
    width: 100%;
}
.omInterstitial-item {
    margin-bottom: 16px;
}
.omInterstitial-title {
    background-color: #ff9000;
    border-radius: 8px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 15px;
    padding: 4px 24px;
}
.omInterstitial-description {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
}
.omInterstitial-field {
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 22px;
}
.omInterstitial-field:focus {
    border-color: #67a5d9;
    outline: none;
}
.omInterstitial-field_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='20'%3E%3Cpath fill='%23F7941E' d='M14.5 18.7 0 4.2 4.2 0l10.3 10.2L24.7 0 29 4.2'/%3E%3C/svg%3E") no-repeat 100% #fff;
    background-size: 32px !important;
    padding: 6px 40px 8px 14px;
    text-align: center;
    text-overflow: "";
}
#omInterstitialLoanAmount {
    margin: 4px auto 0;
    min-width: 150px !important;
}
#omInterstitialLoanAmount ~ .omError-span {
    border: 1px solid #e70132;
    border-radius: 4px;
    color: #e70132;
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-top: 8px;
    padding: 4px 32px;
}
.omInterstitial-button {
    background-color: #ff8a00;
    border: 8px;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 14px 40px;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
}
.omInterstitial-button:focus,
.omInterstitial-button:hover {
    background-color: #000;
    outline: none;
}

	.mobileMainMenu {
	  display: block;
	  background: transparent;
	  position: absolute;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
	  width: 32px;
	  height: 30px;
	  font-size: 0;
	  text-indent: -9999px;
	  z-index: 99999;
	  right: 75px;
	  top: 75px;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  box-shadow: none;
	  border-radius: none;
	  border: none;
	  cursor: pointer;
	  -webkit-transition: background 0.3s;
	  transition: background 0.3s;
	}

	.mobileMainMenu:focus {
	  outline: none;
	}

	.mobileMainMenu span {
	  display: block;
	  position: absolute;
	  top: 15px;
	  left: 0px;
	  right: 0px;
	  height: 5px;
	  background: #494c4f;
	}

	.mobileMainMenu span::before,
	.mobileMainMenu span::after {
	  position: absolute;
	  display: block;
	  left: 0;
	  width: 100%;
	  height: 5px;
	  background-color: #494c4f;
	  content: "";
	}

	.mobileMainMenu span::before {
	  top: -15px;
	}

	.mobileMainMenu span::after {
	  bottom: 8px;
	}
	/******************************************************/
	.mobileMainMenu--htx span {
	  -webkit-transition: background 0s 0.3s;
	          transition: background 0s 0.3s;
	}

	.mobileMainMenu--htx span::before,
	.mobileMainMenu--htx span::after {
	  -webkit-transition-duration: 0.3s, 0.3s;
	          transition-duration: 0.3s, 0.3s;
	  -webkit-transition-delay: 0.3s, 0s;
	          transition-delay: 0.3s, 0s;
	}

	.mobileMainMenu--htx span::before {
	  -webkit-transition-property: top, -webkit-transform;
	          transition-property: top, transform;
	}

	.mobileMainMenu--htx span::after {
	  -webkit-transition-property: bottom, -webkit-transform;
	          transition-property: bottom, transform;
	}

	.mobileMainMenu--htx.is-active span {
	  background: none;
	}

	.mobileMainMenu--htx.is-active span::before {
	  top: 0;
	  -webkit-transform: rotate(45deg);
	      -ms-transform: rotate(45deg);
	          transform: rotate(45deg);
	}

	.mobileMainMenu--htx.is-active span::after {
	  bottom: 0;
	  -webkit-transform: rotate(-45deg);
	      -ms-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}

	.mobileMainMenu--htx.is-active span::before,
	.mobileMainMenu--htx.is-active span::after {
	  -webkit-transition-delay: 0s, 0.3s;
	          transition-delay: 0s, 0.3s;
	}
.mobileMainMenu {
	display: none;
}



@media (max-width: 1199px) {
	.mainMenu ul li{
		padding: 10px 5px;
	}
	.socialMedia ul li{
		margin: 0px 5px;
	}
}

@media (max-width: 991px) {
	
.mobileMainMenu {
	display: block;
}
.menuBlock{
	padding: 0px;
}
.mainMenu{
	background: #ffffff;
	width: 100%;
	position: absolute;
	top: 95px;
	left: 0;
	display: none;
}
.mainMenu ul li{
	display: block;
	text-align: left;

}
.mainMenu ul li.applyBtn{
	display: none;
}
.logoBlock img{
	width: 150px;
}
}

/*Medium Screen md*/
@media (max-width: 768px) {
	.topBar{
		display: none;
	}
	.logoBlock img{
		width: 250px;
	}
	.mobileMainMenu{
		right: 40px;
		top: 35px;
	}
	.logoBlock{
		margin-left: 20px;
	}
	.mainMenu{
		top: 68px;
	}
	.footerLogo{
		text-align: center;
		margin-top: 30px;
	}
	.copyRight{
		text-align: center;
		margin-top: 0px;
	}
}
@media (max-width: 350px) {
	.logoBlock img{
		width: 150px;
	}
	.mobileMainMenu{
		top: 20px;
	}
}
#omForm ul.errorMessages{
	margin: 30px;
}
#omForm ul.errorMessages li{
	color: red;
	display: block;
	border-bottom: 1px solid #cccccc;
}
#omForm ul.errorMessages li span{
	color: #000000;
	display: block;
}

#omForm ul.errorMessages li span.mytooltip{
	display: none;
}



/*Purple Check Box */
/* iCheck plugin Square skin, purple
----------------------------------- */
.icheckbox_square-purple,
.iradio_square-purple {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(purple.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-purple {
    background-position: 0 0;
}
    .icheckbox_square-purple.hover {
        background-position: -24px 0;
    }
    .icheckbox_square-purple.checked {
        background-position: -48px 0;
    }
    .icheckbox_square-purple.disabled {
        background-position: -72px 0;
        cursor: default;
    }
    .icheckbox_square-purple.checked.disabled {
        background-position: -96px 0;
    }

.iradio_square-purple {
    background-position: -120px 0;
}
    .iradio_square-purple.hover {
        background-position: -144px 0;
    }
    .iradio_square-purple.checked {
        background-position: -168px 0;
    }
    .iradio_square-purple.disabled {
        background-position: -192px 0;
        cursor: default;
    }
    .iradio_square-purple.checked.disabled {
        background-position: -216px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_square-purple,
    .iradio_square-purple {
        background-image: url(purple@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}