
/* Normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
html {
    font-family: "Poppins", sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*COLOR
--------------------------------------------------*/
/*DEFAULT
--------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #00aced;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
    color: #e89e41;
    text-decoration: none;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.table {
    border-collapse: collapse !important;
}

.table td,
.table th {
    background-color: transparent !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid #333333 !important;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

ul li:last-child {
    margin-bottom: 0 !important;
}

ol {
    padding: 0 0 0 20px;
    margin: 0;
}

ol li:last-child {
    margin-bottom: 0 !important;
}

section {
    position: relative;
}

.hidden {
    display: none;
}

.noscroll {
    padding-right: 17px;
    overflow: hidden;
}

/*Wordpress WYSIWYG Setting*/
.wp-caption,
.wp-caption * {
    text-align: left;
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.wp-caption p {
    font-size: 0.9em;
    font-style: italic;
    margin-top: 10px;
    opacity: 0.85;
}

img.centered,
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignright {
    max-width: 100%;
    padding: 0;
    margin: 0 0 5px 15px;
    display: inline;
}

img.alignleft {
    max-width: 100%;
    padding: 0;
    margin: 0 15px 5px 0;
    display: inline;
}

.alignright {
    margin: 0 0 5px 15px;
    float: right;
}

.alignleft {
    margin: 0 15px 5px 0;
    float: left;
}

/*TYPOGRAPHY
--------------------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: 'Merriweather ', sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 2rem;
    margin-bottom: .75rem;
}

h1,
.h1 {
    font-size: 2.125em;
}

h2,
.h2 {
    font-size: 1.875em;
}

h3,
.h3 {
    font-size: 1.625em;
}

h4,
.h4 {
    font-size: 1.375em;
}

h5,
.h5 {
    font-size: 1.125em;
}

h6,
.h6 {
    font-size: 1em;
    font-weight: 700;
}

p {
    font-size: 1em;
    line-height: 1.5;
    margin: 0 0 30px 0;
}

p:last-child {
    margin-bottom: 0 !important;
}

/*MINI DESKTOP
--------------------------------------------------*/
/*MINI TABLET
--------------------------------------------------*/
/*MOBILE PORTRAIT
--------------------------------------------------*/
/*FORMS
--------------------------------------------------*/
.form-fields {
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}

.form-fields label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.form-fields hr {
    /* height: 2em; */
    width: 100%;
    margin: 30px 0;
    border-color: #6d6d6db6;
}
.hr-text-left {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: left;
    height: 1.5em;
    opacity: .5;

    &:before {
        content: '';
        background: #919191;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
    }

    &:after {
        font-weight: bold;
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 .5em;
        line-height: 1.5em;
        color: black;
        background-color: #fcfcfa;
    }
}
.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;

    &:before {
        content: '';
        
        background: #919191;
        position: absolute;
        left: 0;
        top: 50%;
        width: 100%;
        height: 2px;
    }

    &:after {
        font-weight: bold;
        content: attr(data-content);
        position: relative;
        display: inline-block;
        color: black;
        padding: 0 .5em;
        line-height: 1.5em;
        color: black;
        background-color: #fcfcfa;
    }
}

.form-fields .form-group {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 15px;
    position: relative;
}

.form-fields .form-group label {
    margin-bottom: 5px;
}

.form-fields .form-group.group-half {
    width: 50%;
}

.form-fields .form-group.grid-100 {
    width: 100%;
}

.form-fields .form-group.grid-50 {
    width: 50%;
}

.form-fields .form-group.grid-25 {
    width: 25%;
}

.form-fields .form-group.grid-15 {
    width: 15%;
}

.form-fields .form-group.grid-10 {
    width: 10%;
}

.form-fields .btn-wrapper {
    padding: 0 15px;
}

.form-fields .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-fields .wpcf7-radio .wpcf7-list-item {
    margin: 0 15px 0 0;
}

.form-fields .wpcf7-radio label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-fields .wpcf7-radio label input {
    margin-right: 5px;
}

.form-fields .wpcf7-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-fields .wpcf7-checkbox .wpcf7-list-item {
    margin: 0 15px 0 0;
}

.form-fields .wpcf7-checkbox label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.form-fields .wpcf7-checkbox label input {
    margin-right: 5px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.form-input {
    width: 100%;
    height: 45px;
    font-size: 1em;
    line-height: normal;
    color: #444444;
    background: #fbfbfb;
    padding: 0 15px;
    border: 2px solid #dfdfdf;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.form-input:focus {
    background-color: #ffffff;
    border-color: #00aced;
}

.form-input::-webkit-input-placeholder {
    color: #919191;
}

.form-input:-ms-input-placeholder {
    color: #919191;
}

.form-input::-ms-input-placeholder {
    color: #919191;
}

.form-input::placeholder {
    color: #919191;
}

.form-input:disabled {
    background-color: #f9e4c9;
}

.form-select {
    width: 100%;
    height: 45px;
    font-size: 1em;
    line-height: normal;
    color: #444444;
    background: #fbfbfb url(img/icons/chevron-down.svg) right 17px center no-repeat;
    background-size: 16px 9px;
    padding: 0 15px;
    border: 2px solid #e4e4e4;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-select option {
    color: #444444;
}

.form-select:focus {
    background-color: #ffffff;
    border-color: #00aced;
}

.form-textarea {
    width: 100%;
    height: 150px;
    font-size: 1em;
    line-height: 1.5;
    color: #444444;
    background: #fbfbfb;
    padding: 15px;
    border: 2px solid #eeeeee;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form-textarea:focus {
    background-color: #ffffff;
    border-color: #00aced;
}

.form-textarea::-webkit-input-placeholder {
    color: #919191;
}

.form-textarea:-ms-input-placeholder {
    color: #919191;
}

.form-textarea::-ms-input-placeholder {
    color: #919191;
}

.form-textarea::placeholder {
    color: #919191;
}

.form-switch {
    width: 62px !important;
    height: 27px;
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    /* Rounded sliders */
}

.form-switch input {
    width: 62px !important;
    height: 27px;
    opacity: 0;
}

.form-switch .slider {
    background-color: #ccc;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
}

.form-switch .slider:before {
    content: "";
    height: 19px;
    width: 19px;
    background-color: white;
    position: absolute;
    left: 4px;
    bottom: 4px;
    -webkit-transition: .4s;
    transition: .4s;
}

.form-switch input:checked+.slider {
    background-color: #00aced;
}

.form-switch input:checked+.slider:hover {
    background: #6a43af;
}

.form-switch input:focus+.slider {
    -webkit-box-shadow: 0 0 1px #00aced;
    box-shadow: 0 0 1px #00aced;
}

.form-switch input:checked+.slider:before {
    -webkit-transform: translateX(33px);
    transform: translateX(33px);
}

.form-switch .slider.round {
    border-radius: 27px;
}

.form-switch .slider.round:before {
    border-radius: 50%;
}

.form-switch.form-switch2 {
    width: 55px !important;
}

.form-switch.form-switch2 input:checked+.slider:before {
    -webkit-transform: translateX(28px);
    transform: translateX(28px);
}

@media only screen and (max-width: 1024px) {
    .form-fields hr {
        margin: 20px 0;
    }

    .form-fields .form-group.group-half {
        width: 100%;
    }

    .form-fields .form-group.grid-100 {
        width: 100%;
    }

    .form-fields .form-group.grid-50 {
        width: 100%;
    }

    .form-fields .form-group.grid-25 {
        width: 100%;
    }

    .form-fields .form-group.grid-15 {
        width: 100%;
    }

    .form-fields .form-group.grid-10 {
        width: 100%;
    }
}

/*BUTTONS
--------------------------------------------------*/
.btn-lg {
    height: 50px;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 5px 35px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    cursor: pointer;
}

.btn-md {
    height: 40px;
    font-size: 15px;
    line-height: 1;
    text-align: center;
    padding: 5px 25px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    cursor: pointer;
}

.btn-sm {
    height: 30px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 5px 20px;
    border-radius: 4px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    cursor: pointer;
}

.btn-xs {
    height: 27px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    padding: 5px 10px;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.btn-navy {
    color: #ffffff !important;
    background: #00aced;
    border: 1px solid #00aced !important;
    position: relative;
    overflow: hidden;
}

.btn-navy:hover {
    color: #ffffff !important;
    border: 1px solid #2957c0 !important;
}

.btn-navy:hover::before {
    width: 100%;
}

.btn-navy:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1a3675;
    content: '';
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
}

.btn-navy:focus {
    color: #ffffff;
}

.btn-navy:disabled,
.btn-navy:hover :disabled {
    color: #ffffff !important;
    background: #12254f;
    border: 1px solid #00aced;
    opacity: 0.35;
}

.btn-yellow {
    color: #ffffff;
    background: #e89e41;
    border: 1px solid #e89e41;
    position: relative;
    overflow: hidden;
}

.btn-yellow:hover {
    color: #ffffff !important;
    border: 1px solid #e89e41;
}

.btn-yellow:hover::before {
    width: 100%;
}

.btn-yellow:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #e5922a;
    content: '';
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
}

.btn-yellow:focus {
    color: #ffffff;
}

.btn-yellow:disabled,
.btn-yellow:hover :disabled {
    color: #ffffff !important;
    background: #e8a045;
    border: 1px solid #e89e41;
    opacity: 0.35;
}

.btn-aqua {
    color: #ffffff;
    background: #209ebb;
    border: 1px solid #209ebb;
    position: relative;
    overflow: hidden;
}

.btn-aqua:hover {
    color: #ffffff !important;
    border: 1px solid #209ebb;
}

