.wrap div.First {
    margin-left:0px;
    clear: left;
}

.wrap div.sitRight {
    float: right;
    clear: right;
}

div.sitRight {
    float: right;
    clear: right;
}

@media only screen and (min-width: 771px) {
    section {
        padding: 0px;
    }
}
@media only screen and (min-width: 700px){
    .staff-slider {
        width: 100% !important;
    }
}

/**
 * Login design
 */
html.login {
    background: #fff;
    height: 100vh;
    width: 100vw;
    position: relative; 
}
html.login:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg-login.jpg");
    background-size: cover;
    background-color: #2e2e2e;
    background-repeat: no-repeat;
    opacity: .1; 
}
html.login .login-details {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    background: #fff;
    width: 85vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    height: 85vh; 
}
html.login .login-details:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 10vw;
    height: 100%;
    background-image: url("../images/bg-login-side.jpg");
    background-size: cover;
    background-color: #2e2e2e;
    background-repeat: no-repeat;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px; 
}

@media screen and (min-width: 768px) {
    html.login .login-details:before {
        content: "";
        width: 15vw; 
    } 
}
@media screen and (min-width: 1140px) {
    html.login .login-details:before {
        width: 10vw; 
    } 
}
@media screen and (min-width: 768px) {
    html.login .login-details {
        padding: 30px;
        width: 70vw;
        height: 650px;
        padding-left: 18vw; 
    } 
}
@media screen and (min-width: 1140px) {
    html.login .login-details {
        width: 60vw;
        padding-left: 12vw; 
    } 
}
@media screen and (min-width: 1650px) {
    html.login .login-details {
        width: 50vw; 
    } 
}
html.login .login-details .logo {
    width: 130px;
    margin-bottom: 10px; 
}
@media screen and (min-width: 768px) {
    html.login .login-details .logo {
        width: 200px;
        margin-bottom: 20px; 
    } 
}
html.login .login-details p {
    font-size: 18px;
    color: #8f8f8f;
    margin-bottom: 10px; 
}
@media screen and (min-width: 768px) {
    html.login .login-details p {
        margin-bottom: 20px; 
    } 
}
html.login .login-details .powered-by {
    text-align: right;
    font-weight: 500;
    color: #8f8f8f;
}
html.login .login-details .powered-by a {
    color: #F96E11;
}
html.login .login-details .powered-by a:hover {
    opacity: .5; 
}
html.login .login-details .message.warning {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px; 
}
@media screen and (min-width: 768px) {
    html.login .login-details .message.warning {
        font-size: 14px;
        line-height: 18px;
    } 
}
html.login .login-details form label {
    font-size: 14px;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    color: #8f8f8f;
}
html.login .login-details form input[type=text], .login .login-details form input[type=password] {
    font-family: "Barlow Condensed", "Helvetica Neue", "Segoe UI", Helvetica, sans-serif;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
    width: 100%;
    border: 2px solid #ececec;
    padding: 15px;
}
html.login .login-details form input[type=text]:focus, html.login .login-details form input[type=password]:focus {
    outline: none;
}
html.login .login-details form input[type=submit] {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    padding: 15px 30px;
    border: 0;
    background: #8f8f8f;
    margin: 10px 0;
}
html.login .login-details form input[type=submit]:hover {
    background: #2e2e2e;
}
html.login .login-details form .field.checkbox {
  margin-top: 10px;
}
html.login .login-details form .field.checkbox label {
    float: left;
    width: calc(100% - 20px);
}
html.login .login-details form .field.checkbox input[type=checkbox] {
    float: left;
    position: relative;
    top: 4px;
    width: 20px;
}
html.login .login-details form #ForgotPassword a {
    font-size: 14px;
    font-weight: 700;
    color: #b4b4b4;
}

#MemberLoginFormContainer {
    background:#fff;
    width: 50%;
    margin: 10% auto;
    padding: 20px;
}

#MemberLoginFormContainer img {
    width: 50%;
    display: block;
    margin: 0 auto;
    float: none;
}

