@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
 * Webasyst Default 3.0 theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2015 Webasyst LLC
 * @package Webasyst
 */

/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

/* Common HTML elements, fonts, and colors
------------------------------------------ */



.font-lato {
font-family: 'Lato', sans-serif;
}
*{ box-sizing: border-box; }
html,
body { width: 100%; max-width:3000px; margin:auto auto; min-height: 100%; font-family: 'Raleway', sans-serif; font-size: 13px; line-height: 1.4em; overflow-x:hidden; color:#222;}
a { color: #006bd8; outline:0 none; text-decoration: none; }
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
a img { border: 0; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote, figure { margin-bottom: 20px; font-family: 'Raleway', sans-serif;}
h1 { font-size: 2.6em;    }
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3 { line-height:1.2em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }
input, textarea, select { margin:0; }
input, textarea { font-size: 1em; color: #000; }
select { max-width: 100%; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
pre {margin-top: 16px; font-size: 90%; line-height: 24px; color: rgba(0,0,0,.75); background: rgba(0,0,0,.03); padding: 16px 20px;word-wrap: normal;}
blockquote { color: rgba(0,0,0,.6); font-size:0.9em; font-style: italic; border-left: 1px solid rgba(0,0,0,.1);padding-left: 24px; background: #eee; }
blockquote cite { font-size: 0.9em; }
hr { background-color: rgba(0,0,0,0.15); height: 1px; border: 0; }
p, span { width: 100% }
p a { text-decoration: underline; }
input::-webkit-input-placeholder { color: #bbb; }
input:-moz-placeholder,
input::-moz-placeholder { color: #bbb; }
input:-ms-input-placeholder { color: #bbb; }
label, button { cursor: pointer; }
section {padding-top:70px;padding-bottom:70px;}
p { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
svg { min-width:14.5px; min-height:14.5px;}
/* Misc elements
---------------- */
a.uk-link-heading:hover {
    color:#01334d;
}
.uk-checkbox:checked, .uk-checkbox:indeterminate, .uk-radio:checked, .uk-checkbox:focus, .uk-radio:focus {
    background-color: #7fdb60;
    border-color: transparent;
}
.overflow-hidden { overflow: hidden; }
.block { padding: 25px 30px; }
.inline { display: inline !important; }
.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.1em; }
.bold { font-weight: bold; }
.strike { text-decoration: line-through; }
.highlighted { background:  #ffc; }
.hint { color: #aaa; font-size: 0.9em; }
.hint a,
.hint:visited,
.hint a:visited { color: #888; }
.gray .dropdown ul
.gray a,
.gray:visited,
.gray a:visited { color: #888; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.shadowed { -moz-box-shadow: 0 5px 15px #aaa; -webkit-box-shadow: 0 5px 15px #aaa; box-shadow: 0 5px 15px #aaa; }
.nowrap { white-space: nowrap; }
.hr { border-top: 1px solid #ccc; margin-bottom: 15px; }
.uppercase { text-transform: uppercase; }
.blurred { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }
.userpic { border-radius: 50%; background-size: auto; }
.width-250 {width:250px;}

.container { margin: 0 auto; padding: 0; }
.container:before,
.container:after { content: " "; clear: both; }

.content-wrapper {
    margin: auto;
    display: block;
    width: 1100px;
}
@media screen and (max-width:1024px) {
    .content-wrapper {
        margin: auto;
        display: block;
        width: 100%;
    }
}
.border-block {
    border: 1px solid #01334D;
    box-sizing: border-box;
}
.green-shadow {
    box-shadow: 10px 10px 0px #7FDB60;
}
.breadcrumbs { padding: 5px 0; font-size: 0.9em; }
.breadcrumbs a { color: #aaa; }
.breadcrumbs span.rarr { color: #ccc; margin: 0 3px; }

.tags { line-height: 1.6em; }
.tags a { color: green !important; display: inline !important; padding: 0 4px !important; }
.tags a:hover { color: red !important; }

.welcome { text-align: center; background: url('img/welcome.png') no-repeat; background-position: top center; padding-top: 300px; background-size: 256px 256px; margin-bottom: 30px; }
.welcome h1 { font-weight: normal; font-size: 2em; }

.staff { background: #eeb; padding: 1px 4px !important; color: #345; font-size: 0.9em; border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; white-space: nowrap; }

.wa-flex-box { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
.wa-flex-box.middle { -webkit-box-align: center; -moz-box-align: center; -o-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.wa-flex-box.wrap { -webkit-box-lines: multiple; -moz-box-lines: multiple; -o-box-lines: multiple; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.wa-flex-box.full-line { -webkit-box-pack: justify; -moz-box-pack: justify; -o-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.wa-flex-box.fixed { -webkit-box-pack: justify; -moz-box-pack: justify; -o-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.wa-flex-box.fixed.fixed > * { -webkit-flex-basis: 100%; flex-basis: 100%; -webkit-box-flex: 0; -moz-box-flex: 0; -o-box-flex: 0; -ms-box-flex: 0; box-flex: 0; -webkit-flex-grow: 0; flex-grow: 0; }
.wa-flex-box > *.middle { -webkit-align-self: center; align-self: center; -ms-flex-item-align: center; }
.wa-flex-box.space-025 > *:not(:last-child) { margin-right: 0.25rem; }
.wa-flex-box.space-05 > *:not(:last-child) { margin-right: 0.5rem; }
.wa-flex-box.space-075 > *:not(:last-child) { margin-right: 0.75rem; }
.wa-flex-box.space-1 > *:not(:last-child) { margin-right: 1rem; }
.wa-flex-box.space-2 > *:not(:last-child) { margin-right: 2rem; }
.wa-flex-box.space-3 > *:not(:last-child) { margin-right: 3rem; }
.wa-flex-box.space-4 > *:not(:last-child) { margin-right: 4rem; }
.wa-flex-box.space-5 > *:not(:last-child) { margin-right: 0.5rem; }
@media screen and (max-width: 760px) {
    .wa-flex-box.adaptive { -webkit-box-orient: vertical; -moz-box-orient: vertical; -o-box-orient: vertical; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
    .wa-flex-box.adaptive.space-025 > *:not(:first-child) { margin-top: 0.25rem; }
    .wa-flex-box.adaptive.space-025 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-05 > *:not(:first-child) { margin-top: 0.5rem; }
    .wa-flex-box.adaptive.space-05 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-075 > *:not(:first-child) { margin-top: 0.75rem; }
    .wa-flex-box.adaptive.space-075 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-1 > *:not(:first-child) { margin-top: 1rem; }
    .wa-flex-box.adaptive.space-1 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-2 > *:not(:first-child) { margin-top: 2rem; }
    .wa-flex-box.adaptive.space-2 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-3 > *:not(:first-child) { margin-top: 3rem; }
    .wa-flex-box.adaptive.space-3 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-4 > *:not(:first-child) { margin-top: 4rem; }
    .wa-flex-box.adaptive.space-4 > *:not(:last-child) { margin-right: 0; }
    .wa-flex-box.adaptive.space-5 > *:not(:first-child) { margin-top: 0.5rem; }
    .wa-flex-box.adaptive.space-5 > *:not(:last-child) { margin-right: 0; }
}
 .page-hero-image {
     height:100%;
     width:auto;
     max-width:none;
 }
/*Header*/
.globalheader {
    box-shadow:0 0 15px rgba(0,0,0,.1);
}
.top-header a {
    color:#000;
}

.top-logo {
    height:45px;
}
@media screen and (min-width: 1024px) {
    .top-logo {
    height:55px;
    }
}

.social-icons a {
    opacity: 0.8;
    text-decoration:none;
}
.social-icons a:hover {
    opacity: 1;
}
.social-icons a img {
    width:20px;
}

/*Info Page Styles
--------------------*/
.quick-links {
    display:flex;
    align-items:center;
    position: absolute;
    left:0;
    right:0;
    background: rgb(1 51 77 / 70%);
    margin-top: -150px;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    height:100px;
}
.quick-links ul {
    list-style:none;
    display:flex;
    margin:auto auto;
    align-items:center;
    justify-content:space-around;
}
.quick-links ul li {
    margin-right:30px;
}
.quick-links ul li a {
    Color: #fff;
    font-size:120%;
    text-transform:uppercase;
}
/*MOB HEADER*/
#mobile-header {
    display:flex;
    position:fixed;
    width:100%;
    height:75px;
    padding:15px 15px;
    z-index:10009;
    background:#fff;
    align-items:center;
}
#mobile-header .top-logo {
    height:35px;
}
/* Navigation menus
------------------- */
.btn-menu {
    z-index:999;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    width:40px;
    height:40px;
    background:#fff;
    border:none;
    border-radius:50%;
    overflow:hidden;
    padding:0 9px;
}
.btn-menu i, .btn-menu i:before, .btn-menu i:after {
    display:block;
    height:2px;
    width:100%;
    background-color:#01334d;
}
.btn-menu i:before, .btn-menu i:after {
    content: " ";
}
.btn-menu i:before {
    -webkit-transform:translateY(-7px);
        -ms-transform:translateY(-7px);
            transform:translateY(-7px);
}
.btn-menu i:after {
    -webkit-transform:translateY(5px);
        -ms-transform:translateY(5px);
            transform:translateY(5px);
}
#offcanvas-nav-primary {
    z-index:100000;
}
.uk-offcanvas-bar {
    left:200px;
    background:#fff;
    color:#000;
}
.uk-offcanvas-bar .uk-close {
    color:#000;
}
.uk-offcanvas-bar a {
    font-family:'lato', Sans-serif;
    font-weight:700;
}
.uk-offcanvas-bar .uk-nav-primary>li>a {
    color:#000;
    font-family:'lato', Sans-serif;
    font-weight:700;
}
.uk-offcanvas-bar .uk-nav-primary>li>a:hover {
    color:#01334d;
}
.uk-offcanvas-bar .uk-nav-primary>li.uk-active>a {
    color:#7fdc60;
}
.font-large {
    font-size:120%;
}
.font-16 {
    font-size:16px;
    line-height:21px;
}
.font-18 {
    font-size:18px;
    line-height:23px;
}
.font-20 {
    font-size:20px;
    line-height:25px;
}
.font-25 {
    font-size:25px;
    line-height:30px;
}
.font-30 {
    font-size:30px;
    line-height:30px;
}
.font-weight-900 {
    font-weight:900!important
}
.color-white {
    color:#fff;
}
.color-blue {
    color:#01334d;
}
.color-green {
    color: #7FDB60;
}
.bg-green {
    background-color: #7FDB60;
}
.bg-blue {
   /* background-color:#01334d;*/
    background: rgba(2, 51, 77, 1.0);
background: -webkit-linear-gradient(top left, rgba(2, 51, 77, 1.0), rgba(1, 56, 84, 1.0));
background: -moz-linear-gradient(top left, rgba(2, 51, 77, 1.0), rgba(1, 56, 84, 1.0));
background: linear-gradient(to bottom right, rgba(2, 51, 77, 1.0), rgba(1, 56, 84, 1.0));
}
.bg-grey {
    background-color:#EBEBEB;
}
.bg-white {
    background-color:#fff;
}
.blue-overlay {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:#01334D;
    opacity:.6;
}


.uk-navbar-nav>li>a {
    color:#000;
    min-height:unset;
    font-size:14px;
    padding:0px;
    padding-bottom:15px;
}
.uk-nav>li>a {
    min-height:unset;
    font-size:14px;
}
.uk-navbar-nav>li.uk-active>a {
    color:#7FDB60;
    border-bottom:4px solid #7FDB60;
}
.uk-navbar-nav>li>a.parent-link{
    position:relative;
}
.uk-navbar-nav>li>a.parent-link:after {
    content:"";
    position:absolute;
    right:-15px;
    display:block;
    width:8px;
    height:6px;
    background:url(/wa-data/public/site/themes/cscg2022/img/parent-link-icon-min.svg) center center no-repeat;
    background-size:contain
}
.main-nav>li>a {
    min-height:unset;
    color: #7fdc60!important;
    text-transform: uppercase;
    /*font-size:1rem;*/
    transition: .3s ease-in-out;
    transition-property: color,background-color;
}
.main-nav>li>a:hover {
    color: #01334d!important;
    background:#7fdc60!important;
}


.uk-h1, .uk-h2,.uk-h3,.uk-h4,.uk-h5,.uk-h6{
    font-family: 'Raleway', sans-serif;
}

.cta-buttons {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:70%;
    -ms-flex-pack:distribute;
        justify-content:space-around;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    min-height:130px;
    
}
.uk-modal {
        z-index:100500;
    }
@media (max-width:640px) {
    .cta-buttons {
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        width:100%;
    }
}
/*BUTTONS*/ 
.btn-chat {
    position:fixed;
    width:70px;
    height:70px;
    background: url(/wa-data/public/site/themes/cscg2022/img/btn-chat-min.svg) center no-repeat #7FDB60;
    bottom:10%;
    right:5%;
    border-radius:50%;
    z-index:1000000;
    box-shadow:2px 2px 10px rgba(0,0,0,.4);
    
}
.btn-blue-border {
    display:block;
    padding: 10px;
    border: 1px solid #01334D;
    color:#01334D;
    text-align:center
}
.btn-blue-border:hover {
    text-decoration:none;
}
.btn-white-border {
    display:inline-block;
    text-align:center;
    min-width:180px;
    padding: 10px;
    border: 1px solid #fff;
    color:#fff;
    transition:1s;
}
.btn-white-border:hover {
    text-decoration:none;
    
}
.btn-blue, .btn-green {
    text-align:center;
    overflow: hidden!important;
    font-weight:700;
    font-family:'Lato', Sans-serif;
    padding:10px;
    text-decoration:none!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; 
}
.btn-blue {
    color:#fff;
    background:#01334d;
}
.btn-blue:hover {
    color:#fff;
}

.btn-green {
    color:#01334d!important;
    background:#7fdc60;
}
.btn-green:hover {
    color:#fff;
}
#region-links .btn-green {
    font-size:20px;
}

.btn-border-light {
    color:#fff;
    background:transparent;
    border:1px solid #fff;
    text-transform:uppercase;
    text-decoration:none!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn-border-light:hover {
    color:#01334d;
    background:#fff;
    
}

.btn-light-blue {
    font-size:1rem;
    padding:10px;
    color:#01334d;
    background:transparent;
    border:1px solid #01334d;
    text-transform:uppercase;
    text-decoration:none!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-light-blue:hover {
    color:#7fdc60;
    background:#01334d;
}
.btn-light-green {
        display:inline-block;
        border:2px solid #7fdc60;
        color: #7fdc60;
        font-weight:bold;
        text-decoration:none!important;
        padding:10px;
        text-transform:uppercase;
        text-align:center;
        transition:.5s
    }
.btn-light-green:hover {
        background:#7fdc60;
        color: #01334d;
    }

.btn-header {
    text-align:center;
    overflow: hidden!important;
    font-size:1rem;
    padding:15px;
    color:#01334d!important;
    background:#7fdc60;
    text-decoration:none!important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; 
}
.btn-header:hover {
    background:#01334d!important;
    color:#7fdc60!important;
}
.btn-big {
    justify-content: center;
    align-items: center;
    display: flex;
    padding:20px;
}

/*SECTION ELEMENTS*/
.section-padding {
    padding:140px 0;
}
.section-hint {
    display:block;
    font-family: 'Lato', Sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom:30px;
    color: #BDBDBD;
}
.section-heading {
    font-family: 'Raleway', Sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 138.27%;
    color: #01334D;
    margin-bottom:50px;
}
.subheading {
    font-size:25px;
    line-height: 150%;
    padding:10px
}
section .text {
    font-family:'Lato', Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
    color: #000000;
    }

.dark-section:before {
    z-index:1;
    content:"";
    position:absolute;
    display:block;
    top:-1px;
    left: -5px;
    right: -5px;
    height:70px;
    background:url('img/section-before.svg');
    background-position:top right;
    background-repeat: no-repeat;
    background-size:contain;
    
}
.dark-section:after {
    z-index:1;
    content:"";
    position:absolute;
    display:block;
    bottom: -1px;
    left: -5px;
    right: -5px;
    height:70px;
    background:url('img/section-after.svg');
    background-position:bottom left;
    background-repeat: no-repeat;
    background-size:contain;
}

.dark-section-after:after {
    z-index:1;
    content:"";
    position:absolute;
    display:block;
    bottom: -1px;
    left: -5px;
    right: -5px;
    height:70px;
    background:url('img/section-after.svg');
    background-position:bottom left;
    background-repeat: no-repeat;
    background-size:contain;
}

.cat-heading, .cat-heading *{
    background:#01334d;
    color:#7fdc60!important;
}

.cat-heading:after {
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    bottom: -1px;
    left: -5px;
    right: -5px;
    height: 70px;
    background: url(img/section-after.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
}
@media screen and (max-width: 640px) {
    .section-padding {
        padding:70px 15px;
    }
    section .text {
    font-size: 14px;
    line-height: 22px;

    }
}
@media screen and (max-width: 1100px) {
    .content-wrapper {
        width:100%
    }
    section {
        padding-left:15px;
        padding-right:15px;
    }
    .section-padding {
        padding-left:15px;
        padding-right:15px;
    }
    .section-heading {
        font-size:30px;
    }
}

/*Main Banner*/
#main-banner {
    padding:0px 0 0;

}
@media screen and (max-width: 960px) {
    #main-banner {
        padding:0
    }
}

.home-screen h1 {
    font-size:48px;
}

@media  (max-width: 748px) {
    .home-screen h1 {
    font-size:35px;
    }
    .home-screen {
        background-position: 60% center;
    }
}
@media  (max-width: 480px) {
    .home-screen h1 {
    font-size:25px;
    }
}
.home-bullets-line {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    
}
.home-bullets-line span {
    width:auto;
    color:#222222;
    font-family: 'Lato', Sans-serif;
    font-size:16px;
    margin:10px 0px;
    padding:0px 20px;
    font-weight:bold;
    text-align:center;
}
@media  (min-width: 760px) {
.home-bullets-line span:not(:last-child){
        border-right: 2px solid #222222;
    }
}

/*About section*/
h2:after {
    content:inherit;
}


.cscg-list {
    list-style:none;
    padding-left:0;
    
  
}
.cscg-list li {
    position:relative;
    padding-left:30px;
    color:#222222;
    font-family: 'Lato', Sans-serif;
    font-size:14px;
    font-weight:700;
    padding-bottom:7px;

    
}
.cscg-list li:before {
    position:absolute;
    content: '' ;
    background-color: #7fdc60;
    width:7px;
    height:7px;
    border-radius:50%;
    top:5px;
    left:0;
    display:block;
}

.about-bullets .about-bullets__bullet {
    background: rgba(0,0,0,.05);

    padding:15px;
    /*border: 1px solid #01334d;*/
    border-radius:5px;
    box-shadow:0 0 10px rgba(0,0,0,.02);
}
.about-bullets .about-bullets__bullet p.bullet__header {
    font-size:16px;
    color:#7fdc60;
}

/*Advantages section*/
 .advantage-list {
     
 }
 
 ul.advantage-list li {
     display:-webkit-box;
     display:-ms-flexbox;
     display:flex;
     margin-top:20px;
     height:100px;
 }
 ul.advantage-list li .advantage-icon {
     height:100px;
 }
 ul.advantage-list li .advantage-icon svg {
     height:60px;
     width:60px;
 }
 ul.advantage-list li .advantage-text {
     height:100px;
 }
 ul.advantage-list li *> h4 {
     /*color:#fff;*/
     margin-bottom:5px;
 }
 ul.advantage-list li *> p {
     margin-bottom:0;
     /*color:rgba(255,255,255,.7);*/
     color:#01334d
 }
 ul.advantage-list li *> path {
    fill:#7fdc60 
 }
 @media (max-width:1200px) {
     ul.advantage-list li .advantage-text {
         font-size:80%;
    }
 }
 @media (max-width:1000px) and (min-width:960px) {
     ul.advantage-list li .advantage-text {
         font-size:70%;
    }
 }

/*Directions section*/

.direction-card {
    min-height: 300px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    position:relative;
    padding:40px;
    overflow:hidden;

}


.direction-card * {
   -webkit-transition:1s;
    -o-transition:1s;
    transition:1s;
}


.direction-card__overlay {
    opacity:0;
    background-color:rgba(1, 51, 77, .7);
    position:absolute;
    pointer-events: none;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.direction-card:hover .direction-card__overlay {
    opacity:1;
}
.direction-card__border {
    background:transparent;
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}

.direction-card__caption {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    color:#fff;
    transform: translateY(69%);
    min-height:200px;
}
.direction-card:hover .direction-card__caption {
    transform: translateY(0%);
}
.direction-card__caption ul.direction-card__list {
    font-size:0.85rem;
    text-align:left;
}
.direction-card__caption ul.direction-card__list li {
    margin-top:0;
    display:flex;
}
.direction-card__caption ul li a {
    color: rgba(255,255,255,.75);
    text-decoration: none;
    position:relative;
    transition:.5s;
}

.direction-card__caption ul li a:hover {
    color: rgba(255,255,255,1);
}
.direction-card__caption ul li a:after{
    content:'';
    height:1px;
    width:0;
    background:#fff;
    bottom:0;
    left:0;
    position:absolute;
    transition:.5s;
}
.direction-card__caption ul li a:hover:after{
    width:100%;
}



.direction-card__heading {
    margin-bottom:0;
    font-family: 'Raleway', Sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 150%;
    color: #FFFFFF;
    text-shadow:2px 2px 2px rgba(0,0,0,.5);
}

.direction-card__heading { -webkit-transition: .5s; -o-transition: .5s; transition: .5s}
.direction-card:hover .direction-card__heading {color:#fff;margin-bottom:0;}

.direction-card__hint {
    font-family: 'Lato', Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    transform: translateY(0);
    -webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s
}
.direction-card:hover .direction-card__hint {
    opacity:0;
    transform: translateY(-150%);
}

.direction-card__text {
    font-family: 'Lato', Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity:0;
    transform:translateY(250%);
    -webkit-transition: all 1s ease-in-out ; 
    -o-transition: all 1s ease-in-out; 
    transition: all 1s ease-in-out
    }
.direction-card:hover   .direction-card__text  {
    opacity:1;
    transform:translateY(-20px);
} 


.direction-card  .direction-card__caption a {
    width:100%;
}
@media (min-width:640px) {
    
    .direction-card {
        height:300px;
        
    }

    
}
@media (max-width:639px) {
    .direction-card {
        padding:20px;
    }
}

/*Advantage Cards*/
.advantage-card {
    height: 255px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    position:relative;
    padding:40px;
    overflow:hidden;
    background-color:#7FDB60;
    background-repeat: no-repeat;


}


.advantage-card * {
   -webkit-transition:1s;
    -o-transition:1s;
    transition:1s;
}


.advantage-card__overlay {
    opacity:0;
    background-color:rgba(1, 51, 77, 1);
    position:absolute;
    pointer-events: none;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.advantage-card:hover .advantage-card__overlay {
    opacity:1;
}
.advantage-card__border {
    background:transparent;
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}

.advantage-card__caption {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    color:#fff;

    
}
.advantage-card:hover .advantage-card__caption {
    
}
.advantage-card__caption ul.advantage-card__list {
    font-size:0.85rem;
    text-align:left;
}
.advantage-card__caption ul.advantage-card__list li {
    margin-top:0;
    display:flex;
}


.advantage-card__heading {
    margin-bottom:20px;
    font-family: 'Lato', Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    color:  #222222;
    text-transform:uppercase;
}

.advantage-card__heading { -webkit-transition: .5s; -o-transition: .5s; transition: .5s}
.advantage-card:hover .advantage-card__heading {color:#fff;margin-bottom:0; opacity:0;}

.advantage-card__hint {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    transform: translateY(0);
    -webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s
}
.advantage-card:hover .advantage-card__hint {
    opacity:0;
    transform: translateY(-150%);
}

.advantage-card__text {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity:0;
    transform:translateY(15%);
    -webkit-transition: all 1s ease-in-out ; 
    -o-transition: all 1s ease-in-out; 
    transition: all 1s ease-in-out
    }
.advantage-card:hover   .advantage-card__text  {
    opacity:1;
    transform:translateY(0px);
} 


.advantage-card  .advantage-card__caption a {
    width:100%;
}
@media (max-width: 400px) {
    .advantage-card {
        height: 200px;
    }
    .advantage-card__text {
        font-size:11px;
    }
}    
@media (max-width: 640px) {
    .uk-child-width-3-4\@xs>* {
        width: 75%;
    }
}
@media (max-width:639px) {
    .advantage-card {
        padding:20px;
    }
}

/*services*/
.service-block {
    color:#000;
    display: flex;
    flex-wrap:wrap;
    padding-bottom:30px;
    border-bottom: 2px solid #fff;
    margin-bottom:20px;
}
.service-block:last-of-type {
    border:none;
}
.service-block .service-img {
    padding:20px;
}
.service-block .service-desc {
    display:flex;
    align-items:center;
}
.service-block .service-desc p {
    font-family: 'Raleway', Sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;

}
.service-block .service-bullets {
    counter-reset:li;
    display:flex;
    flex-wrap:wrap;
    list-style:none;
    padding-left: 0;
   /* justify-content: space-between;*/
}
.service-block .service-bullets li {
    position:relative;
    padding:10px;
    font-family: 'Lato', Sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    margin-top:25px;
}
.service-block .service-bullets li:before {
    content: counter(li);
    counter-increment:li ;
    position: absolute;
    top: -30px;
    color: #7FDB60;
    font-size: 33px;
    font-weight: bold;
    text-shadow: 4px 4px 5px rgba(1, 51, 77, 0.2);
}
@media (min-width:1100px) {
    .project-group li:nth-of-type(-n+4) {
        width:12%;
    }
}
@media (max-width:768px) {
    .service-block .service-desc {
        padding:10px;
    }
    .service-block .service-desc p {
        font-size: 18px;
        line-height: 22px;
    }
    .service-block .service-bullets {
        margin:0;
    }
    .service-block .service-bullets li {
        padding: 10px 0 10px 35px;
        margin-top:10px;
    }
    .service-block .service-bullets li:before {
        top: 15px;
        left:0;

    
    }
}

#services .service__Item {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    height:50px;        
    /*justify-content:center;*/
}
#services .service__Icon {
    width:20%;
    max-width:40px;
    fill:#7fdc60
}
#services .service__Name {
    position: relative;
    color:rgba(255,255,255,.7);
    text-transform:uppercase;
    font-size:16px;
    font-weight:500;
    padding:15px;
}

#services .services__Form {
    height: 400px;
}
@media (max-width:640px) {
    #services .services__Form {
        height: 500px;
    }
}

.hover-y{
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}
.hover-y:hover {
    -webkit-transform:translateY(5%);
        -ms-transform:translateY(5%);
            transform:translateY(5%);
    
}
/*PARTNER CARD*/
/*Directions section*/

.partner-card {
    min-height: 350px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    position:relative;
    padding:40px;
    overflow:hidden;

}


.partner-card * {
   -webkit-transition:1s;
    -o-transition:1s;
    transition:1s;
}


.partner-card__overlay {
    opacity:0;
    background-color:rgba(1, 51, 77, .7);
    position:absolute;
    pointer-events: none;
    top:0;
    bottom:0;
    left:0;
    right:0;
}

.partner-card:hover .partner-card__overlay {
    opacity:1;
}
.partner-card__border {
    background:transparent;
    width:100%;
    height:100%;
    overflow:hidden;
    position:relative;
}

.partner-card__caption {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    color:#fff;
   /* transform: translateY(60%);*/
    min-height:200px;
}
.partner-card:hover .partner-card__caption {
    transform: translateY(0%);
}
.partner-card__caption ul.partner-card__list {
    font-size:0.85rem;
    text-align:left;
}
.partner-card__caption ul.partner-card__list li {
    margin-top:0;
    display:flex;
}


.partner-card__heading {
    margin-bottom:0;
    font-family: 'Raleway', Sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 150%;
    color: #FFFFFF;
    position:absolute;
    bottom:0;
}

.partner-card__heading { -webkit-transition: .5s; -o-transition: .5s; transition: .5s}
.partner-card:hover .partner-card__heading {color:#fff;margin-bottom:0;}

.partner-card__hint {
    font-family: 'Lato', Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    transform: translateY(0);
    -webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s
}
.partner-card:hover .partner-card__hint {
    opacity:0;
    transform: translateY(-150%);
}

.partner-card__text {
    font-family: 'Lato', Sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    opacity:0;
    transform:translateY(250%);
    -webkit-transition: all 1s ease-in-out ; 
    -o-transition: all 1s ease-in-out; 
    transition: all 1s ease-in-out
    }
.partner-card:hover   .partner-card__text  {
    opacity:1;
    transform:translateY(0);
} 


.partner-card  .partner-card__caption a {
    width:100%;
}
@media (min-width:640px) {
    
    .partner-card {
        height:370px;
        
    }

    
}
@media (max-width:639px) {
    .partner-card {
        padding:20px;
    }
}

/*LETTER SLIDER*/

            #letters-slider {
                padding: 100px 0
            }
            #letters-slider .slick-list {
                overflow:unset!important;
            }
            #letters-slider .slick-prev {
                transform: scale(2);
                left: 15px;
                z-index: 10000;
            }
            #letters-slider .slick-next {
                transform: scale(2);
                right: 15px;
                z-index: 10000;
            }
            #letters-slider .slick-prev:before, #letters-slider .slick-next:before  {
                color:#7FDB60
            }
            .slick-slide {
                transition: .5s
            }
            .slick-center {
                transform: scale(1.15)
            }
            .slick-center img {
                
                transform: scale(1.25)
            }
            @media (max-width: 960px) {
                #letters-slider {
                    padding: 60px 0
                }  
                #letters-slider .slick-slide {
                        padding: 0 50px;
                }
                .slick-center img {
                    transform: scale(1.3)
                }
            }
            
            @media (max-width: 768px) {
                #letters-slider {
                    padding: 60px 0
                }  
                #letters-slider .slick-slide {
                        padding: 0 30px;
                }
                .slick-center img {
                    transform: scale(1.4)
                }
            }
            @media (max-width: 480px) {
                #letters-slider {
                    padding: 60px 0
                }  
                #letters-slider .slick-slide {
                        padding: 0 30px;
                }
                .slick-center img {
                    transform: scale(1.6)
                }
            }
            @media (max-width: 380px) {
                #letters-slider {
                    padding: 60px 0
                }  
                #letters-slider .slick-slide {
                        padding: 0 40px;
                }
                .slick-center img {
                    transform: scale(1)
                }
            }


/*WORKFLOW*/

#workflow {
    
}

.workflow-steps {
    counter-reset:li;
    height:-webkit-max-content;
    height:-moz-max-content;
    height:max-content;
    min-height:300px;
    margin:0 auto;
    
}
.workflow__Step {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:column;
    position:relative;
    justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    border-radius:10px;
    padding:10px;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.workflow__Step:before {
    content: counter(li);
    counter-increment: li;
    position:absolute;
    right:10%;
    color:#7fdc60;
    font-size:17rem;
    font-weight:bold;
    opacity:.3;
}
.workflow__Step>p {
    color:#01334d;
    padding:5px;
    z-index:1;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.workflow__Step:hover {
    background:#01334d;
}
.workflow__Step:hover p {
    color:#fff;
}
/*.workflow__Step:after {
    content:"";
    position:absolute;
    background-color:#01334d;
    border-radius:50%;
    width:150px;
    height:150px;
    right:50%;
    top:50%;
    opacity:.1;
}*/
@media (max-width:1024px) {
    .workflow__Step:before {
        font-size:10rem;
    }
}
@media (max-width:640px) {
    .workflow__Step:before {
        font-size:7rem;
    }
}


.workflow-steps-2 {
    counter-reset:li;
    height:-webkit-max-content;
    height:-moz-max-content;
    height:max-content;
    min-height:250px;
    margin:0 auto;
    margin-left:-15px;
    
}
.workflow__Step-2 {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:column;
    position:relative;
    justify-content:space-between;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    background-color:#fff;
    height:100%;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.workflow__Step-2:before {
    content: counter(li);
    counter-increment: li;
    position:absolute;
    top:76px;
    right:2%;
    color:#7fdc60;
    font-size:11rem;
    font-weight:bold;
    opacity:.2;
    font-family:'Raleway', sans-serif;
}
.workflow__Step-2>p {
    color:#01334d;
    padding:15px;
    padding-top:50px;
    z-index:1;
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
    /* or 21px */
    
    letter-spacing: 0.1em;
    text-transform: uppercase;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}

.workflow__Step-2:hover {
    background:#01334d;
}
.workflow__Step-2:hover p {
    color:#fff;
}
/*.workflow__Step:after {
    content:"";
    position:absolute;
    background-color:#01334d;
    border-radius:50%;
    width:150px;
    height:150px;
    right:50%;
    top:50%;
    opacity:.1;
}*/
@media (max-width:1024px) {
    .workflow__Step-2:before {
        font-size:10rem;
    }
}
@media (max-width:640px) {
    .workflow__Step-2:before {
        font-size:7rem;
    }
}
/*FAQ*/
    .uk-accordion-title {
        font-family:'Lato', Sans-serif;
        font-size:14px;
        font-weight:700;
        padding:30px 50px;
    }
    .bottom-form {
    padding: 100px 0 100px 100px;
    }
@media (max-width:640px) {
    .uk-accordion-title {
        padding:20px 50px 20px 20px;
    }
    .bottom-form {
        padding: 0 ;
        background:none!important;
    }
}
@media (max-width:1100px) {
    .uk-accordion-title {
        padding:20px 50px 20px 20px;
    }
    .bottom-form {
        padding: 50px 0 ;
    }
}

/*vacancies*/
ul.product-list li a  {
    text-decoration:none;
    -webkit-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
ul.product-list li a:hover {
    -webkit-box-shadow: 2px 2px 10px rgba(0,0,0,.3);
            box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}

ul.product-list li a .offers span {
    position:relative;
    padding-right:20px;
}
ul.product-list li a .offers span:after {
    content:"";
    position:absolute;
    width:10px;
    height:20px;
    right:0;
    top:50%;
    -webkit-transform:translatey( -50%);
        -ms-transform:translatey( -50%);
            transform:translatey( -50%);
    background: url(/wa-data/public/site/themes/cscg2022/img/vac-right-aar-min.svg)center center no-repeat;
}


.description ul {
    list-style:none;
    padding-left:0;
    
  
}
.description ul li {
    position:relative;
    padding-left:30px;
    color:#222222;
    font-family: 'Lato', Sans-serif;
    font-size:15px;
    font-weight:400;
    padding-bottom:7px;

    
}
.description ul li:before {
    position:absolute;
    content: '' ;
    background-color: #7fdc60;
    width:7px;
    height:7px;
    border-radius:50%;
    top:5px;
    left:0;
    display:block;
}

/*BLOG*/

#blog *> .post h3 {
    margin-bottom:10px;
}

#blog *> .post h3 a{
   color: #01334d;
   text-transform:uppercase;
}
#blog *> .post .credentials {
    color: #7fdc60
}

/*FOOTER*/
footer.dark-footer {
    background-color:#01334d;
    position:relative;
}

footer.dark-footer:before {
    content:"";
    position:absolute;
    top:-2px;
    left: -5px;
    right: -5px;
    height:70px;
    background:url('img/section-before.svg') no-repeat top right;
    background-size:contain;
    
}

.footer-logo {
    display:block;
    position:relative;
    width:150px;
    height:160px;
}
footer a.footer-logo img {
    width:auto;
    height:100%;
}
.social-links a:nth-child(1):hover {
    background:#3578E5;
    color:#fff;
}
.social-links a:nth-child(2):hover {
    background: #FECD02;
    background: -webkit-linear-gradient(bottom left, #FECD02, #1F01E0);
    background: -moz-linear-gradient(bottom left, #FECD02, #1F01E0);
    background: linear-gradient(to top right, #FECD02, #1F01E0);
    color:#fff;
}
.social-links a:nth-child(3):hover {
    background:#f00;
    color:#fff;
}


/*CONTACT PAGE*/
.contact-block {
    padding-left:30px;
}

.contact-hover {
    border-bottom:1px solid rgba(0,0,0,.1);
    font-size:120%;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    
}
.contact-hover h4 {
    margin-bottom:10px;
}
.contact-hover *:not(h4) {
    -moz-transition:.3s;
    -webkit-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
    position:relative;
    padding-left:15px;
    color:#000;
    font-family:'Lato', Sans-serif;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing: 0.1em;
}
.contact-hover >p::before {
    position:absolute;
    content: '' ;
    background-color: #7fdc60;
    width:7px;
    height:7px;
    border-radius:50%;
    top:5px;
    left:0;
    display:block;
 
}
.contact-hover h4 {
   color:#01334d; 
}
.contact-hover:hover {
    background:#01334d;
}
.contact-hover:hover h4 {
    color: #7fdc60;
    text-decoration:none;
}
.contact-hover:hover p {
    
    -moz-user-select: text; 
    -webkit-user-select: text; 
    -ms-user-select: text; 
    -o-user-select: text; 
    user-select: text;
    color: #fff;
    text-decoration:none;
}

@media (max-width:648px) {
    .contact-block {
        padding-left:0;
        margin-top:20px;
    }
}
@media (max-width:480px) {
    .contact-map {
        height:300px;
    }
}

/*ERROR PAGE*/
.error-block {

}
.error-block h1 {
    font-size:20rem;
    font-weight:bold;
    color: #7fdc60;
    opacity:.3;
}
@media screen and (max-width:640px) {
  .error-block h1 {
    font-size:12rem;
    }  
}

/*HELP PAGE*/

.flip-card {
  position: relative;
}

.card__front,
.card__back {
  position: absolute;
}

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.card__front {
}

.card__back {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.flip-card.effect__hover:hover .card__front {
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}

.flip-card.effect__hover:hover .card__back {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}


.step__center-line {
    position:absolute;
    width:1px;
    height:100%;
    margin:0 auto;
   /* background:#01334d;*/
}
.step__body {
    margin-top:20px;
   /* border-top: 1px solid #01334d;*/
}

.step__text {
    
   /* border-left: 3px solid #01334d;
    border-right: 3px solid #01334d;
    border-bottom: 3px solid #01334d;
    box-shadow:0px 10px 40px rgba(0,0,0,.1);*/
}
.step__number {
    position:relative;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.step__number span {
   position:absolute;
    /* top:0;*/
    font-size:10rem;
    font-weight:bold;
    text-align:center;
    color:#7fdc60;
    opacity:.6;
}

@media screen and (min-width: 640px) {
    .step__body {
    margin-top:-50px;
    }
}

@media screen and (max-width: 640px) {
    ul.os-advantages li {
        background:none!important;
        padding:0!important;
    }

}
ul.os-advantages li {
    display:flex;
    flex-direction:column;
    justify-content:center;
    
}
ul.os-advantages li h3 {
    margin-bottom: 6px;
    font-family:'Lato', Sans-serif;
    
}
ul.os-advantages li p {
    font-family:'Lato', Sans-serif;
}
ul.os-advantages li:nth-child(odd) {
    padding-left:200px;
    padding-right:100px;
    text-align:left;
}
ul.os-advantages li:nth-child(even) {
    padding-right:200px;
    padding-left:100px;
    text-align:right;
}



/*RECRUIT PAGE*/
.panel {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    position: relative;
    width: 100%;
}
        
.pricing-table {
 /*   -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
            box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}
        
.pricing-table * {
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    text-align: center;
}
        
.pricing-plan {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px;
}
        
.pricing-plan:last-child {
    border-bottom: none;
}
        
        
.pricing-plan-image-box {
    width: 100%;
    display:block;
    position:relative;
    margin-bottom: 20px;
}
.pricing-plan-image-box:before {
            position: absolute;
            content: "";
            width: calc(30% + 50px);
            height: 100%;
            background: rgba(127, 220, 96,.1);
            border-radius: 50%;
        }
.pricing-plan-image-box:after {
            position: absolute;
            content: "";
            width: calc(15% + 25px);
            height: 50%;
            background: rgba(1, 51, 77,.05);
            border-radius: 50%;
        }
.pricing-img {
          margin: 25px;
          max-width: 30%;
        }
        
        
.pricing-header {
            font-family: 'Raleway', sans-serif;
            font-style: normal;
            font-weight: 900;
            font-size: 22px;
            line-height: 150%;
            text-align: center;
            color: #01334D;
            margin-top:30px;
            text-transform: uppercase;
          
        }
        
.pricing-features {
          list-style: none;
          color: #01334d;
          font-weight: 600;
          letter-spacing: 1px;
          margin: 50px 0 25px;
          padding-left: 5px;
          text-transform: uppercase;
        }
        
.pricing-features-item {
          border-top: 1px solid #e6e6e6;
          font-size: 13px;
          line-height: 1.5;
          padding: 15px 0;
          text-align:left;
        }
.pricing-features-item p {
            font-size:11px;
            font-weight:500;
            color:#888;
           text-align:left; 
           margin-bottom:0
        }
        
.pricing-features-item:last-child {
          border-bottom: 1px solid #e6e6e6;
        }
        
.pricing-price {
          color: #01334d;
          display: block;
          font-size: 20px;
          font-weight: 900;
          margin-bottom: 10px;
        }
.pricing-price-explain {
            display:block;
           font-size: 16px; 
           color:#888;
           text-transform: lowercase;
           margin-bottom:20px
        }
        
@media (min-width: 900px) {
    .pricing-plan {
        border-bottom: none;
        border-right: 1px solid #e6e6e6;
        /*flex-basis: 100%;*/
        padding: 25px;
}
        
    .pricing-plan:last-child {
        border-right: none;
    }
    .pricing-price {
        color: #01334d;
        display: block;
        font-size: 30px;
        margin-bottom: 10px;
    }
}
.recruit-steps {
    counter-reset:div;
}
.recruit-steps_step {
    position:relative;
    padding:25px;
    border-radius:15px;
    list-style:none;
    z-index:1;
    -webkit-box-sizing:border-box;
            box-sizing:border-box;
    overflow:hidden;
    box-shadow: 12px 12px 12px rgba(0,0,0,.5), -12px -12px 12px rgba(255,255,255,.05);
    transform-style: preserve-3d;
    transform: perspective(1000px);
}

.recruit-steps_step:after {
    position: absolute;
    content: counter(div);
    counter-increment: div;
    font-size:150px;
    font-weight: 900;
    opacity:.30;
    color:#fff;
    bottom:0;
    right:0;
    width:100px;
    height:100px;
    z-index:0;
    border-radius:85% 0 0 0 ;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    transform: translateZ(120px);          
}
.recruit-steps_step .step-heading {
    color:#fff;
    font-weight:bold;
    position:relative;
   
}
.recruit-steps_step .step_description {
    position:relative;
    z-index:1;
    transform: translateZ(120px);  
}
.recruit-steps_step .step_description ul, .recruit-steps_step .step_description ol {
    color:#fff
}
ul.menu-v { margin: 0; padding: 0; font-family: 'Helvetica Neue', 'Trebuchet MS', Arial, sans-serif; }
ul.menu-v li { list-style: none; padding: 0; line-height: 1.3em; border-bottom: 1px solid rgba(0,0,0,0.1); }
ul.menu-v li a { padding: 13px 30px 13px 16px; display: block; text-decoration: none; }
ul.menu-v li.collapsible { background: url('img/rarr.png') no-repeat; background-position: right center; background-size: 32px 16px; }
ul.menu-v.bottom-padded { margin-bottom: 20px; }
ul.menu-v li .count { float: right; color: #aaa; }
ul.menu-v li .count i.icon16 { margin: 0 -5px; }

ul.menu-h { margin: 0; padding: 0; }
ul.menu-h li { list-style: none; display: inline-block; padding: 0 10px 0 0; line-height: 1.3em; display:block\9; float:left\9; }
ul.menu-h li a { display: inline-block; padding: 13px 16px 13px 16px; display:block\9; float:left\9; text-decoration: none; }

ul.tree { list-style: none; padding-left: 0; }
ul.tree li { border: none; }
ul.tree li a { padding: 5px 16px; display: block; text-decoration: none;}
ul.tree li.selected a { background: transparent; }
ul.tree ul { padding-left: 20px; list-style: none; }
ul.tree ul a { padding: 3px 6px; font-size: 90%; }

.paging-nav { text-align: center; }
.paging-nav ul li { display: inline-block; list-style: none; margin-right: 10px; }
.paging-nav ul li a { padding: 8px 10px; }
.paging-nav ul li.selected a { background: #eee; }

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img { position: relative; top: 4px; margin-right: 3px; }
.wa-auth-adapters p { color: #888; font-size: 0.9em; width: 80%; }
.wa-auth-adapters.wa-connect { margin-top: 20px; }

/*
.wa-form { float: left; margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; color: #888; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 30%; min-width: 260px;  margin:0;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 23px; position: relative; }
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }
.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input { min-width: 300px; }
.wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
.wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input { min-width: 200px; width: 200px; }
*/
.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline-block; margin-left: 10px; display:block\9; float:left\9; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

/* Multi-column layout
---------------------- */

.row { clear: both; border-top: 1px solid #eee; padding: 20px 0; }
.row.no-border { border: none; }
.col { float: left; }
.col.w1 { width: 6%; }
.col.w2 { width: 12%; }
.col.w3 { width: 18%; }
.col.w4 { width: 24%; }
.col.w5 { width: 30%; }
.col.w6 { width: 36%; }
.col.w7 { width: 42%; }
.col.w8 { width: 48%; }
.col.w9 { width: 54%; }
.col.w10 { width: 60%; }
.col.w11 { width: 66%; }
.col.w12 { width: 72%; }
.col.w13 { width: 78%; }
.col.w14 { width: 84%; }
.col.w15 { width: 90%; }
.col.w16 { width: 96%; }

/* Tables
--------- */

table { border-collapse: collapse; border-spacing: 0; }
table th { color: #aaa; padding: 0px 10px 7px; }
table td { padding: 10px; border: 1px solid rgba(0,0,0,0.1); }
table.not-bordered td { border: none; }

table.lined { margin-top: 25px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.lined th { padding-left: 7px; padding-right: 7px; }
table.lined td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.lined td.min-width { width: 1%; }
table.lined td p { margin: 0; }
table.lined td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.lined tr.no-border td { border: none; }
table.lined tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.lined tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }

/* Customized search input look
------------------------------- */

.search {  }
.search-wrapper { position: relative; width: 100%; height: 30px; padding: 0 10px 0 10px; float: left; border: 0; border-radius: 3px; -webkit-appearance: none; margin-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; }
.search input { width: 100%; float: left; height: 27px; padding-top: 0; margin-top: 1px; background: transparent; border: 0; -webkit-appearance: none; margin-right: 0; padding-left: 0; padding-right: 32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.search input:focus { outline: 0; }

.search input::-webkit-input-placeholder { color: #aaa; font-weight: normal; }
.search input:-moz-placeholder,
.search input::-moz-placeholder { color: #aaa; font-weight: normal; }
.search input:-ms-input-placeholder { color: #aaa; font-weight: normal; }

.search button { min-width: 32px; overflow: visible; position: absolute; right: 0px; float: left; border: none; outline: none; box-shadow: none; padding: 0; cursor: pointer; height: 32px; color: #fff; background-color: transparent; background-image: url(img/search16black.png); background-repeat: no-repeat; background-position: 8px 6px; background-size: 16px 16px; border-radius: 0 3px 3px 0; font-size: 1.0em; }
.search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */ border: 0; padding: 0; }

/* Header: global navigation
---------------------------- */

header.globalheader { position: relative; }
header a { text-decoration: none; }
header #logo {
    max-width: 250px
}

header #globalnav { background: #000; }
header h2 { padding: 10px 15px; margin: 0 20px 0 -15px; font-size: 1.3em; }
header h2 a { color: #eee !important; }
header h2 a span { display: none; }
header h2 a:hover { color: #eea !important; }

header .apps { padding: 6px 0; margin: 0; }
header .apps li { display: inline-block; vertical-align: top; margin: 1px 21px 1px 0; list-style: none; transform: translate(0,1px); }
header .apps li a { display: block; padding: 12px; margin: -12px; color: #999; font-size: 1.1em; }
header .apps li a:hover { color: #eea; }
header .apps li.selected a { color: #fff; background: #000; }

header .auth { display: inline-block; vertical-align: top; margin: 1px 0 0; padding: 0 0 0 10px; }
header .auth li { display: inline-block; vertical-align: top; list-style: none; }
header .auth li a { font-size: 0.9em; padding: 5px 6px; color: #777; }
header .auth li a:hover { color: #eea !important; }
header .auth li a:visited { color: #777; }

header .cart { display: inline-block; vertical-align: top; }
header .cart a { padding: 12px 16px 11px 13px; display: block; background: rgba(255,255,255,0.3); color: #fff; font-size: 1.5em; }
header .cart a strong { color: #ff7; }
header .cart a:hover { background: rgba(255,255,255,0.4) !important; }
header .cart .cart-just-added { position: absolute; top: 100%; left: 0; width: 100%; box-sizing: border-box; display: none; padding: 9px 18px; font-size: 0.9em; }
header .cart a.cart-to-checkout { display: none !important; text-align: center; font-weight: bold; padding: 11px 18px; color: #006bd8; font-size: 1.1em; }
header .cart a.cart-to-checkout:hover { background: #fff !important; }
header .cart i.cart-icon { background-repeat:no-repeat; height:24px; width:24px; display: block; float: left; text-indent:-9999px; text-decoration:none!important; background-image: url('img/icons.png'); background-size: 260px 160px; background-position: -216px -50px; margin: -3px 10px 0 0; }
header .cart a .ruble { line-height: 1em; }

header .cart.empty a { background: #333 !important; color: #006bd8; }
header .cart.empty a:hover { background: #444 !important; }
header .cart.empty a:visited,
header .cart.empty a strong { color: #aaa; }
header .cart.empty i.cart-icon { background-position: -192px -50px; }

header .cart.fixed { position: fixed; top: 0; right: 80px; min-width: 220px; max-width: 320px; z-index: 999; padding: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
header .cart.fixed a { text-align: center; border-top: none; background: #c22; }
header .cart.fixed a:hover { background: #d33 !important; }
header .cart.fixed .cart-just-added { display: block; background: #fafaf1; }
header .cart.fixed a.cart-to-checkout { display: block; border: none; background: #fff; box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.2); }
header .cart.fixed a.cart-to-checkout:hover { color: red !important; }

header #mobile-nav-toggle { /* mobile only */ display: none; background: url('img/mobile-nav-toggle.png') no-repeat center center; border: none; padding: 5px; background-size: 37px 31px; width: 37px; height: 31px; }

header #globalnav.light { background: #fff; }
header #globalnav.light h2 a { color: #000 !important; }
header #globalnav.light h2 a:hover { color: red !important; }
header #globalnav.light .apps li a { color: #888; }
header #globalnav.light .apps li a:hover { color: red !important; }
header #globalnav.light .apps li.selected a { color: #444; background: transparent; }
header #globalnav.light .auth li a:hover { color: red !important; }
header #globalnav.light .cart a { background: #ffc600; }
header #globalnav.light .cart a:hover { background: #ffba00 !important; }
header #globalnav.light .cart a strong { color: #fff; }
header #globalnav.light .cart.empty a { background: transparent !important; }
header #globalnav.light .cart.empty a:hover { background: #e7e7e7 !important; }
header #globalnav.light .cart.empty a strong { color: #aaa !important; }
header #globalnav.light.andgray { background: #eee; }

/* Header: app navigation
------------------------- */

header .appnav { padding-top: 5px; padding-bottom: 4px; min-height: 60px; }

header .search { float: right; padding: 14px 0; margin-left: 20px; }

header .pages { padding: 0; margin: 14px 0 16px -15px; }
header .pages li { display: inline-block; list-style: none; margin-right: 10px; margin-left: 10px; }
header .pages li a { display: block; color: #fff; text-transform: uppercase; padding: 5px 7px; margin-right: 0px; font-size: 1.1em; font-weight: bold; }
header .pages li a:hover { color: #ffa !important; }
header .pages li.selected a { font-weight: bold; color: #ff7; border-radius: 3px; background: transparent; }

header ul.flyout-nav li.collapsible { background: url('img/darr.png') no-repeat; background-position: right center; background-size: 16px 16px; }
header ul.flyout-nav li.collapsible a { padding-right: 20px; }
header ul.flyout-nav li .flyout { display: none; position: absolute; top: 100%; left: 0; right: 0; box-shadow: 0 5px 20px rgba(0,0,0,0.2); min-height: 150px; padding: 15px 30px; text-align: left; z-index: 101; background: #ffffff; }
header ul.flyout-nav li.submenu-is-shown .flyout { display: block }

header ul.flyout-nav li .flyout a { color: inherit; text-transform: none; }
header ul.flyout-nav li .flyout a:hover { color: red !important; }
header ul.flyout-nav li .flyout ul.menu-v li { border: none; vertical-align: top; text-align: left; margin: 0 20px 20px 0; }
header ul.flyout-nav li .flyout ul.menu-v li.collapsible { background: none; }
header ul.flyout-nav li .flyout ul.menu-v li a { font-weight: bold; padding-left: 0; font-size: 1.1em; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li { display: block; margin: 0; font-size: 0.9em; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li a { font-weight: normal; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li ul { display: none; }
header ul.flyout-nav li .flyout .departments ul.menu-v li { width: 173px; }
header ul.flyout-nav li .flyout .tags { font-size: 120%; }
header ul.flyout-nav li .flyout ul.menu-v.brands { text-align: center; }
header ul.flyout-nav li .flyout ul.menu-v.brands a { font-size: 1.2em; font-weight: normal; }

body.is-shadow-shown { position: relative; }
body.is-shadow-shown:after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.25); z-index: 99;}
body.is-shadow-shown .globalheader { position: relative; z-index: 100; }

/* Main
------- */

main.maincontent { display: block; clear: both; margin: 0; background: #fff; min-height:calc(100vh - 347px);}

.sidebar { float: right; width: 260px; }
.content { position: relative; min-height: 250px; }
.content.with-sidebar { margin-right: 290px; }

.sub-links { margin-bottom: 20px; padding-left: 0; }
.sub-links li { list-style: none; line-height: 1.5em; }
.sub-links li a { text-decoration: none; }

.likebox { margin-bottom: 25px; overflow: hidden; }
.connect.inline .likebox { width: 260px; display: inline-block; vertical-align: top; margin-right: 50px; }

/*.leadbox { background: #fafadf; border: 1px solid rgba(0,0,0,0.07); box-shadow: 0 3px 8px -4px rgba(0,0,0,0.1); }
.leadbox h4 { font-size: 1.5em; line-height: 1.2em; }*/

.olives { background: #f3f3f3; padding: 20px; margin-bottom: 40px; }
.olives-left { background: transparent url('img/olives-left.png') no-repeat center left; background-size: 50px 105px; min-height: 105px; }
.olives-right { background: transparent url('img/olives-right.png') no-repeat center right; background-size: 50px 105px; min-height: 105px; }
.olives-content { margin: 0 80px; font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, sans-serif; text-align: center; font-size: 1.1em; line-height: 1.4em; padding: 20px; }

/* Footer
--------- */

footer.globalfooter { clear: both; 
background: url(/wa-data/public/site/themes/cscg2022/img/bg-footer-min.jpeg); 
background-size:cover;
z-index: 0; 
padding-top: 25px; 
min-height: 40px; 
color: #888; 
    
}
/*footer a,
footer a:visited { color: #888 !important;  }
footer a:hover { color: red !important; }

.footer-block { display: inline-block; margin-right: 40px; vertical-align: top; margin-bottom: 20px; overflow-x: hidden; display:block\9; float:left\9; max-width: 170px; }
.footer-block.mailer-subscribe { max-width: 500px; width: auto; overflow-x: visible; }
.footer-block a,
.footer-block strong { display: block; padding: 1px 0; }
.footer-block a.top { font-weight: bold; margin-bottom: 10px; color: #888; }
.footer-block.contact-us { max-width: 270px; }
.footer-block.contact-us .social { margin-bottom: 4px; }
.footer-block.contact-us .social a { display: inline; margin-right: 5px; }*/

.appfooter { position: relative; text-align: center; padding: 20px; color: #aaa; border-top: 1px solid #ddd; min-height: 1.5em; margin-top: 20px; }
.appfooter .copyright { position: absolute; left: 0; }
.appfooter .poweredby { position: absolute; right: 0; }
.appfooter .dots { font-size: 0.8em; text-decoration: none; display: inline-block; width: 54px; height: 9px; background: url("img/dots/all-dots-default-order@2x.png") no-repeat 0 3px; padding-top: 3px; margin-right: 10px; background-size: 54px 9px; }

.s-subscribe-section { position: relative; }
.s-subscribe-section.is-extended .s-hidden { display: block; }
.s-subscribe-section .s-hidden { display: none; position: absolute; top: 100%; left: 0; width: 340px; padding: 1em; background: #fff; z-index: 1; -webkit-box-shadow: 0 0 16px rgba(0,0,0,.2); box-shadow: 0 0 16px rgba(0,0,0,.15); border-radius: 3px; }
.s-subscribe-section .s-hidden .wa-captcha { margin: 0; padding: 0; }
.s-subscribe-section .s-hidden .wa-captcha p { margin: .5em 0 0; }
.s-subscribe-section .s-hidden .wa-captcha p:first-child { margin-top: 0; }
.s-subscribe-section .s-hidden .wa-captcha p > * { margin: 0 4px 0 0; vertical-align: middle; display: inline-block; float: none !important; }
.s-subscribe-section .s-hidden .wa-captcha p > *:last-child { margin-right: 0; }
.s-subscribe-section .s-hidden .wa-captcha p .wa-captcha-img { margin: 0; display: inline-block; }
.s-subscribe-section .s-hidden .wa-captcha p a { display: inline; }

/* 16x16 Icons
-------------- */

i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon16.rss { background-position: -16px 0; }
.icon16.facebook { background-position: -32px 0; }
.icon16.twitter { background-position: -48px 0; }
.icon16.vk { background-position: -64px 0; }
.icon16.gplus { background-position: -80px 0; }
.icon16.pinterest { background-position: -96px 0; }
.icon16.youtube { background-position: -112px 0; }
.icon16.instagram { background-position: -128px 0; }

.icon16.userpic20 { background-position: -2px -2px; border-radius: 50%; background-size: 20px 20px; }
.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 12px; height: 12px; background-image: none; }

.icon16.like { background-position:0 -16px; margin-top: 0; }
.icon16.star,
.icon16.star-full { background-position:-16px -16px; }
.icon16.star-half { background-position:-32px -16px; }
.icon16.star-empty { background-position:-48px -16px; }
.icon16.star-hover { background-position:-64px -16px; }

.icon16.remove { background-position:-96px -16px; }
.icon16.saved { background-position:-112px -16px; }
.icon16.stock-red { background-position:-128px -16px; }
.icon16.stock-yellow { background-position:-144px -16px; }
.icon16.stock-green { background-position:-160px -16px; }
.icon16.stock-transparent { background-position:-176px -16px; }
.icon16.checkmark { background-position:-192px -16px; }
.icon16.compare { background-position:-208px -16px; }
.icon16.compare.active { background-position:-224px -16px; }

.icon16.uarr { background: url('img/uarr.png'); background-position: 0 0; background-size: 16px 16px; }

.icon16.loading { background-image: url('img/loading16.gif'); background-position: 0 0; background-size: 16px 16px; }
.icon24.loading { background-image: url('img/loading.gif'); background-size: 24px 24px; height:24px; width:24px; display:inline-block; }
.icon32.loading { background-image: url('img/loading.gif'); background-size: 32px 32px; height:32px; width:32px; display:inline-block; }

/* 10x10 Icons
-------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.3em 0.1em 0 0; }
.icon10.darr { background-image: url('img/darr.png'); background-size: 16px 16px; }

.icon10.star,
.icon10.star-full { background-position:0 -100px; }
.icon10.star-half { background-position:-10px -100px; }
.icon10.star-empty { background-position:-20px -100px; }

/* 24x24 Icons
-------------- */

i.icon24 { background-repeat:no-repeat; height:24px; width:24px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon24.rss { background-position: 0 -50px; }
.icon24.facebook { background-position: -24px -50px; }
.icon24.twitter { background-position: -48px -50px; }
.icon24.vk { background-position: -72px -50px; }
.icon24.instagram { background-position: -96px -50px; }
.icon24.youtube { background-position: -120px -50px; }
.icon24.pinterest { background-position: -144px -50px; }
.icon24.gplus { background-position: -168px -50px; }

/* My account (hide core app nav elements)
------------------------------------------ */

html.my ul.menu-h li a { padding: 5px 7px; }
html.my ul.menu-h li.selected a { color: #fff; }

html.my .sidebar { display: none; }

/* Custom styling
----------------- */

.color_scheme_yellow header.globalheader { background: #fb0; }
.color_scheme_green header.globalheader { background: #6fb541; }
.color_scheme_blue header.globalheader { background: #4e81cc; }
.color_scheme_purple header.globalheader { background: #9a81b3; }
.color_scheme_gray header.globalheader { background: #9c9c9c; }
.color_scheme_pink header.globalheader { background: #e871b1; }
.color_scheme_cyan header.globalheader { background: #3ac1bf; }
.color_scheme_lime header.globalheader { background: #b5ce10; }
.color_scheme_brown header.globalheader { background: #a45e1a; }

.color_scheme_white header.globalheader { background: #fff; }
.color_scheme_white header.globalheader .appnav { border-top: 1px solid rgba(0,0,0,0.13); border-bottom: 1px solid rgba(0,0,0,0.13); margin-top: -1px; padding-bottom: 3px; }
.color_scheme_white header .pages li a { color: #777; }
.color_scheme_white header .pages li a:hover { color: red !important; }
.color_scheme_white header ul.flyout-nav li .flyout { box-shadow: none; }
.color_scheme_white .search-wrapper { border: 1px solid #ccc; }
.color_scheme_white .search input { margin-top: 0; }

html.font_size_12,
html.font_size_12 body { font-size: 12px; }
html.font_size_13,
html.font_size_13 body { font-size: 13px; }
html.font_size_14,
html.font_size_14 body { font-size: 14px; }
html.font_size_15,
html.font_size_15 body { font-size: 15px; }
html.font_size_16,
html.font_size_16 body { font-size: 16px; }

.font_family_trebuchet,
.font_family_trebuchet * { font-family: "Trebuchet MS", sans-serif; }
.font_family_verdana,
.font_family_verdana * { font-family: Verdana, sans-serif; }
.font_family_georgia,
.font_family_georgia * { font-family: Georgia, Times, serif; }
.font_family_google_opensans,
.font_family_google_opensans * { font-family: 'Open Sans', sans-serif; }
.font_family_google_ptsans,
.font_family_google_ptsans * { font-family: 'PT Sans', sans-serif; }
.font_family_google_ptserif,
.font_family_google_ptserif * { font-family: 'PT Serif', sans-serif; }
.font_family_google_roboto,
.font_family_google_roboto * { font-family: 'Roboto', sans-serif; }
.font_family_google_lora,
.font_family_google_lora * { font-family: 'Lora', sans-serif; }
.font_family_google_ubuntu,
.font_family_google_ubuntu * { font-family: 'Ubuntu', sans-serif; }

.font_family_google_fira,
.font_family_google_fira * { font-family: 'Fira Sans', sans-serif; }
.font_family_google_fira b,
.font_family_google_fira strong,
.font_family_google_fira .bold { font-weight: 500; }
.font_family_google_fira header .pages li a { font-weight: 500; padding-top: 9px; }
/*.font_family_google_fira header h2 { padding-top: 12px; }*/
.font_family_google_fira ul.thumbs li { font-size: 1.05em; }
.font_family_google_fira ul.thumbs li h5 { font-weight: 500; }
.font_family_google_fira input[type="button"],
/*.font_family_google_fira input[type="submit"] { padding-bottom: 3px; }*/
.font_family_google_fira .search input { padding-top: 3px; }
/*.font_family_google_fira header .auth { margin-top: 13px; }*/
.font_family_google_fira header .auth i.userpic20 { margin-top: 1px; }
.font_family_google_fira header .cart a strong { display: inline-block; margin-top: 1px;}
.font_family_google_fira .staff { position: relative; top: -2px; padding-bottom: 0 !important; }
.font_family_google_fira .add2cart input[type="submit"]  { padding-bottom: 4px; }
.font_family_google_fira .slider a h3 { font-size: 2.8em; }
.font_family_google_fira .stocks .icon16 { margin-top: 0; }
.font_family_google_fira .credentials a,
.font_family_google_fira .credentials span { vertical-align: top; }
.font_family_google_fira .credentials { padding-top: 2px; }
.font_family_google_fira .credentials .userpic,
.font_family_google_fira .comments .credentials .userpic { margin-top: -2px; }
.font_family_google_fira .comments .actions a { margin-right: 0; }

.font_family_google_ptsansandserif,
.font_family_google_ptsansandserif * { font-family: 'PT Sans Caption', sans-serif; }
.font_family_google_ptsansandserif p,
.font_family_google_ptsansandserif .olives-content,
.font_family_google_ptsansandserif ul.thumbs li span.summary,
.font_family_google_ptsansandserif table.features td { font-family: 'PT Serif', sans-serif; font-size: 110%; }
.font_family_google_ptsansandserif p a { font-family: 'PT Serif'; }
.font_family_google_ptsansandserif ul.thumbs li h5,
.font_family_google_ptsansandserif ul.thumbs.mini li h5 { font-size: 120%; }
/* Mobile
--------- */

.nav-negative { display: none; /* mobile-only slide-out navigation */ padding-left: 0; margin: -1px 0 0; border-bottom: 1px solid #777; background: #888; }
.nav-negative li { list-style: none; display: block; border-top: 1px solid #777; }
.nav-negative li a { font-size: 1.2em; text-decoration: none; color: #ddd !important; display: block; padding: 15px 26px 15px 16px; }
.nav-negative li.selected a { color: #fff !important; text-shadow: 0 1px 0 #000; background: transparent; font-weight: bold; }
.nav-negative.auth li { background: #666; }
.nav-negative.search { padding: 0; background: #fff; height: 52px; }
.nav-negative.search .search-wrapper { height: 52px; border-radius: 0; border: none; }
.nav-negative.search input { height: 52px; font-size: 1.3em; padding-left: 5px; margin-top: 4px; padding-right: 52px; }
.nav-negative.search button { background-size: 24px 24px; height: 52px; width: 52px; background-position: 3px 15px; }

/* TABLET
========= */

@media screen and (min-width: 760px) and (max-width: 1024px) {

 /*   body { -webkit-text-size-adjust: 100%; }*/


    .sidebar { width: 200px; }
    .content.with-sidebar { margin-right: 220px; }

    header h2 { margin-right: 10px; }
    header .apps li { margin: 2px 10px 2px 0; }
    .search-wrapper { max-width: 150px; }

    .color_scheme_white header.globalheader .appnav { padding-left: 0; padding-right: 0; margin-left: 25px; margin-right: 25px; }

    /* @media screen and (orientation : portrait) { */
    @media screen and (max-width: 850px) {


    }

}


/* MOBILE
========= */

@media screen and (max-width: 760px) {

    body { -webkit-text-size-adjust: 100%;  }

    h1 { font-size: 2em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.3em; }

    .container { min-width: 0; padding: 0; }
    .breadcrumbs { font-size: 1.0em; line-height: 1.5em; margin-bottom: 10px; }

    .sidebar { float: none !important; width: auto !important; padding: 0 !important; }
    .content { padding: 0px 15px; overflow-x: hidden; }
    .content.with-sidebar { margin-left: 0 !important; margin-right: 0 !important; }

    .nav-negative { display: block; /* mobile-only slide-out navigation */ }

    header #globalnav { position: fixed; top: 0; left: 0; right: 0; z-index: 9999; height: 52px; padding-top: 0 !important; }
    header #globalnav.light { box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
    header #globalnav.light .cart.empty a { background: #f3f3f3 !important; }
    .color_scheme_white header #globalnav.light { box-shadow: none; border-bottom: 1px solid rgba(0,0,0,0.13); }
    .color_scheme_white header #globalnav.light.andgray { border-bottom: none; }

    header h2 { margin: 9px 50px 10px 0 !important; float: left; font-size: 1.2em !important; position: fixed; top: 7px; left: 15px; z-index: 9999; font-weight: normal !important; padding: 0 !important; display: block !important; }
    header h2 a img { display: none; }
    header h2 a span { display: inline; }
    header .appnav { padding: 0; }
    header #mobile-nav-toggle { display: block; float: right; margin-right: 10px; margin-top: 13px; outline: 0; margin-bottom: 9px; }
    header .apps { display: none; }
    header .pages { margin: 0; padding: 20px 0; }
    header .auth { display: none; }
    header .auth li a { font-size: 1em; }
    header .auth li a i.icon16 { margin-top: 0; }
    header .apps.unfolded { display: block; }
    header .cart,
    header .cart.fixed { position: absolute; top: 0; right: 58px !important; min-width: 0 !important; max-width: 64px; }
    header .cart a { height: 1em; padding: 16px 9px 15px 17px; background: #ffba00; }
    header .cart.fixed a { background: #ffba00; }
    header .cart a strong { display: none !important; }
    header .cart #cart-content { display: none; }

    header ul.flyout-nav li.submenu-is-shown > a { background: rgba(0,0,0,.33); border-radius: 3px; }

    .content img { max-width: 100%; }

    .search { display: none; }
    .search-wrapper { padding-right: 0; }

    footer.globalfooter { top: 0; /*padding-top: 10px;*/ }
    .footer-block { width: 120px; margin: 10px 15px !important; }
    .footer-block#copyright { width: auto; display: block; }
    .footer-block a { margin-bottom: 3px; }
    .footer-note { margin: 10px 15px; }
    .appfooter { padding: 10px 15px; }
    .appfooter .copyright,
    .appfooter .poweredby { position: static; padding: 10px; }

    .wa-form .wa-field .wa-name { float: none; padding-bottom: 0; }
    .wa-form .wa-field .wa-value { margin-left: 0; }
    .wa-form .wa-field .wa-value p span { display: block; }
    .wa-form .wa-field .wa-value input[type="text"],
    .wa-form .wa-field .wa-value input[type="email"],
    .wa-form .wa-field .wa-value input[type="password"] { min-width: 200px; }
    .wa-auth-adapters p { width: 80%; }
    .wa-captcha input.wa-captcha-input { width: 100px; }
    .errormsg { margin-left: 0; }

    table td { padding: 5px; }
    html.my ul.menu-h li a { padding: 10px; }
    .comment-form-fields label { float: left; }
    .sub-links li { font-size: 110%; margin-bottom: 5px; }
    .sidebar .likebox { display: none; }
    .connect.inline .likebox { display: block; width: auto; }

    .wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input { min-width: 240px; }
    .wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
    .wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input { min-width: 160px; width: 160px; }

    .olives { padding: 10px; }
    .olives-left,
    .olives-right { background-size: 25px auto; min-height: 55px; }
    .olives-content { margin: 0 20px; font-size: 0.9em; padding: 10px; }

    .footer-block.contact-us { max-width: 999px; display: block; width: auto; }

}

/* WIDE
========= */

@media screen and (min-width: 1300px) {

    /*.container { max-width: 1200px; }*/

}

/* FOOTER NOTICE */
.s-footer-notice { margin: 2.5em 0 1em; font-size: .9em; line-height: 1.3em; text-align: center; }
.s-footer-notice a { color: inherit; text-decoration: underline; }

/* OTHER */
.wa-login-form-actions button,
.wa-signup-form-actions button,
.wa-forgotpassword-form-actions button,
.wa-set-password-form-wrapper button,
.wa-login-form-actions input[type=button],
.wa-signup-form-actions input[type=button],
.wa-forgotpassword-form-actions input[type=button],
.wa-set-password-form-wrapper input[type=button],
.wa-login-form-actions input[type=submit],
.wa-signup-form-actions input[type=submit],
.wa-forgotpassword-form-actions input[type=submit],
.wa-confirm-signup-button,
.wa-set-password-form-wrapper input[type=submit] { font-size: 18px; font-weight: bold; padding-top: 8px; padding-right: 15px; padding-bottom: 8px; padding-left: 15px; }


/*FORMS APP STYLES*/

/*---------------
#wforms-form-1
----------------*/
#wforms-form-1 {
        margin: auto auto;
        width:100%;
        display:flex;
        flex-direction:column;
    }
    #wforms-form-1 tr.form-field {
        display:flex;
        flex-direction:column;
    }
    #wforms-form-1 tr, #wforms-form-1 td {
        border:none;
    }
    #wforms-form-1 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .7rem;
    }
    #wforms-form-1 td.field-name {
        padding:0;
        color:#7fdc60;
        font-size:80%;
    }
    #wforms-form-1 td.field-value {
        padding:5px 0;
    }
    #wforms-form-1 td input[type="text"], #wforms-form-1 td textarea {
        outline:none;
        width:100%;
        border-bottom: 1px solid #7fdc60;
        padding:12px 5px;
        background:rgba(255,255,255,.03);
        color:#fff;
    }
    #wforms-form-1 td input.error, #wforms-form-1 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-1 td input[type="file"] {
        color: rgba(255,255,255,.7);
        font-style:oblique;
        width: 100%;
    }
   /* #wforms-form-1 td input[type="file"] ~ p {
        display: block;
        width: 36%;
        height: 40px;
        background: #fff;
        margin-top: -40px;
    }
*/
    #wforms-form-1 input[type="submit"] {
        padding:20px;
        cursor: pointer;
    	border: none;
    	background:#7fdc60;
    	color:#01334d;
    	font-weight:bold;
    	text-transform:uppercase;
    	border-radius: 8px;
    	padding: 20px 30px;
    	width:min-content;
    	/*font-size: 1.3em;*/
    	box-shadow: 0px 0px 50px rgba(127,220,96,.4);
    	transition:.5s

    }    

    #wforms-form-1 input[type="submit"]:hover {
    	box-shadow: 0px 0px 5px rgba(127,220,96,.8);
    }
    #wforms-form-1 input[type="submit"]:active {
    	
    }

    #wforms-form-1 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-1 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-1 p {
        margin-bottom:10px
    }
    
    #wforms-form-1 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-1 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-1 .wa-captcha strong {
        margin-right: 5px;
    }
/*---------------
#wforms-form-2
----------------*/
#wforms-form-2 {
        margin: auto auto;
        width:100%;
        display:flex;
        flex-direction:column;
    }
    #wforms-form-2 tr.form-field {
        display:flex;
        flex-direction:column;
    }
    #wforms-form-2 tr, #wforms-form-2 td {
        border:none;
    }
    #wforms-form-2 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .7rem;
    }
    #wforms-form-2 td.field-name {
        padding:0;
        color:#7fdc60;
        font-size:80%;
    }
    #wforms-form-2 td.field-value {
        padding:5px 0;
    }
    #wforms-form-2 td input[type="text"], #wforms-form-2 td textarea {
        outline:none;
        width:100%;
        border-bottom: 1px solid #7fdc60;
        padding:12px 5px;
        background:rgba(255,255,255,.03);
        color:#fff;
    }
    #wforms-form-2 td input.error, #wforms-form-2 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-2 td input[type="file"] {
        color: rgba(255,255,255,.7);
        font-style:oblique;
        width: 100%;
    }
   /* #wforms-form-2 td input[type="file"] ~ p {
        display: block;
        width: 36%;
        height: 40px;
        background: #fff;
        margin-top: -40px;
    }
*/
    #wforms-form-2 input[type="submit"] {
        padding:20px;
        cursor: pointer;
    	border: none;
    	background:#7fdc60;
    	color:#01334d;
    	font-weight:bold;
    	text-transform:uppercase;
    	border-radius: 8px;
    	padding: 20px 30px;
    	width:min-content;
    	/*font-size: 1.3em;*/
    	box-shadow: 0px 0px 50px rgba(127,220,96,.4);
    	transition:.5s

    }    

    #wforms-form-2 input[type="submit"]:hover {
    	box-shadow: 0px 0px 5px rgba(127,220,96,.8);
    }
    #wforms-form-2 input[type="submit"]:active {
    	
    }

    #wforms-form-2 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-2 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-2 p {
        margin-bottom:10px
    }
    #wforms-form-2 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-2 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-2 .wa-captcha strong {
        margin-right: 5px;
    } 
/*---------------
#wforms-form-3
----------------*/
#wforms-form-3 {
        margin: auto auto;
        width:100%;
        display:flex;
        flex-direction:column;
    }
    #wforms-form-3 tr.form-field {
        display:flex;
        flex-direction:column;
    }
    #wforms-form-3 tr, #wforms-form-3 td {
        border:none;
    }
    #wforms-form-3 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .7rem;
    }
    #wforms-form-3 td.field-name {
        padding:0;
        color:#7fdc60;
        font-size:80%;
    }
    #wforms-form-3 td.field-value {
        padding:5px 0;
    }
    #wforms-form-3 td input[type="text"], #wforms-form-3 td textarea {
        outline:none;
        width:100%;
        border-bottom: 1px solid #7fdc60;
        padding:12px 5px;
        background:rgba(255,255,255,.03);
        color:#fff;
    }
    #wforms-form-3 td input.error, #wforms-form-3 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-3 td input[type="file"] {
        color: rgba(255,255,255,.7);
        font-style:oblique;
        width: 100%;
    }
   /* #wforms-form-3 td input[type="file"] ~ p {
        display: block;
        width: 36%;
        height: 40px;
        background: #fff;
        margin-top: -40px;
    }
*/
    #wforms-form-3 input[type="submit"] {
        padding:20px;
        cursor: pointer;
    	border: none;
    	background:#7fdc60;
    	color:#01334d;
    	font-weight:bold;
    	text-transform:uppercase;
    	border-radius: 8px;
    	padding: 20px 30px;
    	width:min-content;
    	/*font-size: 1.3em;*/
    	box-shadow: 0px 0px 50px rgba(127,220,96,.4);
    	transition:.5s

    }    

    #wforms-form-3 input[type="submit"]:hover {
    	box-shadow: 0px 0px 5px rgba(127,220,96,.8);
    }
    #wforms-form-3 input[type="submit"]:active {
    	
    }

    #wforms-form-3 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-3 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-3 p {
        margin-bottom:10px
    }
    #wforms-form-3 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-3 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-3 .wa-captcha strong {
        margin-right: 5px;
    } 
/*---------------
#wforms-form-4
----------------*/
#wforms-form-4 {
        margin: auto auto;
        width:100%;
        display:flex;
        flex-direction:column;
    }
    #wforms-form-4 tr.form-field {
        display:flex;
        flex-direction:column;
    }
    #wforms-form-4 tr, #wforms-form-4 td {
        border:none;
    }
    #wforms-form-4 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .7rem;
    }
    #wforms-form-4 td.field-name {
        padding:0;
        color:#7fdc60;
        font-size:80%;
    }
    #wforms-form-4 td.field-value {
        padding:5px 0;
    }
    #wforms-form-4 td input[type="text"], #wforms-form-4 td textarea {
        outline:none;
        width:100%;
        border-bottom: 1px solid #7fdc60;
        padding:12px 5px;
        background:rgba(255,255,255,.03);
        color:#fff;
    }
    #wforms-form-4 td input.error, #wforms-form-4 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-4 td input[type="file"] {
        color: rgba(255,255,255,.7);
        font-style:oblique;
        width: 100%;
    }
   /* #wforms-form-4 td input[type="file"] ~ p {
        display: block;
        width: 36%;
        height: 40px;
        background: #fff;
        margin-top: -40px;
    }
*/
    #wforms-form-4 td select, #wforms-form-4 td select option {
        padding:15px
    }
/*    #wforms-form-4 td select {
      font: inherit;
      letter-spacing: inherit;
      word-spacing: inherit;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
    }*/

    
    #wforms-form-4 td select:not([multiple]) {
        width: 100%;
        background-color: rgba(255,255,255,.03);
        padding-right: 1.2em;
        color: #858585;
        outline: none;
        border: none;
        text-transform: uppercase;
        font-weight:bold;
    }
    #wforms-form-4 input[type="submit"] {
        padding:20px;
        cursor: pointer;
    	border: none;
    	background:#7fdc60;
    	color:#01334d;
    	font-weight:bold;
    	text-transform:uppercase;
    	border-radius: 8px;
    	padding: 20px 30px;
    	width:min-content;
    	/*font-size: 1.3em;*/
    	box-shadow: 0px 0px 50px rgba(127,220,96,.4);
    	transition:.5s

    }    

    #wforms-form-4 input[type="submit"]:hover {
    	box-shadow: 0px 0px 5px rgba(127,220,96,.8);
    }
    #wforms-form-4 input[type="submit"]:active {
    	
    }

    #wforms-form-4 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-4 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-4 p {
        margin-bottom:10px
    }
    #wforms-form-4 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-4 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-4 .wa-captcha strong {
        margin-right: 5px;
    } 
    /*---------------
#wforms-form-5
----------------*/
#wforms-form-5 {
        margin: auto auto;
        width:100%;
        display:flex;
    }
 #wforms-form-5   table {
        width: 75%
    }
    #wforms-form-5 tbody {
        display: flex;
        flex-wrap:wrap
    }
    #wforms-form-5 tr.form-field {
        display:flex;
        flex-direction:column;
        margin-right:20px;
        width:255px;
    }
    #wforms-form-5 tr.form-field:nth-of-type(4) {
        width:100%;
    }
    #wforms-form-5 tr.form-field:nth-of-type(4) .field-value input {
        float:left;
        margin-right:10px;
    }
    #wforms-form-5 tr, #wforms-form-5 td {
        border:none;
    }
    #wforms-form-5 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .9rem;
    }
    #wforms-form-5 td.field-name {
        padding:0;
        color:#7fdc60;
        font-size:80%;
        display:none;
    }
    #wforms-form-5 td.field-value {
        padding:0 0;
    }
    #wforms-form-5 td input[type="text"], #wforms-form-5 td textarea {
        outline:none;
        width:100%;
        border-bottom: 1px solid #7fdc60;
        padding:12px 15px 12px 20px;
        background:rgba(255,255,255,1);
        color: #01334D; font-family: 'Lato', sans-serif; font-size: 18px;
        height:60px;
    }
    #wforms-form-5 td input[type="text"]::-webkit-input-placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }
   #wforms-form-5 td input[type="text"]:-ms-input-placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }
   #wforms-form-5 td input[type="text"]::-ms-input-placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }
   #wforms-form-5 td input[type="text"]::placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }

    #wforms-form-5 td input.error, #wforms-form-5 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-5 td input[type="file"] {
        color: rgba(0,0,0,.7);
        font-style:oblique;
        width: 100%;
    }
   /* #wforms-form-2 td input[type="file"] ~ p {
        display: block;
        width: 36%;
        height: 40px;
        background: #fff;
        margin-top: -40px;
    }
*/
    #wforms-form-5 input[type="submit"] {
        cursor: pointer;
    	border: none;
    	background:#01334D;
    	font-family: 'Lato', sans-serif;
    	color:#7FDB60;
    	padding: 20px 30px;
    	width:255px;
    	font-size: 18px;
    	box-shadow: 0px 0px 50px rgba(1,50,77,.05);
    	transition:.5s;
    	height:60px;

    }    

    #wforms-form-5 input[type="submit"]:hover {
    	box-shadow: 0px 0px 0px rgba(1,50,77,.8);
    }
    #wforms-form-5 input[type="submit"]:active {
    	
    }

    #wforms-form-5 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-5 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-5 p {
        margin-bottom:10px
    }
    #wforms-form-5 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-5 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-5 .wa-captcha strong {
        margin-right: 5px;
    } 
    @media screen and (max-width: 1100px) {
        #wforms-form-5 {
            flex-direction:column;
            align-items: center;
        }
        
         #wforms-form-5   table {
        width: 302px
        }
        #wforms-form-5 tbody {
            justify-content: center;
        }
        #wforms-form-5 tr.form-field {
            margin-right:0;
            width:100%;
            max-width:302px;
        }
        #wforms-form-5 input[type="submit"] {
    	width:302px;
        }   
    }
        /*---------------
#wforms-form-6
----------------*/
#wforms-form-6 {
        margin: auto auto;
        width:100%;
        display:flex;
        flex-direction:column;
    }
 #wforms-form-6   table {
        width: 75%
    }
    #wforms-form-6 tbody {
        display: flex;
        flex-direction: column;
        flex-wrap:wrap
    }
    #wforms-form-6 tr.form-field {
        display:flex;
        flex-direction:column;
        margin-right:20px;
        width:440px;

    }
    #wforms-form-6 tr.form-field:nth-of-type(4) {
        width:100%;
    }
    #wforms-form-6 tr.form-field:nth-of-type(4) .field-value input {
        float:left;
        margin-right:10px;
    }
    #wforms-form-6 tr, #wforms-form-6 td {
        border:none;
    }
    #wforms-form-6 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .9rem;
    }
    #wforms-form-6 td.field-name {
        padding:0;
        color:#7fdc60;
        font-size:80%;
        display:none;
    }
    #wforms-form-6 td.field-value {
        padding:0 0;
    }
    #wforms-form-6 td input[type="text"], #wforms-form-6 td textarea {
        outline:none;
        width:100%;
        padding:12px 15px 12px 20px;
        background:rgba(255,255,255,1);
        color: #01334D; 
        font-family: 'Lato', sans-serif; 
        font-size: 18px;
        height:60px;
        background: #FFFFFF;
        border: 1px solid #01334D;
        box-sizing: border-box;
        box-shadow: 10px 10px 0px #7FDB60;
        margin-bottom:10px;
    }
    #wforms-form-6 td input[type="text"]::-webkit-input-placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }
   #wforms-form-6 td input[type="text"]:-ms-input-placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }
   #wforms-form-6 td input[type="text"]::-ms-input-placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }
   #wforms-form-6 td input[type="text"]::placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }

    #wforms-form-6 td input.error, #wforms-form-6 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-6 td input[type="file"] {
        color: rgba(0,0,0,.7);
        font-style:oblique;
        width: 100%;
    }

    #wforms-form-6 input[type="submit"] {
        padding:20px;
        cursor: pointer;
    	border: none;
    	background:#01334D;
    	font-family: 'Lato', Sans-serif;
    	color:#7FDB60;
    	padding: 20px 30px;
    	width:360px;
    	font-size: 18px;
    	box-shadow: 0px 0px 50px rgba(1,50,77,.05);
    	transition:.5s;
    	height:60px;

    }    

    #wforms-form-6 input[type="submit"]:hover {
    	box-shadow: 0px 0px 0px rgba(1,50,77,.8);
    }
    #wforms-form-6 input[type="submit"]:active {
    	
    }

    #wforms-form-6 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-6 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-6 p {
        margin-bottom:10px
    }
    #wforms-form-6 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-6 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-6 .wa-captcha strong {
        margin-right: 5px;
    } 
    @media screen and (max-width: 640px) {
        #wforms-form-6 {
            flex-direction:column;
            align-items: center;
        }
        
         #wforms-form-6   table {
            width:100%;
            max-width:440px;
        }
        #wforms-form-6 tbody {
            justify-content: center;
        }
        #wforms-form-6 tr.form-field {
            margin-right:0;
            width:100%;
            max-width:440px;
        }
        #wforms-form-6 input[type="submit"] {
    	    width:100%;
            max-width:440px;
        }   
    }
    @media screen and (max-width: 1100px) {
        #wforms-form-6 {
            flex-direction:column;

        }
        
         #wforms-form-6   table {
        width: 440px
        }
        #wforms-form-6 tbody {
            justify-content: center;
        }
        #wforms-form-6 tr.form-field {
            margin-right:0;
            width:100%;
            max-width:440px;
        }
        #wforms-form-6 input[type="submit"] {
    	width:440px;
        }   
    }
    @media screen and (max-width: 640px) {
        #wforms-form-6 {
            flex-direction:column;
            align-items: center;
        }
        
         #wforms-form-6   table {
            width:100%;
            max-width:440px;
        }
        #wforms-form-6 tbody {
            justify-content: center;
        }
        #wforms-form-6 tr.form-field {
            margin-right:0;
            width:100%;
            max-width:440px;
        }
        #wforms-form-6 input[type="submit"] {
    	    width:100%;
            max-width:440px;
        }   
    }
    
    
        /*---------------
#wforms-form-7
----------------*/
    #wforms-form-7 {
        margin: auto auto;
        width:100%;
        display:flex;
    }
    #wforms-form-7   table {

    }
    #wforms-form-7 tbody {
        display: flex;
        flex-wrap:wrap
    }
    #wforms-form-7 tr.form-field {
        display:flex;
        flex-direction:column;
        margin-right:30px;
        width:255px;
    }
    #wforms-form-7 tr.form-field:nth-of-type(4) {
        width:100%;
    }
    #wforms-form-7 tr.form-field:nth-of-type(4) .field-value input {
        float:left;
        margin-right:10px;
    }
    #wforms-form-7 tr, #wforms-form-7 td {
        border:none;
    }
    #wforms-form-7 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .9rem;
    }
    #wforms-form-7 td.field-name {
        padding:0;
        color:#7fdc60;
        font-size:80%;
        display:none;
    }
    #wforms-form-7 td.field-value {
        padding:0 0;
    }
    #wforms-form-7 td input[type="text"], #wforms-form-7 td textarea {
        outline:none;
        width:100%;
        border: 1px solid #01334D;
        padding:12px 15px 12px 20px;
        background:rgba(255,255,255,1);
        color: #01334D; font-family: 'Lato', sans-serif; font-size: 18px;
        height:60px;
        box-shadow: 10px 10px 0px #7FDB60;
    }
    #wforms-form-7 td input[type="text"]::-webkit-input-placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }
   #wforms-form-7 td input[type="text"]:-ms-input-placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }
   #wforms-form-7 td input[type="text"]::-ms-input-placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }
   #wforms-form-7 td input[type="text"]::placeholder { color: #01334D; font-family: 'Lato', Sans-serif; font-style: normal; font-weight: normal; font-size: 18px; }

    #wforms-form-7 td input.error, #wforms-form-7 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-7 td input[type="file"] {
        color: rgba(0,0,0,.7);
        font-style:oblique;
        width: 100%;
    }
   /* #wforms-form-2 td input[type="file"] ~ p {
        display: block;
        width: 36%;
        height: 40px;
        background: #fff;
        margin-top: -40px;
    }
*/
    #wforms-form-7 input[type="submit"] {
        cursor: pointer;
    	border: none;
    	background:#01334D;
    	font-family: 'Lato', sans-serif;
    	color:#7FDB60;
    	padding: 20px 30px;
    	width:255px;
    	font-size: 18px;
    	box-shadow: 0px 0px 50px rgba(1,50,77,.05);
    	transition:.5s;
    	height:60px;

    }    

    #wforms-form-7 input[type="submit"]:hover {
    	box-shadow: 0px 0px 0px rgba(1,50,77,.8);
    }
    #wforms-form-7 input[type="submit"]:active {
    	
    }

    #wforms-form-7 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-7 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-7 p {
        margin-bottom:10px
    }
    #wforms-form-7 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-7 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-7 .wa-captcha strong {
        margin-right: 5px;
    } 
    @media screen and (max-width: 1100px) {
        #wforms-form-7 {
            flex-direction:column;
            align-items: center;
        }
        
         #wforms-form-7   table {
        width: 302px
        }
        #wforms-form-7 tbody {
            justify-content: center;
        }
        #wforms-form-7 tr.form-field {
            margin-right:0;
            width:100%;
            max-width:302px;
        }
        #wforms-form-7 input[type="submit"] {
    	width:302px;
        }   
    }
    
    /*---------------
#wforms-form-8
----------------*/
#wforms-form-8 {
        margin: auto auto;
        width:100%;
        display:flex;
        flex-direction:column;
    }
    #wforms-form-8 tr.form-field {
        display:flex;
        flex-direction:column;
    }
    #wforms-form-8 tr, #wforms-form-8 td {
        border:none;
    }
    #wforms-form-8 tr.form-field:nth-of-type(3) {
        display:flex;
        flex-direction:row-reverse;
        justify-content: left;
    }
    #wforms-form-8 tr.form-field:nth-of-type(3) td.field-name {
        display: table-cell;
        padding:4px 0;
    }
    #wforms-form-8 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .7rem;
    }
    #wforms-form-8 td.field-name{
        display:none;
        padding:0;
        color:#7fdc60;
        font-size:80%;
    }

    #wforms-form-8 td.field-value {
        padding:5px 0;
    }
    #wforms-form-8 td input[type="text"], #wforms-form-8 td textarea {
        outline:none;
        width:100%;
        border-bottom: 1px solid #7fdc60;
        padding:12px 5px;
        background:rgba(255,255,255,.03);
        color:#fff;
    }
    #wforms-form-8 td input.error, #wforms-form-8 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-8 td input[type="file"] {
        color: rgba(255,255,255,.7);
        font-style:oblique;
        width: 100%;
    }
   /* #wforms-form-8 td input[type="file"] ~ p {
        display: block;
        width: 36%;
        height: 40px;
        background: #fff;
        margin-top: -40px;
    }
*/
    #wforms-form-8 td select, #wforms-form-8 td select option {
        padding:15px
    }
