.unite-header {
    position: relative;
    top: 0;
    z-index: 12;
    width: 100%;
    max-width: 100%;
    padding: 20px 40px;
    color: #000000;
    background: #ffffff;
    box-sizing: border-box;
    -webkit-transition: padding 240ms ease, min-height 240ms ease;
    -moz-transition: padding 240ms ease, min-height 240ms ease;
    -ms-transition: padding 240ms ease, min-height 240ms ease;
    transition: padding 240ms ease, min-height 240ms ease;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.unite-header .container {
    /*display: table;*/
    table-layout: fixed;
    overflow-y: hidden;
    width: 100%;
    max-height: 80px;
    min-height: 80px;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0;
    padding-top: 5px;
}
.unite-header .hamburger {
    display: none;
}
.unite-header .logo {
    width: 25%;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    max-height: 80px;
    overflow: hidden;
}
.wsite-logo {
    display: inline-block;
    vertical-align: top;
}
.unite-header .logo * {
    display: block;
}
.unite-header .logo .wsite-logo {
    overflow: hidden;
    max-width: 100%;
    max-height: 70px;
}
.unite-header .logo a {
    margin-right: 30px;
    text-decoration: none;
}
.unite-header .logo #wsite-title {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
#wsite-title {
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    color: #dd7930 !important;
    font-style: normal !important;
}
.wsite-logo img, .wsite-logo span {
    vertical-align: top !important;
}
header .nav {
    display: table-cell;
    vertical-align: middle;
}
.desktop-nav {
    width: 50%;
    text-align: center;
}
header .nav li {
    display: inline-block;
    margin: 5px 0;
}
.wsite-menu-default a {
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
}
header .nav a {
    display: block;
    padding: 10px 20px;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}
