ul.list-unstyled.list-inline.icon-links.social li {
    padding-right: 0;
}

a.btn.btn-primary.btn-donate {
    border: none;
}

a.btn.btn-primary.btn-donate:hover {
    background: #005562;
    color: #fff;
}

button.btn.btn-site-search:focus {
    outline: none; 
}

button.btn.btn-site-search:active {
    outline: none; 
}
  
button.btn.btn-site-search:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: 2px; 
}

button.btn.btn-site-search:focus:not(:focus-visible) {
    outline: none; 
}

button.btn.btn-site-search:focus-visible {
    outline: 5px auto -webkit-focus-ring-color;
    outline: auto 1px highlight;
    outline-offset: 2px; 
}

@media only screen and (min-width: 1500px) {
    .site-footer .footer-link-list .btn-card {
        top: -110px!important;
        left: 10%!important;
    }
}

button#mobile-search-close {
    text-decoration: none;
}

.section  {
    padding: 24px 0 0 0;
}

section.section.no-print {
    border-top: 1px solid #d4d5d6;
}

#site-footer .panel {
    border: none;
    box-shadow: none;
}

ul.list-unstyled.list-inline.small.utility.no-print {
    margin: 0 0 1em;
}

@media only screen and (min-width: 1025px) {
    #site-header .site-header-wrapper .search-bar {
        padding: 5px 25px 0 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .site-footer .footer-link-list .btn-card .btn-donate {
        margin-bottom: 10px;
    }

    .site-footer .footer-link-list .btn-card {
        top: -155px;
        min-width: 10%!important;
        max-width: 20%;
        margin-right: 0;
        margin-bottom: -90px;
        left: 8%;
        margin-right: -50%;
        transform: translate(-30%, 5%);
    }
}

.site-footer .footer-link-list {
    margin-top: 40px;
}

.site-footer .footer-link-list .btn-card .btn-donate {
    max-width: 144px!important;
}

@media only screen and (min-width: 1024px) {
    .site-footer .footer-link-list .btn-card .btn {
        display: block;
    }
}

.site-footer .footer-link-list .btn-card .btn-link {
    margin-left: 5px;
}

.site-footer .footer-link-list .btn-card {
    position: relative;
    /* top: 0; */
    min-width: 40%;
    padding: 25px;
}

.group-cards .card {
    display: -moz-flex;
    display: flex;
    -moz-flex-grow: 0;
    flex-grow: 0;
    position: relative;
    padding: 0 12px;
    margin-bottom: 20px;
    max-width: 100%;
    color: inherit;
}

.site-footer .footer-link-list .group-cards .first-links {
    border-left: 1px solid #e1e1e1!important;
}

a.first-child.wsite-social-item.wsite-social-facebook {
    margin-left: 0px !important;
}

.logo-img2 span {
    width: 100%;
    height: 37px;
    display: block;
    background: url(theme/logo-foundation.png?1474560983) no-repeat;
}

.logo-img3 span {
    width: 100%;
    height: 37px;
    display: block;
    background: url(theme/logo-lfh.png?1474560983) no-repeat;
}

.logo-img4 span {
    width: 100%;
    height: 55px;
    display: block;
    background: url(theme/logo-cdh-delnor.png?1474560983) no-repeat;
}

.wsite-menu-wrap.wsite-menu-slide {
    min-height: 368px;
}

li.wsite-menu-master-item {
    display: none;
}

#footer-wrap-mobile {
    display: none;
    font-size: 10px;
    color: #606060;
    font-weight: 400;
}

    #footer-wrap-mobile img {
        min-width: 20px !important;
    }

@media screen and (max-width: 967px) {
    #footer-wrap-mobile {
        display: block !important;
        background: #f2f2f2;
        width: 100%;
        max-width: 920px;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding-left: 10px;
        padding-right: 35px;
        padding-top: 10px;
        padding-bottom: 10px;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
    }
}

@media screen and (max-width: 967px) {
    #footer-wrap {
        display: none !important;
    }
}

.wsite-search-element-input {
    background: #635c9e !important;
    color: #ffffff !important;
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

    .wsite-search-element-input:focus {
        background: #ffffff !important;
        color: #4d4d4d !important;
    }

.wsite-search-element-submit {
    background: #635c9e url("search-icon-1471985177.png") no-repeat center center;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top: 10px !important;
    text-indent: -9999px !important;
}

.wsite-search-element-input:focus + .wsite-search-element-submit {
    background: #f8f8f8 url("search-focus-1471985177.png") no-repeat center center !important;
    width: 30px !important;
    height: 30px !important;
    position: absolute;
    top: 10px !important;
    text-indent: -9999px !important;
}

@media screen and (max-width: 967px) {
    .wsite-search-element-input {
        border: none !important;
    }

    .wsite-search-element-submit {
        right: 10px !important;
    }
}

div#lowerhamnav {
    padding-left: 15px;
    line-height: 3em;
    padding-top: 20px;
    height: 100%;
}

    div#lowerhamnav a {
        color: #ffffff;
    }