.btn-aqua:hover::before {
    width: 100%;
}

.btn-aqua:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #1c8ca5;
    content: '';
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
}

.btn-aqua:focus {
    color: #ffffff;
}

.btn-aqua:disabled,
.btn-aqua:hover :disabled {
    color: #ffffff !important;
    background: #21a1bf;
    border: 1px solid #209ebb;
    opacity: 0.35;
}

.btn-sky {
    color: #ffffff;
    background: #1b1b1b;
    border: 1px solid #8ecae6;
    position: relative;
    overflow: hidden;
}

.btn-sky:hover {
    color: #ffffff !important;
    border: 1px solid #383838;
}

.btn-sky:hover::before {
    width: 100%;
}

.btn-sky:before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #303030;
    content: '';
    -webkit-transition: width 300ms ease;
    transition: width 300ms ease;
}

.btn-sky:focus {
    color: #ffffff;
}

.btn-sky:disabled,
.btn-sky:hover :disabled {
    color: #ffffff !important;
    background: #92cce7;
    border: 1px solid #8ecae6;
    opacity: 0.35;
}

.btn-line {
    color: #00aced;
    border: 1px solid #00aced;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.btn-line:hover {
    color: #ffffff !important;
    background: #e89e41;
    border: 1px solid #e89e41;
}

.btn-line:hover::before {
    width: 100%;
}

.btn-line:focus {
    color: #00aced;
}

.btn-line:disabled,
.btn-line:hover :disabled {
    color: #ffffff !important;
    background: #e8a045;
    border: 1px solid #e89e41;
    opacity: 0.35;
}

.btn-mobile {
    cursor: pointer;
}

.btn-mobile div {
    width: 25px;
    height: 3px;
    background: #ffffff;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-mobile div:last-child {
    margin-bottom: 0;
}

.btn-mobile:hover div {
    background: #e89e41;
}

.btn-close {
    cursor: pointer;
}

/*RESPONSIVE EMBED
--------------------------------------------------*/
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

/*DESKTOP
--------------------------------------------------*/
body {
    font: 300 17px 'Merriweather Sans', sans-serif;
    line-height: 1;
    color: #444444;
    background: #ffffff;
    overflow-x: hidden;
}

.container {
    width: 100%;
    max-width: 1300px;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
}

img {
    max-width: 100%;
    height: auto;
}

hr {
    border-top: 0;
    margin: 50px 0;
}

.videoWrapper {
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 */
    position: relative;
    overflow: hidden;
}

.videoWrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}

.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*NOTICE
--------------------------------------------------*/
.cw-notice {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    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;
    background: #209ebb;
    overflow: hidden;
}

.cw-notice .btn-xs {
    font-weight: 400;
    margin-left: 5px;
    z-index: 500;
}