header .nav a:hover {
    opacity: 0.6;
    background: transparent;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
}
header .active {
    border-color: transparent;
    background: none;
    /*border-bottom: 1px solid black;*/
    /*text-decoration: underline;*/
}
header ul {
    margin-bottom: 0;
}
header .nav a:after {
    content: '';
    position: absolute;
    display: inline-block;
    overflow: hidden;
    height: 1px;
    width: 0;
    left: 15px;
    bottom: 5px;
    background: transparent;
    -webkit-transition: width 280ms ease-in-out 400ms;
    -moz-transition: width 280ms ease-in-out 400ms;
    -ms-transition: width 280ms ease-in-out 400ms;
    transition: width 280ms ease-in-out 400ms;
}
header .nav li.active > a:after {
    background: rgba(0,0,0,0.4);
    width: calc(100% - 30px);
}
.banner-wrap {
    position: relative;
    height: 100%;
    background: rgba(0,0,0,0.4);
    color: #ffffff;
}
.wsite-not-footer {
    text-align: left;
}
.wsite-section-wrap {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.wsite-header-section {
    text-align: center;
}
.banner-wrap .container {
    max-width: 1366px;
    padding: 60px 40px;
}
.banner-wrap .banner {
    position: relative;
    text-align: center;
}
.banner-wrap h2 {
    /*color: inherit;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 80px;
    font-weight: 100;
    line-height: 1.25;
    letter-spacing: 0.05em;
    margin: 15px auto;
    color: white;
    border-top: none;
}
.wsite-headline, .wsite-header-section .wsite-content-title {
    font-family: "Montserrat" !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
    font-size: 90px !important;
    line-height: 12px !important;
}
.banner-wrap div.paragraph {
    /*color: inherit;*/
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    margin: 15px auto;
    color: white;
}
.banner-wrap div.paragraph strong font font font{
    color: #d5d5d5;
    font-family: "Lora" !important;
}
.footer-wrap {
    width: 100%;
    font-size: 14px;
    border-top: .05px solid rgba(0,0,0,0.1);
    background-color: white;
}
.footer-wrap .wsite-footer {
    max-width: 1366px;
    padding: 40px 40px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.wsite-multicol {
    position: relative;
    direction: ltr;
}
.wsite-multicol-table {
    position: relative;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 !important;
    border: 0 !important;
    padding: 0 !important;
}
.wsite-multicol-col {
    vertical-align: top;
    margin: 0 !important;
    border: 0 !important;
    padding: 0;
    -moz-box-sizing: border-box;
}
.imgPusher {
    display: block;
    overflow: hidden;
}
.footer-wrap div.paragraph {
    margin: 0 auto 20px;
    color: rgb(194, 116, 59);
}
.footer-wrap h2.wsite-content-title font a font {
    color: rgb(194, 116, 59);
}
.footer-wrap div.paragraph font font strong *, .footer-wrap h2.wsite-content-title font font font strong,
.footer-wrap div.paragraph strong font,
.footer-wrap div.paragraph font strong, .footer-wrap div.paragraph font{
    color: rgb(194, 116, 59);
    font-weight: bold;
}
.wsite-elements.wsite-footer h2 {
    font-size: 11px !important;
    font-family: "Montserrat" !important;
    font-weight: 400 !important;
}
.wsite-social {
    position: relative;
    display: inline-block;
    white-space: nowrap;
}
.wsite-social-item {
    display: inline-block;
    font-size: 2em;
    padding: .5em;
    margin: 5px;
    color: #c5cbcf;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    transition: all 300ms ease;
    vertical-align: middle;
    width: auto;
    height: auto;
    background-image: none;
    background-repeat: no-repeat;
    text-transform: none;
    text-decoration: none;
}
.wsite-social-item:first-child {
    margin-left: 0;
}
.wsite-social .wsite-social-item {
    display: inline-block;
}
.wsite-social-item:last-child {
    margin-right: 0;
}
div.paragraph {
    letter-spacing: 0.02em;
    padding: 0;
    word-wrap: break-word;
    font-weight: 300;
}

.footer-wrap div.paragraph font {
    font-weight: 300;
}
#wsite-menus .wsite-menu {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: inset 0px 0px 0px 1px #E1E4E6;
    -moz-box-shadow: inset 0px 0px 0px 1px #E1E4E6;
    -ms-box-shadow: inset 0px 0px 0px 1px #E1E4E6;
    box-shadow: inset 0px 0px 0px 1px #E1E4E6;
}
#wsite-menus .wsite-menu li a {
    background: transparent;
    color: #000000;
    font-family: "brandon-grotesque", sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: none;
    text-decoration: none;
}
#wsite-menus .wsite-menu li a:hover span{
    opacity: 0.6;
}
#wsite-menus span.wsite-menu-title {
    display: block;
    padding: 5px 10px;
    zoom: 1;
    font-family: 'Josefin Sans', sans-serif;
}
header .nav a:hover #wsite-menus .wsite-menu-wrap .wsite-menu {
    display: block !important;
}
#wsite-menus .wsite-menu-wrap .wsite-menu {
    display: none;
}
#wsite-menus .wsite-menu li {
    position: relative;
    margin: 0;
    /*padding: 0;*/
    padding: 5px;
    width: 200px;
    text-align: left;
    list-style-type: none;
}
.mobile-nav {
    display: none;
}
.banner h2, .wsite-content-title, .paragraph {
    word-wrap: break-word;
}
#kudobuzz_neptune_widget {
    position: relative;
    z-index: 2147483647;
    direction: LTR;
    clear: both;
    text-align: left;
}
#kudobuzz_neptune_widget a, #kudobuzz_neptune_widget div, #kudobuzz_neptune_widget form, #kudobuzz_neptune_widget i, #kudobuzz_neptune_widget img, #kudobuzz_neptune_widget label, #kudobuzz_neptune_widget li, #kudobuzz_neptune_widget p, #kudobuzz_neptune_widget span, #kudobuzz_neptune_widget strong, #kudobuzz_neptune_widget sup, #kudobuzz_neptune_widget ul {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal!important;
    font-size: 14px;
    line-height: 17px;
    border: none;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style-image: none!important;
    text-indent: 0;
    color: white;
}
#kudobuzz_neptune_widget .kudobuzz_neptune_widget_cover, #kudobuzz_product_review_form_widget .kudobuzz_product_review_form_widget_cover {
    visibility: visible!important;
}
#kudobuzz_neptune_widget #kudobuzz_neptune_widget_l_btn, #kudobuzz_neptune_widget #kudobuzz_neptune_widget_s_btn {
    top: 200px;
    position: fixed;
    padding: 15px 20px;
    text-transform: uppercase;
    opacity: 1;
    text-decoration: none;
    display: table;
    cursor: pointer;
}
#kudobuzz_neptune_widget #kudobuzz_neptune_widget_l_btn[data-position=left], #kudobuzz_neptune_widget #kudobuzz_neptune_widget_s_btn[data-position=left] {
    -webkit-transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%, 50%);
    -moz-transform-origin: 0 50%;
    -moz-transform: rotate(-90deg) translate(-50%, 50%);
    -ms-transform-origin: 0 50%;
    -ms-transform: rotate(-90deg) translate(-50%, 50%);
    -o-transform-origin: 0 50%;
    -o-transform: rotate(-90deg) translate(-50%, 50%);
    transform-origin: 0 50%;
    transform: rotate(-90deg) translate(-50%, 50%);
    left: 0;
}
#kudobuzz_neptune_widget span i {
    color: white;
    width: 19px;
    height: 30px;
    display: inline-block;
}
#kudobuzz_neptune_widget span i:before {
    /*font-family: "Kudobuzz Widget Icons";*/
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0;
    text-align: center;
    opacity: .8;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
#content {
    margin-top: 50px;
}



@media screen and (max-width: 767px) {
    .banner-wrap .banner h2 {
        font-size: 40px !important;
        line-height: 1 !important;
    }
    td.wsite-multicol-col {
        float: none;
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
    }
    .wsite-section.wsite-header-section.wsite-section-bg-image {
        height: 273px !important;
    }
}