div#borderlowernav {
    border-bottom: 1px solid #ffffff;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.newsletter-signup iframe {
    border: none;
    background: transparent;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: -30px;
}

@media screen and (max-width: 767px) {
    .newsletter-signup iframe {
        height: 200px !important;
    }
}

@media screen and (max-width: 480px) {
    .newsletter-signup iframe {
        height: 300px !important;
    }
}

#tophead {
    background: #5b5291;
    height: 30px;
    width: 100%;
    max-width: 920px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    color: #ffffff;
}

    #tophead a {
        color: #ffffff;
    }

#topheadback {
    background: #5b5291;
    height: 50px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    #tophead {
        display: none;
    }

    #topheadback {
        display: none;
    }
}

ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, div.paragraph, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
}

a {
    text-decoration: underline;
}

#nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    list-style: none;
    background: #635c9e;
}

#nav-container {
    overflow-y: scroll;
    /*overflow-y: hidden /9;*/
    height: 100%;
}

#site-wrap {
    min-height: 100%;
    min-width: 100%;
    background-color: #f2f2f2;
    position: relative;
    top: 0;
    left: 0;
    
}

.nav-trigger, .nav-trigger:active {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    outline: none;
    border: none;
}

.wsite-mobile-menu {
    padding-bottom: 20px;
}

#header-wrap label[for="nav-trigger"] {
    display: table-cell;
    position: relative;
    padding: 25px 0 0;
    z-index: 2;
    vertical-align: top;
    cursor: pointer;
    font-size: 12px;
}

    #header-wrap label[for="nav-trigger"] span {
        display: inline-block;
        padding: 30px 0 0;
        font-size: 10px;
        color: #ffffff;
        text-transform: uppercase;
        background: url('menu-trigger-1471985177.png') no-repeat center top;
        background-size: contain;
    }

#site-wrap {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.nav-trigger:checked ~ #site-wrap {
    left: 350px;
}

html {
    overflow: auto;
}

body {
    width: 100%;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    /*line-height:;*/
    color: #333;
    background: #f2f2f2;
    overflow-x: hidden;
    height: 100%;
}

#page-wrapper {
    display: block;
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}

.container {
    margin: 0 auto;
    /*width: 940px;*/
}

#header-wrap, #banner-wrap, #main-wrap, #content-wrap, #footer-wrap {
    width: 100%;
}

#content-wrap {
    background: #f2f2f2;
}

a {
    color: #00668f;
}

    a:hover {
        color: #5d51a2;
        text-decoration: none;
    }

h2 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    color: #606060;
}

div.paragraph {
    /*font-size:;*/
    line-height: 1.4;
    padding: .5em 0;
}

p {

}

blockquote {
    /*background:;
    font-family:;
    font-size:;
    line-height:;
    color:;*/
    padding: 1em;
    margin: 2em 0;
    border-left: 0 !important;
}

hr.styled-hr {
    background: #e5e5e5;
    color: rgba(0,0,0,0.3);
    height: 1px;
    margin: 0 auto;
    text-align: center;
}

div#content {
    min-height: 400px;
}

#header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    background: #635c9e;
    z-index: 1000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
}

.postload .nav-trigger:checked ~ #site-wrap #header-wrap {
    left: 350px;
}

#header-wrap .container {
    display: table;
    position: relative;
}

.smallheader #header-wrap .container {
    height: 90px;
}

#logo {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    position: relative;
}

    #logo .logo-img span {
        width: 190px;
        height: 37px;
        display: block;
        background: url("logo-1471985177.png") no-repeat;
    }

    #logo > a {
        padding: 27px 30px 6px 0;
        color: #606060;
        font-size: 15px;
        line-height: 16px;
        display: block;
        /*height: 93px;*/
    }

.smallheader #logo > a {
    padding: 27px 30px 26px;
}

#subtext {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 0 30px 18px;
    line-height: 1.2;
    font-size: 13px;
    color: #ffffff;
}

.postload.smallheader #logo #subtext {
    display: none;
}

.postload #logo #subtext {
    display: block;
}

#logo #subtext span.wsite-text {
    padding-left: 60px;
    white-space: nowrap;
    display: inline-block;
}

#logo #subtext a {
    color: #606060;
}

.phone-number {
    position: absolute;
    right: 15px !important;
    bottom: 18px !important;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.2;
    white-space: nowrap;
}

#header-right .phone-number .wsite-text a {
}

    #header-right .phone-number .wsite-text a:hover {
    }

.search {
    width: 24%;
    display: table-cell;
    padding: 26px 0;
    vertical-align: top;
    box-sizing: border-box;
}

.wsite-search {
    float: left;
}

#wsite-header-search-form {
    position: relative;
}

.wsite-search-input {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #635c9e;
    border-top: 1px solid #635c9e;
    border-right: 1px solid #635c9e;
    padding: 5px 15px !important;
    /*font-family:;*/
    color: #ffffff;
    box-sizing: border-box;
    background: #635c9e;
}

    .wsite-search-input:focus {
        background: #ffffff;
        color: #4d4d4d;
    }