.cw-notice:after {
    content: '';
    top: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    height: 220px;
    position: absolute;
    z-index: 1;
    -webkit-animation: slide 1s infinite 3s;
    animation: slide 1s infinite 3s;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.25)), color-stop(99%, rgba(128, 186, 232, 0)), to(rgba(125, 185, 232, 0)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
    /* IE6-9 */
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

/*HEADER
--------------------------------------------------*/
header {
    background: #00aced;
    position: relative;
    z-index: 2;
}

header .row:first-child .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header .row:first-child .container .logo {
    padding: 20px 20px 20px 0;
}

header .row:first-child .container .contact {
    padding-left: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .row:first-child .container .contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .row:first-child .container .contact a strong {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.25em;
    color: #ffffff;
    margin-bottom: 5px;
    display: inline-block;
}

header .row:first-child .container .contact a small {
    font-size: 10px;
    text-transform: uppercase;
    color: #ffffff;
    opacity: 0.75;
}

header .row:first-child .container .contact:before {
    content: '';
    width: 45px;
    height: 45px;
    background: url(img/icons/support.svg) center no-repeat;
    background-size: 25px 25px;
    margin-right: 10px;
    border: 2px solid rgba(255, 255, 255, 0.85);
    border-radius: 100%;
    display: block;
}

header .row:last-child {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

header nav {
    height: 54px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 2;
}

header nav .home {
    display: none;
}

header nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header nav ul li {
    margin: 0 15px;
    position: relative;
}

header nav ul li a {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

header nav ul li a:hover {
    color: #e89e41;
}

header nav ul li.menu-parent-item>a:after {
    content: '';
    background: url(img/icons/angle-down.svg);
    background-size: 100%;
    width: 12px;
    height: 7px;
    margin-left: 7px;
    margin-top: 3px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

header nav ul li.menu-parent-item>ul {
    width: auto;
    text-align: left;
    background: white;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35) !important;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35) !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

header nav ul li.menu-parent-item>ul li {
    width: 100%;
    margin: 0 0 0 0;
}

header nav ul li.menu-parent-item>ul li a {
    width: 100%;
    font-weight: 400;
    text-transform: none;
    color: #000000;
    padding: 12px 15px;
    display: block;
    white-space: nowrap;
}

header nav ul li.menu-parent-item>ul li a:before {
    display: none;
}

header nav ul li.menu-parent-item>ul li a:after {
    display: none;
}

header nav ul li.menu-parent-item>ul li a:hover {
    background: #e2f1f8;
}

header nav ul li.menu-parent-item>ul li.menu-parent-item ul {
    display: none;
    position: absolute;
    left: -100%;
    top: 0;
}

header nav ul li.menu-parent-item>ul li.menu-parent-item ul:before {
    display: none;
}

header nav ul li.menu-parent-item>ul li.menu-parent-item ul li a {
    color: #333333;
    background: none;
}

header nav ul li.menu-parent-item>ul li.menu-parent-item ul li a:hover {
    color: #ffffff;
    background: #e89e41;
}

header nav ul li.menu-parent-item>ul li.menu-parent-item:hover ul {
    display: block;
}

header nav ul li.menu-parent-item>ul li:hover a {
    background: #e2f1f8;
}

header nav ul li.menu-parent-item>ul:before {
    content: '';
    width: 100%;
    height: 5px;
    background: #8ecae6;
}

header nav ul li.menu-parent-item:hover>a {
    color: #e89e41;
}

header nav ul li.menu-parent-item:hover ul {
    visibility: visible;
    opacity: 1;
}

header nav ul li.current-menu-item a {
    color: #e89e41;
}

header nav .mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

header nav .mobile {
    display: none;
}

/*SLIDESHOW
--------------------------------------------------*/
.cw-slideshow {
    width: 100%;
    max-height: 600px;
    background: url(img/bg-slideshow.jpg);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cw-slideshow .slider {
    height: inherit;
}

.cw-slideshow .slider .slide {
    height: inherit;
    color: #00aced;
    padding-top: 50px;
    position: relative;
    outline: none;
}

.cw-slideshow .slider .slide .wrapper {
    width: 100%;
    z-index: 2;
}

.cw-slideshow .slider .slide .wrapper .container {
    padding: 0 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-slideshow .slider .slide .wrapper .container .left {
    width: 40%;
}

.cw-slideshow .slider .slide .wrapper .container .right {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cw-slideshow .slider .slide .wrapper .title {
    font-size: 3em;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cw-slideshow .slider .slide .wrapper .description {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 2px;
    margin-bottom: 40px;
}

.cw-slideshow .slider .slick-arrow {
    width: 23px;
    height: 85px;
    margin-top: 0;
    z-index: 100;
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-slideshow .slider .slick-arrow:before {
    display: none;
}

.cw-slideshow .slider .slick-arrow:hover {
    opacity: 1;
}

.cw-slideshow .slider .slick-prev {
    background: url(img/icons/b-arrow-prev.svg) no-repeat;
    opacity: 0.75;
    left: 2%;
}

.cw-slideshow .slider .slick-next {
    background: url(img/icons/b-arrow-next.svg) no-repeat;
    right: 2%;
}

.cw-slideshow .slick-list {
    height: inherit;
}

/*SERVICES
--------------------------------------------------*/
.cw-services {
    color: #ffffff;
    background: #e89e41;
    padding: 0;
}

.cw-services .items {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cw-services .items .item {
    width: 33.33%;
    padding: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cw-services .items .item:last-child {
    border-right: 0;
}

.cw-services .items .box {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 15px 0;
    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;
}

.cw-services .items .box img {
    margin-bottom: 10px;
}

.cw-services .items .box svg {
    margin-bottom: 10px;
}

.cw-services .items .box svg path,
.cw-services .items .box svg circle {
    fill: #ffffff;
}

.cw-services .items .box strong {
    margin-bottom: 15px;
}

.cw-services .items .box small {
    line-height: 1.5;
}

.cw-services .items .box:hover,
.cw-services .items .box:focus {
    color: #333333;
    background: #ffffff;
}

.cw-services .items .box:hover svg,
.cw-services .items .box:focus svg {
    margin-bottom: 10px;
}

.cw-services .items .box:hover svg path,
.cw-services .items .box:hover svg circle,
.cw-services .items .box:focus svg path,
.cw-services .items .box:focus svg circle {
    fill: #e89e41;
}

/*ADVISORY
--------------------------------------------------*/
.cw-advisory {
    color: #444444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(50%, #ffffff));
    background-image: linear-gradient(to bottom, #f8f8f8, #ffffff 50%);
    padding: 30px 0;
}

.cw-advisory .container {
    max-width: 1200px;
}

.cw-advisory h3 {
    font-size: 1.5em;
    font-weight: 700;
    color: #00aced;
}

.cw-advisory .slider {
    position: relative;
}

.cw-advisory .slider .slide {
    padding: 0;
    outline: none !important;
}

.cw-advisory .slider .slide .box {
    background: rgba(238, 220, 180, 0);
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-advisory .slider .slide .box .thumb {
    width: 300px;
    padding: 20px;
    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;
}

.cw-advisory .slider .slide .box .thumb img {
    width: 100%;
    height: auto;
}

.cw-advisory .slider .slide .box .content {
    width: 80%;
    padding: 30px 30px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cw-advisory .slider .slide .box .content .btn-line {
    border: 1px solid rgba(17, 35, 75, 0.25);
    -ms-flex-item-align: start;
    align-self: flex-start;
}

.cw-advisory .slider .slide .box .content .btn-line:hover {
    background: #209ebb;
    border: 1px solid #209ebb;
}

.cw-advisory .slider .slick-arrow {
    width: 12px;
    height: 20px;
    margin-top: -10px;
    z-index: 100;
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-advisory .slider .slick-arrow:before {
    display: none;
}

.cw-advisory .slider .slick-arrow:hover {
    opacity: 1;
}

.cw-advisory .slider .slick-prev {
    background: url(img/icons/angle-left.svg) no-repeat;
    opacity: 0.75;
    left: -25px;
}

.cw-advisory .slider .slick-next {
    background: url(img/icons/angle-right.svg) no-repeat;
    right: -25px;
}

.advisory-details ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.advisory-details ul li {
    font-size: 0.85em;
    line-height: 1.5;
    list-style: disc;
    margin-bottom: 10px;
}

.advisory-details ul li li {
    list-style: circle;
}

.advisory-details ol {
    margin-top: 10px;
    margin-bottom: 30px;
}

.advisory-details ol li {
    font-size: 0.85em;
    line-height: 1.5;
    margin-bottom: 10px;
}

.cw-advisories {
    color: #444444;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(50%, #ffffff));
    background-image: linear-gradient(to bottom, #f8f8f8, #ffffff 50%);
    padding: 30px 0;
    overflow: hidden;
}

.cw-advisories .container {
    max-width: 1200px;
}

.cw-advisories h2 {
    font-weight: 700;
    color: #00aced;
}

.cw-advisories .slider {
    margin: 0 -10px;
    position: relative;
}

.cw-advisories .slider .slide {
    padding: 0 10px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none !important;
}

.cw-advisories .slider .slide a.box {
    width: 100%;
    line-height: 1.3;
    color: #444444;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    outline: none !important;
}

.cw-advisories .slider .slide a.box .thumb {
    position: relative;
}

.cw-advisories .slider .slide a.box .thumb img {
    width: 100%;
    height: auto;
}

.cw-advisories .slider .slide a.box .thumb .readmore {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    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;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-advisories .slider .slide a.box .thumb .readmore span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    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;
}

.cw-advisories .slider .slide a.box .content {
    padding: 15px 20px 15px 20px;
}

.cw-advisories .slider .slide a.box .content .title {
    font-weight: 400;
    color: #00aced;
    margin-bottom: 10px;
    display: block;
}

.cw-advisories .slider .slide a.box .content p {
    font-size: 12px;
    opacity: 0.85;
}

.cw-advisories .slider .slide a.box:hover {
    color: inherit;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cw-advisories .slider .slide a.box:hover .thumb .readmore {
    opacity: 1;
}

.cw-advisories .slider .slide a.box:focus {
    color: inherit;
}

.cw-advisories .slider .slick-arrow {
    width: 12px;
    height: 20px;
    margin-top: -20px;
    z-index: 100;
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-advisories .slider .slick-arrow:before {
    display: none;
}

.cw-advisories .slider .slick-arrow:hover {
    opacity: 1;
}

.cw-advisories .slider .slick-prev {
    background: url(img/icons/angle-left.svg) no-repeat;
    opacity: 0.75;
    left: -15px;
}

.cw-advisories .slider .slick-next {
    background: url(img/icons/angle-right.svg) no-repeat;
    right: -15px;
}

.cw-advisories .archive {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cw-advisories .archive .item {
    width: 33.33%;
    padding: 0 10px 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none !important;
}

.cw-advisories .archive .item a.box {
    width: 100%;
    line-height: 1.3;
    color: #444444;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    outline: none !important;
}

.cw-advisories .archive .item a.box .thumb {
    position: relative;
}

.cw-advisories .archive .item a.box .thumb img {
    width: 100%;
    height: auto;
}

.cw-advisories .archive .item a.box .thumb .readmore {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    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;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-advisories .archive .item a.box .thumb .readmore span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    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;
}

.cw-advisories .archive .item a.box .content {
    padding: 15px 20px 15px 20px;
}

.cw-advisories .archive .item a.box .content .title {
    font-weight: 400;
    color: #00aced;
    margin-bottom: 10px;
    display: block;
}

.cw-advisories .archive .item a.box .content p {
    font-size: 12px;
    opacity: 0.85;
}

.cw-advisories .archive .item a.box:hover {
    color: inherit;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cw-advisories .archive .item a.box:hover .thumb .readmore {
    opacity: 1;
}

.cw-advisories .archive .item a.box:focus {
    color: inherit;
}

.cw-advisories .archive .slick-arrow {
    width: 12px;
    height: 20px;
    margin-top: -20px;
    z-index: 100;
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-advisories .archive .slick-arrow:before {
    display: none;
}

.cw-advisories .archive .slick-arrow:hover {
    opacity: 1;
}

.cw-advisories .archive .slick-prev {
    background: url(img/icons/angle-left.svg) no-repeat;
    opacity: 0.75;
    left: -15px;
}

.cw-advisories .archive .slick-next {
    background: url(img/icons/angle-right.svg) no-repeat;
    right: -15px;
}

.cw-advisories.normal .container {
    max-width: 1300px;
}

/*TOOLS
--------------------------------------------------*/
.cw-tools {
    padding: 30px 0;
}

.cw-tools .items {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cw-tools .items .item {
    width: 16.66%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cw-tools .items .box {
    width: 100%;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    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;
}

.cw-tools .items .box img {
    margin-bottom: 10px;
}

.cw-tools .items .box strong {
    margin-bottom: 15px;
}

.cw-tools .items .box small {
    line-height: 1.5;
}

.cw-tools .items .box:hover,
.cw-tools .items .box:focus {
    color: inherit;
    background: #e2f1f8;
}

/*NEWS SLIDER
--------------------------------------------------*/
.cw-news-articles {
    background: #f8f8f8;
    padding: 50px 0;
}

.cw-news-articles h1 {
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.cw-news-articles h1 small {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.5;
}

.cw-news-articles h2 {
    font-weight: 700;
    color: #00aced;
}

.cw-news-articles .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cw-news-articles .header .view-all {
    text-align: right;
}

.cw-news-articles .header .view-all a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.cw-news-articles .row {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cw-news-articles .row .col {
    width: 33.33%;
    padding: 0 30px;
}

.cw-news-articles .slider {
    margin: 0 -10px;
    position: relative;
}

.cw-news-articles .slider .slide {
    min-height: 371px;
    padding: 0 10px 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none !important;
}

.cw-news-articles .slider .slide a.box {
    width: 100%;
    line-height: 1.3;
    color: #444444;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    outline: none !important;
}

.cw-news-articles .slider .slide a.box .thumb {
    position: relative;
}

.cw-news-articles .slider .slide a.box .thumb img {
    width: 100%;
    height: auto;
}

.cw-news-articles .slider .slide a.box .thumb .readmore {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    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;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-news-articles .slider .slide a.box .thumb .readmore span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    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;
}

.cw-news-articles .slider .slide a.box .content {
    padding: 15px 20px 15px 20px;
}

.cw-news-articles .slider .slide a.box .content .title {
    font-weight: 400;
    color: #00aced;
    margin-bottom: 10px;
    display: block;
}

.cw-news-articles .slider .slide a.box .content p {
    font-size: 12px;
    opacity: 0.85;
}

.cw-news-articles .slider .slide a.box:hover {
    color: inherit;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cw-news-articles .slider .slide a.box:hover .thumb .readmore {
    opacity: 1;
}

.cw-news-articles .slider .slide a.box:focus {
    color: inherit;
}

.cw-news-articles .slider .slick-arrow {
    width: 12px;
    height: 20px;
    margin-top: -20px;
    z-index: 100;
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-news-articles .slider .slick-arrow:before {
    display: none;
}

.cw-news-articles .slider .slick-arrow:hover {
    opacity: 1;
}

.cw-news-articles .slider .slick-prev {
    background: url(img/icons/angle-left.svg) no-repeat;
    opacity: 0.75;
    left: -15px;
}

.cw-news-articles .slider .slick-next {
    background: url(img/icons/angle-right.svg) no-repeat;
    right: -15px;
}

.cw-news-articles .archive {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cw-news-articles .archive .item {
    width: 33.33%;
    padding: 0 10px 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none !important;
}

.cw-news-articles .archive .item a.box {
    width: 100%;
    line-height: 1.3;
    color: #444444;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    outline: none !important;
}

.cw-news-articles .archive .item a.box .thumb {
    position: relative;
}

.cw-news-articles .archive .item a.box .thumb img {
    width: 100%;
    height: auto;
}

.cw-news-articles .archive .item a.box .thumb .readmore {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    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;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-news-articles .archive .item a.box .thumb .readmore span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    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;
}

.cw-news-articles .archive .item a.box .content {
    padding: 15px 20px 15px 20px;
}

.cw-news-articles .archive .item a.box .content .title {
    font-weight: 400;
    color: #00aced;
    margin-bottom: 10px;
    display: block;
}

.cw-news-articles .archive .item a.box .content p {
    font-size: 12px;
    opacity: 0.85;
}

.cw-news-articles .archive .item a.box:hover {
    color: inherit;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cw-news-articles .archive .item a.box:hover .thumb .readmore {
    opacity: 1;
}

.cw-news-articles .archive .item a.box:focus {
    color: inherit;
}

.cw-news-articles .archive .slick-arrow {
    width: 12px;
    height: 20px;
    margin-top: -20px;
    z-index: 100;
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-news-articles .archive .slick-arrow:before {
    display: none;
}

.cw-news-articles .archive .slick-arrow:hover {
    opacity: 1;
}

.cw-news-articles .archive .slick-prev {
    background: url(img/icons/angle-left.svg) no-repeat;
    opacity: 0.75;
    left: -15px;
}

.cw-news-articles .archive .slick-next {
    background: url(img/icons/angle-right.svg) no-repeat;
    right: -15px;
}

.cw-news-articles.normal .container {
    max-width: 1300px;
}

/*NEWS ARCHIVE
--------------------------------------------------*/
.cw-news-archive {
    background: #f8f8f8;
    padding: 50px 0;
}

.cw-news-archive h1 {
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.cw-news-archive h1 small {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.5;
}

.cw-news-archive .archive {
    margin: 0 -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.cw-news-archive .archive .item {
    width: 33.33%;
    padding: 0 10px 30px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none !important;
}

.cw-news-archive .archive .item a.box {
    width: 100%;
    line-height: 1.3;
    color: #444444;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    outline: none !important;
}

.cw-news-archive .archive .item a.box .thumb {
    position: relative;
}

.cw-news-archive .archive .item a.box .thumb img {
    width: 100%;
    height: auto;
}

.cw-news-archive .archive .item a.box .thumb .readmore {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    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;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-news-archive .archive .item a.box .thumb .readmore span {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    padding: 10px;
    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;
}

.cw-news-archive .archive .item a.box .content {
    padding: 15px 20px 15px 20px;
}

.cw-news-archive .archive .item a.box .content .title {
    font-weight: 400;
    color: #00aced;
    margin-bottom: 10px;
    display: block;
}

.cw-news-archive .archive .item a.box .content p {
    font-size: 12px;
    opacity: 0.85;
}

.cw-news-archive .archive .item a.box:hover {
    color: inherit;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cw-news-archive .archive .item a.box:hover .thumb .readmore {
    opacity: 1;
}

.cw-news-archive .archive .item a.box:focus {
    color: inherit;
}

/*CTA
--------------------------------------------------*/
.cw-cta {
    padding: 50px 0;
}

.cw-cta h2 {
    font-weight: 700;
    color: #00aced;
    margin-bottom: 15px;
}

.cw-cta h4 {
    font-weight: 700;
    color: #00aced;
    margin-bottom: 15px;
}

.cw-cta .row {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cw-cta .row .col:first-child {
    width: 50%;
    padding-right: 20px;
}

.cw-cta .row .col:first-child img {
    width: 100%;
    height: auto;
}

.cw-cta .row .col:last-child {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.cw-cta .row .col:last-child .wrapper {
    width: 100%;
    height: 100%;
    padding: 0px 30px 0 20px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cw-cta .subs .slider {
    margin: 0 -20px;
    position: relative;
}

.cw-cta .subs .slider .slide {
    min-height: 471px;
    padding: 0 20px 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none !important;
}

.cw-cta .subs .slider .slide .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cw-cta .subs .slider .slide .button {
    padding-top: 15px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.cw-cta .subs .slider .slick-arrow {
    width: 12px;
    height: 20px;
    margin-top: -20px;
    z-index: 100;
    opacity: 0.75;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-cta .subs .slider .slick-arrow:before {
    display: none;
}

.cw-cta .subs .slider .slick-arrow:hover {
    opacity: 1;
}

.cw-cta .subs .slider .slick-prev {
    background: url(img/icons/angle-left.svg) no-repeat;
    opacity: 0.75;
    left: -5px;
}

.cw-cta .subs .slider .slick-next {
    background: url(img/icons/angle-right.svg) no-repeat;
    right: -5px;
}

.cw-cta.bg {
    background: #f8f8f8;
}

/*BOARD
--------------------------------------------------*/
.cw-board {
    background: #f8f8f8;
    padding: 100px 0;
}

.cw-board h1 {
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.cw-board h1 small {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.5;
}

.cw-board .chairman {
    color: #ffffff;
    background: #00aced;
    margin-bottom: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-board .chairman .col {
    width: 50%;
}

.cw-board .chairman .col img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.cw-board .chairman .col .wrapper {
    padding: 75px;
}

.cw-board .chairman .col .name {
    margin-top: 50px;
}

.cw-board .chairman .col .name strong {
    font-size: 1.25em;
    margin-bottom: 10px;
    display: block;
}

.cw-board .chairman .col .name small {
    display: block;
}

.cw-board .chairman .col:first-child {
    width: 36.5%;
}

.cw-board .chairman .col:last-child {
    width: 63.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-board .chairman:hover {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cw-board .items {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cw-board .items .item {
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.cw-board .items .item .box {
    line-height: 1.3;
    color: #444444;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-board .items .item .box .thumb {
    position: relative;
}

.cw-board .items .item .box .thumb img {
    width: 100%;
    height: auto;
}

.cw-board .items .item .box .content {
    text-align: center;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cw-board .items .item .box .content .position {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #209ebb;
    margin-top: 10px;
}

.cw-board .items .item .box .content .department {
    margin-bottom: 20px;
}

.cw-board .items .item .box .content a.email {
    font-size: 0.85em;
    color: #e89e41;
}

.cw-board .items .item .box .content a.email:hover {
    color: #209ebb;
}

.cw-board .items .item .box:hover {
    color: default;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cw-board .items .item .box:focus {
    color: inherit;
}

.people-details {
    padding: 20px;
}

.people-details h3 {
    font-weight: 700;
    text-transform: uppercase;
    color: #00aced;
}

.people-details h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #e89e41;
    margin-bottom: 10px;
}

.people-details h6 {
    font-weight: 700;
    color: #00aced;
    margin-bottom: 5px;
    opacity: 0.75;
}

.people-details strong {
    color: #00aced;
    opacity: 0.75;
}

.people-details hr {
    margin-bottom: 30px;
}

.people-details ul {
    padding-left: 30px;
    margin-bottom: 30px;
}

.people-details ul li {
    font-size: 0.85em;
    list-style: circle;
    line-height: 1.5;
    margin-top: 5px;
}

.people-details ul:last-child {
    margin-bottom: 0;
}

.people-details ol {
    padding-left: 15px;
    margin-bottom: 30px;
}

.people-details ol li {
    font-size: 0.85em;
    line-height: 1.5;
    margin-top: 5px;
}

.people-details ol:last-child {
    margin-bottom: 0;
}

.people-details .flex {
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.people-details .flex .left {
    width: 30%;
    padding: 9px 20px 0 0;
}

.people-details .flex .right {
    width: 70%;
}

/*VIDEOS
--------------------------------------------------*/
.cw-videos {
    background: #f8f8f8;
    padding: 100px 0;
}

.cw-videos h1 {
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.cw-videos h1 small {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.5;
}

.cw-videos .items {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cw-videos .items .item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.cw-videos .items .item .box {
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    color: #444444;
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-videos .items .item .box .thumb {
    position: relative;
}

.cw-videos .items .item .box .thumb img {
    width: 100%;
    height: auto;
}

.cw-videos .items .item .box .content {
    padding: 20px 15px;
}

.cw-videos .items .item .box:hover {
    color: inherit;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cw-videos .items .item .box:focus {
    color: inherit;
}

/*PAGE
--------------------------------------------------*/
.cw-page {
    background: #f8f8f8;
    /* padding: 100px 0; */
}

.cw-page h1 {
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.cw-page h1 small {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.5;
}

.cw-page h4 {
    font-weight: 700;
    color: #00aced;
}

.cw-page h5 {
    font-weight: 700;
    color: rgba(32, 158, 187, 0.75);
}

.cw-page hr {
    margin: 0;
}

.cw-page main {
    background: #ffffff;
    padding-bottom: 50px;
}

.cw-page main article {
    padding: 50px 150px;
    position: relative;
}

.cw-page main article:first-child {
    padding-top: 75px;
}

.cw-page main article.video {
    padding-top: 0;
}

.cw-page main article a {
    font-weight: 400;
    color: #e89e41;
    border-bottom: 2px dotted #e89e41;
}

.cw-page main article a:hover {
    color: #00aced;
}

.cw-page main article .row {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cw-page main article .row .col {
    width: 50%;
    padding: 0 30px;
}
seminar-videos
.cw-page main article .icon {
    position: absolute;
    left: 50px;
    top: 60px;
}

.cw-page main article .table {
    width: 100%;
    background: #eaf5fa;
    border-radius: 10px;
    display: table;
}

.cw-page main article .table .tr {
    border-bottom: 2px dotted #b8deef;
    display: table-row;
}

.cw-page main article .table .tr:last-child {
    border-bottom: 0;
}

.cw-page main article .table .td {
    padding: 20px;
    display: table-cell;
}

.cw-page main article .table .td:last-child {
    text-align: right;
}

.cw-page main article .table h5 {
    color: #00aced;
    margin-top: 0;
}

.cw-page main article .calculator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cw-page main article .calculator h5 {
    color: #00aced;
    margin-top: 0;
    margin-bottom: 30px;
}

.cw-page main article .calculator .col {
    width: 100%;
    margin-bottom: 15px;
}

.cw-page main article .calculator .col .box {
    background: #eaf5fa;
    padding: 20px;
    border-radius: 10px;
}

.cw-page main article .calculator .col .form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cw-page main article .calculator .col .form-fields .form-group {
    width: 33.33%;
    margin: 0;
}

.cw-page main article .calculator .col .form-fields .mic,
.cw-page main article .calculator .col .form-fields .total {
    height: 45px;
    font-size: 1.5em;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-page main article .addtoany_content_bottom {
    margin-top: 100px;
    margin-bottom: 0;
}

.cw-page main article .addtoany_content_bottom a {
    border-bottom: 0 !important;
}

.cw-page main article ul {
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.cw-page main article ul li {
    font-size: 0.85em;
    line-height: 1.5;
    list-style: disc;
    margin-bottom: 10px;
}

.cw-page main article ul li li {
    list-style: circle;
}

.cw-page main article ol {
    margin-top: 10px;
    margin-bottom: 30px;
}

.cw-page main article ol li {
    font-size: 0.85em;
    line-height: 1.5;
    margin-bottom: 10px;
}

.cw-page main article.bg {
    color: #ffffff;
    background: #00aced;
}

.cw-page main article.bg2 {
    background: #e2e2e2;
}

.cw-page main .image img {
    width: 100%;
    height: auto;
}

.cw-page main .tab-content {
    margin: 0 -30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cw-page main .tab-content .menu {
    width: 30%;
    padding: 0 30px;
}

.cw-page main .tab-content .menu ul {
    padding: 0 !important;
    margin: 0 !important;
    border: 2px solid #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.cw-page main .tab-content .menu ul li {
    line-height: 1.5;
    list-style: none !important;
    padding: 15px;
    margin: 0;
    border-bottom: 2px solid #ffffff;
    cursor: pointer;
}

.cw-page main .tab-content .menu ul li:last-child {
    border-bottom: 0;
}

.cw-page main .tab-content .menu ul li.active {
    background: #209ebb;
}

.cw-page main .tab-content .menu ul li:hover {
    background: #8ecae6;
}

.cw-page main .tab-content .menu ul li:before {
    display: none;
}

.cw-page main .tab-content .content {
    width: 70%;
    padding: 15px 30px 0 30px;
}

.page-id-47 .cw-page main article ul {
    padding: 0;
    margin: 0;
}

.page-id-47 .cw-page main article ul li {
    font-size: 13px;
    background: url(img/icons/videos.svg) left top no-repeat;
    background-size: 18px 18px;
    padding-left: 25px;
    list-style: none;
}

.page-id-47 .cw-page main article ul li a {
    font-size: 13px;
    font-weight: 100;
    color: #444444;
    border-bottom: none;
}

.page-id-47 .cw-page main article ul li a:hover {
    color: #fc8500;
}

.page-id-47 .cw-page main article ul ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.page-id-47 .cw-page main article ul ul li {
    background: none;
    padding-left: 0;
    margin-right: 45px;
}

/*OFFICES
--------------------------------------------------*/
.cw-offices {
    background: #f8f8f8;
    padding: 100px 0;
}

.cw-offices h1 {
    font-weight: 700;
    color: #333333;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.cw-offices h1 small {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    opacity: 0.5;
}

.cw-offices .items {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cw-offices .items .item {
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.cw-offices .items .item .box {
    line-height: 1.3;
    color: #444444;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    outline: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-offices .items .item .box .thumb {
    position: relative;
}

.cw-offices .items .item .box .thumb img {
    width: 100%;
    height: auto;
}

.cw-offices .items .item .box .content {
    text-align: center;
    padding: 20px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cw-offices .items .item .box .content .name {
    font-weight: 600;
}

.cw-offices .items .item .box .content .type {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.cw-offices .items .item .box .content .type.branch {
    color: #e89e41;
}

.cw-offices .items .item .box .content .type.satellite {
    color: #999999;
}

.cw-offices .items .item .box .content .address {
    margin: 15px 0;
    display: block;
}

.cw-offices .items .item .box:hover {
    color: default;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.cw-offices .items .item .box:focus {
    color: inherit;
}

/*MULTI STEP FORM
--------------------------------------------------*/
.cw-step-form {
    min-height: 500px;
    position: relative;
}

.cw-step-form h5 {
    margin-bottom: 15px;
}

.cw-step-form hr {
    margin: 25px 0;
    border-top: 1px !important;
    color: #6d6d6d;
    
}

.cw-step-form .camera-error {
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    background: #000000;
    padding: 30px;
    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;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.cw-step-form .camera-error .wrapper {
    max-width: 100%;
}

.cw-step-form .steps {
    font-size: 0.85em;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    overflow: hidden;
}

.cw-step-form .steps .step {
    width: 100%;
    height: 45px;
    font-weight: 600;
    text-align: center;
    color: #333333;
    background: none;
    padding: 0 15px;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    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;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-step-form .steps .step.active {
    color: #ffffff;
    background: #00aced;
}

.cw-step-form .steps .step:last-child {
    border-right: 0;
}

.cw-step-form .tab {
    display: none;
}

.cw-step-form .tab.current {
    display: block;
}

.cw-step-form .box {
    margin-bottom: 30px;
}

.cw-step-form .form-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-step-form .form-heading h5,
.cw-step-form .form-heading h6 {
    margin: 0;
}

.cw-step-form .form-heading strong {
    font-size: 14px;
}

.cw-step-form .form-heading .form-checkbox {
    font-size: 12px;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cw-step-form .form-heading .form-checkbox .wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cw-step-form .form-heading .form-checkbox .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    cursor: pointer;
}

.cw-step-form ul li:before {
    display: none;
}

.cw-step-form ul ul li {
    margin-bottom: 10px !important;
    list-style: circle !important;
}

.cw-step-form .form-group-inline {
    width: 100%;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-step-form .spacing {
    padding-top: 30px !important;
}

.cw-step-form label.error {
    padding-top: 5px;
    color: #c20e17;
}

.cw-step-form .upload-fields {
    overflow: hidden;
}

.cw-step-form .upload-fields h6 {
    margin-bottom: 5px;
}

.cw-step-form .upload-fields strong {
    color: #999999;
}

.cw-step-form .upload-fields .form-fields {
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #eeeeee;
}

.cw-step-form .upload-fields .form-fields:first-child {
    padding-top: 0;
}

.cw-step-form .upload-fields .form-fields:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.cw-step-form .camera-modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    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;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}

.cw-step-form .camera-modal .camera-box {
    max-width: 500px;
    background: #ffffff;
    padding: 20px;
    border-radius: 5px;
    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;
}

.cw-step-form .camera-modal .camera-box #my_camera {
    width: 500px !important;
    height: 500px !important;
    background: url(img/ajax-loader.gif) center no-repeat;
    border: 1px solid #eeeeee;
    margin-bottom: 10px;
}

.cw-step-form .camera-modal .camera-box #my_camera video {
    width: 100% !important;
    height: 100% !important;
}

.cw-step-form .result-wrapper {
    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;
}

.cw-step-form .result-wrapper .result-kiosk {
    width: 400px;
    min-height: 400px;
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    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;
}

.cw-step-form .result-wrapper .result-kiosk div {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    padding: 15px;
}

.cw-step-form .result-wrapper .result-kiosk img {
    width: 400px;
    height: auto;
}

.cw-step-form .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
}

.cw-step-form .wpcf7-acceptance label {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.cw-step-form .wpcf7-acceptance label input {
    margin-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cw-step-form .wpcf7-acceptance label label.error {
    position: absolute;
    bottom: -30px;
}

.cw-step-form .wpcf7-acceptance .wpcf7-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-step-form .wpcf7-acceptance .wpcf7-list-item input {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
}

.cw-step-form .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: auto;
}

.cw-step-form .camera-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-step-form .camera-flex .left {
    width: 200px;
    margin-right: 30px;
    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;
}

.cw-step-form .camera-flex .left #my_camera {
    width: 200px !important;
    height: 200px !important;
    margin-bottom: 15px;
    border: 1px solid #eeeeee;
    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;
    overflow: hidden;
}

.cw-step-form .camera-flex .left input[name="file1"] {
    display: none;
}

.cw-step-form .camera-flex .left input[name="file2"],
.cw-step-form .camera-flex .left input[name="file3"],
.cw-step-form .camera-flex .left input[name="file4"] {
    opacity: 0;
}

.cw-step-form .camera-flex .right {
    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;
}

.cw-step-form .camera-flex .right #results {
    width: 200px;
    height: 200px;
    border: 1px solid #eeeeee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: baseline;
    -ms-flex-pack: baseline;
    justify-content: baseline;
}

.cw-step-form .camera-flex .right #results div {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    padding: 15px;
}

.cw-step-form .camera-flex .right .result {
    width: 200px;
    height: 200px;
    border: 1px solid #eeeeee;
    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;
}

.cw-step-form .camera-flex .right .result div {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    padding: 15px;
}

.cw-step-form .camera-flex .right .result img {
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
}

.cw-step-form .camera-flex.align-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cw-step-form #loading_bar {
    width: 100%;
    margin: 15px 0 45px 0;
}

.cw-step-form .btn-snapshot,
.cw-step-form .btn-capture {
    padding: 10px 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.cw-step-form .btn-snapshot:before,
.cw-step-form .btn-capture:before {
    content: url(icons/no-camera.svg);
    width: 17px;
    height: 15px;
    margin-right: 10px;
    margin-top: -2px;
    position: static;
}

.cw-step-form .btn-capture .lg {
    display: block;
}

.cw-step-form .btn-capture .xs {
    display: none;
}

.cw-step-form .btn-selfie {
    display: none;
}

.wpcf7-response-output {
    font-size: 0.85em;
    font-weight: 600;
    padding: 25px !important;
    margin: 50px 0 0 0 !important;
}

.swal2-popup {
    font-size: 1em;
}

.cw-lang-select .lang-body {
    margin-bottom: 30px;
}

.cw-lang-select .lang-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.cw-lang-select .lang-menu .item {
    cursor: pointer;
}

.cw-lang-select .lang-menu .item span {
    min-width: 125px;
    border-radius: 50px;
}

.cw-lang-select .lang-menu .item.active {
    font-weight: bold;
}

.cw-lang-select .lang-menu .item.active span {
    color: #ffffff;
    background: #e89e41;
    border-color: #e89e41;
}

.cw-lang-select .lang-menu .item.active span::before {
    width: 100%;
}

.cw-lang-select .lang-menu .item:hover {
    color: #e89e41;
}

/*PAGINATION
--------------------------------------------------*/
.cw-pagination {
    width: 100%;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cw-pagination .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cw-pagination .pagination li a {
    font-size: 12px;
    font-weight: 600;
    min-width: 20px;
    text-align: center;
    color: #00aced;
    padding: 10px;
    margin: 2px;
    border-radius: 4px;
    display: block;
}

.cw-pagination .pagination li a:hover {
    color: #ffffff;
    background: #8ecae6;
}

.cw-pagination .pagination li.active a {
    color: #ffffff;
    background: #00aced;
}

/*FOOTER
--------------------------------------------------*/
footer {
    color: #ffffff;
    background: #091430;
    padding: 30px 0 0 0;
}

footer .contact-info {
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .contact-info .item {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 20px;
    margin: 20px 0;
}

footer .contact-info .item p {
    opacity: 0.9;
}

footer .contact-info .item strong {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
}

footer .contact-info .item small {
    margin-bottom: 10px;
    display: block;
    opacity: 0.9;
}

footer .contact-info .item ul {
    opacity: 0.9;
}

footer .contact-info .item ul li {
    margin-bottom: 15px;
}

footer .contact-info .item ul li a {
    color: #ffffff;
}

footer .contact-info .item ul li a:hover {
    text-decoration: underline;
}

footer .social .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer .social .items a {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    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;
}

footer .social .items a:hover {
    background: #e89e41;
}

footer .social .items a svg path {
    fill: #ffffff;
}

footer .copyright {
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    text-align: center;
    color: #ffffff;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer .copyright a {
    color: #ffffff;
}

footer .copyright a:hover {
    color: #e89e41;
}

/*MISC
--------------------------------------------------*/
ul.checked {
    padding: 0;
    margin: 0 0 25px 0;
}

ul.checked li {
    font-size: 0.85em;
    line-height: 1.5;
    list-style: none !important;
    padding: 10px 0 10px 40px !important;
    margin: 0 !important;
    background: url("img/icons/check-circle.svg") 0 7px no-repeat;
    background-size: 25px 25px;
}

ul.checked li:last-child {
    margin-bottom: 0;
}

ul.checked li:before {
    display: none !important;
}

ul.checked.spaced {
    margin-bottom: 50px;
}

/*404
--------------------------------------------------*/
.cw-404 {
    text-align: center;
    padding: 120px 0;
}

.cw-404 h2 {
    font-size: 2.5em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.cw-404 h2 strong {
    font-size: 5em;
    display: block;
}

.cw-404 p {
    font-size: 1.5em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 45px;
    opacity: 0.8;
}

/*MENU BODY
--------------------------------------------------*/
.cw-mobile-menu {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 9999;
}

.cw-mobile-menu .wrapper {
    width: 100%;
    height: 100%;
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.cw-mobile-menu .wrapper nav {
    text-align: center;
    margin-bottom: 30px;
}

.cw-mobile-menu .wrapper nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cw-mobile-menu .wrapper nav ul li {
    padding: 10px 15px;
    position: relative;
}

.cw-mobile-menu .wrapper nav ul li a {
    font-size: 1.25em;
    font-weight: 600;
    color: #ffffff;
    white-space: nowrap;
    cursor: pointer;
}

.cw-mobile-menu .wrapper nav ul li a:hover {
    color: #e89e41;
}

.cw-mobile-menu .wrapper nav ul li.menu-item-has-children ul {
    padding: 10px;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: none;
}

.cw-mobile-menu .wrapper nav ul li.menu-item-has-children ul li {
    padding: 0;
    margin: 0 0 10px 0;
}

.cw-mobile-menu .wrapper nav ul li.menu-item-has-children ul li a {
    font-size: 12px;
}

.cw-mobile-menu .wrapper nav ul li.menu-item-has-children ul.menu-collapse {
    display: block !important;
}

.cw-mobile-menu .btn-close {
    position: absolute;
    right: 20px;
    top: 35px;
    cursor: pointer;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cw-mobile-menu .btn-close:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

/*LITE EMBED
--------------------------------------------------*/
.yt-lazyload {
    width: 100%;
    position: relative !important;
    overflow: hidden;
    cursor: pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.yt-lazyload-img {
    width: 100% !important;
    display: block;
}

.yt-lazyload-playbtn {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 110'%3E%3Cpath fill='rgba(0,0,0,.65)' d='m154.4 17.5c-1.8-6.7-7.1-12-13.9-13.8-12.3-3.2-61.5-3.2-61.5-3.2s-48.3-0.2-60.6 3c-6.8 1.8-13.3 7.3-15.1 14-3.3 12.2-3 37.5-3 37.5s-0.3 25.3 3 37.5c1.8 6.7 8.4 12.2 15.1 14 12.3 3.3 60.6 3 60.6 3s48.3 0.2 60.6-3c6.8-1.8 13.1-7.3 14.9-14 3.3-12.1 3.3-37.5 3.3-37.5s-0.1-25.3-3.4-37.5z'/%3E%3Cpolygon fill='%23fff' points='63.9 79.2 103.2 55 63.9 30.8'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: calc(35px + 10%) auto;
    background-repeat: no-repeat;
}

.yt-lazyload-playbtn:hover {
    background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 158 110'%3E%3Cpath fill='red' d='m154.4 17.5c-1.8-6.7-7.1-12-13.9-13.8-12.3-3.2-61.5-3.2-61.5-3.2s-48.3-0.2-60.6 3c-6.8 1.8-13.3 7.3-15.1 14-3.3 12.2-3 37.5-3 37.5s-0.3 25.3 3 37.5c1.8 6.7 8.4 12.2 15.1 14 12.3 3.3 60.6 3 60.6 3s48.3 0.2 60.6-3c6.8-1.8 13.1-7.3 14.9-14 3.3-12.1 3.3-37.5 3.3-37.5s-0.1-25.3-3.4-37.5z'/%3E%3Cpolygon fill='%23fff' points='63.9 79.2 103.2 55 63.9 30.8'/%3E%3C/svg%3E");
}

.yt-lazyload iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    border: 0;
}

/*FACEBOOK IN-APP BROWSER BLOCK
--------------------------------------------------*/
.notice-bar {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

.notice-bar .wrapper {
    width: 100%;
    height: inherit;
    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;
    position: fixed;
}

.notice-bar .wrapper div {
    width: 100%;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    color: white;
    padding: 20px;
}

.notice-bar .wrapper h4 {
    margin-top: 0;
}

.cropme {
    float: left;
    background-color: #f1f1f1;
    margin-bottom: 5px;
    margin-right: 5px;
    background-image: url("images/UploadLight.png");
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.cropme:hover {
    background-image: url("images/UploadDark.png");
}

#fileInput {
    width: 0;
    height: 0;
    overflow: hidden;
}

#modal {
    z-index: 10;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #5F5F5F;
    opacity: 0.95;
    display: none;
}

#preview {
    z-index: 11;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    border: 4px solid #A5A2A2;
    border-radius: 4px;
    float: left;
    font-size: 0px;
    line-height: 0px;
}

#preview .buttons {
    width: 36px;
    position: absolute;
    bottom: 0px;
    right: -44px;
}

#preview .buttons .ok {
    border: 4px solid #F5F5F5;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background-image: url("images/Ok.png");
    background-repeat: no-repeat;
}

#preview .buttons .ok:hover {
    background-image: url("images/OkGreen.png");
}

#preview .buttons .cancel {
    margin-bottom: 4px;
    border: 4px solid #F5F5F5;
    border-radius: 4px;
    width: 28px;
    height: 28px;
    line-height: 0px;
    font-size: 0px;
    background-image: url("images/Cancel.png");
    background-repeat: no-repeat;
}

#preview .buttons .cancel:hover {
    background-image: url("images/CancelRed.png");
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background-clip: padding-box;
    z-index: 2000;
    position: fixed;
    margin: auto;
    top: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200px;
    height: 50px;
    overflow: hidden;
}

.pace .pace-progress {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    background-clip: padding-box;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    display: block;
    position: absolute;
    margin-right: -7px;
    width: 93%;
    top: 7px;
    height: 14px;
    font-size: 12px;
    background: #29d;
    color: #29d;
    line-height: 60px;
    font-weight: bold;
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
    -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
    box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
    content: attr(data-progress-text);
    display: inline-block;
    position: fixed;
    width: 45px;
    text-align: right;
    right: 0;
    padding-right: 16px;
    top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after {
    right: -200px;
}

.pace .pace-progress[data-progress-text="1%"]:after {
    right: -198.14px;
}

.pace .pace-progress[data-progress-text="2%"]:after {
    right: -196.28px;
}

.pace .pace-progress[data-progress-text="3%"]:after {
    right: -194.42px;
}

.pace .pace-progress[data-progress-text="4%"]:after {
    right: -192.56px;
}

.pace .pace-progress[data-progress-text="5%"]:after {
    right: -190.7px;
}

.pace .pace-progress[data-progress-text="6%"]:after {
    right: -188.84px;
}

.pace .pace-progress[data-progress-text="7%"]:after {
    right: -186.98px;
}

.pace .pace-progress[data-progress-text="8%"]:after {
    right: -185.12px;
}

.pace .pace-progress[data-progress-text="9%"]:after {
    right: -183.26px;
}

.pace .pace-progress[data-progress-text="10%"]:after {
    right: -181.4px;
}

.pace .pace-progress[data-progress-text="11%"]:after {
    right: -179.54px;
}

.pace .pace-progress[data-progress-text="12%"]:after {
    right: -177.68px;
}

.pace .pace-progress[data-progress-text="13%"]:after {
    right: -175.82px;
}

.pace .pace-progress[data-progress-text="14%"]:after {
    right: -173.96px;
}

.pace .pace-progress[data-progress-text="15%"]:after {
    right: -172.1px;
}

.pace .pace-progress[data-progress-text="16%"]:after {
    right: -170.24px;
}

.pace .pace-progress[data-progress-text="17%"]:after {
    right: -168.38px;
}

.pace .pace-progress[data-progress-text="18%"]:after {
    right: -166.52px;
}

.pace .pace-progress[data-progress-text="19%"]:after {
    right: -164.66px;
}

.pace .pace-progress[data-progress-text="20%"]:after {
    right: -162.8px;
}

.pace .pace-progress[data-progress-text="21%"]:after {
    right: -160.94px;
}

.pace .pace-progress[data-progress-text="22%"]:after {
    right: -159.08px;
}

.pace .pace-progress[data-progress-text="23%"]:after {
    right: -157.22px;
}

.pace .pace-progress[data-progress-text="24%"]:after {
    right: -155.36px;
}

.pace .pace-progress[data-progress-text="25%"]:after {
    right: -153.5px;
}

.pace .pace-progress[data-progress-text="26%"]:after {
    right: -151.64px;
}

.pace .pace-progress[data-progress-text="27%"]:after {
    right: -149.78px;
}

.pace .pace-progress[data-progress-text="28%"]:after {
    right: -147.92px;
}

.pace .pace-progress[data-progress-text="29%"]:after {
    right: -146.06px;
}

.pace .pace-progress[data-progress-text="30%"]:after {
    right: -144.2px;
}

.pace .pace-progress[data-progress-text="31%"]:after {
    right: -142.34px;
}

.pace .pace-progress[data-progress-text="32%"]:after {
    right: -140.48px;
}

.pace .pace-progress[data-progress-text="33%"]:after {
    right: -138.62px;
}

.pace .pace-progress[data-progress-text="34%"]:after {
    right: -136.76px;
}

.pace .pace-progress[data-progress-text="35%"]:after {
    right: -134.9px;
}

.pace .pace-progress[data-progress-text="36%"]:after {
    right: -133.04px;
}

.pace .pace-progress[data-progress-text="37%"]:after {
    right: -131.18px;
}

.pace .pace-progress[data-progress-text="38%"]:after {
    right: -129.32px;
}

.pace .pace-progress[data-progress-text="39%"]:after {
    right: -127.46px;
}

.pace .pace-progress[data-progress-text="40%"]:after {
    right: -125.6px;
}

.pace .pace-progress[data-progress-text="41%"]:after {
    right: -123.74px;
}

.pace .pace-progress[data-progress-text="42%"]:after {
    right: -121.88px;
}

.pace .pace-progress[data-progress-text="43%"]:after {
    right: -120.02px;
}

.pace .pace-progress[data-progress-text="44%"]:after {
    right: -118.16px;
}

.pace .pace-progress[data-progress-text="45%"]:after {
    right: -116.3px;
}

.pace .pace-progress[data-progress-text="46%"]:after {
    right: -114.44px;
}

.pace .pace-progress[data-progress-text="47%"]:after {
    right: -112.58px;
}

.pace .pace-progress[data-progress-text="48%"]:after {
    right: -110.72px;
}

.pace .pace-progress[data-progress-text="49%"]:after {
    right: -108.86px;
}

.pace .pace-progress[data-progress-text="50%"]:after {
    right: -107px;
}

.pace .pace-progress[data-progress-text="51%"]:after {
    right: -105.14px;
}

.pace .pace-progress[data-progress-text="52%"]:after {
    right: -103.28px;
}

.pace .pace-progress[data-progress-text="53%"]:after {
    right: -101.42px;
}

.pace .pace-progress[data-progress-text="54%"]:after {
    right: -99.56px;
}

.pace .pace-progress[data-progress-text="55%"]:after {
    right: -97.7px;
}

.pace .pace-progress[data-progress-text="56%"]:after {
    right: -95.84px;
}

.pace .pace-progress[data-progress-text="57%"]:after {
    right: -93.98px;
}

.pace .pace-progress[data-progress-text="58%"]:after {
    right: -92.12px;
}

.pace .pace-progress[data-progress-text="59%"]:after {
    right: -90.26px;
}

.pace .pace-progress[data-progress-text="60%"]:after {
    right: -88.4px;
}

.pace .pace-progress[data-progress-text="61%"]:after {
    right: -86.53999999999999px;
}

.pace .pace-progress[data-progress-text="62%"]:after {
    right: -84.68px;
}

.pace .pace-progress[data-progress-text="63%"]:after {
    right: -82.82px;
}

.pace .pace-progress[data-progress-text="64%"]:after {
    right: -80.96000000000001px;
}

.pace .pace-progress[data-progress-text="65%"]:after {
    right: -79.1px;
}

.pace .pace-progress[data-progress-text="66%"]:after {
    right: -77.24px;
}

.pace .pace-progress[data-progress-text="67%"]:after {
    right: -75.38px;
}

.pace .pace-progress[data-progress-text="68%"]:after {
    right: -73.52px;
}

.pace .pace-progress[data-progress-text="69%"]:after {
    right: -71.66px;
}

.pace .pace-progress[data-progress-text="70%"]:after {
    right: -69.8px;
}

.pace .pace-progress[data-progress-text="71%"]:after {
    right: -67.94px;
}

.pace .pace-progress[data-progress-text="72%"]:after {
    right: -66.08px;
}

.pace .pace-progress[data-progress-text="73%"]:after {
    right: -64.22px;
}

.pace .pace-progress[data-progress-text="74%"]:after {
    right: -62.36px;
}

.pace .pace-progress[data-progress-text="75%"]:after {
    right: -60.5px;
}

.pace .pace-progress[data-progress-text="76%"]:after {
    right: -58.64px;
}

.pace .pace-progress[data-progress-text="77%"]:after {
    right: -56.78px;
}

.pace .pace-progress[data-progress-text="78%"]:after {
    right: -54.92px;
}

.pace .pace-progress[data-progress-text="79%"]:after {
    right: -53.06px;
}

.pace .pace-progress[data-progress-text="80%"]:after {
    right: -51.2px;
}

.pace .pace-progress[data-progress-text="81%"]:after {
    right: -49.34px;
}

.pace .pace-progress[data-progress-text="82%"]:after {
    right: -47.480000000000004px;
}

.pace .pace-progress[data-progress-text="83%"]:after {
    right: -45.62px;
}

.pace .pace-progress[data-progress-text="84%"]:after {
    right: -43.76px;
}

.pace .pace-progress[data-progress-text="85%"]:after {
    right: -41.9px;
}

.pace .pace-progress[data-progress-text="86%"]:after {
    right: -40.04px;
}

.pace .pace-progress[data-progress-text="87%"]:after {
    right: -38.18px;
}

.pace .pace-progress[data-progress-text="88%"]:after {
    right: -36.32px;
}

.pace .pace-progress[data-progress-text="89%"]:after {
    right: -34.46px;
}

.pace .pace-progress[data-progress-text="90%"]:after {
    right: -32.6px;
}

.pace .pace-progress[data-progress-text="91%"]:after {
    right: -30.740000000000002px;
}

.pace .pace-progress[data-progress-text="92%"]:after {
    right: -28.880000000000003px;
}

.pace .pace-progress[data-progress-text="93%"]:after {
    right: -27.02px;
}

.pace .pace-progress[data-progress-text="94%"]:after {
    right: -25.16px;
}

.pace .pace-progress[data-progress-text="95%"]:after {
    right: -23.3px;
}

.pace .pace-progress[data-progress-text="96%"]:after {
    right: -21.439999999999998px;
}

.pace .pace-progress[data-progress-text="97%"]:after {
    right: -19.58px;
}

.pace .pace-progress[data-progress-text="98%"]:after {
    right: -17.72px;
}

.pace .pace-progress[data-progress-text="99%"]:after {
    right: -15.86px;
}

.pace .pace-progress[data-progress-text="100%"]:after {
    right: -14px;
}

.pace .pace-activity {
    position: absolute;
    width: 100%;
    height: 28px;
    z-index: 2001;
    -webkit-box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
    box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
    border-radius: 10px;
}

.pace.pace-inactive {
    display: none;
}

@media (orientation: portrait) {
    .cw-step-form .result-wrapper .result-kiosk img {
        width: 100% !important;
        height: 500px !important;
    }
}

/*REGULAR DESKTOP
--------------------------------------------------*/
@media only screen and (max-width: 1500px) {
    body {
        font-size: 15px;
    }

    .page-id-528 .cw-page article {
        padding: 25px 50px;
    }
}

/*TABLET
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    body {
        font-size: 14px;
    }

    /*HEADER
--------------------------------------------------*/
    header nav ul li {
        margin: 0 10px;
    }

    header nav ul li a {
        font-size: 12px;
    }

    /*SLIDESHOW
--------------------------------------------------*/
    .cw-slideshow .slider .slide .wrapper .title {
        font-size: 2.5em;
        margin-bottom: 15px;
    }

    .cw-slideshow .slider .slide .wrapper .description {
        margin-bottom: 30px;
    }

    .cw-slideshow .slider .slide .wrapper .btn-lg {
        height: 35px;
    }

    /*NEWS ARCHIVE
--------------------------------------------------*/
    .cw-news-archive .archive .item {
        width: 50%;
    }

    /*CTA
--------------------------------------------------*/
    .cw-cta .row .col:first-child {
        width: 100%;
        padding-right: 0;
    }

    .cw-cta .row .col:first-child {
        width: 100%;
    }

    .cw-cta .subs .col {
        width: 50%;
    }

    /*BOARD
--------------------------------------------------*/
    .cw-board .chairman .col .wrapper {
        padding: 50px;
    }

    .cw-board .chairman .col:first-child {
        width: 100%;
    }

    .cw-board .chairman .col:last-child {
        width: 100%;
    }

    .cw-board .items .item {
        width: 33.33%;
    }

    /*PAGE
--------------------------------------------------*/
    .cw-page main article {
        padding: 50px 100px;
    }

    .cw-page main article .row {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-page main article .row .col {
        width: 100%;
        padding: 0;
    }

    .cw-page main article .icon {
        position: absolute;
        left: 30px;
        top: 60px;
    }

    .cw-page main .tab-content {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-page main .tab-content .menu {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .cw-page main .tab-content .content {
        width: 100%;
        padding: 0;
    }

    /*MULTI STEP FORM
--------------------------------------------------*/
    .cw-step-form .camera-flex .btn-navy {
        display: none;
    }

    .cw-step-form .btn-selfie {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .cw-step-form .btn-capture .lg {
        display: none;
    }

    .cw-step-form .btn-capture .xs {
        display: block;
    }

    .cw-step-form .size-limit {
        display: none;
    }


/*MOBILE LANDSCAPE
--------------------------------------------------*/
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }

    /*HEADER
--------------------------------------------------*/
    header .container {
        padding: 0 15px;
    }

    header .row:first-child .container .logo {
        padding-right: 10px;
    }

    header .row:first-child .container .contact {
        padding-left: 10px;
    }

    header .row:first-child .container .contact a strong {
        font-size: 1em;
    }

    header .row:first-child .container .contact a small {
        font-size: 8px;
    }

    header .row:first-child .container .contact:before {
        content: '';
        width: 30px;
        height: 30px;
        background-size: 20px 20px;
        margin-right: 5px;
    }

    header nav .home {
        display: block;
    }

    header nav ul {
        display: none;
    }

    header nav .mobile {
        display: block;
    }

    /*SLIDESHOW
--------------------------------------------------*/
    .cw-slideshow {
        width: 100%;
        background: url(img/bg-slideshow.jpg);
        position: relative;
        z-index: 1;
    }

    .cw-slideshow .slider .slide .wrapper .container {
        padding: 0 20px;
    }

    .cw-slideshow .slider .slide .wrapper .container .left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        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;
    }

    .cw-slideshow .slider .slide .wrapper .container .right {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .cw-slideshow .slider .slide .wrapper .title {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .cw-slideshow .slider .slide .wrapper .description {
        margin-bottom: 30px;
    }

    .cw-slideshow .slider .slick-arrow {
        width: 15px;
        height: 55px;
    }

    /*SERVICES
--------------------------------------------------*/
    .cw-services {
        background: none;
        padding-top: 30px;
    }

    .cw-services .items {
        background: #e89e41;
        margin: 0;
        border-radius: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-services .items .item {
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }

    .cw-services .items .item:last-child {
        border-bottom: 0;
    }

    .cw-services .items .box {
        text-align: right;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cw-services .items .box svg {
        width: 40px;
        height: auto;
        margin-left: 5px;
        margin-bottom: 0;
    }

    .cw-services .items .box strong {
        margin-bottom: 0;
    }

    /*TOOLS
--------------------------------------------------*/
    .cw-tools .items {
        background: #e2f1f8;
        margin: 0;
        border-radius: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-tools .items .item {
        width: 100%;
        border-bottom: 1px solid #ffffff;
    }

    .cw-tools .items .item:last-child {
        border-bottom: 0;
    }

    .cw-tools .items .box {
        text-align: right;
        padding: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cw-tools .items .box img {
        margin-bottom: 0;
    }

    .cw-tools .items .box strong {
        margin-bottom: 0;
    }

    /*ADVISORY
--------------------------------------------------*/
    .cw-advisory .slider .slide .box {
        text-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-advisory .slider .slide .box .thumb {
        width: 50%;
        padding-bottom: 0;
    }

    .cw-advisory .slider .slide .box .content {
        width: 100%;
        padding: 0 0 25px 0;
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cw-advisory .slider .slide .box .content p {
        margin-bottom: 20px;
    }

    .cw-advisory .slider .slide .box .content .btn-line {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }

    /*CTA
--------------------------------------------------*/
    .cw-cta {
        padding: 50px 0 20px 0;
    }

    .cw-cta .row {
        margin: 0 0 0 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-cta .row .col {
        padding: 0;
    }

    .cw-cta .row .col:first-child {
        width: 100%;
    }

    .cw-cta .row .col:last-child {
        width: 100%;
    }

    .cw-cta .row .col:last-child .wrapper {
        padding: 0;
    }

    .cw-cta .subs {
        width: 100%;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-cta .subs .col {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .cw-cta .subs .col img {
        width: 100%;
    }

    .cw-cta .subs .col ul {
        margin-bottom: 20px;
    }

    .cw-cta.bg {
        padding: 0;
    }

    /*BOARD
--------------------------------------------------*/
    .cw-board {
        padding: 50px 0;
    }

    .cw-board .container {
        padding: 0 15px;
    }

    .cw-board .chairman {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-board .chairman .col {
        width: 100%;
    }

    .cw-board .items {
        margin: 0 -10px;
    }

    .cw-board .items .item {
        width: 50%;
        padding: 0 10px;
    }

    /*VIDEOS
--------------------------------------------------*/
    .cw-videos {
        padding: 50px 0;
    }

    .cw-videos .items {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-videos .items .item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    /*PAGE
--------------------------------------------------*/
    .cw-page .container {
        padding: 0 15px;
    }

    .cw-page main article {
        padding: 30px;
    }

    .cw-page main article:first-child {
        padding-top: 30px;
    }

    .cw-page main article .icon {
        position: static;
    }

    .cw-page main article .table {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-page main article .table .tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-page main article .table .td {
        padding: 20px;
        display: block;
    }

    .cw-page main article .table .td:last-child {
        padding-top: 0;
    }

    .cw-page main article .calculator .col .form-fields {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-page main article .calculator .col .form-fields .form-group {
        width: 100%;
        margin: 0 0 48px 0;
    }

    .cw-page main article .calculator .col .form-fields .form-group:last-child {
        text-align: right;
        margin-bottom: 0;
    }

    .cw-page main article .calculator .col .form-fields .mic,
    .cw-page main article .calculator .col .form-fields .total {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    /*OFFICES
--------------------------------------------------*/
    .cw-offices {
        padding: 50px 0;
    }

    .cw-offices .items .item {
        width: 50%;
    }

    /*MULTI STEP FORM
--------------------------------------------------*/
    .cw-step-form .steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-step-form .steps .step {
        border-right: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    }

    .cw-step-form .steps .step.active {
        color: #ffffff;
        background: #00aced;
    }

    .cw-step-form .steps .step:last-child {
        border-bottom: 0;
    }

    .cw-step-form .camera-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .cw-step-form .camera-flex .left {
        width: 100%;
        margin-right: 0;
    }

    .cw-step-form .camera-flex .left #my_camera {
        display: none;
    }

    .cw-step-form .camera-flex .right {
        width: 100%;
        margin-bottom: 15px;
    }

    .cw-step-form .camera-flex .right .wpcf7-form-control-wrap {
        width: 100%;
    }

    .cw-step-form .cw-lang-select .lang-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .cw-step-form .cw-lang-select .lang-menu .item {
        width: 100%;
        margin-bottom: 10px;
    }

    .cw-step-form .cw-lang-select .lang-menu .item .btn-lg {
        width: 100%;
        height: 40px;
    }

    .cw-step-form .btn-selfie {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

/*MOBILE PORTRAIT
--------------------------------------------------*/
@media only screen and (max-width: 480px) {

    /*NEWS ARCHIVE
--------------------------------------------------*/
    .cw-news-archive .archive .item {
        width: 100%;
    }

    /*BOARD
--------------------------------------------------*/
    .cw-board .chairman .col .wrapper {
        padding: 30px;
    }

    .cw-board .items .item {
        width: 100%;
    }

    /*OFFICES
--------------------------------------------------*/
    .cw-offices .items .item {
        width: 100%;
    }
}}

/* # sourceMappingURL=style.css.map */