/**
 *
 * Loader / Spinner
 *
**/

@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes uil-default-anim {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.uil-default-css > div:nth-of-type(1) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}


.uil-default-css > div:nth-of-type(2) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.4166666666666667s;
    animation-delay: -0.4166666666666667s;
}


.uil-default-css > div:nth-of-type(3) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.33333333333333337s;
    animation-delay: -0.33333333333333337s;
}


.uil-default-css > div:nth-of-type(4) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.25s;
    animation-delay: -0.25s;
}


.uil-default-css > div:nth-of-type(5) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.16666666666666669s;
    animation-delay: -0.16666666666666669s;
}


.uil-default-css > div:nth-of-type(6) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: -0.08333333333333331s;
    animation-delay: -0.08333333333333331s;
}


.uil-default-css > div:nth-of-type(7) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}


.uil-default-css > div:nth-of-type(8) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.08333333333333337s;
    animation-delay: 0.08333333333333337s;
}


.uil-default-css > div:nth-of-type(9) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.16666666666666663s;
    animation-delay: 0.16666666666666663s;
}


.uil-default-css > div:nth-of-type(10) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}


.uil-default-css > div:nth-of-type(11) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.33333333333333337s;
    animation-delay: 0.33333333333333337s;
}


.uil-default-css > div:nth-of-type(12) {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
    -webkit-animation-delay: 0.41666666666666663s;
    animation-delay: 0.41666666666666663s;
}

.uil-default-css {
    position: relative;
    background: none;
    min-height: 145px;
    width:  200px;
    margin: 10px auto 25px;
}

.pushcrew-mobile-box {
    display:none;
}
.pushcrew-chrome-style-notification {
    display:none;
}

.blurb {
    /*margin: 8px 0 0px;*/
}

.form-container-lp {
    overflow: hidden;
}

#dp_content {
    padding-bottom: 65px;
}
#dp_wrapper {
    min-height: 100%;
    margin-bottom: -60px;
    position: relative;
}
body {
    margin: 0;
    padding: 0;
    height: 100%;
}
.vertical_content_wrap {
    display: table;
    width: 100%;
    height: 84vh;
}
.vertical_content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    padding-top: 1.8em;
}
.landing_wrap {
    width: auto;
    max-width: 940px;
    margin: auto;
    display: table;
    border:none!important;
    box-shadow: none;
}
.inner {
    /*max-width: 450px;*/
    /*padding: 5px 7px 0;*/
}
.wrapper {
    height: auto;
    position: relative;
}
.privacy_top {
    position: absolute;
    right: 0;
    margin: 20px 40px;
}
.privacy_top a {
    padding: 0 5px;
    color: #FFF!important;
    text-decoration: underline;
    text-shadow: 2px 1px 3px rgba(0,0,0,0.5);
    font-size: 13px;
}
.policy_bottom_copy {
    max-width: 825px;
    margin: auto;
    position: relative;
    color: #000;
    text-align: center;
    text-shadow: 2px 1px 3px rgba(255, 255, 255, .65);
    background: rgba(255, 255, 255, .65);
    padding: 10px;
    font-size: 10px;
}
@media screen and (max-height: 1080px) {
    h1 {
        font-size:70px;
    }
    .policy_bottom_copy {
        top: 75px;
    }
}
@media screen and (max-height: 1000px) {
    h1 {
        font-size:70px;
    }
    .policy_bottom_copy {
        top: 75px;
    }
}
@media screen and (max-height: 800px) {
    .vertical_content {
        padding-top: 2.2em;
    }
    h1 {
        font-size:60px;
    }
    .policy_bottom_copy {
        top: 50px;
    }
}
@media screen and (max-height: 700px) {
    .vertical_content {
        padding-top: 2.4em;
    }
    h1 {
        font-size:54px;
    }
    .policy_bottom_copy {
        top: 25px;
    }
}
@media screen and (max-height: 669px) {
    .vertical_content {
        padding-top: 2.4em;
    }
    h1 {
        font-size:54px;
    }
    .policy_bottom_copy {
        top: 10px;
    }
}
footer {
    height:60px!important;
    position: relative!important;
    padding-bottom:0!important;
}
footer p {
    padding-top:15px;
}

.uil-default-css div {
    top:62px;
    left:93px;
    width:14px;
    height:35px;
    background:#ca4a95;
    border-radius:10px;
    position:absolute;
}


#footer {
	background: #fff;
	width: 100%;
	height: 60px;
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: auto;
}

body:not(.mobile) #footer,
body:not(.mobile) #footer > p {
	text-align: center;
}

body:not(.mobile) #footer ul:before {
	content: "\0307";
    position: absolute;
    left: 0px;
    top: 4px;
}

body:not(.mobile) #footer ul {
	padding-left: 8px;
	display: inline-block;
}

body:not(.mobile) #footer > p:first-child,
body:not(.mobile) #footer > ul,
body:not(.mobile) #footer > ul > li {
	display: inline-block;
}

body:not(.mobile) #footer > p,
body:not(.mobile) #footer > ul {
    padding: 0;
    margin: 0 0 10px;
}

body.mobile #footer {
	text-align: center;
	height: auto!important;
}

body.mobile.OF #footer {
	position: initial;
}