.wsite-search-button:focus {
    background: #f8f8f8 url("search-focus-1471985177.png") no-repeat center center;
}

.wsite-search-button {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #635c9e url("search-icon-1471985177.png") no-repeat center center;
    right: -15px;
    bottom: 0;
    border: none;
    text-indent: -9999px;
}

#header-links {
    display: table-cell;
    vertical-align: top;
}

    #header-links > div {
        display: table-cell;
        width: 50%;
        height: 70px;
        text-align: center;
        vertical-align: top;
        padding: 30px 15px 0;
        box-sizing: border-box;
    }

.smallheader #header-links > div {
    height: 90px;
}

#header-links > div > div > div {
    display: none;
}

#header-links .wsite-button {
    /*height:;*/
    display: inline-block;
    padding: 0;
    background: none;
}

#header-links .wsite-button-inner {
    color: #aaa !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    background: none;
    padding: 0;
}

.header-link1 {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}

.header-link2 {
    border-right: 1px solid #efefef;
}

.header-link1 span.wsite-button-inner:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    background: url("header-icon-1-1471985177.png") no-repeat left top;
    background-size: 21px 17px;
}

.header-link2 span.wsite-button-inner:before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 22px;
    vertical-align: middle;
    background: url("header-icon-2-1471985177.png") no-repeat left top;
    background-size: 19px 19px;
}

#body-links {
    display: none;
}

    #body-links .header-link1 span.wsite-button-inner:before {
        background: url("header-icon-1-mobile-1471985177.png") no-repeat center top;
        background-size: 21px 17px;
    }

    #body-links .header-link2 span.wsite-button-inner:before {
        background: url("header-icon-2-mobile-1471985177.png") no-repeat center top;
        background-size: 19px 19px;
    }

@media (max-width: 768px) {
    #body-links {
        display: block;
    }

    .header-link1, .header-link2 {
        border: none;
    }

    #body-links .header-link1 > div > div, #body-links .header-link2 > div > div {
        display: none !important;
    }

    #body-links .wsite-button {
        background: #fff;
        width: 100%;
        padding: 15px 0;
        margin: 0 auto 10px;
        text-align: center;
    }

    #body-links .wsite-button-inner {
        padding: 0;
        height: auto;
        background: none;
        float: none;
        color: #5d51a2;
    }

    /*span.wsite-social.wsite-social-default {
        left: -5px;
    }*/

    #close-nav label {
        top: 22px !important;
    }
}

.wsite-social {
    white-space: inherit !important;
}

.wsite-social-item {
    width: 32px;
    height: 32px;
    margin: 0 0 12px 32px;
}

.wsite-social-rss {
    background: url("social-icons-1471985177.png") no-repeat -256px 0;
    display: inline-block;
}

.wsite-social-linkedin {
    background: url("social-icons-1471985177.png") no-repeat -96px 0;
    display: inline-block;
}

.wsite-social-facebook {
    background: url("social-icons-1471985177.png") no-repeat -64px 0;
    display: inline-block;
}

.wsite-social-twitter {
    background: url("social-icons-1471985177.png") no-repeat 0 0;
    display: inline-block;
}

.wsite-social-mail {
    background: url("social-icons-1471985177.png") no-repeat -320px 0;
    display: inline-block;
}

.wsite-social-pinterest {
    background: url("social-icons-1471985177.png") no-repeat -224px 0;
    display: inline-block;
}

.wsite-social-youtube {
    background: url("social-icons-1471985177.png") no-repeat -288px 0;
    display: inline-block;
}

.wsite-social-plus {
    background: url("social-icons-1471985177.png") no-repeat -32px 0;
    display: inline-block;
}

.wsite-social-flickr {
    background: url("social-icons-1471985177.png") no-repeat -192px 0;
    display: inline-block;
}

.wsite-social-vimeo {
    background: url("social-icons-1471985177.png") no-repeat -160px 0;
    display: inline-block;
}

.wsite-social-yahoo {
    background: url("social-icons-1471985177.png") no-repeat -128px 0;
    display: inline-block;
}

#nav {
    width: 350px;
}

#nav-home {
    display: none;
}

    #nav-home span {
        display: none;
    }

#close-nav {
    display: block;
    width: 100%;
    background: #635c9e;
    position: relative;
    height: 50px;
}

@media (max-width: 767px) {
    #close-nav {
        box-shadow: 0 10px 20px 0 rgba(0,0,0,.2);
    }
}

.smallheader #close-nav {
    height: 90px;
}

#close-nav label {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    top: 22px;
    left: 15px;
    background: url("menu-slideout-close-bg-1471985177.png") no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
}

#nav ul {
    list-style: none;
}

    #nav ul li {
        list-style: none;
        float:;
        background:;
    }

        #nav ul li a {
            display: block;
            color: #ffffff;
            text-decoration: none;
            text-transform: uppercase;
            padding: 15px;
            border: 0;
            outline: 0;
            list-style-type: none;
            font-size: 13px;
            line-height: 1.25;
        }

            #nav ul li#active a, #nav ul li a:hover {
                color: #fff;
                border: 0;
            }