/*    #wforms-form-8 td select {
      font: inherit;
      letter-spacing: inherit;
      word-spacing: inherit;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
    }*/

    
    #wforms-form-8 td select:not([multiple]) {
        width: 100%;
        background-color: rgba(255,255,255,.03);
        padding-right: 1.2em;
        color: #858585;
        outline: none;
        border: none;
        text-transform: uppercase;
        font-weight:bold;
    }

    #wforms-form-8 input[type="submit"] {
        padding:20px;
        cursor: pointer;
    	border: none;
    	background:#7fdc60;
    	color:#01334d;
    	font-weight:bold;
    	text-transform:uppercase;
    	border-radius: 8px;
    	padding: 20px 30px;
    	width:min-content;
    	/*font-size: 1.3em;*/
    	box-shadow: 0px 0px 50px rgba(127,220,96,.4);
    	transition:.5s

    }    

    #wforms-form-8 input[type="submit"]:hover {
    	box-shadow: 0px 0px 5px rgba(127,220,96,.8);
    }
    #wforms-form-8 input[type="submit"]:active {
    	
    }

    #wforms-form-8 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-8 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-8 p {
        margin-bottom:10px
    }
    #wforms-form-8 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-8 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-8 .wa-captcha strong {
        margin-right: 5px;
    } 
    /*---------------
#wforms-form-9
----------------*/
#wforms-form-9 {
        margin: auto auto;
        width:100%;
        display:flex;
        flex-direction:column;
    }
    #wforms-form-9 tr.form-field {
        display:flex;
        flex-direction:column;
    }
    #wforms-form-9 tr, #wforms-form-9 td {
        border:none;
    }
    #wforms-form-9 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .7rem;
    }
    #wforms-form-9 td.field-name {
        padding:0;
        color:#7fdc60;
        font-size:80%;
    }
    #wforms-form-9 td.field-value {
        padding:5px 0;
    }
    #wforms-form-9 td input[type="text"], #wforms-form-9 td textarea {
        outline:none;
        width:100%;
        border-bottom: 1px solid #7fdc60;
        padding:12px 5px;
        background:rgba(255,255,255,.03);
        color:#fff;
    }
    #wforms-form-9 td input.error, #wforms-form-9 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-9 td input[type="file"] {
        color: rgba(255,255,255,.7);
        font-style:oblique;
        width: 100%;
    }
   /* #wforms-form-9 td input[type="file"] ~ p {
        display: block;
        width: 36%;
        height: 40px;
        background: #fff;
        margin-top: -40px;
    }
*/
    #wforms-form-9 input[type="submit"] {
        padding:20px;
        cursor: pointer;
        border: none;
        background:#7fdc60;
        color:#01334d;
        font-weight:bold;
        text-transform:uppercase;
        border-radius: 8px;
        padding: 20px 30px;
        width:min-content;
        /*font-size: 1.3em;*/
        box-shadow: 0px 0px 50px rgba(127,220,96,.4);
        transition:.5s

    }    

    #wforms-form-9 input[type="submit"]:hover {
        box-shadow: 0px 0px 5px rgba(127,220,96,.8);
    }
    #wforms-form-9 input[type="submit"]:active {
        
    }

    #wforms-form-9 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-9 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-9 p {
        margin-bottom:10px
    }
    
    #wforms-form-9 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-9 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-9 .wa-captcha strong {
        margin-right: 5px;
    }
    
    
    
    /*---------------
#wforms-form-15
----------------*/
#wforms-form-15 {
        margin: auto auto;
        width:100%;
        display:flex;
        flex-direction:column;
    }
    #wforms-form-15 tr.form-field {
        display:flex;
        flex-direction:column;
    }
    #wforms-form-15 tr, #wforms-form-15 td {
        border:none;
    }

    #wforms-form-15 tr.form-field:nth-of-type(6) {
        display:flex;
        flex-direction:row-reverse;
        justify-content: left;
    }
    #wforms-form-15 tr.form-field:nth-of-type(6) td.field-name {
        display: table-cell;
        padding:4px 0;
    }
    
    #wforms-form-15 td label.error {
        color:#ff8d8d;
        font-style:oblique;
        font-size: .7rem;
    }
    #wforms-form-15 td.field-name{
        display:none;
        padding:0;
        color:#7fdc60;
        font-size:80%;
    }

    #wforms-form-15 td.field-value {
        padding:5px 0;
    }
    #wforms-form-15 td input[type="text"], #wforms-form-15 td textarea {
        outline:none;
        width:100%;
        border-bottom: 1px solid #7fdc60;
        padding:12px 5px;
        background:rgba(255,255,255,.03);
        color:#fff;
    }
    #wforms-form-15 td input.error, #wforms-form-15 td textarea.error {
        border: 1px solid #ff8d8d;
    }    
    #wforms-form-15 td input[type="file"] {
        color: rgba(255,255,255,.7);
        font-style:oblique;
        width: 100%;
    }
   /* #wforms-form-15 td input[type="file"] ~ p {
        display: block;
        width: 36%;
        height: 40px;
        background: #fff;
        margin-top: -40px;
    }
*/
    #wforms-form-15 td select, #wforms-form-15 td select option {
        padding:15px
    }