@media screen and (max-width: 766px) {
    .wsite-section.wsite-header-section.wsite-section-bg-image {
        height: 301px !important;
    }
}

@media screen and (max-width: 508px) {
    .wsite-section.wsite-header-section.wsite-section-bg-image {
        height: 341px !important;
    }
}

@media screen and (min-width: 767px) {
    #wsite-title {
        font-size: 23px !important;
    }
    .wsite-headline, .wsite-header-section .wsite-content-title {
        /*font-size: 90px !important;*/
        /*line-height: 12px !important;*/
    }
    .wsite-elements.wsite-footer div.paragraph {
        font-size: 13px !important;
        font-family: "Montserrat" !important;
        line-height: 1.5 !important;
    }
    .banner-wrap .banner h2 {
        /*font-size: 40px !important;*/
    }

}

@media screen and (max-width: 1024px) {
    .unite-header {
        top: 0;
        left: 0;
        padding: 5px 20px !important;
        min-height: 50px;
    }
    .unite-header .container {
        min-height: 40px !important;
        max-height: inherit;
        padding-top: 5px;
    }
    .unite-header label.hamburger {
        display: table-cell;
        vertical-align: middle;
        text-align: left;
    }
    label.hamburger span {
        margin: 5px 0;
    }
    .unite-header .unite-header, .unite-header .logo, .unite-header .logo img {
        max-height: 40px;
    }
    .unite-header .logo {
        overflow: hidden;
        text-align: center;
        /*width: auto;*/
        width: 100%;
    }
    .unite-header .logo a {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.1em;
        line-height: 1.4em;
        text-decoration: none;
    }
    .unite-header .logo #wsite-title {
        display: block;
        max-width: 100%;
        /*font-size: 1.1em !important;*/
        font-size: 1.3em !important;
        line-height: 1.4em !important;
        font-weight: 700 !important;
    }
    header .nav.desktop-nav {
        display: none;
    }
    label.hamburger {
        width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }
    .mobile-nav label.hamburger span {
        background: transparent;
        margin: 5px 0;
    }
    label.hamburger span, label.hamburger span:before, label.hamburger span:after {
        position: relative;
        display: block;
        width: 22px;
        height: 2px;
        background: #000000;
        content: '';
        -webkit-transition: all 200ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    label.hamburger span:before {
        top: -8px;
    }
    label.hamburger span:after {
        bottom: -6px;
    }
    .mobile-nav label.hamburger span:before {
        top: 1px;
        background: #000000;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .mobile-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 12;
        display: none;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        height: 100%;
        max-height: 0;
        padding: 0;
        background: #ffffff;
        box-sizing: border-box;
        -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        padding: 50px 0;
        max-height: 100vh;
    }
    body.nav-open .mobile-nav {
        padding: 50px 0;
        max-height: 100vh;
        display: block;
    }
    .mobile-nav label.hamburger span:after {
        top: -1px;
        background: #000000;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .mobile-nav label.hamburger {
        position: absolute;
        top: 18px;
        left: 20px;
    }
    .mobile-nav ul {
        float: none;
        height: auto;
        max-width: none;
    }
    .mobile-nav li, .mobile-nav .wsite-custom-membership-wrapper {
        position: relative;
        display: block !important;
        margin: 0;
        border: none;
        text-align: center;
    }
    .mobile-nav li > a.wsite-menu-item {
        position: relative;
        padding: 10px 0;
        border: none;
        display: block;
        font-size: 14px;
        line-height: 1;
        text-transform: uppercase;
        color: #000;
        text-decoration: none;
    }
    .mobile-nav li > a.wsite-menu-item:hover {
        opacity: 0.6;
    }
    body.nav-open .unite-header label.hamburger span:before {
        top: 1px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    body.nav-open .unite-header label.hamburger span:after {
        top: -1px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}

@media screen and (max-width: 1200px) {
    .unite-header .logo #wsite-title {
        font-size: 22px;
        letter-spacing: 0.015em;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1343px) {
    #pg752234178110080864 {
        display: none;
    }
    #wsite-nav-752234178110080864 {
        display: block;
    }
}

@media screen and (min-width: 1344px)/* and (max-width: 1700px)*/ {
    #pg752234178110080864 {
        display: inline-block;
    }
    #wsite-nav-752234178110080864 {
        display: none;
    }
}

@media screen and (min-width: 1701px) /*and (max-width: 1970px)*/ {
    #pg224836414815834792 {
        display: inline-block !important;
    }
    #wsite-nav-224836414815834792 {
        display: none;
    }
}

@media screen and (min-width: 1971px) /*and (max-width: 1970px)*/ {
    #pg374339892688874038 {
        display: inline-block !important;
    }
    #wsite-nav-374339892688874038 {
        display: none;
    }
}

@media screen and (min-width: 2347px) /*and (max-width: 1970px)*/ {
    #pg831303249444117447 {
        display: inline-block !important;
    }
    #wsite-nav-831303249444117447 {
        display: none;
    }
}