.postload #nav-hidden {
    display: none;
}

.postload #nav-hidden {
    /*display: block \9;*/
}

#wsite-menus .wsite-menu {
    box-shadow: 3.078px 3.94px 5px 0 rgba(3, 3, 3, 0.22);
}

    #wsite-menus .wsite-menu li a {
        color: #606060;
        text-decoration: none;
        text-transform: uppercase;
        padding: 15px;
        border-bottom: 1px solid #d3d3d3;
        line-height: 1.25;
        background: #fff;
    }

        #wsite-menus .wsite-menu li a:hover {
            color: #606060;
            background: #f2f2f2;
        }

.wsite-menu-title, .wsite-menu-back {
    display: inline-block !important;
}

.wsite-menu-arrow {
    display: none !important;
}

.wsite-menu-mobile-arrow {
    display: inline-block !important;
    font-size: inherit !important;
    padding: 0 5px;
}

    .wsite-menu-mobile-arrow:before {
        display: inline-block;
        content: '\203A';
        vertical-align: bottom;
    }

.wsite-menu-back-item .wsite-menu-mobile-arrow:before {
    content: '\2039' !important;
}

#wsite-menus span.wsite-menu-title, #wsite-menus span.wsite-menu-title {
    padding: 6px 10px;
}

#banner-wrap {
    padding-bottom: 20px;
}

.tall-header-page #banner, .tall-header-fullwidth-page #banner {
    background: #fff;
    padding: 0;
    box-shadow: 0.5px 0.866px 2px 0 rgba(14, 24, 14, 0.35);
}

.tall-header-page .wsite-header {
    background: url("banner-tall-1471985177.jpg") no-repeat;
    background-size: cover;
    height: 100%;
}

.tall-header-fullwidth-page .wsite-header {
    background: url("banner-tall-fullwidth-1471985177.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
}

.tall-header-page #bannerleft {
    float: left;
    width: 470px;
    height: 250px;
    position: relative;
}

.tall-header-fullwidth-page #bannerleft {
    width: 100%;
    height: 250px;
    position: relative;
}

.tall-header-page .landing-banner-outer {
    display: table;
    /*#position: relative;*/
    overflow: hidden;
    height: 250px;
}

.tall-header-page .landing-banner-mid {
    /*#position: absolute;
    #top: 50%;*/
    display: table-cell;
    vertical-align: middle;
}

.tall-header-page .landing-banner-inner {
    /*#position: relative;
    #top: -50%;*/
}

.tall-header-page #bannerright {
    /*float:;*/
    width: 384px;
    padding: 0 43px;
}

    .tall-header-page #bannerright h2 {
        color: #5d51a2;
        font-size: 30px;
        font-weight: normal;
        line-height: 1;
        padding: 0;
        text-transform: uppercase;
    }

.tall-header-page .banner-arrow-left {
    position: absolute;
    top: 106px;
    right: 0;
    background: url("banner-arrow-left-1471985177.png") no-repeat;
    display: block;
    width: 10px;
    height: 18px;
}

.short-header-page #banner, .short-header-fullwidth-page #banner {
    background: #fff;
    padding: 0;
    box-shadow: 0.5px 0.866px 2px 0 rgba(14, 24, 14, 0.35);
}

.short-header-page .wsite-header {
    background: url("banner-short-1471985177.jpg") no-repeat;
    background-size: cover;
    height: 100%;
}

.short-header-fullwidth-page .wsite-header {
    background: url("banner-short-fullwidth-1471985177.jpg") no-repeat center center;
    background-size: cover;
    height: 100%;
}

.short-header-page #bannerleft {
    float: left;
    width: 470px;
    height: 170px;
    position: relative;
}

.short-header-fullwidth-page #bannerleft {
    width: 100%;
    height: 170px;
    position: relative;
}

.short-header-page .landing-banner-outer {
    display: table;
    /*#position: relative;*/
    overflow: hidden;
    height: 170px;
}

.short-header-page .landing-banner-mid {
    /*#position: absolute;
    #top: 50%;*/
    display: table-cell;
    vertical-align: middle;
}

.short-header-page .landing-banner-inner {
    /*#position: relative;
    #top: -50%;*/
}

.short-header-page #bannerright {
    float:;
    width: 384px;
    padding: 0 43px;
}

    .short-header-page #bannerright h2 {
        color: #5d51a2;
        font-size: 30px;
        font-weight: normal;
        line-height: 1;
        padding: 0;
        text-transform: uppercase;
    }

.short-header-page .banner-arrow-left {
    position: absolute;
    top: 75px;
    right: 0;
    background: url("banner-arrow-left-1471985177.png") no-repeat;
    display: block;
    width: 10px;
    height: 18px;
}

.no-header-page .wsite-header {
    display: none;
}

#banner-wrap .container {
    box-shadow: 0.5px 0.866px 2px 0 rgba(14, 24, 14, 0.35);
}

.landing-page #banner {
    background: #fff;
    padding: 0;
    position: relative;
    z-index: 2;
}