/*    #wforms-form-15 td select {
      font: inherit;
      letter-spacing: inherit;
      word-spacing: inherit;
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
    }*/

    
    #wforms-form-15 td select:not([multiple]) {
        width: 100%;
        background-color: rgba(255,255,255,.03);
        padding-right: 1.2em;
        color: #848484;
        outline: none;
        border: none;
        text-transform: uppercase;
        font-weight:bold;
    }
    #wforms-form-15 input[type="submit"] {
        padding:20px;
        cursor: pointer;
    	border: none;
    	background:#7fdc60;
    	color:#01334d;
    	font-weight:bold;
    	text-transform:uppercase;
    	border-radius: 8px;
    	padding: 20px 30px;
    	width:min-content;
    	/*font-size: 1.3em;*/
    	box-shadow: 0px 0px 50px rgba(127,220,96,.4);
    	transition:.5s

    }    
    #wforms-form-15 input[type="file"]::file-selector-button {
      margin-right: 20px;
      border: none;
      background:#7fdc60;
      padding: 10px 20px;
      border-radius: 10px;
      color:#01334d;
      cursor: pointer;
      transition: background .2s ease-in-out;
    }
    #wforms-form-15 input[type="submit"]:hover {
    	box-shadow: 0px 0px 5px rgba(127,220,96,.8);
    }
    #wforms-form-15 input[type="submit"]:active {
    	
    }

    #wforms-form-15 .wform-success {
        color: #7fdc60!important;
        padding-top:20px;
    }
    #wforms-form-15 .wform-error {
        color: #ff8d8d!important;
        padding-top:20px; 
    }
    #wforms-form-15 p {
        margin-bottom:10px
    }
    #wforms-form-15 .wa-captcha p {
        width:100%;
        display:flex;
        align-items:center;
    }
    #wforms-form-15 .wa-captcha p img {
        margin-top:0;
    }
    #wforms-form-15 .wa-captcha strong {
        margin-right: 5px;
    } 
    
    /*SLICK SLIDER STYLES*/
    .slick-dots li button:before {
        font-size:10px!important;
        color: #01334D!important;
    }
    .slick-dots li.slick-active button:before {
        opacity: 1;
        color: #7FDB60!important
    }
/*JIVOSITE BOTTOM CHAT LABEL*/ 
    #jvlabelWrap {
       /* display:none;*/
       margin-bottom:-40px;
        right:30px;
    }