* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    font-style: normal;
}

input {
    border-radius: 0px;
}

.ui-widget {
    font-family: "proxima-nova", sans-serif !important;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: "proxima-nova", sans-serif !important;
}

.ui-widget-content {
    color: black !important;
    border-radius: 0 !important;
}

.ui-widget-header {
    border: 1px solid #6eb7a3 !important;
    background: #ffffff url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x !important;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #d3d3d3;
    background: #6eb7a3 url(images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x !important;
    color: white !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #6eb7a3 !important;
    background: #ff8853 url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x !important;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

html,
body {
    height: 100%;
}

img,
object,
embed {
    max-width: 100%;
    height: auto;
}

.wrapper {
    width: 1000px;
    max-width: 100%;
    min-width: 768px;
    margin: 0 auto;
    height: 100%;
}

.wrapper-embassador {
    max-width: 100%;
    min-width: 1000px;
    margin: 0 auto;
    height: 100%;
    width: 90%;
}

.wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.wrapper:before {
    content: "";
    display: table;
}

@media only screen and (max-width: 47.9375em) {
    .wrapper {
        width: auto;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.inner {
    float: left;
    min-height: 1px;
    padding: 0 15px;
    position: relative;
    height: 100%;
}

.full {
    width: 100%;
}

.half {
    width: 50%;
}

.third {
    width: 33.33333%;
}

.twothird {
    width: 66.66666%;
}

.sixth {
    width: 16.66666%;
}

.mainmenu {
    float: right;
    padding: 8px 0 0 0;
}

@media only screen and (max-width: 40.625em) {
    .mainmenu {
        display: none;
    }
}

.mainmenu ul {
    list-style: none;
}

.mainmenu ul li {
    margin-left: 15px;
    float: left;
}

.mainmenu ul li a {
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 43.75em) {
    .mainmenu ul li a {
        font-size: 12px;
    }
}

.mainmenu ul li a:hover {
    border-bottom: 2px solid white;
}

.mainmenu ul li .active {
    border-bottom: 2px solid white;
}

.mainmenu .login {
    border: 1px solid white;
    padding: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mainmenu .login:hover {
    background-color: #ff8853;
    border: 1px solid #ff8853;
    opacity: 1 !important;
}

.mobilemenu {
    display: none;
    float: right;
    width: 28px;
    height: 28px;
    padding: 2px;
    background: url(../images/mobilemenu.png) no-repeat;
    background-size: 100%;
}

@media only screen and (max-width: 40.625em) {
    .mobilemenu {
        display: block;
    }
}

.mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
}

@media only screen and (min-width: 40.626em) {
    .mobile-menu {
        display: none !important;
    }
}

@media only screen and (max-width: 40.625em) {
    .mobile-menu {
        display: none;
    }
}

.mobile-menu nav {
    padding-top: 57px;
    background-color: #ff8853;
}

.mobile-menu nav .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background-image: url(../images/close-btn.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.mobile-menu nav ul {
    list-style: none;
    float: left;
    border-bottom: 1px solid #ff8853;
    width: 100%;
}

.mobile-menu nav ul li {
    width: 50%;
    float: left;
    background-color: white;
    border-top: 1px solid #ff8853;
}

.mobile-menu nav ul li:nth-child(odd) {
    border-right: 1px solid #ff8853;
}

.mobile-menu nav ul li a {
    float: left;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #ff8853;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 0;
}

.mobile-active {
    background-color: #ff8853 !important;
}

.mobile-active a {
    color: white !important;
}

.tabs {
    position: absolute;
    left: 0;
    bottom: 0;
    padding-left: 15px;
}

.tabs span {
    float: left;
    color: white;
    text-transform: uppercase;
    padding: 15px 20px;
    font-weight: 600;
    cursor: pointer;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tabs span:hover {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.tabs span:nth-child(1) {
    background-color: #ff8853;
}

.tabs span:nth-child(2) {
    background-color: #6eb7a3;
}

@media only screen and (max-width: 31.25em) {
    .tabs span {
        font-size: 14px;
        padding: 10px 15px;
    }
}

footer {
    padding: 20px 0;
}

footer .footerlogo {
    float: right;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footerlogo:hover {
    opacity: .75;
}

@media only screen and (max-width: 28.125em) and (orientation: portrait) {
    footer .footerlogo {
        display: none;
    }
}

footer .footermenu {
    float: left;
    padding: 8px 0 0 0;
}

@media only screen and (max-width: 56.25em) {
    footer .footermenu {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 40.625em) {
    footer .footermenu {
        display: none;
    }
}

footer .footermenu a {
    margin-right: 15px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

footer .footermenu a:hover {
    opacity: .75;
}

@media only screen and (max-width: 56.25em) {
    footer .footermenu a {
        margin: 0 7.5px;
    }
}

footer .mobilefootermenu {
    float: left;
    display: none;
    padding: 8px;
    border: 2px solid #696969;
    border-radius: 4px;
}

@media only screen and (max-width: 40.625em) {
    footer .mobilefootermenu {
        display: block;
    }
}

footer .mobilefootermenu span {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
}

footer .social {
    float: right;
    margin: 0 50px;
    padding-top: 2px;
}

@media only screen and (max-width: 56.25em) {
    footer .social {
        float: left;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 40.625em) {
    footer .social {
        float: right;
        margin: 0 50px 0 0;
    }
}

@media only screen and (max-width: 28.125em) and (orientation: portrait) {
    footer .social {
        margin: 0;
    }
}

footer .social a {
    width: 30px;
    height: 30px;
    margin: 0 5px;
    float: left;
}

footer .social a:hover {
    background-position: 0 -30px;
    -webkit-transition: 0.15s 0.2s ease-in-out;
    -moz-transition: 0.15s 0.2s ease-in-out;
    -ms-transition: 0.15s 0.2s ease-in-out;
    -o-transition: 0.15s 0.2s ease-in-out;
    transition: 0.15s 0.2s ease-in-out;
}

footer .social .twitter {
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
}

footer .social .facebook {
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
}

footer .social .google {
    background-image: url(../images/googleplus.png);
    background-repeat: no-repeat;
}

footer .social .linked {
    background-image: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

.standard {
    height: 600px;
}

@media only screen and (max-width: 47.9375em) {
    .standard {
        height: 500px;
    }
}

@media only screen and (max-width: 31.25em) {
    .standard {
        height: 400px;
    }
}

.standard .top {
    margin: 48px 0 130px 0;
}

@media only screen and (max-width: 64em) {
    .standard .top {
        margin: 15px 0 130px 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .standard .top {
        margin: 15px 0 80px 0;
    }
}

.standard .top:after {
    content: "";
    display: table;
    clear: both;
}

.standard .top:before {
    content: "";
    display: table;
}

.standard .top .logo {
    background-image: url(../images/ushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.standard .top .logo:hover {
    opacity: .75;
}

.standard .intro {
    color: white;
}

.standard .intro h1 {
    font-weight: 700;
    font-size: 44px;
    line-height: 40px;
    margin-bottom: 5px;
}

.standard .intro p {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 30px;
}

.standard .intro span {
    font-size: 22px;
    float: left;
    padding-top: 16.5px;
    margin-right: 20px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.standard .intro span:hover {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.standard .intro .playbutton {
    background-image: url(../images/playbutton.png);
    background-repeat: no-repeat;
    width: 91px;
    height: 55px;
    float: left;
    cursor: pointer;
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.standard .intro .playbutton:hover {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.applynow {
    display: none;
}

.applynow .wrapper .inner {
    padding: 60px 40px 0;
}

@media only screen and (max-width: 47.9375em) {
    .applynow .wrapper .inner {
        padding: 60px 15px 0;
    }
}

.applynow .wrapper .inner form {
    text-align: center;
}

.applynow .wrapper .inner form input[type="email"],
.applynow .wrapper .inner form input[type="text"] {
    float: left;
    padding: 12px 15px;
    outline: none;
    border: none;
    color: #adadad;
    border: 1px solid #adadad;
    font-size: 16px;
}

.applynow .wrapper .inner form input[type="email"]:focus,
.applynow .wrapper .inner form input[type="text"]:focus {
    color: black;
}

.applynow .wrapper .inner form input[type="text"] {
    width: 25%;
    margin-right: 1.666666%;
}

@media only screen and (max-width: 47.9375em) {
    .applynow .wrapper .inner form input[type="text"] {
        width: 47.5%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .applynow .wrapper .inner form input[type="text"]:first-child {
        margin-right: 5%;
    }
}

@media only screen and (max-width: 30em) {
    .applynow .wrapper .inner form input[type="text"] {
        width: 100%;
        margin-right: 0;
    }
}

.applynow .wrapper .inner form input[type="email"] {
    width: 25%;
    margin-right: 1.666666%;
}

@media only screen and (max-width: 47.9375em) {
    .applynow .wrapper .inner form input[type="email"] {
        width: 47.5%;
        margin-right: 5%;
    }
}

@media only screen and (max-width: 30em) {
    .applynow .wrapper .inner form input[type="email"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.applynow .wrapper .inner form input[type="submit"] {
    background: #ff8853;
    font-size: 16px;
    width: 20%;
    font-weight: 500;
    padding: 12px 15px;
    letter-spacing: 1px;
    border: 1px solid #ff8853;
    text-transform: uppercase;
    outline: none;
    color: white;
    float: left;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 47.9375em) {
    .applynow .wrapper .inner form input[type="submit"] {
        width: 30%;
        min-width: 145px;
    }
}

@media only screen and (max-width: 30em) {
    .applynow .wrapper .inner form input[type="submit"] {
        width: 60%;
        float: none;
    }
}

.applynow .wrapper .inner form input[type="submit"]:hover {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.applynow .wrapper .inner form input[type="submit"]:focus {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.home .header {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 48em) {
    .home .header {
        background-image: url(../images/homeheader.jpg);
    }
}

@media only screen and (max-width: 47.9375em) {
    .home .header {
        background-image: url(../images/homeheader_700.jpg);
    }
}

@media only screen and (max-width: 31.25em) {
    .home .header .top {
        margin: 15px 0 50px 0;
    }
}

@media only screen and (max-width: 37.5em) {
    .home .header .intro h1 {
        font-size: 34px;
        line-height: 32px;
    }

    .home .header .intro p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 29.9375em) {
    .home .header .intro h1 {
        font-size: 28px;
        line-height: 26px;
    }

    .home .header .intro p {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.home .benefits {
    color: #696969;
    padding: 60px 0;
    clear: both;
}

@media only screen and (max-width: 47.9375em) {
    .home .benefits {
        padding: 30px 0;
    }
}

.home .benefits .full {
    text-align: center;
    padding: 0 100px 60px;
}

@media only screen and (max-width: 63.9375em) {
    .home .benefits .full {
        padding: 0 20px 60px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .home .benefits .full {
        padding: 0 15px 20px;
    }
}

.home .benefits .full h1 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 30px;
}

@media only screen and (max-width: 47.9375em) {
    .home .benefits .full h1 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 29.9375em) {
    .home .benefits .full h1 {
        font-size: 32px;
        line-height: 34px;
    }
}

.home .benefits .full h3 {
    font-size: 20px;
    line-height: 34px;
}

@media only screen and (max-width: 47.9375em) {
    .home .benefits .full h3 {
        font-size: 17px;
        line-height: 26px;
    }
}

.home .benefits .benefit {
    padding: 0;
    margin-bottom: 40px;
    position: relative;
}

@media only screen and (max-width: 47.9375em) {
    .home .benefits .benefit {
        margin-bottom: 20px;
    }

    .home .benefits .benefit:last-child {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .home .benefits .benefit {
        width: 95%;
    }
}

@media only screen and (max-width: 29.9375em) {
    .home .benefits .benefit {
        width: 100%;
        padding: 0 15px;
        text-align: center;
    }
}

.home .benefits .benefit .icon {
    padding: 0 15px;
    float: left;
}

@media only screen and (max-width: 29.9375em) {
    .home .benefits .benefit .icon {
        padding: 0;
        float: none;
    }
}

@media only screen and (min-width: 29.9376em) {
    .home .benefits .benefit .description {
        position: absolute;
        top: 50%;
        margin-left: 140px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 29.9375em) {
    .home .benefits .benefit .description {
        margin: 20px 0 0 0 !important;
        position: relative;
        float: left;
    }
}

.home .benefits .benefit .description h3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 29.9375em) {
    .home .benefits .benefit .description h3 {
        text-align: center;
    }
}

.home .benefits .benefit .description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
}

.home .wehelp {
    color: #696969;
    padding: 60px 0;
    background-color: #f0f7f5;
}

@media only screen and (max-width: 47.9375em) {
    .home .wehelp {
        padding: 30px 0;
    }
}

.home .wehelp .full {
    text-align: center;
    padding: 0 100px 60px;
}

@media only screen and (max-width: 63.9375em) {
    .home .wehelp .full {
        padding: 0 20px 60px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .home .wehelp .full {
        padding: 0 15px 20px;
    }
}

.home .wehelp .full h1 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 30px;
}

@media only screen and (max-width: 47.9375em) {
    .home .wehelp .full h1 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 29.9375em) {
    .home .wehelp .full h1 {
        font-size: 32px;
        line-height: 34px;
    }
}

.home .wehelp .full h3 {
    font-size: 20px;
    line-height: 34px;
}

@media only screen and (max-width: 47.9375em) {
    .home .wehelp .full h3 {
        font-size: 17px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .home .wehelp .help {
        width: 100%;
        margin-bottom: 20px;
    }
}

.home .wehelp .help:after {
    content: "";
    display: table;
    clear: both;
}

.home .wehelp .help:before {
    content: "";
    display: table;
}

.home .wehelp .help .icon {
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 47.9375em) {
    .home .wehelp .help .icon {
        margin-bottom: 20px;
    }
}

.home .wehelp .help h3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
    text-align: center;
}

.home .wehelp .help p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

@media only screen and (max-width: 47.9375em) {
    .home .wehelp .help p {
        max-width: 347px;
        margin: 0 auto;
    }
}

.home .testimonials {
    color: #696969;
    padding: 60px 0;
    position: relative;
}

@media only screen and (max-width: 47.9375em) {
    .home .testimonials {
        padding: 30px 0;
    }
}

.home .testimonials #slider-next a {
    background-image: url(../images/nextbutton.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 21px;
    height: 42px;
    display: block;
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    z-index: 999;
}

@media only screen and (max-width: 40.625em) {
    .home .testimonials #slider-next a {
        top: 42.5px;
    }
}

.home .testimonials #slider-prev a {
    background-image: url(../images/previousbutton.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 21px;
    height: 42px;
    display: block;
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -21px;
    cursor: pointer;
    z-index: 999;
}

@media only screen and (max-width: 40.625em) {
    .home .testimonials #slider-prev a {
        top: 42.5px;
    }
}

@media only screen and (max-width: 71.875em) {
    .home .testimonials .wrapper .full {
        padding: 0 85px;
    }
}

@media only screen and (max-width: 40.625em) {
    .home .testimonials .wrapper .full {
        padding: 0 15px;
    }
}

.home .testimonials .wrapper .full li {
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    background-position: top center;
}

.home .testimonials .wrapper .full li:nth-child(even) {
    background-image: url(../images/quotesgreen.png);
}

.home .testimonials .wrapper .full .test h1 {
    padding-top: 60px;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 34px;
}

@media only screen and (max-width: 64em) {
    .home .testimonials .wrapper .full .test h1 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 59.375em) {
    .home .testimonials .wrapper .full .test h1 {
        font-size: 18px;
        line-height: 24px;
    }
}

@media only screen and (max-width: 40.625em) {
    .home .testimonials .wrapper .full .test h1 {
        font-size: 16px;
        line-height: 24px;
    }
}

.home .testimonials .wrapper .full .test .name {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.home .testimonials .wrapper .full .test .location {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.home .testimonials .wrapper .full .test img {
    margin: 0 auto 10px;
    width: 20%;
    max-width: 120px;
    min-width: 90px;
}

.home .testimonials .wrapper .full .test .flag {
    min-width: 0;
    width: 40px;
    margin: 10px auto 0;
}

.home .testimonials .wrapper .full .test .japan {
    border: 1px solid #e7e6e6;
}

.home footer {
    background-color: #f0f7f5;
}

.home footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.home footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.home footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.login {
    background-color: #6eb7a3;
    height: 100%;
}

.login .loginmenu {
    min-height: 92%;
    overflow: hidden;
}

.login .loginmenu .wrapper {
    width: 100%;
    max-width: 550px;
    min-width: 0;
    margin: 0 auto;
}

.login .loginmenu .wrapper .full {
    padding: 150px 0;
}

@media only screen and (max-width: 64em) and (orientation: landscape) {
    .login .loginmenu .wrapper .full {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .login .loginmenu .wrapper .full {
        padding: 20px 10px 45px;
    }
}

.login .loginmenu .wrapper .full .logo {
    background-image: url(../images/ushloginlogo.png);
    background-repeat: no-repeat;
    width: 140px;
    height: 50px;
    margin: 0 auto;
    display: block;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login .loginmenu .wrapper .full .logo:hover {
    opacity: .75;
}

.login .loginmenu .wrapper .full .loginbox {
    background: white;
    margin: 50px auto 0 auto;
    text-align: left;
    padding: 55px 45px;
    width: 100%;
    border-bottom: 6px solid #609f8e;
    float: left;
}

@media only screen and (max-width: 47.9375em) {
    .login .loginmenu .wrapper .full .loginbox {
        padding: 40px 15px;
    }
}

.login .loginmenu .wrapper .full .loginbox form {
    width: 100%;
    float: left;
}

.login .loginmenu .wrapper .full .loginbox form input[type="email"],
.login .loginmenu .wrapper .full .loginbox form input[type="text"],
.login .loginmenu .wrapper .full .loginbox form input[type="password"] {
    padding: 12px 15px;
    outline: none;
    width: 100%;
    border: none;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
    float: left;
}

.login .loginmenu .wrapper .full .loginbox form input[type="email"]:focus,
.login .loginmenu .wrapper .full .loginbox form input[type="text"]:focus,
.login .loginmenu .wrapper .full .loginbox form input[type="password"]:focus {
    color: black;
}

.login .loginmenu .wrapper .full .loginbox form input[type="submit"] {
    float: left;
    background: #ff8853;
    font-size: 20px;
    width: 40%;
    font-weight: 500;
    padding: 12px 15px;
    letter-spacing: 2px;
    border: 1px solid #ff8853;
    text-transform: uppercase;
    outline: none;
    color: white;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.login .loginmenu .wrapper .full .loginbox form input[type="submit"]:hover {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.login .loginmenu .wrapper .full .loginbox form input[type="submit"]:focus {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.login .loginmenu .wrapper .full .loginbox form #forgot-link {
    float: left;
    width: 55%;
    margin-left: 5%;
    text-decoration: none;
    font-size: 14px;
    color: #6eb7a3;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login .loginmenu .wrapper .full .loginbox form #forgot-link:hover {
    opacity: .6;
}

.login .loginmenu .wrapper .full .loginbox form .checkbox:not(#foo) {
    float: left;
    margin-left: 5%;
    margin-top: 15px;
    display: block;
}

.login .loginmenu .wrapper .full .loginbox form .checkbox:not(#foo) input[type='checkbox'] {
    width: 20px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    height: 20px;
    float: left;
    position: absolute;
}

.login .loginmenu .wrapper .full .loginbox form .checkbox:not(#foo) input[type='checkbox'] + label {
    background: url(../images/checkboxnotlogin.png) left center no-repeat;
    padding: 3px 0 0 24px;
    border: none;
    font-size: 14px;
    height: 20px;
}

.login .loginmenu .wrapper .full .loginbox form .checkbox:not(#foo) input[type='checkbox']:checked + label {
    background-image: url(../images/checkboxlogin.png);
}

.login footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: #f0f7f5;
}

@media only screen and (min-height: 56.25em) {
    .login footer {
        position: fixed;
        bottom: 0;
    }
}

.login footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.login footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.login footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.dashboard {
    height: 100%;
    background-color: #6eb7a3;
}

.dashboard .header {
    background-color: white;
}

.dashboard .header .top {
    margin: 21px 0;
}

.dashboard .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.dashboard .header .top:before {
    content: "";
    display: table;
}

.dashboard .header .top .logo {
    background-image: url(../images/orangeushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dashboard .header .top .logo:hover {
    opacity: .75;
}

.dashboard .header .top .mainmenu a {
    color: #5f5f5f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dashboard .header .top .mainmenu a:hover {
    border-bottom: 2px solid #5f5f5f;
}

.dashboard .header .top .mainmenu .login {
    border: 1px solid #5f5f5f;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dashboard .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    color: white;
    border: 1px solid #ff8853;
}

.dashboard .header .top .mobilemenu {
    background: url(../images/mobilemenuorange.png) no-repeat;
}

.dashboard .thedash {
    min-height: 86%;
}

.dashboard .thedash .wrapper {
    padding: 50px 10px;
}

.dashboard .thedash .wrapper .inner {
    padding: 0;
}

.dashboard .thedash .wrapper .dashheader {
    padding: 0 10px;
    margin-bottom: 30px;
}

.dashboard .thedash .wrapper .dashheader h1 {
    color: white;
    float: left;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 25em) {
    .dashboard .thedash .wrapper .dashheader h1 {
        width: 100%;
    }
}

.dashboard .thedash .wrapper .dashheader .loggedin {
    float: right;
    padding-top: 14px;
}

@media only screen and (max-width: 25em) {
    .dashboard .thedash .wrapper .dashheader .loggedin {
        float: left;
    }
}

.dashboard .thedash .wrapper .dashheader .loggedin span {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.dashboard .thedash .wrapper .dashheader .loggedin .username:after {
    content: "!";
}

.dashboard .thedash .wrapper .dashheader .loggedin a {
    text-decoration: none;
    color: #ff8853;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dashboard .thedash .wrapper .dashheader .loggedin a:hover {
    opacity: .6;
}

.dashboard .thedash .wrapper .option {
    padding: 10px;
    text-decoration: none;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 59.375em) {
    .dashboard .thedash .wrapper .option {
        width: 50%;
    }
}

@media only screen and (max-width: 40.625em) {
    .dashboard .thedash .wrapper .option {
        width: 100%;
    }
}

.dashboard .thedash .wrapper .option .text {
    background-color: white;
    padding: 15px 10px 15px 15px;
    border-bottom: 4px solid #e3e3e3;
    height: 100px;
}

.dashboard .thedash .wrapper .option .text h3 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dashboard .thedash .wrapper .option .text p {
    color: #5b5b5b;
    font-size: 14px;
}

.dashboard .thedash .wrapper .option:hover {
    opacity: .75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.dashboard .thedash .wrapper .searchoption {
    padding: 10px;
}

@media only screen and (max-width: 59.375em) {
    .dashboard .thedash .wrapper .searchoption {
        width: 100%;
    }
}

.dashboard .thedash .wrapper .searchoption .text {
    background-color: white;
    padding: 28px 15px;
    border-bottom: 4px solid #e3e3e3;
    height: 100px;
}

@media only screen and (max-width: 40.625em) {
    .dashboard .thedash .wrapper .searchoption .text {
        height: auto;
        display: inline-block;
    }
}

.dashboard .thedash .wrapper .searchoption .text .searchtext {
    float: left;
}

@media only screen and (max-width: 40.625em) {
    .dashboard .thedash .wrapper .searchoption .text .searchtext {
        width: 100%;
    }
}

.dashboard .thedash .wrapper .searchoption .text .searchtext h3 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.dashboard .thedash .wrapper .searchoption .text .searchtext p {
    color: #5b5b5b;
    font-size: 14px;
}

.dashboard .thedash .wrapper .searchoption .text .search {
    float: right;
    margin-right: 10px;
}

@media only screen and (max-width: 40.625em) {
    .dashboard .thedash .wrapper .searchoption .text .search {
        float: left;
        margin: 20px 0 0;
    }
}

.dashboard .thedash .wrapper .searchoption .text .search .select {
    float: left;
    background-image: url(../images/apply-search-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    height: 37px;
    margin-right: 10px;
}

.dashboard .thedash .wrapper .searchoption .text .search .select select {
    line-height: 1;
    width: 150%;
    color: #5b5b5b;
    font-size: 15px;
    padding: 10px 20px 10px 10px;
    border-radius: 0;
    background: transparent;
    outline: none;
    border: none;
}

.dashboard .thedash .wrapper .searchoption .text .search .search-button {
    float: left;
    color: white;
    background-color: #ff8853;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 15px;
    border: 1px solid #ff8853;
    opacity: 1;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dashboard .thedash .wrapper .searchoption .text .search .search-button:hover {
    opacity: .75;
}

@media only screen and (max-width: 23.125em) {
    .dashboard .thedash .wrapper .searchoption .text .search .search-button {
        float: Left;
        margin-top: 10px;
    }
}

.dashboard .thedash .wrapper .searchtable {
    margin-top: 30px;
    padding: 0 8px;
}

@media only screen and (max-width: 46.875em) {
    .dashboard .thedash .wrapper .searchtable {
        margin-top: 15px;
    }
}

.dashboard .thedash .wrapper .searchtable h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 28.125em) {
    .dashboard .thedash .wrapper .searchtable h2 {
        font-size: 20px;
    }
}

.dashboard .thedash .wrapper .searchtable table {
    width: 100%;
    background: #6eb7a3;
}

.dashboard .thedash .wrapper .searchtable table th {
    background: #4F8476;
    color: white;
}

.dashboard .thedash .wrapper .searchtable table td,
.dashboard .thedash .wrapper .searchtable table th {
    padding: 12px;
    text-align: center;
    border: 2px solid #6eb7a3;
}

@media only screen and (max-width: 46.875em) {
    .dashboard .thedash .wrapper .searchtable table td,
    .dashboard .thedash .wrapper .searchtable table th {
        text-align: left;
    }
}

.dashboard .thedash .wrapper .searchtable table .request-info {
    background: #6eb7a3;
    color: white;
    padding: 4px;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.dashboard .thedash .wrapper .searchtable table .request-info:hover {
    opacity: .75;
}

@media only screen and (max-width: 25em) {
    .dashboard .thedash .wrapper .searchtable table .request-info {
        margin-left: -76.5px;
    }
}

.dashboard .thedash .wrapper .searchtable table tr:nth-of-type(even) {
    background: #e3e3e3;
}

.dashboard .thedash .wrapper .searchtable table tr:nth-of-type(odd) {
    background: white;
}

@media only screen and (max-width: 46.875em) {
    .dashboard .thedash .wrapper .searchtable {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

        /*
              Label the data
              */

    }

    .dashboard .thedash .wrapper .searchtable table,
    .dashboard .thedash .wrapper .searchtable thead,
    .dashboard .thedash .wrapper .searchtable tbody,
    .dashboard .thedash .wrapper .searchtable th,
    .dashboard .thedash .wrapper .searchtable td,
    .dashboard .thedash .wrapper .searchtable tr {
        display: block;
    }

    .dashboard .thedash .wrapper .searchtable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .dashboard .thedash .wrapper .searchtable tr {
        margin-bottom: 10px;
    }

    .dashboard .thedash .wrapper .searchtable td {
        /* Behave  like a "row" */

        position: relative;
        padding-left: 50% !important;
    }

    .dashboard .thedash .wrapper .searchtable td:before {
        /* Now like a table header */

        position: absolute;
        /* Top/left values mimic padding */

        top: 10px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .dashboard .thedash .wrapper .searchtable td:nth-of-type(1):before {
        content: "First Name";
    }

    .dashboard .thedash .wrapper .searchtable td:nth-of-type(2):before {
        content: "Last Name";
    }

    .dashboard .thedash .wrapper .searchtable td:nth-of-type(3):before {
        content: "Sex";
    }

    .dashboard .thedash .wrapper .searchtable td:nth-of-type(4):before {
        content: "Country";
    }

    .dashboard .thedash .wrapper .searchtable td:nth-of-type(5):before {
        content: "Move in Date";
    }
}

.dashboard footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.dashboard footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.dashboard footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.dashboard footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.qualify {
    height: 100%;
    background-color: white;
}

.qualify .header {
    background-color: #6eb7a3;
}

.qualify .header .top {
    margin: 21px 0;
}

.qualify .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.qualify .header .top:before {
    content: "";
    display: table;
}

.qualify .header .top .logo {
    background-image: url(../images/ushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    margin: 0 auto;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.qualify .header .top .logo:hover {
    opacity: .75;
}

.qualify .header .top .mainmenu .login {
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.qualify .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.qualify .qualifyheader {
    background-color: #6eb7a3;
}

.qualify .qualifyheader .wrapper .full {
    padding: 19px 15px 40px;
}

.qualify .qualifyheader .wrapper .full h1 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 44px;
}

.qualify .qualifyheader .wrapper .full .steps {
    position: absolute;
    bottom: -14.5px;
    left: 50%;
    margin-left: -47.5px;
}

.qualify .qualifyquestions {
    padding-bottom: 40px;
}

.qualify .qualifyquestions .wrapper {
    width: 100%;
    max-width: 550px;
    min-width: 0;
    margin: 0 auto;
}

.qualify .qualifyquestions .wrapper .qualifyfor {
    padding: 40px 15px 25px;
}

.qualify .qualifyquestions .wrapper .qualifyfor h3 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
}

.qualify .qualifyquestions .wrapper .questions .checkbox:not(#foo) {
    float: left;
    display: block;
    margin-bottom: 40px;
}

.qualify .qualifyquestions .wrapper .questions .checkbox:not(#foo) input[type='checkbox'] {
    width: 24px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    height: 24px;
    float: left;
    position: absolute;
}

.qualify .qualifyquestions .wrapper .questions .checkbox:not(#foo) input[type='checkbox'] + label {
    background: url(../images/qualifynotcheckbox.png) left top no-repeat;
    padding: 0 0 0 35px;
    border: none;
    font-size: 20px;
    color: #444444;
    line-height: 24px;
    float: left;
}

.qualify .qualifyquestions .wrapper .questions .checkbox:not(#foo) input[type='checkbox']:checked + label {
    background-image: url(../images/qualifycheckbox.png);
}

.qualify .qualifyquestions .wrapper .questions input[type="submit"] {
    float: left;
    margin-top: 10px;
    background: #6eb7a3;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 12px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    color: white;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.qualify .qualifyquestions .wrapper .questions input[type="submit"]:hover {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.qualify .qualifyquestions .wrapper .questions input[type="submit"]:focus {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.qualify footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

@media only screen and (min-height: 44.75em) and (min-width: 43.75em) {
    .qualify footer {
        position: fixed;
        bottom: 0;
    }
}

.qualify footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.qualify footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.qualify footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.hostinfo {
    background-color: white;
}

.hostinfo .header {
    background-color: #6eb7a3;
}

.hostinfo .header .top {
    margin: 21px 0;
}

.hostinfo .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.hostinfo .header .top:before {
    content: "";
    display: table;
}

.hostinfo .header .top .logo {
    background-image: url(../images/ushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    margin: 0 auto;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hostinfo .header .top .logo:hover {
    opacity: .75;
}

.hostinfo .header .top .mainmenu .login {
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hostinfo .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.hostinfo .hostinfo-header {
    background-color: #6eb7a3;
}

.hostinfo .hostinfo-header .wrapper .full {
    padding: 19px 15px 40px;
}

.hostinfo .hostinfo-header .wrapper .full h1 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 44px;
}

.hostinfo .hostinfo-header .wrapper .full .steps {
    position: absolute;
    bottom: -14.5px;
    left: 50%;
    margin-left: -47.5px;
}

.hostinfo .hostinfo-form {
    padding-bottom: 40px;
}

.hostinfo .hostinfo-form .wrapper {
    width: 100%;
    max-width: 650px;
    min-width: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 37.5em) {
    .hostinfo .hostinfo-form .wrapper .half {
        width: 100%;
    }
}

.hostinfo .hostinfo-form .wrapper #clear {
    clear: both;
}

.hostinfo .hostinfo-form .wrapper .inner {
    margin-bottom: 30px;
    padding: 0 10px;
}

.hostinfo .hostinfo-form .wrapper input {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    border: 1px solid #d9d9d9;
}

.hostinfo .hostinfo-form .wrapper .radio {
    float: left;
    margin-right: 20px;
}

.hostinfo .hostinfo-form .wrapper .radio input[type='radio'] {
    width: 18px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    height: 18px;
    float: left;
    position: absolute;
}

/*.hostinfo .hostinfo-form .wrapper .radio input[type='radio'] + label {
  background: url(../images/applyradio.png) left center no-repeat;
  padding: 1px 0 0 24px;
  border: none;
  height: 18px;
}
.hostinfo .hostinfo-form .wrapper .radio input[type='radio']:checked + label {
  background-image: url(../images/applyradiochecked.png);
}*/
.hostinfo .hostinfo-form .wrapper p {
    color: #444444;
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin-bottom: 5px;
}

.hostinfo .hostinfo-form .wrapper #right {
    float: right;
    color: #949494;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.hostinfo .hostinfo-form .wrapper .select {
    float: left;
    width: 100%;
    background-image: url(../images/apply-search-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    height: 37px;
}

.hostinfo .hostinfo-form .wrapper .select select {
    line-height: 1;
    width: 120%;
    color: #5b5b5b;
    font-size: 15px;
    padding: 8.5px 12px;
    border-radius: 0;
    background: transparent;
    outline: none;
    margin-right: 10px;
    border: none;
}

.hostinfo .hostinfo-form .wrapper .state {
    height: 55px;
}

.hostinfo .hostinfo-form .wrapper textarea {
    width: 100%;
    resize: none;
    border: 1px solid #d9d9d9;
    padding: 8px 12px;
    outline: none;
    border-radius: 0;
}

.hostinfo .hostinfo-form .wrapper .sex p,
.hostinfo .hostinfo-form .wrapper .previous-exp p,
.hostinfo .hostinfo-form .wrapper .smoke p,
.hostinfo .hostinfo-form .wrapper .spouse-sex p {
    width: 100%;
    margin-bottom: 10px;
}

.hostinfo .hostinfo-form .wrapper .sex input,
.hostinfo .hostinfo-form .wrapper .previous-exp input,
.hostinfo .hostinfo-form .wrapper .smoke input,
.hostinfo .hostinfo-form .wrapper .spouse-sex input,
.hostinfo .hostinfo-form .wrapper .sex span,
.hostinfo .hostinfo-form .wrapper .previous-exp span,
.hostinfo .hostinfo-form .wrapper .smoke span,
.hostinfo .hostinfo-form .wrapper .spouse-sex span {
    float: left;
}

.hostinfo .hostinfo-form .wrapper .sex span,
.hostinfo .hostinfo-form .wrapper .previous-exp span,
.hostinfo .hostinfo-form .wrapper .smoke span,
.hostinfo .hostinfo-form .wrapper .spouse-sex span {
    padding: 1px 20px 0 5px;
}

.hostinfo .hostinfo-form .wrapper .formheader {
    padding: 40px 10px 25px;
    margin-bottom: 0;
}

.hostinfo .hostinfo-form .wrapper .formheader h3 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
}

.hostinfo .hostinfo-form .wrapper .primarytel .parentheses,
.hostinfo .hostinfo-form .wrapper .hometel .parentheses,
.hostinfo .hostinfo-form .wrapper .mobile .parentheses,
.hostinfo .hostinfo-form .wrapper .work .parentheses,
.hostinfo .hostinfo-form .wrapper .spouse-primarytel .parentheses {
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    width: 6%;
}

.hostinfo .hostinfo-form .wrapper .primarytel .dash,
.hostinfo .hostinfo-form .wrapper .hometel .dash,
.hostinfo .hostinfo-form .wrapper .mobile .dash,
.hostinfo .hostinfo-form .wrapper .work .dash,
.hostinfo .hostinfo-form .wrapper .spouse-primarytel .dash {
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    width: 8%;
    float: left;
}

.hostinfo .hostinfo-form .wrapper .primarytel input,
.hostinfo .hostinfo-form .wrapper .hometel input,
.hostinfo .hostinfo-form .wrapper .mobile input,
.hostinfo .hostinfo-form .wrapper .work input,
.hostinfo .hostinfo-form .wrapper .spouse-primarytel input {
    width: 25%;
    float: left;
    text-align: center;
}

.hostinfo .hostinfo-form .wrapper .primarytel #p_phone_3,
.hostinfo .hostinfo-form .wrapper .hometel #h_phone_3,
.hostinfo .hostinfo-form .wrapper .mobile #m_phone_3,
.hostinfo .hostinfo-form .wrapper .work #w_phone_3,
.hostinfo .hostinfo-form .wrapper .spouse-primarytel #spouse_phone_3 {
    width: 30%;
}

.hostinfo .hostinfo-form .wrapper .dob .select,
.hostinfo .hostinfo-form .wrapper .spouse-dob .select {
    width: 23.33333%;
    float: left;
    text-align: center;
}

.hostinfo .hostinfo-form .wrapper .dob .select select,
.hostinfo .hostinfo-form .wrapper .spouse-dob .select select {
    padding: 8.5px 10px;
    width: 140%;
}

.hostinfo .hostinfo-form .wrapper .dob .slash,
.hostinfo .hostinfo-form .wrapper .spouse-dob .slash {
    float: left;
    width: 15%;
    text-align: center;
    font-size: 22px;
    line-height: 37px;
}

.hostinfo .hostinfo-form .wrapper input[type="submit"] {
    float: left;
    margin-top: 10px;
    width: auto;
    background: #6eb7a3;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 12px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    color: white;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.hostinfo .hostinfo-form .wrapper input[type="submit"]:hover {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.hostinfo .hostinfo-form .wrapper input[type="submit"]:focus {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.hostinfo footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.hostinfo footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.hostinfo footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.hostinfo footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.matching-info {
    background-color: white;
}

.matching-info .mealplan-popup,
.matching-info .occupancycode-popup {
    position: relative;
    background: #FFF;
    padding: 20px 20px;
    width: 90%;
    margin: 20px auto;
}

.matching-info .mealplan-popup p,
.matching-info .occupancycode-popup p {
    font-size: 13px;
    margin-top: 20px;
    color: #444444;
    line-height: 18px;
}

.matching-info .mealplan-popup p .bold,
.matching-info .occupancycode-popup p .bold {
    font-weight: 700;
}

.matching-info .header {
    background-color: #6eb7a3;
}

.matching-info .header .top {
    margin: 21px 0;
}

.matching-info .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.matching-info .header .top:before {
    content: "";
    display: table;
}

.matching-info .header .top .logo {
    background-image: url(../images/ushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    margin: 0 auto;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.matching-info .header .top .logo:hover {
    opacity: .75;
}

.matching-info .header .top .mainmenu .login {
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.matching-info .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.matching-info .matching-info-header {
    background-color: #6eb7a3;
}

.matching-info .matching-info-header .wrapper .full {
    padding: 19px 15px 40px;
}

.matching-info .matching-info-header .wrapper .full h1 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 44px;
}

.matching-info .matching-info-header .wrapper .full .steps {
    position: absolute;
    bottom: -14.5px;
    left: 50%;
    margin-left: -47.5px;
}

.matching-info .matching-info-form {
    padding-bottom: 40px;
}

.matching-info .matching-info-form .wrapper {
    width: 100%;
    max-width: 650px;
    min-width: 0;
    margin: 0 auto;
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .half {
        width: 100%;
    }
}

.matching-info .matching-info-form .wrapper #clear,
.matching-info .matching-info-form .wrapper .clear {
    clear: both;
}

.matching-info .matching-info-form .wrapper .inner {
    margin-bottom: 50px;
    padding: 0 10px;
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .inner {
        margin-bottom: 30px;
    }
}

.matching-info .matching-info-form .wrapper input {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    border: 1px solid #d9d9d9;
}

.matching-info .matching-info-form .wrapper .radio {
    float: left;
    margin-right: 20px;
}

.matching-info .matching-info-form .wrapper .radio input[type='radio'] {
    width: 18px;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    height: 18px;
    float: left;
    position: absolute;
}

/*.matching-info .matching-info-form .wrapper .radio input[type='radio'] + label {
  background: url(../images/applyradio.png) left center no-repeat;
  padding: 1px 0 0 24px;
  border: none;
  height: 18px;
}
.matching-info .matching-info-form .wrapper .radio input[type='radio']:checked + label {
  background-image: url(../images/applyradiochecked.png);
}*/
.matching-info .matching-info-form .wrapper .headerp {
    color: #444444;
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin-bottom: 5px;
}

.matching-info .matching-info-form .wrapper #right {
    float: right;
    color: #949494;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.matching-info .matching-info-form .wrapper .select {
    float: left;
    width: 100%;
    background-image: url(../images/apply-search-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    height: 37px;
}

.matching-info .matching-info-form .wrapper .select select {
    line-height: 1;
    width: 120%;
    color: #5b5b5b;
    font-size: 15px;
    padding: 8.5px 12px;
    border-radius: 0;
    background: transparent;
    outline: none;
    margin-right: 10px;
    border: none;
}

.matching-info .matching-info-form .wrapper .mealplaninfo p,
.matching-info .matching-info-form .wrapper .occupancy-code-info p,
.matching-info .matching-info-form .wrapper .pets p,
.matching-info .matching-info-form .wrapper .children p {
    font-size: 13px;
    margin-top: 20px;
    color: #444444;
    line-height: 18px;
}

.matching-info .matching-info-form .wrapper .mealplaninfo p .bold,
.matching-info .matching-info-form .wrapper .occupancy-code-info p .bold,
.matching-info .matching-info-form .wrapper .pets p .bold,
.matching-info .matching-info-form .wrapper .children p .bold {
    font-weight: 700;
}

.matching-info .matching-info-form .wrapper .occupancy-code-info p:first-child,
.matching-info .matching-info-form .wrapper .pets p:first-child,
.matching-info .matching-info-form .wrapper .children p:first-child {
    margin-top: 0;
}

.matching-info .matching-info-form .wrapper .checkbox:not(#foo) {
    float: left;
    display: block;
    margin-bottom: 10px;
}

.matching-info .matching-info-form .wrapper .checkbox:not(#foo) input[type='checkbox'] {
    width: 18px;
    /*opacity: 0;*/
    z-index: -1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    height: 18px;
    float: left;
    position: absolute;
    /*visibility: hidden;*/
}

/*.matching-info .matching-info-form .wrapper .checkbox:not(#foo) input[type='checkbox'] + label {
  background: url(../images/matchingnotcheckbox.png) left top no-repeat;
  padding: 1px 0 0 24px;
  border: none;
  color: #444444;
  float: left;
  height: 18px;
}
.matching-info .matching-info-form .wrapper .checkbox:not(#foo) input[type='checkbox']:checked + label {
  background-image: url(../images/matchingcheckbox.png);
}*/
.matching-info .matching-info-form .wrapper .occupancy-code .radio {
    margin-bottom: 15px;
}

.matching-info .matching-info-form .wrapper .formheader {
    padding: 40px 10px 25px;
    margin-bottom: 0;
}

.matching-info .matching-info-form .wrapper .formheader h3 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
    float: left;
}

.matching-info .matching-info-form .wrapper .formheader #right {
    float: left;
    padding: 4px 0 0 10px;
}

.matching-info .matching-info-form .wrapper .mealplan .headerp {
    width: 100%;
    margin-bottom: 10px;
}

.matching-info .matching-info-form .wrapper .mealplan .headerp:nth-child(3) {
    margin-top: 30px;
}

.matching-info .matching-info-form .wrapper .mealplan input {
    margin: 0 10px 10px 0;
    float: left;
    clear: left;
}

.matching-info .matching-info-form .wrapper .smoke p,
.matching-info .matching-info-form .wrapper .couple-code p,
.matching-info .matching-info-form .wrapper .student-gender p,
.matching-info .matching-info-form .wrapper .occupancy-code p,
.matching-info .matching-info-form .wrapper .have-pets p,
.matching-info .matching-info-form .wrapper .have-children p,
.matching-info .matching-info-form .wrapper .private-bathroom p,
.matching-info .matching-info-form .wrapper .internet p {
    width: 100%;
    margin-bottom: 10px;
}

.matching-info .matching-info-form .wrapper .smoke input,
.matching-info .matching-info-form .wrapper .couple-code input,
.matching-info .matching-info-form .wrapper .student-gender input,
.matching-info .matching-info-form .wrapper .occupancy-code input,
.matching-info .matching-info-form .wrapper .have-pets input,
.matching-info .matching-info-form .wrapper .have-children input,
.matching-info .matching-info-form .wrapper .private-bathroom input,
.matching-info .matching-info-form .wrapper .internet input,
.matching-info .matching-info-form .wrapper .smoke span,
.matching-info .matching-info-form .wrapper .couple-code span,
.matching-info .matching-info-form .wrapper .student-gender span,
.matching-info .matching-info-form .wrapper .occupancy-code span,
.matching-info .matching-info-form .wrapper .have-pets span,
.matching-info .matching-info-form .wrapper .have-children span,
.matching-info .matching-info-form .wrapper .private-bathroom span,
.matching-info .matching-info-form .wrapper .internet span {
    float: left;
}

.matching-info .matching-info-form .wrapper .smoke span,
.matching-info .matching-info-form .wrapper .couple-code span,
.matching-info .matching-info-form .wrapper .student-gender span,
.matching-info .matching-info-form .wrapper .occupancy-code span,
.matching-info .matching-info-form .wrapper .have-pets span,
.matching-info .matching-info-form .wrapper .have-children span,
.matching-info .matching-info-form .wrapper .private-bathroom span,
.matching-info .matching-info-form .wrapper .internet span {
    padding: 1px 20px 0 5px;
}

.matching-info .matching-info-form .wrapper .pets p {
    float: left;
    font-weight: 700;
    line-height: 24px;
}

.matching-info .matching-info-form .wrapper .pets p:first-child {
    font-weight: 400;
    line-height: 13px;
    width: 100%;
}

.matching-info .matching-info-form .wrapper .pets p.pet-indoor-outdoor {
    width: 48.75%;
    background-color: #eee;
    padding-left: 5px;
}

.matching-info .matching-info-form .wrapper .pets p.pet-type {
    width: 51.25%;
    padding-left: 2.5%;
    background-color: #eee;
}

.matching-info .matching-info-form .wrapper .pets p.other {
    width: 48.75%;
    float: left;
    margin: 10px 2.5% 0 0;
    font-weight: 400;
    line-height: 28px;
    height: 28px;
}

.matching-info .matching-info-form .wrapper .pets input {
    width: 48.75%;
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 5px;
    font-size: 13px;
    height: 28px;
}

.matching-info .matching-info-form .wrapper .pets .select {
    width: 48.75%;
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 5px;
    height: 28px;
}

.matching-info .matching-info-form .wrapper .pets .select select {
    padding: 0;
    font-size: 13px;
}

.matching-info .matching-info-form .wrapper .pets .select.pet-indoor-outdoor {
    margin: 10px 2.5% 0 0;
}

.matching-info .matching-info-form .wrapper .pets span {
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #6eb7a3;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.matching-info .matching-info-form .wrapper .pets span:hover {
    color: #ff8853;
}

.matching-info .matching-info-form .wrapper .children p {
    float: left;
    font-weight: 700;
    line-height: 24px;
}

.matching-info .matching-info-form .wrapper .children p:first-child {
    font-weight: 400;
    line-height: 13px;
    width: 100%;
}

.matching-info .matching-info-form .wrapper .children p:nth-child(2) {
    width: 40%;
    background-color: #eee;
    padding-left: 5px;
}

.matching-info .matching-info-form .wrapper .children p:nth-child(3) {
    width: 30%;
    padding-left: 2.5%;
    background-color: #eee;
}

.matching-info .matching-info-form .wrapper .children p:nth-child(4) {
    width: 30%;
    padding-left: 2.5%;
    background-color: #eee;
}

.matching-info .matching-info-form .wrapper .children #child-name {
    width: 40%;
    margin: 10px 2.5% 0 0;
    float: left;
}

.matching-info .matching-info-form .wrapper .children #child-dob {
    width: 27.5%;
    float: left;
    margin: 10px 2.5% 0 0;
}

.matching-info .matching-info-form .wrapper .children input {
    font-size: 13px;
    padding: 5px 5px;
}

.matching-info .matching-info-form .wrapper .children .select {
    width: 27.5%;
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 5px;
    height: 28px;
}

.matching-info .matching-info-form .wrapper .children .select select {
    font-size: 13px;
    padding: 0;
    width: 130%;
}

.matching-info .matching-info-form .wrapper .children span {
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #6eb7a3;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.matching-info .matching-info-form .wrapper .children span:hover {
    color: #ff8853;
}

.matching-info .matching-info-form .wrapper .other-religion {
    height: 58px;
}

.matching-info .matching-info-form .wrapper .other-religion p:first-child {
    font-weight: 400;
    line-height: 13px;
    font-size: 13px;
    color: #444444;
    float: left;
    margin-bottom: 5px;
}

.matching-info .matching-info-form .wrapper .other-religion select {
    padding: 8px 12px;
}

.matching-info .matching-info-form .wrapper .background-check p {
    font-size: 13px;
    color: #444444;
    line-height: 20px;
    margin-bottom: 20px;
}

.matching-info .matching-info-form .wrapper .background-formheader {
    padding: 40px 10px 10px;
    margin-bottom: 0;
}

.matching-info .matching-info-form .wrapper .background-formheader h3 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .mealplaninfo,
    .matching-info .matching-info-form .wrapper .occupancy-code-info {
        display: none;
    }
}

.matching-info .matching-info-form .wrapper .mealplan a,
.matching-info .matching-info-form .wrapper .occupancy-code a {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 10px;
}

@media only screen and (min-width: 37.6em) {
    .matching-info .matching-info-form .wrapper .mealplan a,
    .matching-info .matching-info-form .wrapper .occupancy-code a {
        display: none;
    }
}

.matching-info .matching-info-form .wrapper .mealplan a img,
.matching-info .matching-info-form .wrapper .occupancy-code a img {
    width: 20px;
}

.matching-info .matching-info-form .wrapper .mealplan .select,
.matching-info .matching-info-form .wrapper .occupancy-code .select {
    margin-bottom: 10px;
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .mealplan .headerp,
    .matching-info .matching-info-form .wrapper .occupancy-code .headerp {
        width: auto;
        line-height: 20px;
    }
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .host-photo,
    .matching-info .matching-info-form .wrapper .spouse-photo {
        width: 50%;
    }
}

@media only screen and (max-width: 21.875em) {
    .matching-info .matching-info-form .wrapper .host-photo,
    .matching-info .matching-info-form .wrapper .spouse-photo {
        width: 100%;
    }
}

.matching-info .matching-info-form .wrapper .host-photo .photo,
.matching-info .matching-info-form .wrapper .spouse-photo .photo {
    width: 100%;
    padding-top: 100%;
    float: left;
    border: 3px dashed #cecece;
    position: relative;
}

.matching-info .matching-info-form .wrapper .host-photo .photo span,
.matching-info .matching-info-form .wrapper .spouse-photo .photo span {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3px;
    margin-right: -3px;
    cursor: pointer;
    height: 16px;
    z-index: 101;
}

.matching-info .matching-info-form .wrapper .host-photo .photo .preview,
.matching-info .matching-info-form .wrapper .spouse-photo .photo .preview {
    float: left;
    margin: 2%;
    width: 96%;
    height: 96%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 100;
}

.matching-info .matching-info-form .wrapper .host-photo .photo .preview .tall,
.matching-info .matching-info-form .wrapper .spouse-photo .photo .preview .tall {
    width: 100%;
    height: auto;
}

.matching-info .matching-info-form .wrapper .host-photo .photo .preview .wide,
.matching-info .matching-info-form .wrapper .spouse-photo .photo .preview .wide {
    height: auto;
    min-height: 293px;
    width: auto;
    max-width: none;
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .host-photo .photo .preview .wide,
    .matching-info .matching-info-form .wrapper .spouse-photo .photo .preview .wide {
        min-height: 270px;
    }
}

@media only screen and (max-width: 21.875em) {
    .matching-info .matching-info-form .wrapper .host-photo .photo .preview .wide,
    .matching-info .matching-info-form .wrapper .spouse-photo .photo .preview .wide {
        min-height: 320px;
    }
}

.matching-info .matching-info-form .wrapper .host-photo .photo .upload,
.matching-info .matching-info-form .wrapper .spouse-photo .photo .upload {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -66px;
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .host-photo .photo .upload,
    .matching-info .matching-info-form .wrapper .spouse-photo .photo .upload {
        margin-top: -54px;
        margin-left: -62px;
    }
}

.matching-info .matching-info-form .wrapper .host-photo .photo .upload h2,
.matching-info .matching-info-form .wrapper .spouse-photo .photo .upload h2 {
    color: #949494;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .host-photo .photo .upload h2,
    .matching-info .matching-info-form .wrapper .spouse-photo .photo .upload h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

.matching-info .matching-info-form .wrapper .host-photo .photo .upload .customupload,
.matching-info .matching-info-form .wrapper .spouse-photo .photo .upload .customupload {
    border: none;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 10px 20px;
    background-color: #6eb7a3;
    width: 100%;
    text-align: center;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.matching-info .matching-info-form .wrapper .host-photo .photo .upload .customupload:hover,
.matching-info .matching-info-form .wrapper .spouse-photo .photo .upload .customupload:hover {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.matching-info .matching-info-form .wrapper .host-photo .photo .upload .customupload:before,
.matching-info .matching-info-form .wrapper .spouse-photo .photo .upload .customupload:before {
    content: "Choose File";
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.matching-info .matching-info-form .wrapper .host-photo .photo .upload .customupload input[type="file"],
.matching-info .matching-info-form .wrapper .spouse-photo .photo .upload .customupload input[type="file"] {
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .general-photo {
        width: 50%;
    }
}

@media only screen and (max-width: 21.875em) {
    .matching-info .matching-info-form .wrapper .general-photo {
        width: 100%;
    }
}

.matching-info .matching-info-form .wrapper .general-photo .noheader {
    margin-top: 18px;
}

.matching-info .matching-info-form .wrapper .general-photo .photo {
    width: 100%;
    padding-top: 100%;
    float: left;
    border: 3px dashed #cecece;
    position: relative;
}

.matching-info .matching-info-form .wrapper .general-photo .photo span {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3px;
    margin-right: -3px;
    cursor: pointer;
    height: 16px;
    z-index: 101;
}

.matching-info .matching-info-form .wrapper .general-photo .photo .preview {
    float: left;
    margin: 2%;
    width: 96%;
    height: 96%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 100;
}

.matching-info .matching-info-form .wrapper .general-photo .photo .preview .tall {
    width: 100%;
    height: auto;
}

.matching-info .matching-info-form .wrapper .general-photo .photo .preview .wide {
    height: auto;
    min-height: 187px;
    width: auto;
    max-width: none;
    min-height: 100%;
}

@media only screen and (max-width: 37.5em) {
    .matching-info .matching-info-form .wrapper .general-photo .photo .preview .wide {
        min-height: 270px;
    }
}

@media only screen and (max-width: 21.875em) {
    .matching-info .matching-info-form .wrapper .general-photo .photo .preview .wide {
        min-height: 320px;
    }
}

.matching-info .matching-info-form .wrapper .general-photo .photo .upload {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -62px;
}

.matching-info .matching-info-form .wrapper .general-photo .photo .upload h2 {
    color: #949494;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
}

.matching-info .matching-info-form .wrapper .general-photo .photo .upload .customupload {
    border: none;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 10px 20px;
    background-color: #6eb7a3;
    width: 100%;
    text-align: center;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.matching-info .matching-info-form .wrapper .general-photo .photo .upload .customupload:hover {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.matching-info .matching-info-form .wrapper .general-photo .photo .upload .customupload:before {
    content: "Choose File";
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.matching-info .matching-info-form .wrapper .general-photo .photo .upload .customupload input[type="file"] {
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.matching-info .matching-info-form .wrapper input[type="submit"] {
    float: left;
    margin-top: 10px;
    width: auto;
    background: #ff8853;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 12px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    color: white;
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.matching-info .matching-info-form .wrapper input[type="submit"]:hover {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.matching-info .matching-info-form .wrapper input[type="submit"]:focus {
    opacity: .75;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
}

.matching-info footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.matching-info footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.matching-info footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.matching-info footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.whatnow {
    background-color: white;
}

.whatnow .header {
    background-color: #6eb7a3;
}

.whatnow .header .top {
    margin: 21px 0;
}

.whatnow .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.whatnow .header .top:before {
    content: "";
    display: table;
}

.whatnow .header .top .logo {
    background-image: url(../images/ushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    margin: 0 auto;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.whatnow .header .top .logo:hover {
    opacity: .75;
}

.whatnow .header .top .mainmenu .login {
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.whatnow .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.whatnow .whatnow-header {
    background-color: #6eb7a3;
}

.whatnow .whatnow-header .wrapper .full {
    padding: 19px 15px 40px;
}

.whatnow .whatnow-header .wrapper .full h1 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 44px;
}

.whatnow .whatnow-header .wrapper .full .steps {
    position: absolute;
    bottom: -14.5px;
    left: 50%;
    margin-left: -47.5px;
}

.whatnow .whatnow-body {
    padding: 100px 0;
}

@media only screen and (max-width: 40.625em) {
    .whatnow .whatnow-body {
        padding: 40px 0;
    }
}

.whatnow .whatnow-body .wrapper {
    width: 100%;
    max-width: 600px;
    min-width: 0;
    margin: 0 auto;
}

.whatnow .whatnow-body .wrapper .whatnow-text h1 {
    color: #ff8853;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}

.whatnow .whatnow-body .wrapper .whatnow-text h3 {
    color: #5b5b5b;
    line-height: 28px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 40.625em) {
    .whatnow .whatnow-body .wrapper .whatnow-text h3 {
        font-size: 18px;
        line-height: 22px;
    }
}

.whatnow .whatnow-body .wrapper .whatnow-text h3:last-child {
    margin-bottom: 0;
}

.whatnow footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    bottom: 0;
    background-color: #f0f7f5;
}

@media only screen and (min-height: 50em) and (min-width: 43.75em) {
    .whatnow footer {
        position: fixed;
        bottom: 0;
    }
}

.whatnow footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.whatnow footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.whatnow footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.my-students {
    height: 100%;
    background-color: #6eb7a3;
}

.my-students .header {
    background-color: white;
}

.my-students .header .top {
    margin: 21px 0;
}

.my-students .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.my-students .header .top:before {
    content: "";
    display: table;
}

.my-students .header .top .logo {
    background-image: url(../images/orangeushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-students .header .top .logo:hover {
    opacity: .75;
}

.my-students .header .top .mainmenu a {
    color: #5f5f5f;
}

.my-students .header .top .mainmenu .login {
    border: 1px solid #5f5f5f;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-students .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.my-students .header .top .mobilemenu {
    background: url(../images/mobilemenuorange.png) no-repeat;
}

.my-students .students {
    min-height: 86%;
}

.my-students .students .wrapper {
    padding: 20px 10px 50px;
}

.my-students .students .wrapper .inner {
    padding: 0;
}

.my-students .students .wrapper .dash-menu {
    margin-bottom: 20px;
}

.my-students .students .wrapper .dash-menu .dash-menu-wrapper {
    width: 100%;
    margin: 0 auto;
}

.my-students .students .wrapper .dash-menu .dash-menu-wrapper .option {
    float: left;
    padding: 10px .5%;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 40.625em) {
    .my-students .students .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 33.33333%;
        padding: 10px 2%;
    }
}

@media only screen and (max-width: 25em) {
    .my-students .students .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 50%;
        padding: 10px 2%;
    }
}

.my-students .students .wrapper .dash-menu .dash-menu-wrapper .option .text {
    background-color: white;
    padding: 15px 5px;
    border-bottom: 4px solid #e3e3e3;
    text-align: center;
}

@media only screen and (max-width: 62.5em) {
    .my-students .students .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 40.625em) {
    .my-students .students .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

@media only screen and (max-width: 39.375em) {
    .my-students .students .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 25em) {
    .my-students .students .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

.my-students .students .wrapper .dash-menu .dash-menu-wrapper .option .text h3 {
    color: #ff8853;
    font-size: 16px;
    font-weight: 700;
}

.my-students .students .wrapper .dash-menu .dash-menu-wrapper .option:hover {
    opacity: .75;
}

.my-students .students .wrapper .students-header {
    padding: 0 10px;
    margin-bottom: 30px;
}

.my-students .students .wrapper .students-header h1 {
    color: white;
    float: left;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 25em) {
    .my-students .students .wrapper .students-header h1 {
        width: 100%;
    }
}

.my-students .students .wrapper .students-header .loggedin {
    float: right;
    padding-top: 14px;
}

@media only screen and (max-width: 25em) {
    .my-students .students .wrapper .students-header .loggedin {
        float: left;
    }
}

.my-students .students .wrapper .students-header .loggedin span {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.my-students .students .wrapper .students-header .loggedin .username:after {
    content: "!";
}

.my-students .students .wrapper .students-header .loggedin a {
    text-decoration: none;
    color: #ff8853;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-students .students .wrapper .students-header .loggedin a:hover {
    opacity: .6;
}

.my-students .students .wrapper .searchtable {
    margin-top: 30px;
    padding: 0 8px;
}

@media only screen and (max-width: 46.875em) {
    .my-students .students .wrapper .searchtable {
        margin-top: 15px;
    }
}

.my-students .students .wrapper .searchtable h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 28.125em) {
    .my-students .students .wrapper .searchtable h2 {
        font-size: 20px;
    }
}

.my-students .students .wrapper .searchtable p {
    background: #ff8853;
    float: left;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 14px;
}

.my-students .students .wrapper .searchtable table {
    width: 100%;
    background: #6eb7a3;
}

.my-students .students .wrapper .searchtable table th {
    background: #4F8476;
    color: white;
}

.my-students .students .wrapper .searchtable table td,
.my-students .students .wrapper .searchtable table th {
    padding: 12px;
    text-align: center;
    border: 2px solid #6eb7a3;
}

@media only screen and (max-width: 46.875em) {
    .my-students .students .wrapper .searchtable table td,
    .my-students .students .wrapper .searchtable table th {
        text-align: left;
    }
}

.my-students .students .wrapper .searchtable table .request-info {
    background: #6eb7a3;
    color: white;
    padding: 4px;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-students .students .wrapper .searchtable table .request-info:hover {
    opacity: .75;
}

.my-students .students .wrapper .searchtable table tr:nth-of-type(even) {
    background: #e3e3e3;
}

.my-students .students .wrapper .searchtable table tr:nth-of-type(odd) {
    background: white;
}

.my-students .students .wrapper .searchtable table .shuttle {
    background: #ff8853 !important;
}

@media only screen and (max-width: 46.875em) {
    .my-students .students .wrapper .searchtable {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

        /*
              Label the data
              */

    }

    .my-students .students .wrapper .searchtable table,
    .my-students .students .wrapper .searchtable thead,
    .my-students .students .wrapper .searchtable tbody,
    .my-students .students .wrapper .searchtable th,
    .my-students .students .wrapper .searchtable td,
    .my-students .students .wrapper .searchtable tr {
        display: block;
    }

    .my-students .students .wrapper .searchtable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .my-students .students .wrapper .searchtable tr {
        margin-bottom: 10px;
    }

    .my-students .students .wrapper .searchtable td {
        /* Behave  like a "row" */

        position: relative;
        padding-left: 50% !important;
    }

    .my-students .students .wrapper .searchtable td:before {
        /* Now like a table header */

        position: absolute;
        /* Top/left values mimic padding */

        top: 10px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .my-students .students .wrapper .searchtable td:nth-of-type(1):before {
        content: "First Name";
    }

    .my-students .students .wrapper .searchtable td:nth-of-type(2):before {
        content: "Last Name";
    }

    .my-students .students .wrapper .searchtable td:nth-of-type(3):before {
        content: "DOB";
    }

    .my-students .students .wrapper .searchtable td:nth-of-type(4):before {
        content: "School Name";
    }

    .my-students .students .wrapper .searchtable td:nth-of-type(5):before {
        content: "Move In Date";
    }

    .my-students .students .wrapper .searchtable td:nth-of-type(6):before {
        content: "Move Out Date";
    }

    .my-students .students .wrapper .searchtable td:nth-of-type(7):before {
        content: "Info Packet";
    }
}

.my-students footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.my-students footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.my-students footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.my-students footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.my-referrals {
    height: 100%;
    background-color: #6eb7a3;
}

.my-referrals .header {
    background-color: white;
}

.my-referrals .header .top {
    margin: 21px 0;
}

.my-referrals .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.my-referrals .header .top:before {
    content: "";
    display: table;
}

.my-referrals .header .top .logo {
    background-image: url(../images/orangeushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-referrals .header .top .logo:hover {
    opacity: .75;
}

.my-referrals .header .top .mainmenu a {
    color: #5f5f5f;
}

.my-referrals .header .top .mainmenu .login {
    border: 1px solid #5f5f5f;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-referrals .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.my-referrals .header .top .mobilemenu {
    background: url(../images/mobilemenuorange.png) no-repeat;
}

.my-referrals .referrals {
    min-height: 86%;
}

.my-referrals .referrals .wrapper {
    padding: 20px 10px 50px;
}

.my-referrals .referrals .wrapper .inner {
    padding: 0;
}

.my-referrals .referrals .wrapper .dash-menu {
    margin-bottom: 20px;
}

.my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper {
    width: 100%;
    margin: 0 auto;
}

.my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option {
    float: left;
    padding: 10px .5%;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 40.625em) {
    .my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 33.33333%;
        padding: 10px 2%;
    }
}

@media only screen and (max-width: 25em) {
    .my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 50%;
        padding: 10px 2%;
    }
}

.my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option .text {
    background-color: white;
    padding: 15px 5px;
    border-bottom: 4px solid #e3e3e3;
    text-align: center;
}

@media only screen and (max-width: 62.5em) {
    .my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 40.625em) {
    .my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

@media only screen and (max-width: 39.375em) {
    .my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 25em) {
    .my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

.my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option .text h3 {
    color: #ff8853;
    font-size: 16px;
    font-weight: 700;
}

.my-referrals .referrals .wrapper .dash-menu .dash-menu-wrapper .option:hover {
    opacity: .75;
}

.my-referrals .referrals .wrapper .referrals-header {
    padding: 0 10px;
    margin-bottom: 30px;
}

.my-referrals .referrals .wrapper .referrals-header h1 {
    color: white;
    float: left;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 25em) {
    .my-referrals .referrals .wrapper .referrals-header h1 {
        width: 100%;
    }
}

.my-referrals .referrals .wrapper .referrals-header .loggedin {
    float: right;
    padding-top: 14px;
}

@media only screen and (max-width: 25em) {
    .my-referrals .referrals .wrapper .referrals-header .loggedin {
        float: left;
    }
}

.my-referrals .referrals .wrapper .referrals-header .loggedin span {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.my-referrals .referrals .wrapper .referrals-header .loggedin .username:after {
    content: "!";
}

.my-referrals .referrals .wrapper .referrals-header .loggedin a {
    text-decoration: none;
    color: #ff8853;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-referrals .referrals .wrapper .referrals-header .loggedin a:hover {
    opacity: .6;
}

.my-referrals .referrals .wrapper .searchtable {
    margin-top: 30px;
    padding: 0 8px;
}

@media only screen and (max-width: 46.875em) {
    .my-referrals .referrals .wrapper .searchtable {
        margin-top: 15px;
    }
}

.my-referrals .referrals .wrapper .searchtable h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 28.125em) {
    .my-referrals .referrals .wrapper .searchtable h2 {
        font-size: 20px;
    }
}

.my-referrals .referrals .wrapper .searchtable .no-matches {
    float: left;
    margin-top: 20px;
}

.my-referrals .referrals .wrapper .searchtable .no-matches a {
    text-decoration: none;
    background: #ff8853;
    color: white;
    padding: 5px;
    font-weight: 700;
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-referrals .referrals .wrapper .searchtable .no-matches a:hover {
    opacity: .75;
}

@media only screen and (max-width: 29.9375em) {
    .my-referrals .referrals .wrapper .searchtable .no-matches a {
        float: left;
        margin-top: 10px;
    }
}

.my-referrals .referrals .wrapper .searchtable table {
    width: 100%;
    background: #6eb7a3;
}

.my-referrals .referrals .wrapper .searchtable table th {
    background: #4F8476;
    color: white;
}

.my-referrals .referrals .wrapper .searchtable table td,
.my-referrals .referrals .wrapper .searchtable table th {
    padding: 12px;
    text-align: center;
    border: 2px solid #6eb7a3;
}

@media only screen and (max-width: 46.875em) {
    .my-referrals .referrals .wrapper .searchtable table td,
    .my-referrals .referrals .wrapper .searchtable table th {
        text-align: left;
    }
}

.my-referrals .referrals .wrapper .searchtable table .request-info {
    background: #6eb7a3;
    color: white;
    padding: 4px;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-referrals .referrals .wrapper .searchtable table .request-info:hover {
    opacity: .75;
}

.my-referrals .referrals .wrapper .searchtable table tr:nth-of-type(even) {
    background: #e3e3e3;
}

.my-referrals .referrals .wrapper .searchtable table tr:nth-of-type(odd) {
    background: white;
}

@media only screen and (max-width: 46.875em) {
    .my-referrals .referrals .wrapper .searchtable {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

    }

    .my-referrals .referrals .wrapper .searchtable table,
    .my-referrals .referrals .wrapper .searchtable thead,
    .my-referrals .referrals .wrapper .searchtable tbody,
    .my-referrals .referrals .wrapper .searchtable th,
    .my-referrals .referrals .wrapper .searchtable td,
    .my-referrals .referrals .wrapper .searchtable tr {
        display: block;
    }

    .my-referrals .referrals .wrapper .searchtable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .my-referrals .referrals .wrapper .searchtable tr {
        margin-bottom: 10px;
    }

    .my-referrals .referrals .wrapper .searchtable td {
        /* Behave  like a "row" */

        position: relative;
        padding-left: 50% !important;
    }

    .my-referrals .referrals .wrapper .searchtable td:before {
        /* Now like a table header */

        position: absolute;
        /* Top/left values mimic padding */

        top: 10px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }
}

@media only screen and (max-width: 46.875em) {
    .my-referrals .referrals .wrapper .matched {
        /*
              Label the data
              */

    }

    .my-referrals .referrals .wrapper .matched td:nth-of-type(1):before {
        content: "First Name";
    }

    .my-referrals .referrals .wrapper .matched td:nth-of-type(2):before {
        content: "Last Name";
    }

    .my-referrals .referrals .wrapper .matched td:nth-of-type(3):before {
        content: "Referred Date";
    }

    .my-referrals .referrals .wrapper .matched td:nth-of-type(4):before {
        content: "Matched Date";
    }
}

@media only screen and (max-width: 46.875em) {
    .my-referrals .referrals .wrapper .unmatched {
        /*
              Label the data
              */

    }

    .my-referrals .referrals .wrapper .unmatched td:nth-of-type(1):before {
        content: "First Name";
    }

    .my-referrals .referrals .wrapper .unmatched td:nth-of-type(2):before {
        content: "Last Name";
    }

    .my-referrals .referrals .wrapper .unmatched td:nth-of-type(3):before {
        content: "Referred Date";
    }
}

.my-referrals footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.my-referrals footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.my-referrals footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.my-referrals footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.my-photos {
    height: 100%;
    background-color: #6eb7a3;
}

.my-photos .header {
    background-color: white;
}

.my-photos .header .top {
    margin: 21px 0;
}

.my-photos .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.my-photos .header .top:before {
    content: "";
    display: table;
}

.my-photos .header .top .logo {
    background-image: url(../images/orangeushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-photos .header .top .logo:hover {
    opacity: .75;
}

.my-photos .header .top .mainmenu a {
    color: #5f5f5f;
}

.my-photos .header .top .mainmenu .login {
    border: 1px solid #5f5f5f;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-photos .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.my-photos .header .top .mobilemenu {
    background: url(../images/mobilemenuorange.png) no-repeat;
}

.my-photos .photos {
    min-height: 86%;
}

.my-photos .photos .wrapper {
    padding: 20px 0 50px;
}

.my-photos .photos .wrapper .dash-menu {
    margin-bottom: 20px;
}

.my-photos .photos .wrapper .dash-menu .dash-menu-wrapper {
    width: 100%;
    margin: 0 auto;
}

.my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option {
    float: left;
    padding: 10px .5%;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 40.625em) {
    .my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 33.33333%;
        padding: 10px 2%;
    }
}

@media only screen and (max-width: 25em) {
    .my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 50%;
        padding: 10px 2%;
    }
}

.my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option .text {
    background-color: white;
    padding: 15px 5px;
    border-bottom: 4px solid #e3e3e3;
    text-align: center;
}

@media only screen and (max-width: 62.5em) {
    .my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 40.625em) {
    .my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

@media only screen and (max-width: 39.375em) {
    .my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 25em) {
    .my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

.my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option .text h3 {
    color: #ff8853;
    font-size: 16px;
    font-weight: 700;
}

.my-photos .photos .wrapper .dash-menu .dash-menu-wrapper .option:hover {
    opacity: .75;
}

.my-photos .photos .wrapper .photos-header {
    margin-bottom: 30px;
}

.my-photos .photos .wrapper .photos-header h1 {
    color: white;
    float: left;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 25em) {
    .my-photos .photos .wrapper .photos-header h1 {
        width: 100%;
    }
}

.my-photos .photos .wrapper .photos-header .loggedin {
    float: right;
    padding-top: 14px;
}

@media only screen and (max-width: 25em) {
    .my-photos .photos .wrapper .photos-header .loggedin {
        float: left;
    }
}

.my-photos .photos .wrapper .photos-header .loggedin span {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.my-photos .photos .wrapper .photos-header .loggedin .username:after {
    content: "!";
}

.my-photos .photos .wrapper .photos-header .loggedin a {
    text-decoration: none;
    color: #ff8853;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-photos .photos .wrapper .photos-header .loggedin a:hover {
    opacity: .6;
}

@media only screen and (max-width: 37.5em) {
    .my-photos .photos .wrapper .host-photo,
    .my-photos .photos .wrapper .spouse-photo {
        width: 50%;
    }
}

@media only screen and (max-width: 28.125em) {
    .my-photos .photos .wrapper .host-photo,
    .my-photos .photos .wrapper .spouse-photo {
        width: 100%;
    }
}

.my-photos .photos .wrapper .host-photo .headerp,
.my-photos .photos .wrapper .spouse-photo .headerp {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin: 10px 0;
}

.my-photos .photos .wrapper .host-photo .photo,
.my-photos .photos .wrapper .spouse-photo .photo {
    width: 100%;
    padding-top: 100%;
    float: left;
    border: 3px dashed white;
    position: relative;
}

.my-photos .photos .wrapper .host-photo .photo span,
.my-photos .photos .wrapper .spouse-photo .photo span {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3px;
    margin-right: -3px;
    cursor: pointer;
    height: 16px;
    z-index: 101;
}

.my-photos .photos .wrapper .host-photo .photo .preview,
.my-photos .photos .wrapper .spouse-photo .photo .preview {
    float: left;
    margin: 2%;
    width: 96%;
    height: 96%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 100;
}

.my-photos .photos .wrapper .host-photo .photo .preview .tall,
.my-photos .photos .wrapper .spouse-photo .photo .preview .tall {
    width: 100%;
    height: auto;
}

.my-photos .photos .wrapper .host-photo .photo .preview .wide,
.my-photos .photos .wrapper .spouse-photo .photo .preview .wide {
    height: auto;
    width: auto;
    max-width: none;
}

.my-photos .photos .wrapper .host-photo .photo .upload,
.my-photos .photos .wrapper .spouse-photo .photo .upload {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -55px;
    margin-left: -66px;
}

@media only screen and (max-width: 37.5em) {
    .my-photos .photos .wrapper .host-photo .photo .upload,
    .my-photos .photos .wrapper .spouse-photo .photo .upload {
        margin-top: -54px;
        margin-left: -62px;
    }
}

.my-photos .photos .wrapper .host-photo .photo .upload h2,
.my-photos .photos .wrapper .spouse-photo .photo .upload h2 {
    color: white;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
}

@media only screen and (max-width: 37.5em) {
    .my-photos .photos .wrapper .host-photo .photo .upload h2,
    .my-photos .photos .wrapper .spouse-photo .photo .upload h2 {
        font-size: 18px;
        line-height: 26px;
    }
}

.my-photos .photos .wrapper .host-photo .photo .upload .customupload,
.my-photos .photos .wrapper .spouse-photo .photo .upload .customupload {
    border: none;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 10px 20px;
    background-color: #ff8853;
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-photos .photos .wrapper .host-photo .photo .upload .customupload:hover,
.my-photos .photos .wrapper .spouse-photo .photo .upload .customupload:hover {
    opacity: .75;
}

.my-photos .photos .wrapper .host-photo .photo .upload .customupload:before,
.my-photos .photos .wrapper .spouse-photo .photo .upload .customupload:before {
    content: "Choose File";
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.my-photos .photos .wrapper .host-photo .photo .upload .customupload input[type="file"],
.my-photos .photos .wrapper .spouse-photo .photo .upload .customupload input[type="file"] {
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.my-photos .photos .wrapper .general-photo .headerp {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin: 10px 0;
}

@media only screen and (max-width: 37.5em) {
    .my-photos .photos .wrapper .general-photo {
        width: 50%;
    }
}

@media only screen and (max-width: 28.125em) {
    .my-photos .photos .wrapper .general-photo {
        width: 100%;
    }
}

.my-photos .photos .wrapper .general-photo .noheader {
    margin-top: 44px;
}

.my-photos .photos .wrapper .general-photo .photo {
    width: 100%;
    padding-top: 100%;
    float: left;
    border: 3px dashed white;
    position: relative;
}

.my-photos .photos .wrapper .general-photo .photo span {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -3px;
    margin-right: -3px;
    cursor: pointer;
    height: 16px;
    z-index: 101;
}

.my-photos .photos .wrapper .general-photo .photo .preview {
    float: left;
    margin: 2%;
    width: 96%;
    height: 96%;
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 100;
}

.my-photos .photos .wrapper .general-photo .photo .preview .tall {
    width: 100%;
    height: auto;
}

.my-photos .photos .wrapper .general-photo .photo .preview .wide {
    height: auto;
    width: auto;
    max-width: none;
    min-height: 100%;
}

.my-photos .photos .wrapper .general-photo .photo .upload {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -54px;
    margin-left: -62px;
}

.my-photos .photos .wrapper .general-photo .photo .upload h2 {
    color: white;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
}

.my-photos .photos .wrapper .general-photo .photo .upload .customupload {
    border: none;
    overflow: hidden;
    position: relative;
    float: left;
    padding: 10px 20px;
    background-color: #ff8853;
    width: 100%;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-photos .photos .wrapper .general-photo .photo .upload .customupload:hover {
    opacity: .75;
}

.my-photos .photos .wrapper .general-photo .photo .upload .customupload:before {
    content: "Choose File";
    color: white;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.my-photos .photos .wrapper .general-photo .photo .upload .customupload input[type="file"] {
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.my-photos footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.my-photos footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.my-photos footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.my-photos footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.faq .header {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 48em) {
    .faq .header {
        background-image: url(../images/faqheader.jpg);
    }
}

@media only screen and (max-width: 47.9375em) {
    .faq .header {
        background-image: url(../images/faqheader_700.jpg);
        background-position: 30% 50%;
    }
}

@media only screen and (max-width: 31.25em) {
    .faq .header .top {
        margin: 15px 0 50px 0;
    }
}

.faq .header .intro {
    text-align: center;
}

.faq .header .intro img {
    margin-bottom: 20px;
}

.faq .header .intro h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 47.5em) {
    .faq .header .intro h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 40em) {
    .faq .header .intro h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 25em) {
    .faq .header .intro h1 {
        font-size: 28px;
        margin-bottom: 5px;
        line-height: 26px;
    }
}

.faq .header .intro h2 {
    text-transform: uppercase;
    font-size: 36px;
}

@media only screen and (max-width: 47.5em) {
    .faq .header .intro h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 40em) {
    .faq .header .intro h2 {
        font-size: 20px;
    }
}

.faq .questions {
    padding: 60px 0;
}

@media only screen and (max-width: 47.9375em) {
    .faq .questions {
        padding: 30px 0;
    }
}

.faq .questions #clear {
    clear: both;
}

.faq .questions .question {
    margin-bottom: 40px;
}

@media only screen and (max-width: 50em) {
    .faq .questions .question {
        width: 100%;
    }
}

.faq .questions .question .icon {
    float: left;
    margin-top: 5px;
}

@media only screen and (max-width: 25em) {
    .faq .questions .question .icon {
        margin-top: 0;
        margin-right: 10px;
    }
}

.faq .questions .question .description {
    padding-left: 40px;
}

.faq .questions .question .description h3 {
    color: #ff8853;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 25em) {
    .faq .questions .question .description h3 {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 22px;
    }
}

@media only screen and (max-width: 20.625em) {
    .faq .questions .question .description h3 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 20px;
    }
}

.faq .questions .question .description p {
    color: #5b5b5b;
    line-height: 28px;
}

@media only screen and (max-width: 25em) {
    .faq .questions .question .description p {
        line-height: 24px;
    }
}

.faq .questions .question .description p a {
    text-decoration: none;
    color: #ff8853;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.faq .questions .question .description p a:hover {
    color: #6eb7a3;
}

.faq footer {
    background-color: #f0f7f5;
}

.faq footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.faq footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.faq footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.blog .header {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}

@media only screen and (min-width: 48em) {
    .blog .header {
        background-image: url(../images/blogheader.jpg);
    }
}

@media only screen and (max-width: 47.9375em) {
    .blog .header {
        height: 250px;
        background-image: url(../images/blogheader_700.jpg);
    }
}

.blog .header .top {
    margin: 48px 0 110px 0;
}

@media only screen and (max-width: 64em) {
    .blog .header .top {
        margin: 15px 0 130px 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .blog .header .top {
        margin: 15px 0 30px 0;
    }
}

.blog .header .intro {
    text-align: center;
}

.blog .header .intro img {
    margin-bottom: 20px;
}

.blog .header .intro h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 47.5em) {
    .blog .header .intro h1 {
        font-size: 40px;
    }
}

.blog .blog-section {
    padding: 60px 0;
}

@media only screen and (max-width: 48em) {
    .blog .blog-section .blog-entries {
        width: 100%;
    }
}

.blog .blog-section .blog-entries .blog-entry {
    float: left;
    margin-bottom: 40px;
}

.blog .blog-section .blog-entries .blog-entry .blog-poster {
    font-size: 13px;
    color: #5b5b5b;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 13px;
    margin-bottom: 20px;
}

.blog .blog-section .blog-entries .blog-entry p {
    font-size: 18px;
    color: #5b5b5b;
    line-height: 30px;
}

.blog .blog-section .blog-entries .blog-entry .readmore a {
    margin-top: 20px;
    font-size: 16px;
    line-height: 16px;
    float: left;
    background-color: #b7b7b7;
    color: white;
    text-transform: uppercase;
    padding: 15px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog-section .blog-entries .blog-entry .readmore a:hover {
    background-color: #5b5b5b;
}

.blog .blog-section .blog-entries .blog-entry h3 a {
    text-decoration: none;
    color: #ff8853;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog-section .blog-entries .blog-entry h3 a:hover {
    color: black;
}

.blog .blog-section .blog-entries .change-post {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.blog .blog-section .blog-entries .change-post a {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #b7b7b7;
}

.blog .blog-section .blog-entries .change-post a:hover {
    color: #ff8853;
}

.blog .blog-section .blog-entries .change-post .new {
    float: right;
}

.blog .blog-section .blog-entries .change-post .new:after {
    content: url('../images/blog_gray_rarrow.png');
    float: right;
    padding-left: 10px;
}

.blog .blog-section .blog-entries .change-post .new:hover:after {
    content: url('../images/blog_orange_rarrow.png');
    padding-left: 10px;
    float: right;
}

.blog .blog-section .blog-entries .change-post .old {
    float: left;
}

.blog .blog-section .blog-entries .change-post .old:before {
    content: url('../images/blog_gray_larrow.png');
    padding-right: 10px;
    float: left;
}

.blog .blog-section .blog-entries .change-post .old:hover:before {
    content: url('../images/blog_orange_larrow.png');
    padding-right: 10px;
    float: left;
}

.blog .blog-section .sidebar {
    float: right;
}

@media only screen and (max-width: 48em) {
    .blog .blog-section .sidebar {
        width: 100%;
        margin-top: 20px;
    }
}

.blog .blog-section .sidebar .search {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 48em) {
    .blog .blog-section .sidebar .search {
        max-width: 500px;
    }
}

.blog .blog-section .sidebar .search input {
    width: 100%;
    color: #5b5b5b;
    border: 1px solid #5b5b5b;
    padding: 10px 15px;
}

.blog .blog-section .sidebar .search input:focus {
    outline: none;
}

.blog .blog-section .sidebar .subscribe {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 48em) {
    .blog .blog-section .sidebar .subscribe {
        width: 50%;
    }
}

.blog .blog-section .sidebar .subscribe h4 {
    color: #5b5b5b;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog .blog-section .sidebar .subscribe input {
    width: 100%;
    color: #5b5b5b;
    border: 1px solid #5b5b5b;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.blog .blog-section .sidebar .subscribe input:focus {
    outline: none;
}

.blog .blog-section .sidebar .subscribe a {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #6eb7a3;
    text-decoration: none;
    padding: 10px 15px;
    color: white;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog-section .sidebar .subscribe a:hover {
    background-color: #ff8853;
}

.blog .blog-section .sidebar .social {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 48em) {
    .blog .blog-section .sidebar .social {
        width: 50%;
    }
}

.blog .blog-section .sidebar .social h4 {
    color: #5b5b5b;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog .blog-section .sidebar .social a {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    float: left;
}

.blog .blog-section .sidebar .social a:hover {
    background-position: 0 -30px;
    -webkit-transition: 0.15s 0.2s ease-in-out;
    -moz-transition: 0.15s 0.2s ease-in-out;
    -ms-transition: 0.15s 0.2s ease-in-out;
    -o-transition: 0.15s 0.2s ease-in-out;
    transition: 0.15s 0.2s ease-in-out;
}

.blog .blog-section .sidebar .social .twitter {
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
}

.blog .blog-section .sidebar .social .facebook {
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
}

.blog .blog-section .sidebar .social .google {
    background-image: url(../images/googleplus.png);
    background-repeat: no-repeat;
}

.blog .blog-section .sidebar .social .linked {
    background-image: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

.blog .blog-section .sidebar .recent-posts,
.blog .blog-section .sidebar .categories,
.blog .blog-section .sidebar .tags,
.blog .blog-section .sidebar .archives {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 48em) {
    .blog .blog-section .sidebar .recent-posts,
    .blog .blog-section .sidebar .categories,
    .blog .blog-section .sidebar .tags,
    .blog .blog-section .sidebar .archives {
        width: 33.33333%;
    }
}

.blog .blog-section .sidebar .recent-posts h4,
.blog .blog-section .sidebar .categories h4,
.blog .blog-section .sidebar .tags h4,
.blog .blog-section .sidebar .archives h4 {
    color: #5b5b5b;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog .blog-section .sidebar .recent-posts a,
.blog .blog-section .sidebar .categories a,
.blog .blog-section .sidebar .tags a,
.blog .blog-section .sidebar .archives a {
    text-decoration: none;
    float: left;
    width: 100%;
    color: #ff8853;
    font-weight: 500;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog-section .sidebar .recent-posts a:hover,
.blog .blog-section .sidebar .categories a:hover,
.blog .blog-section .sidebar .tags a:hover,
.blog .blog-section .sidebar .archives a:hover {
    color: #6eb7a3;
}

@media only screen and (max-width: 48em) {
    .blog .blog-section .sidebar .recent-posts {
        width: 100%;
    }
}

.blog .blog-section .sidebar .recent-posts a:before {
    content: "- ";
}

.blog .blog-section .sidebar .become-host,
.blog .blog-section .sidebar .refer-friend {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 48em) {
    .blog .blog-section .sidebar .become-host,
    .blog .blog-section .sidebar .refer-friend {
        max-width: 300px;
    }
}

.blog .blog-section .sidebar .become-host a,
.blog .blog-section .sidebar .refer-friend a {
    float: left;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    padding: 20px 10px;
    background-color: #6eb7a3;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog .blog-section .sidebar .become-host a:hover,
.blog .blog-section .sidebar .refer-friend a:hover {
    opacity: .75;
}

.blog footer {
    background-color: #f0f7f5;
}

.blog footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.blog footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.blog footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.blog-single .header {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}

@media only screen and (min-width: 48em) {
    .blog-single .header {
        background-image: url(../images/blogheader.jpg);
    }
}

@media only screen and (max-width: 47.9375em) {
    .blog-single .header {
        height: 250px;
        background-image: url(../images/blogheader_700.jpg);
    }
}

.blog-single .header .top {
    margin: 48px 0 110px 0;
}

@media only screen and (max-width: 64em) {
    .blog-single .header .top {
        margin: 15px 0 130px 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .blog-single .header .top {
        margin: 15px 0 30px 0;
    }
}

.blog-single .header .intro {
    text-align: center;
}

.blog-single .header .intro img {
    margin-bottom: 20px;
}

.blog-single .header .intro h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 47.5em) {
    .blog-single .header .intro h1 {
        font-size: 40px;
    }
}

.blog-single .blog-section {
    padding: 60px 0;
}

@media only screen and (max-width: 48em) {
    .blog-single .blog-section .blog-entries {
        width: 100%;
    }
}

.blog-single .blog-section .blog-entries .blog-entry {
    float: left;
    margin-bottom: 40px;
}

.blog-single .blog-section .blog-entries .blog-entry .blog-poster {
    float: left;
    font-size: 13px;
    color: #5b5b5b;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 13px;
    margin-bottom: 20px;
}

.blog-single .blog-section .blog-entries .blog-entry a {
    color: #ff8853;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single .blog-section .blog-entries .blog-entry a:hover {
    color: #6eb7a3;
}

.blog-single .blog-section .blog-entries .blog-entry p {
    float: left;
    font-size: 18px;
    color: #5b5b5b;
    line-height: 30px;
    margin-bottom: 20px;
}

.blog-single .blog-section .blog-entries .blog-entry h1 {
    float: left;
    color: black;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-single .blog-section .blog-entries .blog-entry h2 {
    float: left;
    color: #a1a1a1;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.blog-single .blog-section .blog-entries .blog-entry h3 {
    float: left;
    margin: 20px 0;
    font-size: 24px;
    font-weight: 700;
    color: black;
}

.blog-single .blog-section .blog-entries .blog-entry blockquote {
    float: left;
    font-size: 24px;
    line-height: 28px;
    padding: 5px 25px;
    border-left: 5px solid #d1d1d1;
    color: #6eb7a3;
    font-weight: 700;
    margin-bottom: 20px;
}

.blog-single .blog-section .blog-entries .blog-entry img {
    padding: 10px;
    border: 1px solid #d1d1d1;
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.blog-single .blog-section .blog-entries .change-post {
    float: left;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

.blog-single .blog-section .blog-entries .change-post a {
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: #b7b7b7;
}

.blog-single .blog-section .blog-entries .change-post a:hover {
    color: #ff8853;
}

.blog-single .blog-section .blog-entries .change-post .new {
    float: right;
}

.blog-single .blog-section .blog-entries .change-post .new:after {
    content: url('../images/blog_gray_rarrow.png');
    float: right;
    padding-left: 10px;
}

.blog-single .blog-section .blog-entries .change-post .new:hover:after {
    content: url('../images/blog_orange_rarrow.png');
    padding-left: 10px;
    float: right;
}

.blog-single .blog-section .blog-entries .change-post .old {
    float: left;
}

.blog-single .blog-section .blog-entries .change-post .old:before {
    content: url('../images/blog_gray_larrow.png');
    padding-right: 10px;
    float: left;
}

.blog-single .blog-section .blog-entries .change-post .old:hover:before {
    content: url('../images/blog_orange_larrow.png');
    padding-right: 10px;
    float: left;
}

.blog-single .blog-section .sidebar {
    float: right;
}

@media only screen and (max-width: 48em) {
    .blog-single .blog-section .sidebar {
        width: 100%;
        margin-top: 20px;
    }
}

.blog-single .blog-section .sidebar .search {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 48em) {
    .blog-single .blog-section .sidebar .search {
        max-width: 500px;
    }
}

.blog-single .blog-section .sidebar .search input {
    width: 100%;
    color: #5b5b5b;
    border: 1px solid #5b5b5b;
    padding: 10px 15px;
}

.blog-single .blog-section .sidebar .search input:focus {
    outline: none;
}

.blog-single .blog-section .sidebar .subscribe {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}

@media only screen and (max-width: 48em) {
    .blog-single .blog-section .sidebar .subscribe {
        width: 50%;
    }
}

.blog-single .blog-section .sidebar .subscribe h4 {
    color: #5b5b5b;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-single .blog-section .sidebar .subscribe input {
    width: 100%;
    color: #5b5b5b;
    border: 1px solid #5b5b5b;
    padding: 10px 15px;
    margin-bottom: 15px;
}

.blog-single .blog-section .sidebar .subscribe input:focus {
    outline: none;
}

.blog-single .blog-section .sidebar .subscribe a {
    text-transform: uppercase;
    font-weight: 700;
    background-color: #6eb7a3;
    text-decoration: none;
    padding: 10px 15px;
    color: white;
    float: left;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single .blog-section .sidebar .subscribe a:hover {
    background-color: #ff8853;
}

.blog-single .blog-section .sidebar .social {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 48em) {
    .blog-single .blog-section .sidebar .social {
        width: 50%;
    }
}

.blog-single .blog-section .sidebar .social h4 {
    color: #5b5b5b;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-single .blog-section .sidebar .social a {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    float: left;
}

.blog-single .blog-section .sidebar .social a:hover {
    background-position: 0 -30px;
    -webkit-transition: 0.15s 0.2s ease-in-out;
    -moz-transition: 0.15s 0.2s ease-in-out;
    -ms-transition: 0.15s 0.2s ease-in-out;
    -o-transition: 0.15s 0.2s ease-in-out;
    transition: 0.15s 0.2s ease-in-out;
}

.blog-single .blog-section .sidebar .social .twitter {
    background-image: url(../images/twitter.png);
    background-repeat: no-repeat;
}

.blog-single .blog-section .sidebar .social .facebook {
    background-image: url(../images/facebook.png);
    background-repeat: no-repeat;
}

.blog-single .blog-section .sidebar .social .google {
    background-image: url(../images/googleplus.png);
    background-repeat: no-repeat;
}

.blog-single .blog-section .sidebar .social .linked {
    background-image: url(../images/linkedin.png);
    background-repeat: no-repeat;
}

.blog-single .blog-section .sidebar .recent-posts,
.blog-single .blog-section .sidebar .categories,
.blog-single .blog-section .sidebar .tags,
.blog-single .blog-section .sidebar .archives {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 48em) {
    .blog-single .blog-section .sidebar .recent-posts,
    .blog-single .blog-section .sidebar .categories,
    .blog-single .blog-section .sidebar .tags,
    .blog-single .blog-section .sidebar .archives {
        width: 33.33333%;
    }
}

.blog-single .blog-section .sidebar .recent-posts h4,
.blog-single .blog-section .sidebar .categories h4,
.blog-single .blog-section .sidebar .tags h4,
.blog-single .blog-section .sidebar .archives h4 {
    color: #5b5b5b;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.blog-single .blog-section .sidebar .recent-posts a,
.blog-single .blog-section .sidebar .categories a,
.blog-single .blog-section .sidebar .tags a,
.blog-single .blog-section .sidebar .archives a {
    text-decoration: none;
    float: left;
    width: 100%;
    color: #ff8853;
    font-weight: 500;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single .blog-section .sidebar .recent-posts a:hover,
.blog-single .blog-section .sidebar .categories a:hover,
.blog-single .blog-section .sidebar .tags a:hover,
.blog-single .blog-section .sidebar .archives a:hover {
    color: #6eb7a3;
}

@media only screen and (max-width: 48em) {
    .blog-single .blog-section .sidebar .recent-posts {
        width: 100%;
    }
}

.blog-single .blog-section .sidebar .recent-posts a:before {
    content: "- ";
}

.blog-single .blog-section .sidebar .become-host,
.blog-single .blog-section .sidebar .refer-friend {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

@media only screen and (max-width: 48em) {
    .blog-single .blog-section .sidebar .become-host,
    .blog-single .blog-section .sidebar .refer-friend {
        max-width: 300px;
    }
}

.blog-single .blog-section .sidebar .become-host a,
.blog-single .blog-section .sidebar .refer-friend a {
    float: left;
    text-align: center;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    padding: 20px 10px;
    background-color: #6eb7a3;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-single .blog-section .sidebar .become-host a:hover,
.blog-single .blog-section .sidebar .refer-friend a:hover {
    opacity: .75;
}

.blog-single footer {
    background-color: #f0f7f5;
}

.blog-single footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.blog-single footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.blog-single footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.refer-friend {
    background-color: white;
}

.refer-friend .header {
    background-color: #6eb7a3;
}

.refer-friend .header .top {
    margin: 21px 0;
}

.refer-friend .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.refer-friend .header .top:before {
    content: "";
    display: table;
}

.refer-friend .header .top .logo {
    background-image: url(../images/ushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    margin: 0 auto;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.refer-friend .header .top .logo:hover {
    opacity: .75;
}

.refer-friend .header .top .mainmenu .login {
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.refer-friend .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.refer-friend .refer-friend-header {
    background-color: #6eb7a3;
}

.refer-friend .refer-friend-header .wrapper .full {
    padding: 19px 15px 40px;
}

.refer-friend .refer-friend-header .wrapper .full h1 {
    text-align: center;
    color: white;
    font-weight: 700;
    font-size: 44px;
}

.refer-friend .refer-friend-header .wrapper .full .steps {
    position: absolute;
    bottom: -14.5px;
    left: 50%;
    margin-left: -47.5px;
}

.refer-friend .refer-friend-form {
    padding-bottom: 40px;
}

.refer-friend .refer-friend-form .wrapper {
    width: 100%;
    max-width: 650px;
    min-width: 0;
    margin: 0 auto;
}

.refer-friend .refer-friend-form .wrapper .refer-intro {
    margin: 40px 0 0 0;
}

.refer-friend .refer-friend-form .wrapper .refer-intro h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}

.refer-friend .refer-friend-form .wrapper .refer-intro p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
}

@media only screen and (max-width: 37.5em) {
    .refer-friend .refer-friend-form .wrapper .half {
        width: 100%;
    }
}

.refer-friend .refer-friend-form .wrapper #clear {
    clear: both;
}

.refer-friend .refer-friend-form .wrapper .inner {
    margin-bottom: 30px;
    padding: 0 10px;
}

.refer-friend .refer-friend-form .wrapper input {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    border: 1px solid #d9d9d9;
}

.refer-friend .refer-friend-form .wrapper p {
    color: #444444;
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin-bottom: 5px;
}

.refer-friend .refer-friend-form .wrapper #right {
    float: right;
    color: #949494;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.refer-friend .refer-friend-form .wrapper .select {
    float: left;
    width: 100%;
    background-image: url(../images/apply-search-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    height: 37px;
}

.refer-friend .refer-friend-form .wrapper .select select {
    line-height: 1;
    width: 120%;
    color: #5b5b5b;
    font-size: 15px;
    padding: 8.5px 12px;
    border-radius: 0;
    background: transparent;
    outline: none;
    margin-right: 10px;
    border: none;
}

.refer-friend .refer-friend-form .wrapper .state {
    height: 55px;
}

.refer-friend .refer-friend-form .wrapper textarea {
    width: 100%;
    resize: none;
    border: 1px solid #d9d9d9;
    padding: 8px 12px;
    outline: none;
    border-radius: 0;
}

.refer-friend .refer-friend-form .wrapper .formheader {
    padding: 10px 10px 25px;
    margin-bottom: 0;
}

.refer-friend .refer-friend-form .wrapper .formheader h3 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
}

.refer-friend .refer-friend-form .wrapper .primarytel .parentheses {
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    width: 6%;
}

.refer-friend .refer-friend-form .wrapper .primarytel .dash {
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    width: 8%;
    float: left;
}

.refer-friend .refer-friend-form .wrapper .primarytel input {
    width: 25%;
    float: left;
    text-align: center;
}

.refer-friend .refer-friend-form .wrapper .primarytel input:last-child {
    width: 30%;
}

.refer-friend .refer-friend-form .wrapper .add-another-friend a {
    text-decoration: none;
    color: #ff8853;
    font-weight: 600;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.refer-friend .refer-friend-form .wrapper .add-another-friend a:hover {
    color: #6eb7a3;
}

.refer-friend .refer-friend-form .wrapper .friend-number h4 {
    font-size: 18px;
    font-weight: 600;
}

.refer-friend .refer-friend-form .wrapper input[type="submit"] {
    float: left;
    margin-top: 10px;
    width: auto;
    background: #6eb7a3;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 12px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    color: white;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.refer-friend .refer-friend-form .wrapper input[type="submit"]:hover {
    opacity: .75;
}

.refer-friend .refer-friend-form .wrapper input[type="submit"]:focus {
    opacity: .75;
}

.refer-friend footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.refer-friend footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.refer-friend footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.refer-friend footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.room-availability {
    height: 100%;
    background-color: #6eb7a3;
}

.room-availability .header {
    background-color: white;
}

.room-availability .header .top {
    margin: 21px 0;
}

.room-availability .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.room-availability .header .top:before {
    content: "";
    display: table;
}

.room-availability .header .top .logo {
    background-image: url(../images/orangeushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.room-availability .header .top .logo:hover {
    opacity: .75;
}

.room-availability .header .top .mainmenu a {
    color: #5f5f5f;
}

.room-availability .header .top .mainmenu .login {
    border: 1px solid #5f5f5f;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.room-availability .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.room-availability .header .top .mobilemenu {
    background: url(../images/mobilemenuorange.png) no-repeat;
}

.room-availability .reports {
    min-height: 86%;
}

.room-availability .reports .wrapper {
    padding: 20px 10px 50px;
}

.room-availability .reports .wrapper .inner {
    padding: 0;
}

.room-availability .reports .wrapper .dash-menu {
    margin-bottom: 20px;
}

.room-availability .reports .wrapper .dash-menu .dash-menu-wrapper {
    width: 100%;
    margin: 0 auto;
}

.room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option {
    float: left;
    padding: 10px .5%;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 40.625em) {
    .room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 33.33333%;
        padding: 10px 2%;
    }
}

@media only screen and (max-width: 25em) {
    .room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 50%;
        padding: 10px 2%;
    }
}

.room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option .text {
    background-color: white;
    padding: 15px 5px;
    border-bottom: 4px solid #e3e3e3;
    text-align: center;
}

@media only screen and (max-width: 62.5em) {
    .room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 40.625em) {
    .room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

@media only screen and (max-width: 39.375em) {
    .room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 25em) {
    .room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

.room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option .text h3 {
    color: #ff8853;
    font-size: 16px;
    font-weight: 700;
}

.room-availability .reports .wrapper .dash-menu .dash-menu-wrapper .option:hover {
    opacity: .75;
}

.room-availability .reports .wrapper .reports-header {
    margin-bottom: 30px;
}

.room-availability .reports .wrapper .reports-header h1 {
    color: white;
    float: left;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 25em) {
    .room-availability .reports .wrapper .reports-header h1 {
        width: 100%;
    }
}

.room-availability .reports .wrapper .reports-header .loggedin {
    float: right;
    padding-top: 14px;
}

@media only screen and (max-width: 25em) {
    .room-availability .reports .wrapper .reports-header .loggedin {
        float: left;
    }
}

.room-availability .reports .wrapper .reports-header .loggedin span {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.room-availability .reports .wrapper .reports-header .loggedin .username:after {
    content: "!";
}

.room-availability .reports .wrapper .reports-header .loggedin a {
    text-decoration: none;
    color: #ff8853;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.room-availability .reports .wrapper .reports-header .loggedin a:hover {
    opacity: .6;
}

@media only screen and (max-width: 46.875em) {
    .room-availability .reports .wrapper .save-report .half {
        width: 100%;
    }
}

.room-availability .reports .wrapper .save-report p {
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}

.room-availability .reports .wrapper .save-report input {
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    border: 1px solid #d9d9d9;
}

.room-availability .reports .wrapper .save-report input[type="submit"] {
    float: left;
    margin: 20px 0;
    width: auto;
    background: #ff8853;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 12px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    color: white;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.room-availability .reports .wrapper .save-report input[type="submit"]:hover {
    opacity: .75;
}

.room-availability .reports .wrapper .save-report input[type="submit"]:focus {
    opacity: .75;
}

.room-availability .reports .wrapper .searchtable {
    margin-top: 30px;
}

@media only screen and (max-width: 46.875em) {
    .room-availability .reports .wrapper .searchtable {
        margin-top: 15px;
    }
}

.room-availability .reports .wrapper .searchtable h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 28.125em) {
    .room-availability .reports .wrapper .searchtable h2 {
        font-size: 20px;
    }
}

.room-availability .reports .wrapper .searchtable p {
    background: #ff8853;
    float: left;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 14px;
}

.room-availability .reports .wrapper .searchtable table {
    width: 100%;
    background: #6eb7a3;
}

.room-availability .reports .wrapper .searchtable table th {
    background: #4F8476;
    color: white;
}

.room-availability .reports .wrapper .searchtable table td,
.room-availability .reports .wrapper .searchtable table th {
    padding: 12px;
    text-align: center;
    border: 2px solid #6eb7a3;
}

@media only screen and (max-width: 46.875em) {
    .room-availability .reports .wrapper .searchtable table td,
    .room-availability .reports .wrapper .searchtable table th {
        text-align: left;
    }
}

.room-availability .reports .wrapper .searchtable table .delete {
    background: #6eb7a3;
    color: white;
    padding: 4px;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.room-availability .reports .wrapper .searchtable table .delete:hover {
    opacity: .75;
}

.room-availability .reports .wrapper .searchtable table tr:nth-of-type(even) {
    background: #e3e3e3;
}

.room-availability .reports .wrapper .searchtable table tr:nth-of-type(odd) {
    background: white;
}

@media only screen and (max-width: 46.875em) {
    .room-availability .reports .wrapper .searchtable {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

        /*
              Label the data
              */

    }

    .room-availability .reports .wrapper .searchtable table,
    .room-availability .reports .wrapper .searchtable thead,
    .room-availability .reports .wrapper .searchtable tbody,
    .room-availability .reports .wrapper .searchtable th,
    .room-availability .reports .wrapper .searchtable td,
    .room-availability .reports .wrapper .searchtable tr {
        display: block;
    }

    .room-availability .reports .wrapper .searchtable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .room-availability .reports .wrapper .searchtable tr {
        margin-bottom: 10px;
    }

    .room-availability .reports .wrapper .searchtable td {
        /* Behave  like a "row" */

        position: relative;
        padding-left: 50% !important;
    }

    .room-availability .reports .wrapper .searchtable td:before {
        /* Now like a table header */

        position: absolute;
        /* Top/left values mimic padding */

        top: 10px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .room-availability .reports .wrapper .searchtable td:nth-of-type(1):before {
        content: "Start Date";
    }

    .room-availability .reports .wrapper .searchtable td:nth-of-type(2):before {
        content: "End Date";
    }

    .room-availability .reports .wrapper .searchtable td:nth-of-type(3):before {
        content: "Number of Rooms";
    }

    .room-availability .reports .wrapper .searchtable td:nth-of-type(4):before {
        content: "Notes";
    }

    .room-availability .reports .wrapper .searchtable td:nth-of-type(5):before {
        content: "Delete?";
    }



    .searchtable .my-visits td:nth-of-type(1):before {
        content: "Visit Status" !important;
    }

   .searchtable .my-visits td:nth-of-type(2):before {
        content: "Host Name" !important;
    }

    .searchtable .my-visits td:nth-of-type(3):before {
        content: "Address" !important;
    }

    .searchtable .my-visits td:nth-of-type(4):before {
        content: "Primary Phone" !important;
    }

    .searchtable .my-visits td:nth-of-type(5):before {
        content: "Home Phone" !important;
    }

    .searchtable .my-visits td:nth-of-type(6):before {
        content: "Appointments" !important;
    }

    .searchtable .my-visits td:nth-of-type(7):before {
        content: "Actions" !important;
    }


    .searchtable .appointments td:nth-of-type(1):before {
        content: "Survey" !important;
    }

    .searchtable .appointments td:nth-of-type(2):before {
        content: "Embassador" !important;
    }

    .searchtable .appointments td:nth-of-type(3):before {
        content: "Date" !important;
    }

    .searchtable .appointments td:nth-of-type(4):before {
        content: "Hour" !important;
    }

    .searchtable .appointments td:nth-of-type(5):before {
        content: "Status" !important;
    }

    .searchtable .appointments td:nth-of-type(6):before {
        content: "Notes" !important;
    }

    .searchtable .appointments td:nth-of-type(7):before {
        content: "Created By" !important;
    }

    .searchtable .appointments td:nth-of-type(8):before {
        content: "Date created" !important;
    }

    .searchtable .appointments td:nth-of-type(9):before {
        content: "Updated By" !important;
    }

    .searchtable .appointments td:nth-of-type(10):before {
        content: "Date updated" !important;
    }

    .searchtable .appointments td:nth-of-type(11):before {
        content: "Start Hour" !important;
    }

    .searchtable .appointments td:nth-of-type(12):before {
        content: "End Hour" !important;
    }

    .searchtable .appointments td:nth-of-type(13):before {
        content: "Mileage" !important;
    }

    .searchtable .appointments td:nth-of-type(14):before {
        content: "Action" !important;
    }

    .searchtable .table th {
        display: none !important;
    }

    .searchtable .appointment tr:nth-of-type(1)  td:nth-of-type(1):before {
        content: 'Date' !important;
    }

    .searchtable .appointment tr:nth-of-type(2)  td:nth-of-type(1):before {
          content: 'Hour' !important;
    }

    .searchtable .appointment tr:nth-of-type(3) td:nth-of-type(1):before {
        content: 'Status' !important;
    }

    .searchtable .appointment tr:nth-of-type(4) td:nth-of-type(1):before {
        content: 'Notes' !important;
    }

    .searchtable .appointment tr:nth-of-type(5) td:nth-of-type(1):before {
        content: none !important;
    }

    .searchtable .appointment-hour tr:nth-of-type(1) td:nth-of-type(1):before {
        content: 'Start Hour' !important;
    }

    .searchtable .appointment-hour tr:nth-of-type(2) td:nth-of-type(1):before {
        content: 'End Hour' !important;
    }

    .searchtable .appointment-hour tr:nth-of-type(3) td:nth-of-type(1):before {
        content: 'Mileage' !important;
    }

    .searchtable .appointment-hour tr:nth-of-type(4) td:nth-of-type(1):before {
        content: none !important;
    }

    input[name='Mileage'] {
        width: 90% !important;
    }

    .appointment-hour input[type='text'], select, textarea{
        width: 90% !important;
    }
}

}

.room-availability footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.room-availability footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.room-availability footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.room-availability footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.my-checks {
    height: 100%;
    background-color: #6eb7a3;
}

.my-checks .header {
    background-color: white;
}

.my-checks .header .top {
    margin: 21px 0;
}

.my-checks .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.my-checks .header .top:before {
    content: "";
    display: table;
}

.my-checks .header .top .logo {
    background-image: url(../images/orangeushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-checks .header .top .logo:hover {
    opacity: .75;
}

.my-checks .header .top .mainmenu a {
    color: #5f5f5f;
}

.my-checks .header .top .mainmenu .login {
    border: 1px solid #5f5f5f;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-checks .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.my-checks .header .top .mobilemenu {
    background: url(../images/mobilemenuorange.png) no-repeat;
}

.my-checks .checks {
    min-height: 86%;
}

.my-checks .checks .wrapper {
    padding: 20px 10px 50px;
}

.my-checks .checks .wrapper .inner {
    padding: 0;
}

.my-checks .checks .wrapper .dash-menu {
    margin-bottom: 20px;
}

.my-checks .checks .wrapper .dash-menu .dash-menu-wrapper {
    width: 100%;
    margin: 0 auto;
}

.my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option {
    float: left;
    padding: 10px .5%;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 40.625em) {
    .my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 33.33333%;
        padding: 10px 2%;
    }
}

@media only screen and (max-width: 25em) {
    .my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 50%;
        padding: 10px 2%;
    }
}

.my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option .text {
    background-color: white;
    padding: 15px 5px;
    border-bottom: 4px solid #e3e3e3;
    text-align: center;
}

@media only screen and (max-width: 62.5em) {
    .my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 40.625em) {
    .my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

@media only screen and (max-width: 39.375em) {
    .my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 25em) {
    .my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

.my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option .text h3 {
    color: #ff8853;
    font-size: 16px;
    font-weight: 700;
}

.my-checks .checks .wrapper .dash-menu .dash-menu-wrapper .option:hover {
    opacity: .75;
}

.my-checks .checks .wrapper .checks-header {
    margin-bottom: 30px;
}

.my-checks .checks .wrapper .checks-header h1 {
    color: white;
    float: left;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 25em) {
    .my-checks .checks .wrapper .checks-header h1 {
        width: 100%;
    }
}

.my-checks .checks .wrapper .checks-header .loggedin {
    float: right;
    padding-top: 14px;
}

@media only screen and (max-width: 25em) {
    .my-checks .checks .wrapper .checks-header .loggedin {
        float: left;
    }
}

.my-checks .checks .wrapper .checks-header .loggedin span {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.my-checks .checks .wrapper .checks-header .loggedin .username:after {
    content: "!";
}

.my-checks .checks .wrapper .checks-header .loggedin a {
    text-decoration: none;
    color: #ff8853;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-checks .checks .wrapper .checks-header .loggedin a:hover {
    opacity: .6;
}

@media only screen and (max-width: 46.875em) {
    .my-checks .checks .wrapper .search-checks .half {
        width: 100%;
    }
}

.my-checks .checks .wrapper .search-checks p {
    color: white;
    font-weight: 600;
    font-size: 18px;
    margin: 10px 0;
}

.my-checks .checks .wrapper .search-checks input {
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    border: 1px solid #d9d9d9;
}

.my-checks .checks .wrapper .search-checks input[type="submit"] {
    float: left;
    margin: 20px 0;
    width: auto;
    background: #ff8853;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 12px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    color: white;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.my-checks .checks .wrapper .search-checks input[type="submit"]:hover {
    opacity: .75;
}

.my-checks .checks .wrapper .search-checks input[type="submit"]:focus {
    opacity: .75;
}

.my-checks .checks .wrapper .searchtable {
    margin-top: 30px;
}

@media only screen and (max-width: 46.875em) {
    .my-checks .checks .wrapper .searchtable {
        margin-top: 15px;
    }
}

.my-checks .checks .wrapper .searchtable h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 28.125em) {
    .my-checks .checks .wrapper .searchtable h2 {
        font-size: 20px;
    }
}

.my-checks .checks .wrapper .searchtable p {
    background: #ff8853;
    float: left;
    padding: 5px 10px;
    margin-top: 20px;
    font-size: 14px;
}

.my-checks .checks .wrapper .searchtable table {
    width: 100%;
    background: #6eb7a3;
}

.my-checks .checks .wrapper .searchtable table th {
    background: #4F8476;
    color: white;
}

.my-checks .checks .wrapper .searchtable table td,
.my-checks .checks .wrapper .searchtable table th {
    padding: 12px;
    text-align: center;
    border: 2px solid #6eb7a3;
}

@media only screen and (max-width: 46.875em) {
    .my-checks .checks .wrapper .searchtable table td,
    .my-checks .checks .wrapper .searchtable table th {
        text-align: left;
    }
}

.my-checks .checks .wrapper .searchtable table .delete {
    background: #6eb7a3;
    color: white;
    padding: 4px;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.my-checks .checks .wrapper .searchtable table .delete:hover {
    opacity: .75;
}

.my-checks .checks .wrapper .searchtable table tr:nth-of-type(even) {
    background: #e3e3e3;
}

.my-checks .checks .wrapper .searchtable table tr:nth-of-type(odd) {
    background: white;
}

@media only screen and (max-width: 46.875em) {
    .my-checks .checks .wrapper .searchtable {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

        /*
              Label the data
              */

    }

    .my-checks .checks .wrapper .searchtable table,
    .my-checks .checks .wrapper .searchtable thead,
    .my-checks .checks .wrapper .searchtable tbody,
    .my-checks .checks .wrapper .searchtable th,
    .my-checks .checks .wrapper .searchtable td,
    .my-checks .checks .wrapper .searchtable tr {
        display: block;
    }

    .my-checks .checks .wrapper .searchtable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .my-checks .checks .wrapper .searchtable tr {
        margin-bottom: 10px;
    }

    .my-checks .checks .wrapper .searchtable td {
        /* Behave  like a "row" */

        position: relative;
        padding-left: 50% !important;
    }

    .my-checks .checks .wrapper .searchtable td:before {
        /* Now like a table header */

        position: absolute;
        /* Top/left values mimic padding */

        top: 10px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .my-checks .checks .wrapper .searchtable td:nth-of-type(1):before {
        content: "Start Date";
    }

    .my-checks .checks .wrapper .searchtable td:nth-of-type(2):before {
        content: "End Date";
    }

    .my-checks .checks .wrapper .searchtable td:nth-of-type(3):before {
        content: "Number of Rooms";
    }

    .my-checks .checks .wrapper .searchtable td:nth-of-type(4):before {
        content: "Notes";
    }

    .my-checks .checks .wrapper .searchtable td:nth-of-type(5):before {
        content: "Delete?";
    }
}

.my-checks footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.my-checks footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.my-checks footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.my-checks footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.contact .header {
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
}

@media only screen and (min-width: 48em) {
    .contact .header {
        background-image: url(../images/contactheader.jpg);
    }
}

@media only screen and (max-width: 47.9375em) {
    .contact .header {
        background-image: url(../images/contactheader_700.jpg);
        height: 250px;
    }
}

.contact .header .top {
    margin: 48px 0 110px 0;
}

@media only screen and (max-width: 64em) {
    .contact .header .top {
        margin: 15px 0 130px 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .contact .header .top {
        margin: 15px 0 30px 0;
    }
}

.contact .header .intro {
    text-align: center;
}

.contact .header .intro img {
    margin-bottom: 20px;
}

.contact .header .intro h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 48px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 47.5em) {
    .contact .header .intro h1 {
        font-size: 40px;
    }
}

.contact .contact-us {
    padding: 60px 0;
}

@media only screen and (max-width: 48em) {
    .contact .contact-us {
        padding: 30px 0;
    }
}

.contact .contact-us .wrapper {
    width: 800px;
}

@media only screen and (max-width: 37.5em) {
    .contact .contact-us .half {
        width: 100%;
    }
}

.contact .contact-us .contact-header h2 {
    color: #333333;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 48em) {
    .contact .contact-us .contact-header h2 {
        font-size: 38px;
        line-height: 40px;
    }
}

@media only screen and (max-width: 39.5em) {
    .contact .contact-us .contact-header h2 {
        font-size: 30px;
        line-height: 32px;
    }
}

@media only screen and (max-width: 32em) {
    .contact .contact-us .contact-header h2 {
        font-size: 26px;
        line-height: 28px;
    }
}

@media only screen and (max-width: 28em) {
    .contact .contact-us .contact-header h2 {
        font-size: 24px;
        line-height: 26px;
    }
}

.contact .contact-us .contact-header h3 {
    color: #5b5b5b;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.contact .contact-us .contact-info .gray,
.contact .contact-us .contact-other .gray {
    color: #a1a1a1;
}

.contact .contact-us .contact-info .orange,
.contact .contact-us .contact-other .orange {
    color: #ff8853;
}

.contact .contact-us .contact-info .icon,
.contact .contact-us .contact-other .icon {
    float: left;
    width: 24px;
    text-align: center;
    padding-top: 7.5px;
}

.contact .contact-us .contact-info .info,
.contact .contact-us .contact-other .info {
    margin-bottom: 25px;
}

.contact .contact-us .contact-info .number,
.contact .contact-us .contact-other .number {
    margin-left: 35px;
}

.contact .contact-us .contact-info .number h4,
.contact .contact-us .contact-other .number h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact .contact-us .contact-info .number p,
.contact .contact-us .contact-other .number p {
    font-size: 20px;
    font-weight: 700;
}

.contact .contact-us .contact-info .number a,
.contact .contact-us .contact-other .number a {
    text-decoration: none;
    color: black;
}

.contact .contact-us .contact-mailing,
.contact .contact-us .contact-email {
    margin-top: 50px;
}

@media only screen and (max-width: 37.5em) {
    .contact .contact-us .contact-mailing,
    .contact .contact-us .contact-email {
        margin: 0 0 25px 0;
    }
}

.contact .contact-us .contact-mailing .icon,
.contact .contact-us .contact-email .icon {
    float: left;
}

.contact .contact-us .contact-mailing .number,
.contact .contact-us .contact-email .number {
    margin-left: 35px;
}

.contact .contact-us .contact-mailing .number h4,
.contact .contact-us .contact-email .number h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #333333;
}

.contact .contact-us .contact-mailing .number p,
.contact .contact-us .contact-email .number p {
    font-size: 16px;
    margin-bottom: 5px;
    color: #333333;
}

.contact .contact-us .contact-mailing .number .bold,
.contact .contact-us .contact-email .number .bold {
    font-weight: 700;
    color: #333333;
}

.contact .contact-us .contact-mailing .number a,
.contact .contact-us .contact-email .number a {
    text-decoration: none;
    color: #ff8853;
    font-size: 24px;
    font-weight: 700;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact .contact-us .contact-mailing .number a:hover,
.contact .contact-us .contact-email .number a:hover {
    color: #6eb7a3;
}

.contact .contact-us .contact-mailing a {
    font-weight: 400 !important;
    text-decoration: none;
    color: #333333;
}

.contact .contact-us .contact-email .icon {
    padding-top: 3px;
}

.contact .thank-you {
    background-color: #6eb7a3;
    padding: 30px 0;
    text-align: center;
}

.contact .thank-you p {
    color: white;
    font-size: 20px;
}

.contact footer {
    background-color: #f0f7f5;
}

.contact footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.contact footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.contact footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.how-it-works .header {
    background-repeat: no-repeat;
    background-position: 65% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 48em) {
    .how-it-works .header {
        background-image: url(../images/servicesheader.jpg);
    }
}

@media only screen and (max-width: 47.9375em) {
    .how-it-works .header {
        background-image: url(../images/servicesheader_700.jpg);
    }
}

@media only screen and (max-width: 31.25em) {
    .how-it-works .header .top {
        margin: 15px 0 50px 0;
    }
}

.how-it-works .header .intro {
    text-align: center;
}

.how-it-works .header .intro img {
    margin-bottom: 20px;
}

.how-it-works .header .intro h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 47.5em) {
    .how-it-works .header .intro h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 40em) {
    .how-it-works .header .intro h1 {
        font-size: 32px;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 25em) {
    .how-it-works .header .intro h1 {
        font-size: 28px;
        margin-bottom: 5px;
        line-height: 26px;
    }
}

.how-it-works .header .intro h2 {
    text-transform: uppercase;
    font-size: 38px;
}

@media only screen and (max-width: 47.5em) {
    .how-it-works .header .intro h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 40em) {
    .how-it-works .header .intro h2 {
        font-size: 20px;
    }
}

.how-it-works .services {
    color: #696969;
}

.how-it-works .services .wrapper {
    width: 100%;
}

.how-it-works .services .wrapper .service {
    padding: 80px 15px;
    text-align: center;
}

.how-it-works .services .wrapper .service:nth-child(even) {
    background-color: #f0f7f5;
}

@media only screen and (max-width: 47.9375em) {
    .how-it-works .services .wrapper .service {
        padding: 40px 15px;
    }
}

.how-it-works .services .wrapper .service .inner-wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: inline-block;
}

.how-it-works .services .wrapper .service .inner-wrap .icon {
    padding: 0 15px;
    float: left;
}

@media only screen and (max-width: 47.9375em) {
    .how-it-works .services .wrapper .service .inner-wrap .icon {
        float: none;
        text-align: center;
    }
}

@media only screen and (min-width: 48em) {
    .how-it-works .services .wrapper .service .inner-wrap .description {
        position: absolute;
        top: 50%;
        margin-left: 260px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .how-it-works .services .wrapper .service .inner-wrap .description {
        margin: 25px 0 0 0 !important;
        position: relative;
        float: left;
    }
}

.how-it-works .services .wrapper .service .inner-wrap .description h3 {
    float: left;
    margin-bottom: 15px;
    color: #727574;
}

@media only screen and (max-width: 47.9375em) {
    .how-it-works .services .wrapper .service .inner-wrap .description h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.how-it-works .services .wrapper .service .inner-wrap .description h3 span {
    padding: 5px 10px;
    border: 1px solid #7d7d7d;
}

.how-it-works .services .wrapper .service .inner-wrap .description h3 .number {
    font-size: 24px;
    font-weight: 700;
    border-right: none;
    border-bottom: 2px solid #7d7d7d;
}

.how-it-works .services .wrapper .service .inner-wrap .description h3 .step {
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    border-right: 2px solid #7d7d7d;
    border-bottom: 2px solid #7d7d7d;
}

.how-it-works .services .wrapper .service .inner-wrap .description p {
    float: left;
    color: #636665;
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

@media only screen and (max-width: 47.9375em) {
    .how-it-works .services .wrapper .service .inner-wrap .description p {
        text-align: center;
        color: #454545;
        font-weight: 300;
        line-height: 28px;
        font-size: 16px;
    }
}

.how-it-works .services .wrapper .service .inner-wrap .description p a {
    text-decoration: none;
    color: #ff8853;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.how-it-works .services .wrapper .service .inner-wrap .description p a:hover {
    color: #6eb7a3;
}

.how-it-works footer {
    background-color: #f0f7f5;
}

.how-it-works footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.how-it-works footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.how-it-works footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.about .header {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (min-width: 48em) {
    .about .header {
        background-image: url(../images/aboutheader.jpg);
    }
}

@media only screen and (max-width: 47.9375em) {
    .about .header {
        background-image: url(../images/aboutheader_700.jpg);
        background-position: 65% 50%;
    }
}

.about .header .top {
    margin: 48px 0 180px 0;
}

@media only screen and (max-width: 64em) {
    .about .header .top {
        margin: 15px 0 180px 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .about .header .top {
        margin: 15px 0 130px 0;
    }
}

@media only screen and (max-width: 31.25em) {
    .about .header .top {
        margin: 15px 0 180px 0;
    }
}

@media only screen and (max-width: 37.5em) {
    .about .header .intro h1 {
        font-size: 34px;
        line-height: 32px;
    }

    .about .header .intro p {
        font-size: 16px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 29.9375em) {
    .about .header .intro h1 {
        font-size: 28px;
        line-height: 26px;
    }

    .about .header .intro p {
        font-size: 15px;
        margin-bottom: 10px;
    }
}

.about .education,
.about .side {
    padding: 80px 15px;
}

@media only screen and (max-width: 47.9375em) {
    .about .education,
    .about .side {
        padding: 40px 15px;
    }
}

.about .education .wrapper .info,
.about .side .wrapper .info {
    position: relative;
}

.about .education .wrapper .info .icon,
.about .side .wrapper .info .icon {
    padding: 0 15px;
}

@media only screen and (max-width: 47.9375em) {
    .about .education .wrapper .info .icon,
    .about .side .wrapper .info .icon {
        float: none;
        text-align: center;
    }
}

@media only screen and (max-width: 47.9375em) {
    .about .education .wrapper .info .description,
    .about .side .wrapper .info .description {
        margin: 20px 0 0 0 !important;
        position: relative;
        float: left;
    }
}

.about .education .wrapper .info .description h3,
.about .side .wrapper .info .description h3 {
    float: left;
    margin-bottom: 15px;
    color: #5f5f5f;
    font-size: 24px;
    font-weight: 700;
}

@media only screen and (max-width: 47.9375em) {
    .about .education .wrapper .info .description h3,
    .about .side .wrapper .info .description h3 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.about .education .wrapper .info .description p,
.about .side .wrapper .info .description p {
    float: left;
    color: #454545;
    font-weight: 300;
    line-height: 28px;
}

@media only screen and (max-width: 47.9375em) {
    .about .education .wrapper .info .description p,
    .about .side .wrapper .info .description p {
        text-align: center;
    }
}

.about .education .wrapper .info .description p a,
.about .side .wrapper .info .description p a {
    text-decoration: none;
    color: #ff8853;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.about .education .wrapper .info .description p a:hover,
.about .side .wrapper .info .description p a:hover {
    color: #6eb7a3;
}

.about .education .icon {
    float: left;
}

@media only screen and (min-width: 48em) {
    .about .education .description {
        position: absolute;
        top: 50%;
        margin-left: 260px;
        margin-right: 10px;
    }
}

.about .side {
    background-color: #f0f7f5;
}

.about .side .icon {
    float: right;
}

@media only screen and (min-width: 48em) {
    .about .side .description {
        position: absolute;
        top: 50%;
        margin-left: 0;
        margin-right: 260px;
    }
}

.about .matchmaking-services {
    color: #696969;
    padding: 60px 0;
    text-align: center;
}

@media only screen and (max-width: 47.9375em) {
    .about .matchmaking-services {
        padding: 40px 0;
    }
}

.about .matchmaking-services .full {
    text-align: center;
    padding: 0 50px 60px;
}

@media only screen and (max-width: 63.9375em) {
    .about .matchmaking-services .full {
        padding: 0 20px 60px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .about .matchmaking-services .full {
        padding: 0 15px 20px;
    }
}

.about .matchmaking-services .full h1 {
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    margin-bottom: 30px;
}

@media only screen and (max-width: 47.9375em) {
    .about .matchmaking-services .full h1 {
        font-size: 40px;
        line-height: 42px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 29.9375em) {
    .about .matchmaking-services .full h1 {
        font-size: 32px;
        line-height: 34px;
    }
}

.about .matchmaking-services .full h3 {
    font-size: 20px;
    line-height: 34px;
}

@media only screen and (max-width: 47.9375em) {
    .about .matchmaking-services .full h3 {
        font-size: 17px;
        line-height: 26px;
    }
}

@media only screen and (max-width: 47.9375em) {
    .about .matchmaking-services .service {
        width: 100%;
        margin-bottom: 20px;
    }
}

.about .matchmaking-services .service:after {
    content: "";
    display: table;
    clear: both;
}

.about .matchmaking-services .service:before {
    content: "";
    display: table;
}

.about .matchmaking-services .service .icon {
    text-align: center;
    margin-bottom: 30px;
}

@media only screen and (max-width: 47.9375em) {
    .about .matchmaking-services .service .icon {
        margin-bottom: 20px;
    }
}

.about .matchmaking-services .service h3 {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 5px;
    text-align: center;
}

.about .matchmaking-services .service p {
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
}

@media only screen and (max-width: 47.9375em) {
    .about .matchmaking-services .service p {
        max-width: 347px;
        margin: 0 auto;
    }
}

.about .matchmaking-services .center {
    padding-top: 60px;
    width: 66.66666%;
    display: inline-block;
}

@media only screen and (max-width: 47.9375em) {
    .about .matchmaking-services .center {
        width: 100%;
        padding-top: 0;
    }
}

@media only screen and (max-width: 47.9375em) {
    .about .matchmaking-services .center .half {
        width: 100%;
    }
}

.about footer {
    background-color: #f0f7f5;
}

.about footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.about footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.about footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.host-agreement {
    height: 100%;
    background-color: #6eb7a3;
}

.host-agreement .header {
    background-color: white;
}

.host-agreement .header .top {
    margin: 21px 0;
}

.host-agreement .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.host-agreement .header .top:before {
    content: "";
    display: table;
}

.host-agreement .header .top .logo {
    background-image: url(../images/orangeushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.host-agreement .header .top .logo:hover {
    opacity: .75;
}

.host-agreement .header .top .mainmenu a {
    color: #5f5f5f;
}

.host-agreement .header .top .mainmenu .login {
    border: 1px solid #5f5f5f;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.host-agreement .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.host-agreement .header .top .mobilemenu {
    background: url(../images/mobilemenuorange.png) no-repeat;
}

.host-agreement .host-agreement-section {
    min-height: 86%;
}

.host-agreement .host-agreement-section .wrapper {
    padding: 20px 10px 50px;
}

.host-agreement .host-agreement-section .wrapper .inner {
    padding: 0;
}

.host-agreement .host-agreement-section .wrapper .dash-menu {
    margin-bottom: 20px;
}

.host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper {
    width: 100%;
    margin: 0 auto;
}

.host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option {
    float: left;
    padding: 10px .5%;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 40.625em) {
    .host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 33.33333%;
        padding: 10px 2%;
    }
}

@media only screen and (max-width: 25em) {
    .host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 50%;
        padding: 10px 2%;
    }
}

.host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
    background-color: white;
    padding: 15px 5px;
    border-bottom: 4px solid #e3e3e3;
    text-align: center;
}

@media only screen and (max-width: 62.5em) {
    .host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 40.625em) {
    .host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

@media only screen and (max-width: 39.375em) {
    .host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 25em) {
    .host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

.host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option .text h3 {
    color: #ff8853;
    font-size: 16px;
    font-weight: 700;
}

.host-agreement .host-agreement-section .wrapper .dash-menu .dash-menu-wrapper .option:hover {
    opacity: .75;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-header {
    margin-bottom: 30px;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-header h1 {
    color: white;
    float: left;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 25em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-header h1 {
        width: 100%;
    }
}

.host-agreement .host-agreement-section .wrapper .host-agreement-header .loggedin {
    float: right;
    padding-top: 14px;
}

@media only screen and (max-width: 25em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-header .loggedin {
        float: left;
    }
}

.host-agreement .host-agreement-section .wrapper .host-agreement-header .loggedin span {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-header .loggedin .username:after {
    content: "!";
}

.host-agreement .host-agreement-section .wrapper .host-agreement-header .loggedin a {
    text-decoration: none;
    color: #ff8853;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-header .loggedin a:hover {
    opacity: .6;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-table table {
    color: black;
    width: 100%;
    background: #6eb7a3;
    margin-bottom: 20px;
    float: left;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-table table th {
    background: #4F8476;
    color: white;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-table table td,
.host-agreement .host-agreement-section .wrapper .host-agreement-table table th {
    padding: 12px;
    text-align: center;
    border: 2px solid #6eb7a3;
}

@media only screen and (max-width: 46.875em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-table table td,
    .host-agreement .host-agreement-section .wrapper .host-agreement-table table th {
        text-align: left;
    }
}

.host-agreement .host-agreement-section .wrapper .host-agreement-table table tr:nth-of-type(even) {
    background: #e3e3e3;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-table table tr:nth-of-type(odd) {
    background: white;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-table table .view {
    background: #6eb7a3;
    color: white;
    padding: 4px;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-table table .view:hover {
    opacity: .75;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-table table .view a {
    color: white;
    text-decoration: none;

}

@media only screen and (max-width: 46.875em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-table {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

        /*
              Label the data
              */

    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-table table,
    .host-agreement .host-agreement-section .wrapper .host-agreement-table thead,
    .host-agreement .host-agreement-section .wrapper .host-agreement-table tbody,
    .host-agreement .host-agreement-section .wrapper .host-agreement-table th,
    .host-agreement .host-agreement-section .wrapper .host-agreement-table td,
    .host-agreement .host-agreement-section .wrapper .host-agreement-table tr {
        display: block;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-table tr {
        margin-bottom: 10px;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-table td {
        /* Behave  like a "row" */

        position: relative;
        padding-left: 50% !important;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-table td:before {
        /* Now like a table header */

        position: absolute;
        /* Top/left values mimic padding */

        top: 10px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-table td:nth-of-type(1):before {
        content: "Date";
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-table td:nth-of-type(2):before {
        content: "View";
    }
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text {
    color: black;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text h2 {
    color: white;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text p {
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 20px;
    float: left;
    width: 100%;
    font-weight: normal !important;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text table {
    color: black;
    width: 100%;
    background: #6eb7a3;
    margin-bottom: 20px;
    float: left;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text table th {
    background: #4F8476;
    color: white;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text table td,
.host-agreement .host-agreement-section .wrapper .host-agreement-text table th {
    padding: 12px;
    text-align: center;
    border: 2px solid #6eb7a3;
}

@media only screen and (max-width: 46.875em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-text table td,
    .host-agreement .host-agreement-section .wrapper .host-agreement-text table th {
        text-align: left;
    }
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text table tr:nth-of-type(even) {
    background: #e3e3e3;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text table tr:nth-of-type(odd) {
    background: white;
}

@media only screen and (max-width: 46.875em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-text {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

        /*
              Label the data
              */

    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-text table,
    .host-agreement .host-agreement-section .wrapper .host-agreement-text thead,
    .host-agreement .host-agreement-section .wrapper .host-agreement-text tbody,
    .host-agreement .host-agreement-section .wrapper .host-agreement-text th,
    .host-agreement .host-agreement-section .wrapper .host-agreement-text td,
    .host-agreement .host-agreement-section .wrapper .host-agreement-text tr {
        display: block;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-text thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-text tr {
        margin-bottom: 10px;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-text td {
        /* Behave  like a "row" */

        position: relative;
        padding-left: 50% !important;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-text td:before {
        /* Now like a table header */

        position: absolute;
        /* Top/left values mimic padding */

        top: 10px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-text td:nth-of-type(1):before {
        content: "Service";
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-text td:nth-of-type(2):before {
        content: "Description";
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-text td:nth-of-type(3):before {
        content: "Payment Per 4 Weeks";
    }
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text #hostSignatureBlock {
    width: 70%;
    margin-bottom: 20px;
    float: left;
}

@media only screen and (max-width: 43.75em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-text #hostSignatureBlock {
        width: 100%;
    }
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text #hostSignatureBlock label {
    float: left;
    margin-right: 5px;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text #hostSignatureBlock #hostSignature {
    float: left;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text #hostSignatureBlock .date {
    float: right;
}

@media only screen and (max-width: 43.75em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-text #hostSignatureBlock .date {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text #companySignatureBlock {
    width: 70%;
    margin-bottom: 20px;
    float: left;
}

@media only screen and (max-width: 43.75em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-text #companySignatureBlock {
        width: 100%;
    }
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text #companySignatureBlock label {
    float: left;
    margin-right: 5px;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text #companySignatureBlock #companyName {
    float: left;
    font-weight: normal !important;
}

.host-agreement .host-agreement-section .wrapper .host-agreement-text #companySignatureBlock .date {
    float: right;
}

@media only screen and (max-width: 43.75em) {
    .host-agreement .host-agreement-section .wrapper .host-agreement-text #companySignatureBlock .date {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
}

.host-agreement footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.host-agreement footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.host-agreement footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.host-agreement footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

.edit-profile {
    height: 100%;
    background-color: #6eb7a3;
}

.edit-profile .mealplan-popup,
.edit-profile .occupancycode-popup {
    position: relative;
    background: #FFF;
    padding: 20px 20px;
    width: 90%;
    margin: 20px auto;
}

.edit-profile .mealplan-popup p,
.edit-profile .occupancycode-popup p {
    font-size: 13px;
    margin-top: 20px;
    color: black;
    line-height: 18px;
}

.edit-profile .mealplan-popup p .bold,
.edit-profile .occupancycode-popup p .bold {
    font-weight: 700;
}

.edit-profile .header {
    background-color: white;
}

.edit-profile .header .top {
    margin: 21px 0;
}

.edit-profile .header .top:after {
    content: "";
    display: table;
    clear: both;
}

.edit-profile .header .top:before {
    content: "";
    display: table;
}

.edit-profile .header .top .logo {
    background-image: url(../images/orangeushlogo.png);
    background-repeat: no-repeat;
    width: 90px;
    height: 32px;
    float: left;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edit-profile .header .top .logo:hover {
    opacity: .75;
}

.edit-profile .header .top .mainmenu a {
    color: #5f5f5f;
}

.edit-profile .header .top .mainmenu .login {
    border: 1px solid #5f5f5f;
    background-color: transparent;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edit-profile .header .top .mainmenu .login:hover {
    background-color: #ff8853;
    opacity: .75;
}

.edit-profile .header .top .mobilemenu {
    background: url(../images/mobilemenuorange.png) no-repeat;
}

.edit-profile .edit-profile-section .wrapper {
    padding: 20px 10px;
}

.edit-profile .edit-profile-section .wrapper .inner {
    padding: 0;
}

.edit-profile .edit-profile-section .wrapper .dash-menu {
    margin-bottom: 20px;
}

.edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper {
    width: 100%;
    margin: 0 auto;
}

.edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option {
    float: left;
    padding: 10px .5%;
    text-decoration: none;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 40.625em) {
    .edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 33.33333%;
        padding: 10px 2%;
    }
}

@media only screen and (max-width: 25em) {
    .edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option {
        width: 50%;
        padding: 10px 2%;
    }
}

.edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
    background-color: white;
    padding: 15px 5px;
    border-bottom: 4px solid #e3e3e3;
    text-align: center;
}

@media only screen and (max-width: 62.5em) {
    .edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 40.625em) {
    .edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

@media only screen and (max-width: 39.375em) {
    .edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 66px;
    }
}

@media only screen and (max-width: 25em) {
    .edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option .text {
        height: 50px;
    }
}

.edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option .text h3 {
    color: #ff8853;
    font-size: 16px;
    font-weight: 700;
}

.edit-profile .edit-profile-section .wrapper .dash-menu .dash-menu-wrapper .option:hover {
    opacity: .75;
}

.edit-profile .edit-profile-section .wrapper .edit-profile-header {
    margin-bottom: 30px;
}

.edit-profile .edit-profile-section .wrapper .edit-profile-header h1 {
    color: white;
    float: left;
    font-weight: 700;
    font-size: 32px;
}

@media only screen and (max-width: 25em) {
    .edit-profile .edit-profile-section .wrapper .edit-profile-header h1 {
        width: 100%;
    }
}

.edit-profile .edit-profile-section .wrapper .edit-profile-header .loggedin {
    float: right;
    padding-top: 14px;
}

@media only screen and (max-width: 25em) {
    .edit-profile .edit-profile-section .wrapper .edit-profile-header .loggedin {
        float: left;
    }
}

.edit-profile .edit-profile-section .wrapper .edit-profile-header .loggedin span {
    color: white;
    font-size: 14px;
    font-weight: 700;
}

.edit-profile .edit-profile-section .wrapper .edit-profile-header .loggedin .username:after {
    content: "!";
}

.edit-profile .edit-profile-section .wrapper .edit-profile-header .loggedin a {
    text-decoration: none;
    color: #ff8853;
    font-size: 14px;
    font-weight: 700;
    padding-left: 5px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.edit-profile .edit-profile-section .wrapper .edit-profile-header .loggedin a:hover {
    opacity: .6;
}

.edit-profile .edit-profile-form {
    background-color: white;
}

.edit-profile .edit-profile-form .wrapper {
    width: 800px;
}

@media only screen and (max-width: 37.5em) {
    .edit-profile .edit-profile-form .wrapper form .half {
        width: 100%;
    }
}

.edit-profile .edit-profile-form .wrapper form #clear,
.edit-profile .edit-profile-form .wrapper form .clear {
    clear: both;
}

.edit-profile .edit-profile-form .wrapper form .inner {
    margin-bottom: 40px;
    padding: 0 10px;
}

@media only screen and (max-width: 37.5em) {
    .edit-profile .edit-profile-form .wrapper form .inner {
        margin-bottom: 30px;
    }
}

.edit-profile .edit-profile-form .wrapper form input {
    width: 100%;
    padding: 8px 12px;
    font-size: 16px;
    outline: none;
    border: 1px solid #d9d9d9;
}

.edit-profile .edit-profile-form .wrapper form .radio {
    float: left;
    margin-right: 20px;
}

.edit-profile .edit-profile-form .wrapper form .radio input[type='radio'] {
    width: 18px;
    opacity: 0;
    height: 18px;
    float: left;
    position: absolute;
}

/*.edit-profile .edit-profile-form .wrapper form .radio input[type='radio'] + label {
  background: url(../images/applyradio.png) left center no-repeat;
  padding: 1px 0 0 24px;
  border: none;
  height: 18px;
}
.edit-profile .edit-profile-form .wrapper form .radio input[type='radio']:checked + label {
  background-image: url(../images/applyradiochecked.png);
}*/
.edit-profile .edit-profile-form .wrapper form .headerp {
    color: #444444;
    font-size: 13px;
    font-weight: 700;
    float: left;
    margin-bottom: 5px;
    width: 100%;
}

.edit-profile .edit-profile-form .wrapper form .duration .headerp {
    width: auto;
}

.edit-profile .edit-profile-form .wrapper form #right {
    float: right;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .9;
}

.edit-profile .edit-profile-form .wrapper form .select {
    float: left;
    width: 100%;
    background-image: url(../images/apply-search-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    border: 1px solid #d9d9d9;
    overflow: hidden;
    height: 37px;
    background-color: white;
}

.edit-profile .edit-profile-form .wrapper form .select select {
    line-height: 1;
    width: 120%;
    color: black;
    font-size: 15px;
    padding: 8.5px 12px;
    border-radius: 0;
    background: transparent;
    outline: none;
    margin-right: 10px;
    border: none;
}

.edit-profile .edit-profile-form .wrapper form .mealplaninfo p,
.edit-profile .edit-profile-form .wrapper form .occupancy-code-info p,
.edit-profile .edit-profile-form .wrapper form .pets p,
.edit-profile .edit-profile-form .wrapper form .children p {
    font-size: 13px;
    margin-top: 20px;
    color: #444444;
    line-height: 18px;
}

.edit-profile .edit-profile-form .wrapper form .mealplaninfo p .bold,
.edit-profile .edit-profile-form .wrapper form .occupancy-code-info p .bold,
.edit-profile .edit-profile-form .wrapper form .pets p .bold,
.edit-profile .edit-profile-form .wrapper form .children p .bold {
    font-weight: 700;
}

.edit-profile .edit-profile-form .wrapper form .occupancy-code-info p:first-child,
.edit-profile .edit-profile-form .wrapper form .pets p:first-child,
.edit-profile .edit-profile-form .wrapper form .children p:first-child {
    margin-top: 0;
}

.edit-profile .edit-profile-form .wrapper form .checkbox:not(#foo) {
    float: left;
    display: block;
    margin-bottom: 10px;
}

.edit-profile .edit-profile-form .wrapper form .checkbox:not(#foo) input[type='checkbox'] {
    width: 18px;
    opacity: 0;
    height: 18px;
    float: left;
    position: absolute;
}

.edit-profile .edit-profile-form .wrapper form .checkbox:not(#foo) input[type='checkbox'] + label {
    background: url(../images/matchingnotcheckbox.png) left top no-repeat;
    padding: 1px 0 0 24px;
    border: none;
    color: #444444;
    float: left;
    height: 18px;
}

.edit-profile .edit-profile-form .wrapper form .checkbox:not(#foo) input[type='checkbox']:checked + label {
    background-image: url(../images/matchingcheckbox.png);
}

.edit-profile .edit-profile-form .wrapper form .occupancy-code .radio {
    margin-bottom: 15px;
}

.edit-profile .edit-profile-form .wrapper form .formheader {
    padding: 0 10px 30px;
    margin-bottom: 0;
}

.edit-profile .edit-profile-form .wrapper form .formheader h3 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
    float: left;
}

.edit-profile .edit-profile-form .wrapper form .formheader #right {
    float: left;
    padding: 4px 0 0 10px;
}

.edit-profile .edit-profile-form .wrapper form .formheader:first-child {
    padding: 40px 10px 30px;
}

.edit-profile .edit-profile-form .wrapper form .mealplan .headerp {
    width: 100%;
    margin-bottom: 10px;
}

.edit-profile .edit-profile-form .wrapper form .mealplan .headerp:nth-child(3) {
    margin-top: 30px;
}

.edit-profile .edit-profile-form .wrapper form .mealplan input {
    margin: 0 10px 10px 0;
    float: left;
    clear: left;
}

.edit-profile .edit-profile-form .wrapper form .smoke p,
.edit-profile .edit-profile-form .wrapper form .couple-code p,
.edit-profile .edit-profile-form .wrapper form .student-gender p,
.edit-profile .edit-profile-form .wrapper form .occupancy-code p,
.edit-profile .edit-profile-form .wrapper form .have-pets p,
.edit-profile .edit-profile-form .wrapper form .have-children p,
.edit-profile .edit-profile-form .wrapper form .private-bathroom p,
.edit-profile .edit-profile-form .wrapper form .internet p {
    width: 100%;
    margin-bottom: 10px;
}

.edit-profile .edit-profile-form .wrapper form .smoke input,
.edit-profile .edit-profile-form .wrapper form .couple-code input,
.edit-profile .edit-profile-form .wrapper form .student-gender input,
.edit-profile .edit-profile-form .wrapper form .occupancy-code input,
.edit-profile .edit-profile-form .wrapper form .have-pets input,
.edit-profile .edit-profile-form .wrapper form .have-children input,
.edit-profile .edit-profile-form .wrapper form .private-bathroom input,
.edit-profile .edit-profile-form .wrapper form .internet input,
.edit-profile .edit-profile-form .wrapper form .smoke span,
.edit-profile .edit-profile-form .wrapper form .couple-code span,
.edit-profile .edit-profile-form .wrapper form .student-gender span,
.edit-profile .edit-profile-form .wrapper form .occupancy-code span,
.edit-profile .edit-profile-form .wrapper form .have-pets span,
.edit-profile .edit-profile-form .wrapper form .have-children span,
.edit-profile .edit-profile-form .wrapper form .private-bathroom span,
.edit-profile .edit-profile-form .wrapper form .internet span {
    float: left;
}

.edit-profile .edit-profile-form .wrapper form .smoke span,
.edit-profile .edit-profile-form .wrapper form .couple-code span,
.edit-profile .edit-profile-form .wrapper form .student-gender span,
.edit-profile .edit-profile-form .wrapper form .occupancy-code span,
.edit-profile .edit-profile-form .wrapper form .have-pets span,
.edit-profile .edit-profile-form .wrapper form .have-children span,
.edit-profile .edit-profile-form .wrapper form .private-bathroom span,
.edit-profile .edit-profile-form .wrapper form .internet span {
    padding: 1px 20px 0 5px;
}

.edit-profile .edit-profile-form .wrapper form .pets p {
    float: left;
    font-weight: 700;
    line-height: 24px;
    color: #444444;
}

.edit-profile .edit-profile-form .wrapper form .pets p:first-child {
    font-weight: 400;
    line-height: 13px;
    width: 100%;
}

.edit-profile .edit-profile-form .wrapper form .pets p.pet-indoor-outdoor {
    width: 48.75%;
    background-color: #eee;
    padding-left: 5px;
}

.edit-profile .edit-profile-form .wrapper form .pets p.pet-type {
    width: 51.25%;
    padding-left: 2.5%;
    background-color: #eee;
}

.edit-profile .edit-profile-form .wrapper form .pets p.other {
    width: 48.75%;
    float: left;
    margin: 10px 2.5% 0 0;
    font-weight: 400;
    line-height: 28px;
    height: 28px;
}

.edit-profile .edit-profile-form .wrapper form .pets input {
    width: 48.75%;
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 5px;
    font-size: 13px;
    height: 28px;
}

.edit-profile .edit-profile-form .wrapper form .pets .select {
    width: 48.75%;
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 5px;
    height: 28px;
    background-color: white;
}

.edit-profile .edit-profile-form .wrapper form .pets .select select {
    padding: 0;
    font-size: 13px;
}

.edit-profile .edit-profile-form .wrapper form .pets .select.pet-indoor-outdoor {
    margin: 10px 2.5% 0 0;
}

.edit-profile .edit-profile-form .wrapper form .pets span {
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #ff8853;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.edit-profile .edit-profile-form .wrapper form .pets span:hover {
    color: #6eb7a3;
}

.edit-profile .edit-profile-form .wrapper form .children p {
    float: left;
    font-weight: 700;
    line-height: 24px;
    color: #444444;
}

.edit-profile .edit-profile-form .wrapper form .children p:first-child {
    font-weight: 400;
    line-height: 13px;
    width: 100%;
}

.edit-profile .edit-profile-form .wrapper form .children p:nth-child(2) {
    width: 40%;
    background-color: #eee;
    padding-left: 5px;
}

.edit-profile .edit-profile-form .wrapper form .children p:nth-child(3) {
    width: 30%;
    padding-left: 2.5%;
    background-color: #eee;
}

.edit-profile .edit-profile-form .wrapper form .children p:nth-child(4) {
    width: 30%;
    padding-left: 2.5%;
    background-color: #eee;
}

.edit-profile .edit-profile-form .wrapper form .children #child-name {
    width: 40%;
    margin: 10px 2.5% 0 0;
    float: left;
}

.edit-profile .edit-profile-form .wrapper form .children #child-dob {
    width: 27.5%;
    float: left;
    margin: 10px 2.5% 0 0;
}

.edit-profile .edit-profile-form .wrapper form .children input {
    font-size: 13px;
    padding: 5px 5px;
}

.edit-profile .edit-profile-form .wrapper form .children .select {
    width: 27.5%;
    float: left;
    margin: 10px 0 0 0;
    padding: 5px 5px;
    height: 28px;
    background-color: white;
}

.edit-profile .edit-profile-form .wrapper form .children .select select {
    font-size: 13px;
    padding: 0;
    width: 130%;
}

.edit-profile .edit-profile-form .wrapper form .children span {
    float: left;
    font-size: 13px;
    font-weight: 700;
    color: #ff8853;
    cursor: pointer;
    margin-top: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.edit-profile .edit-profile-form .wrapper form .children span:hover {
    color: #6eb7a3;
}

.edit-profile .edit-profile-form .wrapper form .other-religion {
    height: 58px;
}

.edit-profile .edit-profile-form .wrapper form .other-religion p:first-child {
    font-weight: 400;
    line-height: 13px;
    font-size: 13px;
    color: #444444;
    float: left;
    margin-bottom: 5px;
}

.edit-profile .edit-profile-form .wrapper form .other-religion select {
    padding: 8px 12px;
}

@media only screen and (max-width: 37.5em) {
    .edit-profile .edit-profile-form .wrapper form .mealplaninfo,
    .edit-profile .edit-profile-form .wrapper form .occupancy-code-info {
        display: none;
    }
}

.edit-profile .edit-profile-form .wrapper form .mealplan a,
.edit-profile .edit-profile-form .wrapper form .occupancy-code a {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 10px;
}

@media only screen and (min-width: 37.6em) {
    .edit-profile .edit-profile-form .wrapper form .mealplan a,
    .edit-profile .edit-profile-form .wrapper form .occupancy-code a {
        display: none;
    }
}

.edit-profile .edit-profile-form .wrapper form .mealplan a img,
.edit-profile .edit-profile-form .wrapper form .occupancy-code a img {
    width: 20px;
}

.edit-profile .edit-profile-form .wrapper form .mealplan .select,
.edit-profile .edit-profile-form .wrapper form .occupancy-code .select {
    margin-bottom: 10px;
}

@media only screen and (max-width: 37.5em) {
    .edit-profile .edit-profile-form .wrapper form .mealplan .headerp,
    .edit-profile .edit-profile-form .wrapper form .occupancy-code .headerp {
        width: auto;
        line-height: 20px;
    }
}

.edit-profile .edit-profile-form .wrapper form .primarytel .parentheses,
.edit-profile .edit-profile-form .wrapper form .hometel .parentheses,
.edit-profile .edit-profile-form .wrapper form .mobile .parentheses,
.edit-profile .edit-profile-form .wrapper form .work .parentheses,
.edit-profile .edit-profile-form .wrapper form .spouse-primarytel .parentheses {
    float: left;
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    width: 6%;
}

.edit-profile .edit-profile-form .wrapper form .primarytel .dash,
.edit-profile .edit-profile-form .wrapper form .hometel .dash,
.edit-profile .edit-profile-form .wrapper form .mobile .dash,
.edit-profile .edit-profile-form .wrapper form .work .dash,
.edit-profile .edit-profile-form .wrapper form .spouse-primarytel .dash {
    text-align: center;
    font-size: 22px;
    line-height: 37px;
    width: 8%;
    float: left;
}

.edit-profile .edit-profile-form .wrapper form .primarytel input,
.edit-profile .edit-profile-form .wrapper form .hometel input,
.edit-profile .edit-profile-form .wrapper form .mobile input,
.edit-profile .edit-profile-form .wrapper form .work input,
.edit-profile .edit-profile-form .wrapper form .spouse-primarytel input {
    width: 25%;
    float: left;
    text-align: center;
}

.edit-profile .edit-profile-form .wrapper form .primarytel #tel-last,
.edit-profile .edit-profile-form .wrapper form .hometel #tel-last,
.edit-profile .edit-profile-form .wrapper form .mobile #tel-last,
.edit-profile .edit-profile-form .wrapper form .work #tel-last,
.edit-profile .edit-profile-form .wrapper form .spouse-primarytel #tel-last {
    width: 30%;
}

.edit-profile .edit-profile-form .wrapper form .dob .select,
.edit-profile .edit-profile-form .wrapper form .spouse-dob .select {
    width: 23.33333%;
    float: left;
    text-align: center;
    background-color: white;
}

.edit-profile .edit-profile-form .wrapper form .dob .select select,
.edit-profile .edit-profile-form .wrapper form .spouse-dob .select select {
    padding: 8.5px 10px;
}

.edit-profile .edit-profile-form .wrapper form .dob .slash,
.edit-profile .edit-profile-form .wrapper form .spouse-dob .slash {
    float: left;
    width: 15%;
    text-align: center;
    font-size: 22px;
    line-height: 37px;
}

.edit-profile .edit-profile-form .wrapper form textarea {
    width: 100%;
    resize: none;
    border: 1px solid #d9d9d9;
    padding: 8px 12px;
    outline: none;
    border-radius: 0;
}

.edit-profile .edit-profile-form .wrapper form input[type="submit"] {
    float: left;
    margin-top: 10px;
    width: auto;
    background: #ff8853;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 12px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    color: white;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.edit-profile .edit-profile-form .wrapper form input[type="submit"]:hover {
    opacity: .75;
}

.edit-profile .edit-profile-form .wrapper form input[type="submit"]:focus {
    opacity: .75;
}

.edit-profile footer {
    position: relative;
    width: 100%;
    background-color: #f0f7f5;
}

.edit-profile footer .footerlogo {
    float: right;
    background-image: url(../images/ushfooterlogo.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 34px;
}

.edit-profile footer .footermenu {
    float: left;
    padding: 9px 0 0 0;
}

.edit-profile footer .footermenu a {
    color: #696969;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

/*** Flavio Added ***/

.submit-button {
    float: left;
    margin-top: 10px;
    width: auto;
    background: #ff8853;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 12px 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: none;
    color: white;
    opacity: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    margin-bottom: 10px;
}

.submit-button:hover {
    opacity: .75;
}

.submit-button:focus {
    opacity: .75;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.formheader {
    padding: 0 10px 30px;
    margin-bottom: 0;
}

.formheader h3 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
    float: left;
}

.formheader h2 {
    color: #ff8853;
    font-size: 20px;
    font-weight: 700;
    float: left;
}

.w9 table {
    width: 100%;
    background: #6eb7a3;
}

.w9 table th {
    background: #4F8476;
    color: white;
}

.w9 table td,
.w9 table th {
    padding: 12px;
    text-align: center;
    border: 2px solid #6eb7a3;
}

@media only screen and (max-width: 46.875em) {
    .w9 table td,
    .w9 table th {
        text-align: left;
    }
}

.w9 table .request-info {
    background: #6eb7a3;
    color: white;
    padding: 4px;
    cursor: pointer;
    font-weight: 600;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.w9 table .request-info:hover {
    opacity: .75;
}

.w9 table tr:nth-of-type(even) {
    background: #e3e3e3;
}

.w9 table tr:nth-of-type(odd) {
    background: white;
}

.w9 table .shuttle {
    background: #ff8853 !important;
}

@media only screen and (max-width: 46.875em) {
    .w9 {
        /* Force table to not be like tables anymore */

        /* Hide table headers (but not display: none;, for accessibility) */

        /*
              Label the data
              */

    }

    .w9 table,
    .w9 thead,
    .w9 tbody,
    .w9 th,
    .w9 td,
    .w9 tr {
        display: block;
    }

    .clear-both {
        clear: both;
    }

    /** End Flavio Added **/
    .about .intro span {
        display: none;
    }

    footer {
        padding: 20px 0;
        background-color: #f0f7f5;
    }

    footer .footermenu {
        float: left;
        padding: 8px 0 0 0;
    }

    @media only screen and (max-width: 56.25em) {
        footer .footermenu {
            width: 100%;
            text-align: center;
            margin-bottom: 20px;
        }
    }
    @media only screen and (max-width: 40.625em) {
        footer .footermenu {
            display: none;
        }
    }
    footer .footermenu a {
        margin-right: 15px;
        text-decoration: none;
        color: #696969;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    footer .footermenu a:hover {
        opacity: .75;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    }

    @media only screen and (max-width: 56.25em) {
        footer .footermenu a {
            margin: 0 7.5px;
        }
    }
    footer .mobilefootermenu {
        float: left;
        display: none;
        padding: 8px;
        border: 2px solid #696969;
        border-radius: 4px;
    }

    @media only screen and (max-width: 40.625em) {
        footer .mobilefootermenu {
            display: block;
        }
    }
    footer .mobilefootermenu span {
        color: #696969;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        cursor: pointer;
    }

    footer .g2i {
        float: right;
        text-decoration: none;
        color: #696969;
        font-weight: 600;
        font-size: 16px;
        line-height: 34px;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    footer .g2i:hover {
        opacity: .75;
    }

    footer .social {
        float: right;
        margin: 0 15px 0 0;
        padding-top: 2px;
    }

    @media only screen and (max-width: 56.25em) {
        footer .social {
            float: left;
            margin: 0 auto;
        }
    }
    @media only screen and (max-width: 40.625em) {
        footer .social {
            float: right;
            margin: 0 50px 0 0;
        }
    }
    @media only screen and (max-width: 30em) {
        footer .social {
            float: left;
            margin: 0 0 0 0;
        }

        footer .mobilefootermenu {
            clear: both;
            margin-top: 20px;
        }

    }
    footer .social a {
        width: 30px;
        height: 30px;
        margin: 0 5px;
        float: left;
    }

    footer .social a:hover {
        background-position: 0 -30px;
        -webkit-transition: 0.15s 0.2s ease-in-out;
        -moz-transition: 0.15s 0.2s ease-in-out;
        -ms-transition: 0.15s 0.2s ease-in-out;
        -o-transition: 0.15s 0.2s ease-in-out;
        transition: 0.15s 0.2s ease-in-out;
    }

    footer .social .twitter {
        background-image: url(../images/twitter.png);
        background-repeat: no-repeat;
    }

    footer .social .facebook {
        background-image: url(../images/facebook.png);
        background-repeat: no-repeat;
    }

    footer .social .google {
        background-image: url(../images/googleplus.png);
        background-repeat: no-repeat;
    }

    footer .social .linked {
        background-image: url(../images/linkedin.png);
        background-repeat: no-repeat;
    }

    input[type='checkbox'], input[type='checkbox'] + label, input[type='radio'] + label, input[type='radio'] {
        border: none;
        outline: none;
    }

    input[type='radio'], input[type='checkbox'] {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    }

    .my-photos .upload-button input[type="submit"] {
        background: #ff8853;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 15px;
        letter-spacing: 1px;
        border: 1px solid #ff8853;
        text-transform: uppercase;
        outline: none;
        color: white;
        float: left;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .my-photos .upload-button input[type="submit"]:hover {
        opacity: .75;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    }

    .my-photos .upload-button input[type="submit"]:focus {
        opacity: .75;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
    }

    #warning {
        float: left;
        clear: both;
        margin-top: 10px;
        font-size: 12px;
    }

    .placeholder {
        height: 47px !important;
        padding: 0 15px !important;
    }

    .host-comp {
        background-color: white;
    }

    .host-comp .header {
        background-color: #6eb7a3;
    }

    .host-comp .header .top {
        margin: 21px 0;
    }

    .host-comp .header .top:after {
        content: "";
        display: table;
        clear: both;
    }

    .host-comp .header .top:before {
        content: "";
        display: table;
    }

    .host-comp .header .top .logo {
        background-image: url(../images/ushlogo.png);
        background-repeat: no-repeat;
        width: 90px;
        height: 32px;
        margin: 0 auto;
        float: left;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .host-comp .header .top .logo:hover {
        opacity: .75;
    }

    .host-comp .header .top .mainmenu .login {
        background-color: transparent;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .host-comp .header .top .mainmenu .login:hover {
        background-color: #ff8853;
        opacity: .75;
    }

    .host-comp .host-comp-header {
        background-color: #6eb7a3;
    }

    .host-comp .host-comp-header .wrapper .full {
        padding: 19px 15px 40px;
    }

    .host-comp .host-comp-header .wrapper .full h1 {
        text-align: center;
        color: white;
        font-weight: 700;
        font-size: 44px;
    }

    .host-comp .host-comp-header .wrapper .full .steps {
        position: absolute;
        bottom: -14.5px;
        left: 50%;
        margin-left: -47.5px;
    }

    .host-comp .host-comp-info .wrapper {
        width: 600px;
        min-width: 0;
        padding: 80px 0;
    }

    @media only screen and (max-width: 47.9375em) {
        .host-comp .host-comp-info .wrapper {
            width: 600px;
            margin: 0 auto;
            padding: 60px 0;
        }
    }
    @media only screen and (max-width: 37.5em) {
        .host-comp .host-comp-info .wrapper {
            width: auto;
            padding: 40px 0;
        }
    }
    .host-comp .host-comp-info .wrapper .full p {
        font-weight: 600;
        margin-bottom: 40px;
        line-height: 24px;
    }

    .host-comp .host-comp-info .wrapper .full p:last-child {
        margin-bottom: 0;
    }

    .host-comp .host-comp-info .wrapper .full p a {
        text-decoration: none;
        color: #ff8853;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .host-comp .host-comp-info .wrapper .full p a:hover {
        color: #6eb7a3;
    }

    .host-comp footer {
        position: relative;
        width: 100%;
        background-color: #f0f7f5;
    }

    .host-comp footer .footerlogo {
        float: right;
        background-image: url(../images/ushfooterlogo.png);
        background-repeat: no-repeat;
        width: 34px;
        height: 34px;
    }

    .host-comp footer .footermenu {
        float: left;
        padding: 9px 0 0 0;
    }

    .host-comp footer .footermenu a {
        color: #696969;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
    }

    .vid {
        display: none;
        width: 100%;
        float: left;
        position: relative;
    }

    .vid .close {
        float: left;
        width: 100%;
        position: relative;
        background-color: black;
        font-size: 16px;
        padding: 12px;
        cursor: pointer;
        color: white;
        z-index: 9999;
        opacity: 1;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .vid .close:hover {
        opacity: .75;
    }

    .vid .vidcont {
        float: left;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
        position: relative;
        z-index: 1000;
    }

    .vid .vidcont iframe, .vid .vidcont .wistia_embed {
        width: 100% !important;
        height: 100% !important;
        top: 0;
        left: 0;
        position: absolute;
    }

    .no-page {
        padding: 100px 0 290px;
        text-align: center;
    }

    .no-page h1 {
        margin: 0px 0 30px;
        text-align: center;
    }

    .no-page p {
        margin: 0 0 60px 0;
        font-size: 1.2em;
    }

    .no-page a {
        background-color: #ff8853;
        text-align: center;
        text-decoration: none;
        color: white;
        text-transform: uppercase;
        font-weight: 700;
        padding: 15px 10px;
        letter-spacing: 1px;
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .no-page a:hover {
        opacity: .75;
        -ms-filter: "alpha(opacity=75)";
    }

    .no-page .full {
        width: 80%;
        padding: 80px 10px;
        margin: 0 10%;
        background-color: #f0f7f5;
    }

    #continue-app {
        display: none;
        width: 50%;
        padding: 40px 10px 80px 10px;
        background-color: #f0f7f5;
    }

    #continue-app h2 {
        font-size: 2em;
        text-align: center;
    }

    #continue-app p {
        font-size: 1.2em;
        width: 80%;
        margin: 30px auto 40px auto;
    }

    #continue-app a {
        padding: 15px;
    }

    #continue-app a.continue {
        background-color: #6eb7a3;
    }

    p.error, .hostinfo .hostinfo-form p.error, .matching-info .matching-info-form p.error {
        font-size: 18px;
        color: #900;
        font-weight: 400;
        margin: 3em 0 0 0;
    }

    div.inner.clear {
        clear: both;
    }

    form input.error,
    .wrapper form .inner .select > select.error,
    form textarea.error {
        border: 1px solid #900;
        background-color: #ffd2d2;
    }

    form label.error,
    .select label.error {
        font-size: 12px;
        color: #900;
    }

    .matching-info .matching-info-form .wrapper .children .child-name,
    .edit-profile .edit-profile-form .wrapper .children .child-name {
        width: 40%;
        margin: 10px 2.5% 0 0;
        float: left;
    }

    .matching-info .matching-info-form .wrapper .children .child-dob,
    .edit-profile .edit-profile-form .wrapper .children .child-dob {
        width: 27.5%;
        float: left;
        margin: 10px 2.5% 0 0;
    }

    p.message {
        text-align: center;
        font-size: 20px;
        margin: 40px;
    }

    .my-photos .photos .wrapper .general-photo .photo:first-child {
        margin-top: 44px;
    }

    .host-agreement .host-agreement-section .wrapper .host-agreement-text {
        overflow: hidden
    }

    .apply.inner.full {
        text-align: center;
        padding: 60px 0 50px;
    }

    a.orange-button {
        text-transform: uppercase;
        color: white;
        font-weight: 700;
        background-color: #ff8853;
        padding: 12px 15px;
        letter-spacing: 1px;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