.landing-button, .tall-button, .short-button {
    display: table;
    width: 100%;
    min-height: 80px;
    background: #f2f2f2;
    box-shadow: inset 0 3px 5px #cfcfcf;
}

    .landing-button .wsite-button, .tall-button .wsite-button, .short-button .wsite-button {
        display: table;
        padding: 0;
        background: none;
        text-align: center;
        width: 100%;
        height: 60px;
    }

    .landing-button .wsite-button-inner, .tall-button .wsite-button-inner, .short-button .wsite-button-inner {
        color: #5d51a2 !important;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        line-height: 1.2;
        text-transform: uppercase;
        padding: 12px 10px;
        display: table-cell;
        vertical-align: middle;
        background: none;
        text-align: center;
        width: 100%;
        white-space: inherit;
        float: none;
    }

.landing-tab, .tall-tab, .short-tab {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #d2d2d2;
    box-sizing: border-box;
}

.button-set1 .landing-tab, .button-set1 .tall-tab, .button-set1 .short-tab {
    width: 100%;
}

.button-set2 .landing-tab, .button-set2 .tall-tab, .button-set2 .short-tab {
    width: 50%;
}

.button-set3 .landing-tab, .button-set3 .tall-tab, .button-set3 .short-tab {
    width: 33.33%;
}

.button-set4 .landing-tab, .button-set4 .tall-tab, .button-set4 .short-tab {
    width: 25%;
}

.button-set5 .landing-tab, .button-set5 .tall-tab, .button-set5 .short-tab {
    width: 20%;
}

.button-set6 .landing-tab, .button-set6 .tall-tab, .button-set6 .short-tab {
    width: 16.66%;
}

.button-set7 .landing-tab, .button-set7 .tall-tab, .button-set7 .short-tab {
    width: 14.28%;
}

.landing-tab:hover, .tall-tab:hover, .short-tab:hover {
    background: rgba(246, 246, 246, 0.5);
}

.button-set4 .landing-tab:last-child, .button-set5 .landing-tab:last-child, .button-set6 .landing-tab:last-child, .button-set7 .landing-tab:last-child, .button-set4 .tall-tab:last-child, .button-set5 .short-tab:last-child, .button-set6 .short-tab:last-child, .button-set7 .short-tab:last-child, .button-set4 .short-tab:last-child, .button-set5 .short-tab:last-child, .button-set6 .short-tab:last-child, .button-set7 .short-tab:last-child {
    border-right: none;
}

#bannerleft {
    float: right;
    position: relative;
    height: 250px;
    overflow: hidden;
}

.landing-page .wsite-header {
    width: 470px;
    background: url("banner-landing-1471985177.jpg") no-repeat;
    background-size: cover;
    height: 100%;
}

.landing-banner-outer {
    display: table;
    /*#position: relative;*/
    overflow: hidden;
    height: 250px;
}

.landing-banner-mid {
    /*#position: absolute;
    #top: 50%;*/
    display: table-cell;
    vertical-align: middle;
}

.landing-banner-inner {
    /*#position: relative;
    #top: -50%;*/
}

#bannerright {
    /*float:;*/
    width: 384px;
    padding: 0px 43px;
    box-sizing: border-box;
}

    #bannerright h2 {
        color: #5d51a2;
        font-size: 30px;
        font-weight: normal;
        line-height: 1;
        padding: 0;
        text-transform: uppercase;
    }

    #bannerright div.paragraph {
        color: #606060;
        font-size: 14px;
        line-height: 1.25;
        padding: 10px 0;
    }

    #bannerright p {
        color: #606060;
        font-size: 14px;
        line-height: 1.25;
        padding: 10px 0;
    }

        #bannerright p.pre-heading {
            text-transform: uppercase;
            letter-spacing: 1.4px;
        }

.banner-arrow-right {
    position: absolute;
    top: 106px;
    left: 0;
    background: url("banner-arrow-right-1471985177.png") no-repeat;
    display: block;
    width: 10px;
    height: 18px;
}

#content-wrap {
    padding: 170px 0 20px;
}

.smallheader #content-wrap {
    padding: 110px 0 20px;
}

#main-wrap .container {
    width: 900px;
    padding: 20px;
    min-height: 400px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

    #main-wrap .container h2 {
    }

    #main-wrap .container div.paragraph {
    }

    #main-wrap .container p {
    }

    #main-wrap .container a {
    }

    #main-wrap .container blockquote {
    }

    #main-wrap .container form .wsite-button {
        margin-top: 20px;
    }

.galleryImageHolder .galleryCaptionInnerText {
    font-size: 12.14px;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    line-height: 17px;
    letter-spacing: 0;
}

html body .galleryImageBorder, html body a .galleryImageBorder {
    padding: 0 !important;
}

