@charset "UTF-8";
/* SCSS Compiled */
/*@import "global/master-css.scss";*/
/*usage  @include font-size(13);*/
/*width-desktop-medium*/
/*width-desktop-medium*/
/*width- desktop-small*/
/*width-tablet*/
/*width-tablet*/
/*width-mobile*/
/*---Grid Variables -----------------------------------------*/
.container, .t2 .bin, .t3 .bin {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1408px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.container:before, .t2 .bin:before, .t3 .bin:before, .container:after, .t2 .bin:after, .t3 .bin:after {
    content: "";
    position: relative;
}
.container:after, .t2 .bin:after, .t3 .bin:after {
    clear: both;
}
@media (max-width: 1408px) {
}
@media (max-width: 1248px) {
}
@media (max-width: 1008px) {
}
@media (max-width: 768px) {
}
@media (max-width: 736px) {
}
.col-2 {
    width: calc((4.1193181818% * 2) + (1.0653409091% * 2));
}
.col-3 {
    width: calc((4.1193181818% * 3) + (1.0653409091% * 4));
}
.col-4 {
    width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
}
.col-5 {
    width: calc((4.1193181818% * 5) + (1.0653409091% * 8));
}
.col-6 {
    width: calc((4.1193181818% * 6) + (1.0653409091% * 10));
}
.col-7 {
    width: calc((4.1193181818% * 7) + (1.0653409091% * 12));
}
.col-8 {
    width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
}
.col-9 {
    width: calc((4.1193181818% * 9) + (1.0653409091% * 16));
}
.col-10 {
    width: calc((4.1193181818% * 10) + (1.0653409091% * 18));
}
.col-11 {
    width: calc((4.1193181818% * 11) + (1.0653409091% * 20));
}
.col-12 {
    width: calc((4.1193181818% * 12) + (1.0653409091% * 22));
}
.col-13 {
    width: calc((4.1193181818% * 13) + (1.0653409091% * 24));
}
.col-14 {
    width: calc((4.1193181818% * 14) + (1.0653409091% * 26));
}
.col-15 {
    width: calc((4.1193181818% * 15) + (1.0653409091% * 28));
}
.col-16 {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
}
@media (max-width: 736px) {
    .col-16 {
        padding: 0 10px !important;
    }
}
/* Brand Colors ------------------------------------------------*/
/*
 $primary-color: #0080cc;
 $font-color: #222222;
 $secondary-color: #003399;
 $placeholder: $secondary-color;
 */
/*$color-1: #e30691; ---pink----*/
/*$color-2: #0080cc; ---blue----*/
/*$color-3: #9900ff; ---purple----*/
/*$color-4: #ff8900; ---orange----*/
/*$color-5: #003399; ---darker-blue----*/
/*$color-6: #00ccaa; ---green----*/
/*$color-7: #cc0022; ---red----*/
/*$color-8: #f9f9f9; ---grey----*/
/*$color-9: #003399; ----darker blue------*/
/*$color-10: #000066; ----dark blue------*/
/*$color-11: #e3e3e3; ----border------*/
/*$color-12: #ebda1f; ----yellow------*/
/*$color-13: #ae0670; ----dark pink------*/
/* Color Combination Adjustments ------------------------------*/
.white-text h1, .bg-image h1, .white-text h2, .bg-image h2, .white-text h3, .bg-image h3, .white-text h4, .bg-image h4, .white-text h5, .bg-image h5, .white-text h6, .bg-image h6, .white-text a, .bg-image a, .white-text p, .bg-image p, .white-text li, .bg-image li {
    color: white;
    fill: white;
}
/* Templates styles ---------------------------*/
.t2 .bin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
}
.t2 .bin .left {
    background-color: #f9f9f9;
    border-right: 1px solid #e3e3e3;
    width: 280px;
    overflow: visible;
}
.t2 .bin .left:before {
    width: 500%;
    height: 100%;
    content: "";
    background-color: inherit;
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
}
@media (max-width: 1248px) {
    .t2 .bin .left {
        width: 100%;
        padding: 15px 15px;
        border-right: none;
        border-bottom: 1px solid #e3e3e3;
    }
}
.t2 .bin .left .title {
    color: #fff;
    margin: 0;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 30px;
    text-align: right;
    font-weight: 600;
}
@media (max-width: 1248px) {
    .t2 .bin .left .title {
        display: none;
    }
}
.t2 .bin .left .side-nav {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t2 .bin .left .side-nav ul li:before {
    display: none !important;
}
.t2 .bin .left .side-nav:before {
    display: none;
    cursor: pointer;
}
@media (max-width: 1248px) {
    .t2 .bin .left .side-nav:before {
        display: block;
        position: absolute;
        right: 20px;
        top: 30px;
        color: #222;
        z-index: 5;
        content: "\E004";
        font-size: 0.7em;
        font-family: 'uja-riverdale';
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .t2 .bin .left .side-nav.open {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        overflow: hidden;
        padding: 140px 0 64px 0;
        position: fixed;
        z-index: 90;
        background-color: white;
    }
    .t2 .bin .left .side-nav.open:before {
        position: fixed;
        top: 78px;
        right: 18px;
        padding: 10px;
        z-index: 5;
        content: "\E002";
        font-size: 1em;
        font-family: 'uja-riverdale';
    }
    .t2 .bin .left .side-nav.open ul {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        overflow-y: scroll;
    }
    .t2 .bin .left .side-nav.open ul:after {
        display: none;
    }
    .t2 .bin .left .side-nav.open ul li a {
        text-align: left;
    }
    .t2 .bin .left .side-nav.open ul li.active {
        position: relative;
    }
    .t2 .bin .left .side-nav.open ul li.active a {
        text-align: left;
    }
}
@media (max-width: 1008px) {
    .t2 .bin .left .side-nav.open {
        padding: 65px 0 64px 0;
    }
}
.t2 .bin .left .side-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    -webkit-overflow-scrolling: touch;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -moz-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.t2 .bin .left .side-nav ul:before {
    display: none;
}
@media (max-width: 1248px) {
    .t2 .bin .left .side-nav ul {
        padding: 70px 15px 0 15px;
        background-color: white;
        height: 70px;
        overflow: hidden;
        cursor: pointer;
    }
    .t2 .bin .left .side-nav ul:after {
        content: 'EXPLORE';
        display: block;
        position: absolute;
        top: 0;
        left: 20px;
        color: #222;
        text-align: left;
        width: 100%;
        background-color: #fff;
        z-index: 5;
        line-height: 70px;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.8em;
    }
}
.t2 .bin .left .side-nav ul li {
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t2 .bin .left .side-nav ul li > ul {
    border: none;
}
.t2 .bin .left .side-nav ul li > ul li:first-child {
    border-top: 1px solid #eaeaea;
}
.t2 .bin .left .side-nav ul li > ul li a {
    padding: 10px 30px;
    color: #222;
    font-size: 0.8em;
    font-weight: 400;
}
@media (max-width: 1248px) {
    .t2 .bin .left .side-nav ul li > ul {
        padding: 0 0 0 20px !important;
        width: auto !important;
        height: auto !important;
        overflow: hidden !important;
    }
    .t2 .bin .left .side-nav ul li > ul li:first-child {
        border-top: none;
    }
}
.t2 .bin .left .side-nav ul li > ul:after {
    display: none;
}
@media (max-width: 1248px) {
    .t2 .bin .left .side-nav ul li {
        border: none;
    }
}
.t2 .bin .left .side-nav ul li:before {
    display: none;
}
.t2 .bin .left .side-nav ul li:last-child {
    border-bottom: none;
}
.t2 .bin .left .side-nav ul li:hover > a {
    color: #e30691;
}
.t2 .bin .left .side-nav ul li.active {
    background-color: white;
}
@media (max-width: 1248px) {
    .t2 .bin .left .side-nav ul li.active {
        top: 0;
        left: 0;
        position: absolute;
        z-index: 10;
        pointer-events: none;
    }
}
.t2 .bin .left .side-nav ul li.active > a {
    color: #e30691;
}
@media (max-width: 1248px) {
    .t2 .bin .left .side-nav ul li.active > a {
        text-align: center;
    }
}
.t2 .bin .left .side-nav ul li a {
    width: 100%;
    padding: 20px 30px;
    text-align: right;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8em;
    display: block;
    color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.t2 .bin .right {
    width: calc(100% - 280px);
    z-index: 10;
}
@media (max-width: 1248px) {
    .t2 .bin .right {
        width: 100%;
        border-right: none;
    }
}
.t3 .bin {
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: visible;
}
.t3 .bin .left {
    border-right: 1px solid #e3e3e3;
    width: 45%;
    overflow: visible;
    flex: 1 1 45%;
}
@media (max-width: 1008px) {
    .t3 .bin .left {
        display: none;
    }
}
.t3 .bin .right {
    background-color: #f9f9f9;
    width: 55%;
    overflow: visible;
    flex: 1 1 55%;
}
.t3 .bin .right:before {
    width: 500%;
    height: 100%;
    content: "";
    background-color: inherit;
    top: 0;
    left: 0;
    position: absolute;
    z-index: auto;
}
@media (max-width: 1008px) {
    .t3 .bin .right {
        width: 100%;
        flex: 1 1 100%;
        border-right: none;
    }
}
@media (max-width: 1008px) {
    .t4 .box-75 {
        width: 100%;
    }
}
.t4 .box-25 {
    border-left: 1px solid #e1e1e1;
}
@media (max-width: 1008px) {
    .t4 .box-25 {
        display: none;
    }
}
.t4 .box-25:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 600%;
    height: 100%;
    background-color: #f9f9f9;
}
.t4 .bg-image.blog {
    background: url("../images/bg-hero-blog.png") no-repeat 50% 50%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.t4 .bg-image.inner-blog {
    background: url("../images/bg-hero-blog-inner.png") no-repeat 50% 50%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.t4 .container, .t4 .t2 .bin, .t2 .t4 .bin, .t4 .t3 .bin, .t3 .t4 .bin {
    overflow: visible;
}
.t4 .blogs-list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 25px 0 1.0653409091%;
}
@media (max-width: 1008px) {
    .t4 .blogs-list {
        padding: 0 25px 0 25px;
    }
}
@media (max-width: 736px) {
    .t4 .blogs-list {
        padding: 0 20px;
    }
}
.t4 .blog-entry {
    width: 100%;
    overflow: hidden;
    padding: 40px 0;
    border-bottom: 1px solid #ddd;
}
.t4 .blog-entry:last-child {
    border: none;
}
@media (max-width: 736px) {
    .t4 .blog-entry {
        padding: 25px 0;
    }
}
.t4 .blog-entry .img-frame {
    float: left;
    width: 31%;
    margin: 0 3% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid transparent;
}
.t4 .blog-entry .img-frame img {
    width: 100%;
    display: block;
}
@media (max-width: 736px) {
    .t4 .blog-entry .img-frame {
        margin: 0;
        float: none;
        width: 100%;
    }
}
.t4 .blog-entry .text {
    width: 66%;
    float: left;
}
@media (max-width: 736px) {
    .t4 .blog-entry .text {
        margin: 15px 0 0;
        float: none;
        width: 100%;
    }
}
.t4 .blog-entry .text .title {
    margin: 0;
    color: #0080cc;
    font-weight: 500;
}
@media (max-width: 736px) {
    .t4 .blog-entry .text .title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
.t4 .blog-entry .text .meta {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
}
.t4 .blog-entry .text .meta a {
    text-decoration: none;
}
.t4 .blog-entry .text p {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 15px 0;
}
.t4 .blog-entry .text p span {
    color: #e30691;
}
@media (max-width: 736px) {
    .t4 .blog-entry .text p {
        display: none;
    }
}
.t4 .blog-entry .more {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
}
.t4 .blog-entry .more:after {
    content: '\E005';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    padding: 0 0 4px 10px;
}
.t4 .blog-entry .tags {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 0 0;
    font-style: normal;
}
@media (max-width: 736px) {
    .t4 .blog-entry .tags {
        display: none;
    }
}
.t4 .blog-entry .tags a {
    text-decoration: none;
}
.t4 .blog-entry .tags:before {
    content: '\E01D';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    padding: 0 10px 0 0;
    color: #0080cc;
    font-size: 14px;
    font-size: 1.4rem;
}
.t4 .blog-entry:hover .img-frame {
    border: 2px solid #0080cc;
}
.t4 .blog-post {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 25px 25px 1.0653409091%;
}
@media (max-width: 1008px) {
    .t4 .blog-post {
        padding: 0 25px 25px 25px;
    }
}
@media (max-width: 736px) {
    .t4 .blog-post {
        padding: 0 20px 20px 20px;
    }
}
.t4 .blog-post img {
    width: 100%;
    margin: 0 0 25px 0;
}
.t4 .blog-post img.share {
    width: auto;
    margin: 0;
}
.t4 .blog-post .meta {
    display: block;
    font-style: normal;
    margin: 25px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.t4 .blog-post .meta a {
    text-decoration: none;
}
.t4 .blog-post .tags {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 15px 0 0;
    font-style: normal;
}
@media (max-width: 736px) {
    .t4 .blog-post .tags {
        display: none;
    }
}
.t4 .blog-post .tags a {
    text-decoration: none;
}
.t4 .blog-post .tags:before {
    content: '\E01D';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    padding: 0 10px 0 0;
    color: #0080cc;
    font-size: 14px;
    font-size: 1.4rem;
}
.t4 .sidebar {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
}
.t4 .sidebar .search {
    width: 100%;
    position: relative;
}
.t4 .sidebar .search:after {
    content: '\E014';
    display: block;
    font-family: "uja-riverdale";
    position: absolute;
    right: 10px;
    color: #e30691;
    top: 9px;
}
.t4 .sidebar .search .text {
    height: 38px;
    line-height: 38px;
    font-style: italic;
    margin: 0;
}
.t4 .sidebar .heading {
    padding: 0 0 12px 0;
    margin: 35px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #222;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #e1e1e1;
}
.t4 .sidebar .heading.category:before {
    content: '\E025';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    color: #e30691;
    padding: 0 10px 0 0;
}
.t4 .sidebar .heading.tag:before {
    content: '\E01D';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    color: #e30691;
    padding: 0 10px 0 0;
}
.t4 .sidebar .heading.archive {
    cursor: pointer;
}
.t4 .sidebar .heading.archive:before {
    content: '\E024';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    color: #e30691;
    padding: 0 10px 0 0;
}
.t4 .sidebar .heading.archive:after {
    content: '';
    display: block;
    border-top: 6px solid #222;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}
.t4 .sidebar .heading.archive.open:after {
    content: '';
    display: block;
    border-bottom: 6px solid #222;
    border-top: none;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 20px;
    top: 10px;
}
.t4 .sidebar .categories {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 20px;
}
.t4 .sidebar .categories a {
    display: block;
    color: #222;
    text-decoration: none;
    margin: 13px 0 0;
}
.t4 .sidebar .tags {
    margin: 12px 0 0;
    display: inline-block;
    font-style: normal;
    padding: 0 20px;
}
.t4 .sidebar .tags a {
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
}
.t4 .sidebar .archives {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    display: none;
}
.t4 .sidebar .archives .month {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 0;
}
.t4 .sidebar .archives .month .tog {
    font-size: 14px;
    font-size: 1.4rem;
    color: #222;
    position: relative;
    display: block;
    text-decoration: none;
}
.t4 .sidebar .archives .month .tog:after {
    content: '\E017';
    display: block;
    position: absolute;
    font-family: "uja-riverdale";
    top: 2px;
    right: 0;
    color: #e30691;
}
.t4 .sidebar .archives .month .tog.open:after {
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.t4 .sidebar .archives .entries {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: none;
}
.t4 .sidebar .archives .entries a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    margin: 5px 0 0;
}
.t4 .related {
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 25px 25px 1.0653409091%;
}
@media (max-width: 1008px) {
    .t4 .related {
        padding: 0 25px 25px 25px;
    }
}
@media (max-width: 736px) {
    .t4 .related {
        padding: 0 20px 10px 20px;
    }
}
.t4 .related .heading {
    padding: 0 0 12px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    color: #222;
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 1px solid #e1e1e1;
}
.t4 .related .heading:before {
    content: '\E025';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    color: #e30691;
    padding: 0 10px 0 0;
}
.t4 .related .hold {
    width: 100%;
    overflow: hidden;
}
.t4 .related .hold .item {
    width: 49%;
    float: left;
    height: 230px;
    position: relative;
    display: flex;
    margin: 25px 0 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.t4 .related .hold .item:first-child {
    background: url("../images/img-related-1.png") no-repeat 50% 50%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.t4 .related .hold .item:last-child {
    background: url("../images/img-related-2.png") no-repeat 50% 50%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.t4 .related .hold .item .link, .t4 .related .hold .item a {
    display: block;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.t4 .related .hold .item:hover .link, .t4 .related .hold .item:hover a {
    background-color: rgba(0, 108, 163, 0.85);
}
.t4 .related .hold .item .text {
    margin: auto;
    padding: 0 30px;
    position: relative;
    z-index: 1;
    text-align: center;
    pointer-events: none;
}
.t4 .related .hold .item .text .title {
    margin: 0;
    color: #fff;
}
.t4 .related .hold .item .text .more {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
}
.t4 .related .hold .item .text .more:after {
    content: '\E017';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    padding: 0 0 4px 10px;
}
.t4 .related .hold .item:last-child {
    float: right;
}
@media (max-width: 736px) {
    .t4 .related .hold .item {
        float: none !important;
        width: 100% !important;
        height: 160px;
    }
}
@media (max-width: 1008px) {
    .t5 .box-75 {
        width: 100%;
    }
}
.t5 .box-25 {
    border-left: 1px solid #e1e1e1;
}
@media (max-width: 1008px) {
    .t5 .box-25 {
        width: 100%;
    }
}
.t5 .box-25:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 600%;
    height: 100%;
    background-color: #f9f9f9;
}
.t5 .container, .t5 .t2 .bin, .t2 .t5 .bin, .t5 .t3 .bin, .t3 .t5 .bin {
    overflow: visible;
}
.t5 .career-details {
    width: 100%;
    overflow: hidden;
    padding: 40px 20px;
}
.t7 .box-75 {
    border-left: 1px solid #e1e1e1;
}
@media (max-width: 1008px) {
    .t7 .box-75 {
        width: 100%;
    }
}
.t7 .box-25 {
    border-left: 1px solid #e1e1e1;
}
@media (max-width: 1008px) {
    .t7 .box-25 {
        width: 100%;
    }
}
.t7 .box-25:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 100%;
    width: 600%;
    height: 100%;
    background-color: #f9f9f9;
}
.t7 .container, .t7 .t2 .bin, .t2 .t7 .bin, .t7 .t3 .bin, .t3 .t7 .bin {
    overflow: visible;
}
/*rows base stylings & Settings --------------*/
.row {
    width: 100%;
    height: auto;
    position: relative;
    background-color: white;
    border-bottom: none;
    overflow: hidden;
}
.row > .container, .t2 .row > .bin, .t3 .row > .bin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*---Primgry settings --------*/
.type-75-25.fw .box-75 .item, .type-25-75.fw .box-75 .item, .type-75-25.fw .box-25 .item, .type-25-75.fw .box-25 .item {
    max-width: 700px;
}
.type-75-25.fw .box-75:first-child .content, .type-25-75.fw .box-75:first-child .content, .type-75-25.fw .box-25:first-child .content, .type-25-75.fw .box-25:first-child .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.type-75-25.fw .box-75:last-child .content, .type-25-75.fw .box-75:last-child .content, .type-75-25.fw .box-25:last-child .content, .type-25-75.fw .box-25:last-child .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.type-75-25.fw .box-75 .item, .type-25-75.fw .box-75 .item {
    max-width: 900px;
}
@media (max-width: 1008px) {
    .type-75-25.fw .item, .type-25-75.fw .item {
        max-wdith: 100% !important;
    }
}
@media (max-width: 1008px) {
    .type-75-25 .box-75, .type-25-75 .box-75 {
        width: 50%;
    }
    .type-75-25 .box-25, .type-25-75 .box-25 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .type-75-25 .box-75, .type-25-75 .box-75 {
        width: 100%;
    }
    .type-75-25 .box-25, .type-25-75 .box-25 {
        width: 100%;
    }
}
.type-50-50.fw .box-50 .item {
    max-width: 600px;
}
@media (max-width: 1248px) {
    .type-50-50.fw .box-50 .item {
        max-width: 100%;
    }
}
.type-50-50.fw .box-50:first-child .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.type-50-50.fw .box-50:last-child .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
@media (max-width: 768px) {
    .type-50-50 .box-50 {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 1008px) {
    .type-33-33-33 .box-33 {
        width: 33.333333%;
    }
}
@media (max-width: 768px) {
    .type-33-33-33 .box-33 {
        width: 100%;
    }
}
.type-67-33.fw .box-66 .item, .type-33-67.fw .box-66 .item, .type-67-33.fw .box-33 .item, .type-33-67.fw .box-33 .item {
    width: 100%;
}
.type-67-33.fw .box-66:first-child .content, .type-33-67.fw .box-66:first-child .content, .type-67-33.fw .box-33:first-child .content, .type-33-67.fw .box-33:first-child .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.type-67-33.fw .box-66:last-child .content, .type-33-67.fw .box-66:last-child .content, .type-67-33.fw .box-33:last-child .content, .type-33-67.fw .box-33:last-child .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.type-67-33.fw .box-66 .item, .type-33-67.fw .box-66 .item {
    width: 100%;
}
.type-67-33.fw .box-67 .item, .type-33-67.fw .box-67 .item {
    width: 100%;
}
@media (max-width: 1008px) {
    .type-67-33.fw .item, .type-33-67.fw .item {
        max-wdith: 100% !important;
    }
}
@media (max-width: 1248px) {
    .type-67-33 .box-66, .type-33-67 .box-66, .type-67-33 .box-67, .type-33-67 .box-67 {
        width: 50%;
    }
    .type-67-33 .box-33, .type-33-67 .box-33 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .type-67-33 .box-66, .type-33-67 .box-66, .type-67-33 .box-67, .type-33-67 .box-67 {
        width: 100%;
    }
    .type-67-33 .box-33, .type-33-67 .box-33 {
        width: 100%;
    }
}
@media (max-width: 1008px) {
    .type-25-25-25-25 .box-25 {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .type-25-25-25-25 .box-25 {
        width: 100%;
    }
}
.type-60-40.fw .box-60 .item, .type-40-60.fw .box-60 .item, .type-60-40.fw .box-40 .item, .type-40-60.fw .box-40 .item {
    max-width: 500px;
}
.type-60-40.fw .box-60:first-child .content, .type-40-60.fw .box-60:first-child .content, .type-60-40.fw .box-40:first-child .content, .type-40-60.fw .box-40:first-child .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.type-60-40.fw .box-60:last-child .content, .type-40-60.fw .box-60:last-child .content, .type-60-40.fw .box-40:last-child .content, .type-40-60.fw .box-40:last-child .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.type-60-40.fw .box-60 .item, .type-40-60.fw .box-60 .item {
    max-width: 900px;
}
@media (max-width: 1008px) {
    .type-60-40.fw .item, .type-40-60.fw .item {
        max-wdith: 100% !important;
    }
}
@media (max-width: 1248px) {
    .type-60-40 .box-60, .type-40-60 .box-60 {
        width: 50%;
    }
    .type-60-40 .box-40, .type-40-60 .box-40 {
        width: 50%;
    }
}
@media (max-width: 1008px) {
    .type-60-40 .box-60, .type-40-60 .box-60 {
        width: 100%;
    }
    .type-60-40 .box-40, .type-40-60 .box-40 {
        width: 100%;
    }
}
/*boxes used to build rows ------------------*/
div[class^='box-'], div[class*=' box-'] {
    vertical-align: middle;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
div[class^='box-'] .icon, div[class*=' box-'] .icon {
    width: 75px;
    height: auto;
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
}
div[class^='box-'] .icon svg, div[class*=' box-'] .icon svg {
    width: 100%;
    height: auto;
    fill: inherit;
}
div[class^='box-'] .icon img, div[class*=' box-'] .icon img {
    max-width: 100%;
    height: auto;
}
div[class^='box-'] .content, div[class*=' box-'] .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
}
div[class^='box-'] .content > div, div[class*=' box-'] .content > div {
    z-index: 1;
    width: 100%;
}
div[class^='box-'] .content div, div[class*=' box-'] .content div {
    max-width: 100%;
}
div[class^='box-'] .content twitterwidget, div[class*=' box-'] .content twitterwidget {
    min-width: 1px !important;
}
div[class^='box-'] .content iframe, div[class*=' box-'] .content iframe {
    min-width: 100px !important;
    max-width: 100%;
}
.box-25 {
    width: 25%;
}
@media (max-width: 1008px) {
    .box-25 {
        width: 50%;
    }
}
@media (max-width: 736px) {
    .box-25 {
        width: 100%;
    }
}
.box-33 {
    width: 33.33%;
}
@media (max-width: 736px) {
    .box-33 {
        width: 100%;
    }
}
.box-50 {
    width: 50%;
}
@media (max-width: 1008px) {
    .box-50 {
        width: 50%;
    }
}
@media (max-width: 736px) {
    .box-50 {
        width: 100%;
    }
}
.box-75 {
    width: 75%;
}
@media (max-width: 1008px) {
    .box-75 {
        width: 50%;
    }
}
@media (max-width: 736px) {
    .box-75 {
        width: 100%;
    }
}
.box-100 {
    width: 100%;
}
/*---Variables------------------------------*/
.fw > .container, .t2 .fw > .bin, .t3 .fw > .bin {
    max-width: 100%;
}
.fw > .container .box-50 .item, .t2 .fw > .bin .box-50 .item, .t3 .fw > .bin .box-50 .item {
    max-width: 600px;
}
.fw > .container .box-50:first-child .content, .t2 .fw > .bin .box-50:first-child .content, .t3 .fw > .bin .box-50:first-child .content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.fw > .container .box-50:last-child .content, .t2 .fw > .bin .box-50:last-child .content, .t3 .fw > .bin .box-50:last-child .content {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}
.pad-thin {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
}
@media (max-width: 1008px) {
    .pad-thin {
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
}
@media (max-width: 736px) {
    .pad-thin {
        padding-top: 1.5em !important;
        padding-bottom: 1.5em !important;
    }
}
.pad {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
}
@media (max-width: 1008px) {
    .pad {
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
}
@media (max-width: 736px) {
    .pad {
        padding-top: 2em !important;
        padding-bottom: 2em !important;
    }
}
.pad-thick {
    padding-top: 9em !important;
    padding-bottom: 9em !important;
}
@media (max-width: 1008px) {
    .pad-thick {
        padding-top: 6em !important;
        padding-bottom: 6em !important;
    }
}
@media (max-width: 736px) {
    .pad-thick {
        padding-top: 3em !important;
        padding-bottom: 3em !important;
    }
}
.align-center .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.text-center .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
}
.bg-image {
    background-image: url('../images/bg-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-image:after {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    opacity: 0.25;
    filter: alpha(opacity=25);
    content: "";
}
.bg-image .bg-white .btn-1 {
    color: inherit !important;
    background-color: transparent !important;
    border-color: inherit !important;
}
.bg-image .bg-white .btn-1:hover {
    color: inherit !important;
    background-color: transparent !important;
    border-color: inherit !important;
}
.bg-image .bg-white .btn-2 {
    color: inherit !important;
    background-color: transparent !important;
    border-color: inherit !important;
}
.bg-image .bg-white .btn-2:hover {
    color: inherit !important;
    background-color: transparent !important;
    border-color: inherit !important;
}
.hero .bg-image:after {
    display: none !important;
}
.hero .bg-image:before {
    background: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.25;
    filter: alpha(opacity=25);
    display: block !important;
    content: "";
}
.hero.bg-image:after {
    display: none !important;
}
.slide-show .bg-image:after {
    display: none !important;
}
.gradient:after {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.45) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    opacity: 0.35;
    filter: alpha(opacity=35);
    content: "";
}
.hero .bg-image.gradient:after {
    display: block !important;
}
.hero .bg-image.gradient:before {
    display: none !important;
}
.pattern:before {
    background-image: url('../images/pattern-1.png');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    content: "";
}
.bg-overlay:before {
    background: url('../images/hero-overlay.png') no-repeat 50% 50%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    content: "";
}
.white-text, .bg-image {
    fill: white;
}
.white-text h1, .bg-image h1, .white-text h2, .bg-image h2, .white-text h3, .bg-image h3, .white-text h4, .bg-image h4, .white-text h5, .bg-image h5, .white-text h6, .bg-image h6, .white-text a, .bg-image a, .white-text p, .bg-image p, .white-text li, .bg-image li {
    color: white;
}
.border {
    border-bottom: 1px solid #e3e3e3;
}
.border div[class^='box-'], .border div[class*=' box-'] {
    border-color: #e3e3e3;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-top-width: 0px;
    border-top-style: solid;
    z-index: 1;
}
.border div[class^='box-']:last-child, .border div[class*=' box-']:last-child {
    border-right-width: 0px;
}
@media (max-width: 1008px) {
    .border div[class^='box-'], .border div[class*=' box-'] {
        border-bottom-width: 1px;
    }
    .border div[class^='box-']:nth-child(2n+2), .border div[class*=' box-']:nth-child(2n+2) {
        border-right-width: 0px;
    }
    .border div[class^='box-']:nth-last-child(-n+2), .border div[class*=' box-']:nth-last-child(-n+2) {
        border-bottom-width: 0px;
    }
}
@media (max-width: 736px) {
    .border div[class^='box-'], .border div[class*=' box-'] {
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 1px;
    }
    .border div[class^='box-']:nth-last-child(-n+2), .border div[class*=' box-']:nth-last-child(-n+2) {
        border-bottom-width: 1px;
    }
    .border div[class^='box-']:last-child, .border div[class*=' box-']:last-child {
        border-bottom-width: 0px;
    }
}
.border div[class^='box-'] .content, .border div[class*=' box-'] .content {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: inherit;
}
.border div[class^='box-'] .content:last-child, .border div[class*=' box-'] .content:last-child {
    border-bottom-width: 0px;
}
@media (max-width: 736px) {
    .border div[class^='box-'] .content, .border div[class*=' box-'] .content {
        border-bottom-width: 1px;
    }
}
.border div[class^='box-'] .staff-single .sec-2, .border div[class*=' box-'] .staff-single .sec-2 {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.link-box {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5 !important;
    border: none;
    border-bottom: none !important;
}
.link-box:before {
    color: inherit;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 3px;
    background-color: #0080cc;
    font-size: 1.3em;
    text-align: center;
    content: "";
}
.bg-image .link-box:before {
    background-color: #fff;
}
.no-overflow {
    overflow: visible !important;
}
.no-overflow .container, .no-overflow .t2 .bin, .t2 .no-overflow .bin, .no-overflow .t3 .bin, .t3 .no-overflow .bin {
    overflow: visible;
}
.no-overlay:after {
    display: none !important;
}
/*--- Skins ---------------------------------*/
.bg-color-1, .bg-color-2, .bg-color-2.bg-image, .bg-black, .bg-black.bg-image, .bg-color-3, .bg-color-3.bg-image, .bg-color-4, .bg-color-4.bg-image, .bg-color-5, .bg-color-5.bg-image, .bg-color-6, .bg-color-6.bg-image, .bg-color-7, .bg-color-7.bg-image, .bg-color-8, .bg-color-8.bg-image, .bg-color-9, .bg-color-9.bg-image, .bg-color-10, .bg-color-10.bg-image, .bg-color-1.bg-image {
    color: white;
    fill: #90f;
    background-color: #e30691;
}
.bg-color-1:after, .bg-color-2:after, .bg-color-2.bg-image:after, .bg-black:after, .bg-black.bg-image:after, .bg-color-3:after, .bg-color-3.bg-image:after, .bg-color-4:after, .bg-color-4.bg-image:after, .bg-color-5:after, .bg-color-5.bg-image:after, .bg-color-6:after, .bg-color-6.bg-image:after, .bg-color-7:after, .bg-color-7.bg-image:after, .bg-color-8:after, .bg-color-8.bg-image:after, .bg-color-9:after, .bg-color-9.bg-image:after, .bg-color-10:after, .bg-color-10.bg-image:after, .bg-color-1.bg-image:after, .bg-color-2.bg-image.bg-image:after, .bg-black.bg-image.bg-image:after, .bg-color-3.bg-image.bg-image:after, .bg-color-4.bg-image.bg-image:after, .bg-color-5.bg-image.bg-image:after, .bg-color-6.bg-image.bg-image:after, .bg-color-7.bg-image.bg-image:after, .bg-color-8.bg-image.bg-image:after, .bg-color-9.bg-image.bg-image:after, .bg-color-10.bg-image.bg-image:after {
    background-color: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    opacity: 0.95;
    filter: alpha(opacity=95);
    content: "";
}
.bg-color-1 h1, .bg-color-2 h1, .bg-color-2.bg-image h1, .bg-black h1, .bg-black.bg-image h1, .bg-color-3 h1, .bg-color-3.bg-image h1, .bg-color-4 h1, .bg-color-4.bg-image h1, .bg-color-5 h1, .bg-color-5.bg-image h1, .bg-color-6 h1, .bg-color-6.bg-image h1, .bg-color-7 h1, .bg-color-7.bg-image h1, .bg-color-8 h1, .bg-color-8.bg-image h1, .bg-color-9 h1, .bg-color-9.bg-image h1, .bg-color-10 h1, .bg-color-10.bg-image h1, .bg-color-1.bg-image h1, .bg-color-1 h2, .bg-color-2 h2, .bg-color-2.bg-image h2, .bg-black h2, .bg-black.bg-image h2, .bg-color-3 h2, .bg-color-3.bg-image h2, .bg-color-4 h2, .bg-color-4.bg-image h2, .bg-color-5 h2, .bg-color-5.bg-image h2, .bg-color-6 h2, .bg-color-6.bg-image h2, .bg-color-7 h2, .bg-color-7.bg-image h2, .bg-color-8 h2, .bg-color-8.bg-image h2, .bg-color-9 h2, .bg-color-9.bg-image h2, .bg-color-10 h2, .bg-color-10.bg-image h2, .bg-color-1.bg-image h2, .bg-color-1 h3, .bg-color-2 h3, .bg-color-2.bg-image h3, .bg-black h3, .bg-black.bg-image h3, .bg-color-3 h3, .bg-color-3.bg-image h3, .bg-color-4 h3, .bg-color-4.bg-image h3, .bg-color-5 h3, .bg-color-5.bg-image h3, .bg-color-6 h3, .bg-color-6.bg-image h3, .bg-color-7 h3, .bg-color-7.bg-image h3, .bg-color-8 h3, .bg-color-8.bg-image h3, .bg-color-9 h3, .bg-color-9.bg-image h3, .bg-color-10 h3, .bg-color-10.bg-image h3, .bg-color-1.bg-image h3, .bg-color-1 h4, .bg-color-2 h4, .bg-color-2.bg-image h4, .bg-black h4, .bg-black.bg-image h4, .bg-color-3 h4, .bg-color-3.bg-image h4, .bg-color-4 h4, .bg-color-4.bg-image h4, .bg-color-5 h4, .bg-color-5.bg-image h4, .bg-color-6 h4, .bg-color-6.bg-image h4, .bg-color-7 h4, .bg-color-7.bg-image h4, .bg-color-8 h4, .bg-color-8.bg-image h4, .bg-color-9 h4, .bg-color-9.bg-image h4, .bg-color-10 h4, .bg-color-10.bg-image h4, .bg-color-1.bg-image h4, .bg-color-1 h5, .bg-color-2 h5, .bg-color-2.bg-image h5, .bg-black h5, .bg-black.bg-image h5, .bg-color-3 h5, .bg-color-3.bg-image h5, .bg-color-4 h5, .bg-color-4.bg-image h5, .bg-color-5 h5, .bg-color-5.bg-image h5, .bg-color-6 h5, .bg-color-6.bg-image h5, .bg-color-7 h5, .bg-color-7.bg-image h5, .bg-color-8 h5, .bg-color-8.bg-image h5, .bg-color-9 h5, .bg-color-9.bg-image h5, .bg-color-10 h5, .bg-color-10.bg-image h5, .bg-color-1.bg-image h5, .bg-color-1 h6, .bg-color-2 h6, .bg-color-2.bg-image h6, .bg-black h6, .bg-black.bg-image h6, .bg-color-3 h6, .bg-color-3.bg-image h6, .bg-color-4 h6, .bg-color-4.bg-image h6, .bg-color-5 h6, .bg-color-5.bg-image h6, .bg-color-6 h6, .bg-color-6.bg-image h6, .bg-color-7 h6, .bg-color-7.bg-image h6, .bg-color-8 h6, .bg-color-8.bg-image h6, .bg-color-9 h6, .bg-color-9.bg-image h6, .bg-color-10 h6, .bg-color-10.bg-image h6, .bg-color-1.bg-image h6, .bg-color-1 li, .bg-color-2 li, .bg-color-2.bg-image li, .bg-black li, .bg-black.bg-image li, .bg-color-3 li, .bg-color-3.bg-image li, .bg-color-4 li, .bg-color-4.bg-image li, .bg-color-5 li, .bg-color-5.bg-image li, .bg-color-6 li, .bg-color-6.bg-image li, .bg-color-7 li, .bg-color-7.bg-image li, .bg-color-8 li, .bg-color-8.bg-image li, .bg-color-9 li, .bg-color-9.bg-image li, .bg-color-10 li, .bg-color-10.bg-image li, .bg-color-1.bg-image li {
    color: #fff !important;
    fill: #fff !important;
}
.bg-color-1 p, .bg-color-2 p, .bg-color-2.bg-image p, .bg-black p, .bg-black.bg-image p, .bg-color-3 p, .bg-color-3.bg-image p, .bg-color-4 p, .bg-color-4.bg-image p, .bg-color-5 p, .bg-color-5.bg-image p, .bg-color-6 p, .bg-color-6.bg-image p, .bg-color-7 p, .bg-color-7.bg-image p, .bg-color-8 p, .bg-color-8.bg-image p, .bg-color-9 p, .bg-color-9.bg-image p, .bg-color-10 p, .bg-color-10.bg-image p, .bg-color-1.bg-image p {
    color: #fff !important;
}
.bg-color-1 .form label, .bg-color-2 .form label, .bg-color-2.bg-image .form label, .bg-black .form label, .bg-black.bg-image .form label, .bg-color-3 .form label, .bg-color-3.bg-image .form label, .bg-color-4 .form label, .bg-color-4.bg-image .form label, .bg-color-5 .form label, .bg-color-5.bg-image .form label, .bg-color-6 .form label, .bg-color-6.bg-image .form label, .bg-color-7 .form label, .bg-color-7.bg-image .form label, .bg-color-8 .form label, .bg-color-8.bg-image .form label, .bg-color-9 .form label, .bg-color-9.bg-image .form label, .bg-color-10 .form label, .bg-color-10.bg-image .form label, .bg-color-1.bg-image .form label {
    color: #fff !important;
}
.bg-color-1 .form span, .bg-color-2 .form span, .bg-color-2.bg-image .form span, .bg-black .form span, .bg-black.bg-image .form span, .bg-color-3 .form span, .bg-color-3.bg-image .form span, .bg-color-4 .form span, .bg-color-4.bg-image .form span, .bg-color-5 .form span, .bg-color-5.bg-image .form span, .bg-color-6 .form span, .bg-color-6.bg-image .form span, .bg-color-7 .form span, .bg-color-7.bg-image .form span, .bg-color-8 .form span, .bg-color-8.bg-image .form span, .bg-color-9 .form span, .bg-color-9.bg-image .form span, .bg-color-10 .form span, .bg-color-10.bg-image .form span, .bg-color-1.bg-image .form span {
    color: #fff;
}
.bg-color-1 .form input[type="radio"]:checked + label, .bg-color-2 .form input[type="radio"]:checked + label, .bg-color-2.bg-image .form input[type="radio"]:checked + label, .bg-black .form input[type="radio"]:checked + label, .bg-black.bg-image .form input[type="radio"]:checked + label, .bg-color-3 .form input[type="radio"]:checked + label, .bg-color-3.bg-image .form input[type="radio"]:checked + label, .bg-color-4 .form input[type="radio"]:checked + label, .bg-color-4.bg-image .form input[type="radio"]:checked + label, .bg-color-5 .form input[type="radio"]:checked + label, .bg-color-5.bg-image .form input[type="radio"]:checked + label, .bg-color-6 .form input[type="radio"]:checked + label, .bg-color-6.bg-image .form input[type="radio"]:checked + label, .bg-color-7 .form input[type="radio"]:checked + label, .bg-color-7.bg-image .form input[type="radio"]:checked + label, .bg-color-8 .form input[type="radio"]:checked + label, .bg-color-8.bg-image .form input[type="radio"]:checked + label, .bg-color-9 .form input[type="radio"]:checked + label, .bg-color-9.bg-image .form input[type="radio"]:checked + label, .bg-color-10 .form input[type="radio"]:checked + label, .bg-color-10.bg-image .form input[type="radio"]:checked + label, .bg-color-1.bg-image .form input[type="radio"]:checked + label {
    color: #fff !important;
}
.bg-color-1 .form input[type="radio"]:checked + label:before, .bg-color-2 .form input[type="radio"]:checked + label:before, .bg-color-2.bg-image .form input[type="radio"]:checked + label:before, .bg-black .form input[type="radio"]:checked + label:before, .bg-black.bg-image .form input[type="radio"]:checked + label:before, .bg-color-3 .form input[type="radio"]:checked + label:before, .bg-color-3.bg-image .form input[type="radio"]:checked + label:before, .bg-color-4 .form input[type="radio"]:checked + label:before, .bg-color-4.bg-image .form input[type="radio"]:checked + label:before, .bg-color-5 .form input[type="radio"]:checked + label:before, .bg-color-5.bg-image .form input[type="radio"]:checked + label:before, .bg-color-6 .form input[type="radio"]:checked + label:before, .bg-color-6.bg-image .form input[type="radio"]:checked + label:before, .bg-color-7 .form input[type="radio"]:checked + label:before, .bg-color-7.bg-image .form input[type="radio"]:checked + label:before, .bg-color-8 .form input[type="radio"]:checked + label:before, .bg-color-8.bg-image .form input[type="radio"]:checked + label:before, .bg-color-9 .form input[type="radio"]:checked + label:before, .bg-color-9.bg-image .form input[type="radio"]:checked + label:before, .bg-color-10 .form input[type="radio"]:checked + label:before, .bg-color-10.bg-image .form input[type="radio"]:checked + label:before, .bg-color-1.bg-image .form input[type="radio"]:checked + label:before {
    border: 4px solid #fff !important;
}
.bg-color-1 .form input[type="checkbox"]:checked + label:before, .bg-color-2 .form input[type="checkbox"]:checked + label:before, .bg-color-2.bg-image .form input[type="checkbox"]:checked + label:before, .bg-black .form input[type="checkbox"]:checked + label:before, .bg-black.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-3 .form input[type="checkbox"]:checked + label:before, .bg-color-3.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-4 .form input[type="checkbox"]:checked + label:before, .bg-color-4.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-5 .form input[type="checkbox"]:checked + label:before, .bg-color-5.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-6 .form input[type="checkbox"]:checked + label:before, .bg-color-6.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-7 .form input[type="checkbox"]:checked + label:before, .bg-color-7.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-8 .form input[type="checkbox"]:checked + label:before, .bg-color-8.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-9 .form input[type="checkbox"]:checked + label:before, .bg-color-9.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-10 .form input[type="checkbox"]:checked + label:before, .bg-color-10.bg-image .form input[type="checkbox"]:checked + label:before, .bg-color-1.bg-image .form input[type="checkbox"]:checked + label:before {
    border: 1px solid #fff;
}
.bg-color-1 .form .imp:after, .bg-color-2 .form .imp:after, .bg-color-2.bg-image .form .imp:after, .bg-black .form .imp:after, .bg-black.bg-image .form .imp:after, .bg-color-3 .form .imp:after, .bg-color-3.bg-image .form .imp:after, .bg-color-4 .form .imp:after, .bg-color-4.bg-image .form .imp:after, .bg-color-5 .form .imp:after, .bg-color-5.bg-image .form .imp:after, .bg-color-6 .form .imp:after, .bg-color-6.bg-image .form .imp:after, .bg-color-7 .form .imp:after, .bg-color-7.bg-image .form .imp:after, .bg-color-8 .form .imp:after, .bg-color-8.bg-image .form .imp:after, .bg-color-9 .form .imp:after, .bg-color-9.bg-image .form .imp:after, .bg-color-10 .form .imp:after, .bg-color-10.bg-image .form .imp:after, .bg-color-1.bg-image .form .imp:after {
    background-color: #fff !important;
    color: #e30691 !important;
}
.bg-color-1 .form h5 span, .bg-color-2 .form h5 span, .bg-color-2.bg-image .form h5 span, .bg-black .form h5 span, .bg-black.bg-image .form h5 span, .bg-color-3 .form h5 span, .bg-color-3.bg-image .form h5 span, .bg-color-4 .form h5 span, .bg-color-4.bg-image .form h5 span, .bg-color-5 .form h5 span, .bg-color-5.bg-image .form h5 span, .bg-color-6 .form h5 span, .bg-color-6.bg-image .form h5 span, .bg-color-7 .form h5 span, .bg-color-7.bg-image .form h5 span, .bg-color-8 .form h5 span, .bg-color-8.bg-image .form h5 span, .bg-color-9 .form h5 span, .bg-color-9.bg-image .form h5 span, .bg-color-10 .form h5 span, .bg-color-10.bg-image .form h5 span, .bg-color-1.bg-image .form h5 span {
    background-color: #e30691;
}
.bg-color-1 p a, .bg-color-2 p a, .bg-color-2.bg-image p a, .bg-black p a, .bg-black.bg-image p a, .bg-color-3 p a, .bg-color-3.bg-image p a, .bg-color-4 p a, .bg-color-4.bg-image p a, .bg-color-5 p a, .bg-color-5.bg-image p a, .bg-color-6 p a, .bg-color-6.bg-image p a, .bg-color-7 p a, .bg-color-7.bg-image p a, .bg-color-8 p a, .bg-color-8.bg-image p a, .bg-color-9 p a, .bg-color-9.bg-image p a, .bg-color-10 p a, .bg-color-10.bg-image p a, .bg-color-1.bg-image p a {
    color: #039;
}
.bg-color-1 .btn-1, .bg-color-2 .btn-1, .bg-color-2.bg-image .btn-1, .bg-black .btn-1, .bg-black.bg-image .btn-1, .bg-color-3 .btn-1, .bg-color-3.bg-image .btn-1, .bg-color-4 .btn-1, .bg-color-4.bg-image .btn-1, .bg-color-5 .btn-1, .bg-color-5.bg-image .btn-1, .bg-color-6 .btn-1, .bg-color-6.bg-image .btn-1, .bg-color-7 .btn-1, .bg-color-7.bg-image .btn-1, .bg-color-8 .btn-1, .bg-color-8.bg-image .btn-1, .bg-color-9 .btn-1, .bg-color-9.bg-image .btn-1, .bg-color-10 .btn-1, .bg-color-10.bg-image .btn-1, .bg-color-1.bg-image .btn-1 {
    color: white !important;
    background-color: transparent !important;
    border-color: white !important;
}
.bg-color-1 .btn-1:hover, .bg-color-2 .btn-1:hover, .bg-color-2.bg-image .btn-1:hover, .bg-black .btn-1:hover, .bg-black.bg-image .btn-1:hover, .bg-color-3 .btn-1:hover, .bg-color-3.bg-image .btn-1:hover, .bg-color-4 .btn-1:hover, .bg-color-4.bg-image .btn-1:hover, .bg-color-5 .btn-1:hover, .bg-color-5.bg-image .btn-1:hover, .bg-color-6 .btn-1:hover, .bg-color-6.bg-image .btn-1:hover, .bg-color-7 .btn-1:hover, .bg-color-7.bg-image .btn-1:hover, .bg-color-8 .btn-1:hover, .bg-color-8.bg-image .btn-1:hover, .bg-color-9 .btn-1:hover, .bg-color-9.bg-image .btn-1:hover, .bg-color-10 .btn-1:hover, .bg-color-10.bg-image .btn-1:hover, .bg-color-1.bg-image .btn-1:hover {
    background-color: transparent !important;
    color: white !important;
}
.bg-color-1 .btn-2:hover, .bg-color-2 .btn-2:hover, .bg-color-2.bg-image .btn-2:hover, .bg-black .btn-2:hover, .bg-black.bg-image .btn-2:hover, .bg-color-3 .btn-2:hover, .bg-color-3.bg-image .btn-2:hover, .bg-color-4 .btn-2:hover, .bg-color-4.bg-image .btn-2:hover, .bg-color-5 .btn-2:hover, .bg-color-5.bg-image .btn-2:hover, .bg-color-6 .btn-2:hover, .bg-color-6.bg-image .btn-2:hover, .bg-color-7 .btn-2:hover, .bg-color-7.bg-image .btn-2:hover, .bg-color-8 .btn-2:hover, .bg-color-8.bg-image .btn-2:hover, .bg-color-9 .btn-2:hover, .bg-color-9.bg-image .btn-2:hover, .bg-color-10 .btn-2:hover, .bg-color-10.bg-image .btn-2:hover, .bg-color-1.bg-image .btn-2:hover {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    color: #fff !important;
}
.bg-color-1 .c-1:hover, .bg-color-2 .c-1:hover, .bg-color-2.bg-image .c-1:hover, .bg-black .c-1:hover, .bg-black.bg-image .c-1:hover, .bg-color-3 .c-1:hover, .bg-color-3.bg-image .c-1:hover, .bg-color-4 .c-1:hover, .bg-color-4.bg-image .c-1:hover, .bg-color-5 .c-1:hover, .bg-color-5.bg-image .c-1:hover, .bg-color-6 .c-1:hover, .bg-color-6.bg-image .c-1:hover, .bg-color-7 .c-1:hover, .bg-color-7.bg-image .c-1:hover, .bg-color-8 .c-1:hover, .bg-color-8.bg-image .c-1:hover, .bg-color-9 .c-1:hover, .bg-color-9.bg-image .c-1:hover, .bg-color-10 .c-1:hover, .bg-color-10.bg-image .c-1:hover, .bg-color-1.bg-image .c-1:hover, .bg-color-1 .c-2:hover, .bg-color-2 .c-2:hover, .bg-color-2.bg-image .c-2:hover, .bg-black .c-2:hover, .bg-black.bg-image .c-2:hover, .bg-color-3 .c-2:hover, .bg-color-3.bg-image .c-2:hover, .bg-color-4 .c-2:hover, .bg-color-4.bg-image .c-2:hover, .bg-color-5 .c-2:hover, .bg-color-5.bg-image .c-2:hover, .bg-color-6 .c-2:hover, .bg-color-6.bg-image .c-2:hover, .bg-color-7 .c-2:hover, .bg-color-7.bg-image .c-2:hover, .bg-color-8 .c-2:hover, .bg-color-8.bg-image .c-2:hover, .bg-color-9 .c-2:hover, .bg-color-9.bg-image .c-2:hover, .bg-color-10 .c-2:hover, .bg-color-10.bg-image .c-2:hover, .bg-color-1.bg-image .c-2:hover, .bg-color-1 .c-3:hover, .bg-color-2 .c-3:hover, .bg-color-2.bg-image .c-3:hover, .bg-black .c-3:hover, .bg-black.bg-image .c-3:hover, .bg-color-3 .c-3:hover, .bg-color-3.bg-image .c-3:hover, .bg-color-4 .c-3:hover, .bg-color-4.bg-image .c-3:hover, .bg-color-5 .c-3:hover, .bg-color-5.bg-image .c-3:hover, .bg-color-6 .c-3:hover, .bg-color-6.bg-image .c-3:hover, .bg-color-7 .c-3:hover, .bg-color-7.bg-image .c-3:hover, .bg-color-8 .c-3:hover, .bg-color-8.bg-image .c-3:hover, .bg-color-9 .c-3:hover, .bg-color-9.bg-image .c-3:hover, .bg-color-10 .c-3:hover, .bg-color-10.bg-image .c-3:hover, .bg-color-1.bg-image .c-3:hover, .bg-color-1 .c-4:hover, .bg-color-2 .c-4:hover, .bg-color-2.bg-image .c-4:hover, .bg-black .c-4:hover, .bg-black.bg-image .c-4:hover, .bg-color-3 .c-4:hover, .bg-color-3.bg-image .c-4:hover, .bg-color-4 .c-4:hover, .bg-color-4.bg-image .c-4:hover, .bg-color-5 .c-4:hover, .bg-color-5.bg-image .c-4:hover, .bg-color-6 .c-4:hover, .bg-color-6.bg-image .c-4:hover, .bg-color-7 .c-4:hover, .bg-color-7.bg-image .c-4:hover, .bg-color-8 .c-4:hover, .bg-color-8.bg-image .c-4:hover, .bg-color-9 .c-4:hover, .bg-color-9.bg-image .c-4:hover, .bg-color-10 .c-4:hover, .bg-color-10.bg-image .c-4:hover, .bg-color-1.bg-image .c-4:hover, .bg-color-1 .c-5:hover, .bg-color-2 .c-5:hover, .bg-color-2.bg-image .c-5:hover, .bg-black .c-5:hover, .bg-black.bg-image .c-5:hover, .bg-color-3 .c-5:hover, .bg-color-3.bg-image .c-5:hover, .bg-color-4 .c-5:hover, .bg-color-4.bg-image .c-5:hover, .bg-color-5 .c-5:hover, .bg-color-5.bg-image .c-5:hover, .bg-color-6 .c-5:hover, .bg-color-6.bg-image .c-5:hover, .bg-color-7 .c-5:hover, .bg-color-7.bg-image .c-5:hover, .bg-color-8 .c-5:hover, .bg-color-8.bg-image .c-5:hover, .bg-color-9 .c-5:hover, .bg-color-9.bg-image .c-5:hover, .bg-color-10 .c-5:hover, .bg-color-10.bg-image .c-5:hover, .bg-color-1.bg-image .c-5:hover, .bg-color-1 .c-6:hover, .bg-color-2 .c-6:hover, .bg-color-2.bg-image .c-6:hover, .bg-black .c-6:hover, .bg-black.bg-image .c-6:hover, .bg-color-3 .c-6:hover, .bg-color-3.bg-image .c-6:hover, .bg-color-4 .c-6:hover, .bg-color-4.bg-image .c-6:hover, .bg-color-5 .c-6:hover, .bg-color-5.bg-image .c-6:hover, .bg-color-6 .c-6:hover, .bg-color-6.bg-image .c-6:hover, .bg-color-7 .c-6:hover, .bg-color-7.bg-image .c-6:hover, .bg-color-8 .c-6:hover, .bg-color-8.bg-image .c-6:hover, .bg-color-9 .c-6:hover, .bg-color-9.bg-image .c-6:hover, .bg-color-10 .c-6:hover, .bg-color-10.bg-image .c-6:hover, .bg-color-1.bg-image .c-6:hover, .bg-color-1 .c-7:hover, .bg-color-2 .c-7:hover, .bg-color-2.bg-image .c-7:hover, .bg-black .c-7:hover, .bg-black.bg-image .c-7:hover, .bg-color-3 .c-7:hover, .bg-color-3.bg-image .c-7:hover, .bg-color-4 .c-7:hover, .bg-color-4.bg-image .c-7:hover, .bg-color-5 .c-7:hover, .bg-color-5.bg-image .c-7:hover, .bg-color-6 .c-7:hover, .bg-color-6.bg-image .c-7:hover, .bg-color-7 .c-7:hover, .bg-color-7.bg-image .c-7:hover, .bg-color-8 .c-7:hover, .bg-color-8.bg-image .c-7:hover, .bg-color-9 .c-7:hover, .bg-color-9.bg-image .c-7:hover, .bg-color-10 .c-7:hover, .bg-color-10.bg-image .c-7:hover, .bg-color-1.bg-image .c-7:hover {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid #fff !important;
}
.bg-color-1 .selectric, .bg-color-2 .selectric, .bg-color-2.bg-image .selectric, .bg-black .selectric, .bg-black.bg-image .selectric, .bg-color-3 .selectric, .bg-color-3.bg-image .selectric, .bg-color-4 .selectric, .bg-color-4.bg-image .selectric, .bg-color-5 .selectric, .bg-color-5.bg-image .selectric, .bg-color-6 .selectric, .bg-color-6.bg-image .selectric, .bg-color-7 .selectric, .bg-color-7.bg-image .selectric, .bg-color-8 .selectric, .bg-color-8.bg-image .selectric, .bg-color-9 .selectric, .bg-color-9.bg-image .selectric, .bg-color-10 .selectric, .bg-color-10.bg-image .selectric, .bg-color-1.bg-image .selectric {
    background-color: transparent;
    border: 1px solid #fff;
}
.bg-color-1 .selectric .label, .bg-color-2 .selectric .label, .bg-color-2.bg-image .selectric .label, .bg-black .selectric .label, .bg-black.bg-image .selectric .label, .bg-color-3 .selectric .label, .bg-color-3.bg-image .selectric .label, .bg-color-4 .selectric .label, .bg-color-4.bg-image .selectric .label, .bg-color-5 .selectric .label, .bg-color-5.bg-image .selectric .label, .bg-color-6 .selectric .label, .bg-color-6.bg-image .selectric .label, .bg-color-7 .selectric .label, .bg-color-7.bg-image .selectric .label, .bg-color-8 .selectric .label, .bg-color-8.bg-image .selectric .label, .bg-color-9 .selectric .label, .bg-color-9.bg-image .selectric .label, .bg-color-10 .selectric .label, .bg-color-10.bg-image .selectric .label, .bg-color-1.bg-image .selectric .label {
    color: #fff;
}
.bg-color-1 .selectric .button:after, .bg-color-2 .selectric .button:after, .bg-color-2.bg-image .selectric .button:after, .bg-black .selectric .button:after, .bg-black.bg-image .selectric .button:after, .bg-color-3 .selectric .button:after, .bg-color-3.bg-image .selectric .button:after, .bg-color-4 .selectric .button:after, .bg-color-4.bg-image .selectric .button:after, .bg-color-5 .selectric .button:after, .bg-color-5.bg-image .selectric .button:after, .bg-color-6 .selectric .button:after, .bg-color-6.bg-image .selectric .button:after, .bg-color-7 .selectric .button:after, .bg-color-7.bg-image .selectric .button:after, .bg-color-8 .selectric .button:after, .bg-color-8.bg-image .selectric .button:after, .bg-color-9 .selectric .button:after, .bg-color-9.bg-image .selectric .button:after, .bg-color-10 .selectric .button:after, .bg-color-10.bg-image .selectric .button:after, .bg-color-1.bg-image .selectric .button:after {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}
.bg-color-1 .selectric:hover, .bg-color-2 .selectric:hover, .bg-color-2.bg-image .selectric:hover, .bg-black .selectric:hover, .bg-black.bg-image .selectric:hover, .bg-color-3 .selectric:hover, .bg-color-3.bg-image .selectric:hover, .bg-color-4 .selectric:hover, .bg-color-4.bg-image .selectric:hover, .bg-color-5 .selectric:hover, .bg-color-5.bg-image .selectric:hover, .bg-color-6 .selectric:hover, .bg-color-6.bg-image .selectric:hover, .bg-color-7 .selectric:hover, .bg-color-7.bg-image .selectric:hover, .bg-color-8 .selectric:hover, .bg-color-8.bg-image .selectric:hover, .bg-color-9 .selectric:hover, .bg-color-9.bg-image .selectric:hover, .bg-color-10 .selectric:hover, .bg-color-10.bg-image .selectric:hover, .bg-color-1.bg-image .selectric:hover {
    border: 1px solid #fff;
}
.bg-color-1 .selectric:hover .label, .bg-color-2 .selectric:hover .label, .bg-color-2.bg-image .selectric:hover .label, .bg-black .selectric:hover .label, .bg-black.bg-image .selectric:hover .label, .bg-color-3 .selectric:hover .label, .bg-color-3.bg-image .selectric:hover .label, .bg-color-4 .selectric:hover .label, .bg-color-4.bg-image .selectric:hover .label, .bg-color-5 .selectric:hover .label, .bg-color-5.bg-image .selectric:hover .label, .bg-color-6 .selectric:hover .label, .bg-color-6.bg-image .selectric:hover .label, .bg-color-7 .selectric:hover .label, .bg-color-7.bg-image .selectric:hover .label, .bg-color-8 .selectric:hover .label, .bg-color-8.bg-image .selectric:hover .label, .bg-color-9 .selectric:hover .label, .bg-color-9.bg-image .selectric:hover .label, .bg-color-10 .selectric:hover .label, .bg-color-10.bg-image .selectric:hover .label, .bg-color-1.bg-image .selectric:hover .label {
    color: #fff !important;
}
.bg-color-1 .selectric:hover .button:after, .bg-color-2 .selectric:hover .button:after, .bg-color-2.bg-image .selectric:hover .button:after, .bg-black .selectric:hover .button:after, .bg-black.bg-image .selectric:hover .button:after, .bg-color-3 .selectric:hover .button:after, .bg-color-3.bg-image .selectric:hover .button:after, .bg-color-4 .selectric:hover .button:after, .bg-color-4.bg-image .selectric:hover .button:after, .bg-color-5 .selectric:hover .button:after, .bg-color-5.bg-image .selectric:hover .button:after, .bg-color-6 .selectric:hover .button:after, .bg-color-6.bg-image .selectric:hover .button:after, .bg-color-7 .selectric:hover .button:after, .bg-color-7.bg-image .selectric:hover .button:after, .bg-color-8 .selectric:hover .button:after, .bg-color-8.bg-image .selectric:hover .button:after, .bg-color-9 .selectric:hover .button:after, .bg-color-9.bg-image .selectric:hover .button:after, .bg-color-10 .selectric:hover .button:after, .bg-color-10.bg-image .selectric:hover .button:after, .bg-color-1.bg-image .selectric:hover .button:after {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}
.bg-color-1 .selectric-items, .bg-color-2 .selectric-items, .bg-color-2.bg-image .selectric-items, .bg-black .selectric-items, .bg-black.bg-image .selectric-items, .bg-color-3 .selectric-items, .bg-color-3.bg-image .selectric-items, .bg-color-4 .selectric-items, .bg-color-4.bg-image .selectric-items, .bg-color-5 .selectric-items, .bg-color-5.bg-image .selectric-items, .bg-color-6 .selectric-items, .bg-color-6.bg-image .selectric-items, .bg-color-7 .selectric-items, .bg-color-7.bg-image .selectric-items, .bg-color-8 .selectric-items, .bg-color-8.bg-image .selectric-items, .bg-color-9 .selectric-items, .bg-color-9.bg-image .selectric-items, .bg-color-10 .selectric-items, .bg-color-10.bg-image .selectric-items, .bg-color-1.bg-image .selectric-items {
    border: 1px solid #fff;
}
.bg-color-1 .selectric-items li, .bg-color-2 .selectric-items li, .bg-color-2.bg-image .selectric-items li, .bg-black .selectric-items li, .bg-black.bg-image .selectric-items li, .bg-color-3 .selectric-items li, .bg-color-3.bg-image .selectric-items li, .bg-color-4 .selectric-items li, .bg-color-4.bg-image .selectric-items li, .bg-color-5 .selectric-items li, .bg-color-5.bg-image .selectric-items li, .bg-color-6 .selectric-items li, .bg-color-6.bg-image .selectric-items li, .bg-color-7 .selectric-items li, .bg-color-7.bg-image .selectric-items li, .bg-color-8 .selectric-items li, .bg-color-8.bg-image .selectric-items li, .bg-color-9 .selectric-items li, .bg-color-9.bg-image .selectric-items li, .bg-color-10 .selectric-items li, .bg-color-10.bg-image .selectric-items li, .bg-color-1.bg-image .selectric-items li {
    color: #0080cc;
}
.bg-color-1 .selectric-items li:hover, .bg-color-2 .selectric-items li:hover, .bg-color-2.bg-image .selectric-items li:hover, .bg-black .selectric-items li:hover, .bg-black.bg-image .selectric-items li:hover, .bg-color-3 .selectric-items li:hover, .bg-color-3.bg-image .selectric-items li:hover, .bg-color-4 .selectric-items li:hover, .bg-color-4.bg-image .selectric-items li:hover, .bg-color-5 .selectric-items li:hover, .bg-color-5.bg-image .selectric-items li:hover, .bg-color-6 .selectric-items li:hover, .bg-color-6.bg-image .selectric-items li:hover, .bg-color-7 .selectric-items li:hover, .bg-color-7.bg-image .selectric-items li:hover, .bg-color-8 .selectric-items li:hover, .bg-color-8.bg-image .selectric-items li:hover, .bg-color-9 .selectric-items li:hover, .bg-color-9.bg-image .selectric-items li:hover, .bg-color-10 .selectric-items li:hover, .bg-color-10.bg-image .selectric-items li:hover, .bg-color-1.bg-image .selectric-items li:hover {
    color: #fff;
    background-color: #0080cc;
}
.bg-color-1 .selectric-items li.selected, .bg-color-2 .selectric-items li.selected, .bg-color-2.bg-image .selectric-items li.selected, .bg-black .selectric-items li.selected, .bg-black.bg-image .selectric-items li.selected, .bg-color-3 .selectric-items li.selected, .bg-color-3.bg-image .selectric-items li.selected, .bg-color-4 .selectric-items li.selected, .bg-color-4.bg-image .selectric-items li.selected, .bg-color-5 .selectric-items li.selected, .bg-color-5.bg-image .selectric-items li.selected, .bg-color-6 .selectric-items li.selected, .bg-color-6.bg-image .selectric-items li.selected, .bg-color-7 .selectric-items li.selected, .bg-color-7.bg-image .selectric-items li.selected, .bg-color-8 .selectric-items li.selected, .bg-color-8.bg-image .selectric-items li.selected, .bg-color-9 .selectric-items li.selected, .bg-color-9.bg-image .selectric-items li.selected, .bg-color-10 .selectric-items li.selected, .bg-color-10.bg-image .selectric-items li.selected, .bg-color-1.bg-image .selectric-items li.selected {
    background: transparent;
    color: #0080cc;
}
.bg-color-1 .selectric-items li.selected:hover, .bg-color-2 .selectric-items li.selected:hover, .bg-color-2.bg-image .selectric-items li.selected:hover, .bg-black .selectric-items li.selected:hover, .bg-black.bg-image .selectric-items li.selected:hover, .bg-color-3 .selectric-items li.selected:hover, .bg-color-3.bg-image .selectric-items li.selected:hover, .bg-color-4 .selectric-items li.selected:hover, .bg-color-4.bg-image .selectric-items li.selected:hover, .bg-color-5 .selectric-items li.selected:hover, .bg-color-5.bg-image .selectric-items li.selected:hover, .bg-color-6 .selectric-items li.selected:hover, .bg-color-6.bg-image .selectric-items li.selected:hover, .bg-color-7 .selectric-items li.selected:hover, .bg-color-7.bg-image .selectric-items li.selected:hover, .bg-color-8 .selectric-items li.selected:hover, .bg-color-8.bg-image .selectric-items li.selected:hover, .bg-color-9 .selectric-items li.selected:hover, .bg-color-9.bg-image .selectric-items li.selected:hover, .bg-color-10 .selectric-items li.selected:hover, .bg-color-10.bg-image .selectric-items li.selected:hover, .bg-color-1.bg-image .selectric-items li.selected:hover {
    background-color: #0080cc;
    color: #fff;
}
.bg-color-1 .selectric-open .selectric, .bg-color-2 .selectric-open .selectric, .bg-color-2.bg-image .selectric-open .selectric, .bg-black .selectric-open .selectric, .bg-black.bg-image .selectric-open .selectric, .bg-color-3 .selectric-open .selectric, .bg-color-3.bg-image .selectric-open .selectric, .bg-color-4 .selectric-open .selectric, .bg-color-4.bg-image .selectric-open .selectric, .bg-color-5 .selectric-open .selectric, .bg-color-5.bg-image .selectric-open .selectric, .bg-color-6 .selectric-open .selectric, .bg-color-6.bg-image .selectric-open .selectric, .bg-color-7 .selectric-open .selectric, .bg-color-7.bg-image .selectric-open .selectric, .bg-color-8 .selectric-open .selectric, .bg-color-8.bg-image .selectric-open .selectric, .bg-color-9 .selectric-open .selectric, .bg-color-9.bg-image .selectric-open .selectric, .bg-color-10 .selectric-open .selectric, .bg-color-10.bg-image .selectric-open .selectric, .bg-color-1.bg-image .selectric-open .selectric {
    background-color: #fff;
    border: 1px solid #fff;
}
.bg-color-1 .selectric-open .selectric .label, .bg-color-2 .selectric-open .selectric .label, .bg-color-2.bg-image .selectric-open .selectric .label, .bg-black .selectric-open .selectric .label, .bg-black.bg-image .selectric-open .selectric .label, .bg-color-3 .selectric-open .selectric .label, .bg-color-3.bg-image .selectric-open .selectric .label, .bg-color-4 .selectric-open .selectric .label, .bg-color-4.bg-image .selectric-open .selectric .label, .bg-color-5 .selectric-open .selectric .label, .bg-color-5.bg-image .selectric-open .selectric .label, .bg-color-6 .selectric-open .selectric .label, .bg-color-6.bg-image .selectric-open .selectric .label, .bg-color-7 .selectric-open .selectric .label, .bg-color-7.bg-image .selectric-open .selectric .label, .bg-color-8 .selectric-open .selectric .label, .bg-color-8.bg-image .selectric-open .selectric .label, .bg-color-9 .selectric-open .selectric .label, .bg-color-9.bg-image .selectric-open .selectric .label, .bg-color-10 .selectric-open .selectric .label, .bg-color-10.bg-image .selectric-open .selectric .label, .bg-color-1.bg-image .selectric-open .selectric .label {
    color: #0080cc;
}
.bg-color-1 .selectric-open .selectric .button:after, .bg-color-2 .selectric-open .selectric .button:after, .bg-color-2.bg-image .selectric-open .selectric .button:after, .bg-black .selectric-open .selectric .button:after, .bg-black.bg-image .selectric-open .selectric .button:after, .bg-color-3 .selectric-open .selectric .button:after, .bg-color-3.bg-image .selectric-open .selectric .button:after, .bg-color-4 .selectric-open .selectric .button:after, .bg-color-4.bg-image .selectric-open .selectric .button:after, .bg-color-5 .selectric-open .selectric .button:after, .bg-color-5.bg-image .selectric-open .selectric .button:after, .bg-color-6 .selectric-open .selectric .button:after, .bg-color-6.bg-image .selectric-open .selectric .button:after, .bg-color-7 .selectric-open .selectric .button:after, .bg-color-7.bg-image .selectric-open .selectric .button:after, .bg-color-8 .selectric-open .selectric .button:after, .bg-color-8.bg-image .selectric-open .selectric .button:after, .bg-color-9 .selectric-open .selectric .button:after, .bg-color-9.bg-image .selectric-open .selectric .button:after, .bg-color-10 .selectric-open .selectric .button:after, .bg-color-10.bg-image .selectric-open .selectric .button:after, .bg-color-1.bg-image .selectric-open .selectric .button:after {
    color: #0080cc;
    font-size: 12px;
    font-size: 1.2rem;
}
.bg-color-1 .selectric-open .selectric:hover .label, .bg-color-2 .selectric-open .selectric:hover .label, .bg-color-2.bg-image .selectric-open .selectric:hover .label, .bg-black .selectric-open .selectric:hover .label, .bg-black.bg-image .selectric-open .selectric:hover .label, .bg-color-3 .selectric-open .selectric:hover .label, .bg-color-3.bg-image .selectric-open .selectric:hover .label, .bg-color-4 .selectric-open .selectric:hover .label, .bg-color-4.bg-image .selectric-open .selectric:hover .label, .bg-color-5 .selectric-open .selectric:hover .label, .bg-color-5.bg-image .selectric-open .selectric:hover .label, .bg-color-6 .selectric-open .selectric:hover .label, .bg-color-6.bg-image .selectric-open .selectric:hover .label, .bg-color-7 .selectric-open .selectric:hover .label, .bg-color-7.bg-image .selectric-open .selectric:hover .label, .bg-color-8 .selectric-open .selectric:hover .label, .bg-color-8.bg-image .selectric-open .selectric:hover .label, .bg-color-9 .selectric-open .selectric:hover .label, .bg-color-9.bg-image .selectric-open .selectric:hover .label, .bg-color-10 .selectric-open .selectric:hover .label, .bg-color-10.bg-image .selectric-open .selectric:hover .label, .bg-color-1.bg-image .selectric-open .selectric:hover .label {
    color: #0080cc !important;
}
.bg-color-1 .link-box:before, .bg-color-2 .link-box:before, .bg-color-2.bg-image .link-box:before, .bg-black .link-box:before, .bg-black.bg-image .link-box:before, .bg-color-3 .link-box:before, .bg-color-3.bg-image .link-box:before, .bg-color-4 .link-box:before, .bg-color-4.bg-image .link-box:before, .bg-color-5 .link-box:before, .bg-color-5.bg-image .link-box:before, .bg-color-6 .link-box:before, .bg-color-6.bg-image .link-box:before, .bg-color-7 .link-box:before, .bg-color-7.bg-image .link-box:before, .bg-color-8 .link-box:before, .bg-color-8.bg-image .link-box:before, .bg-color-9 .link-box:before, .bg-color-9.bg-image .link-box:before, .bg-color-10 .link-box:before, .bg-color-10.bg-image .link-box:before, .bg-color-1.bg-image .link-box:before {
    color: #fff;
    background-color: #fff;
}
.bg-color-1 .footable > thead > tr > th, .bg-color-2 .footable > thead > tr > th, .bg-color-2.bg-image .footable > thead > tr > th, .bg-black .footable > thead > tr > th, .bg-black.bg-image .footable > thead > tr > th, .bg-color-3 .footable > thead > tr > th, .bg-color-3.bg-image .footable > thead > tr > th, .bg-color-4 .footable > thead > tr > th, .bg-color-4.bg-image .footable > thead > tr > th, .bg-color-5 .footable > thead > tr > th, .bg-color-5.bg-image .footable > thead > tr > th, .bg-color-6 .footable > thead > tr > th, .bg-color-6.bg-image .footable > thead > tr > th, .bg-color-7 .footable > thead > tr > th, .bg-color-7.bg-image .footable > thead > tr > th, .bg-color-8 .footable > thead > tr > th, .bg-color-8.bg-image .footable > thead > tr > th, .bg-color-9 .footable > thead > tr > th, .bg-color-9.bg-image .footable > thead > tr > th, .bg-color-10 .footable > thead > tr > th, .bg-color-10.bg-image .footable > thead > tr > th, .bg-color-1.bg-image .footable > thead > tr > th {
    background-color: #90f;
    color: #fff;
    border-top: none;
}
.bg-color-1 .footable > tbody > tr:hover, .bg-color-2 .footable > tbody > tr:hover, .bg-color-2.bg-image .footable > tbody > tr:hover, .bg-black .footable > tbody > tr:hover, .bg-black.bg-image .footable > tbody > tr:hover, .bg-color-3 .footable > tbody > tr:hover, .bg-color-3.bg-image .footable > tbody > tr:hover, .bg-color-4 .footable > tbody > tr:hover, .bg-color-4.bg-image .footable > tbody > tr:hover, .bg-color-5 .footable > tbody > tr:hover, .bg-color-5.bg-image .footable > tbody > tr:hover, .bg-color-6 .footable > tbody > tr:hover, .bg-color-6.bg-image .footable > tbody > tr:hover, .bg-color-7 .footable > tbody > tr:hover, .bg-color-7.bg-image .footable > tbody > tr:hover, .bg-color-8 .footable > tbody > tr:hover, .bg-color-8.bg-image .footable > tbody > tr:hover, .bg-color-9 .footable > tbody > tr:hover, .bg-color-9.bg-image .footable > tbody > tr:hover, .bg-color-10 .footable > tbody > tr:hover, .bg-color-10.bg-image .footable > tbody > tr:hover, .bg-color-1.bg-image .footable > tbody > tr:hover {
    background: #0080cc;
}
.bg-color-1 .bg-white .btn-1, .bg-color-2 .bg-white .btn-1, .bg-color-2.bg-image .bg-white .btn-1, .bg-black .bg-white .btn-1, .bg-black.bg-image .bg-white .btn-1, .bg-color-3 .bg-white .btn-1, .bg-color-3.bg-image .bg-white .btn-1, .bg-color-4 .bg-white .btn-1, .bg-color-4.bg-image .bg-white .btn-1, .bg-color-5 .bg-white .btn-1, .bg-color-5.bg-image .bg-white .btn-1, .bg-color-6 .bg-white .btn-1, .bg-color-6.bg-image .bg-white .btn-1, .bg-color-7 .bg-white .btn-1, .bg-color-7.bg-image .bg-white .btn-1, .bg-color-8 .bg-white .btn-1, .bg-color-8.bg-image .bg-white .btn-1, .bg-color-9 .bg-white .btn-1, .bg-color-9.bg-image .bg-white .btn-1, .bg-color-10 .bg-white .btn-1, .bg-color-10.bg-image .bg-white .btn-1, .bg-color-1.bg-image .bg-white .btn-1 {
    color: inherit !important;
    background-color: transparent !important;
    border-color: inherit !important;
}
.bg-color-1 .bg-white .btn-1:hover, .bg-color-2 .bg-white .btn-1:hover, .bg-color-2.bg-image .bg-white .btn-1:hover, .bg-black .bg-white .btn-1:hover, .bg-black.bg-image .bg-white .btn-1:hover, .bg-color-3 .bg-white .btn-1:hover, .bg-color-3.bg-image .bg-white .btn-1:hover, .bg-color-4 .bg-white .btn-1:hover, .bg-color-4.bg-image .bg-white .btn-1:hover, .bg-color-5 .bg-white .btn-1:hover, .bg-color-5.bg-image .bg-white .btn-1:hover, .bg-color-6 .bg-white .btn-1:hover, .bg-color-6.bg-image .bg-white .btn-1:hover, .bg-color-7 .bg-white .btn-1:hover, .bg-color-7.bg-image .bg-white .btn-1:hover, .bg-color-8 .bg-white .btn-1:hover, .bg-color-8.bg-image .bg-white .btn-1:hover, .bg-color-9 .bg-white .btn-1:hover, .bg-color-9.bg-image .bg-white .btn-1:hover, .bg-color-10 .bg-white .btn-1:hover, .bg-color-10.bg-image .bg-white .btn-1:hover, .bg-color-1.bg-image .bg-white .btn-1:hover {
    color: inherit !important;
    background-color: transparent !important;
    border-color: inherit !important;
}
.bg-color-1 .bg-white .btn-2, .bg-color-2 .bg-white .btn-2, .bg-color-2.bg-image .bg-white .btn-2, .bg-black .bg-white .btn-2, .bg-black.bg-image .bg-white .btn-2, .bg-color-3 .bg-white .btn-2, .bg-color-3.bg-image .bg-white .btn-2, .bg-color-4 .bg-white .btn-2, .bg-color-4.bg-image .bg-white .btn-2, .bg-color-5 .bg-white .btn-2, .bg-color-5.bg-image .bg-white .btn-2, .bg-color-6 .bg-white .btn-2, .bg-color-6.bg-image .bg-white .btn-2, .bg-color-7 .bg-white .btn-2, .bg-color-7.bg-image .bg-white .btn-2, .bg-color-8 .bg-white .btn-2, .bg-color-8.bg-image .bg-white .btn-2, .bg-color-9 .bg-white .btn-2, .bg-color-9.bg-image .bg-white .btn-2, .bg-color-10 .bg-white .btn-2, .bg-color-10.bg-image .bg-white .btn-2, .bg-color-1.bg-image .bg-white .btn-2 {
    color: inherit !important;
    background-color: transparent !important;
    border-color: inherit !important;
}
.bg-color-1 .bg-white .btn-2:hover, .bg-color-2 .bg-white .btn-2:hover, .bg-color-2.bg-image .bg-white .btn-2:hover, .bg-black .bg-white .btn-2:hover, .bg-black.bg-image .bg-white .btn-2:hover, .bg-color-3 .bg-white .btn-2:hover, .bg-color-3.bg-image .bg-white .btn-2:hover, .bg-color-4 .bg-white .btn-2:hover, .bg-color-4.bg-image .bg-white .btn-2:hover, .bg-color-5 .bg-white .btn-2:hover, .bg-color-5.bg-image .bg-white .btn-2:hover, .bg-color-6 .bg-white .btn-2:hover, .bg-color-6.bg-image .bg-white .btn-2:hover, .bg-color-7 .bg-white .btn-2:hover, .bg-color-7.bg-image .bg-white .btn-2:hover, .bg-color-8 .bg-white .btn-2:hover, .bg-color-8.bg-image .bg-white .btn-2:hover, .bg-color-9 .bg-white .btn-2:hover, .bg-color-9.bg-image .bg-white .btn-2:hover, .bg-color-10 .bg-white .btn-2:hover, .bg-color-10.bg-image .bg-white .btn-2:hover, .bg-color-1.bg-image .bg-white .btn-2:hover {
    color: inherit !important;
    background-color: transparent !important;
    border-color: inherit !important;
}
.bg-color-2, .bg-color-2.bg-image {
    color: #fff;
    fill: #0ca;
    background-color: #0080cc;
}
.bg-color-2 .form h5 span, .bg-color-2.bg-image .form h5 span {
    background-color: #0080cc;
}
.bg-color-2 p a, .bg-color-2.bg-image p a {
    color: #ff8900;
}
.bg-color-2 .footable > thead > tr > th, .bg-color-2.bg-image .footable > thead > tr > th {
    background-color: #0ca;
    color: #fff;
    border-top: none;
}
.bg-color-2 .footable > tbody > tr:hover, .bg-color-2.bg-image .footable > tbody > tr:hover {
    background: #90f;
}
.bg-black, .bg-black.bg-image {
    color: #fff;
    fill: #fff;
    background-color: #000;
}
.bg-black .form h5 span, .bg-black.bg-image .form h5 span {
    background-color: #000;
}
.bg-color-3, .bg-color-3.bg-image {
    background-color: #90f;
    color: white;
    fill: #ff8900;
}
.bg-color-3 .form h5 span, .bg-color-3.bg-image .form h5 span {
    background-color: #90f;
}
.bg-color-3 h1, .bg-color-3.bg-image h1, .bg-color-3 h2, .bg-color-3.bg-image h2, .bg-color-3 h3, .bg-color-3.bg-image h3, .bg-color-3 h4, .bg-color-3.bg-image h4, .bg-color-3 h5, .bg-color-3.bg-image h5, .bg-color-3 h6, .bg-color-3.bg-image h6, .bg-color-3 p, .bg-color-3.bg-image p, .bg-color-3 li, .bg-color-3.bg-image li {
    color: inherit;
    fill: inherit;
}
.bg-color-3 p a, .bg-color-3.bg-image p a {
    color: #ff8900;
}
.bg-color-3 .btn-2, .bg-color-3.bg-image .btn-2 {
    color: white !important;
    background-color: #ff8900 !important;
    border-color: #ff8900 !important;
}
.bg-color-3 .btn-2:hover, .bg-color-3.bg-image .btn-2:hover {
    background-color: #ff8900 !important;
    color: white !important;
}
.bg-color-3 .footable > thead > tr > th, .bg-color-3.bg-image .footable > thead > tr > th {
    background-color: #ff8900;
    color: #fff;
    border-top: none;
}
.bg-color-3 .footable > tbody > tr:hover, .bg-color-3.bg-image .footable > tbody > tr:hover {
    background: #0080cc;
}
.bg-color-4, .bg-color-4.bg-image {
    background-color: #ff8900;
    color: white;
    fill: #039;
}
.bg-color-4 .form h5 span, .bg-color-4.bg-image .form h5 span {
    background-color: #ff8900;
}
.bg-color-4 h1, .bg-color-4.bg-image h1, .bg-color-4 h2, .bg-color-4.bg-image h2, .bg-color-4 h3, .bg-color-4.bg-image h3, .bg-color-4 h4, .bg-color-4.bg-image h4, .bg-color-4 h5, .bg-color-4.bg-image h5, .bg-color-4 h6, .bg-color-4.bg-image h6, .bg-color-4 p, .bg-color-4.bg-image p, .bg-color-4 li, .bg-color-4.bg-image li {
    color: inherit;
    fill: inherit;
}
.bg-color-4 p a, .bg-color-4.bg-image p a {
    color: #0080cc;
}
.bg-color-4 .btn-1, .bg-color-4.bg-image .btn-1 {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}
.bg-color-4 .btn-1:hover, .bg-color-4.bg-image .btn-1:hover {
    background-color: #e30691 !important;
    color: white !important;
}
.bg-color-4 .btn-2, .bg-color-4.bg-image .btn-2 {
    color: white !important;
    background-color: #e30691 !important;
    border-color: #e30691 !important;
}
.bg-color-4 .btn-2:hover, .bg-color-4.bg-image .btn-2:hover {
    background-color: #e30691 !important;
    color: white !important;
}
.bg-color-4 .footable > thead > tr > th, .bg-color-4.bg-image .footable > thead > tr > th {
    background-color: #039;
    color: #fff;
    border-top: none;
}
.bg-color-4 .footable > tbody > tr:hover, .bg-color-4.bg-image .footable > tbody > tr:hover {
    background: #0080cc;
}
.bg-color-5, .bg-color-5.bg-image {
    background-color: #039;
    color: white;
    fill: #e30691;
}
.bg-color-5 h1, .bg-color-5.bg-image h1, .bg-color-5 h2, .bg-color-5.bg-image h2, .bg-color-5 h3, .bg-color-5.bg-image h3, .bg-color-5 h4, .bg-color-5.bg-image h4, .bg-color-5 h5, .bg-color-5.bg-image h5, .bg-color-5 h6, .bg-color-5.bg-image h6, .bg-color-5 li, .bg-color-5.bg-image li {
    color: white;
    fill: white;
}
.bg-color-5 .form h5 span, .bg-color-5.bg-image .form h5 span {
    background-color: #039;
}
.bg-color-5 p a, .bg-color-5.bg-image p a {
    color: #ff8900;
}
.bg-color-5 .footable > thead > tr > th, .bg-color-5.bg-image .footable > thead > tr > th {
    background-color: #e30691;
    color: #fff;
    border-top: none;
}
.bg-color-5 .footable > tbody > tr:hover, .bg-color-5.bg-image .footable > tbody > tr:hover {
    background: #0080cc;
}
.bg-color-6, .bg-color-6.bg-image {
    background-color: #0080cc;
    color: white;
    fill: white;
}
.bg-color-6 h1, .bg-color-6.bg-image h1, .bg-color-6 h2, .bg-color-6.bg-image h2, .bg-color-6 h3, .bg-color-6.bg-image h3, .bg-color-6 h4, .bg-color-6.bg-image h4, .bg-color-6 h5, .bg-color-6.bg-image h5, .bg-color-6 h6, .bg-color-6.bg-image h6, .bg-color-6 li, .bg-color-6.bg-image li {
    color: white;
    fill: white;
}
.bg-color-6 .form h5 span, .bg-color-6.bg-image .form h5 span {
    background-color: #0080cc;
}
.bg-color-7, .bg-color-7.bg-image {
    background-color: #c02;
    color: white;
    fill: white;
}
.bg-color-7 h1, .bg-color-7.bg-image h1, .bg-color-7 h2, .bg-color-7.bg-image h2, .bg-color-7 h3, .bg-color-7.bg-image h3, .bg-color-7 h4, .bg-color-7.bg-image h4, .bg-color-7 h5, .bg-color-7.bg-image h5, .bg-color-7 h6, .bg-color-7.bg-image h6, .bg-color-7 li, .bg-color-7.bg-image li {
    color: white;
    fill: white;
}
.bg-color-7 .form h5 span, .bg-color-7.bg-image .form h5 span {
    background-color: #c02;
}
.bg-color-8, .bg-color-8.bg-image {
    background-color: #f9f9f9;
    color: white;
    fill: white;
}
.bg-color-8 h1, .bg-color-8.bg-image h1, .bg-color-8 h2, .bg-color-8.bg-image h2, .bg-color-8 h3, .bg-color-8.bg-image h3, .bg-color-8 h4, .bg-color-8.bg-image h4, .bg-color-8 h5, .bg-color-8.bg-image h5, .bg-color-8 h6, .bg-color-8.bg-image h6, .bg-color-8 li, .bg-color-8.bg-image li {
    color: white;
    fill: white;
}
.bg-color-8 .form h5 span, .bg-color-8.bg-image .form h5 span {
    background-color: #f9f9f9;
}
.bg-color-9, .bg-color-9.bg-image {
    background-color: #039;
    color: white;
    fill: white;
}
.bg-color-9 h1, .bg-color-9.bg-image h1, .bg-color-9 h2, .bg-color-9.bg-image h2, .bg-color-9 h3, .bg-color-9.bg-image h3, .bg-color-9 h4, .bg-color-9.bg-image h4, .bg-color-9 h5, .bg-color-9.bg-image h5, .bg-color-9 h6, .bg-color-9.bg-image h6, .bg-color-9 li, .bg-color-9.bg-image li {
    color: white;
    fill: white;
}
.bg-color-9 .form h5 span, .bg-color-9.bg-image .form h5 span {
    background-color: #039;
}
.bg-color-10, .bg-color-10.bg-image {
    color: #fff;
    fill: #fff;
    background-color: #006;
}
.bg-color-10 .form h5 span, .bg-color-10.bg-image .form h5 span {
    background-color: #006;
}
.bg-color-10:after, .bg-color-10.bg-image:after {
    background-color: inherit;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block !important;
    opacity: 0.95;
    filter: alpha(opacity=95);
    content: "";
}
.bg-color-10 h1, .bg-color-10.bg-image h1, .bg-color-10 h2, .bg-color-10.bg-image h2, .bg-color-10 h3, .bg-color-10.bg-image h3, .bg-color-10 h4, .bg-color-10.bg-image h4, .bg-color-10 h5, .bg-color-10.bg-image h5, .bg-color-10 h6, .bg-color-10.bg-image h6 {
    color: inherit;
    fill: inherit;
}
.bg-color-10 p, .bg-color-10.bg-image p, .bg-color-10 li, .bg-color-10.bg-image li {
    color: white;
}
.bg-color-10 a, .bg-color-10.bg-image a {
    color: #fff;
}
.bg-color-10 .btn-1, .bg-color-10.bg-image .btn-1 {
    color: #fff !important;
    background-color: transparent !important;
    border-color: #fff !important;
}
.bg-color-10 .btn-1:hover, .bg-color-10.bg-image .btn-1:hover {
    background-color: #006 !important;
    color: white !important;
}
.bg-color-10 .btn-2, .bg-color-10.bg-image .btn-2 {
    color: white !important;
    background-color: #e30691 !important;
    border-color: #e30691 !important;
}
.bg-color-10 .btn-2:hover, .bg-color-10.bg-image .btn-2:hover {
    background-color: #e30691 !important;
    color: white !important;
}
/*--- Supporting styles -------------------*/
.white-text, .bg-image {
    color: white !important;
    fill: white !important;
}
.white-text h1, .bg-image h1, .white-text h2, .bg-image h2, .white-text h3, .bg-image h3, .white-text h4, .bg-image h4, .white-text h5, .bg-image h5, .white-text h6, .bg-image h6, .white-text li, .bg-image li {
    color: white !important;
}
.white-text p, .bg-image p {
    color: white !important;
}
.white-text a, .bg-image a {
    color: #0ca;
}
.white-text .btn-1, .bg-image .btn-1 {
    color: white !important;
    background-color: transparent !important;
    border-color: white !important;
}
.white-text .btn-1:hover, .bg-image .btn-1:hover {
    background-color: transparent !important;
    color: white !important;
}
.white-text .btn-2, .bg-image .btn-2 {
    color: white !important;
    background-color: transparent !important;
    border-color: transparent !important;
}
.white-text .btn-2:hover, .bg-image .btn-2:hover {
    background-color: transparent !important;
    color: white !important;
}
.bg-white, .bg-white.bg-image {
    background-color: white;
    color: #0080cc;
    fill: #0080cc;
}
.bg-white h1, .bg-white.bg-image h1, .bg-white h2, .bg-white.bg-image h2, .bg-white h3, .bg-white.bg-image h3, .bg-white h4, .bg-white.bg-image h4, .bg-white h5, .bg-white.bg-image h5, .bg-white h6, .bg-white.bg-image h6 {
    color: #0080cc;
}
.bg-white p, .bg-white.bg-image p {
    color: #222;
}
.bg-white div[class^='box-'], .bg-white.bg-image div[class^='box-'], .bg-white div[class*=' box-'], .bg-white.bg-image div[class*=' box-'] {
    border-color: #e3e3e3;
}
.bg-white input[type="text"].text, .bg-white.bg-image input[type="text"].text {
    border: 1px solid #222;
}
.bg-white .selectric, .bg-white.bg-image .selectric {
    border: 1px solid #222;
}
.bg-white .selectric .label, .bg-white.bg-image .selectric .label {
    color: #222;
}
.bg-white .selectric .button:after, .bg-white.bg-image .selectric .button:after {
    color: #222;
}
.bg-white .selectric-items, .bg-white.bg-image .selectric-items {
    border: 1px solid #222;
    border-top: none;
}
.bg-white.bg-image p {
    color: #fff;
}
.bg-grey, .bg-grey.bg-image {
    background-color: #f9f9f9;
    color: #0080cc;
    fill: #0080cc;
}
.bg-grey p, .bg-grey.bg-image p, .bg-grey ul, .bg-grey.bg-image ul, .bg-grey ol, .bg-grey.bg-image ol, .bg-grey li, .bg-grey.bg-image li {
    color: #222 !important;
}
.bg-grey h1, .bg-grey.bg-image h1, .bg-grey h2, .bg-grey.bg-image h2, .bg-grey h3, .bg-grey.bg-image h3, .bg-grey h4, .bg-grey.bg-image h4, .bg-grey h5, .bg-grey.bg-image h5, .bg-grey h6, .bg-grey.bg-image h6 {
    color: #0080cc !important;
}
.bg-grey div[class^='box-'], .bg-grey.bg-image div[class^='box-'], .bg-grey div[class*=' box-'], .bg-grey.bg-image div[class*=' box-'] {
    border-color: #e3e3e3;
}
.bg-grey .item .form .text, .bg-grey.bg-image .item .form .text {
    border: 1px solid #222;
}
.bg-grey .item .form .selectric, .bg-grey.bg-image .item .form .selectric {
    border: 1px solid #222;
}
.bg-grey .item .form .selectric .label, .bg-grey.bg-image .item .form .selectric .label {
    color: #222;
}
.bg-grey .item .form .selectric .button:after, .bg-grey.bg-image .item .form .selectric .button:after {
    color: #222;
}
.bg-grey .item .form .selectric-items, .bg-grey.bg-image .item .form .selectric-items {
    border: 1px solid #222;
    border-top: none;
}
.bg-grey .bg-image p, .bg-grey.bg-image .bg-image p, .bg-grey .bg-image ul, .bg-grey.bg-image .bg-image ul, .bg-grey .bg-image ol, .bg-grey.bg-image .bg-image ol, .bg-grey .bg-image li, .bg-grey.bg-image .bg-image li {
    color: #fff !important;
}
.bg-grey .bg-image h1, .bg-grey.bg-image .bg-image h1, .bg-grey .bg-image h2, .bg-grey.bg-image .bg-image h2, .bg-grey .bg-image h3, .bg-grey.bg-image .bg-image h3, .bg-grey .bg-image h4, .bg-grey.bg-image .bg-image h4, .bg-grey .bg-image h5, .bg-grey.bg-image .bg-image h5, .bg-grey .bg-image h6, .bg-grey.bg-image .bg-image h6 {
    color: #fff !important;
}
.bg-grey .bg-color-1 p, .bg-grey .bg-color-2 p, .bg-grey .bg-color-2.bg-image p, .bg-grey .bg-black p, .bg-grey .bg-black.bg-image p, .bg-grey .bg-color-3 p, .bg-grey .bg-color-3.bg-image p, .bg-grey .bg-color-4 p, .bg-grey .bg-color-4.bg-image p, .bg-grey .bg-color-5 p, .bg-grey .bg-color-5.bg-image p, .bg-grey .bg-color-6 p, .bg-grey .bg-color-6.bg-image p, .bg-grey .bg-color-7 p, .bg-grey .bg-color-7.bg-image p, .bg-grey .bg-color-8 p, .bg-grey .bg-color-8.bg-image p, .bg-grey .bg-color-9 p, .bg-grey .bg-color-9.bg-image p, .bg-grey .bg-color-10 p, .bg-grey .bg-color-10.bg-image p, .bg-grey.bg-image .bg-color-1 p, .bg-grey.bg-image .bg-color-2 p, .bg-grey.bg-image .bg-color-2.bg-image p, .bg-grey.bg-image .bg-black p, .bg-grey.bg-image .bg-black.bg-image p, .bg-grey.bg-image .bg-color-3 p, .bg-grey.bg-image .bg-color-3.bg-image p, .bg-grey.bg-image .bg-color-4 p, .bg-grey.bg-image .bg-color-4.bg-image p, .bg-grey.bg-image .bg-color-5 p, .bg-grey.bg-image .bg-color-5.bg-image p, .bg-grey.bg-image .bg-color-6 p, .bg-grey.bg-image .bg-color-6.bg-image p, .bg-grey.bg-image .bg-color-7 p, .bg-grey.bg-image .bg-color-7.bg-image p, .bg-grey.bg-image .bg-color-8 p, .bg-grey.bg-image .bg-color-8.bg-image p, .bg-grey.bg-image .bg-color-9 p, .bg-grey.bg-image .bg-color-9.bg-image p, .bg-grey.bg-image .bg-color-10 p, .bg-grey.bg-image .bg-color-10.bg-image p, .bg-grey .bg-color-1 ul, .bg-grey .bg-color-2 ul, .bg-grey .bg-color-2.bg-image ul, .bg-grey .bg-black ul, .bg-grey .bg-black.bg-image ul, .bg-grey .bg-color-3 ul, .bg-grey .bg-color-3.bg-image ul, .bg-grey .bg-color-4 ul, .bg-grey .bg-color-4.bg-image ul, .bg-grey .bg-color-5 ul, .bg-grey .bg-color-5.bg-image ul, .bg-grey .bg-color-6 ul, .bg-grey .bg-color-6.bg-image ul, .bg-grey .bg-color-7 ul, .bg-grey .bg-color-7.bg-image ul, .bg-grey .bg-color-8 ul, .bg-grey .bg-color-8.bg-image ul, .bg-grey .bg-color-9 ul, .bg-grey .bg-color-9.bg-image ul, .bg-grey .bg-color-10 ul, .bg-grey .bg-color-10.bg-image ul, .bg-grey.bg-image .bg-color-1 ul, .bg-grey.bg-image .bg-color-2 ul, .bg-grey.bg-image .bg-color-2.bg-image ul, .bg-grey.bg-image .bg-black ul, .bg-grey.bg-image .bg-black.bg-image ul, .bg-grey.bg-image .bg-color-3 ul, .bg-grey.bg-image .bg-color-3.bg-image ul, .bg-grey.bg-image .bg-color-4 ul, .bg-grey.bg-image .bg-color-4.bg-image ul, .bg-grey.bg-image .bg-color-5 ul, .bg-grey.bg-image .bg-color-5.bg-image ul, .bg-grey.bg-image .bg-color-6 ul, .bg-grey.bg-image .bg-color-6.bg-image ul, .bg-grey.bg-image .bg-color-7 ul, .bg-grey.bg-image .bg-color-7.bg-image ul, .bg-grey.bg-image .bg-color-8 ul, .bg-grey.bg-image .bg-color-8.bg-image ul, .bg-grey.bg-image .bg-color-9 ul, .bg-grey.bg-image .bg-color-9.bg-image ul, .bg-grey.bg-image .bg-color-10 ul, .bg-grey.bg-image .bg-color-10.bg-image ul, .bg-grey .bg-color-1 ol, .bg-grey .bg-color-2 ol, .bg-grey .bg-color-2.bg-image ol, .bg-grey .bg-black ol, .bg-grey .bg-black.bg-image ol, .bg-grey .bg-color-3 ol, .bg-grey .bg-color-3.bg-image ol, .bg-grey .bg-color-4 ol, .bg-grey .bg-color-4.bg-image ol, .bg-grey .bg-color-5 ol, .bg-grey .bg-color-5.bg-image ol, .bg-grey .bg-color-6 ol, .bg-grey .bg-color-6.bg-image ol, .bg-grey .bg-color-7 ol, .bg-grey .bg-color-7.bg-image ol, .bg-grey .bg-color-8 ol, .bg-grey .bg-color-8.bg-image ol, .bg-grey .bg-color-9 ol, .bg-grey .bg-color-9.bg-image ol, .bg-grey .bg-color-10 ol, .bg-grey .bg-color-10.bg-image ol, .bg-grey.bg-image .bg-color-1 ol, .bg-grey.bg-image .bg-color-2 ol, .bg-grey.bg-image .bg-color-2.bg-image ol, .bg-grey.bg-image .bg-black ol, .bg-grey.bg-image .bg-black.bg-image ol, .bg-grey.bg-image .bg-color-3 ol, .bg-grey.bg-image .bg-color-3.bg-image ol, .bg-grey.bg-image .bg-color-4 ol, .bg-grey.bg-image .bg-color-4.bg-image ol, .bg-grey.bg-image .bg-color-5 ol, .bg-grey.bg-image .bg-color-5.bg-image ol, .bg-grey.bg-image .bg-color-6 ol, .bg-grey.bg-image .bg-color-6.bg-image ol, .bg-grey.bg-image .bg-color-7 ol, .bg-grey.bg-image .bg-color-7.bg-image ol, .bg-grey.bg-image .bg-color-8 ol, .bg-grey.bg-image .bg-color-8.bg-image ol, .bg-grey.bg-image .bg-color-9 ol, .bg-grey.bg-image .bg-color-9.bg-image ol, .bg-grey.bg-image .bg-color-10 ol, .bg-grey.bg-image .bg-color-10.bg-image ol, .bg-grey .bg-color-1 li, .bg-grey .bg-color-2 li, .bg-grey .bg-color-2.bg-image li, .bg-grey .bg-black li, .bg-grey .bg-black.bg-image li, .bg-grey .bg-color-3 li, .bg-grey .bg-color-3.bg-image li, .bg-grey .bg-color-4 li, .bg-grey .bg-color-4.bg-image li, .bg-grey .bg-color-5 li, .bg-grey .bg-color-5.bg-image li, .bg-grey .bg-color-6 li, .bg-grey .bg-color-6.bg-image li, .bg-grey .bg-color-7 li, .bg-grey .bg-color-7.bg-image li, .bg-grey .bg-color-8 li, .bg-grey .bg-color-8.bg-image li, .bg-grey .bg-color-9 li, .bg-grey .bg-color-9.bg-image li, .bg-grey .bg-color-10 li, .bg-grey .bg-color-10.bg-image li, .bg-grey.bg-image .bg-color-1 li, .bg-grey.bg-image .bg-color-2 li, .bg-grey.bg-image .bg-color-2.bg-image li, .bg-grey.bg-image .bg-black li, .bg-grey.bg-image .bg-black.bg-image li, .bg-grey.bg-image .bg-color-3 li, .bg-grey.bg-image .bg-color-3.bg-image li, .bg-grey.bg-image .bg-color-4 li, .bg-grey.bg-image .bg-color-4.bg-image li, .bg-grey.bg-image .bg-color-5 li, .bg-grey.bg-image .bg-color-5.bg-image li, .bg-grey.bg-image .bg-color-6 li, .bg-grey.bg-image .bg-color-6.bg-image li, .bg-grey.bg-image .bg-color-7 li, .bg-grey.bg-image .bg-color-7.bg-image li, .bg-grey.bg-image .bg-color-8 li, .bg-grey.bg-image .bg-color-8.bg-image li, .bg-grey.bg-image .bg-color-9 li, .bg-grey.bg-image .bg-color-9.bg-image li, .bg-grey.bg-image .bg-color-10 li, .bg-grey.bg-image .bg-color-10.bg-image li {
    color: #fff !important;
}
.bg-grey .bg-color-1 h1, .bg-grey .bg-color-2 h1, .bg-grey .bg-color-2.bg-image h1, .bg-grey .bg-black h1, .bg-grey .bg-black.bg-image h1, .bg-grey .bg-color-3 h1, .bg-grey .bg-color-3.bg-image h1, .bg-grey .bg-color-4 h1, .bg-grey .bg-color-4.bg-image h1, .bg-grey .bg-color-5 h1, .bg-grey .bg-color-5.bg-image h1, .bg-grey .bg-color-6 h1, .bg-grey .bg-color-6.bg-image h1, .bg-grey .bg-color-7 h1, .bg-grey .bg-color-7.bg-image h1, .bg-grey .bg-color-8 h1, .bg-grey .bg-color-8.bg-image h1, .bg-grey .bg-color-9 h1, .bg-grey .bg-color-9.bg-image h1, .bg-grey .bg-color-10 h1, .bg-grey .bg-color-10.bg-image h1, .bg-grey.bg-image .bg-color-1 h1, .bg-grey.bg-image .bg-color-2 h1, .bg-grey.bg-image .bg-color-2.bg-image h1, .bg-grey.bg-image .bg-black h1, .bg-grey.bg-image .bg-black.bg-image h1, .bg-grey.bg-image .bg-color-3 h1, .bg-grey.bg-image .bg-color-3.bg-image h1, .bg-grey.bg-image .bg-color-4 h1, .bg-grey.bg-image .bg-color-4.bg-image h1, .bg-grey.bg-image .bg-color-5 h1, .bg-grey.bg-image .bg-color-5.bg-image h1, .bg-grey.bg-image .bg-color-6 h1, .bg-grey.bg-image .bg-color-6.bg-image h1, .bg-grey.bg-image .bg-color-7 h1, .bg-grey.bg-image .bg-color-7.bg-image h1, .bg-grey.bg-image .bg-color-8 h1, .bg-grey.bg-image .bg-color-8.bg-image h1, .bg-grey.bg-image .bg-color-9 h1, .bg-grey.bg-image .bg-color-9.bg-image h1, .bg-grey.bg-image .bg-color-10 h1, .bg-grey.bg-image .bg-color-10.bg-image h1, .bg-grey .bg-color-1 h2, .bg-grey .bg-color-2 h2, .bg-grey .bg-color-2.bg-image h2, .bg-grey .bg-black h2, .bg-grey .bg-black.bg-image h2, .bg-grey .bg-color-3 h2, .bg-grey .bg-color-3.bg-image h2, .bg-grey .bg-color-4 h2, .bg-grey .bg-color-4.bg-image h2, .bg-grey .bg-color-5 h2, .bg-grey .bg-color-5.bg-image h2, .bg-grey .bg-color-6 h2, .bg-grey .bg-color-6.bg-image h2, .bg-grey .bg-color-7 h2, .bg-grey .bg-color-7.bg-image h2, .bg-grey .bg-color-8 h2, .bg-grey .bg-color-8.bg-image h2, .bg-grey .bg-color-9 h2, .bg-grey .bg-color-9.bg-image h2, .bg-grey .bg-color-10 h2, .bg-grey .bg-color-10.bg-image h2, .bg-grey.bg-image .bg-color-1 h2, .bg-grey.bg-image .bg-color-2 h2, .bg-grey.bg-image .bg-color-2.bg-image h2, .bg-grey.bg-image .bg-black h2, .bg-grey.bg-image .bg-black.bg-image h2, .bg-grey.bg-image .bg-color-3 h2, .bg-grey.bg-image .bg-color-3.bg-image h2, .bg-grey.bg-image .bg-color-4 h2, .bg-grey.bg-image .bg-color-4.bg-image h2, .bg-grey.bg-image .bg-color-5 h2, .bg-grey.bg-image .bg-color-5.bg-image h2, .bg-grey.bg-image .bg-color-6 h2, .bg-grey.bg-image .bg-color-6.bg-image h2, .bg-grey.bg-image .bg-color-7 h2, .bg-grey.bg-image .bg-color-7.bg-image h2, .bg-grey.bg-image .bg-color-8 h2, .bg-grey.bg-image .bg-color-8.bg-image h2, .bg-grey.bg-image .bg-color-9 h2, .bg-grey.bg-image .bg-color-9.bg-image h2, .bg-grey.bg-image .bg-color-10 h2, .bg-grey.bg-image .bg-color-10.bg-image h2, .bg-grey .bg-color-1 h3, .bg-grey .bg-color-2 h3, .bg-grey .bg-color-2.bg-image h3, .bg-grey .bg-black h3, .bg-grey .bg-black.bg-image h3, .bg-grey .bg-color-3 h3, .bg-grey .bg-color-3.bg-image h3, .bg-grey .bg-color-4 h3, .bg-grey .bg-color-4.bg-image h3, .bg-grey .bg-color-5 h3, .bg-grey .bg-color-5.bg-image h3, .bg-grey .bg-color-6 h3, .bg-grey .bg-color-6.bg-image h3, .bg-grey .bg-color-7 h3, .bg-grey .bg-color-7.bg-image h3, .bg-grey .bg-color-8 h3, .bg-grey .bg-color-8.bg-image h3, .bg-grey .bg-color-9 h3, .bg-grey .bg-color-9.bg-image h3, .bg-grey .bg-color-10 h3, .bg-grey .bg-color-10.bg-image h3, .bg-grey.bg-image .bg-color-1 h3, .bg-grey.bg-image .bg-color-2 h3, .bg-grey.bg-image .bg-color-2.bg-image h3, .bg-grey.bg-image .bg-black h3, .bg-grey.bg-image .bg-black.bg-image h3, .bg-grey.bg-image .bg-color-3 h3, .bg-grey.bg-image .bg-color-3.bg-image h3, .bg-grey.bg-image .bg-color-4 h3, .bg-grey.bg-image .bg-color-4.bg-image h3, .bg-grey.bg-image .bg-color-5 h3, .bg-grey.bg-image .bg-color-5.bg-image h3, .bg-grey.bg-image .bg-color-6 h3, .bg-grey.bg-image .bg-color-6.bg-image h3, .bg-grey.bg-image .bg-color-7 h3, .bg-grey.bg-image .bg-color-7.bg-image h3, .bg-grey.bg-image .bg-color-8 h3, .bg-grey.bg-image .bg-color-8.bg-image h3, .bg-grey.bg-image .bg-color-9 h3, .bg-grey.bg-image .bg-color-9.bg-image h3, .bg-grey.bg-image .bg-color-10 h3, .bg-grey.bg-image .bg-color-10.bg-image h3, .bg-grey .bg-color-1 h4, .bg-grey .bg-color-2 h4, .bg-grey .bg-color-2.bg-image h4, .bg-grey .bg-black h4, .bg-grey .bg-black.bg-image h4, .bg-grey .bg-color-3 h4, .bg-grey .bg-color-3.bg-image h4, .bg-grey .bg-color-4 h4, .bg-grey .bg-color-4.bg-image h4, .bg-grey .bg-color-5 h4, .bg-grey .bg-color-5.bg-image h4, .bg-grey .bg-color-6 h4, .bg-grey .bg-color-6.bg-image h4, .bg-grey .bg-color-7 h4, .bg-grey .bg-color-7.bg-image h4, .bg-grey .bg-color-8 h4, .bg-grey .bg-color-8.bg-image h4, .bg-grey .bg-color-9 h4, .bg-grey .bg-color-9.bg-image h4, .bg-grey .bg-color-10 h4, .bg-grey .bg-color-10.bg-image h4, .bg-grey.bg-image .bg-color-1 h4, .bg-grey.bg-image .bg-color-2 h4, .bg-grey.bg-image .bg-color-2.bg-image h4, .bg-grey.bg-image .bg-black h4, .bg-grey.bg-image .bg-black.bg-image h4, .bg-grey.bg-image .bg-color-3 h4, .bg-grey.bg-image .bg-color-3.bg-image h4, .bg-grey.bg-image .bg-color-4 h4, .bg-grey.bg-image .bg-color-4.bg-image h4, .bg-grey.bg-image .bg-color-5 h4, .bg-grey.bg-image .bg-color-5.bg-image h4, .bg-grey.bg-image .bg-color-6 h4, .bg-grey.bg-image .bg-color-6.bg-image h4, .bg-grey.bg-image .bg-color-7 h4, .bg-grey.bg-image .bg-color-7.bg-image h4, .bg-grey.bg-image .bg-color-8 h4, .bg-grey.bg-image .bg-color-8.bg-image h4, .bg-grey.bg-image .bg-color-9 h4, .bg-grey.bg-image .bg-color-9.bg-image h4, .bg-grey.bg-image .bg-color-10 h4, .bg-grey.bg-image .bg-color-10.bg-image h4, .bg-grey .bg-color-1 h5, .bg-grey .bg-color-2 h5, .bg-grey .bg-color-2.bg-image h5, .bg-grey .bg-black h5, .bg-grey .bg-black.bg-image h5, .bg-grey .bg-color-3 h5, .bg-grey .bg-color-3.bg-image h5, .bg-grey .bg-color-4 h5, .bg-grey .bg-color-4.bg-image h5, .bg-grey .bg-color-5 h5, .bg-grey .bg-color-5.bg-image h5, .bg-grey .bg-color-6 h5, .bg-grey .bg-color-6.bg-image h5, .bg-grey .bg-color-7 h5, .bg-grey .bg-color-7.bg-image h5, .bg-grey .bg-color-8 h5, .bg-grey .bg-color-8.bg-image h5, .bg-grey .bg-color-9 h5, .bg-grey .bg-color-9.bg-image h5, .bg-grey .bg-color-10 h5, .bg-grey .bg-color-10.bg-image h5, .bg-grey.bg-image .bg-color-1 h5, .bg-grey.bg-image .bg-color-2 h5, .bg-grey.bg-image .bg-color-2.bg-image h5, .bg-grey.bg-image .bg-black h5, .bg-grey.bg-image .bg-black.bg-image h5, .bg-grey.bg-image .bg-color-3 h5, .bg-grey.bg-image .bg-color-3.bg-image h5, .bg-grey.bg-image .bg-color-4 h5, .bg-grey.bg-image .bg-color-4.bg-image h5, .bg-grey.bg-image .bg-color-5 h5, .bg-grey.bg-image .bg-color-5.bg-image h5, .bg-grey.bg-image .bg-color-6 h5, .bg-grey.bg-image .bg-color-6.bg-image h5, .bg-grey.bg-image .bg-color-7 h5, .bg-grey.bg-image .bg-color-7.bg-image h5, .bg-grey.bg-image .bg-color-8 h5, .bg-grey.bg-image .bg-color-8.bg-image h5, .bg-grey.bg-image .bg-color-9 h5, .bg-grey.bg-image .bg-color-9.bg-image h5, .bg-grey.bg-image .bg-color-10 h5, .bg-grey.bg-image .bg-color-10.bg-image h5, .bg-grey .bg-color-1 h6, .bg-grey .bg-color-2 h6, .bg-grey .bg-color-2.bg-image h6, .bg-grey .bg-black h6, .bg-grey .bg-black.bg-image h6, .bg-grey .bg-color-3 h6, .bg-grey .bg-color-3.bg-image h6, .bg-grey .bg-color-4 h6, .bg-grey .bg-color-4.bg-image h6, .bg-grey .bg-color-5 h6, .bg-grey .bg-color-5.bg-image h6, .bg-grey .bg-color-6 h6, .bg-grey .bg-color-6.bg-image h6, .bg-grey .bg-color-7 h6, .bg-grey .bg-color-7.bg-image h6, .bg-grey .bg-color-8 h6, .bg-grey .bg-color-8.bg-image h6, .bg-grey .bg-color-9 h6, .bg-grey .bg-color-9.bg-image h6, .bg-grey .bg-color-10 h6, .bg-grey .bg-color-10.bg-image h6, .bg-grey.bg-image .bg-color-1 h6, .bg-grey.bg-image .bg-color-2 h6, .bg-grey.bg-image .bg-color-2.bg-image h6, .bg-grey.bg-image .bg-black h6, .bg-grey.bg-image .bg-black.bg-image h6, .bg-grey.bg-image .bg-color-3 h6, .bg-grey.bg-image .bg-color-3.bg-image h6, .bg-grey.bg-image .bg-color-4 h6, .bg-grey.bg-image .bg-color-4.bg-image h6, .bg-grey.bg-image .bg-color-5 h6, .bg-grey.bg-image .bg-color-5.bg-image h6, .bg-grey.bg-image .bg-color-6 h6, .bg-grey.bg-image .bg-color-6.bg-image h6, .bg-grey.bg-image .bg-color-7 h6, .bg-grey.bg-image .bg-color-7.bg-image h6, .bg-grey.bg-image .bg-color-8 h6, .bg-grey.bg-image .bg-color-8.bg-image h6, .bg-grey.bg-image .bg-color-9 h6, .bg-grey.bg-image .bg-color-9.bg-image h6, .bg-grey.bg-image .bg-color-10 h6, .bg-grey.bg-image .bg-color-10.bg-image h6 {
    color: #fff !important;
}
.bg-grey.bg-image p {
    color: #fff;
}
.decor {
    background: url("../images/img-decor.png") no-repeat 100% 100%;
}
@media (max-width: 768px) {
    .decor {
        -moz-background-size: 50%;
        -webkit-background-size: 50%;
        background-size: 50%;
        padding: 0 0 40px 0;
    }
}
.alert-bar {
    background-color: #0ca;
    position: fixed;
    left: 50%;
    top: 160px;
    z-index: 100;
    width: 100%;
    max-width: 1408px;
    margin: 0 0 0 -704px;
}
@media (max-width: 1408px) {
    .alert-bar {
        max-width: 1248px;
        margin: 0 0 0 -624px;
    }
}
@media (max-width: 1248px) {
    .alert-bar {
        max-width: 1008px;
        margin: 0 0 0 -504px;
    }
}
@media (max-width: 1008px) {
    .alert-bar {
        max-width: 768px;
        margin: 0 0 0 -384px;
        top: 80px;
    }
}
@media (max-width: 768px) {
    .alert-bar {
        max-width: 100%;
        left: 0;
        margin: 0 auto;
    }
}
.alert-bar .container, .alert-bar .t2 .bin, .t2 .alert-bar .bin, .alert-bar .t3 .bin, .t3 .alert-bar .bin {
    padding: 15px 40px 15px 80px;
}
.alert-bar:before {
    content: '';
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
}
.alert-bar:after {
    content: '\E003';
    display: block;
    font-family: 'uja-riverdale';
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    width: 65px;
    margin: -12px 0 0;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    background-image: none !important;
}
.alert-bar h1, .alert-bar h2, .alert-bar h3, .alert-bar h4, .alert-bar h5, .alert-bar h6 {
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}
.alert-bar p {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    margin: 0;
    font-weight: 300;
    line-height: normal;
    padding: 0;
}
.alert-bar p:before {
    display: none;
}
.alert-bar p a {
    color: #006;
}
.alert-bar .close {
    position: absolute;
    top: 50%;
    margin: -8px 0 0;
    right: 15px;
    width: 16px;
    height: 16px;
}
.alert-bar .close:after {
    content: '\E01B';
    display: block;
    font-family: 'uja-riverdale';
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 16px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
}
/* Brand Fonts & Treatment -------------------------------------*/
.h1, h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1em;
    margin: 0;
    font-weight: bold;
    color: #0080cc;
    position: relative;
}
.h2, h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #0080cc;
    position: relative;
}
.h3, h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #0080cc;
    position: relative;
}
.h4, h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2em;
    font-weight: bold;
    margin: 0;
    color: #0080cc;
    position: relative;
}
.h5, h5 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2em;
    margin: 0;
    color: #0080cc;
    position: relative;
}
.h6, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2em;
    margin: 0;
    color: #e30691;
    position: relative;
}
h1 {
    margin: 0.5em 0 0.5em;
}
h2 {
    margin: 0.5em 0 0.5em;
}
h3 {
    margin: 0.5em 0 0.5em;
}
h4 {
    margin: 0.5em 0 0.5em;
}
h5 {
    margin: 0.5em 0 0.5em;
}
h6 {
    margin: 0.5em 0 0.5em;
}
p {
    font-family: 'Lato', sans-serif;
    padding: 0;
    font-weight: 400;
    line-height: 1.4em;
    margin: 0 0 15px;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    color: #222;
}
.link, a {
    color: #e30691;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    text-decoration: none;
}
.link:hover, a:hover, .link.hovered, a.hovered {
    text-decoration: none;
}
.link:active, a:active {
    color: inherit;
}
b {
    font-weight: 600;
    color: #222;
}
a {
    outline: none !important;
    position: relative;
}
ul {
    margin: 0;
    list-style: none;
    padding: 10px 25px 10px 0;
}
@media (max-width: 736px) {
    ul {
        padding: 10px 0;
        position: relative;
    }
}
ul li {
    position: relative;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    line-height: 1.8em;
    padding-left: 48px;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
}
@media (max-width: 736px) {
    ul li {
        padding-left: 20px;
    }
}
ul li:before {
    content: "";
    display: block;
    position: absolute;
    left: 25px;
    top: 13px;
    background-color: #e30691;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
@media (max-width: 736px) {
    ul li:before {
        left: 0;
    }
}
ol {
    margin: 0;
    padding: 10px 25px 10px 0;
    list-style-type: none;
    counter-reset: point;
}
@media (max-width: 736px) {
    ol {
        padding: 10px 0;
        position: relative;
    }
}
ol li {
    padding: 0 0 0 50px;
    line-height: 1.8em;
    list-style: none;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Lato', sans-serif;
}
@media (max-width: 736px) {
    ol li {
        padding-left: 20px;
    }
}
ol li:before {
    counter-increment: point 1;
    content: counter(point) ".)";
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 2px;
    width: 20px;
    height: 14px;
    line-height: 1.8em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #e30691;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
@media (max-width: 736px) {
    ol li:before {
        left: 0;
    }
}
em {
    font-style: italic;
    position: relative;
}
strong {
    font-weight: 600;
    position: relative;
}
mark {
    color: #0080cc;
    background: none;
    position: relative;
}
hr {
    margin: 0;
    border-bottom: none;
    position: relative;
}
.btn-1 {
    padding: 15px;
    margin: 5px 5px 5px 0;
    text-align: center;
    display: inline-block;
    border-width: 1px !important;
    border-style: solid !important;
    background-color: transparent !important;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-1:hover {
    background-color: #222 !important;
    color: white !important;
}
.btn-2 {
    padding: 15px;
    margin: 5px 5px 5px 0;
    text-align: center;
    display: inline-block;
    border-width: 1px !important;
    border-style: solid !important;
    background-color: #222;
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-2:hover {
    color: #222 !important;
    background-color: transparent !important;
    border: 1px solid #222;
}
.c-1 {
    color: #e30691;
    background-color: #e30691;
    border: 1px solid #e30691;
}
.c-1:hover {
    background-color: transparent !important;
    color: #e30691 !important;
    border: 1px solid #e30691;
}
.c-2 {
    color: #0080cc;
    background-color: #0080cc;
    border: 1px solid #0080cc;
}
.c-2:hover {
    background-color: transparent !important;
    color: #0080cc !important;
    border: 1px solid #0080cc;
}
.c-3 {
    color: #90f;
    background-color: #90f;
    border: 1px solid #90f;
}
.c-3:hover {
    background-color: transparent !important;
    color: #90f !important;
    border: 1px solid #90f;
}
.c-4 {
    color: #ff8900;
    background-color: #ff8900;
    border: 1px solid #ff8900;
}
.c-4:hover {
    background-color: transparent !important;
    color: #ff8900 !important;
    border: 1px solid #ff8900;
}
.c-5 {
    color: #039;
    background-color: #039;
    border: 1px solid #039;
}
.c-5:hover {
    background-color: transparent !important;
    color: #039 !important;
    border: 1px solid #039;
}
.c-6 {
    color: #0ca;
    background-color: #0ca;
    border: 1px solid #0ca;
}
.c-6:hover {
    background-color: transparent !important;
    color: #0ca !important;
    border: 1px solid #0ca;
}
.c-7 {
    color: #c02;
    background-color: #c02;
    border: 1px solid #c02;
}
.c-7:hover {
    color: #c02 !important;
    background-color: transparent !important;
    border: 1px solid #c02;
}
/* =============================================================================
 FORMS
 ========================================================================== */
form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}
label {
    cursor: pointer;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    *overflow: visible;
}
input {
    outline: none;
}
/*Iphone Border Radius Fix*/
input {
    -webkit-border-radius: 0;
}
textarea {
    -webkit-border-radius: 0;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* mobile firefox too! */
}
button[disabled], input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
button {
    padding: 0;
}
input[type="checkbox"], input[type="radio"] {
    width: 15px;
    height: 16px;
    padding: 0;
    margin: 0;
}
input, textarea, select {
    font: 100% 'Lato', sans-serif, 'Ubuntu', sans-serif, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #039;
}
textarea {
    resize: vertical;
    margin: 0;
    padding: 0;
    overflow: auto;
    vertical-align: top;
    outline: none;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input:-moz-placeholder {
    color: #818181;
}
input::-moz-placeholder {
    color: #818181;
    opacity: 1;
}
input::-webkit-input-placeholder {
    color: #818181;
}
input:-ms-input-placeholder {
    color: #818181;
}
input:hover::placeholder {
    color: #e30691;
}
input:hover:-moz-placeholder {
    color: #e30691;
}
input:hover::-moz-placeholder {
    color: #e30691;
}
input:hover::-webkit-input-placeholder {
    color: #e30691;
}
input:hover:-ms-input-placeholder {
    color: #e30691;
}
input:hover::placeholder {
    color: #e30691;
}
input:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder {
    color: transparent;
}
input:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder {
    color: transparent;
}
input:focus::placeholder {
    color: transparent;
}
textarea:-moz-placeholder {
    color: #818181;
}
textarea::-moz-placeholder {
    color: #818181;
    opacity: 1;
}
textarea::-webkit-input-placeholder {
    color: #818181;
}
textarea:-ms-input-placeholder {
    color: #818181;
}
textarea:hover::placeholder {
    color: #e30691;
}
textarea:hover:-moz-placeholder {
    color: #e30691;
}
textarea:hover::-moz-placeholder {
    color: #e30691;
}
textarea:hover::-webkit-input-placeholder {
    color: #e30691;
}
textarea:hover:-ms-input-placeholder {
    color: #e30691;
}
textarea:hover::placeholder {
    color: #e30691;
}
textarea:focus:-moz-placeholder {
    color: transparent;
}
textarea:focus::-moz-placeholder {
    color: transparent;
}
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
textarea:focus::placeholder {
    color: transparent;
}
input::-ms-clear {
    display: none;
}
.form {
    z-index: 10;
}
.form .fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
@media (max-width: 736px) {
    .form .fields {
        display: block;
    }
}
.form .fields > .field {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-left: 0.5em;
    padding-right: 0.5em;
}
@media (max-width: 736px) {
    .form .fields > .field {
        padding: 0;
    }
}
.form .fields.two > .field, .form .fields.two > .fields {
    width: 50%;
}
@media (max-width: 736px) {
    .form .fields.two > .field, .form .fields.two > .fields {
        width: 100%;
    }
}
.form .fields.two .field:first-child {
    padding-left: 0;
}
.form .fields.two .field:last-child {
    padding-right: 0;
}
.form .fields.two .field.narrow {
    width: 30%;
}
@media (max-width: 1248px) {
    .form .fields.two .field.narrow {
        width: 40%;
    }
}
@media (max-width: 1008px) {
    .form .fields.two .field.narrow {
        width: 30%;
    }
}
@media (max-width: 736px) {
    .form .fields.two .field.narrow {
        width: 100%;
    }
}
.form .fields.two .field.wide {
    width: 70%;
}
@media (max-width: 1248px) {
    .form .fields.two .field.wide {
        width: 60%;
    }
}
@media (max-width: 1008px) {
    .form .fields.two .field.wide {
        width: 70%;
    }
}
@media (max-width: 736px) {
    .form .fields.two .field.wide {
        width: 100%;
    }
}
@media (max-width: 736px) {
    .form .fields.three:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
        font-size: 0;
        line-height: 0;
    }
}
.form .fields.three > .field, .form .fields.three > .fields {
    width: 33%;
}
@media (max-width: 736px) {
    .form .fields.three > .field, .form .fields.three > .fields {
        width: 100%;
    }
    .form .fields.three > .field.inline, .form .fields.three > .fields.inline {
        width: 47%;
    }
    .form .fields.three > .field.inline.left, .form .fields.three > .fields.inline.left {
        float: left;
        clear: left;
    }
    .form .fields.three > .field.inline.right, .form .fields.three > .fields.inline.right {
        clear: right;
        float: right;
    }
}
.form .fields.three .field:first-child {
    padding-left: 0;
}
.form .fields.three .field:last-child {
    padding-right: 0;
}
.form h5 {
    position: relative;
    width: 100%;
    margin: 10px 0;
}
.form h5:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.form h5 span {
    padding: 0 10px 0 0;
    background-color: #fff;
    position: relative;
    color: #e30691;
    z-index: 1;
}
.form h6 {
    color: #0080cc;
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    line-height: normal;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"], select, textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #818181;
    margin-bottom: 1em;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #222;
}
input[type="text"]:hover, input[type="tel"]:hover, input[type="email"]:hover, input[type="password"]:hover, input[type="search"]:hover, select:hover, textarea:hover, input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="search"]:focus, select:focus, textarea:focus {
    color: #e30691;
    border: 1px solid #e30691;
}
input[type="text"].error, input[type="tel"].error, input[type="email"].error, input[type="password"].error, input[type="search"].error, select.error, textarea.error {
    color: #c02;
    border-color: #c02 !important;
}
input[type="text"].error:-moz-placeholder, input[type="tel"].error:-moz-placeholder, input[type="email"].error:-moz-placeholder, input[type="password"].error:-moz-placeholder, input[type="search"].error:-moz-placeholder, select.error:-moz-placeholder, textarea.error:-moz-placeholder {
    color: #c02;
}
input[type="text"].error::-moz-placeholder, input[type="tel"].error::-moz-placeholder, input[type="email"].error::-moz-placeholder, input[type="password"].error::-moz-placeholder, input[type="search"].error::-moz-placeholder, select.error::-moz-placeholder, textarea.error::-moz-placeholder {
    color: #c02;
    opacity: 1;
}
input[type="text"].error::-webkit-input-placeholder, input[type="tel"].error::-webkit-input-placeholder, input[type="email"].error::-webkit-input-placeholder, input[type="password"].error::-webkit-input-placeholder, input[type="search"].error::-webkit-input-placeholder, select.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder {
    color: #c02;
}
input[type="text"].error:-ms-input-placeholder, input[type="tel"].error:-ms-input-placeholder, input[type="email"].error:-ms-input-placeholder, input[type="password"].error:-ms-input-placeholder, input[type="search"].error:-ms-input-placeholder, select.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
    color: #c02;
}
input[type="text"].passed, input[type="tel"].passed, input[type="email"].passed, input[type="password"].passed, input[type="search"].passed, select.passed, textarea.passed {
    color: #0ca;
    border-color: #0ca !important;
}
input[type="text"].passed:-moz-placeholder, input[type="tel"].passed:-moz-placeholder, input[type="email"].passed:-moz-placeholder, input[type="password"].passed:-moz-placeholder, input[type="search"].passed:-moz-placeholder, select.passed:-moz-placeholder, textarea.passed:-moz-placeholder {
    color: #0ca;
}
input[type="text"].passed::-moz-placeholder, input[type="tel"].passed::-moz-placeholder, input[type="email"].passed::-moz-placeholder, input[type="password"].passed::-moz-placeholder, input[type="search"].passed::-moz-placeholder, select.passed::-moz-placeholder, textarea.passed::-moz-placeholder {
    color: #0ca;
    opacity: 1;
}
input[type="text"].passed::-webkit-input-placeholder, input[type="tel"].passed::-webkit-input-placeholder, input[type="email"].passed::-webkit-input-placeholder, input[type="password"].passed::-webkit-input-placeholder, input[type="search"].passed::-webkit-input-placeholder, select.passed::-webkit-input-placeholder, textarea.passed::-webkit-input-placeholder {
    color: #0ca;
}
input[type="text"].passed:-ms-input-placeholder, input[type="tel"].passed:-ms-input-placeholder, input[type="email"].passed:-ms-input-placeholder, input[type="password"].passed:-ms-input-placeholder, input[type="search"].passed:-ms-input-placeholder, select.passed:-ms-input-placeholder, textarea.passed:-ms-input-placeholder {
    color: #0ca;
}
textarea {
    height: 194px;
    padding: 20px;
    resize: vertical;
}
label {
    display: block;
    color: #fff;
}
input[type="checkbox"], input[type="radio"] {
    float: left;
}
.chk-label {
    overflow: hidden;
}
.imp {
    width: 100%;
    position: relative;
}
.imp .text, .imp .selectric {
    width: 100% !important;
    float: none !important;
}
.imp:after {
    content: "*";
    display: block;
    background-color: #e30691;
    color: #fff;
    width: 23px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wrap {
    width: 100%;
    position: relative;
}
.wrap:after {
    content: '';
    display: block;
    clear: both;
}
.wrap .selectric-wrapper, .wrap .field, .wrap .imp {
    width: 49%;
    float: left;
}
.wrap .selectric-wrapper:last-child, .wrap .field:last-child, .wrap .imp:last-child {
    float: right;
}
@media (max-width: 736px) {
    .wrap .selectric-wrapper, .wrap .field, .wrap .imp {
        width: 100% !important;
        float: none !important;
    }
}
.three {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.three .selectric-wrapper, .three .field, .three .imp {
    width: 32%;
}
@media (max-width: 736px) {
    .three {
        display: block;
    }
    .three .text, .three .selectric-wrapper, .three .field, .three .imp {
        width: 100% !important;
    }
}
hr {
    margin: 20px 0;
    width: 100%;
    color: #eee;
}
.field {
    width: 100%;
    position: relative;
}
.file-upload:before {
    content: '\E023';
    font-family: 'uja-riverdale';
    display: block;
    position: absolute;
    color: #222;
    right: 30px;
    top: 13px;
    font-size: 20px;
    font-size: 2rem;
    z-index: 10;
}
input[type="file"] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
}
input[type="submit"] {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px;
    float: right;
    background-color: #e30691;
    color: #fff;
    line-height: 50px;
    height: 50px;
    border: 1px solid #e30691;
    font-size: 25pxpx;
    font-size: 2.5pxrem;
    font-weight: bold;
    margin: 0;
}
@media (max-width: 736px) {
    input[type="submit"] {
        float: none;
        width: 100%;
    }
}
.form-section {
    padding: 1em;
    width: 100%;
}
form .number {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
form .number .text {
    width: 66%;
}
form .number .cards {
    width: 32%;
}
@media (max-width: 1008px) {
    form .number {
        display: block;
    }
    form .number .text, form .number .cards {
        width: 100%;
        margin: 0 0 25px 0;
    }
}
form .email {
    width: 100%;
    position: relative;
}
form .email:before {
    content: '\E007';
    font-size: 30px;
    font-size: 3rem;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    font-family: 'uja-riverdale';
    color: #e30691;
}
form .pass {
    width: 100%;
    position: relative;
}
form .pass:before {
    content: '\E008';
    font-size: 30px;
    font-size: 3rem;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    font-family: 'uja-riverdale';
    color: #e30691;
}
form .good .text {
    border: 1px solid #0ca;
    color: #0ca !important;
}
form .good .text:-moz-placeholder {
    color: #0ca;
}
form .good .text::-moz-placeholder {
    color: #0ca;
    opacity: 1;
}
form .good .text::-webkit-input-placeholder {
    color: #0ca;
}
form .good .text:-ms-input-placeholder {
    color: #0ca;
}
form .good:after {
    content: '\E009';
    font-size: 20px;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
    font-family: 'uja-riverdale';
    color: #0ca;
    font-weight: normal;
}
form .fail .text {
    border: 1px solid red;
    color: red !important;
}
form .fail .text:-moz-placeholder {
    color: red;
}
form .fail .text::-moz-placeholder {
    color: red;
    opacity: 1;
}
form .fail .text::-webkit-input-placeholder {
    color: red;
}
form .fail .text:-ms-input-placeholder {
    color: red;
}
form .fail:after {
    content: '\E002';
    font-size: 20px;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 14px;
    right: 20px;
    font-family: 'uja-riverdale';
    color: red;
}
form div {
    position: static;
}
div[class^="box-"] .content form .wrap, div[class*=" box-"] .content form .wrap {
    position: static;
}
.box-100 .form {
    width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
    margin: 0 auto;
}
@media (max-width: 1248px) {
    .box-100 .form {
        width: 100%;
    }
}
.box-50 form .wrap {
    width: 100%;
    position: relative;
}
.box-50 form .wrap:after {
    content: '';
    display: block;
    clear: both;
}
.box-50 form .wrap .text, .box-50 form .wrap .selectric, .box-50 form .wrap .field, .box-50 form .wrap .imp {
    width: 100% !important;
    float: none !important;
}
.box-25 form .wrap {
    width: 100%;
    position: relative;
}
.box-25 form .wrap:after {
    content: '';
    display: block;
    clear: both;
}
.box-25 form .wrap .text, .box-25 form .wrap .selectric, .box-25 form .wrap .field, .box-25 form .wrap .imp {
    width: 100% !important;
    float: none !important;
}
select.custom {
    display: none;
}
input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0;
    left: 0;
}
input[type="checkbox"] + label {
    position: relative;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    font-weight: 300;
    color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="checkbox"] + label:before {
    top: 5px;
    content: "";
    display: inline-block;
    position: relative;
    height: 22px;
    width: 22px;
    cursor: pointer;
    color: #fff;
    background-color: #fff;
    border: 1px solid #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 15px;
}
input[type="checkbox"]:checked + label:before {
    background: url("../images/ico-check.svg") no-repeat 50% 50% #e30691;
    -moz-background-size: 80%;
    -webkit-background-size: 80%;
    background-size: 80%;
    color: #e30691;
    border: 1px solid #e30691;
}
input[type="checkbox"]:checked + label {
    cursor: pointer;
    color: #e30691;
}
/*radio*/
input[type="radio"] {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
}
input[type="radio"] + label {
    position: relative;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
    color: #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"] + label:before {
    top: 5px;
    content: "";
    display: inline-block;
    position: relative;
    height: 22px;
    width: 22px;
    cursor: pointer;
    color: #fff;
    background-color: #fff;
    border: 1px solid #222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 15px;
}
input[type="radio"]:checked + label:before {
    background: none;
    color: #fff;
    border: 4px solid #e30691;
    background-size: 55%;
    background-position: center center;
    background-repeat: no-repeat;
}
input[type="radio"]:checked + label:after {
    background: none;
    color: #fff;
    background-size: 55%;
    background-position: center center;
    background-repeat: no-repeat;
    top: 14px;
    left: 5px;
    content: "";
    position: absolute;
    height: 12px;
    width: 12px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
input[type="radio"]:checked + label {
    cursor: pointer;
    color: #e30691;
}
.shadow {
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.65);
    display: flex;
    z-index: 1000;
}
.alert {
    margin: auto;
    width: 600px;
    height: 120px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px 0 120px;
    position: relative;
    z-index: 1100 !important;
    display: flex;
}
.alert .close {
    position: absolute;
    top: 5px;
    right: 5px;
    text-decoration: none;
    color: #222;
}
.alert .box {
    position: absolute !important;
    left: 0;
    top: 0;
    background-color: #c02;
    width: 80px;
    height: 120px;
}
.alert .box:before {
    content: '\E019';
    display: block;
    color: #fff;
    font-family: "uja-riverdale";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 26px;
    margin: -13px 0 0 -13px;
    font-size: 26px;
    font-size: 2.6rem;
}
.alert .box:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 12px solid #c02;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    width: 0;
    height: 0;
    right: -12px;
    top: 50%;
    margin: -12px 0 0;
}
.alert p {
    font-style: italic;
    margin: auto 0;
}
.alert p span {
    color: #c02;
}
@media (max-width: 736px) {
    .alert {
        width: 90%;
        display: block;
        height: auto;
        padding: 0;
    }
    .alert .close {
        color: #fff;
    }
    .alert .box {
        position: relative !important;
        width: 100%;
        display: block;
        height: 60px;
    }
    .alert .box:after {
        content: "";
        display: block;
        position: absolute;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #c02;
        border-bottom: none;
        width: 0;
        height: 0;
        right: 50%;
        top: 100%;
        margin: 0 -12px 0 0;
    }
    .alert p {
        margin: 0;
        display: block;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.success {
    margin: auto;
    width: 600px;
    height: 120px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px 0 120px;
    position: relative;
    z-index: 1100 !important;
    display: flex;
}
.success .close {
    position: absolute;
    top: 5px;
    right: 5px;
    text-decoration: none;
    color: #222;
}
.success .box {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #0080cc;
    width: 80px;
    height: 120px;
}
.success .box:before {
    content: '\E010';
    display: block;
    color: #fff;
    font-family: "uja-riverdale";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 26px;
    margin: -13px 0 0 -13px;
    font-size: 26px;
    font-size: 2.6rem;
}
.success .box:after {
    content: "";
    display: block;
    position: absolute;
    border-left: 12px solid #0080cc;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    width: 0;
    height: 0;
    right: -12px;
    top: 50%;
    margin: -12px 0 0;
}
.success p {
    font-style: italic;
    margin: auto 0;
}
.success p span {
    color: #0080cc;
}
@media (max-width: 736px) {
    .success {
        width: 90%;
        display: block;
        height: auto;
        padding: 0;
    }
    .success .close {
        color: #fff;
    }
    .success .box {
        position: relative;
        width: 100%;
        display: block;
        height: 60px;
    }
    .success .box:after {
        content: "";
        display: block;
        position: absolute;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 12px solid #0080cc;
        border-bottom: none;
        width: 0;
        height: 0;
        right: 50%;
        top: 100%;
        margin: 0 -12px 0 0;
    }
    .success p {
        margin: 0;
        display: block;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.pop-up {
    margin: auto;
    width: 100%;
    max-width: 900px;
    height: 500px;
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 10;
}
.pop-up .close {
    width: 26px;
    height: 26px;
    font-weight: bold;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
}
.pop-up .thumb {
    width: 40%;
    background: url("../images/bg-pop-up.png") no-repeat 50% 50% /cover;
}
.pop-up .info {
    width: 60%;
    padding: 0 30px;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.pop-up .form {
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
}
.pop-up .form .text {
    text-align: center;
    font-style: italic;
}
.pop-up .form .submit {
    width: 100%;
    float: none;
}
.pop-up .icon {
    position: absolute;
    width: 100px;
    height: 100px;
    left: -50px;
    top: 50%;
    margin: -50px 0 0;
    background-color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.pop-up .icon .img, .pop-up .icon svg {
    margin: auto;
    display: block !important;
    width: 37px !important;
    height: 28px !important;
}
@media (max-width: 1008px) {
    .pop-up {
        max-height: 500px;
        height: auto;
    }
    .pop-up .info {
        padding: 100px 30px;
    }
}
@media (max-width: 768px) {
    .pop-up {
        width: 96%;
        margin: auto 2%;
        overflow-y: scroll;
        height: auto;
        max-height: 100%;
    }
    .pop-up .thumb {
        width: 100%;
        height: 220px;
    }
    .pop-up .info {
        width: 100%;
        height: auto;
        padding: 40px 60px;
    }
    .pop-up .icon {
        left: 50%;
        top: -50px;
        margin: 0 0 0 -50px;
    }
}
.gform_wrapper .gform_fields .gfield .ginput_complex[class*="gf_name_has"] {
    display: table;
    margin-left: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}
.gform_wrapper .gform_fields .gfield {
  position: relative;
  text-decoration: none;
  font-family: 'Ubuntu', sans-serif;
  line-height: 1.8em;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.gform_wrapper .gform_fields .gfield .gfield_label {
  font-family: 'Ubuntu', sans-serif;
}
.gform_wrapper .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_complex .hour_minute_colon {
  display: none;
}
.gform_wrapper .gform_fields .gfield .ginput_complex .ginput_container_time {
  margin: 0 0 25px;
}
.gform_wrapper .gform_fields .gfield .ginput_list div.gfield_list_icons .add_list_item, .gform_wrapper .gform_fields .gfield .ginput_list div.gfield_list_icons .delete_list_item {
  background-color: #0080cc;
  color: #fff;
  border: 1px solid #0080cc;
  text-transform: uppercase;
  margin: 10px 0;
  padding: 10px;
  font-weight: 600;
}
.gform_wrapper .gform_fields .gfield .ginput_total {
  border: none;
}
@font-face {
    font-family: "uja-riverdale";
    src: url("../fonts/uja-riverdale.eot");
    src: url("../fonts/uja-riverdale.eot?#iefix") format("embedded-opentype"), url("../fonts/uja-riverdale.woff") format("woff"), url("../fonts/uja-riverdale.ttf") format("truetype"), url("../fonts/uja-riverdale.svg#uja-riverdale") format("svg");
    font-weight: normal;
    font-style: normal;
}
.icon-core, [class^="icon-"]:before, [class*=" icon-"]:before, .event-list-1-module .intro .title:before, .event-list-1-module .list .item .con .cta:before, .event-single .item:before, .events-calendar .days .icon:before, .program-filters .search-text:after, .staff-content .card .detail .phone:before, .staff-content .card .detail .email:before, .staff-content .phil .title:before, .staff-single .item .sec-3 .detail .phone:before, .staff-single .item .sec-3 .detail .email:before, .box-25 .staff-single .item .sec-3 .detail .hold .phone:before, .box-25 .staff-single .item .sec-3 .detail .hold .email:before {
    font-family: "uja-riverdale" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    padding: 0 5px;
}
[data-icon]:before {
    content: attr(data-icon);
}
[data-icon]:before {
    font-family: "uja-riverdale" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "uja-riverdale" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-icons-1:before {
    content: "\e000";
}
.icon-icons-2:before {
    content: "\e001";
}
.icon-icons-3:before {
    content: "\e002";
}
.icon-icons-4:before {
    content: "\e003";
}
.icon-icons-5:before {
    content: "\e004";
}
.icon-icons-6:before {
    content: "\e005";
}
.icon-icons-7:before {
    content: "\e006";
}
.icon-icons-8:before {
    content: "\e007";
}
.icon-icons-9:before {
    content: "\e008";
}
.icon-icons-10:before {
    content: "\e009";
}
.icon-icons-11:before {
    content: "\e00a";
}
.icon-icons-12:before {
    content: "\e00b";
}
.icon-icons-13:before {
    content: "\e00c";
}
.icon-icons-14:before {
    content: "\e00d";
}
.icon-icons-7-1:before {
    content: "\e00e";
}
.icon-icons-8-1:before {
    content: "\e00f";
}
.icon-icons-9-1:before {
    content: "\e010";
}
.icon-icons-10-1:before {
    content: "\e011";
}
.icon-icons-4-1:before {
    content: "\e012";
}
.icon-icons-3-1:before {
    content: "\e013";
}
.icon-icons-2-1:before {
    content: "\e014";
}
.icon-icons-5-1:before {
    content: "\e015";
}
.icon-icons-11-1:before {
    content: "\e016";
}
.icon-icons-16:before {
    content: "\e018";
}
.icon-icons-17:before {
    content: "\e019";
}
.icon-icons-18:before {
    content: "\e01a";
}
.icon-icons-19:before {
    content: "\e01b";
}
.icon-icons-23:before {
    content: "\e01c";
}
.icon-icons-40:before {
    content: "\e01d";
}
.icon-xicons-52:before {
    content: "\e01e";
}
.icon-xicons-51:before {
    content: "\e01f";
}
.icon-xicons-50:before {
    content: "\e020";
}
.icon-link:before {
    content: "\e021";
}
.icon-icons-49:before {
    content: "\e022";
}
.icon-icons-48:before {
    content: "\e023";
}
.icon-icons-47:before {
    content: "\e024";
}
.icon-icons-46:before {
    content: "\e025";
}
.icon-icons-45:before {
    content: "\e026";
}
.icon-icons-44:before {
    content: "\e027";
}
.icon-icons-43:before {
    content: "\e028";
}
.icon-icons-42:before {
    content: "\e029";
}
.icon-xicons-54:before {
    content: "\e02b";
}
.icon-xicons-55:before {
    content: "\e02c";
}
.icon-icons-29:before {
    content: "\e02d";
}
.icon-icons-30:before {
    content: "\e02e";
}
.icon-icons-31:before {
    content: "\e02f";
}
.icon-icons-34:before {
    content: "\e030";
}
.icon-icons-35:before {
    content: "\e031";
}
.icon-icons-36:before {
    content: "\e032";
}
.icon-icons-37:before {
    content: "\e033";
}
.icon-icons-38:before {
    content: "\e034";
}
.icon-icons-28:before {
    content: "\e035";
}
.icon-icons-27:before {
    content: "\e036";
}
.icon-icons-25:before {
    content: "\e037";
}
.icon-icons-26:before {
    content: "\e038";
}
.icon-icons-15:before {
    content: "\e017";
}
.icon-xicons-53:before {
    content: "\e02a";
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
    margin: 0 0 1em 0;
    height: 50px;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border: 1px solid #818181;
    background: #fff;
    position: relative;
    text-align: left;
}
.selectric .label {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 48px 0 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 48px;
    color: #222;
    height: 48px;
    user-select: none;
}
.selectric .button {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 48px;
    height: 48px;
    color: #2e7de1;
    overflow: hidden;
}
.selectric .button:after {
    content: '\E004';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    line-height: 48px;
    font-size: 16px;
    color: #222;
    text-indent: 0;
}
.selectric-hover .selectric {
    border: 1px solid #2e7de1;
}
.selectric-hover .selectric .label {
    color: #2e7de1;
}
.selectric-hover .selectric .button:after {
    color: #e30691;
}
.selectric-open {
    z-index: 9999 !important;
}
.selectric-open div {
    z-index: 10 !important;
}
.selectric-open .selectric {
    border: 1px solid #2e7de1;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-open .button:after {
    color: #e30691;
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    line-height: 47px;
}
.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    user-select: none;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
    display: none;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0Array/0Array a !important;
    background: none !important;
}
.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}
/* Items box */
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: -1;
    border: 1px solid #2e7de1;
    border-top: none;
    height: 150px;
    overflow: hidden !important;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow-y: scroll;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    min-height: 50px;
}
.selectric-items li {
    display: block;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.selectric-items li:before {
    display: none;
}
.selectric-items li.selected {
    background: #2e7de1;
    color: #fff;
}
.selectric-items li:hover {
    background: #2e7de1;
    color: #fff;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: bold;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 500ms cubic-bezier(0.25, 0.1, 0.25, 1);
    /* ease (default) */
    -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    /* ease (default) */
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
    height: 100%;
}
.owl-carousel div {
    max-width: none !important;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    height: 100%;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    height: 100%;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    height: 100%;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 45px;
    right: 45px;
    z-index: 10;
}
@media (max-width: 736px) {
    .owl-carousel .owl-controls .owl-dots {
        right: 20px;
        bottom: 20px;
    }
}
.owl-carousel .owl-controls .owl-dots .owl-dot {
    float: left;
    margin: 0 0 0 4px;
}
.owl-carousel .owl-controls .owl-dots .owl-dot span {
    display: block;
    border: 3px solid #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background-color: transparent !important;
    width: 9px;
    height: 9px;
}
@media (max-width: 736px) {
    .owl-carousel .owl-controls .owl-dots .owl-dot span {
        width: 8px;
        height: 8px;
    }
}
.owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    border: 3px solid #039;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    height: 100%;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
}
@media (max-width: 1008px) {
    header {
        border-bottom: 1px solid #e3e3e3;
    }
}
header.second {
    background-color: #f6f6f6;
}
header .container, header .t2 .bin, .t2 header .bin, header .t3 .bin, .t3 header .bin {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    overflow: visible;
}
header .content {
    height: 100%;
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .logo-box {
    height: 84px;
    padding: 15px 0;
    float: left;
    width: 150px;
    margin: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .logo-box img, header .logo-box svg {
    color: #0080cc;
    fill: #0080cc;
    height: 100%;
    width: auto;
}
@media (max-width: 1008px) {
    header .logo-box {
        height: 63px;
        padding: 10px 0;
    }
}
header .phone-icon {
    display: none;
}
@media (max-width: 1008px) {
    header .phone-icon {
        display: flex;
        width: 65px;
        height: 65px;
        float: left;
        border-left: 1px solid #e3e3e3;
        border-right: 1px solid #e3e3e3;
        margin: 0 0 0 10px;
    }
    header .phone-icon img, header .phone-icon svg {
        width: 26px;
        height: 26px;
        color: #0080cc;
        fill: #0080cc;
        display: block;
        margin: auto;
    }
}
header .menu-icon {
    height: 65px;
    width: 65px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    float: right;
    z-index: 100;
    display: none;
}
@media (max-width: 1008px) {
    header .menu-icon {
        display: block;
    }
}
header .menu-icon span span {
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .menu-icon .block-1 {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}
header .menu-icon .block-2 {
    opacity: 1;
}
header .menu-icon .block-3 {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    bottom: 0;
    margin: 0;
}
header .menu-icon.open {
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .menu-icon.open span {
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}
header .menu-icon.open span span {
    background-color: #fff !important;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header .menu-icon.open .block-1 {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 10px;
}
header .menu-icon.open .block-2 {
    opacity: 0;
}
header .menu-icon.open .block-3 {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 10px;
}
header .menu-icon .box {
    position: relative;
    display: block;
    width: 32px;
    left: 50%;
    margin: 0 0 0 -16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
header .menu-icon .box .block-1, header .menu-icon .box .block-2, header .menu-icon .box .block-3 {
    width: 100%;
    height: 3px;
    background-color: #0080cc !important;
    position: relative;
    display: block;
    margin-bottom: 7px;
}
header .menu-icon .box .block-3 {
    margin: 0;
}
header .tools {
    height: 84px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
}
header .tools > .tool-item {
    height: 100%;
    min-width: 90px;
    border-left: 1px solid #e3e3e3;
    color: #a2a2a2;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
header .tools > .tool-item .icon {
    color: #a2a2a2;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    display: block;
}
header .tools > .tool-item .icon svg, header .tools > .tool-item .icon img {
    color: #a2a2a2;
    fill: #a2a2a2;
    width: 100%;
    height: 100%;
}
header .tools > .tool-item .title {
    color: #a2a2a2;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 5px 0 0;
}
header .tools > .tool-item:hover {
    background-color: #0080cc;
    color: #fff;
}
header .tools > .tool-item:hover .icon img, header .tools > .tool-item:hover .icon svg {
    color: #fff;
    fill: #fff;
}
header .tools > .tool-item:hover .title {
    color: #fff;
}
@media (max-width: 1008px) {
    header .tools {
        height: 64px;
        float: none;
        width: 100%;
        display: none;
        border-top: 1px solid #e3e3e3;
    }
    header .tools.open {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
    }
    header .tools > .tool-item {
        min-width: 20%;
        width: 20%;
    }
    header .tools > .tool-item.search {
        border: none;
    }
    header .tools > .tool-item .icon {
        width: 22px;
        height: 22px;
    }
    header .tools > .tool-item .title {
        font-size: 10px;
        font-size: 1rem;
    }
}
header nav {
    float: right;
    width: 100%;
    height: 55px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
header nav ul {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
}
header nav ul .item {
    height: 100%;
    padding: 5px 15px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #0080cc;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 900;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
header nav ul .item a {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 1.3rem;
    color: #0080cc;
}
@media (max-width: 1248px) {
    header nav ul .item a {
        font-size: 0.8em;
    }
}
@media (max-width: 1008px) {
    header nav ul .item a {
        font-size: 1em;
    }
}
header nav ul .item:before {
    display: none;
}
header nav ul .item:hover {
    background-color: #039;
    color: white;
}
header nav ul .item:hover a {
    color: #fff;
}
header nav ul .item:hover .dropdown {
    display: block;
}
@media (max-width: 1008px) {
    header nav ul .item:hover {
        background-color: #2d3642;
    }
}
header nav ul .item.active {
    background-color: #039;
    color: white;
    z-index: 10;
}
header nav ul .item.active a {
    color: #fff;
}
@media (max-width: 1008px) {
    header nav ul .item.active {
        background-color: #2d3642;
    }
}
header nav ul .item.drop:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin: 0 -3px 0 0;
    border-top: 5px solid #0080cc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
header nav ul .item:hover:after {
    border-top: 5px solid #fff;
}
header nav ul .item .dropdown {
    display: none;
    width: 580px;
    position: absolute;
    top: 100%;
    left: 0;
}
header nav ul .item .dropdown .holder {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
header nav ul .item .dropdown .list {
    background-color: #039;
    width: 60%;
    padding: 0;
}
header nav ul .item .dropdown .list a {
    display: block;
    padding: 12px 15px 12px 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    position: relative;
}
header nav ul .item .dropdown .list a.sub:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -6px 0 0;
    border-left: 6px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
header nav ul .item .dropdown .list a:hover, header nav ul .item .dropdown .list a.active {
    background-color: #0080cc;
}
header nav ul .item .dropdown .items {
    width: 40%;
    display: none;
    background: #0080cc;
}
header nav ul .item .dropdown .items.active {
    display: block;
}
header nav ul .item .dropdown .items a {
    display: block;
    padding: 12px 0 12px 50px;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 900;
    text-transform: uppercase;
}
header nav ul .item .dropdown .items a:hover {
    color: #039;
}
header nav ul .item .dropdown .mobile-items {
    display: none;
}
@media (max-width: 1008px) {
    header nav {
        position: fixed;
        width: 100%;
        overflow-y: scroll;
        height: calc(100% - 193px);
        top: 127px;
        left: 0;
        background: #fff;
        display: none;
    }
    header nav ul {
        display: block !important;
        float: none;
    }
    header nav ul .item {
        display: block;
        width: 100%;
        height: auto;
        text-align: left;
        padding: 0;
    }
    header nav ul .item:hover {
        background-color: #039;
    }
    header nav ul .item:hover:after {
        border-top: none !important;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
    }
    header nav ul .item:hover .dropdown {
        display: none;
    }
    header nav ul .item.active {
        background-color: #039;
    }
    header nav ul .item.active:after {
        border-top: none !important;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #fff;
    }
    header nav ul .item.active .dropdown {
        display: none;
    }
    header nav ul .item a {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 20px;
        font-size: 14px;
        font-size: 1.4rem;
    }
    header nav ul .item a:hover {
        background-color: #039;
    }
    header nav ul .item.drop:after {
        bottom: inherit;
        margin: 0;
        right: 15px;
        top: 25px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #0080cc;
    }
    header nav ul .item .dropdown {
        position: relative;
        display: none;
        width: 100%;
        top: inherit;
        left: inherit;
        margin: 0;
        text-align: left;
    }
    header nav ul .item .dropdown .holder {
        width: 100%;
        display: block;
    }
    header nav ul .item .dropdown .holder .list {
        width: 100%;
        padding: 0;
    }
    header nav ul .item .dropdown .holder .list a {
        font-size: 13px;
        font-size: 1.3rem;
    }
    header nav ul .item .dropdown .holder .list a.active {
        background-color: #039;
    }
    header nav ul .item .dropdown .holder .items {
        width: 100%;
        padding: 0;
        display: none !important;
    }
    header nav ul .item .dropdown .holder .mobile-items {
        display: none;
        background-color: #0080cc;
    }
    header nav ul .item .dropdown .holder .mobile-items.active {
        display: block;
    }
    header nav ul .item .dropdown .holder .mobile-items a {
        padding-left: 70px;
    }
}
.menu-dropdown {
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 99;
    overflow: hidden;
    background-color: rgba(254, 254, 254, 0.95);
}
@media (max-width: 1008px) {
    .menu-dropdown {
        overflow: auto;
    }
}
@media (max-width: 736px) {
    .menu-dropdown {
        z-index: 220;
    }
}
.menu-dropdown.open {
    display: block;
}
.menu-dropdown.bg-white {
    background-color: rgba(45, 54, 66, 0.95);
}
.menu-dropdown .link-box:before {
    color: white;
}
.menu-dropdown .container, .menu-dropdown .t2 .bin, .t2 .menu-dropdown .bin, .menu-dropdown .t3 .bin, .t3 .menu-dropdown .bin {
    height: 100%;
    overflow: visible;
}
.menu-dropdown .parent {
    display: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
@media (max-width: 1008px) {
    .menu-dropdown .parent {
        padding: 0;
    }
}
.menu-dropdown .parent.open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.menu-dropdown .parent .list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu-dropdown .login-box .info, .menu-dropdown .search-box .info {
    position: absolute;
    top: 80px;
    left: 0;
}
.menu-dropdown .login-box .info .close, .menu-dropdown .search-box .info .close {
    color: #818181;
    margin: 0 15px 0 0;
}
@media (max-width: 1008px) {
    .menu-dropdown .login-box .info, .menu-dropdown .search-box .info {
        top: 0;
        margin: 50px 0 0 !important;
    }
}
.menu-dropdown .login-form {
    text-align: center;
    width: 100%;
    max-width: 440px;
    margin: 0;
    padding: 0;
}
@media (max-width: 1008px) {
    .menu-dropdown .login-form {
        padding: 0 20px 0 20px;
        margin: 0;
    }
}
@media (max-width: 736px) {
    .menu-dropdown .login-form {
        margin: 80px auto 0;
    }
}
.menu-dropdown .login-form .title {
    color: #e30691;
    font-size: 30px;
    font-size: 3rem;
}
.menu-dropdown .login-form .title span {
    color: #0080cc;
}
.menu-dropdown .login-form .email {
    width: 100%;
    position: relative;
}
.menu-dropdown .login-form .email:before {
    content: '\E007';
    font-size: 30px;
    font-size: 3rem;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    font-family: 'uja-riverdale';
    color: #e30691;
}
.menu-dropdown .login-form .pass {
    width: 100%;
    position: relative;
}
.menu-dropdown .login-form .pass:before {
    content: '\E008';
    font-size: 30px;
    font-size: 3rem;
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    font-family: 'uja-riverdale';
    color: #e30691;
}
.menu-dropdown .login-form .good:after {
    content: '\E009';
    font-size: 20px;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    font-family: 'uja-riverdale';
    color: #8ac768;
}
.menu-dropdown .login-form .fail:after {
    content: '\E00D';
    font-size: 20px;
    font-size: 2rem;
    display: block;
    position: absolute;
    top: 14px;
    right: 0;
    font-family: 'uja-riverdale';
    color: red;
}
.menu-dropdown .login-form .text {
    border: none;
    border-bottom: 1px solid #818181;
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px 0 45px;
    margin: 0 0 15px 0;
}
.menu-dropdown .login-form .text:hover, .menu-dropdown .login-form .text:focus {
    color: #e30691 !important;
}
.menu-dropdown .login-form .text:hover:-moz-placeholder, .menu-dropdown .login-form .text:focus:-moz-placeholder {
    color: #e30691;
}
.menu-dropdown .login-form .text:hover::-moz-placeholder, .menu-dropdown .login-form .text:focus::-moz-placeholder {
    color: #e30691;
    opacity: 1;
}
.menu-dropdown .login-form .text:hover::-webkit-input-placeholder, .menu-dropdown .login-form .text:focus::-webkit-input-placeholder {
    color: #e30691;
}
.menu-dropdown .login-form .text:hover:-ms-input-placeholder, .menu-dropdown .login-form .text:focus:-ms-input-placeholder {
    color: #e30691;
}
.menu-dropdown .login-form input:-moz-placeholder {
    color: #818181;
}
.menu-dropdown .login-form input::-moz-placeholder {
    color: #818181;
    opacity: 1;
}
.menu-dropdown .login-form input::-webkit-input-placeholder {
    color: #818181;
}
.menu-dropdown .login-form input:-ms-input-placeholder {
    color: #818181;
}
.menu-dropdown .login-form .wrap {
    text-align: left;
}
.menu-dropdown .login-form .wrap input[type="checkbox"] + label {
    float: left;
    color: #818181;
    font-size: 13px;
    font-size: 1.3rem;
}
.menu-dropdown .login-form .wrap input[type="checkbox"] + label:before {
    background-color: transparent;
    border: 1px solid #818181;
    color: #818181 !important;
}
.menu-dropdown .login-form .wrap input[type="checkbox"]:checked + label:before {
    background-color: #e30691;
    border: 1px solid #e30691;
}
.menu-dropdown .login-form .wrap .forgot {
    float: right;
    color: #818181;
    margin: 8px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
}
.menu-dropdown .login-form .wrap .forgot span {
    color: #0080cc;
}
.menu-dropdown .login-form .submit {
    width: 100%;
    display: block;
    border: 1px solid #e30691;
    padding: 0;
    text-align: center;
    background: transparent;
    color: #e30691;
    line-height: 58px;
    height: 58px;
    margin: 25px 0;
}
.menu-dropdown .login-form .submit:hover {
    background: #fff;
    color: #0080cc;
    border: 1px solid #0080cc;
}
.menu-dropdown .login-form .reg {
    color: #818181;
    font-size: 13px;
    font-size: 1.3rem;
}
.menu-dropdown .login-form .reg span {
    color: #0080cc;
}
.menu-dropdown .login-form .reg:after {
    display: none;
}
.menu-dropdown .recovery-form {
    text-align: center;
    width: 100%;
    max-width: 440px;
    display: none;
}
@media (max-width: 1008px) {
    .menu-dropdown .recovery-form {
        padding: 70px 20px 0 20px;
    }
}
.menu-dropdown .recovery-form .title {
    color: #fff;
    font-size: 30px;
    font-size: 3rem;
}
.menu-dropdown .recovery-form .title span {
    color: #0080cc;
}
.menu-dropdown .recovery-form p {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}
.menu-dropdown .recovery-form .text {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px 0 45px;
    margin: 0 0 15px 0;
}
.menu-dropdown .recovery-form input:-moz-placeholder {
    color: #fff;
}
.menu-dropdown .recovery-form input::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.menu-dropdown .recovery-form input::-webkit-input-placeholder {
    color: #fff;
}
.menu-dropdown .recovery-form input:-ms-input-placeholder {
    color: #fff;
}
.menu-dropdown .recovery-form .submit {
    width: 100%;
    display: block;
    border: 1px solid #fff;
    padding: 0;
    text-align: center;
    background: transparent;
    color: #fff;
    line-height: 58px;
    height: 58px;
    margin: 25px 0;
}
.menu-dropdown .recovery-form .submit:hover {
    background: #0080cc;
    color: #fff;
}
.menu-dropdown .search-box {
    width: 100%;
    display: block;
    overflow: auto;
    padding: 0 1.0653409091% !important;
    height: calc(100vh - 65px);
}
.menu-dropdown .search-box.open {
    z-index: 10;
    display: block !important;
}
.menu-dropdown .search-box .filters-box {
    width: 100%;
    margin: 140px 0 0;
}
@media (max-width: 1008px) {
    .menu-dropdown .search-box .filters-box {
        margin: 100px 0 0;
    }
}
@media (max-width: 736px) {
    .menu-dropdown .search-box .filters-box {
        margin: 30px 0 0;
    }
}
.menu-dropdown .search-box .filters-box:after {
    content: '';
    display: block;
    clear: both;
}
.menu-dropdown .search-box .filters-box .search-text {
    float: left;
    width: 30%;
    position: relative;
}
.menu-dropdown .search-box .filters-box .search-text:after {
    content: '';
    background: url("../images/icon-search-blue.svg") no-repeat 50% 50%;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    display: block;
    position: absolute;
    left: 18px;
    width: 20px;
    height: 20px;
    top: 14px;
    color: #0080cc;
}
.menu-dropdown .search-box .filters-box .search-text .text {
    padding: 0 20px 0 50px;
    margin: 0;
    background-color: #fff;
    color: #0080cc;
    font-weight: 300;
    border: 1px solid #e3e3e3;
}
.menu-dropdown .search-box .filters-box .search-text .text:hover, .menu-dropdown .search-box .filters-box .search-text .text:focus {
    background-color: #fff;
    border: 1px solid #0080cc;
}
.menu-dropdown .search-box .filters-box .search-text input:-moz-placeholder {
    color: #0080cc;
}
.menu-dropdown .search-box .filters-box .search-text input::-moz-placeholder {
    color: #0080cc;
    opacity: 1;
}
.menu-dropdown .search-box .filters-box .search-text input::-webkit-input-placeholder {
    color: #0080cc;
}
.menu-dropdown .search-box .filters-box .search-text input:-ms-input-placeholder {
    color: #0080cc;
}
@media (max-width: 1008px) {
    .menu-dropdown .search-box .filters-box .search-text {
        width: 49%;
    }
}
.menu-dropdown .search-box .filters-box .filters {
    float: right;
    width: 68%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}
.menu-dropdown .search-box .filters-box .filters .box-1 {
    width: 36%;
    display: block !important;
}
.menu-dropdown .search-box .filters-box .filters .box-2 {
    width: 36%;
    display: block !important;
}
.menu-dropdown .search-box .filters-box .filters .box-3 {
    width: 22%;
    display: block !important;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper {
    width: 100%;
    margin: 0;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric {
    background: #fff;
    border: 1px solid #e3e3e3;
    -webkit-box-sizing: unset !important;
    box-sizing: unset !important;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric .label {
    color: #0080cc;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric .button:after {
    color: #0080cc;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric-items {
    background-color: #fff;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric-items li {
    color: #0080cc;
}
.menu-dropdown .search-box .filters-box .filters .selectric-wrapper .selectric-items li:hover {
    color: #fff;
}
.menu-dropdown .search-box .filters-box .filters .selectric-open .selectric, .menu-dropdown .search-box .filters-box .filters .selectric-hover .selectric {
    background-color: #fff;
    border: 1px solid #0080cc;
}
@media (max-width: 1008px) {
    .menu-dropdown .search-box .filters-box .filters {
        display: none;
        position: absolute;
        top: 149px;
        left: 0;
        z-index: 100;
        background-color: #fff;
        border: none;
        padding: 15px 20px;
        width: 100%;
        border-top: 1px solid #e3e3e3;
    }
    .menu-dropdown .search-box .filters-box .filters .box-1 {
        width: 39%;
        float: left;
    }
    .menu-dropdown .search-box .filters-box .filters .box-2 {
        width: 59%;
        float: right;
    }
    .menu-dropdown .search-box .filters-box .filters .box-3 {
        width: 100%;
        float: right;
        margin: 10px 0 0;
    }
}
@media (max-width: 736px) {
    .menu-dropdown .search-box .filters-box .filters {
        top: 151px;
    }
}
.menu-dropdown .search-box .filters-box .filter-toggle {
    display: none;
}
@media (max-width: 1008px) {
    .menu-dropdown .search-box .filters-box .filter-toggle {
        width: 49%;
        display: block;
        float: right;
        background-color: #fff;
        border: 1px solid #e3e3e3;
        color: #0080cc !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 48px;
        position: relative;
        z-index: 50;
        padding: 0 25px;
        text-align: left;
    }
    .menu-dropdown .search-box .filters-box .filter-toggle:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 6px solid #0080cc;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        margin: -3px 0 0;
        position: absolute;
        top: 50%;
        right: 13px;
    }
    .menu-dropdown .search-box .filters-box .filter-toggle.open:after {
        border-bottom: 6px solid #0080cc;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: none;
    }
    .menu-dropdown .search-box .filters-box .filter-toggle.open {
        background-color: #fff;
        border-bottom: 1px solid #fff;
        z-index: 200;
    }
}
.menu-dropdown .search-box .count {
    display: block;
    margin: 25px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: grey;
}
.menu-dropdown .search-box .count span {
    color: #e30691;
}
.menu-dropdown .search-box .results {
    width: 100%;
    overflow: hidden;
    padding: 0 0 80px 0;
}
.menu-dropdown .search-box .results .result {
    background-color: #fff;
    border: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 50px;
    margin: 20px 0 0;
}
@media (max-width: 1008px) {
    .menu-dropdown .search-box .results .result {
        padding: 20px;
    }
}
@media (max-width: 736px) {
    .menu-dropdown .search-box .results .result {
        display: block;
    }
}
.menu-dropdown .search-box .results .result:hover {
    border: 1px solid #e30691;
}
.menu-dropdown .search-box .results .result:hover .text .btn {
    color: #0080cc;
    background-color: #fff !important;
    border: 1px solid #0080cc;
}
.menu-dropdown .search-box .results .result .link-box:before {
    display: none;
}
.menu-dropdown .search-box .results .result .thumb {
    border: none;
    text-align: center;
    width: 23%;
    height: auto;
    position: relative;
    display: block;
    padding: 0;
    background-color: #000;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1008px) {
    .menu-dropdown .search-box .results .result .thumb {
        width: 36%;
        margin: 0 20px 0 0;
    }
}
@media (max-width: 736px) {
    .menu-dropdown .search-box .results .result .thumb {
        width: 100%;
    }
}
.menu-dropdown .search-box .results .result .thumb img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.menu-dropdown .search-box .results .result .text {
    width: 75%;
}
@media (max-width: 1008px) {
    .menu-dropdown .search-box .results .result .text {
        width: 60%;
    }
}
@media (max-width: 736px) {
    .menu-dropdown .search-box .results .result .text {
        width: 100%;
        margin: 15px 0 0;
    }
}
.menu-dropdown .search-box .results .result .text .title {
    margin: 0;
    font-size: 23px;
    font-size: 2.3rem;
    color: #0090d9;
}
.menu-dropdown .search-box .results .result .text .meta {
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    margin: 3px 0;
}
.menu-dropdown .search-box .results .result .text .meta span {
    color: #e30691;
    vertical-align: middle;
}
.menu-dropdown .search-box .results .result .text .date {
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    color: #0080cc;
}
.menu-dropdown .search-box .results .result .text h6 {
    margin: 0;
    color: #c02;
    font-size: 18px;
    font-size: 1.8rem;
}
.menu-dropdown .search-box .results .result .text p {
    padding: 15px 0 0;
    margin: 15px 0;
    color: #222;
    border-top: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
    .menu-dropdown .search-box .results .result .text p {
        display: none;
    }
}
.menu-dropdown .search-box .results .result .text .btn {
    padding: 15px;
    margin: 5px 5px 5px 0;
    text-align: center;
    line-height: normal;
    height: auto;
    display: inline-block;
    background-color: #0080cc;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    border: none;
}
@media (max-width: 1008px) {
    .menu-dropdown .search-box {
        padding: 0 20px 25px 20px !important;
        height: 100%;
    }
    .menu-dropdown .search-box .info {
        margin: 110px 0 0;
    }
}
@media (max-width: 736px) {
    .menu-dropdown .search-box {
        display: block !important;
        height: 100%;
        overflow: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 40px 0 0;
    }
    .menu-dropdown .search-box .info {
        display: block;
        position: static;
    }
    .menu-dropdown .search-box .info .title {
        width: 70% !important;
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.alert-msg {
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 10;
}
@media (max-width: 1008px) {
    .alert-msg {
        top: 75px;
    }
}
.alert-msg .con {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    margin: 0 auto;
    position: relative;
    background-color: rgba(255, 192, 0, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px 0 86px;
}
@media (max-width: 1008px) {
    .alert-msg .con {
        width: 100%;
    }
}
.alert-msg .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #1e1e20;
    display: block;
    font-size: 23px;
    font-size: 2.3rem;
}
.alert-msg .box {
    position: absolute;
    height: 100%;
    width: 63px;
    top: 0;
    left: 0;
    background-color: #ffc000;
    text-align: center;
    line-height: 100%;
    border: 1px solid #1b1c1e;
}
.alert-msg .box:after {
    content: '\E010';
    font-family: 'uja-riverdale';
    display: block;
    position: absolute;
    color: #1b1c1e;
    font-size: 26px;
    font-size: 2.6rem;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -13px;
}
.alert-msg .box:before {
    content: '';
    display: block;
    position: absolute;
    right: -10px;
    background: url("../images/bg-alert-corner.png") no-repeat 0 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 10px;
    height: 20px;
    top: 50%;
    margin: -10px 0 0;
}
.alert-msg em {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 16px 0;
    display: block;
    color: #1b1c1e;
}
@media (max-width: 736px) {
    .alert-msg em {
        font-size: 14px;
        font-size: 1.4rem;
    }
}
#footer {
    border: none;
    padding: 0;
}
#footer .content {
    margin: 0;
    width: 100%;
    text-align: left;
}
#footer .top-section {
    border-top: 1px solid #e3e3e3;
}
#footer .top-section h6 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #0080cc;
}
#footer .top-section p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 10px 0;
    font-weight: 400;
}
#footer .top-section .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
}
#footer .top-section .wrap .address {
    width: 25%;
    padding: 30px 20px;
}
#footer .top-section .wrap .address .icon {
    width: 210px;
}
#footer .top-section .wrap .address .icon img, #footer .top-section .wrap .address .icon svg {
    width: 100%;
    color: #0080cc;
    fill: #0080cc;
}
#footer .top-section .wrap .address p {
    line-height: 28px;
}
#footer .top-section .wrap .address .loc {
    position: relative;
    padding: 0 0 0 40px;
    margin: 10px 0 0;
    line-height: normal;
}
#footer .top-section .wrap .address .loc:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/icon-loc-circle.svg") no-repeat 50% 50% / cover;
    position: absolute;
    left: 0;
    top: 0;
}
#footer .top-section .wrap .address .phone {
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    margin: 10px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #222;
    font-weight: 400;
    line-height: 28px;
}
#footer .top-section .wrap .address .phone:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/icon-phone-circle.png") no-repeat 50% 50% / cover;
    position: absolute;
    left: 0;
    top: 0;
}
#footer .top-section .wrap .address .mail {
    position: relative;
    padding: 0 0 0 40px;
    margin: 10px 0 0;
    display: block;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
}
#footer .top-section .wrap .address .mail:after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background: url("../images/icon-mail-circle.svg") no-repeat 50% 50% / cover;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 1008px) {
    #footer .top-section .wrap .address {
        width: 100%;
        border-bottom: 1px solid #e3e3e3;
    }
}
#footer .top-section .wrap .join {
    width: 30%;
    padding: 30px 20px;
}
#footer .top-section .wrap .join form {
    width: 100%;
    overflow: hidden;
    max-width: 300px;
    margin: 0 0 20px 0;
}
#footer .top-section .wrap .join form .text {
    float: left !important;
    width: 60% !important;
    border: 1px solid #e3e3e3;
    margin: 0;
    height: 50px;
    display: block;
}
#footer .top-section .wrap .join form .submit {
    float: left !important;
    width: 40% !important;
    background-color: #e30691;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-weight: 600;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 18px;
    font-size: 1.8rem;
}
@media (max-width: 1008px) {
    #footer .top-section .wrap .join {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #e3e3e3;
    }
}
#footer .top-section .wrap .ally {
    width: 25%;
    padding: 30px 20px;
}
#footer .top-section .wrap .ally .logos {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}
#footer .top-section .wrap .ally .logos img {
    display: block;
    width: auto;
    max-width: none;
    margin: 10px;
}
@media (max-width: 1008px) {
    #footer .top-section .wrap .ally {
        width: 100%;
        border: none;
    }
}
#footer .bottom-section {
    padding: 15px 0;
    border-top: 1px solid #e3e3e3;
    margin: 0 0 64px 0;
}
#footer .bottom-section p {
    margin: 0;
    color: #222;
    float: left;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
}
#footer .bottom-section p a {
    color: #0080cc;
    padding: 0 15px;
}
#footer .bottom-section .social {
    float: right;
    overflow: hidden;
    padding: 0;
}
#footer .bottom-section .social li {
    padding: 0;
    float: left;
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
}
#footer .bottom-section .social li:before {
    display: none;
}
#footer .bottom-section .footer-logo {
    float: right;
    margin: 0 10px 0 0;
}
@media (max-width: 768px) {
    #footer .bottom-section .footer-logo {
        float: none;
        display: block;
        margin: 15px auto;
    }
}
@media (max-width: 768px) {
    #footer .bottom-section {
        text-align: center;
    }
    #footer .bottom-section p {
        float: none;
        text-align: center;
        padding: 0 30px;
        line-height: normal;
        margin: 0 0 10px 0;
    }
    #footer .bottom-section p a {
        padding: 0 5px;
    }
    #footer .bottom-section .social {
        width: 100%;
        text-align: center;
        float: none;
    }
    #footer .bottom-section .social li {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }
}
.fixed-footer {
    min-height: 64px;
    height: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 200;
    width: auto;
    background-color: transparent;
    border-top: none;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fixed-footer.open {
    width: 100%;
    background: rgba(255, 255, 255, 0.65);
    height: calc(100% - 141px);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1008px) {
    .fixed-footer.open {
        height: calc(100% - 65px);
    }
}
.fixed-footer .holder {
    width: 530px;
}
.fixed-footer .hours-toggle {
    display: block;
    line-height: 64px;
    position: relative;
    color: #fff;
    min-width: 530px;
    padding: 0 35px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    background-color: #e30691;
}
.fixed-footer .hours-toggle:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-bottom: 12px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    position: absolute;
    right: 20px;
    top: 50%;
    margin: -4px 0 0;
}
.fixed-footer .hours-toggle.open:after {
    border-bottom: none;
    border-top: 12px solid #fff;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
}
.fixed-footer .hours-toggle .icon {
    width: 64px;
    height: 64px;
    float: left;
    margin: 0 20px 0 0;
    background-color: #ae0670;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.fixed-footer .hours-toggle .icon img, .fixed-footer .hours-toggle .icon svg {
    color: #fff;
    fill: #fff;
    width: 28px;
    height: 28px;
}
.fixed-footer .hours-toggle.open {
    background-color: #039;
}
.fixed-footer .hours-toggle.open .icon {
    background-color: #162a7c;
}
.fixed-footer .hours {
    display: block;
    height: calc(100vh - 205px);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fixed-footer .hours.open {
    min-width: 530px;
    background-color: #fff;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.fixed-footer .hours.open .more {
    display: block;
}
@media (max-width: 1008px) {
    .fixed-footer .hours.open {
        height: calc(100vh - 129px);
    }
}
.fixed-footer .hours .wrap {
    height: calc(100% - 111px);
    width: 100%;
    overflow-y: scroll;
}
.fixed-footer .hours .month {
    border-bottom: 1px solid #e4e4e4;
    line-height: 60px;
    text-align: center;
    overflow: hidden;
    width: 100%;
}
.fixed-footer .hours .month .prev {
    float: left;
    width: 20%;
    background-color: #fdfdfd;
    font-size: 12px;
    font-size: 1.2rem;
    color: #222;
    line-height: 60px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    border-right: 1px solid #e4e4e4;
}
.fixed-footer .hours .month .prev em {
    font-style: normal;
}
.fixed-footer .hours .month .current {
    width: 60%;
    display: block;
    color: #222;
    float: left;
    line-height: 60px;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
}
.fixed-footer .hours .month .next {
    float: right;
    width: 20%;
    background-color: #fdfdfd;
    font-size: 12px;
    font-size: 1.2rem;
    color: #222;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #e4e4e4;
}
.fixed-footer .hours .section {
    width: 100%;
    padding: 0 0 15px 50px;
    border-bottom: 1px solid #e4e4e4;
}
.fixed-footer .hours .section .title {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 10px 0;
}
.fixed-footer .hours .section .title .icon {
    float: left;
    margin: 0 3% 0 0;
    width: 5%;
}
.fixed-footer .hours .section .title .icon img, .fixed-footer .hours .section .title .icon svg {
    color: #039;
    fill: #039;
    width: 23px;
    height: 23px;
}
.fixed-footer .hours .section .title h4 {
    line-height: 20px;
    font-size: 20px;
    font-size: 2rem;
    color: #039;
    margin: 0;
    padding: 0;
    float: left;
    width: 56%;
}
.fixed-footer .hours .section .title a {
    float: right;
    color: #0080cc;
    padding: 0 20px 0 0;
    line-height: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 36%;
    text-align: right;
}
.fixed-footer .hours .section .title a em {
    font-style: normal;
}
.fixed-footer .hours .section .time {
    width: 100%;
    overflow: hidden;
}
.fixed-footer .hours .section .time em {
    float: left;
    width: 40%;
    display: block;
    padding: 0 10px 0 0;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    color: #039;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fixed-footer .hours .section .time em a {
    color: #039;
}
.fixed-footer .hours .section .time em a:hover {
    color: #0080cc;
}
.fixed-footer .hours .section .time p {
    float: left;
    width: 60%;
    margin: 0;
    padding: 0 15px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
}
.fixed-footer .hours .section .time p a {
    color: #222;
}
.fixed-footer .hours .section .time p a:hover {
    color: #0080cc;
}
.fixed-footer .hours .more {
    display: none;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
    color: #039;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}
.fixed-footer .hours .more span {
    display: inline-block;
    padding: 0 30px 0 0;
    position: relative;
}
.fixed-footer .hours .more span:after {
    content: '';
    display: block;
    width: 20px;
    height: 14px;
    background: url("../images/icon-arrow-angle.svg") no-repeat 50% 50% / cover;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -7px 0 0;
}
@media (max-width: 1008px) {
    .fixed-footer {
        width: 100%;
        text-align: left;
    }
    .fixed-footer .holder {
        width: 100%;
    }
    .fixed-footer .hours-toggle {
        min-width: 100%;
        width: 100%;
        font-size: 18px;
        font-size: 1.8rem;
    }
    .fixed-footer .hours {
        width: 100%;
        min-width: 100%;
        top: inherit;
        text-align: left;
        line-height: normal;
    }
    .fixed-footer .hours.open {
        width: 100%;
        min-width: 100%;
        height: calc(100vh - 129px);
    }
    .fixed-footer .hours .month {
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: none;
    }
    .fixed-footer .hours .month .current {
        width: 70%;
    }
    .fixed-footer .hours .month .prev, .fixed-footer .hours .month .next {
        width: 15%;
    }
    .fixed-footer .hours .month .prev em, .fixed-footer .hours .month .next em {
        display: none;
    }
    .fixed-footer .hours .section {
        padding: 0 0 0 20px;
    }
    .fixed-footer .hours .section .title .icon {
        width: 7%;
        margin: 0 3% 0 0;
    }
    .fixed-footer .hours .section .title h4 {
        text-transform: none;
        font-size: 20px;
        font-size: 2rem;
        width: 54%;
    }
    .fixed-footer .hours .section .title a {
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: none;
    }
    .fixed-footer .hours .section .title a em {
        display: none;
    }
    .fixed-footer .hours .section .time em {
        padding: 0;
        width: 100%;
        float: none;
        text-transform: none;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .fixed-footer .hours .section .time p {
        padding: 0;
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: none;
    }
}
@media (max-width: 768px) {
    .fixed-footer .hours .month .current {
        width: 70%;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .fixed-footer .hours .section {
        padding: 0 0 0 20px;
    }
    .fixed-footer .hours .section .title .icon {
        width: 7%;
        margin: 0 3% 0 0;
    }
    .fixed-footer .hours .section .title h4 {
        text-transform: none;
        font-size: 20px;
        font-size: 2rem;
        width: 54%;
    }
    .fixed-footer .hours .section .title a {
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: none;
    }
    .fixed-footer .hours .section .title a em {
        display: none;
    }
    .fixed-footer .hours .section .time em {
        padding: 0;
        width: 100%;
        float: none;
        text-transform: none;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .fixed-footer .hours .section .time p {
        padding: 0;
        width: 100%;
        float: none;
        margin: 0 0 10px 0;
        font-size: 14px;
        font-size: 1.4rem;
        text-transform: none;
    }
}
.hero-1-module {
    width: 100%;
    min-height: 75vh;
    height: auto;
}
@media (max-width: 1008px) {
    .hero-1-module {
        height: 100vh;
        min-height: 200px;
    }
}
.hero-1-module .owl-carousel .container, .hero-1-module .owl-carousel .t2 .bin, .t2 .hero-1-module .owl-carousel .bin, .hero-1-module .owl-carousel .t3 .bin, .t3 .hero-1-module .owl-carousel .bin {
    max-width: 1408px !important;
    z-index: 10;
    height: 100%;
    padding: 0 1.0653409091%;
}
.hero-1-module .slide {
    height: 100%;
}
.hero-1-module .slide .container, .hero-1-module .slide .t2 .bin, .t2 .hero-1-module .slide .bin, .hero-1-module .slide .t3 .bin, .t3 .hero-1-module .slide .bin {
    z-index: 30;
}
.hero-1-module .slide .item {
    width: 50% !important;
    max-width: 600px !important;
    z-index: 1;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}
.hero-1-module .slide .item:before {
    display: none;
}
.hero-1-module .slide .item .title {
    color: #02c !important;
    padding: 5px 0;
    margin: 0;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
    line-height: 5rem;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}
.hero-1-module .slide .item .title span {
    display: block;
    font-size: 75px;
    font-size: 7.5rem;
    line-height: 5.5rem;
    font-weight: 900;
}
.hero-1-module .slide .item .sub-title, .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-2-module .item .job-title, .hero-2-module .item .hero-1-module .slide .item .job-title {
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 10px 0;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3em;
    font-weight: 500;
    z-index: 1;
    color: #222 !important;
    position: relative;
}
.hero-1-module .slide .item .btn-2 {
    margin: 0;
    width: 48%;
    float: left;
    color: #fff;
    background-color: #02c !important;
    border: 1px solid #02c !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hero-1-module .slide .item .btn-2:hover {
    background-color: transparent !important;
    color: #02c !important;
}
.hero-1-module .slide .item .btn-1 {
    margin: 0;
    width: 48%;
    float: right;
    color: #02c !important;
    background-color: transparent !important;
    border: 1px solid #02c !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hero-1-module .slide .item .btn-1:hover {
    background-color: #02c !important;
    color: #fff !important;
}
@media (max-width: 1248px) {
    .hero-1-module .slide .item {
        width: 80%;
    }
}
@media (max-width: 1008px) {
    .hero-1-module .slide .item {
        width: 100% !important;
        padding: 80px 20px;
    }
    .hero-1-module .slide .item .title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
    }
    .hero-1-module .slide .item .title span {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 48px;
    }
    .hero-1-module .slide .item .btn-1, .hero-1-module .slide .item .btn-2 {
        float: none !important;
        width: 100% !important;
        margin: 10px 0;
    }
}
.hero-1-module .slide.bg-image:after {
    display: none !important;
}
.hero-1-module .owl-controls {
    bottom: 60px;
    width: 1408px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 1408px) {
    .hero-1-module .owl-controls {
        width: 1248px;
    }
}
@media (max-width: 1248px) {
    .hero-1-module .owl-controls {
        width: 1008px;
    }
}
@media (max-width: 1008px) {
    .hero-1-module .owl-controls {
        width: 100%;
        padding: 0 20px;
        left: 0;
        bottom: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@media (max-width: 736px) {
    .hero-1-module .owl-controls {
        right: 20px;
        position: absolute;
        z-index: 100;
    }
}
.hero-1-module .owl-controls .owl-dots {
    right: 20px;
    bottom: 0;
}
@media (max-width: 1008px) {
    .hero-1-module .owl-controls .owl-dots {
        right: 20px;
    }
}
.hero-1-module .owl-controls .owl-dots .owl-dot span {
    background-color: #fff;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.hero-1-module .owl-controls .owl-dots .owl-dot.active span {
    background-color: #039 !important;
}
.hero-1-module .fullscreen-bg {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    z-index: 10;
}
.hero-1-module .fullscreen-bg video {
    /* Make video to at least 100% wide and tall */
    min-width: 100%;
    min-height: 100%;
    /* Setting width & height to auto prevents the browser from stretching or squishing the video */
    width: auto;
    height: auto;
    /* Center the video */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width: 736px) {
    .hero-1-module .container, .hero-1-module .t2 .bin, .t2 .hero-1-module .bin, .hero-1-module .t3 .bin, .t3 .hero-1-module .bin {
        padding: 0 !important;
    }
}
.hero-1-module .breadcrumbs {
    border: none;
}
.hero-2-module {
    width: 100%;
    height: 75vh;
    padding: 140px 1.0653409091% 80px 1.0653409091% !important;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
@media (max-width: 1008px) {
    .hero-2-module {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
    }
}
.hero-2-module .item {
    width: 50% !important;
    max-width: 600px !important;
    z-index: 1;
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}
.hero-2-module .item:before {
    display: none;
}
.hero-2-module .item .title {
    color: #02c !important;
    padding: 5px 0;
    margin: 0;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
    line-height: 5rem;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}
.hero-2-module .item .title span {
    display: block;
    font-size: 75px;
    font-size: 7.5rem;
    line-height: 5.5rem;
    font-weight: 900;
}
.hero-2-module .item .sub-title, .hero-2-module .item .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-2-module .item .job-title, .hero-2-module .item .job-title {
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 10px 0;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3em;
    font-weight: 500;
    z-index: 1;
    color: #222 !important;
    position: relative;
}
.hero-2-module .item .btn-2 {
    margin: 0;
    width: 48%;
    float: left;
    color: #fff;
    background-color: #02c !important;
    border: 1px solid #02c !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hero-2-module .item .btn-2:hover {
    background-color: transparent !important;
    color: #02c !important;
}
.hero-2-module .item .btn-1 {
    margin: 0;
    width: 48%;
    float: right;
    color: #02c !important;
    background-color: transparent !important;
    border: 1px solid #02c !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hero-2-module .item .btn-1:hover {
    background-color: #02c !important;
    color: #fff !important;
}
@media (max-width: 1248px) {
    .hero-2-module .item {
        width: 80%;
    }
}
@media (max-width: 1008px) {
    .hero-2-module .item {
        width: 100% !important;
        padding: 20px;
    }
    .hero-2-module .item .title {
        font-size: 30px;
        font-size: 3rem;
        line-height: 30px;
    }
    .hero-2-module .item .title span {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 48px;
    }
    .hero-2-module .item .btn-1, .hero-2-module .item .btn-2 {
        float: none !important;
        width: 60% !important;
        margin: 10px 0;
    }
}
.hero-2-module .breadcrumbs {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 10;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: capitalize;
    border: none;
}
.hero-2-module .breadcrumbs a {
    color: #0ca !important;
}
@media (max-width: 1008px) {
    .hero-2-module .breadcrumbs {
        display: none;
    }
}
.hero-3-module {
    width: 100%;
    height: auto;
    padding: 300px 1.0653409091% 200px 1.0653409091% !important;
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
@media (max-width: 1008px) {
    .hero-3-module {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        padding: 105px 1.0653409091% 40px 1.0653409091% !important;
    }
    .hero-3-module .breadcrumbs {
        display: none;
    }
}
.hero-3-module .item {
    width: 50% !important;
    max-width: 600px !important;
    z-index: 1;
    padding: 0;
    background-color: transparent;
}
.hero-3-module .item:before {
    display: none;
}
.hero-3-module .item .title {
    color: #fff !important;
    padding: 5px 0 20px 0;
    margin: 0;
    font-size: 50px;
    font-size: 5rem;
    font-weight: bold;
    line-height: 5rem;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
}
.hero-3-module .item .title span {
    display: block;
    font-size: 75px;
    font-size: 7.5rem;
    line-height: 5.5rem;
    font-weight: 900;
}
.hero-3-module .item .title:after {
    content: '';
    display: block;
    background-color: #e30691;
    width: 50px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}
@media (max-width: 768px) {
    .hero-3-module .item .title {
        padding: 5px 0 20px 0;
    }
}
.hero-3-module .item .sub-title, .hero-3-module .item .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-3-module .item .job-title, .hero-3-module .item .hero-2-module .item .job-title, .hero-2-module .item .hero-3-module .item .job-title {
    font-family: 'Lato', sans-serif;
    padding: 0;
    margin: 10px 0;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3em;
    font-weight: 500;
    z-index: 1;
    color: #fff !important;
    position: relative;
}
.hero-3-module .item .btn-2 {
    margin: 0;
    width: 48%;
    float: left;
    color: #fff;
    background-color: #02c !important;
    border: 1px solid #02c !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hero-3-module .item .btn-2:hover {
    background-color: transparent !important;
    color: #02c !important;
}
.hero-3-module .item .btn-1 {
    margin: 0;
    width: 48%;
    float: right;
    color: #02c !important;
    background-color: transparent !important;
    border: 1px solid #02c !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hero-3-module .item .btn-1:hover {
    background-color: #02c !important;
    color: #fff !important;
}
@media (max-width: 1248px) {
    .hero-3-module .item {
        width: 80%;
    }
}
@media (max-width: 1008px) {
    .hero-3-module .item {
        width: 100% !important;
        padding: 20px;
    }
    .hero-3-module .item .title {
        font-size: 40px;
        font-size: 4rem;
        line-height: 30px;
    }
    .hero-3-module .item .title span {
        font-size: 48px;
        font-size: 4.8rem;
        line-height: 48px;
    }
    .hero-3-module .item .sub-title, .hero-3-module .item .hero-1-module .slide .item .job-title, .hero-1-module .slide .item .hero-3-module .item .job-title, .hero-3-module .item .hero-2-module .item .job-title, .hero-2-module .item .hero-3-module .item .job-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
    .hero-3-module .item .btn-1, .hero-3-module .item .btn-2 {
        float: none !important;
        width: 60% !important;
        margin: 10px 0;
    }
}
.hero-3-module .breadcrumbs {
    border: medium none;
    bottom: 20px;
    font-size: 1.6rem;
    left: 15px;
    position: absolute;
    text-transform: capitalize;
    z-index: 10;
    padding: 0;
}
.breadcrumbs {
    margin: 0;
    padding: 20px;
    display: block;
    width: 100%;
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: 1px solid #e3e3e3;
}
.breadcrumbs a:hover {
    color: #e30691;
}
@media (max-width: 1008px) {
    .breadcrumbs {
        display: none;
    }
}
.hero .margin-bottom {
    margin: 0 0 2.5em 0;
}
.hero.margin-bottom {
    margin: 0 0 2.5em 0;
}
.event-list-1-module {
    width: 100%;
    padding: 1em 0 1em 0 !important;
}
.event-list-1-module .intro {
    margin: 0 1.0653409091%;
    padding: 0;
    width: 100%;
    text-align: center;
}
.event-list-1-module .intro .title {
    font-size: 1.5em;
    font-weight: 600;
    color: #222;
}
.event-list-1-module .intro .title:before {
    content: "\E02B";
    color: #e30691;
    font-size: 2em;
}
.event-list-1-module .intro .des {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9em;
    color: #222;
    padding: 3px 0;
}
.event-list-1-module .intro .des:before {
    content: "TODAY: ";
    color: #e30691;
}
.event-list-1-module .list {
    padding: 20px 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.event-list-1-module .list .item {
    width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
    margin: 1.0653409091%;
    float: left;
    position: relative;
    text-align: center;
    border: 1px solid #039;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item:hover {
    border: 1px solid #e30691;
    background-color: #e30691;
}
.event-list-1-module .list .item:hover .con .info .title, .event-list-1-module .list .item:hover .con .info .date, .event-list-1-module .list .item:hover .con .info .time, .event-list-1-module .list .item:hover .con .info .cta {
    color: white;
}
.event-list-1-module .list .item:hover .con .cta {
    background-color: #e30691;
    border-color: #e30691;
}
.event-list-1-module .list .item:hover .con .cta:before {
    color: white;
}
@media (max-width: 1248px) {
    .event-list-1-module .list .item {
        width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
    }
}
@media (max-width: 736px) {
    .event-list-1-module .list .item {
        width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    }
    .event-list-1-module .list .item:nth-child(n+3) {
        display: none;
    }
}
.event-list-1-module .list .item .thumb {
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0;
    background-color: #e30691;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item .thumb img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item .con {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.event-list-1-module .list .item .con .info {
    text-align: left;
    padding: 15px;
    width: 85%;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item .con .info .title {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 600;
    color: #e30691;
}
.event-list-1-module .list .item .con .info .date {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 600;
    color: #222;
}
.event-list-1-module .list .item .con .info .time {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 0.7em;
    font-weight: 300;
}
.event-list-1-module .list .item .con .cta {
    width: 15%;
    background-color: #f9f9f9;
    border-left: #039;
    padding: 0;
    border-left: 1px solid #039;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-list-1-module .list .item .con .cta:before {
    content: "\E02B";
    color: #e30691;
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.event-list-1-module .end {
    text-align: center;
    padding: 5px 0;
}
.event-list-1-module .end .cta-button {
    padding: 15px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e30691;
    background-color: white;
    color: #e30691;
    text-transform: uppercase;
    font-weight: 600;
}
.event-list-1-module .end .cta-button:hover {
    background-color: #e30691;
    color: white;
}
.event-list-1-module .link-box:before {
    display: none;
}
.events-gallery {
    padding: 0 1em 0 1em;
}
.events-gallery .intro {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    margin: 0 1.0653409091%;
    overflow: hidden;
}
.events-gallery .intro .title {
    margin: 30px 0 0;
    position: relative;
    padding: 0 0 0 60px;
    color: #222;
    font-weight: 300;
    float: left;
}
@media (max-width: 1008px) {
    .events-gallery .intro .title {
        width: 63%;
        font-size: 20px;
        font-size: 2rem;
    }
}
@media (max-width: 736px) {
    .events-gallery .intro .title {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.events-gallery .intro .title:after {
    content: '\E012';
    font-family: "uja-riverdale";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    color: #0080cc;
    font-size: 50px;
    font-size: 5rem;
}
.events-gallery .intro .title span {
    color: #0080cc;
}
.events-gallery .intro .title em {
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-style: normal;
    margin: 4px 0 0;
}
.events-gallery .intro .event-ctrl {
    float: right;
    border-right: 1px solid #e3e3e3;
}
.events-gallery .intro .event-ctrl span {
    float: right;
    border-left: 1px solid #e3e3e3;
    font-size: 20px;
    font-size: 2rem;
    padding: 40px 20px;
    color: #0080cc;
    cursor: pointer;
}
.events-gallery .intro .event-ctrl span img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
    max-width: none !important;
    position: static !important;
}
.events-gallery .intro .event-ctrl span img * {
    fill: #0080cc;
}
.events-gallery .intro .event-ctrl span.prev img {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (max-width: 736px) {
    .events-gallery .intro .event-ctrl {
        width: 100%;
        float: none;
        border-top: 1px solid #e3e3e3;
        margin: 20px 0 0;
        overflow: hidden;
    }
    .events-gallery .intro .event-ctrl span {
        text-align: center;
        padding: 20px;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.events-gallery .list {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    height: auto;
    margin: 0 1.0653409091%;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.events-gallery .owl-item {
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
    .events-gallery .owl-item {
        border: none;
    }
}
.events-gallery .item {
    padding: 20px 0 50px 0;
    margin: 0 20px;
    min-height: 460px;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.events-gallery .item .link-box:before {
    display: block;
}
@media (max-width: 1008px) {
    .events-gallery .item {
        min-height: 400px;
    }
}
@media (max-width: 736px) {
    .events-gallery .item {
        min-height: 460px;
    }
}
.events-gallery .item .title {
    color: #0080cc;
}
@media (max-width: 736px) {
    .events-gallery .item .title {
        font-size: 20px;
        font-size: 2rem;
    }
}
.events-gallery .item .thumb {
    border: none;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.events-gallery .item .thumb .icon {
    left: 0;
    top: 0;
    background-color: rgba(0, 144, 217, 0.85);
    margin: auto;
    padding: 10px;
    position: absolute;
    z-index: 5;
    color: white;
    width: 75px;
    height: 75px;
}
.events-gallery .item .thumb .icon svg {
    color: #fff;
    fill: #fff;
    display: block;
}
.events-gallery .item .thumb img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.events-gallery .item .date {
    font-style: normal;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 0;
    color: #222;
}
.events-gallery .item .title {
    margin: 5px 0 0;
    font-size: 20px;
    font-size: 2rem;
}
.events-gallery .item:hover .thumb {
    background-color: #0080cc;
}
.events-gallery .item:hover .thumb .icon {
    background: transparent;
}
.events-gallery .item:hover .thumb img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.t2 .events-gallery {
    padding: 0 0 0 1em;
}
.t2 .events-gallery .intro {
    width: 100%;
    margin: 0;
}
.t2 .events-gallery .list {
    width: 100%;
    margin: 0;
}
@media (max-width: 1008px) {
    .t2 .events-gallery {
        padding: 0 2em;
    }
}
.event-single {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
}
.event-single .item {
    height: 540px;
    width: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-single .item:before {
    content: "\E012";
    left: 0;
    top: 0;
    background: rgba(0, 144, 217, 0.85);
    margin: auto;
    position: absolute;
    color: white;
    font-size: 4em;
    width: 100px;
    height: 100px;
    padding: 20px 10px 0;
    z-index: 10;
    text-align: center;
}
@media (max-width: 1008px) {
    .event-single .item {
        min-height: 300px;
    }
}
.event-single .item .link-box {
    z-index: 10 !important;
}
.event-single .item .link-box:before {
    width: 45%;
    right: inherit;
    color: #fff;
    display: none;
}
.event-single .item .thumb {
    border: none;
    text-align: center;
    width: 100%;
    height: 540px;
    position: relative;
    display: block;
    padding: 0;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background: url("../images/img-event-thumb.png") no-repeat 0 0 #000;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.event-single .item .thumb:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 45%;
    background-color: rgba(0, 144, 217, 0.85);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}
.event-single .item .thumb:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 2;
}
.event-single .item .thumb img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-single .item .hold {
    position: absolute;
    left: 0;
    width: 45%;
    height: 540px;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 5;
}
.event-single .item .hold .date {
    position: absolute;
    padding: 0 0 0 135px;
    width: 100%;
    color: #0080cc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    top: 48px;
    color: #fff;
    font-style: normal;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
}
.event-single .item .hold .title {
    margin: 0;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #fff !important;
}
@media (max-width: 736px) {
    .event-single .item .hold .title {
        font-size: 20px;
        font-size: 2rem;
    }
}
.event-single .item .hold .des {
    color: #fff !important;
    margin: 5px 0 0;
}
.event-single .item .hold .more {
    display: inline-block;
    border: 1px solid #fff;
    margin: 15px 0 0;
    padding: 0 20px;
    line-height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
}
.event-single .item .hold .more span {
    font-size: 20px;
    font-size: 2rem;
}
.event-single .item .hold .text {
    margin: auto;
}
.event-single .item:hover .thumb:after {
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.event-single .item:hover .hold .more {
    background-color: #fff;
    color: #0080cc;
}
@media (max-width: 1008px) {
    .event-single .item {
        min-height: 540px;
    }
    .event-single .item:before {
        width: 80px;
        height: 80px;
        padding: 12px 10px 0;
        font-size: 3.5em;
    }
    .event-single .item .hold {
        width: 100%;
        padding: 0 55px 0 140px;
    }
    .event-single .item .link-box:before {
        display: none;
        width: 100%;
        right: 0;
    }
    .event-single .item .thumb:after {
        width: 100px;
    }
}
@media (max-width: 736px) {
    .event-single .item {
        height: auto;
        padding: 0 0 50px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 490px;
    }
    .event-single .item:before {
        width: 60px;
        height: 60px;
        padding: 10px;
        font-size: 3em;
    }
    .event-single .item .hold {
        width: 100%;
        padding: 0;
        position: static;
        display: block;
        height: auto;
    }
    .event-single .item .hold .date {
        position: static;
        margin: 5px 0;
        padding: 0;
        color: #222;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .event-single .item .hold .text {
        width: 100%;
    }
    .event-single .item .hold .text .des {
        display: none;
    }
    .event-single .item .hold .text .more {
        border: 1px solid #e30691;
        color: #e30691;
    }
    .event-single .item .hold .text .title {
        font-size: 22px;
        font-size: 2.2rem;
        color: #e30691;
    }
    .event-single .item .link-box:before {
        width: 100%;
        right: 0;
        color: #e30691;
        bottom: 0;
        display: none;
    }
    .event-single .item .thumb {
        height: 250px;
    }
    .event-single .item .thumb:after {
        display: none;
    }
}
.box-50 .event-single .item {
    min-height: 540px;
    height: auto;
}
.box-50 .event-single .item:before {
    width: 80px;
    height: 80px;
    padding: 12px 10px 0;
    font-size: 3.5em;
}
.box-50 .event-single .item .hold {
    width: 100%;
    height: 100%;
    padding: 0 55px 0 140px;
}
.box-50 .event-single .item .hold .date {
    top: 35px;
}
.box-50 .event-single .item .link-box:before {
    width: 100%;
    right: 0;
    display: none;
}
.box-50 .event-single .item .thumb:after {
    width: 100px;
}
.box-50 .event-single .item:hover .thumb:after {
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1248px) {
    .box-50 .event-single .item .hold .text .title {
        font-size: 20px;
        font-size: 2rem;
    }
}
@media (max-width: 1008px) {
    .box-50 .event-single .item {
        height: auto;
        padding: 0 0 50px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 490px;
    }
    .box-50 .event-single .item:before {
        width: 60px;
        height: 60px;
        padding: 10px;
        font-size: 3em;
    }
    .box-50 .event-single .item .hold {
        width: 100%;
        padding: 0;
        position: static;
        display: block;
        height: auto;
    }
    .box-50 .event-single .item .hold .date {
        position: static;
        margin: 5px 0;
        padding: 0;
        color: #222;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .box-50 .event-single .item .hold .text {
        width: 100%;
    }
    .box-50 .event-single .item .hold .text .des {
        display: none;
    }
    .box-50 .event-single .item .hold .text .more {
        border: 1px solid #e30691;
        color: #e30691;
    }
    .box-50 .event-single .item .hold .text .title {
        font-size: 22px;
        font-size: 2.2rem;
        color: #e30691;
    }
    .box-50 .event-single .item .link-box:before {
        width: 100%;
        right: 0;
        color: #e30691;
        bottom: -10px;
        display: none;
    }
    .box-50 .event-single .item .thumb {
        height: 250px;
    }
    .box-50 .event-single .item .thumb:after {
        display: none;
    }
}
.box-33 .event-single .item {
    height: auto;
    padding: 0 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 490px;
}
.box-33 .event-single .item:before {
    width: 60px;
    height: 60px;
    padding: 10px;
    font-size: 3em;
}
.box-33 .event-single .item .hold {
    width: 100%;
    padding: 0;
    position: static;
    display: block;
    height: auto;
}
.box-33 .event-single .item .hold .date {
    position: static;
    margin: 5px 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
}
.box-33 .event-single .item .hold .text {
    width: 100%;
}
.box-33 .event-single .item .hold .text .des {
    display: none;
}
.box-33 .event-single .item .hold .text .more {
    border: 1px solid #0080cc;
    color: #0080cc;
}
.box-33 .event-single .item .hold .text .title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #0080cc !important;
}
.box-33 .event-single .item .link-box:before {
    width: 100%;
    right: 0;
    color: #e30691;
    bottom: 0;
    display: none;
}
@media (max-width: 1008px) {
    .box-33 .event-single .item .link-box:before {
        bottom: -10px;
    }
}
.box-33 .event-single .item .thumb {
    height: 250px;
}
.box-33 .event-single .item .thumb:after {
    width: 100%;
    opacity: 0;
}
.box-33 .event-single .item:hover .thumb:after {
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-33 .event-single .item:hover .more {
    background-color: #0080cc;
    color: #fff !important;
}
.box-25 .event-single .item {
    height: auto;
    padding: 0 0 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 490px;
}
.box-25 .event-single .item:before {
    width: 60px;
    height: 60px;
    padding: 10px;
    font-size: 3em;
}
.box-25 .event-single .item .hold {
    width: 100%;
    padding: 0;
    position: static;
    display: block;
    height: auto;
}
.box-25 .event-single .item .hold .date {
    position: static;
    margin: 5px 0;
    padding: 0;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
}
.box-25 .event-single .item .hold .text {
    width: 100%;
}
.box-25 .event-single .item .hold .text .des {
    display: none;
}
.box-25 .event-single .item .hold .text .more {
    border: 1px solid #0080cc;
    color: #0080cc;
}
.box-25 .event-single .item .hold .text .title {
    font-size: 22px;
    font-size: 2.2rem;
    color: #0080cc !important;
}
.box-25 .event-single .item .link-box:before {
    width: 100%;
    right: 0;
    color: #e30691;
    bottom: 0;
    display: none;
}
@media (max-width: 1008px) {
    .box-25 .event-single .item .link-box:before {
        bottom: -10px;
    }
}
.box-25 .event-single .item .thumb {
    height: 250px;
}
.box-25 .event-single .item .thumb:after {
    width: 100%;
    opacity: 0;
}
.box-25 .event-single .item:hover .thumb:after {
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-25 .event-single .item:hover .more {
    background-color: #0080cc;
    color: #fff !important;
}
.events-calendar {
    width: 100%;
}
.events-calendar .holder {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: top;
    flex-direction: row;
    position: relative;
    min-height: 670px;
}
@media (max-width: 736px) {
    .events-calendar .holder {
        display: block;
    }
}
.events-calendar .days {
    width: 40%;
    position: relative;
    z-index: 10 !important;
    padding: 180px 55px 0 20px;
    border-right: 6px solid #039;
}
.events-calendar .days .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 120px;
    height: 150px;
    line-height: 130px;
    text-align: center;
    color: #fff;
    padding: 0;
    background-color: #039;
}
.events-calendar .days .icon:after {
    border-left: 20px solid #039;
}
.events-calendar .days .icon:before {
    content: '\E01F';
    font-size: 3em;
}
.events-calendar .days .icon span {
    font-size: 50px;
    font-size: 5rem;
}
.events-calendar .days .icon h4, .events-calendar .days .icon p {
    display: none;
}
.events-calendar .days h4 {
    color: #e30691;
    margin: 0;
}
.events-calendar .days .btn-1, .events-calendar .days .btn-2 {
    float: right;
}
.events-calendar .days table {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}
.events-calendar .days table th, .events-calendar .days table td {
    height: 35px;
}
.events-calendar .days table th {
    font-weight: normal;
    line-height: 35px;
    color: #808080;
}
.events-calendar .days table td {
    text-align: center;
}
.events-calendar .days table td span {
    width: 35px;
    height: 35px;
    display: inline-block;
    cursor: pointer;
    color: #808080;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    line-height: 35px;
}
.events-calendar .days table td span.event {
    color: #e30691;
}
.events-calendar .days table td span.active {
    background-color: #e30691;
    color: #fff;
}
@media (max-width: 1008px) {
    .events-calendar .days {
        width: 50%;
    }
}
@media (max-width: 736px) {
    .events-calendar .days {
        width: 100%;
        border-right: none;
        padding: 0;
        overflow: visible;
    }
    .events-calendar .days .icon {
        width: 100%;
        position: relative;
        text-align: center;
        height: auto;
        line-height: normal;
        padding: 30px 20px;
    }
    .events-calendar .days .icon:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid #e30691;
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-bottom: none;
        position: absolute;
        top: 100%;
        right: 50%;
        margin: 0 -20px 0 0;
        padding: 0;
    }
    .events-calendar .days .icon h4, .events-calendar .days .icon p {
        display: block;
        color: #fff;
        margin: 5px 0;
    }
    .events-calendar .days table, .events-calendar .days .month, .events-calendar .days .all {
        display: none;
    }
}
.events-calendar .events {
    width: 60%;
    position: relative;
    padding: 0 0 80px 0;
}
.events-calendar .events .date {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 45px;
    background-color: #0080cc;
    height: 150px;
    line-height: 150px;
}
.events-calendar .events .date p {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff !important;
    text-transform: uppercase;
}
.events-calendar .events .event {
    margin: 15px 20px 0 50px;
    position: relative;
    padding: 0 0 15px 0;
}
.events-calendar .events .event:after {
    content: "";
    display: block;
    width: 20%;
    border-bottom: 1px dotted #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.events-calendar .events .event .title {
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    color: #e30691;
}
.events-calendar .events .event .time {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: normal;
}
.events-calendar .events .event .time span {
    color: #2f2f30;
    font-size: 18px;
    font-size: 1.8rem;
}
.events-calendar .events .event p {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
}
.events-calendar .events .event a {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
}
.events-calendar .events .event a span {
    vertical-align: unset;
}
.events-calendar .events .more {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    left: 50px;
    border-top: 1px solid #e3e3e3;
}
.events-calendar .events .more a {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 1.2rem;
}
.events-calendar .events .more a span {
    vertical-align: unset;
}
@media (max-width: 1008px) {
    .events-calendar .events {
        width: 50%;
    }
}
@media (max-width: 736px) {
    .events-calendar .events {
        width: 100%;
        overflow: hidden;
        padding: 20px 0 65px 0;
    }
    .events-calendar .events .date {
        display: none;
    }
    .events-calendar .events .event {
        margin: 15px 20px 0 20px;
    }
    .events-calendar .events .event:after {
        width: 100%;
    }
    .events-calendar .events .more {
        background-color: #f9f9f9;
        left: 0;
        padding: 20px;
        text-align: center;
    }
}
.t2 .events-calendar .days .next {
    padding: 0 10px;
    font-size: 1.3rem;
}
.t2 .events-calendar .days .prev {
    padding: 0 10px;
    font-size: 1.3rem;
}
.program-single {
    width: 100%;
}
.program-single .item {
    width: 100%;
    padding: 2em 1.0653409091%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.program-single .item .link-box:before {
    display: none;
}
.program-single .item .thumb {
    text-align: center;
    width: 25%;
    height: auto;
    position: relative;
    display: block;
    padding: 0;
    background-color: #000;
    overflow: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-image: url('../images/img-program-thumb.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.program-single .item .thumb .icon {
    left: 50%;
    top: 50%;
    margin: -55px 0 0 -45px;
    position: absolute;
    color: white;
    font-size: 4em;
    width: 100px;
    height: 100px;
    padding: 20px 10px 0 10px;
    z-index: 10;
    display: none;
    /* temporary style fix */
}
.program-single .item .thumb .icon svg {
    color: #fff;
    fill: #fff;
}
.program-single .item .thumb:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: black;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}
.program-single .item .thumb img {
    display: block;
    position: absolute !important;
    height: 100%;
    max-width: none !important;
    width: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1408px) {
    .program-single .item .thumb img {
        width: auto;
    }
}
.program-single .item .text {
    width: 75%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    border: 1px solid #e3e3e3;
    border-left: 5px solid #0080cc;
    background-color: #f9f9f9;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-single .item .text .btn-1 {
    color: #e30691 !important;
    border-color: #e30691 !important;
}
.program-single .item .text .title {
    color: #0080cc !important;
    font-size: 2.2rem;
}
.program-single .item .text p span {
    color: #e30691;
}
.program-single .item .text p {
    width: 80%;
    color: #222 !important;
}
.program-single .item .text > span {
    display: none;
}
.program-single .item:hover .thumb:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: black;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}
.program-single .item:hover .text {
    background-color: #e30691;
    border: 1px solid #e30691;
    border-left: 5px solid #e30691;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-single .item:hover .text span {
    color: #fff !important;
}
.program-single .item:hover .text p {
    color: #fff !important;
}
.program-single .item:hover .text .title {
    color: #fff !important;
}
.program-single .item:hover .text .btn-1 {
    color: #fff !important;
    border-color: #fff !important;
}
@media (max-width: 736px) {
    .program-single .item {
        margin: 1em 0;
    }
    .program-single .item .thumb {
        display: none;
    }
    .program-single .item .text {
        text-align: center;
        width: 100%;
        border: 1px solid #e3e3e3;
    }
    .program-single .item .text p {
        display: none;
    }
    .program-single .item .text > span {
        color: #e30691;
        display: block;
        font-size: 60px;
        font-size: 6rem;
    }
    .program-single .item:hover .text {
        border: 1px solid #e3e3e3 !important;
    }
    .program-single .item:hover .text span {
        color: #fff;
    }
}
.box-50 .program-single .item {
    padding: 2em 1em;
}
.box-50 .program-single .item .thumb {
    width: 45%;
    overflow: hidden;
}
.box-50 .program-single .item .thumb img {
    max-width: none !important;
    position: absolute !important;
    width: auto;
}
.box-50 .program-single .item .text {
    width: 55%;
}
@media (max-width: 1008px) {
    .box-50 .program-single .item {
        display: block;
        padding: 2em 1em;
    }
    .box-50 .program-single .item .thumb {
        display: block;
        width: 100%;
        height: 250px;
    }
    .box-50 .program-single .item .text {
        width: 100%;
        border: 1px solid #e3e3e3;
    }
    .box-50 .program-single .item .text > span {
        display: block;
        color: #e30691;
        font-size: 60px;
        font-size: 6rem;
    }
    .box-50 .program-single .item:hover .text {
        border: 1px solid #e3e3e3 !important;
    }
    .box-50 .program-single .item:hover .text span {
        color: #fff;
    }
}
.box-33 .program-single .item {
    display: block;
    margin: 1em;
    border: 1px solid #e3e3e3;
    padding: 0;
    overflow: hidden;
}
.box-33 .program-single .item .link-box:before {
    bottom: 20px;
    color: #e30691;
    display: block;
}
.box-33 .program-single .item .thumb {
    text-align: center;
    width: 100%;
    height: 250px;
    position: relative;
    display: block;
    padding: 0;
    background-color: #000;
    overflow: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-33 .program-single .item .thumb .icon {
    left: 50%;
    top: 50%;
    margin: -55px 0 0 -45px;
    position: absolute;
    color: white;
    font-size: 4em;
    width: 100px;
    height: 100px;
    padding: 20px 10px 0 10px;
    z-index: 10;
}
.box-33 .program-single .item .thumb .icon svg {
    color: #fff;
    fill: #fff;
}
.box-33 .program-single .item .thumb:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(41, 140, 191, 0.8);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}
.box-33 .program-single .item .thumb:before {
    display: none;
}
.box-33 .program-single .item .thumb img {
    display: block;
    position: relative !important;
    height: 100%;
    max-width: none !important;
    width: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-33 .program-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px 50px 20px;
    text-align: center;
    border: none;
    height: 70%;
    border-top: 5px solid #0080cc;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-33 .program-single .item .text .title {
    color: #e30691;
    margin: 0;
}
.box-33 .program-single .item .text p {
    display: none;
}
.box-33 .program-single .item .text .btn-1 {
    margin: 10px 0 0;
}
.box-33 .program-single .item:hover .link-box:before {
    color: #fff;
}
.box-33 .program-single .item:hover .thumb:after {
    display: none;
}
.box-33 .program-single .item:hover .thumb:before {
    display: none;
}
.box-33 .program-single .item:hover .text {
    background-color: #e30691;
    border-top: 5px solid #e30691;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 736px) {
    .box-33 .program-single .item:hover .text {
        border-left: none !important;
        border-right: none !important;
        border-bottom: none !important;
        border-top: 5px solid #e30691 !important;
    }
}
.box-33 .program-single .item:hover .text span {
    color: #fff;
}
.box-33 .program-single .item:hover .text p {
    color: #fff;
}
.box-33 .program-single .item:hover .text .title {
    color: #fff;
}
.box-33 .program-single .item:hover .text .btn-1 {
    color: #fff;
    border-color: #fff;
}
.box-25 .program-single .item {
    display: block;
    margin: 1em;
    border: 1px solid #e3e3e3;
    padding: 0;
    overflow: hidden;
    width: 100%;
}
.box-25 .program-single .item .link-box:before {
    bottom: 20px;
    color: #e30691;
    display: block;
}
.box-25 .program-single .item .thumb {
    text-align: center;
    width: 100%;
    height: 250px;
    position: relative;
    display: block;
    padding: 0;
    background-color: #000;
    overflow: hidden;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-25 .program-single .item .thumb .icon {
    left: 50%;
    top: 50%;
    margin: -55px 0 0 -45px;
    position: absolute;
    color: white;
    font-size: 4em;
    width: 100px;
    height: 100px;
    padding: 20px 10px 0 10px;
    z-index: 10;
}
.box-25 .program-single .item .thumb .icon svg {
    color: #fff;
    fill: #fff;
}
.box-25 .program-single .item .thumb:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: rgba(41, 140, 191, 0.8);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}
.box-25 .program-single .item .thumb:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: black;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}
.box-25 .program-single .item .thumb img {
    display: block;
    position: relative !important;
    height: 100%;
    max-width: none !important;
    width: 100%;
    opacity: 0.4;
    filter: alpha(opacity=40);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-25 .program-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px 50px 20px;
    text-align: center;
    border: none;
    height: 70%;
    border-top: 5px solid #0080cc;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.box-25 .program-single .item .text .title {
    color: #e30691;
    margin: 0;
}
.box-25 .program-single .item .text p {
    display: none;
}
.box-25 .program-single .item .text .btn-1 {
    margin: 10px 0 0;
}
.box-25 .program-single .item:hover .link-box:before {
    color: #fff;
}
.box-25 .program-single .item:hover .thumb:after {
    display: none;
}
.box-25 .program-single .item:hover .thumb:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: black;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: 5;
}
.box-25 .program-single .item:hover .text {
    background-color: #e30691;
    border-top: 5px solid #e30691;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 736px) {
    .box-25 .program-single .item:hover .text {
        border-left: none !important;
        border-right: none !important;
        border-bottom: none !important;
        border-top: 5px solid #e30691 !important;
    }
}
.box-25 .program-single .item:hover .text span {
    color: #fff;
}
.box-25 .program-single .item:hover .text p {
    color: #fff;
}
.box-25 .program-single .item:hover .text .title {
    color: #fff;
}
.box-25 .program-single .item:hover .text .btn-1 {
    color: #fff;
    border-color: #fff;
}
.program-list {
    width: 100%;
    display: block !important;
}
@media (max-width: 1008px) {
    .program-list {
        padding: 0 1em;
    }
}
.program-list .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 1em;
}
@media (max-width: 736px) {
    .program-list .list {
        padding: 0;
    }
}
.program-list .list .item {
    width: 23%;
    margin: 2em 1%;
    border: 1px solid #e3e3e3;
    overflow: hidden;
}
@media (max-width: 1008px) {
    .program-list .list .item {
        width: 48%;
    }
}
@media (max-width: 736px) {
    .program-list .list .item {
        width: 100%;
        padding: 0;
    }
}
.program-list .list .item .link-box:before {
    display: none;
}
.program-list .list .item .thumb img {
    display: block;
}
.program-list .list .item .text {
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-list .list .item .text .title {
    font-size: 1.5em;
    color: #0080cc;
    margin: 0;
}
.program-list .list .item .text p span {
    color: #0080cc;
}
.program-list .list .item .text .btn-1 {
    margin: 10px 0 0;
}
.program-list .list .item .text .icon svg {
    color: #0080cc;
    fill: #0080cc;
}
.program-list .list .item:hover .text {
    background-color: #0080cc;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-list .list .item:hover .text span {
    color: #fff !important;
}
.program-list .list .item:hover .text p {
    color: #fff !important;
}
.program-list .list .item:hover .text .title {
    color: #fff !important;
}
.program-list .list .item:hover .text .btn-1 {
    color: #fff;
    border-color: #fff;
}
.program-list .list .item:hover .text .icon svg {
    color: #fff;
    fill: #fff;
}
.program-list-2 {
    width: 100%;
    display: block !important;
}
@media (max-width: 1008px) {
    .program-list-2 {
        padding: 0 1em;
    }
}
.program-list-2 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 1em;
}
@media (max-width: 1008px) {
    .program-list-2 .list {
        padding: 0;
    }
}
.program-list-2 .list .item {
    width: 23%;
    margin: 2em 1%;
    border: none;
    overflow: hidden;
}
@media (max-width: 1008px) {
    .program-list-2 .list .item {
        width: 48%;
    }
}
@media (max-width: 736px) {
    .program-list-2 .list .item {
        padding: 0;
    }
}
.program-list-2 .list .item .link-box:before {
    display: block;
    background-color: #039;
    color: #039;
}
.program-list-2 .list .item:last-child .link-box:before {
    display: none;
}
.program-list-2 .list .item .more {
    text-align: left;
    display: block;
    padding: 0 0 40px 0;
    position: relative;
    font-size: 19px;
    font-size: 1.9rem;
    font-weight: 900;
}
.program-list-2 .list .item .more:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 73px;
    height: 1px;
    background-color: #e30691;
}
.program-list-2 .list .item .more:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 73px;
    width: 0;
    height: 0;
    border-left: 6px solid #e30691;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}
.program-list-2 .list .item .thumb img {
    display: block;
}
.program-list-2 .list .item .text {
    width: 100%;
    height: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 20px;
    text-align: center;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-list-2 .list .item .text .title {
    font-size: 1.5em;
    color: #039;
    margin: 0;
}
.program-list-2 .list .item .text p span {
    color: #e30691;
}
.program-list-2 .list .item .text .btn-1 {
    margin: 10px 0 0;
}
.program-list-2 .list .item .text .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #039;
    padding: 15px;
}
.program-list-2 .list .item .text .icon svg {
    color: #fff;
    fill: #fff;
}
.program-list-2 .list .item:hover {
    background-color: transparent;
}
.program-list-2 .list .item:hover .link-box:before {
    background-color: #0080cc;
    color: #0080cc;
}
.program-list-2 .list .item:hover .text {
    background-color: transparent;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.program-list-2 .list .item:hover .text span {
    color: #fff;
}
.program-list-2 .list .item:hover .text p {
    color: #0080cc;
}
.program-list-2 .list .item:hover .text .title {
    color: #0080cc;
}
.program-list-2 .list .item:hover .text .btn-1 {
    color: #fff;
    border-color: #fff;
}
.program-list-2 .list .item:hover .text .icon {
    background-color: #0080cc;
}
.program-filters {
    width: 100%;
    padding: 30px 3%;
    position: relative;
    z-index: 10 !important;
}
@media (max-width: 1008px) {
    .program-filters {
        padding: 20px 2em;
    }
}
.program-filters .selectric-wrapper {
    width: 25%;
    margin: 0;
    float: left;
    z-index: 10;
}
.program-filters .selectric-wrapper.selectric-hover .selectric {
    border: 1px solid #e30691 !important;
}
.program-filters .selectric-wrapper.selectric-hover .label {
    color: #e30691 !important;
}
.program-filters .selectric-wrapper.selectric-open .selectric {
    border: 1px solid #e30691 !important;
}
.program-filters .selectric-wrapper.selectric-open .label {
    color: #e30691 !important;
}
.program-filters .selectric-wrapper.selectric-open .selectric-items {
    border: 1px solid #e30691;
    border-top: none;
}
.program-filters .selectric-wrapper.selectric-open .selectric-items li:hover {
    background-color: #e30691;
    color: #fff !important;
}
@media (max-width: 736px) {
    .program-filters .selectric-wrapper {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}
.program-filters .search-text {
    float: right;
    width: 73%;
    position: relative;
}
@media (max-width: 736px) {
    .program-filters .search-text {
        float: none;
        width: 100%;
    }
}
.program-filters .search-text:after {
    content: "\E014";
    display: block;
    position: absolute;
    top: 50%;
    left: 15px;
    color: #222;
    font-size: 20px;
    margin: -11px 0 0;
}
.program-filters .search-text .text {
    margin: 0;
    padding: 0 20px 0 50px;
}
.program-results-module {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
    background-color: #fff;
}
.program-results-module .total {
    width: 100%;
    position: relative;
    display: block;
    font-style: normal;
    color: #222;
    font-size: 12px;
    font-size: 1.2rem;
}
.program-results-module .total:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    position: absolute;
    top: 50%;
    right: 0;
}
.program-results-module .total i {
    font-weight: bold;
    font-style: normal;
}
.program-results-module .total span {
    background-color: #fff;
    padding: 0 10px 0 0;
    position: relative;
    z-index: 10;
}
.program-results-module .result {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 50px;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.program-results-module .result:hover {
    border: 1px solid #0080cc;
}
.program-results-module .result .holder {
    width: 60%;
}
.program-results-module .result .holder .title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.program-results-module .result .holder .type {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    color: #006;
    margin: 5px 0 0;
    padding: 0;
}
.program-results-module .result .holder .tags {
    margin: 5px 0 0;
    color: #c02;
    font-size: 12px;
    font-size: 1.2rem;
}
.program-results-module .result .holder .tags a {
    display: inline-block;
    color: #c02;
}
.program-results-module .result .holder .detail {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.program-results-module .result .holder .detail p {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    width: 30%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: left;
}
.program-results-module .result .holder .detail p strong {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
@media (max-width: 1008px) {
    .program-results-module .result .holder {
        width: 100%;
    }
    .program-results-module .result .holder .detail p {
        width: 50%;
    }
    .program-results-module .result .holder .detail p:first-child {
        width: 100%;
    }
    .program-results-module .result .holder .detail p:last-child {
        width: 100%;
    }
}
.program-results-module .result .options {
    width: 40%;
    text-align: center;
}
@media (max-width: 1008px) {
    .program-results-module .result .options {
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 1008px) {
    .program-results-module .result {
        padding: 15px;
    }
}
.search-filters {
    width: 100%;
    position: relative;
    z-index: 10;
}
.search-filters .title {
    background-color: #0080cc;
    color: #fff !important;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 25px;
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
}
.search-filters .section {
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
}
.search-filters .section .name {
    color: #0080cc;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 20px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}
.search-filters .section .name:after {
    content: '\E00B';
    display: block;
    color: #0080cc;
    font-family: 'uja-riverdale';
    position: absolute;
    right: 20px;
    font-weight: normal;
    font-size: 20px;
    font-size: 2rem;
    line-height: 20px;
    top: 50%;
    margin: -10px 0 0;
}
.search-filters .section .name.open {
    border-bottom: 1px solid #e1e1e1;
}
.search-filters .section .name.open:after {
    content: '\E00A';
}
.search-filters .section .drop {
    padding: 15px 20px;
}
.search-filters .section .drop input[type="checkbox"] + label {
    margin: 5px 0;
}
.search-filters .section .drop input[type="checkbox"] + label:before {
    border: 1px solid #e1e1e1;
    background-color: transparent;
}
.search-filters .section .drop input[type="checkbox"]:checked + label:before {
    background-color: #0080cc;
}
.search-filters .section .drop .text {
    margin: 0;
}
@media (max-width: 1008px) {
    .search-filters {
        display: none;
        position: fixed;
        z-index: 100;
        top: 65px;
        left: 0;
        width: 100%;
        height: calc(100% - 130px);
        background-color: #f7f7f7;
        overflow-y: scroll;
    }
    .search-filters .title {
        position: relative;
        cursor: pointer;
    }
    .search-filters .title:after {
        content: '\E002';
        display: block;
        color: #fff;
        font-family: 'uja-riverdale';
        position: absolute;
        right: 19px;
        font-weight: normal;
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
        top: 50%;
        margin: -10px 0 0;
    }
}
.mobile-search-filters {
    display: none;
}
@media (max-width: 1008px) {
    .mobile-search-filters {
        display: block;
        width: 100%;
        z-index: 10;
        color: #545454;
        padding: 0 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        font-size: 1.4rem;
        position: relative;
        line-height: 50px;
        text-transform: uppercase;
        background-color: #fff;
    }
    .mobile-search-filters:after {
        content: '\E004';
        display: block;
        color: #000;
        font-family: 'uja-riverdale';
        position: absolute;
        right: 20px;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 14px;
        top: 50%;
        margin: -7px 0 0;
    }
}
.program-find-module {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.program-find-module .item {
    z-index: 10;
    float: right;
    width: 500px;
    text-align: left;
    padding: 80px 50px 80px 50px;
}
.program-find-module .item .title {
    margin: 0;
}
.program-find-module .item form {
    width: 320px;
}
.program-find-module .item form .submit {
    display: block;
    width: 100%;
    color: #fff;
    float: none;
    padding: 15px;
}
@media (max-width: 1008px) {
    .program-find-module {
        width: 100% !important;
    }
    .program-find-module .item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 60px 20px 80px 20px;
    }
    .program-find-module .item form {
        width: 100%;
    }
}
.program-sessions-module {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 25px;
    background-color: #fff;
}
.program-sessions-module .item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 50px;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.program-sessions-module .item .link-box:before {
    display: none;
}
.program-sessions-module .item:hover {
    border: 1px solid #0080cc;
}
.program-sessions-module .item:hover .btn-1 {
    background-color: #0080cc !important;
    color: #fff;
}
.program-sessions-module .item .holder {
    width: 60%;
}
.program-sessions-module .item .holder .title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.program-sessions-module .item .holder .instructor {
    margin: 5px 0 0;
    color: #c02;
    font-size: 16px;
    font-size: 1.6rem;
}
.program-sessions-module .item .holder .instructor a {
    display: inline-block;
    color: #c02;
}
.program-sessions-module .item .holder .des {
    margin: 10px 0 0;
    line-height: normal;
    font-size: 16px;
    font-size: 1.6rem;
}
@media (max-width: 1008px) {
    .program-sessions-module .item .holder .des {
        display: none;
    }
}
.program-sessions-module .item .holder .detail {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.program-sessions-module .item .holder .detail p {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    width: 30%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: left;
}
.program-sessions-module .item .holder .detail p strong {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
@media (max-width: 1008px) {
    .program-sessions-module .item .holder {
        width: 100%;
    }
    .program-sessions-module .item .holder .detail p {
        width: 50%;
    }
    .program-sessions-module .item .holder .detail p:first-child {
        width: 100%;
    }
}
.program-sessions-module .item .options {
    width: 40%;
    text-align: center;
}
@media (max-width: 1008px) {
    .program-sessions-module .item .options {
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 1008px) {
    .program-sessions-module .item {
        padding: 15px;
    }
}
.slide-show {
    width: 100%;
    height: 500px;
    padding: 1em !important;
}
@media (max-width: 1008px) {
    .slide-show {
        height: 650px;
        padding: 1em !important;
    }
}
@media (max-width: 736px) {
    .slide-show {
        height: 500px;
        padding: 1em 0 !important;
    }
}
.slide-show .slide {
    width: 100%;
    height: 100%;
    background-color: black;
    padding: 0;
    position: relative;
    background-image: url('../images/bg-2.jpg');
}
.slide-show .slide .item {
    position: absolute;
    right: 2em;
    left: inherit;
    width: 60%;
    padding: 2em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1008px) {
    .slide-show .slide .item {
        width: 80% !important;
        left: 10%;
    }
}
@media (max-width: 736px) {
    .slide-show .slide .item {
        width: 100% !important;
        left: 0;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        padding: 2em;
        height: 100%;
    }
}
.slide-show .slide .item .title {
    font-size: 2em;
    line-height: 1.3em;
    font-weight: bold;
    color: #039 !important;
    margin: 0;
}
.slide-show .slide .item .des {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: 500;
    padding-bottom: 5px;
    color: #222 !important;
}
.slide-show .slide .item .btn-1 {
    border: 1px solid #02c !important;
    color: #02c !important;
}
.slide-show .slide .item .btn-2 {
    border: 1px solid #02c !important;
    background-color: #02c !important;
    color: #fff !important;
}
.slide-show .slide video {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    background-color: #000;
}
.slide-show .controls {
    display: none;
}
.slide-show .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    background-color: #039 !important;
    border-color: #039 !important;
}
.slide-show .owl-carousel .owl-controls .owl-dots .owl-dot span {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.hero .slide-show {
    height: 560px;
    padding: 0 !important;
}
.hero .slide-show .slide {
    display: flex;
}
.hero .slide-show .item {
    max-width: 1408px;
    margin: auto;
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    padding: 0 50% 0 1.0653409091%;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
@media (max-width: 1408px) {
    .hero .slide-show .item {
        max-width: 1248px;
    }
}
@media (max-width: 1248px) {
    .hero .slide-show .item {
        max-width: 1008px;
    }
}
@media (max-width: 1008px) {
    .hero .slide-show .item {
        max-width: 768px;
        padding: 0 1.0653409091%;
    }
}
@media (max-width: 768px) {
    .hero .slide-show .item {
        max-width: 736px;
        padding: 0 20px;
    }
}
@media (max-width: 736px) {
    .hero .slide-show .item {
        max-width: 100%;
    }
}
.hero .slide-show .owl-controls {
    max-width: 1408px !important;
    width: 100%;
    position: relative;
    bottom: 0;
    margin: 0 auto;
}
@media (max-width: 1408px) {
    .hero .slide-show .owl-controls {
        max-width: 1248px !important;
    }
}
@media (max-width: 1248px) {
    .hero .slide-show .owl-controls {
        max-width: 1008px !important;
    }
}
@media (max-width: 768px) {
    .hero .slide-show .owl-controls {
        max-width: 736px !important;
    }
}
@media (max-width: 736px) {
    .hero .slide-show .owl-controls {
        max-width: 100% !important;
    }
}
.hero .slide-show .owl-controls .owl-dots {
    right: 20px;
}
.box-50 .slide-show .slide .item {
    width: 90%;
}
.image-module {
    margin: auto;
    text-align: center;
    padding: 1.5em 1em;
}
.image-module img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.video-module {
    padding: 1.5em 1em;
}
.video-module > div {
    opacity: 1;
    width: 100%;
    height: auto;
}
.video-module .video {
    position: relative;
    padding: 0 1em;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.video-module iframe {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
.gallery-list-module {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0.5em 0;
}
.gallery-list-module .link-box:before {
    display: none;
}
.gallery-list-module .intro {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.0653409091%;
    width: 100%;
}
.gallery-list-module .intro .title {
    font-weight: normal;
}
@media (max-width: 1008px) {
    .gallery-list-module .intro {
        padding: 0 10px;
    }
}
.gallery-list-module .list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1008px) {
    .gallery-list-module .list {
        padding: 0 10px;
        display: block;
    }
}
.gallery-list-module .list .item {
    width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
    margin: 0 1.0653409091%;
    float: left;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-list-module .list .item .hidden {
    display: none;
}
@media (max-width: 1008px) {
    .gallery-list-module .list .item {
        width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
        margin: 0 1.0653409091% 20px 1.0653409091%;
    }
}
@media (max-width: 736px) {
    .gallery-list-module .list .item {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
}
.gallery-list-module .list .item:hover .thumb img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}
.gallery-list-module .list .item:hover .thumb:after {
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (max-width: 736px) {
    .gallery-list-module .list .item .title {
        font-size: 20px;
        font-size: 2rem;
    }
}
.gallery-list-module .list .item .thumb {
    border: none;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0;
    background-color: #e30691;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-list-module .list .item .thumb:before {
    display: none;
}
.gallery-list-module .list .item .thumb:after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    font-size: 20px;
    line-height: 40px;
    background-color: rgba(13, 136, 200, 0.7);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    pointer-events: none;
}
.gallery-list-module .list .item .thumb img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-page-module {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0.5em 0;
}
.gallery-page-module .link-box:before {
    display: none;
}
.gallery-page-module .intro {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1.0653409091%;
    width: 100%;
}
.gallery-page-module .intro .title {
    font-weight: normal;
}
@media (max-width: 1008px) {
    .gallery-page-module .intro {
        padding: 0 2em;
    }
}
.gallery-page-module .gallery-list {
    width: 100%;
}
@media (max-width: 1008px) {
    .gallery-page-module .gallery-list {
        padding: 0 2em;
        display: block;
    }
}
.gallery-page-module .gallery-list .item {
    width: calc((4.1193181818% * 2) + (1.0653409091% * 2));
    margin: 1.0653409091%;
    float: left;
    position: relative;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 1008px) {
    .gallery-page-module .gallery-list .item {
        width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
    }
}
@media (max-width: 736px) {
    .gallery-page-module .gallery-list .item {
        width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
    }
}
.gallery-page-module .gallery-list .item:hover .thumb:after {
    opacity: 1;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (max-width: 736px) {
    .gallery-page-module .gallery-list .item .title {
        font-size: 20px;
        font-size: 2rem;
    }
}
.gallery-page-module .gallery-list .item .thumb {
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0;
    border: none;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-page-module .gallery-list .item .thumb:after {
    content: '+';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    font-size: 20px;
    line-height: 40px;
    background-color: rgba(13, 136, 200, 0.7);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.gallery-page-module .gallery-list .item .thumb img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cta-block {
    padding: 3em 2em;
    margin: 1em;
    border: 1px solid #e3e3e3 !important;
    text-align: center;
    z-index: 1;
}
.cta-block .link-box:before {
    display: none;
}
.cta-block.bg-image {
    color: #fff;
    fill: #fff;
}
.cta-block.bg-image a {
    border: 1px solid #fff;
}
.cta-block.bg-image p {
    color: inherit;
}
.cta-block.bg-white p, .cta-block.bg-grey p {
    color: #222 !important;
}
.cta-block.bg-white h1, .cta-block.bg-grey h1, .cta-block.bg-white h2, .cta-block.bg-grey h2, .cta-block.bg-white h3, .cta-block.bg-grey h3, .cta-block.bg-white h4, .cta-block.bg-grey h4, .cta-block.bg-white h5, .cta-block.bg-grey h5, .cta-block.bg-white h6, .cta-block.bg-grey h6 {
    color: #0080cc !important;
}
.cta-block.solo-image {
    padding: 0;
    border: none;
    overflow: hidden;
}
.cta-block.solo-image .link-box:before {
    display: none;
}
.cta-block.solo-image img {
    display: block;
}
@media (max-width: 736px) {
    .cta-block {
        margin: 2em 0;
    }
    .cta-block.solo-image img {
        width: auto;
        max-width: none !important;
        height: 100%;
    }
}
.box-100 .cta-block {
    width: calc((4.1193181818% * 10) + (1.0653409091% * 18)) !important;
    margin: 1em auto;
}
@media (max-width: 1008px) {
    .box-100 .cta-block {
        width: 100% !important;
        margin: 2em;
    }
}
@media (max-width: 736px) {
    .box-100 .cta-block {
        margin: 2em 0;
    }
}
.share-module {
    padding: 100px 60px;
    width: 100%;
}
@media (max-width: 736px) {
    .share-module {
        text-align: center;
        padding: 40px 20px;
    }
    .share-module p {
        display: none;
    }
}
.box-100 .share-module {
    width: calc((4.1193181818% * 10) + (1.0653409091% * 18));
    margin: 0 auto;
    text-align: center;
}
@media (max-width: 1008px) {
    .box-100 .share-module {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 40px 20px;
    }
}
.wysiwyg {
    padding: 1.5em 1em;
    width: 100%;
    z-index: 10;
}
.wysiwyg-center-module {
    width: calc((4.1193181818% * 12) + (1.0653409091% * 22)) !important;
    text-align: center;
    margin: 1em auto;
    padding: 2em 2.5em;
    z-index: 10;
}
@media (max-width: 736px) {
    .wysiwyg-center-module {
        padding: 1.5em;
        margin: 0;
        width: 100% !important;
    }
}
.wysiwyg-center-module > * {
    z-index: 1;
}
.form-section {
    width: 100%;
    position: relative;
    margin: auto;
    max-width: 800px !important;
}
.form-section .form {
    width: 100%;
    position: relative;
}
.login-module {
    width: 100%;
}
.login-module > div {
    margin: auto;
    padding: 1.5em 1em;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.login-module > div .intro {
    width: 40%;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    position: relative;
}
.login-module > div .intro .title {
    color: #e30691;
    font-size: 30px;
    font-size: 3rem;
}
.login-module > div .intro .title span {
    color: #0080cc;
}
.login-module > div .intro:after {
    content: '';
    display: block;
    position: absolute;
    top: 20%;
    right: 0;
    height: 60%;
    border-right: 1px solid #eee;
}
.login-module > div .login-form {
    width: 60%;
    padding: 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1008px) {
    .login-module > div .login-form {
        padding: 0 20px;
    }
}
.login-module > div .login-form .text {
    border: none;
    border-bottom: 1px solid #eee;
    background: transparent;
    color: #222;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 20px 0 45px;
    margin: 0 0 15px 0;
}
.login-module > div .login-form input:-moz-placeholder {
    color: #222;
}
.login-module > div .login-form input::-moz-placeholder {
    color: #222;
    opacity: 1;
}
.login-module > div .login-form input::-webkit-input-placeholder {
    color: #222;
}
.login-module > div .login-form input:-ms-input-placeholder {
    color: #222;
}
.login-module > div .login-form .wrap {
    text-align: left;
}
.login-module > div .login-form .wrap input[type="checkbox"] + label {
    float: left;
    color: #222;
    font-size: 13px;
    font-size: 1.3rem;
}
.login-module > div .login-form .wrap input[type="checkbox"] + label:before {
    background-color: transparent;
    border: 1px solid #222;
}
.login-module > div .login-form .wrap input[type="checkbox"]:checked + label:before {
    background-color: #e30691;
    border: 1px solid #e30691;
}
.login-module > div .login-form .wrap .forgot {
    float: right;
    color: #222;
    margin: 8px 0 0;
    font-size: 13px;
    font-size: 1.3rem;
}
.login-module > div .login-form .wrap .forgot span {
    color: #0080cc;
}
.login-module > div .login-form .submit {
    width: 100%;
    display: block;
    border: 1px solid #e30691;
    padding: 0;
    text-align: center;
    background: #e30691;
    color: #fff;
    line-height: 58px;
    height: 58px;
    margin: 25px 0;
}
.login-module > div .login-form .submit:hover {
    background: #fff;
    color: #e30691;
}
.login-module > div .login-form .reg {
    color: #222;
    font-size: 13px;
    font-size: 1.3rem;
}
.login-module > div .login-form .reg span {
    color: #0080cc;
}
@media (max-width: 1008px) {
    .login-module > div {
        display: block;
        width: 100%;
    }
    .login-module > div .intro {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .login-module > div .intro:after {
        display: none;
    }
    .login-module > div .intro p {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .login-module > div .login-form {
        width: 100%;
        padding: 0;
    }
}
.box-50 .login-module > div, .box-25 .login-module > div {
    display: block;
    width: 100%;
}
.box-50 .login-module > div .intro, .box-25 .login-module > div .intro {
    width: 100%;
    text-align: center;
    padding: 0;
    float: none;
}
.box-50 .login-module > div .intro:after, .box-25 .login-module > div .intro:after {
    display: none;
}
.box-50 .login-module > div .intro p, .box-25 .login-module > div .intro p {
    font-size: 14px;
    font-size: 1.4rem;
}
.box-50 .login-module > div .login-form, .box-25 .login-module > div .login-form {
    width: 100%;
    padding: 0;
}
.events-slider-module {
    width: 100%;
}
.events-slider-module .owl-controls, .events-slider-module .owl-nav {
    position: static;
}
.events-slider-module .owl-dots {
    display: none !important;
}
.events-slider-module .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    height: 80px;
    width: 35px;
    margin: -40px 0 0;
}
.events-slider-module .owl-prev:after {
    content: '\E005';
    display: block;
    font-family: 'uja-riverdale';
    color: #c02;
    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    top: 50%;
    margin: -9px 0 0 7px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.events-slider-module .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    height: 80px;
    width: 35px;
    margin: -40px 0 0;
    text-align: center;
}
.events-slider-module .owl-next:after {
    content: '\E005';
    display: block;
    font-family: 'uja-riverdale';
    color: #c02;
    position: absolute;
    font-size: 18px;
    font-size: 1.8rem;
    top: 50%;
    margin: -9px 0 0 10px;
}
.events-slider-module .item {
    position: relative;
    text-align: center;
    width: 100%;
    height: 480px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.events-slider-module .item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000',GradientType=0);
    /* IE6-9 */
}
.events-slider-module .item .link-box {
    z-index: 20 !important;
}
.events-slider-module .item .link-box:before {
    display: none;
}
.events-slider-module .item .date {
    position: absolute;
    color: #fff;
    z-index: 10;
    top: 30px;
    left: 40px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: normal;
    text-align: left;
}
.events-slider-module .item .date span {
    color: #c02;
    display: block;
}
.events-slider-module .item .icon {
    position: relative;
    z-index: 10;
    background-color: rgba(0, 144, 217, 0.85);
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.events-slider-module .item .icon img, .events-slider-module .item .icon svg {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}
.events-slider-module .item .title {
    display: block;
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10%;
    position: relative;
    z-index: 10;
    font-size: 25px;
    font-size: 2.5rem;
}
.events-slider-module .item .view {
    width: 103px;
    height: 42px;
    color: #fff;
    background-color: #c02;
    border: 1px solid #f90757;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 42px;
    display: block;
    position: relative;
    z-index: 10;
}
.events-slider-module .item:hover .view {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.events-slider-module .item:hover:after {
    background-color: rgba(15, 119, 175, 0.95);
}
.events-slider-module .item.last {
    background-color: #0080cc;
}
.events-slider-module .item.last:before {
    display: none;
}
.events-slider-module .item.last .center {
    position: relative;
    z-index: 10;
    width: 60%;
    text-align: left;
}
.events-slider-module .item.last .center .icon {
    background-color: transparent;
    width: 60px;
    height: auto;
    line-height: normal;
}
.events-slider-module .item.last .center .icon img, .events-slider-module .item.last .center .icon svg {
    color: #fff;
    width: 100%;
    fill: #fff;
}
.events-slider-module .item.last .center .title {
    margin: 0;
    padding: 0;
}
.events-slider-module .item.last .center p {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}
.events-slider-module .item.last .calendar {
    padding: 0 40px;
    height: 42px;
    color: #fff;
    background-color: #c02;
    border: 1px solid #f90757;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    line-height: 42px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.events-slider-module .item.last:hover .calendar {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.subscribe-module {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.subscribe-module .item {
    z-index: 10;
    float: left;
    width: 500px;
    text-align: left;
    padding: 80px 20px 80px 50px;
}
.subscribe-module .item .title {
    margin: 0;
}
.subscribe-module .item form {
    width: 320px;
}
.subscribe-module .item form .submit {
    display: block;
    width: 100%;
    color: #fff;
    float: none;
    padding: 15px;
}
.subscribe-module .item form .selectric {
    background-color: transparent;
    border: 1px solid #fff;
}
.subscribe-module .item form .selectric .label {
    color: #fff;
}
.subscribe-module .item form .selectric .button:after {
    color: #fff;
    font-size: 12px;
    font-size: 1.2rem;
}
.subscribe-module .item form .selectric-items {
    border: 1px solid #fff;
}
.subscribe-module .item form .selectric-items li {
    color: #0080cc;
}
.subscribe-module .item form .selectric-items li:hover {
    color: #fff;
    background-color: #0080cc;
}
.subscribe-module .item form .selectric-items li.selected {
    background: transparent;
    color: #0080cc;
}
.subscribe-module .item form .selectric-items li.selected:hover {
    background-color: #0080cc;
    color: #fff;
}
.subscribe-module .item form .selectric-open .selectric {
    background-color: #fff;
}
.subscribe-module .item form .selectric-open .selectric .label {
    color: #0080cc;
}
.subscribe-module .item form .selectric-open .selectric .button:after {
    color: #0080cc;
    font-size: 12px;
    font-size: 1.2rem;
}
@media (max-width: 1008px) {
    .subscribe-module {
        width: 100%;
    }
    .subscribe-module .item {
        width: 100% !important;
        max-width: 100% !important;
        padding: 60px 20px;
    }
    .subscribe-module .item form {
        width: 100%;
    }
}
.membership-type-module {
    width: 100%;
}
.membership-type-module .list {
    width: 100%;
    border: 1px solid #eee;
}
.membership-type-module .list .item {
    width: 100%;
    padding: 15px 50px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.membership-type-module .list .item:nth-child(even) {
    background-color: #fafafa;
}
.membership-type-module .list .item:last-child {
    border: none;
}
.membership-type-module .list .item:hover {
    background-color: rgba(0, 144, 217, 0.25);
}
.membership-type-module .list .item:hover .btn-1 {
    background-color: #0080cc !important;
    color: #fff !important;
}
.membership-type-module .list .item p {
    margin: 0;
}
.membership-type-module .list .item .name {
    color: #0080cc;
    text-transform: uppercase;
    font-weight: 500;
    line-height: normal;
    width: 45%;
}
.membership-type-module .list .item .name span {
    display: block;
    line-height: normal;
    color: #222;
    text-transform: none;
    font-weight: 300;
}
.membership-type-module .list .item .fee, .membership-type-module .list .item .rate {
    width: 20%;
}
@media (max-width: 1008px) {
    .membership-type-module .list .item {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        -webkit-align-items: baseline;
        -moz-align-items: baseline;
        align-items: baseline;
    }
}
@media (max-width: 736px) {
    .membership-type-module .list .item {
        display: block;
        padding: 0;
    }
    .membership-type-module .list .item p {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px 20px;
        border-bottom: 1px solid #eee;
    }
    .membership-type-module .list .item span {
        display: block;
        margin: 15px auto;
        width: 110px;
    }
}
.career-single {
    width: 100%;
}
.career-single .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.career-single .item .hold {
    width: 30%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px 80px 20px;
    text-align: center;
}
.career-single .item .hold .name {
    color: #0080cc;
    font-size: 20px;
    font-size: 2rem;
}
.career-single .item .hold .icon {
    color: #e30691;
    width: auto;
}
.career-single .item .hold .icon svg {
    width: 150px;
}
.career-single .item .text {
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px;
}
@media (max-width: 736px) {
    .career-single .item .text {
        margin: 15px 0 0;
        float: none;
        width: 100%;
    }
}
.career-single .item .text .title {
    margin: 0;
    color: #e30691;
    font-weight: 500;
}
@media (max-width: 736px) {
    .career-single .item .text .title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
.career-single .item .text p {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 5px 0 15px 0;
}
.career-single .item .text p span {
    color: #e30691;
}
@media (max-width: 736px) {
    .career-single .item .text p {
        display: none;
    }
}
.career-single .item .text .btn-1:hover {
    background-color: #e30691 !important;
    color: #fff !important;
}
@media (max-width: 736px) {
    .career-single .item {
        display: block;
    }
    .career-single .item .hold {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        border: 2px solid transparent;
        border-bottom: 1px solid #eaeaea;
    }
    .career-single .item .hold .icon {
        font-size: 100px;
        font-size: 10rem;
    }
    .career-single .item .text {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.5em;
    }
    .career-single .item .text .title {
        margin: 0 0 10px 0;
    }
    .career-single .item .text p {
        display: none;
    }
    .career-single .item .text .btn {
        width: auto;
        display: inline-block;
    }
}
.box-50 .career-single {
    width: 100%;
}
.box-50 .career-single .item .hold {
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 20px 100px 20px;
}
.box-50 .career-single .item .hold .icon svg {
    width: 130px;
}
.box-50 .career-single .item .text {
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
@media (max-width: 1008px) {
    .box-50 .career-single .item {
        display: block;
    }
    .box-50 .career-single .item .hold {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        border: 2px solid transparent;
        border-bottom: 1px solid #eaeaea;
    }
    .box-50 .career-single .item .text {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 1.5em;
    }
    .box-50 .career-single .item .text .title {
        margin: 0 0 10px 0;
    }
    .box-50 .career-single .item .text p {
        display: none;
    }
}
.border .box-100 .blog-single .hold {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.border .box-50 .blog-single .hold {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
.border .box-50:last-child .blog-single .hold {
    border-right: 1px solid #eaeaea;
    border-left: none;
}
.box-33 .career-single {
    width: 100%;
}
.box-33 .career-single .item {
    display: block;
}
.box-33 .career-single .item .hold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 2px solid transparent;
    border-bottom: 1px solid #eaeaea;
}
.box-33 .career-single .item .hold .icon {
    padding: 20px 0 0;
}
.box-33 .career-single .item .hold .icon svg {
    width: 110px;
}
.box-33 .career-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em;
}
.box-33 .career-single .item .text .title {
    margin: 0 0 10px 0;
}
.box-33 .career-single .item .text p {
    display: none;
}
.box-33:first-child .career-single .item {
    border-left: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
    .box-33:first-child .career-single .item {
        border-left: none;
    }
}
.box-33:last-child .career-single .item {
    border-right: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
    .box-33:last-child .career-single .item {
        border-left: none;
    }
}
.box-25 .career-single {
    width: 100%;
}
.box-25 .career-single .item {
    display: block;
}
.box-25 .career-single .item .hold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    border: 2px solid transparent;
    border-bottom: 1px solid #eaeaea;
}
.box-25 .career-single .item .hold .icon {
    padding: 20px 0 0;
}
.box-25 .career-single .item .hold .icon svg {
    width: 110px;
}
.box-25 .career-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5em;
}
.box-25 .career-single .item .text .title {
    margin: 0 0 10px 0;
}
.box-25 .career-single .item .text p {
    display: none;
}
.box-25:first-child .career-single .item {
    border-left: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
    .box-25:first-child .career-single .item {
        border-left: none;
    }
}
.box-25:last-child .career-single .item {
    border-right: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
    .box-25:last-child .career-single .item {
        border-left: none;
    }
}
.career-list {
    width: 100%;
    padding: 1em;
}
.career-list .info {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    margin: 0 1.0653409091%;
}
.career-list .info .title {
    margin: 0;
    font-weight: 400;
    color: #e30691;
}
.career-list .list {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 1.0653409091%;
}
.career-list .list .item {
    width: 31%;
    padding: 20px 40px 40px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 190px;
    margin: 10px 1% 0 1%;
    border: 1px solid #e3e3e3;
    background-color: #fafafa;
}
.career-list .list .item .name {
    color: #0080cc;
    font-size: 16px;
    font-size: 1.6rem;
}
.career-list .list .item .icon {
    font-size: 40px;
    font-size: 4rem;
    color: #e30691;
    width: auto;
}
.career-list .list .item .icon svg {
    width: 45px;
}
.career-list .list .item .title {
    margin: 0;
    color: #e30691;
    font-weight: 500;
}
.career-list .list .item p {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 0;
}
.career-list .list .item .link-box:before {
    bottom: 20px;
}
.career-list .list .item:hover {
    background-color: #e30691;
}
.career-list .list .item:hover .title, .career-list .list .item:hover p, .career-list .list .item:hover .icon, .career-list .list .item:hover .link-box:before {
    color: #fff !important;
    fill: #fff !important;
}
@media (max-width: 1008px) {
    .career-list .list .item {
        width: 31%;
        padding: 20px 20px 40px 20px;
    }
    .career-list .list .item .title {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .career-list .list .item p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
@media (max-width: 736px) {
    .career-list .list {
        display: block;
    }
    .career-list .list .item {
        width: 100%;
        padding: 20px 20px 40px 20px;
        margin: 10px 0;
    }
    .career-list .list .item .title {
        font-size: 18px;
        font-size: 1.8rem;
    }
    .career-list .list .item p {
        font-size: 16px;
        font-size: 1.6rem;
    }
}
.careers-categories {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.careers-categories .item {
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 60px 35px;
    text-align: center;
}
@media (max-width: 1008px) {
    .careers-categories .item {
        width: 50%;
        border-bottom: 1px solid #e3e3e3;
        margin: 0 -1px -1px 0;
    }
}
@media (max-width: 736px) {
    .careers-categories .item {
        width: 100%;
        border-right: none;
        padding: 30px 20px;
    }
}
.careers-categories .item .title {
    color: #e30691;
}
.border .careers-categories .item {
    border-right: 1px solid #e3e3e3;
}
.border .careers-categories .item:last-child {
    border: none;
}
.staff-content {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
@media (max-width: 736px) {
    .staff-content {
        -moz-transform: translateY(-70px);
        -o-transform: translateY(-70px);
        -ms-transform: translateY(-70px);
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
        z-index: 10;
    }
}
.staff-content .card {
    width: 100%;
    height: auto;
    padding: 1em 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
@media (max-width: 736px) {
    .staff-content .card {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
    }
}
.staff-content .card .thumb {
    width: 100%;
    max-width: 120px;
    height: auto;
    border: 1px solid #0080cc;
}
@media (max-width: 736px) {
    .staff-content .card .thumb {
        max-width: 160px;
        margin: auto;
    }
}
.staff-content .card .thumb img {
    width: 100%;
    height: auto;
    display: inherit;
}
.staff-content .card .detail {
    padding: 10px 15px;
}
@media (max-width: 736px) {
    .staff-content .card .detail {
        width: 100%;
        padding: 10px 0;
    }
}
.staff-content .card .detail .phone {
    padding: 0;
    margin: 0;
    color: #0080cc;
}
.staff-content .card .detail .phone:before {
    content: "\E032";
    color: inherit;
}
@media (max-width: 736px) {
    .staff-content .card .detail .phone {
        border-bottom: none;
        padding: 5px 15px;
        width: 100%;
    }
}
.staff-content .card .detail .email {
    padding: 0;
    margin: 0;
    color: #0080cc;
}
.staff-content .card .detail .email:before {
    content: "\E033";
    color: inherit;
}
@media (max-width: 736px) {
    .staff-content .card .detail .email {
        border-bottom: none;
        padding: 5px 15px;
        width: 100%;
    }
}
.staff-content .card .detail .socials {
    padding: 5px 0;
}
@media (max-width: 736px) {
    .staff-content .card .detail .socials {
        text-align: center;
        border-bottom: 1px solid #0080cc;
    }
}
.staff-content .card .detail .socials a {
    display: inline-block;
    padding: 0 2px;
}
.staff-content .card .detail .socials img {
    width: 25px;
}
.staff-content .sum {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 1em 2.5em;
    margin: 0;
}
@media (max-width: 736px) {
    .staff-content .sum {
        padding: 0 15px;
    }
}
.staff-content .phil {
    width: 100%;
    height: auto;
    padding: 1em 2em;
}
@media (max-width: 736px) {
    .staff-content .phil {
        padding: 25px 15px;
    }
}
.staff-content .phil .title {
    padding: 0;
    margin: 0;
    color: #0080cc;
    font-size: 1.5em;
}
.staff-content .phil .title:before {
    content: "\E027";
    padding: 0;
    font-size: 1.3em;
    float: left;
}
@media (max-width: 1008px) {
    .staff-content .phil .title:before {
        margin: 0 10px 0 0;
    }
}
.staff-content .phil .title span:before {
    content: '';
    border-bottom: 1px solid #0080cc;
    width: 23%;
    display: inline-block;
    font-size: 1em;
    vertical-align: middle;
    margin: 0 10px;
}
@media (max-width: 1008px) {
    .staff-content .phil .title span:before {
        display: none;
    }
}
.staff-content .phil .title span {
    font-size: 20px;
    font-size: 2rem;
}
@media (max-width: 736px) {
    .staff-content .phil .title:after {
        display: none;
    }
    .staff-content .phil .title:before {
        padding: 0 10px 0 0;
    }
}
.staff-content .phil .des {
    padding: 5px 0;
    margin: 0;
    color: #0080cc;
}
.staff-image-2 {
    width: auto;
    height: auto;
    max-width: 90%;
    margin: auto;
    display: block;
}
.staff-list-1 {
    padding: 1em 0 !important;
}
.staff-list-1 > div {
    width: 100%;
}
.staff-list-1 .info {
    width: 50%;
    padding: 1em 1.0653409091%;
}
@media (max-width: 1008px) {
    .staff-list-1 .info {
        width: 100%;
        padding: 1em 2em;
    }
}
.staff-list-1 .info .title {
    padding: 5px;
    margin: 0;
}
.staff-list-1 .info .des {
    padding: 5px;
    margin: 0;
}
.staff-list-1 .list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 1em 0;
}
@media (max-width: 736px) {
    .staff-list-1 .list {
        padding: 1em 10px;
    }
}
.staff-list-1 .list .item {
    width: 25%;
    padding: 0 1.0653409091%;
}
.staff-list-1 .list .item:hover .thumb {
    border: 2px solid #0080cc;
}
.staff-list-1 .list .item:hover .thumb:before {
    color: #0080cc;
}
.staff-list-1 .list .item:hover .thumb:after {
    display: block;
}
@media (max-width: 736px) {
    .staff-list-1 .list .item:hover .thumb {
        border: 2px solid transparent;
    }
    .staff-list-1 .list .item:hover .thumb:before {
        color: #fff;
    }
    .staff-list-1 .list .item:hover .thumb:after {
        display: none;
    }
}
.staff-list-1 .list .item .link-box:before {
    display: none;
}
.staff-list-1 .list .item .thumb {
    width: 100%;
    height: auto;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
}
.staff-list-1 .list .item .thumb:before {
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2.5em;
    text-align: center;
    z-index: 3;
    display: none;
}
@media (max-width: 736px) {
    .staff-list-1 .list .item .thumb:before {
        bottom: 0;
    }
}
.staff-list-1 .list .item .thumb:after {
    content: '+';
    display: none;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    background-color: rgba(4, 141, 212, 0.7);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
}
.staff-list-1 .list .item .thumb img {
    width: 100%;
    height: auto;
    display: inherit;
}
.staff-list-1 .list .item .con {
    width: 100%;
    padding-top: 1em;
}
.staff-list-1 .list .item .con .name {
    padding: 0;
    margin: 0;
    color: #0080cc;
    font-size: 18px;
    font-size: 1.8rem;
}
.staff-list-1 .list .item .con .pos {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #222;
}
.staff-list-1 .list .item .con a {
    font-size: 30px;
    display: none;
}
@media (max-width: 1008px) {
    .staff-list-1 .list .item {
        width: 50%;
        margin: 20px 0;
    }
}
@media (max-width: 736px) {
    .staff-list-1 .list .item {
        width: 100%;
    }
    .staff-list-1 .list .item .thumb {
        width: 49%;
        float: left;
    }
    .staff-list-1 .list .item .thumb:after {
        width: 40px;
        height: 40px;
        margin: -20px 0 0 -20px;
        font-size: 20px;
        line-height: 40px;
    }
    .staff-list-1 .list .item .con {
        width: 49%;
        float: right;
        padding: 0;
    }
    .staff-list-1 .list .item .con a {
        display: inline-block;
    }
}
.staff-list-2 {
    padding: 1em 0 !important;
}
.staff-list-2 .info {
    width: 50%;
    padding: 1em 1.0653409091%;
}
@media (max-width: 1008px) {
    .staff-list-2 .info {
        width: 100%;
        padding: 1em 2em;
    }
}
.staff-list-2 .info .title {
    padding: 5px;
    margin: 0;
}
@media (max-width: 736px) {
    .staff-list-2 .info .title {
        font-size: 20px;
        font-size: 2rem;
    }
}
.staff-list-2 .info .des {
    padding: 5px;
    margin: 0;
}
.staff-list-2 .list {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 1.0653409091%;
}
@media (max-width: 736px) {
    .staff-list-2 .list {
        padding: 0 10px;
    }
}
.staff-list-2 .list .item {
    width: calc((4.1193181818% * 2) + (1.0653409091% * 2));
    margin: 1em 1.0653409091%;
}
@media (max-width: 1008px) {
    .staff-list-2 .list .item {
        width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
    }
}
.staff-list-2 .list .item:hover .thumb {
    border: 2px solid #0080cc;
}
.staff-list-2 .list .item:hover .thumb:before {
    color: #0080cc;
}
.staff-list-2 .list .item:hover .thumb:after {
    display: block;
}
.staff-list-2 .list .item .link-box:before {
    display: none;
}
.staff-list-2 .list .item .thumb {
    width: 100%;
    height: auto;
    border-width: 2px;
    border-color: transparent;
    border-style: solid;
}
.staff-list-2 .list .item .thumb:before {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 2.5em;
    text-align: center;
    z-index: 3;
    display: none;
}
.staff-list-2 .list .item .thumb:after {
    content: '+';
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    font-size: 20px;
    line-height: 40px;
    background-color: rgba(4, 141, 212, 0.7);
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    z-index: 1;
    color: #fff;
    font-weight: bold;
    text-align: center;
}
.staff-list-2 .list .item .thumb img {
    width: 100%;
    height: auto;
    display: inherit;
}
.staff-list-2 .list .item .con {
    width: 100%;
    padding-top: 0.5em;
}
.staff-list-2 .list .item .con .name {
    padding: 0;
    margin: 0;
    color: #0080cc;
    font-size: 15px;
    font-size: 1.5rem;
}
.staff-list-2 .list .item .con .pos {
    padding: 0;
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
    color: #222;
}
.staff-list-2 .list .item .con a {
    font-size: 30px;
    display: none;
}
@media (max-width: 736px) {
    .staff-list-2 .list .item {
        width: 48%;
        margin: 20px 1%;
        padding: 0;
    }
    .staff-list-2 .list .item .con a {
        display: inline-block;
    }
}
.staff-single .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 200px;
}
.staff-single .item .sec-1 {
    background-image: url('../images/staff-body.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30%;
}
@media (max-width: 1008px) {
    .staff-single .item .sec-1 {
        display: none;
    }
}
.staff-single .item .sec-2 {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
@media (max-width: 1008px) {
    .staff-single .item .sec-2 {
        width: 50%;
    }
}
@media (max-width: 736px) {
    .staff-single .item .sec-2 {
        width: 100%;
        padding: 1.5em 0;
    }
}
.staff-single .item .sec-2 .thumb {
    width: 85%;
    border: 2px solid #0080cc;
    margin: auto;
}
.staff-single .item .sec-2 .thumb img {
    width: 100%;
    height: auto;
    display: inherit;
}
.staff-single .item .sec-3 {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 2em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
@media (max-width: 1008px) {
    .staff-single .item .sec-3 {
        width: 50%;
    }
}
@media (max-width: 736px) {
    .staff-single .item .sec-3 {
        width: 100%;
    }
    .staff-single .item .sec-3 .sum {
        display: none;
    }
}
.staff-single .item .sec-3 .detail {
    width: 100%;
}
.staff-single .item .sec-3 .detail .name {
    color: #0080cc;
    margin: 0;
}
.staff-single .item .sec-3 .detail .pos {
    margin: 0 0 10px 0;
}
.staff-single .item .sec-3 .detail .thumb {
    display: none;
}
.staff-single .item .sec-3 .detail .phone {
    padding: 0;
    margin: 0 0 5px 0;
    color: #222;
}
.staff-single .item .sec-3 .detail .phone:before {
    content: "\E032";
    color: #0080cc;
    font-size: 25px;
    font-size: 2.5rem;
    margin: 0 0 0 -3px;
}
.staff-single .item .sec-3 .detail .email {
    padding: 0;
    margin: 0 0 5px 0;
    color: #0080cc;
}
.staff-single .item .sec-3 .detail .email:before {
    content: "\E033";
    color: #0080cc;
    margin: 0 0 0 -3px;
    font-size: 25px;
    font-size: 2.5rem;
}
.staff-single .item .sec-3 .detail .socials {
    padding: 10px 0;
}
.staff-single .item .sec-3 .detail .socials a {
    display: inline-block;
    padding: 0 2px;
}
.staff-single .item .sec-3 .detail .socials img {
    width: 25px;
}
.staff-single .item .sec-3 .detail .sum {
    margin: 0 0 5px 0;
}
.staff-single .item .sec-3 .detail .sum span {
    color: #0080cc;
}
.staff-single .item .sec-3 .detail .more {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    color: #0080cc;
}
.staff-single .item .sec-3 .detail .more:after {
    content: '\E017';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    padding: 0 0 4px 10px;
}
.box-50 .staff-single .item .sec-1, .box-50 .staff-single .item .sec-2 {
    display: none;
}
.box-50 .staff-single .item .sec-3 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-50 .staff-single .item .sec-3 .detail .short-sec {
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.box-50 .staff-single .item .sec-3 .detail .thumb {
    display: block;
    width: 30%;
    margin: 0 5% 0 0;
    float: left;
}
.box-50 .staff-single .item .sec-3 .detail .thumb img {
    width: 100%;
    height: auto;
}
.box-50 .staff-single .item .sec-3 .detail .hold {
    float: none;
    width: auto;
}
@media (max-width: 736px) {
    .box-50 .staff-single .item .sec-3 .detail .thumb, .box-50 .staff-single .item .sec-3 .detail .hold {
        width: 100%;
        margin: 0;
        float: none;
    }
    .box-50 .staff-single .item .sec-3 .sum {
        display: none;
    }
}
.box-25 .staff-single .item .sec-1, .box-25 .staff-single .item .sec-2 {
    display: none;
}
.box-25 .staff-single .item .sec-3 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-25 .staff-single .item .sec-3 .detail .short-sec {
    width: 100%;
    overflow: hidden;
    margin: 0 0 5px 0;
}
.box-25 .staff-single .item .sec-3 .detail .thumb {
    display: block;
    width: 100%;
}
.box-25 .staff-single .item .sec-3 .detail .hold {
    width: 105%;
}
.box-25 .staff-single .item .sec-3 .detail .hold .phone, .box-25 .staff-single .item .sec-3 .detail .hold .email {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}
.box-25 .staff-single .item .sec-3 .detail .hold .phone:before {
    content: "\E032";
    color: #0080cc;
    font-size: 2.5rem;
    left: 0;
    position: absolute;
    top: 3px;
}
.box-25 .staff-single .item .sec-3 .detail .hold .email:before {
    content: "\E033";
    color: #0080cc;
    font-size: 2.5rem;
    left: 0;
    position: absolute;
    top: 3px;
}
.box-25 .staff-single .item .sec-3 .detail .sum {
    display: none;
}
.box-25 .staff-single .item .sec-3 .detail .name {
    font-size: 20px;
    font-size: 2rem;
}
.box-25 .staff-single .item .sec-3 .detail .pos {
    font-size: 16px;
    font-size: 1.6rem;
}
.box-25 .staff-single .item .sec-3 .detail p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
}
.blog-single {
    width: 100%;
}
.blog-single .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.blog-single .item:hover .hold .thumb {
    border: 1px solid #0080cc;
}
.blog-single .item .hold {
    width: 34%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 120px 30px;
    border: 2px solid transparent;
}
.blog-single .item .hold .thumb {
    border: 1px solid transparent;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0;
    background-color: transparent;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-single .item .hold .thumb img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-single .item .hold .meta {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 0;
}
.blog-single .item .hold .meta a {
    text-decoration: none;
}
.blog-single .item .text {
    width: 66%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 70px;
}
@media (max-width: 736px) {
    .blog-single .item .text {
        margin: 15px 0 0;
        float: none;
        width: 100%;
    }
}
.blog-single .item .text .title {
    margin: 0;
    color: #0080cc;
    font-weight: 500;
}
.blog-single .item .text .title a {
    color: #0080cc;
}
@media (max-width: 736px) {
    .blog-single .item .text .title {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
.blog-single .item .text .meta {
    display: none;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
}
.blog-single .item .text .meta a {
    text-decoration: none;
}
.blog-single .item .text p {
    font-size: 17px;
    font-size: 1.7rem;
    margin: 15px 0;
}
.blog-single .item .text p span {
    color: #e30691;
}
@media (max-width: 736px) {
    .blog-single .item .text p {
        display: none;
    }
}
.blog-single .item .text .more {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
}
.blog-single .item .text .more:after {
    content: '\E017';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    padding: 0 0 4px 10px;
}
.blog-single .item .text .tags {
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 5px 0 0;
    font-style: normal;
}
@media (max-width: 736px) {
    .blog-single .item .text .tags {
        display: none;
    }
}
.blog-single .item .text .tags a {
    text-decoration: none;
}
.blog-single .item .text .tags:before {
    content: '\E01D';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    padding: 0 10px 0 0;
    color: #0080cc;
    font-size: 14px;
    font-size: 1.4rem;
}
@media (max-width: 1008px) {
    .blog-single .item .hold {
        padding: 120px 20px 120px 20px;
    }
    .blog-single .item .text {
        padding: 0 20px;
    }
}
@media (max-width: 736px) {
    .blog-single .item {
        display: block;
    }
    .blog-single .item .hold {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 2em;
        border: 2px solid transparent;
        border-bottom: 1px solid #ececec;
    }
    .blog-single .item .hold .meta {
        display: none;
    }
    .blog-single .item .text {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 2em;
        margin: 0;
    }
    .blog-single .item .text p {
        margin: 5px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .blog-single .item .text .meta {
        display: block;
    }
    .blog-single .item .text .tags {
        display: none;
    }
}
.box-50 .blog-single {
    width: 100%;
}
.box-50 .blog-single .item .hold {
    width: 40%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 120px 20px 120px 20px;
    border: 2px solid transparent;
}
.box-50 .blog-single .item .text {
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
}
@media (max-width: 1008px) {
    .box-50 .blog-single .item {
        display: block;
    }
    .box-50 .blog-single .item .hold {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 2em;
        border: 2px solid transparent;
        border-bottom: 1px solid #ececec;
    }
    .box-50 .blog-single .item .hold .meta {
        display: none;
    }
    .box-50 .blog-single .item .text {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px 2em;
        margin: 0;
    }
    .box-50 .blog-single .item .text p {
        margin: 5px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .box-50 .blog-single .item .text .meta {
        display: block;
    }
    .box-50 .blog-single .item .text .tags {
        display: none;
    }
}
.box-33 .blog-single {
    width: 100%;
    padding: 1em;
}
.box-33 .blog-single .item {
    display: block;
}
.box-33 .blog-single .item .hold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent !important;
    border: 2px solid transparent;
}
.box-33 .blog-single .item .hold .meta {
    display: none;
}
.box-33 .blog-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}
.box-33 .blog-single .item .text p {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.box-33 .blog-single .item .text .meta {
    display: block;
}
.box-33 .blog-single .item .text .tags {
    display: none;
}
.box-25 .blog-single {
    width: 100%;
    padding: 1em;
}
.box-25 .blog-single .item {
    display: block;
}
.box-25 .blog-single .item .hold {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    background-color: transparent !important;
    border: 2px solid transparent;
}
.box-25 .blog-single .item .hold .meta {
    display: none;
}
.box-25 .blog-single .item .text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
}
.box-25 .blog-single .item .text p {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.box-25 .blog-single .item .text .meta {
    display: block;
}
.box-25 .blog-single .item .text .tags {
    display: none;
}
.border .box-100 .blog-single .hold {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
    .border .box-100 .blog-single .hold {
        border-left: none;
        border-right: none;
    }
}
.border .box-50 .blog-single .hold {
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
}
@media (max-width: 1008px) {
    .border .box-50 .blog-single .hold {
        border-left: none;
        border-right: none;
    }
}
.border .box-50:last-child .blog-single .hold {
    border-right: 1px solid #eaeaea;
    border-left: none;
}
@media (max-width: 1008px) {
    .border .box-50:last-child .blog-single .hold {
        border-left: none;
        border-right: none;
    }
}
.featured-blog-list {
    width: 100%;
    padding: 1em;
}
.featured-blog-list .info {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    padding: 0 1.0653409091% 20px 1.0653409091%;
    text-align: center;
}
.featured-blog-list .info .title {
    margin: 0;
    font-weight: bold;
    color: #0080cc;
}
.featured-blog-list .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
@media (max-width: 1008px) {
    .featured-blog-list .list {
        flex-wrap: wrap;
    }
}
.featured-blog-list .list .item {
    width: 31.33%;
    margin: 0 1% 20px 1%;
}
@media (max-width: 1008px) {
    .featured-blog-list .list .item {
        float: left;
        margin: 10px 1%;
    }
}
@media (max-width: 736px) {
    .featured-blog-list .list .item {
        width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
        float: none;
        margin: 10px 1.0653409091% 30px 1.0653409091%;
    }
}
.featured-blog-list .list .thumb {
    border: none;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0;
    background-color: #000;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.featured-blog-list .list .thumb img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.featured-blog-list .list .meta {
    display: block;
    width: 100%;
    margin: -35px 0 0;
    position: relative;
    z-index: 10;
}
.featured-blog-list .list .meta:after {
    content: '';
    display: block;
    clear: both;
}
.featured-blog-list .list .meta .photo {
    width: 72px;
    height: 72px;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 6px solid #fff;
    overflow: hidden;
    float: left;
}
.featured-blog-list .list .meta .photo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.featured-blog-list .list .meta em {
    padding: 45px 0 0 10px;
    float: left;
    font-style: normal;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    color: #222;
}
.featured-blog-list .list .meta em a {
    color: #0080cc;
}
@media (max-width: 1008px) {
    .featured-blog-list .list .meta em {
        padding: 0;
        display: block;
        width: 100%;
    }
}
.featured-blog-list .list .title {
    margin: 5px 0 0;
    color: #039;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
}
.featured-blog-list .list p {
    margin: 5px 0;
    line-height: normal;
    font-size: 19px;
    font-size: 1.9rem;
}
.featured-blog-list .list p span {
    color: #039;
}
@media (max-width: 1008px) {
    .featured-blog-list .list p {
        display: none;
    }
}
.featured-blog-list .list .more {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
}
.featured-blog-list .list .more:after {
    content: '\E017';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    padding: 0 0 4px 10px;
}
.featured-blog-list .list .btn-1, .featured-blog-list .list .btn-2 {
    margin: 10px 0 0;
    width: 100%;
}
.featured-blog-list .list .link-box:before {
    display: none;
}
@media (max-width: 1008px) {
    .featured-blog-list .item .hold {
        padding: 120px 20px 120px 20px;
    }
    .featured-blog-list .item .text {
        padding: 0 20px;
    }
}
@media (max-width: 736px) {
    .featured-blog-list .item {
        display: block;
    }
    .featured-blog-list .item .hold {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        background-color: transparent !important;
        border: 2px solid transparent;
    }
    .featured-blog-list .item .hold .meta {
        display: none;
    }
    .featured-blog-list .item .text {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .featured-blog-list .item .text p {
        margin: 5px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .featured-blog-list .item .text .meta {
        display: block;
    }
    .featured-blog-list .item .text .tags {
        display: none;
    }
}
.blog-list {
    width: 100%;
    padding: 1em;
}
.blog-list .info {
    width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
    padding: 0 1.0653409091%;
}
.blog-list .info .title {
    margin: 0;
    font-weight: 400;
    color: #0080cc;
}
.blog-list .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
}
@media (max-width: 1008px) {
    .blog-list .list {
        flex-wrap: wrap;
    }
}
.blog-list .list .item {
    width: calc((4.1193181818% * 4) + (1.0653409091% * 6));
    margin: 0 1.0653409091% 20px 1.0653409091%;
}
@media (max-width: 1008px) {
    .blog-list .list .item {
        width: calc((4.1193181818% * 8) + (1.0653409091% * 14));
        float: left;
        margin: 10px 1.0653409091%;
    }
}
@media (max-width: 736px) {
    .blog-list .list .item {
        width: calc((4.1193181818% * 16) + (1.0653409091% * 30));
        float: none;
        margin: 10px 1.0653409091%;
    }
}
.blog-list .list .thumb {
    border: none;
    text-align: center;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    padding: 0;
    background-color: #000;
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-list .list .thumb img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.blog-list .list .meta {
    display: block;
    font-style: normal;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 5px 0 0;
}
.blog-list .list .meta a {
    text-decoration: none;
}
.blog-list .list .title {
    margin: 5px 0 0;
    color: #0080cc;
    font-weight: 500;
    font-size: 20px;
    font-size: 2rem;
}
.blog-list .list p {
    margin: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
}
.blog-list .list p span {
    color: #e30691;
}
@media (max-width: 736px) {
    .blog-list .list p {
        display: none;
    }
}
.blog-list .list .more {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
}
.blog-list .list .more:after {
    content: '\E017';
    display: inline-block;
    vertical-align: middle;
    font-family: "uja-riverdale";
    padding: 0 0 4px 10px;
}
.blog-list .list .link-box:before {
    display: none;
}
@media (max-width: 1008px) {
    .blog-list .item .hold {
        padding: 120px 20px 120px 20px;
    }
    .blog-list .item .text {
        padding: 0 20px;
    }
}
@media (max-width: 736px) {
    .blog-list .item {
        display: block;
    }
    .blog-list .item .hold {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
        background-color: transparent !important;
        border: 2px solid transparent;
    }
    .blog-list .item .hold .meta {
        display: none;
    }
    .blog-list .item .text {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .blog-list .item .text p {
        margin: 5px 0;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .blog-list .item .text .meta {
        display: block;
    }
    .blog-list .item .text .tags {
        display: none;
    }
}
.testimonials {
    width: 100%;
    height: auto;
    min-height: 400px;
}
.testimonials .holder {
    width: calc((4.1193181818% * 10) + (1.0653409091% * 18));
    margin: 0 auto;
    position: relative;
    height: 100%;
}
@media (max-width: 1008px) {
    .testimonials .holder {
        width: 100%;
    }
}
.testimonials .icon svg {
    color: #0ca;
    fill: #0ca !important;
}
.testimonials .slide {
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 100px 0 60px 0;
    overflow: hidden;
}
.testimonials .slide .box {
    width: 22%;
    float: left;
    text-align: center;
}
.testimonials .slide .box span {
    display: block;
    color: #0ca;
    font-size: 120px;
    font-size: 12rem;
    line-height: 120px;
}
.testimonials .slide .box p {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
    color: #0ca;
}
.testimonials .slide .text {
    width: 78%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    border-left: 1px solid #e3e3e3;
}
.testimonials .slide .text p {
    font-family: 'Crimson Text', serif;
    font-weight: 500;
    font-style: italic;
}
.testimonials .slide .text .author {
    float: right;
    color: #0ca;
    font-style: normal;
    position: relative;
    font-size: 20px;
    font-size: 2rem;
}
.testimonials .slide .text .author:before {
    content: '';
    width: 68%;
    border-bottom: 1px solid #0ca;
    vertical-align: middle;
    display: block;
    position: absolute;
    right: 110%;
    top: 50%;
}
.testimonials .slide .text .pos {
    float: right;
    width: 100%;
    text-align: right;
    color: #0ca;
    font-size: 13px;
    font-size: 1.3rem;
}
.testimonials .owl-carousel .owl-controls .owl-dots {
    width: 100%;
    right: 0;
    text-align: center;
}
.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
    float: none;
}
.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot span {
    border: 1px solid #e3e3e3;
}
.testimonials .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
    background-color: #0ca !important;
}
@media (max-width: 736px) {
    .testimonials .owl-carousel .owl-controls .owl-dots {
        width: auto;
        right: 20px;
    }
}
@media (max-width: 736px) {
    .testimonials {
        height: auto;
    }
    .testimonials .holder {
        width: 100%;
    }
    .testimonials .slide {
        padding: 60px 2em;
    }
    .testimonials .slide .box {
        width: 100%;
        float: none;
        text-align: left;
    }
    .testimonials .slide .box span {
        font-size: 70px;
        font-size: 7rem;
    }
    .testimonials .slide .text {
        width: 100%;
        float: none;
        padding: 0;
        border: none;
    }
    .testimonials .slide .text .author {
        padding: 0 0 0 20%;
    }
    .testimonials .slide .text .author:before {
        content: '';
        width: 18%;
        border-bottom: 1px solid #0080cc;
        vertical-align: middle;
        display: block;
        position: absolute;
        left: 0;
        top: 13px;
    }
}
@media (max-width: 736px) and (max-width: 736px) {
    .testimonials .slide {
        padding: 40px 2em 60px 2em;
    }
}
.box-50 .testimonials {
    height: auto;
}
@media (max-width: 1008px) {
    .box-50 .testimonials {
        height: 700px;
    }
}
@media (max-width: 736px) {
    .box-50 .testimonials {
        height: auto;
    }
}
.box-50 .testimonials .holder {
    width: 100%;
}
.box-50 .testimonials .slide {
    padding: 60px 20px;
}
@media (max-width: 736px) {
    .box-50 .testimonials .slide {
        padding: 40px 2em 60px 2em;
    }
}
.box-50 .testimonials .slide .box {
    width: 100%;
    float: none;
    text-align: left;
}
.box-50 .testimonials .slide .box span {
    font-size: 70px;
    font-size: 7rem;
}
.box-50 .testimonials .slide .text {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
}
.links-block {
    width: 100%;
    background-color: #fff;
    z-index: 10;
}
.links-block .holder {
    width: 100%;
    display: flex;
    height: 100%;
}
.links-block .des {
    padding: 50px;
    width: 25%;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    background-color: #f9f9f9;
}
.links-block .des .title {
    color: #e30691;
}
.links-block .des p {
    color: #222;
}
.links-block .list {
    width: 75%;
    padding: 50px 40px;
}
.links-block .list ul {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.links-block .list ul li {
    display: block;
    width: 30%;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
    margin: 0 0 0 3%;
}
.links-block .list ul li:before {
    display: none;
}
.links-block .list ul li a {
    display: block;
    position: relative;
    padding: 0 15px 0 0;
    color: #222;
}
.links-block .list ul li a:after {
    content: '\E017';
    font-family: 'uja-riverdale';
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
}
.links-block .list ul li a:hover {
    color: #e30691;
}
@media (max-width: 1008px) {
    .links-block .holder {
        display: block;
        border-right: none;
        border-left: none;
    }
    .links-block .des {
        width: 100%;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #e3e3e3;
        padding: 20px;
    }
    .links-block .list {
        width: 100%;
        padding: 20px;
    }
    .links-block .list ul li {
        width: 47%;
        margin: 0 3% 0 0;
    }
}
@media (max-width: 736px) {
    .links-block .des {
        text-align: center;
    }
    .links-block .list ul li {
        width: 100%;
        margin: 0;
    }
}
.box-50 .links-block .holder {
    display: block;
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 1008px) {
    .box-50 .links-block .holder {
        border: none;
    }
}
.box-50 .links-block .des {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e3e3e3;
}
.box-50 .links-block .list {
    width: 100%;
}
.box-50 .links-block .list li {
    width: 47%;
}
@media (max-width: 1008px) {
    .box-50 .links-block .list li {
        width: 100%;
    }
}
@media (max-width: 736px) {
    .box-50 .links-block .des {
        text-align: center;
    }
    .box-50 .links-block .list ul li {
        width: 100%;
    }
}
.box-50:last-child .links-block .holder {
    border-right: none;
}
.box-25 .links-block .holder {
    display: block;
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
    .box-25 .links-block .holder {
        border-right: none;
    }
}
.box-25 .links-block .des {
    width: 100%;
    border-right: 0;
    border-left: 0;
    padding: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.box-25 .links-block .list {
    padding: 30px;
    width: 100%;
}
.box-25 .links-block .list li {
    width: 100%;
}
.box-25:last-child .links-block .holder {
    border-right: none;
}
@media (max-width: 1008px) {
    .box-25:nth-child(2) .links-block .holder {
        border-right: none !important;
    }
}
.downloads-block {
    width: 100%;
}
.downloads-block .holder {
    width: 100%;
    display: flex;
}
.downloads-block .des {
    padding: 50px;
    width: 25%;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
.downloads-block .des .title {
    color: #e30691;
}
.downloads-block .list {
    width: 75%;
    padding: 50px 40px;
    background: #fff;
}
.downloads-block .list ul {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.downloads-block .list ul li {
    display: block;
    width: 30%;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
    margin: 0 0 0 3%;
}
.downloads-block .list ul li:before {
    display: none;
}
.downloads-block .list ul li a {
    display: block;
    position: relative;
    padding: 0 15px 0 0;
    color: #222;
}
.downloads-block .list ul li a:after {
    content: '\E020';
    font-family: 'uja-riverdale';
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
}
.downloads-block .list ul li a:hover {
    color: #e30691;
}
@media (max-width: 1008px) {
    .downloads-block .holder {
        display: block;
        border-right: none;
        border-left: none;
    }
    .downloads-block .des {
        width: 100%;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #e3e3e3;
        padding: 20px;
    }
    .downloads-block .list {
        width: 100%;
        padding: 20px;
    }
    .downloads-block .list ul li {
        width: 47%;
        margin: 0 3% 0 0;
    }
}
@media (max-width: 736px) {
    .downloads-block .des {
        text-align: center;
    }
    .downloads-block .list ul li {
        width: 100%;
        margin: 0;
    }
}
.box-50 .downloads-block .holder {
    display: block;
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 1008px) {
    .box-50 .downloads-block .holder {
        border-right: none;
    }
}
.box-50 .downloads-block .des {
    width: 100%;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e3e3e3;
}
.box-50 .downloads-block .list {
    width: 100%;
}
.box-50 .downloads-block .list li {
    width: 47%;
}
@media (max-width: 1008px) {
    .box-50 .downloads-block .list li {
        width: 100%;
    }
}
@media (max-width: 736px) {
    .box-50 .downloads-block .des {
        text-align: center;
    }
    .box-50 .downloads-block .list ul li {
        width: 100%;
    }
}
.box-50:last-child .downloads-block .holder {
    border-right: none;
}
.box-25 .downloads-block .holder {
    display: block;
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
    .box-25 .downloads-block .holder {
        border-right: none;
    }
}
.box-25 .downloads-block .des {
    width: 100%;
    border-right: 0;
    border-left: 0;
    padding: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.box-25 .downloads-block .list {
    padding: 30px;
    width: 100%;
}
.box-25 .downloads-block .list li {
    width: 100%;
}
.box-25:last-child .downloads-block .holder {
    border-right: none;
}
@media (max-width: 1008px) {
    .box-25:nth-child(2) .downloads-block .holder {
        border-right: none !important;
    }
}
.download-single {
    width: 100%;
}
.download-single .item {
    width: calc((4.1193181818% * 10) + (1.0653409091% * 18));
    text-align: center;
    padding: 50px 0;
    margin: 0 auto;
}
.download-single .item span {
    font-size: 60px;
    font-size: 6rem;
}
.download-single .item .title {
    color: #e30691;
}
@media (max-width: 1008px) {
    .download-single .item {
        width: 100%;
    }
}
.download-single .item .btn {
    margin: 10px 0 0;
}
@media (max-width: 736px) {
    .download-single .item {
        text-align: center;
        padding: 60px;
        border-bottom: 1px solid #e3e3e3;
    }
    .download-single .item p {
        display: none;
    }
    .download-single .item .btn {
        width: auto;
        display: inline-block;
    }
}
.box-50 .download-single .item {
    width: 100%;
    padding: 50px 80px;
    text-align: left;
    border-right: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
    .box-50 .download-single .item {
        text-align: center;
        padding: 60px;
        border-right: none;
        border-bottom: 1px solid #e3e3e3;
    }
    .box-50 .download-single .item p {
        display: none;
    }
}
.box-50:last-child .download-single .item {
    border: none;
}
.box-25 .download-single .item {
    width: 100%;
    padding: 70px 20px;
    text-align: left;
    border: 1px solid #e3e3e3;
    margin: 20px;
}
@media (max-width: 736px) {
    .box-25 .download-single .item {
        text-align: center;
        padding: 60px;
        margin: 0;
        border: none;
        border-bottom: 1px solid #e3e3e3;
    }
    .box-25 .download-single .item p {
        display: none;
    }
}
@media (max-width: 736px) {
    .box-25:last-child .download-single .item {
        border: none;
    }
}
.sub-nav {
    width: 100%;
    position: relative;
    z-index: 10 !important;
}
.sub-nav .explore {
    display: none;
}
.sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sub-nav ul li {
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
    font-weight: 500;
}
.sub-nav ul li:before {
    display: none;
}
.sub-nav ul li a {
    display: block;
    padding: 25px 20px;
    text-align: right;
    text-transform: uppercase;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
}
.sub-nav ul li a:hover {
    background-color: #fff;
    color: #e30691;
}
.sub-nav ul li a.active {
    background-color: #fff;
    color: #e30691;
}
@media (max-width: 1008px) {
    .sub-nav ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        z-index: 10;
        background-color: #f7f7f7;
        display: none;
    }
    .sub-nav ul li a {
        text-align: left;
        padding: 10px 25px;
    }
    .sub-nav .explore {
        display: block;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        text-align: left;
        color: #222;
        text-transform: uppercase;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .sub-nav .explore:after {
        content: '';
        display: block;
        border-top: 6px solid #545454;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        width: 0;
        height: 0;
        position: absolute;
        right: 30px;
        top: 50%;
        margin: -3px 0 0;
    }
    .sub-nav .explore.open:after {
        border-bottom: 6px solid #545454;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-top: none;
    }
}
.acc-settings {
    width: 100%;
    padding: 35px 25px;
}
.acc-settings h5 span {
    color: #ff8900;
}
.acc-settings form .categories {
    margin: 20px 0;
    padding: 0 0 10px 0;
    overflow: hidden;
}
.acc-settings form .categories .wrap {
    width: 33.33%;
    margin: 5px 0;
    float: left;
}
@media (max-width: 1008px) {
    .acc-settings form .categories .wrap {
        width: 50%;
    }
}
@media (max-width: 736px) {
    .acc-settings form .categories .wrap {
        width: 100%;
        float: none;
    }
}
.cart {
    width: 100%;
    padding: 25px;
}
.cart .cart-table {
    width: 100%;
    border-bottom: 1px solid #c8c8c8;
}
@media (max-width: 736px) {
    .cart .cart-table {
        display: none;
    }
}
.cart .cart-table th {
    color: #545454;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 0;
    text-align: left;
}
.cart .cart-table tbody tr {
    border-top: 1px solid #c8c8c8;
}
.cart .cart-table tbody tr td {
    padding: 15px 0;
    vertical-align: top;
    color: #222;
}
.cart .cart-table tbody tr td img {
    float: left;
    width: 124px;
    margin: 0 20px;
}
.cart .cart-table tbody tr td h4 {
    margin: 0;
    color: #c02;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 500;
}
.cart .cart-table tbody tr td a {
    color: #e30691;
    font-size: 14px;
    font-size: 1.4rem;
}
.cart .cart-table tbody tr td > span {
    font-size: 20px;
    font-size: 2rem;
    color: #0080cc;
}
.cart .cart-table tbody tr td .selectric-wrapper {
    width: 100px;
}
.cart .mobile-cart {
    display: none;
}
@media (max-width: 736px) {
    .cart .mobile-cart {
        display: block;
    }
    .cart .mobile-cart .item {
        padding: 20px 0;
        border-bottom: 1px solid #c8c8c8;
        text-align: center;
    }
    .cart .mobile-cart .item .wrap {
        overflow: hidden;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .cart .mobile-cart .item .wrap span {
        float: right;
        color: #0080cc;
        font-size: 20px;
        font-size: 2rem;
    }
    .cart .mobile-cart .item .wrap h4 {
        margin: 0;
        color: #c02;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 500;
        width: 70%;
    }
    .cart .mobile-cart .item .wrap a {
        color: #e30691;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .cart .mobile-cart .item p {
        text-align: left;
        margin: 0;
    }
    .cart .mobile-cart .selectric-wrapper {
        margin: 15px 0 0;
    }
}
.cart .total {
    width: 312px;
    float: right;
    margin: 30px 0;
}
@media (max-width: 736px) {
    .cart .total {
        width: 100%;
    }
}
.cart .total form .promo {
    width: 57%;
    float: left;
    margin: 0;
    height: 55px;
    line-height: 55px;
}
.cart .total form .btn-1 {
    float: right;
    width: 40%;
    margin: 0;
}
.cart .total p {
    margin: 15px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #0080cc;
    text-transform: uppercase;
}
@media (max-width: 736px) {
    .cart .total p {
        text-align: right;
    }
}
.cart .total p span {
    color: #e30691;
    display: inline-block;
    width: 60%;
}
@media (max-width: 736px) {
    .cart .total p span {
        text-align: left;
        float: left;
    }
}
.cart .total .confirm {
    width: 100%;
    margin: 15px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cart .details {
    width: 100%;
    overflow: hidden;
    margin: 15px 0 0;
}
.cart .details h5 {
    position: relative;
    width: 100%;
    margin: 10px 0;
}
.cart .details h5:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}
.cart .details h5 span {
    padding: 0 10px 0 0;
    background-color: #fff;
    position: relative;
    color: #c02;
    z-index: 1;
}
.cart .details .left-info {
    width: 48%;
    float: left;
}
@media (max-width: 736px) {
    .cart .details .left-info {
        width: 100%;
        float: none;
    }
}
.cart .details .right-info {
    float: right;
    width: 48%;
}
@media (max-width: 736px) {
    .cart .details .right-info {
        width: 100%;
        float: none;
        margin: 15px 0 0;
    }
}
.checkout {
    width: 100%;
    padding: 0 0 120px 0;
}
.checkout:after {
    content: '';
    display: block;
    clear: both;
}
.checkout .billing {
    float: left;
    width: 48%;
}
@media (max-width: 736px) {
    .checkout .billing {
        width: 100%;
        float: none;
    }
}
.checkout .summary {
    float: right;
    width: 48%;
}
@media (max-width: 736px) {
    .checkout .summary {
        width: 100%;
        float: none;
        margin: 15px 0 0;
    }
}
.checkout .summary .holder {
    border: 1px solid #e3e3e3;
    padding: 30px 50px 40px 50px;
}
@media (max-width: 736px) {
    .checkout .summary .holder {
        padding: 5px 15px 15px 15px;
    }
}
.checkout .summary table {
    width: 100%;
    margin: 10px 0 0;
}
.checkout .summary table th {
    color: #c02;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    text-align: left;
}
.checkout .summary table tbody tr {
    border-bottom: 1px solid #c8c8c8;
}
.checkout .summary table tbody tr td {
    padding: 15px 0;
    vertical-align: top;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
}
.checkout .summary table tbody tr td img {
    float: left;
    width: 124px;
    margin: 0 20px;
}
.checkout .summary table tbody tr td h4 {
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: #222;
    font-weight: 500;
}
.checkout .summary table tbody tr td a {
    color: #e30691;
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    margin: 5px 0 0;
}
.checkout .summary table tbody tr td > span {
    font-size: 16px;
    font-size: 1.6rem;
    color: #0080cc;
}
.checkout .summary table tbody tr td .selectric-wrapper {
    width: 100px;
}
.checkout .summary table tfoot td {
    padding: 15px 0 0;
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
}
.checkout .summary table tfoot td span {
    font-size: 16px;
    font-size: 1.6rem;
    color: #c02;
}
.checkout .summary .btn-1 {
    margin: 40px 0 0;
    float: right;
}
@media (max-width: 736px) {
    .checkout .summary .btn-1 {
        float: none;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 20px 0 0;
    }
}
.products-list {
    width: 100%;
    padding: 20px 20px 0 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.products-list .item {
    padding: 20px;
    border: 1px solid #e3e3e3;
    text-align: center;
    width: 32%;
    margin: 0 1% 20px 0;
}
@media (max-width: 736px) {
    .products-list .item {
        width: 100%;
        margin: 0 0 20px 0;
    }
}
.products-list .item img {
    margin: 20px 0;
}
.products-list .item:hover {
    border: 1px solid #e30691;
}
.products-list .item .title {
    color: #e30691;
    font-size: 18px;
    font-size: 1.8rem;
    margin: 40px 0 0;
}
.products-list .item span {
    color: #ff8900;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    display: inline-block;
    margin: 0 5px 0 0;
}
.products-list .item .disc:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ff8900;
    top: 50%;
    left: -10%;
    width: 120%;
    position: absolute;
}
.products-list .item p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #c02;
}
.product-details {
    display: flex;
    flex-wrap: wrap;
}
.product-details .aside-gallery {
    width: 50%;
    padding: 25px;
}
@media (max-width: 736px) {
    .product-details .aside-gallery {
        width: 100%;
    }
}
.product-details .aside-gallery .carousel-lite {
    overflow: hidden;
}
.product-details .aside-gallery .carousel-lite ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.product-details .aside-gallery .carousel-lite ul li {
    padding: 0 10px;
    text-align: center;
    height: auto !important;
}
.product-details .aside-gallery .carousel-lite ul li:before {
    display: none;
}
.product-details .aside-gallery .carousel-lite ul li img {
    width: 100%;
    cursor: pointer;
}
.product-details .aside-gallery .carousel-lite .car-next {
    display: block;
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
    right: 10px;
    width: 20px;
    height: 20px;
    border: none;
    background: none;
}
.product-details .aside-gallery .carousel-lite .car-next:after {
    content: '\E031';
    font-family: 'uja-riverdale';
    color: #e30691;
    display: block;
}
.product-details .aside-gallery .carousel-lite .car-prev {
    display: block;
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
    left: 10px;
    width: 20px;
    height: 20px;
    border: none;
    background: none;
}
.product-details .aside-gallery .carousel-lite .car-prev:after {
    content: '\E02B';
    font-family: 'uja-riverdale';
    color: #e30691;
    display: block;
}
.product-details .aside-gallery img {
    max-width: none !important;
    height: auto !important;
}
.product-details .aside-gallery .center-image {
    text-align: center;
    padding: 40px;
}
.product-details .aside-gallery .center-image img {
    width: 60%;
}
.product-details .aside-gallery .thumbs {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0 0;
    position: relative;
    padding: 0 40px;
}
.product-details .aside-gallery .thumbs .hold {
    overflow: hidden;
}
.product-details .description {
    width: 50%;
    padding: 50px;
    border-left: 1px solid #e3e3e3;
}
@media (max-width: 736px) {
    .product-details .description {
        width: 100%;
        border: none;
        padding: 20px;
        border-top: 1px solid #e3e3e3;
    }
}
.product-details .description .title {
    margin: 0;
    font-size: 30px;
    font-size: 3rem;
    color: #e30691;
    font-weight: 500;
}
.product-details .description .share {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e3e3e3;
}
.product-details .description .share img {
    vertical-align: middle;
    margin: 0 0 4px 5px;
}
.product-details .description .des {
    font-size: 14px;
    font-size: 1.4rem;
}
.product-details .description .price {
    color: #c02;
    font-size: 23px;
    font-size: 2.3rem;
}
.product-details .description .price span {
    color: #ff8900;
    font-size: 18px;
    font-size: 1.8rem;
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
}
.product-details .description .price .disc:after {
    content: '';
    display: block;
    border-bottom: 1px solid #ff8900;
    top: 50%;
    left: -10%;
    width: 120%;
    position: absolute;
}
.product-details .description .wrap p {
    float: left;
    margin: 0 25px 0 0;
    line-height: 50px;
}
.product-details .description .wrap .selectric-wrapper {
    width: auto !important;
    float: left !important;
}
.product-details .description .btn-1 {
    min-width: 200px;
}
.registration-module {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 25px;
}
.registration-module .agreement .btn-2, .registration-module .agreement .btn-1 {
    float: right;
    width: 280px;
}
@media (max-width: 1008px) {
    .registration-module .agreement .btn-2, .registration-module .agreement .btn-1 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 35px 0 0;
    }
}
.registration-module .error {
    width: 100%;
    background-color: #fde8e9;
    padding: 20px 50px 20px 80px;
    position: relative;
    margin: 0 0 30px 0;
}
.registration-module .error p {
    margin: 0;
    font-size: 13px;
    font-size: 1.3rem;
}
.registration-module .error:before {
    content: '\E003';
    display: block;
    font-family: 'uja-riverdale';
    position: absolute;
    top: 50%;
    left: 30px;
    color: #d5050d;
    margin: -15px 0 0;
    text-align: center;
    line-height: 30px;
    font-size: 30px;
    font-size: 3rem;
}
.registration-module .error .close {
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    margin: -8px;
}
.registration-module .error .close:after {
    content: '\E002';
    display: block;
    font-family: 'uja-riverdale';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #222;
    line-height: 16px;
    font-size: 16px;
    font-size: 1.6rem;
}
.registration-module .progs {
    width: 100%;
}
.registration-module .progs .item {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
    padding: 20px 50px;
    margin: 20px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.registration-module .progs .item .link-box:before {
    display: none;
}
.registration-module .progs .item:hover {
    border: 1px solid #0080cc;
}
.registration-module .progs .item:hover .btn-1 {
    background-color: #0080cc !important;
    color: #fff;
}
.registration-module .progs .item .holder {
    width: 75%;
}
.registration-module .progs .item .holder .title {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
}
.registration-module .progs .item .holder .instructor {
    margin: 5px 0 0;
    color: #c02;
    font-size: 16px;
    font-size: 1.6rem;
}
.registration-module .progs .item .holder .instructor a {
    display: inline-block;
    color: #c02;
}
.registration-module .progs .item .holder .des {
    margin: 10px 0 0;
    line-height: normal;
    font-size: 16px;
    font-size: 1.6rem;
}
@media (max-width: 1008px) {
    .registration-module .progs .item .holder .des {
        display: none;
    }
}
.registration-module .progs .item .holder .detail {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.registration-module .progs .item .holder .detail p {
    margin: 0;
    padding: 10px 0;
    display: inline-block;
    width: 30%;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 300;
    text-align: left;
}
.registration-module .progs .item .holder .detail p strong {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}
@media (max-width: 1008px) {
    .registration-module .progs .item .holder {
        width: 100%;
    }
    .registration-module .progs .item .holder .detail p {
        width: 50%;
    }
    .registration-module .progs .item .holder .detail p:first-child {
        width: 100%;
    }
}
.registration-module .progs .item .options {
    width: 25%;
    text-align: center;
}
@media (max-width: 1008px) {
    .registration-module .progs .item .options {
        width: 100%;
        text-align: left;
    }
}
@media (max-width: 1008px) {
    .registration-module .progs .item {
        padding: 15px;
    }
}
.registration-module .cart {
    width: 100%;
    padding: 0;
}
.registration-module .cart .number {
    width: 5%;
}
.registration-module .cart .program {
    width: 30%;
}
.registration-module .cart .session {
    width: 20%;
}
.registration-module .cart .start {
    width: 15%;
}
.registration-module .cart .end {
    width: 15%;
}
.registration-module .cart .remove {
    width: 15%;
}
.registration-module .cart .headings {
    width: 100%;
    overflow: hidden;
}
.registration-module .cart .headings p {
    float: left;
    margin: 0;
    color: #e30691;
    font-weight: 600;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: uppercase;
}
@media (max-width: 1008px) {
    .registration-module .cart .headings {
        display: none;
    }
}
.registration-module .cart .item {
    width: 100%;
    padding: 10px 0;
}
.registration-module .cart .item:nth-child(even) {
    background-color: #fafafa;
}
@media (max-width: 1008px) {
    .registration-module .cart .item:nth-child(even):before {
        content: '';
        display: block;
        width: 200%;
        left: -50%;
        position: absolute;
        top: 0;
        height: 100%;
        background-color: #fafafa;
        border-bottom: 1px solid #eee;
    }
}
.registration-module .cart .item .des {
    overflow: hidden;
    width: 100%;
}
.registration-module .cart .item .des p {
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    line-height: normal;
    text-transform: capitalize;
}
.registration-module .cart .item .des .remove {
    float: left;
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    text-transform: uppercase;
    color: #c02;
}
.registration-module .cart .item .options {
    width: 100%;
    overflow: hidden;
    margin: 10px 0;
    padding: 0 0 0 5%;
}
.registration-module .cart .item .options a {
    float: left;
    margin: 0 0 0 15px;
}
.registration-module .cart .item .options .mobile-remove {
    display: none;
}
@media (max-width: 1008px) {
    .registration-module .cart .item:before {
        content: '';
        display: block;
        width: 200%;
        left: -50%;
        position: absolute;
        top: 0;
        height: 100%;
        border-bottom: 1px solid #eee;
    }
}
.registration-module .cart .actions {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}
.registration-module .cart .actions a {
    margin: 0 0 0 25px;
    width: 280px;
}
@media (max-width: 1008px) {
    .registration-module .cart .item {
        border-bottom: 1px solid #eee;
    }
    .registration-module .cart .item .des p {
        float: none;
        width: 100%;
        padding: 10px 10px 10px 50%;
    }
    .registration-module .cart .item .des p:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 15px;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #0080cc;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
    }
    .registration-module .cart .item .des p.number:after {
        content: 'nunber';
    }
    .registration-module .cart .item .des p.start:after {
        content: 'start date';
    }
    .registration-module .cart .item .des p.end:after {
        content: 'end date';
    }
    .registration-module .cart .item .des p.session:after {
        content: 'session';
    }
    .registration-module .cart .item .des p.program:after {
        content: 'program';
    }
    .registration-module .cart .item .des .remove {
        display: none;
    }
    .registration-module .cart .item .options {
        padding: 0;
    }
    .registration-module .cart .item .options a {
        float: none;
        display: block;
        width: 100%;
        margin: 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .registration-module .cart .item .options .mobile-remove {
        display: block;
        width: 100%;
        text-align: center;
        margin: 15px 0 0;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem;
        color: #c02;
    }
    .registration-module .cart .actions a {
        width: 100%;
        margin: 10px 0;
    }
}
.registration-module .questions {
    width: 100%;
}
.registration-module .questions .form {
    width: 100%;
}
.registration-module .questions .form .btn-2 {
    width: 280px;
    display: block;
    margin: 20px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1008px) {
    .registration-module .questions .form .btn-2 {
        width: 100%;
    }
}
.t2 .left .reg ul li a {
    color: #aaa !important;
    font-style: italic;
}
.t2 .left .reg .active > a {
    background-color: #fff !important;
    color: #222 !important;
    font-style: normal;
}
.t2 .left .reg .active > a:after {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: 0;
    right: -3px;
    width: 3px;
    height: 100%;
}
.t2 .left .reg .passed > a {
    color: #0080cc !important;
    font-style: normal;
}
.t2 .left .reg .passed > a:before {
    content: '\E009';
    display: block;
    font-family: 'uja-riverdale';
    position: absolute;
    left: 100px;
    top: 50%;
    color: #0080cc;
    font-size: 16px;
    font-size: 1.6rem;
    margin: -15px 0 0;
    height: 16px;
    font-weight: normal;
}
@media (max-width: 1248px) {
    .t2 .left .reg .passed > a:before {
        left: inherit;
        right: 75px;
    }
}
.reg-pop-up {
    width: 1000px;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -500px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2f3844;
    padding: 30px 70px;
    z-index: 1000;
}
.reg-pop-up .close {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 10;
}
.reg-pop-up .close:after {
    content: '\E002';
    display: block;
    font-family: 'uja-riverdale';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #c02;
    line-height: 20px;
    font-weight: 300;
    font-size: 20px;
    font-size: 2rem;
}
.reg-pop-up .title, .reg-pop-up p {
    margin: 0 0 10px 0;
    color: #fff;
    line-height: normal;
}
.reg-pop-up .scroll {
    height: 391px;
    border: 1px solid #eee;
}
.reg-pop-up .scroll .jspVerticalBar {
    width: 10px;
    background-color: #eee;
    right: 0;
}
.reg-pop-up .scroll .jspDrag {
    background-color: #ccc;
    left: 1px;
    width: 8px;
}
.reg-pop-up .headings {
    width: 100%;
}
.reg-pop-up .headings th {
    color: #0080cc;
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
}
@media (max-width: 1008px) {
    .reg-pop-up .headings {
        display: none;
    }
}
.reg-pop-up .table {
    width: 100%;
    border-collapse: collapse;
}
.reg-pop-up .table tr {
    border-bottom: 1px solid #eee;
}
.reg-pop-up .table tr td {
    padding: 25px 0;
    color: #fff;
    font-weight: 300;
}
.reg-pop-up .table tr td input[type="checkbox"] + label:before {
    background-color: none;
    border: 1px solid #fff;
}
.reg-pop-up .number {
    width: 15%;
    padding-left: 25px !important;
}
.reg-pop-up .start {
    width: 15%;
    text-transform: uppercase;
}
.reg-pop-up .end {
    width: 15%;
    text-transform: uppercase;
}
.reg-pop-up .total {
    width: 15%;
}
.reg-pop-up .taken {
    width: 15%;
}
.reg-pop-up .pending {
    width: 15%;
}
.reg-pop-up .action {
    width: 10%;
}
.reg-pop-up .actions {
    width: 100%;
    overflow: hidden;
    margin: 40px 0 0;
}
.reg-pop-up .actions .btn-cart {
    float: left;
    color: #fff;
    line-height: 46px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
}
.reg-pop-up .actions .btn-cart:before {
    content: '\E016';
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-size: 2rem;
    margin: 0 10px 0 0;
    font-family: 'uja-riverdale';
}
.reg-pop-up .actions .btn-2 {
    float: right;
    margin: 0 0 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media (max-width: 1008px) {
    .reg-pop-up .actions .btn-2 {
        width: 100%;
        margin: 10px 0;
    }
}
@media (max-width: 1008px) {
    .reg-pop-up {
        padding: 20px;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0;
        transform: translateY(0);
        width: 100%;
        height: 100%;
        overflow-y: scroll;
    }
    .reg-pop-up .table tr {
        padding: 10px 0;
    }
    .reg-pop-up .table tr td {
        display: block;
        position: relative;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20px 10px 55% !important;
    }
    .reg-pop-up .table tr td:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        padding: 10px 15px;
        width: 50%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #0080cc;
        text-transform: uppercase;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600;
    }
    .reg-pop-up .table tr td.number:after {
        content: 'nunber';
    }
    .reg-pop-up .table tr td.start:after {
        content: 'start date';
    }
    .reg-pop-up .table tr td.end:after {
        content: 'end date';
    }
    .reg-pop-up .table tr td.total:after {
        content: 'total seats';
    }
    .reg-pop-up .table tr td.taken:after {
        content: 'seats taken';
    }
    .reg-pop-up .table tr td.pending:after {
        content: 'seats pending';
    }
    .reg-pop-up .table tr td.action:after {
        content: 'action';
    }
}
.donate-form .form h5:after {
    border-bottom: 1px solid #006;
}
.donate-form .form h5 span {
    color: #006;
    background-color: #f9f9f9;
    font-size: 20px;
    font-size: 2rem;
}
.donate-form .form .amount {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    margin: 0 0 1em 0;
}
.donate-form .form .amount .btn-1:hover, .donate-form .form .amount .btn-1.active {
    background-color: #e30691 !important;
    color: #fff !important;
}
@media (max-width: 1008px) {
    .donate-form .form .amount a {
        width: 49%;
        display: block;
        margin: 0 0 1em 0;
    }
}
.donate-form .form .in-memory-of .btn-1:hover, .donate-form .form .in-memory-of .btn-1.active {
    background-color: #e30691 !important;
    color: #fff !important;
}
@media (max-width: 1008px) {
    .donate-form .form .in-memory-of a {
        width: 49%;
        display: block;
        margin: 0 0 1em 0;
    }
}
.donate-form .form .donation-frequency .btn-1:hover, .donate-form .form .donation-frequency .btn-1.active {
    background-color: #e30691 !important;
    color: #fff !important;
}
@media (max-width: 1008px) {
    .donate-form .form .donation-frequency a {
        width: 49%;
        display: block;
        margin: 0 0 1em 0;
    }
}
.donate-form .form .imp {
    width: 100%;
}
.donate-form .form .imp:after {
    background-color: #0080cc;
}
.donate-form .form .selectric .button {
    right: 15px;
}
.donate-form .form .wrap .sec {
    width: 49%;
    float: left;
}
.donate-form .form .wrap .sec:last-child {
    float: right;
}
@media (max-width: 1008px) {
    .donate-form .form .wrap .sec {
        width: 100%;
        float: none;
    }
}
.donate-form .form .wrap .btn-1:hover, .donate-form .form .wrap .btn-1.active {
    background-color: #e30691 !important;
    color: #fff !important;
}
.donate-form .form .wrap-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
.donate-form .form .wrap-3 .sec {
    width: 31%;
}
@media (max-width: 1008px) {
    .donate-form .form .wrap-3 .sec {
        width: 100%;
    }
}
.donate-form .form label {
    color: #0080cc;
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 10px 0;
}
.donate-form .form input[type="checkbox"] + label {
    color: #222;
    padding: 5px 0 0 40px;
    position: relative;
    line-height: 1.2em;
}
.donate-form .form input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    border: 1px solid #e30691;
}
.donate-form .form .tip {
    position: relative;
    display: inline-block;
    margin: 0 0 0 10px;
    background-color: #0080cc;
    color: #fff;
    line-height: 15px;
    height: 15px;
    width: 15px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.donate-form .form .tip:before {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: rgba(0, 0, 0, .75);
    border-radius: 2px;
    color: #fff;
    content: attr(data-title);
    font-size: 14px;
    padding: 6px 10px;
    top: -35px;
    left: -15px;
    white-space: nowrap;
}
.donate-form .form .tip:after {
    display: block;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, .75);
    border-left: 6px solid transparent;
    content: '';
    height: 0;
    top: -8px;
    left: 2px;
    width: 0;
}
.donate-form .form .tip.fade:before {
    transform: translate3d(0, -10px, 0);
    transition: all 0.15s ease-in-out;
}
.donate-form .form .tip.fade:after {
    transform: translate3d(0, -10px, 0);
    transition: all 0.15s ease-in-out;
}
.donate-form .form .tip.fade:hover:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
.donate-form .form .tip.fade:hover:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
    .donate-form .form .frq a {
        width: 48%;
        margin: 0 0 1em 0;
        float: left;
        font-size: 14px;
        font-size: 1.4rem;
    }
    .donate-form .form .frq a:last-child {
        float: right;
    }
}
@media (max-width: 768px) {
    .donate-form .form .memory a {
        width: 100%;
        margin: 0 0 1em 0;
    }
}
.donate-form .form .submit {
    float: none;
    display: block;
    padding: 20px 0;
    width: 100%;
    max-width: 300px;
    height: auto;
    line-height: normal;
    margin: 20px auto;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    .donate-form .form .submit {
        max-width: 100%;
    }
}
.donate-form .form .small {
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
}
.donate-form .form ul li .small {
    color: #222;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4em;
}
.donate-form .form .gform_wrapper .gform_fields .gfield {
    margin: 0;
}
.donate-form .form .gform_wrapper .gform_fields .gfield .selectric-ginput_card_expiration_year {
    float: right !important;
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.address_line_1 {
    margin-bottom: 10px;
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.address_city, .donate-form .form .gform_wrapper .gform_fields .gfield span.address_state, .donate-form .form .gform_wrapper .gform_fields .gfield span.address_zip {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    padding-right: 2%;
    width: 32%;
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields .gfield span.address_city, .donate-form .form .gform_wrapper .gform_fields .gfield span.address_state, .donate-form .form .gform_wrapper .gform_fields .gfield span.address_zip {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
    }
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.address_zip {
    padding-right: 0;
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.ginput_full {
    margin-bottom: 10px;
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.ginput_cardinfo_left {
    width: 66.5%;
    float: left;
    margin-bottom: 10px;
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields .gfield span.ginput_cardinfo_left {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
    }
  .donate-form .form .gform_wrapper .gform_fields .gfield span.ginput_cardinfo_left .selectric-wrapper {
        width: 100%;
        display: block;
    }
  .donate-form .form .gform_wrapper .gform_fields .gfield span.ginput_cardinfo_left .selectric-wrapper.selectric-ginput_card_expiration_month {
        margin: 0 0 10px 0;
    }
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.ginput_cardinfo_right {
    width: 32.5%;
    float: right;
    margin-bottom: 10px;
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields .gfield span.ginput_cardinfo_right {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
    }
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.name_first {
    display: inline-block;
    width: 49%;
    padding: 0;
    float: left !important;
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.name_first:after {
    right: 0;
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields .gfield span.name_first {
        width: 100%;
        display: block;
        margin: 0 0 10px 0;
    }
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.name_last {
    display: inline-block;
    width: 49%;
    padding: 0;
    float: right !important;
}
.donate-form .form .gform_wrapper .gform_fields .gfield span.name_last:after {
    right: 0;
}
@media (max-width: 1008px) {
  .donate-form .form .gform_wrapper .gform_fields .gfield span.name_last {
        width: 100%;
        display: block;
        margin: 0;
    }
}
.donate-form .form .gform_wrapper .gform_fields .gfield .validation_message {
    clear: both;
}
.donate-form .form .gform_wrapper .gform_fields .gfield.gfield_contains_required .ginput_container:after {
    background-color: #0080cc;
}
.donate-form .form .gform_wrapper .gform_fields .gfield.gfield_contains_required .ginput_container[class*="gf_name_has"] span:after {
    background-color: #0080cc;
}
.donate-form .form .gform_wrapper .gform_fields .gfield.in-memory-of ul.gfield_radio li {
    display: inline-block;
    float: left;
}
.donate-form .form .gform_wrapper .gform_fields .gfield.in-memory-of ul.gfield_radio li:not(:first-child) {
    margin-left: 10px;
}
@media (max-width: 768px) {
  .donate-form .form .gform_wrapper .gform_fields .gfield.in-memory-of ul.gfield_radio li {
        width: 100%;
    }
  .donate-form .form .gform_wrapper .gform_fields .gfield.in-memory-of ul.gfield_radio li:not(:first-child) {
        margin-left: 0;
    }
  .donate-form .form .gform_wrapper .gform_fields .gfield.in-memory-of ul.gfield_radio li label {
        width: 100%;
    }
}
.donate-form .form .gform_wrapper .gform_fields .gfield.donation-frequency ul.gfield_radio li {
    display: inline-block;
    float: left;
}
.donate-form .form .gform_wrapper .gform_fields .gfield.donation-frequency ul.gfield_radio li:not(:first-child) {
    margin-left: 10px;
}
@media (max-width: 768px) {
  .donate-form .form .gform_wrapper .gform_fields .gfield.donation-frequency ul.gfield_radio li {
        width: 48%;
        display: block;
        margin: 0 0 1em 0;
    }
  .donate-form .form .gform_wrapper .gform_fields .gfield.donation-frequency ul.gfield_radio li:not(:first-child) {
        margin-left: 0;
        float: right;
    }
  .donate-form .form .gform_wrapper .gform_fields .gfield.donation-frequency ul.gfield_radio li label {
        width: 100%;
        font-size: 1.4rem;
    }
}
.donate-form .form h4 {
    display: none;
}
.donate-form .form .hidden-total-amount {
    display: none !important;
}
.donate-form .form .gfield_creditcard_warning_message {
    display: none;
}
@media (max-width: 1008px) {
    .donate-form .form ul.gfield_radio.amount li {
        width: 49%;
        display: block;
        margin: 0 0 1em 0;
    }
    .donate-form .form ul.gfield_radio.amount li:last-child {
        width: 100%;
    }
}
@media (max-width: 1008px) {
    .donate-form .form ul.gfield_radio.amount label {
        width: 100%;
    }
}
.donate-form .form ul.gfield_radio label {
    padding: 12px 15px !important;
    color: #ff00a0 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.8rem;
}
.donate-form .form ul.gfield_radio label:before {
    content: none;
}
.donate-form .form ul.gfield_radio label:after {
    content: none;
}
.schedule .top-bar .text .title {
    color: #0080cc;
}
.schedule .schedule-section .day .name {
    color: #0080cc;
}
.schedule .schedule-section .day .event .time {
    color: #0080cc;
}
@media screen and (max-width: 1008px) {
    .schedule .schedule-section .day .name {
        background: #0080cc;
        color: #fff;
    }
}