#MemberLoginForm_LoginFormx, #LostPasswordForm_lostPasswordForm {
    clear:left;
    width:300px;
    margin:0 auto;
    margin-top: 30px;
}
#MemberLoginForm_LoginFormx label, #LostPasswordForm_lostPasswordForm label, .contact-area label{
    font-size: 18px;
}

#MemberLoginForm_LoginFormx input, #LostPasswordForm_lostPasswordForm input, .contact-area input[type=text], .contact-area select, .contact-area textarea {
    background: #fdfdfd;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #9a9a9a;
    font-size: 14px;
    padding: 15px;
    margin-bottom: 20px;
    color: #555555;
}
#MemberLoginForm_LoginFormx input[type=checkbox], #LostPasswordForm_lostPasswordForm input[type=checkbox]{
    width:20px;
    margin-top: 7px;
}

#MemberLoginForm_LoginFormx .action, #LostPasswordForm_lostPasswordForm .action {background: #62ba56; color:#fff;}

/* iPhone Portrait */
@media only screen 
and (min-device-width: 414px) 
and (max-device-width: 736px) 
and (-webkit-min-device-pixel-ratio: 3)
and (orientation: portrait) { 
    #MemberLoginFormContainer {width: 100% !important;}
    #MemberLoginFormContainer img {width:100% !important;}
}

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 
    #MemberLoginFormContainer {width: 100% !important;}
    #MemberLoginFormContainer img {width:100% !important;}
}

/* iPhoneX Portrait */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3) 
and (orientation: portrait) { 
    #MemberLoginFormContainer {width: 100% !important;}
    #MemberLoginFormContainer img {width:100% !important;}
}

/* iPad Portrait */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1) {
    #MemberLoginFormContainer img {width:100% !important;}
}

.lightbox {
    /*display:none;*/
}

/*Twitter*/
.twitter-wrap a img {
    display:none;
}

.twitter-wrap a {
    color: #ffffff;
}

.twitter-wrap  ul li {
    height:110px;
}

#main_wrapper .blockSection:last-child {
    padding:0px;
}

.inpage-slider {
    margin-top: 0px;
    margin-bottom: 0px;
    /* position: relative; */
    /* float: left; */
    /* width: 100%; */
     background-image: none;
    /* border-radius: 8px; */
    /* margin-bottom: 20px; */
    /* background-size: cover; */
}

.book-event {
    margin-top: 40px;
}

.NELink {
    color: #f39b69;
}

.NELink:hover {
    color:#f39b69;
}

@media only screen and (min-width: 773px){
    #call-to-action a .service-arrow {
        height: 130px;
    }
}

.side-bar-image {
    float: left;
    width: 100%;
    margin: 20px 0;
    border-radius: 8px;
}

/*>>> James H -- Fixes <<<*/
/*Increasing gap between sections*/
section.blockSection .wrap h1, h2, h3, h4{
    margin-top: 20px;
}
section.blockSection .video-wrap{
    margin-top: 20px;
}

/*Adding styles to all <ul>'s'*/
section.blockSection .wrap ul.check-list li:before{
    font-family: FontAwesome;
    content: "\f058";
    color: #61ba55;
    margin-right: 7px;
}
.typography img {
    width:auto;
}

.typography img.right {
    float:right;
}

.typography img {
    border: 5px solid #d7d7d7;
    height: auto; /* resets the image height so that it maintains its aspect ratio when width is set */
    background: transparent url(../images/ajax-loader.gif) no-repeat center center;
}
.typography img.left {
    float: left;
    max-width: 50%;
    margin: 5px 20px 10px 0;
}
.typography img.right {
    float: right;
    max-width: 50%; /* Responsive width */
    margin: 5px 0 10px 20px;
}
.typography img.leftAlone {
    float: left;
    margin-right: 100%;
    margin-bottom: 10px;
    clear: both;
}
.typography img.center {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    clear: both;
}

.typography p {
    width:auto;
    float:none;
}