.galleryImageHolder {
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.imageGallery:hover .galleryImageHolder {
    opacity: 0.7;
}

.imageGallery .galleryImageHolder:hover {
    opacity: 1;
}

#footer-wrap {
    text-align: right;
    font-size: 11px;
    color: #606060;
    font-weight: 400;
    padding: 30px 0;
    background: #f2f2f2;
}

    #footer-wrap .container {
    }

        #footer-wrap .container h2 {
        }

        #footer-wrap .container div.paragraph {
        }

        #footer-wrap .container p {
        }

        #footer-wrap .container a {
            color: #4d4d4d;
        }

        #footer-wrap .container blockquote {
        }

    #footer-wrap .wsite-form-container {
        text-align: left;
    }

.wsite-form-label {
    display: inline-block;
    margin-bottom: 5px;
}

.form-radio-container {
    /*color:;
    font-size:;
    font-family:;*/
    margin: 5px 0 10px !important;
    overflow: hidden;
}

.wsite-form-input, .wsite-search-element-input {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #606060;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    padding: 10px !important;
}

.form-select {
    /*color:;
    border:;
    font-size:;
    font-family:;
    padding:;
    width:;
    height:;
    line-height:;
    background:;
    -webkit-border-radius:;
    -moz-border-radius:;
    border-radius:;*/
}

.jqtransformdone .form-radio-container label {
    float: left;
    margin-top: 4px;
}

.form-field-error .jqTransformCheckbox, .form-field-error .jqTransformRadio {
    background-position: center bottom;
}

.jqTransformRadioWrapper {
    float: left;
    display: block;
    margin: 0 10px 0 0;
}

.jqTransformRadio {
    background: transparent url("radio-1471985177.png") no-repeat center top;
    vertical-align: middle;
    height: 25px;
    width: 25px;
    display: block;
    border-bottom: none;
}

    .jqTransformRadio:hover, .jqTransformCheckbox:hover {
        border-bottom: none;
    }

span.jqTransformCheckboxWrapper {
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

.jqTransformCheckbox {
    background: transparent url("checkbox-1471985177.png") no-repeat center top;
    vertical-align: middle;
    height: 25px;
    width: 24px;
    display: block;
    border-bottom: none;
}

.form-field-error a.jqTransformChecked, a.jqTransformChecked {
    background-position: center bottom;
}

.jqTransformSelectWrapper {
    position: relative;
    width: 400px !important;
    height: 40px !important;
    line-height: 40px !important;
    margin-bottom: 10px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #606060;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    max-width: 100%;
    box-sizing: border-box;
}

    .jqTransformSelectWrapper div span {
        font-size: 14px;
        float: none;
        position: absolute;
        white-space: nowrap;
        height: 40px;
        line-height: 40px !important;
        padding: 0 10px;
        overflow: hidden;
        cursor: pointer;
    }

    .jqTransformSelectWrapper a.jqTransformSelectOpen {
        display: block;
        position: absolute;
        right: 10px;
        top: 14px;
        width: 19px;
        height: 13px;
        background: url("select-arrow-1471985177.png") no-repeat center center;
        border-bottom: none;
    }

    .jqTransformSelectWrapper ul {
        position: absolute;
        width: 399px !important;
        max-width: 100%;
        top: 38px;
        left: -1px;
        list-style: none;
        background-color: #f8f8f8;
        border-right: solid 1px #e5e5e5;
        border-bottom: solid 1px #e5e5e5;
        border-left: solid 1px #e5e5e5;
        display: none;
        margin: 0;
        padding: 0;
        height: 180px;
        overflow: auto;
        overflow-y: auto;
        z-index: 10;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
        color: #606060;
    }

        .jqTransformSelectWrapper ul a {
            display: block;
            padding: 0 10px;
            margin: 0;
            text-decoration: none;
            background-color: none;
            border-bottom: none;
            color: #5c5c5c;
        }

            .jqTransformSelectWrapper ul a.selected {
                background: none;
                color: $LinkColor;
            }

            .jqTransformSelectWrapper ul a:active {
                background: none;
                color: $LinkColor;
            }

            .jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
                background: #fff;
                color: $LinkColor;
            }

.wsite-form-field, .wsite-form-field {
    margin-bottom: 30px !important;
}

.jqTransformHidden {
    display: none;
}

.jqTransformButton {
    display: none;
}

#main-wrap .wsite-button {
    height: 45px;
    display: inline-block;
    background: #625993;
    border: 1px solid #5d51a2;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    #main-wrap .wsite-button:hover, #main-wrap .wsite-button:active {
        background: #523f84;
    }

#main-wrap .wsite-button-inner {
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
    display: block;
    /*text-decoration:;*/
    padding: 0 49px;
    background: none !important;
}

#main-wrap .wsite-button-large {
    color: #ffffff !important;
    width: 100%;
    box-sizing: border-box;
    background: #6d579d;
    padding: 0 0;
    height: 60px;
    box-shadow: none;
}

    #main-wrap .wsite-button-large .wsite-button-inner {
        height: 58px;
        line-height: 4.25;
        width: 100%;
        box-sizing: border-box;
        background: #6d579d;
        box-shadow: none;
        text-align: center;
    }

#main-wrap .wsite-button-highlight {
    background: #f2f2f2;
    border: 1px solid #e5e5e5;
}

    #main-wrap .wsite-button-highlight:hover {
        background: #f7f7f7 !important;
    }

    #main-wrap .wsite-button-highlight .wsite-button-inner {
        background: none !important;
        color: #5d51a2 !important;
    }

@media (min-width : 768px) and (max-width : 967px) {
    .container {
        width: 96%;
    }

    #tophead {
        width: 90% !important;
        padding-left: 40px !important;
    }

    .newsletter-signup h2 {
        font-size: 1.25em;
    }

    #header-wrap .container {
        width: 100%;
    }

    .landing-page .wsite-header {
        width: 350px;
        height: 250px;
    }

    .landing-button .wsite-button-inner, .tall-button .wsite-button-inner, .short-button .wsite-button-inner {
        font-size: 12px;
        line-height: 1.5;
    }

    .tall-header-page #bannerleft, .tall-header-page .wsite-header {
        width: 350px;
        height: 250px;
    }

    .tall-header-page #bannerright {
        padding: 0 20px;
        width: 34%;
    }

    .short-header-page #bannerright {
        padding: 0 20px;
        width: 34%;
    }

    #main-wrap .container {
        width: 90%;
        padding: 22px;
    }

    span.wsite-social.wsite-social-default {
        left: -10px;
    }
}

@media (max-width : 967px) {
    /* html, body {
        height: auto;
    } */

    .container {
        width: 95%;
    }

    #header-wrap .container {
        width: 100%;
    }

    #nav {
        width: 290px;
    }

    .nav-trigger:checked ~ #site-wrap, .postload .nav-trigger:checked ~ #site-wrap #header-wrap {
        left: 290px;
    }

    #header-wrap label[for="nav-trigger"] {
        width: 40px;
        padding: 10px 25px 0;
        box-sizing: border-box;
    }

        #header-wrap label[for="nav-trigger"] span {
            color: #ffffff;
            width: 18px;
            padding-top: 26px;
            padding-right: 8px;
            font-size: 9px !important;
        }

    #header-wrap .container, #close-nav {
        height: 60px !important;
    }

    #nav-home {
        top: 12px;
    }

    #content-wrap {
        padding-top: 135px;
    }

    #logo {
        width: auto;
    }

        #logo #subtext {
            font-size: 10px;
            padding: 0 15px 10px;
        }

        #logo > a, .smallheader #logo > a {
            padding: 10px 15px 5px;
            border: none;
        }

        #logo .logo-img span {
            width: 100%;
            height: 40px;
            background-size: contain;
        }

        #logo .logo-img span {
            background: url("mobile_logo-1471985177.png") no-repeat !important;
            position: relative !important;
            margin-left: auto !important;
            margin-right: auto !important;
            width: 70px;
        }

    .search {
        width: 40px;
        padding: 10px 8px;
    }

    #search #wsite-header-search-form {
        display: none;
    }

    .wsite-search-button {
        right: 2px;
        top: 0;
        width: 35px;
        height: 35px;
        background: transparent url("mobile-search-1471985177.png") no-repeat center center;
        background-size: contain;
    }

    .wsite-search-input, .phone-number, #logo #subtext, #header-links {
        display: none !important;
    }

    .phone-number {
        bottom: 5px !important;
        width: 100%;
        right: 0 !important;
        text-align: center;
        font-size: 10px;
    }

    #bannerleft {
        float: none;
    }

    #bannerright {
        width: 100% !important;
        height: auto;
        padding: 25px 5% !important;
        box-sizing: border-box !important;
    }

        #bannerright h2 {
            font-size: 20px !important;
        }

    .landing-tab:first-child, .tall-tab:first-child, .short-tab:first-child {
        box-shadow: 0 3px 3px #cfcfcf inset;
    }

    .landing-page .wsite-header {
        width: 100%;
        background-size: cover;
    }

    .button-set1 .landing-tab, .button-set2 .landing-tab, .button-set3 .landing-tab, .button-set4 .landing-tab, .button-set5 .landing-tab, .button-set6 .landing-tab, .button-set7 .landing-tab, .button-set1 .tall-tab, .button-set2 .tall-tab, .button-set3 .tall-tab, .button-set4 .tall-tab, .button-set5 .tall-tab, .button-set6 .tall-tab, .button-set7 .tall-tab, .button-set1 .short-tab, .button-set2 .short-tab, .button-set3 .short-tab, .button-set4 .short-tab, .button-set5 .short-tab, .button-set6 .short-tab, .button-set7 .short-tab {
        display: block;
        width: 100%;
        border-right: none;
        background: #f2f2f2;
        border-bottom: 1px solid #d2d2d2;
    }

    .landing-button .wsite-button-inner, .tall-button .wsite-button-inner, .short-button .wsite-button-inner {
        font-size: 18px;
    }

    .tall-header-page #bannerleft {
        float: none;
        width: 100%;
    }

    .tall-header-page .wsite-header {
        background-size: cover;
    }

    .tall-header-page #bannerright {
        padding: 0 30px;
        width: 85%;
    }

    .tall-header-page .landing-banner-outer {
        height: 120px;
    }

    .short-header-page #bannerleft {
        float: none;
        width: 100%;
    }

    .short-header-page .wsite-header {
        background-size: cover;
        width: 100%;
    }

    .short-header-page #bannerright {
        padding: 0 30px;
        width: 85%;
    }

        .short-header-page #bannerright h2 {
            padding: 15px 0;
        }

    .short-header-page .landing-banner-outer {
        height: 120px;
    }

    .banner-arrow-right {
        position: absolute;
        bottom: 0;
        top: auto;
        left: 49%;
        background: url("banner-arrow-up-1471985177.png") no-repeat;
        display: block;
        width: 18px;
        height: 10px;
    }

    .tall-header-page .banner-arrow-left {
        position: absolute;
        right: 49%;
        bottom: 0;
        top: auto;
        background: url("banner-arrow-up-1471985177.png") no-repeat;
        display: block;
        width: 18px;
        height: 10px;
    }

    .short-header-page .banner-arrow-left {
        position: absolute;
        bottom: 0;
        top: auto;
        right: 49%;
        background: url("banner-arrow-up-1471985177.png") no-repeat;
        display: block;
        width: 18px;
        height: 10px;
    }

    #footer-wrap .container, #main-wrap .container {
        width: 85%;
        padding: 25px 5%;
    }

    #main-wrap td.wsite-multicol-col {
        width: 100% !important;
        display: block;
        box-sizing: border-box;
    }

    #footer-wrap td.wsite-multicol-col {
        width: 100% !important;
        display: block;
        box-sizing: border-box;
    }

    #footer-wrap .container div.paragraph {
        text-align: center !important;
    }

    .wsite-social, .wsite-editor .wsite-social {
        display: block;
    }

    .wsite-social-item {
        width: 26px;
        height: 26px;
        margin: 0 0 12px 4px;
    }

    .wsite-social-rss {
        background: url("social-icons-mobile-1471985177.png") no-repeat -208px 0;
    }

    .wsite-social-linkedin {
        background: url("social-icons-mobile-1471985177.png") no-repeat -78px 0;
    }

    .wsite-social-facebook {
        background: url("social-icons-mobile-1471985177.png") no-repeat -52px 0;
    }

    .wsite-social-twitter {
        background: url("social-icons-mobile-1471985177.png") no-repeat 0 0;
    }

    .wsite-social-mail {
        background: url("social-icons-mobile-1471985177.png") no-repeat -260px 0;
    }

    .wsite-social-pinterest {
        background: url("social-icons-mobile-1471985177.png") no-repeat -182px 0;
    }

    .wsite-social-youtube {
        background: url("social-icons-mobile-1471985177.png") no-repeat -234px 0;
    }

    .wsite-social-plus {
        background: url("social-icons-mobile-1471985177.png") no-repeat -26px 0;
    }

    .wsite-social-flickr {
        background: url("social-icons-mobile-1471985177.png") no-repeat -156px 0;
    }

    .wsite-social-vimeo {
        background: url("social-icons-mobile-1471985177.png") no-repeat -130px 0;
    }

    .wsite-social-yahoo {
        background: url("social-icons-mobile-1471985177.png") no-repeat -104px 0;
    }

    #main-wrap .wsite-button-large .wsite-button-inner {
        padding: 0;
    }

    #main-wrap .wsite-button-large {
        text-align: center;
        width: 100% !important;
    }

        #main-wrap .wsite-button-large .wsite-button-inner {
            padding: 0;
            text-align: center;
            width: 100%;
        }
}

@media (max-width: 991px) {
    .tall-header-fullwidth-page #bannerleft {
        height: 200px;
    }

    .short-header-fullwidth-page #bannerleft {
        height: 130px;
    }
}

@media (max-width: 767px) {
    .tall-header-fullwidth-page #bannerleft {
        height: 165px;
    }

    .short-header-fullwidth-page #bannerleft {
        height: 110px;
    }

    .modalimg {
        display: none;
    }

    .reveal-modal {
        padding-right: 0 !important;
    }
}

@media (max-width: 480px) {
    .imageGallery > div {
        width: 100% !important;
    }

    .tall-header-fullwidth-page #bannerleft {
        height: 130px;
    }

    .short-header-fullwidth-page #bannerleft {
        height: 90px;
    }
}

@media (max-width: 320px) {
    .tall-header-fullwidth-page #bannerleft {
        height: 80px;
    }

    .short-header-fullwidth-page #bannerleft {
        height: 55px;
    }
}

.wslide-slide-inner2 {
    padding-top: 1px;
}

.wslide-link-thumbnail .wslide-link-inner1 {
    height: 100px !important;
}
div.paragraph ul, div.paragraph ol {
    padding-left: 3em !important;
    margin: 5px 0 !important;
    overflow: hidden;
}

div.paragraph li {
    padding-left: 5px !important;
    margin: 3px 0 0 !important;
}

div.paragraph ul, div.paragraph ul li {
    list-style: disc outside !important;
}

div.paragraph ol, div.paragraph ol li {
    list-style: decimal outside !important;
}
