/* 
	Table of Contents

	     01. Tools ------------------------------------
	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	         Mobile -----------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Old IE fallback --------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	         Tablet Portrait --------------------------
	     03. Footer -----------------------------------
	         Footer Content ---------------------------
	         Footer Bar -------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	         Header Aside -----------------------------
	         Header Content ---------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     04. Main -------------------------------------
	     05. Shell ------------------------------------
	     06. Sidebar ----------------------------------
	     07. Wrapper ----------------------------------
	III. Modules --------------------------------------
	     01. Article ----------------------------------
	         Article Image ----------------------------
	         Article Date -----------------------------
	         Article Title ----------------------------
	         Article Head -----------------------------
	         Article Foot -----------------------------
	         Article Prev -----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     02. Box --------------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     03. Box Simple -------------------------------
	         Box Head ---------------------------------
	         Mobile -----------------------------------
	     04. Box Text ---------------------------------
	         Mobile -----------------------------------
	     05. Box Icon ---------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     06. # Button ---------------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	     07. Btn Arrow --------------------------------
	     08. Copyrights -------------------------------
	     09. Form Elements ----------------------------
	     10. Form Subscribe ---------------------------
	         Form Head --------------------------------
	         Form Body --------------------------------
	         Form Actions -----------------------------
	         Form Label -------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     11. Grid -------------------------------------
	         Mobile -----------------------------------
	         Mobile -----------------------------------
	     12. Link Large -------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     13. List Text Special ------------------------
	         Mobile -----------------------------------
	     14. List Green -------------------------------
	     15. List Contacts ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     16. List Tales -------------------------------
	         Small Desktop ----------------------------
	         Mobile -----------------------------------
	     17. List Dates -------------------------------
	         Mobile -----------------------------------
	     18. List Images ------------------------------
	         Mobile -----------------------------------
	     19. Nav --------------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     20. Nav Footer -------------------------------
	         Mobile -----------------------------------
	     21. Page Bar ---------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     22. Related ----------------------------------
	         Related Title ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     23. Search -----------------------------------
	         Search Field -----------------------------
	         Search Button ----------------------------
	         Search Content ---------------------------
	         Mobile -----------------------------------
	     24. Section ----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     25. Section Subscribe ------------------------
	     26. Section Article --------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     27. Section Step -----------------------------
	         Section Body -----------------------------
	         Section Background -----------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     28. Slick ------------------------------------
	     29. Slider -----------------------------------
	         Intro Inner ------------------------------
	         Intro Image ------------------------------
	         Intro Content ----------------------------
	         Slider Dots ------------------------------
	         Small Desktop ----------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     30. Socials ----------------------------------
	         Tablet Portrait --------------------------
	         Mobile -----------------------------------
	     31. Socials Balloons -------------------------
	         Small Desktop ----------------------------
	     32. Table ------------------------------------
	     33. Video ------------------------------------
	         Video Image ------------------------------
	         Video Play -------------------------------
	     34. Widget -----------------------------------
	     35. Widget -----------------------------------
 */

/* ------------------------------------------------------------ *\
	Tools
\* ------------------------------------------------------------ */
.cols:after,
.form-subscribe .cell:after,
.list-tales ul:after,
.nav > ul > li > a:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}

.btn-arrow i,
.socials a i,
.video .video__play {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/* use: @extend clearfix; @extend center; */
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
    display: block;
}

html {
    tap-highlight-color: rgba(0,0,0,0);
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
    max-width: 100%;
}

img,
iframe {
    border: 0 none;
}

img {
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

b,
strong {
    font-weight: bold;
}

address {
    font-style: normal;
}

svg:not(:root) {
    overflow: hidden;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
    cursor: pointer;
}

    a[href^="tel"],
    button[disabled],
    input[disabled],
    textarea[disabled],
    select[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="color"],
    textarea,
    a[href^="tel"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

textarea {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

button,
select {
    text-transform: none;
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

nav ul,
nav ol {
    list-style: none outside none;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body {
    min-width: 320px;
    background: #fff;
    font-family: 'Bree Serif', serif;
    font-size: 16px;
    line-height: 1.63;
    color: #4d4c4c;
    font-weight: 400;
}

a {
    color: #d5506f;
    text-decoration: none;
    transition: 0.4s;
}

    a:hover {
        color: inherit;
        text-decoration: underline;
    }

    a:focus {
        color: initial;
    }

    a[href^="tel"] {
        text-decoration: none;
    }

p {
    line-height: 1.63;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.815em;
    font-family: 'Pilcrow Soft', sans-serif;
    color: #282521;
    font-weight: bold;
}

h1 {
    font-size: 43px;
    line-height: 1,.2;
}

h2 {
    font-size: 34px;
    line-height: 1.32;
}

h3 {
    font-size: 24px;
    line-height: 1.23;
    font-weight: 600;
}

h4 {
    font-size: 18px;
    line-height: 1.33;
    font-weight: 600;
}

h5 {
    font-size: 16px;
    line-height: 1.38;
}

h6 {
    font-size:;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
    margin-bottom: 1.63em;
}

    h1[class],
    h2[class],
    h3[class],
    h4[class],
    h5[class],
    h6[class],
    h1:last-child,
    h2:last-child,
    h3:last-child,
    h4:last-child,
    h5:last-child,
    h6:last-child,
    p:last-child,
    ul:last-child,
    ol:last-child,
    dl:last-child,
    table:last-child,
    blockquote:last-child {
        margin-bottom: 0;
    }

body.show-nav-main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

    body.show-nav-main .header .btn-search {
        margin-right: 54px;
    }

    body.show-nav-main .header .header__content {
        opacity: 1;
        visibility: visible;
    }

    body.show-nav-main .btn-menu {
        width: 31px;
    }

        body.show-nav-main .btn-menu p {
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s, visibility 0.4s;
        }

        body.show-nav-main .btn-menu span {
            background-color: transparent;
        }

            body.show-nav-main .btn-menu span,
            body.show-nav-main .btn-menu span:before,
            body.show-nav-main .btn-menu span:after {
                width: 32px;
            }

                body.show-nav-main .btn-menu span:before,
                body.show-nav-main .btn-menu span:after {
                    margin-top: -1px;
                }

                body.show-nav-main .btn-menu span:before {
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }

                body.show-nav-main .btn-menu span:after {
                    -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
                }
/* Mobile */
@media (max-width: 639px) {
    h2 {
        font-size: 30px;
        line-height: 1.33;
    }

    h5 {
        font-weight: 600;
    }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
    font-family: 'Veneer Extras';
    src: url('/Content/fonts/Veneer-Extras.woff2') format('woff2'), url('/Content/fonts/Veneer-Extras.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Veneer';
    src: url('/Content/fonts/Veneer.woff2') format('woff2'), url('/Content/fonts/Veneer.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Veneer';
    src: url('/Content/fonts/Veneer-Italic.woff2') format('woff2'), url('/Content/fonts/Veneer-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Veneer';
    src: url('/Content/fonts/Veneer-Two.woff2') format('woff2'), url('/Content/fonts/Veneer-Two.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Veneer';
    src: url('/Content/fonts/Veneer-Three.woff2') format('woff2'), url('/Content/fonts/Veneer-Three.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Veneer';
    src: url('/Content/fonts/Veneer-ThreeItalic.woff2') format('woff2'), url('/Content/fonts/Veneer-ThreeItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Pilcrow Soft';
    src: url('/Content/fonts/PilcrowSoft.woff2') format('woff2'), url('/Content/fonts/PilcrowSoft.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Pilcrow Soft';
    src: url('/Content/fonts/PilcrowSoft-Semibold.woff2') format('woff2'), url('/Content/fonts/PilcrowSoft-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pilcrow Soft';
    src: url('/Content/fonts/PilcrowSoft-Bold.woff2') format('woff2'), url('/Content/fonts/PilcrowSoft-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('/Content/fonts/BreeSerif-Thin.woff2') format('woff2'), url('/Content/fonts/BreeSerif-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('/Content/fonts/BreeSerif-ThinItalic.woff2') format('woff2'), url('/Content/fonts/BreeSerif-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('/Content/fonts/BreeSerif-Light.woff2') format('woff2'), url('/Content/fonts/BreeSerif-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('/Content/fonts/BreeSerif-LightItalic.woff2') format('woff2'), url('/Content/fonts/BreeSerif-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('/Content/fonts/BreeSerif-Regular.woff2') format('woff2'), url('/Content/fonts/BreeSerif-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('/Content/fonts/BreeSerif-Italic.woff2') format('woff2'), url('/Content/fonts/BreeSerif-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('/Content/fonts/BreeSerif-SemiBold.woff2') format('woff2'), url('/Content/fonts/BreeSerif-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('/Content/fonts/BreeSerif-SemiBoldItalic.woff2') format('woff2'), url('/Content/fonts/BreeSerif-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Bree Serif';
    src: url('/Content/fonts/BreeSerif-Bold.woff2') format('woff2'), url('/Content/fonts/BreeSerif-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Pilcrow Soft';
    src: url('/Content/fonts/PilcrowSoft-Heavy.woff2') format('woff2'), url('/Content/fonts/PilcrowSoft-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
    content: '';
    line-height: 0;
    display: table;
    clear: both;
}
/*  Notext  */
.notext {
    white-space: nowrap;
    text-indent: 100%;
    text-shadow: none;
    overflow: hidden;
}

.notext-old {
    font-size: 0;
    line-height: 0;
    text-indent: -4000px;
}
/*  Hidden  */
[hidden],
.hidden {
    display: none;
}
/*  Alignleft  */
.alignleft {
    float: left;
}
/*  Alignright  */
.alignright {
    float: right;
}
/*  Disabled  */
[disabled],
.disabled {
    cursor: default;
}
/*  Grid  */
.cols {
    margin: 0 -15px;
}

    .cols:after {
    }

.col {
    float: left;
    width: 100%;
    padding: 0 15px;
}

.col-1of2 {
    width: 50%;
}
/*  Old IE fallback  */
.browsehappy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    margin: 0;
    padding-top: 50px;
    background: #e0e0e0;
    text-align: center;
}
/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 639px) {
    .hidden-xs {
        display: none !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 640px) and (max-width: 1024px) {
    .hidden-sm {
        display: none !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .hidden-md {
        display: none !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1201px) {
    .hidden-lg {
        display: none !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container {
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {
    width: calc(100% - 276px);
    padding-left: 24px;
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .content {
        width: 100%;
        padding-left: 0;
    }
}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
    background: #fff;
    font-size: 14px;
    line-height: 1.65;
}

    .footer h5 {
        margin-bottom: 8px;
        font-family: 'Bree Serif', serif;
    }
    /*  Footer Content  */
    .footer .footer__content {
        padding: 61px 0 41px;
    }

        .footer .footer__content p {
            margin-bottom: 16px;
            letter-spacing: -.05px;
            line-height: 1.65;
        }

            .footer .footer__content p:last-child {
                margin-bottom: 0;
            }

        .footer .footer__content a:not(.btn) {
            color: #4d4c4c;
        }

            .footer .footer__content a:not(.btn):hover {
                text-decoration: underline;
            }

        .footer .footer__content a[href^="tel"] {
            letter-spacing: -.2px;
            text-decoration: none;
        }

        .footer .footer__content .list-green {
            padding-left: 39px;
        }

        .footer .footer__content .socials {
            padding-top: 8px;
        }

        .footer .footer__content .list-contacts p {
            line-height: 1.75;
        }
    /*  Footer Bar  */
    .footer .footer__bar {
        padding: 29px 0 32px;
        background: #4d4c4c;
        font-family: 'Pilcrow Soft', sans-serif;
        font-size: 16px;
        line-height: 1.94;
        color: #fff;
    }

        .footer .footer__bar .shell {
            display: -ms-flexbox;
            display: flex;
        }

        .footer .footer__bar .copyrights {
            margin-right: 60px;
        }
/* Small Desktop */
@media (max-width: 1200px) {
    .footer .footer__content .list-green {
        padding-left: 20px;
    }
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .footer .footer__content {
        padding: 30px 0;
    }

        .footer .footer__content .list-green {
            padding-left: 0;
        }

        .footer .footer__content .socials li {
            margin-bottom: 4px;
        }

    .footer .footer__bar {
        padding: 13px 0 15px;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .footer h5 {
        margin-bottom: 4px;
        line-height: 1.88;
    }

    .footer .cell + .cell {
        margin-top: 32px;
    }

    .footer .footer__content {
        padding: 27px 0 34px;
        font-size: 16px;
        line-height: 1.74;
    }

        .footer .footer__content p {
            margin-bottom: 19px;
            line-height: 1.74;
        }

        .footer .footer__content .list-contacts p {
            margin-top: 2px;
            line-height: 1.49;
        }

    .footer .footer__bar {
        padding: 26px 0;
        line-height: 1.94;
    }

        .footer .footer__bar .copyrights {
            margin-right: 49px;
        }
}

@media (max-width: 370px) {
    .footer .footer__bar .copyrights {
        margin-right: 25px;
    }
}
/* ------------------------------------------------------------ *\ 
	# Header
\* ------------------------------------------------------------ */
.header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    padding: 12px 0;
    background: #fff;
}

    .header + * {
        margin-top: 100px;
    }

    .header .shell {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
    }
    /*  Header Aside  */
    .header .header__aside .search {
        position: absolute;
        top: 50%;
        right: 16px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    /*  Header Content  */
    .header .header__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-right: 50px;
    }

        .header .header__content .btn {
            margin-left: 65px;
        }
/*  --secondary  */
.header--secondary .header__content {
    padding-right: 100px;
}

.header--secondary .header__aside .btn-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header--secondary .header__aside .search {
    right: 66px;
}
/* Small Desktop */
@media (max-width: 1200px) {
    .header--secondary + * {
        margin-top: 87px;
    }

    .header--secondary .nav > ul {
        margin: 0 -9px;
    }

        .header--secondary .nav > ul > li {
            padding: 0 9px;
        }

    .header--secondary .logo {
        max-width: 80px;
    }

    .header--secondary .header__content {
        padding-right: 90px;
    }

        .header--secondary .header__content .btn {
            margin-left: 30px;
        }

    .header--secondary .header__aside .search {
        right: 60px;
    }
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .header .header__aside .search {
        top: 5px;
        -ms-transform: none;
        transform: none;
    }

    .header--secondary + * {
        margin-top: 91px;
    }

    .header--secondary .logo {
        max-width: 70px;
    }

    .header--secondary .header__aside .search {
        top: 5px;
        -ms-transform: none;
        transform: none;
    }

    .header--secondary .header__aside .btn-arrow {
        top: 20px;
    }

    .header .header__content {
        padding-right: 0;
    }

        .header .header__content .btn {
            position: absolute;
            top: 5px;
            right: 70px;
        }

        .header .header__content .nav {
            padding-top: 42px;
        }

    .header--secondary .header__content .btn {
        right: 104px;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    .header--secondary + * {
        margin-top: 83px;
    }

    .header--secondary .logo {
        max-width: 59px;
    }

    .header--secondary .header__content .nav {
        padding-top: 37px;
        font-size: 14px;
    }

    .header--secondary .nav > ul {
        margin: 0 -6px;
    }

        .header--secondary .nav > ul > li {
            padding: 0 6px;
        }
}
/* Mobile */
@media (max-width: 639px) {
    .header {
        padding: 0;
    }

        .header + * {
            margin-top: 69px;
        }

        .header .shell {
            display: block;
        }

        .header .header__aside {
            position: relative;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center;
            padding: 12px 0 11px;
        }

            .header .header__aside .list-text-special ul {
                font-size: 8px;
            }

            .header .header__aside .list-text-special li + li {
                margin-top: 1px;
            }

            .header .header__aside .btn-search {
                position: relative;
                z-index: 60;
                width: 30px;
                height: 30px;
                margin-right: 91px;
                transition: margin .6s;
            }

            .header .header__aside .search {
                position: absolute;
                top: 70px;
                right: -16px;
                left: -16px;
                z-index: 55;
                -ms-transform: translateX(100%);
                transform: translateX(100%);
                background: #fff;
                transition: transform 0.4s;
                pointer-events: none;
            }

                .header .header__aside .search.expanded {
                    -ms-transform: translateX(0);
                    transform: translateX(0);
                    pointer-events: all;
                }

        .header .header__content {
            position: fixed;
            top: 70px;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 50;
            display: block;
            padding: 0 16px 126px;
            background: #fff;
            overflow-y: auto;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.4s, visibility 0.4s;
        }

            .header .header__content .nav {
                padding: 22px 0 39px;
            }

            .header .header__content .btn {
                position: relative;
                top: auto;
                right: auto;
                margin-left: 0;
                font-family: 'Pilcrow Soft', sans-serif;
                font-weight: bold;
                font-size: 18px;
            }

                .header .header__content .btn span {
                    padding-right: 53px;
                }

                .header .header__content .btn i {
                    -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
                }

            .header .header__content .socials {
                position: fixed;
                right: -16px;
                bottom: 0;
                left: -16px;
                z-index: 5;
                padding: 24px;
                background: #f4f4f4;
            }

                .header .header__content .socials ul {
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    margin: 0;
                }

    .header--secondary .header__content {
        top: 69px;
    }

    .header--secondary .logo {
        max-width: 58px;
    }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {
}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell {
    max-width: 1208px;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
}

.shell-fluid {
    max-width: none;
}
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {
    width: 276px;
}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
    min-height: 100vh;
}
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article {
    position: relative;
    padding-bottom: 30px;
}
    /*  Article Image  */
    .article .article__image {
        padding-top: 34.25%;
        margin-bottom: 24px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    /*  Article Date  */
    .article .article__date {
        line-height: 1.38;
    }

        .article .article__date strong {
            margin-left: 4px;
        }
    /*  Article Title  */
    .article .article__title {
        margin-bottom: 20px;
        line-height: 1.05;
    }

        .article .article__title:last-child {
            margin-bottom: 0;
        }
    /*  Article Head  */
    .article .article__head {
        margin-bottom: 52px;
    }

        .article .article__head p {
            color: #4d4c4c;
            letter-spacing: .1px;
        }
    /*  Article Foot  */
    .article .article__foot {
        margin-top: 32px;
    }
    /*  Article Prev  */
    .article .article__prev {
        margin-left: 33px;
        line-height: 1.38;
        color: #777;
        letter-spacing: .15px;
    }

        .article .article__prev i {
            margin-right: 12px;
        }
/* Tablet Portrait */
@media (max-width: 1024px) {
    .article {
        padding-bottom: 20px;
    }

        .article .article__head {
            margin-bottom: 30px;
        }

        .article .article__prev {
            display: inline-block;
            margin-bottom: 20px;
            margin-left: 0;
        }

            .article .article__prev:last-child {
                margin-bottom: 0;
            }
}
/* Mobile */
@media (max-width: 639px) {
    .article .article__date {
        margin-bottom: 9px;
    }

        .article .article__date strong {
            margin-left: 0;
        }

    .article .article__prev {
        margin-bottom: 14px;
        margin-left: 4px;
    }

    .article .article__image {
        padding-top: 53.95%;
    }

    .article .article__title {
        margin-bottom: 18px;
    }

    .article .article__head {
        margin-bottom: 16px;
    }

    .article .article__foot .socials {
        margin-top: 15px;
    }
}
/* ------------------------------------------------------------ *\
	Box
\* ------------------------------------------------------------ */
.box,
.box > img {
    border-radius: 0 30px;
}

    .box .box__image {
        position: relative;
        display: block;
        padding-top: 61.4%;
        border-top-right-radius: 30px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .box .box__image:hover {
            opacity: .8;
        }

        .box .box__image strong {
            position: absolute;
            right: 0;
            bottom: -1px;
            left: 0;
            width: 100%;
            padding: 0 15px;
            font-family: 'Veneer', sans-serif;
            font-size: 43px;
            line-height: 0.79;
            color: #fff;
            font-weight: 500;
            text-transform: uppercase;
        }

    .box .box__content {
        padding: 15px 16px 32px;
    }

        .box .box__content h4 {
            margin-bottom: 10px;
        }

        .box .box__content .btn {
            margin-left: 10px;
        }

    .box .box__date {
        display: block;
        margin-bottom: 7px;
        font-size: 12px;
        line-height: 1.33;
        color: #777;
        font-weight: 300;
    }
/*  --simple  */
.box--simple .box__content {
    padding: 21px 24px 25px;
}

    .box--simple .box__content h3 {
        margin-bottom: 20px;
    }

    .box--simple .box__content .btn {
        margin-left: 8px;
    }
/*  --simple-alt  */
.box--simple-alt .box__content {
    padding: 21px 24px 31px;
}

    .box--simple-alt .box__content h3 {
        margin-bottom: 11px;
    }

    .box--simple-alt .box__content p {
        margin-bottom: 15px;
    }

        .box--simple-alt .box__content p:last-child {
            margin-bottom: 0;
        }
/*  --article  */
.box--article .box__content {
    padding-top: 12px;
    font-size: 14px;
    line-height: 1.64;
    color: #4d4c4c;
}

    .box--article .box__content p {
        margin-bottom: 16px;
        line-height: 1.65;
    }

    .box--article .box__content .btn {
        margin-left: 17px;
    }
/*  --article-alt  */
.box--article-alt .box__content {
    padding-top: 14px;
    padding-bottom: 24px;
}
/*  --green  */
.box--green {
    background: #68ba9d;
    color: #fff;
}

    .box--green h1,
    .box--green h2,
    .box--green h3,
    .box--green h4,
    .box--green h5,
    .box--green h6 {
        color: #fff;
    }
/*  --white  */
.box--white {
    background: #fff;
    color: #4d4c4c;
}

    .box--white h1,
    .box--white h2,
    .box--white h3,
    .box--white h4,
    .box--white h5,
    .box--white h6 {
        color: #282521;
    }
/* Small Desktop */
@media (max-width: 1200px) {
    .box .box__image strong {
        font-size: 36px;
    }

    .box .box__content {
        padding: 15px 15px 30px;
    }

        .box .box__content h4 {
            font-size: 16px;
            word-wrap: break-word;
        }
}
/* Mobile */
@media (max-width: 639px) {
    .box .box__image {
        padding-top: 54.4%;
    }

        .box .box__image strong {
            font-size: 48px;
            line-height: 0.83;
        }

    .box .box__content {
        padding: 21px 15px 24px;
        font-size: 16px;
        line-height: 1.63;
    }

        .box .box__content p {
            margin-bottom: 16px;
            line-height: 1.44;
        }

        .box .box__content h3 {
            margin-bottom: 12px;
        }

        .box .box__content h4 {
            margin-bottom: 12px;
            font-size: 20px;
            line-height: 1.2;
        }

        .box .box__content .btn {
            margin-left: 25px;
        }

    .box .box__date {
        margin-bottom: 13px;
        font-size: 14px;
        line-height: 1.36;
    }


    .box--simple .box__content {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 9px 24px 14px;
    }

        .box--simple .box__content h3 {
            width: calc(100% - 120px);
            margin-bottom: 0;
            font-size: 20px;
            line-height: 1.2;
            font-weight: 600;
        }

        .box--simple .box__content .btn {
            margin-top: 3px;
            margin-left: 5px;
            height: 30px;
            line-height: 30px;
        }

            .box--simple .box__content .btn span {
                display: inline-block;
                -ms-transform: translateY(-2px);
                transform: translateY(-2px);
                padding: 0 8px;
            }

            .box--simple .box__content .btn i {
                display: none;
            }


    .box--simple-alt .box__content {
        padding-bottom: 32px;
    }

        .box--simple-alt .box__content .btn {
            margin-left: 17px;
        }


    .box--article .box__content {
        padding-top: 15px;
        padding-bottom: 32px;
    }

        .box--article .box__content h4 {
            line-height: 1.35;
        }

        .box--article .box__content p {
            line-height: 1.6;
        }

        .box--article .box__content .btn {
            margin-left: 17px;
        }


    .box--article-alt .box__image {
        padding-top: 49.4%;
    }

    .box--article-alt .box__content {
        padding-top: 12px;
    }

        .box--article-alt .box__content h4 {
            margin-bottom: 15px;
        }

        .box--article-alt .box__content p {
            margin-bottom: 24px;
            line-height: 1.66;
        }
}
/* ------------------------------------------------------------ *\
	Box Simple
\* ------------------------------------------------------------ */
/*  Box Head  */
.box-simple .box__head {
    margin-bottom: 32px;
}

    .box-simple .box__head h2 {
        display: inline-block;
        margin-right: 31px;
        margin-bottom: 19px;
    }

        .box-simple .box__head h2:last-child {
            margin-bottom: 0;
        }

    .box-simple .box__head a {
        display: inline-block;
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
        line-height: 1.31;
        color: #4d4c4c;
        font-weight: 300;
    }

        .box-simple .box__head a i {
            margin-left: 6px;
        }
/* Mobile */
@media (max-width: 639px) {
    .box-simple .box__head {
        margin-bottom: 24px;
    }

        .box-simple .box__head h2 {
            margin-right: 39px;
            margin-bottom: 18px;
        }

        .box-simple .box__head p {
            padding-right: 0;
            margin-bottom: 20px;
        }

            .box-simple .box__head p:last-child {
                margin-bottom: 0;
            }

        .box-simple .box__head a {
            -ms-transform: translateY(-5px);
            transform: translateY(-5px);
        }

            .box-simple .box__head a i {
                margin-left: 5px;
            }
}
/* ------------------------------------------------------------ *\
	Box Text
\* ------------------------------------------------------------ */
.box-text {
    max-width: 276px;
    padding: 20px 29px 22px 24px;
    border-radius: 0 23px;
    background: #d5506f;
    color: #fff;
}

    .box-text h3 {
        margin-bottom: 11px;
        line-height: 1.33;
        color: #fff;
    }
/* Mobile */
@media (max-width: 639px) {
    .box-text {
        max-width: 100%;
        padding: 24px 15px 24px 16px;
    }

        .box-text h3 {
            margin-bottom: 5px;
        }
}
/* ------------------------------------------------------------ *\
	Box Icon
\* ------------------------------------------------------------ */
.box-icon {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-width: 460px;
}

    .box-icon h2 {
        margin-left: 14px;
        line-height: 1.09;
    }

    .box-icon i {
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
/*  --swap  */
.box-icon--swap {
    text-align: right;
}

    .box-icon--swap i {
        -ms-flex-order: 2;
        order: 2;
    }

    .box-icon--swap h2 {
        -ms-flex-order: 1;
        order: 1;
        margin-right: 66px;
        margin-left: 0;
    }
/* Small Desktop */
@media (max-width: 1200px) {
    .box-icon {
        max-width: 430px;
    }

        .box-icon h2 {
            font-size: 28px;
        }
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .box-icon i {
        background-size: 100%;
    }

    .box-icon .ico-idea {
        width: 160px;
        height: 109px;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .box-icon {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
    }

        .box-icon i {
            width: 100%;
            -ms-flex-order: 2;
            order: 2;
            margin: 0 auto;
        }

        .box-icon h2 {
            width: 100%;
            -ms-flex-order: 1;
            order: 1;
            padding-right: 50px;
            margin-bottom: 25px;
            margin-left: 0;
            font-size: 34px;
            line-height: 1.32;
        }

    .box-icon--swap {
        text-align: left;
    }

        .box-icon--swap h2 {
            margin-right: 0;
        }
}
/* ------------------------------------------------------------ *\
	# Button
\* ------------------------------------------------------------ */
[class^="btn"] {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn {
    position: relative;
    min-width: 90px;
    height: 30px;
    border: 0;
    border-radius: 0;
    background: #d5506f;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .btn:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        background: #d46984;
        transition: width 0.4s;
    }

    .btn span {
        position: relative;
        z-index: 5;
        padding: 0 46px 0 16px;
    }

    .btn i {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 30px;
        background-color: #d46984;
    }

    .btn:hover {
        color: #fff;
        text-decoration: none;
    }

        .btn:hover:before {
            width: 100%;
        }

.btn--white {
    background: #fff;
    color: #000;
}

    .btn--white:before {
        background: #e5e5e5;
    }

    .btn--white i {
        background-color: #e5e5e5;
    }

    .btn--white:hover {
        color: #000;
    }

.btn--green {
    background: #68ba9d;
}

    .btn--green:before {
        background: #7dc3aa;
    }

    .btn--green i {
        background-color: #7dc3aa;
    }

.btn--alt {
    height: 40px;
    padding: 0 9px;
    font-family: 'Pilcrow Soft', sans-serif;
    font-size: 14px;
    line-height: 40px;
}

    .btn--alt span {
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        display: inline-block;
        padding: 0;
    }

.btn--sm {
    font-family: 'Pilcrow Soft', sans-serif;
    font-size: 14px;
}

    .btn--sm span {
        padding: 0 44px 0 11px;
    }
/* Mobile */
@media (max-width: 639px) {
    .btn {
        height: 40px;
        line-height: 36px;
    }

        .btn span {
            padding: 0 56px 0 17px;
        }

        .btn i {
            width: 40px;
            height: 40px;
        }
}
/* ------------------------------------------------------------ *\ 
	- Menu
\* ------------------------------------------------------------ */
.btn-menu {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 60;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
    width: 68px;
    height: 22px;
    font-family: 'Pilcrow Soft', sans-serif;
    font-size: 14px;
    line-height: 1.36;
    color: #282521;
    font-weight: bold;
    text-decoration: none;
    text-align: right;
    transition: width .6s;
}

    .btn-menu:hover {
        text-decoration: none;
    }

    .btn-menu p {
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
        transition: opacity 0.4s .3s, visibility 0.4s .3s;
    }

    .btn-menu *,
    .btn-menu *:before,
    .btn-menu *:after {
        transition: background 0.4s, margin 0.4s, transform 0.4s;
    }

    .btn-menu span,
    .btn-menu span:before,
    .btn-menu span:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        width: 25px;
        margin-top: -2px;
        height: 4px;
        background-color: #282521;
    }

        .btn-menu span:before {
            margin-top: -11px;
        }

        .btn-menu span:after {
            margin-top: 7px;
        }
/* Mobile */
@media (max-width: 639px) {
    .btn-menu {
        display: block;
    }
}
/* ------------------------------------------------------------ *\
	Btn Arrow
\* ------------------------------------------------------------ */
.btn-arrow {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #ebebeb;
}

    .btn-arrow:hover {
        opacity: .8;
    }

    .btn-arrow i {
    }
/* ------------------------------------------------------------ *\
	Copyrights
\* ------------------------------------------------------------ */
.copyrights span {
    margin-right: 4px;
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

input:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

input::placeholder {
    color: inherit;
    opacity: 1;
}

textarea::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

textarea::placeholder {
    color: inherit;
    opacity: 1;
}

input:-webkit-autofill {
    -webkit-text-fill-color: inherit;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.field {
    height: 40px;
    padding: 0px 12px 3px;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 40px;
    color: #777;
    font-weight: 300;
    box-shadow: none;
}

    .field:focus {
        border: 0;
    }

.textarea {
}

.select {
}

.radio {
}

.checkbox {
}
/* ------------------------------------------------------------ *\
	Form Subscribe
\* ------------------------------------------------------------ */
.form-subscribe .cell:after {
}
/*  Form Head  */
.form-subscribe .form__head {
    color: #4d4c4c;
}

    .form-subscribe .form__head h2 {
        margin-bottom: 10px;
        font-size: 26px;
        line-height: 1.35;
        color: #282521;
        font-weight: 600;
    }
/*  Form Body  */
.form-subscribe .form__body {
    float: left;
    width: calc(100% - 132px);
    padding-top: 7px;
}

    .form-subscribe .form__body .grid-x > .large-4 {
        width: calc(38.1% - 1.5rem);
    }

    .form-subscribe .form__body .grid-x > .large-8 {
        width: calc(61.9% - 1.5rem);
    }
/*  Form Actions  */
.form-subscribe .form__actions {
    float: right;
    padding-top: 32px;
}
/*  Form Label  */
.form-subscribe .form__label {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.36;
    color: #4d4c4c;
    font-weight: normal;
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .form-subscribe .form__body {
        width: calc(100% - 120px);
    }

        .form-subscribe .form__body .grid-x > .medium-7 {
            width: calc(58.33333% - 1.875rem);
        }

        .form-subscribe .form__body .grid-x > .medium-5 {
            width: calc(41.66667% - 1.875rem);
        }
}
/* Mobile */
@media (max-width: 639px) {
    .form-subscribe .form__head {
        margin-bottom: 25px;
    }

    .form-subscribe .form__body {
        float: none;
        width: 100%;
        padding-top: 0;
    }

        .form-subscribe .form__body .cell + .cell {
            margin-top: 20px;
        }

        .form-subscribe .form__body .grid-x > .cell {
            width: calc(100% - 1.25rem);
        }

    .form-subscribe .form__actions {
        float: none;
        padding-top: 0;
        margin-top: 20px;
    }
}
/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
@media (min-width: 1025px) {
    .grid-margin-x--sm {
        margin-right: -.75rem;
        margin-left: -.75rem;
    }

        .grid-margin-x--sm > .large-3 {
            width: calc(25% - 1.5rem);
        }

        .grid-margin-x--sm > .large-4 {
            width: calc(33.33% - 1.5rem);
        }

        .grid-margin-x--sm > .large-6 {
            width: calc(50% - 1.5rem);
        }

        .grid-margin-x--sm > .large-8 {
            width: calc(63% - 1.5rem);
        }

        .grid-margin-x--sm > .large-9 {
            width: calc(75% - 1.5rem);
        }


        .grid-margin-x--sm > .large-3,
        .grid-margin-x--sm > .large-4,
        .grid-margin-x--sm > .large-6,
        .grid-margin-x--sm > .large-8,
        .grid-margin-x--sm > .large-9 {
            margin-right: 0.75rem;
            margin-left: 0.75rem;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .grid-margin-x--alt > .medium-4 {
        width: calc(33.33% - 1rem);
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .grid-x {
        margin-bottom: 0;
    }

    .grid-margin-x--sm > .small-12 {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
/* ------------------------------------------------------------ *\ 
	# Icons
\* ------------------------------------------------------------ */
[class^="ico-"] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
}

.ico-chevron-right {
    width: 9px;
    height: 15px;
    background-image: url(/Content/images/chevron-right@2x.png);
    background-size: 9px 15px;
}

.ico-chevron-right-md {
    width: 12px;
    height: 20px;
    background-image: url(/Content/images/chevron-right@2x.png);
    background-size: 12px 20px;
}

.ico-chevron-right-white {
    width: 9px;
    height: 15px;
    background-image: url(/Content/images/chevron-right-white@2x.png);
    background-size: 9px 15px;
}

.ico-triangle-down {
    width: 8px;
    height: 5px;
    background-image: url(/Content/images/triangle-down@2x.png);
    background-size: 8px 5px;
}

.ico-arrow-right {
    width: 17px;
    height: 11px;
    background-image: url(/Content/images/arrow-right@2x.png);
    background-size: 17px 11px;
}

.ico-arrow-right-md {
    width: 20px;
    height: 13px;
    background-image: url(/Content/images/arrow-right-md@2x.png);
    background-size: 20px 13px;
}

.ico-arrow-left-black {
    width: 18px;
    height: 11px;
    background-image: url(/Content/images/arrow-left-black@2x.png);
    background-size: 18px 11px;
}

.ico-arrow-left-grey {
    width: 20px;
    height: 13px;
    background-image: url(/Content/images/arrow-left-grey@2x.png);
    background-size: 20px 13px;
}

.ico-search {
    width: 30px;
    height: 30px;
    background-image: url(/Content/images/search@2x.png);
    background-size: 30px 30px;
}

.ico-link {
    width: 8px;
    height: 16px;
    background-size: auto 16px;
}

.ico-monitor {
    width: 13px;
    height: 11px;
    background-image: url(/Content/images/monitor@2x.png);
    background-size: 13px 11px;
}

.ico-notebook {
    width: 21px;
    height: 13px;
    background-image: url(/Content/images/notebook@2x.png);
    background-size: 11px 13px;
}

.ico-calendar {
    width: 12px;
    height: 13px;
    background-image: url(/Content/images/calendar@2x.png);
    background-size: 12px 13px;
}

.ico-play {
    width: 70px;
    height: 70px;
    background-image: url(/Content/images/play@2x.png);
    background-size: 70px 70px;
}

.ico-facebook {
    width: 11px;
    height: 24px;
    background-image: url(/Content/images/facebook@2x.png);
    background-size: 11px 24px;
}

.ico-instagram {
    width: 22px;
    height: 22px;
    background-image: url(/Content/images/instagram@2x.png);
    background-size: 22px 22px;
}

.ico-youtube {
    width: 19px;
    height: 24px;
    background-image: url(/Content/images/youtube@2x.png);
    background-size: 18px 24px;
}

.ico-twitter {
    width: 22px;
    height: 19px;
    background-image: url(/Content/images/twitter@2x.png);
    background-size: 22px 19px;
}
.ico-linkedin {
    width: 22px;
    height: 19px;
    background-image: url(/Content/images/linkedin-logo.svg);
    background-size: auto 19px;
}

.ico-facebook-alt {
    width: 115px;
    height: 184px;
    background-image: url(/Content/images/facebook-alt@2x.png);
    background-size: 115px 184px;
}

.ico-instagram-alt {
    width: 104px;
    height: 166px;
    background-image: url(/Content/images/instagram-alt@2x.png);
    background-size: 104px 166px;
}

.ico-youtube-alt {
    width: 104px;
    height: 166px;
    background-image: url(/Content/images/youtube-alt@2x.png);
    background-size: 104px 166px;
}

.ico-twitter-alt {
    width: 87px;
    height: 138px;
    background-image: url(/Content/images/twitter-alt@2x.png);
    background-size: 87px 138px;
}

.ico-idea {
    width: 225px;
    height: 154px;
    background-image: url(/Content/images/idea@2x.png);
    background-size: 225px 154px;
}

.ico-computer {
    width: 185px;
    height: 133px;
    background-image: url(/Content/images/computer@2x.png);
    background-size: 185px 133px;
}

.ico-notes {
    width: 134px;
    height: 152px;
    background-image: url(/Content/images/notes@2x.png);
    background-size: 134px 152px;
}

.ico-speaker {
    width: 162px;
    height: 162px;
    background-image: url(/Content/images/speaker@2x.png);
    background-size: 162px 162px;
}
/* Mobile */
@media (max-width: 639px) {
    .ico-chevron-right-md {
        width: 8px;
        height: 13px;
        background-size: 8px 13px;
    }

    .ico-chevron-right-white {
        width: 12px;
        height: 20px;
        background-size: 12px 20px;
    }

    .ico-facebook {
        width: 14px;
        height: 32px;
        background-size: 14px 32px;
    }

    .ico-instagram {
        width: 29px;
        height: 29px;
        background-size: 29px 29px;
    }

    .ico-youtube {
        width: 26px;
        height: 32px;
        background-size: 26px 32px;
    }

    .ico-twitter {
        width: 30px;
        height: 26px;
        background-size: 30px 26px;
    }

    .ico-triangle-down {
        width: 17px;
        height: 10px;
        background-size: 17px 10px;
    }

    .ico-play {
        width: 45px;
        height: 45px;
        background-size: 45px 45px;
    }
}
/* ------------------------------------------------------------ *\
	Link Large
\* ------------------------------------------------------------ */
.link-large {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Pilcrow Soft', sans-serif;
    font-size: 24px;
    line-height: 1.33;
    color: #282521;
    font-weight: bold;
}

    .link-large .list-text-special {
        display: inline-block;
        margin-top: 4px;
        margin-left: 5px;
    }

        .link-large .list-text-special ul {
            margin: 0 2px;
        }

        .link-large .list-text-special li {
            padding: 0 2px;
        }

            .link-large .list-text-special li > span {
                padding: 2px 4px 3px;
                border-radius: 9px 0;
            }

    .link-large i {
        margin-top: 6px;
        margin-left: 8px;
    }

    .link-large:hover {
        color: #282521;
        text-decoration: none;
        opacity: .7;
    }
/* Small Desktop */
@media (max-width: 1200px) {
    .link-large {
        font-size: 19px;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .link-large {
        font-size: 17px;
    }

        .link-large .list-text-special {
            margin-left: -1px;
        }

            .link-large .list-text-special ul {
                margin: 0 3px 0 4px;
            }

            .link-large .list-text-special li {
                padding: 0 1px;
            }

                .link-large .list-text-special li > span {
                    padding: 1px 2px 3px;
                }

        .link-large i {
            margin-left: 3px;
        }

    .link-large--alt {
        font-size: 20px;
    }

        .link-large--alt i {
            -ms-transform: translateY(2px);
            transform: translateY(2px);
            margin-top: 0;
            margin-left: 8px;
        }
}

@media (max-width: 370px) {
    .link-large {
        font-size: 14px;
    }

        .link-large .list-text-special ul {
            margin: 0 2px;
            font-size: 10px;
        }
}
/* ------------------------------------------------------------ *\ 
	# Lists
\* ------------------------------------------------------------ */
[class^="list-"] > ul {
    list-style: none;
    position: relative;
}
/* ------------------------------------------------------------ *\
	List Text Special
\* ------------------------------------------------------------ */
.list-text-special ul {
    margin-left: 0;
    font-family: 'Pilcrow Soft', sans-serif;
    font-size: 14px;
    line-height: 1.13;
    font-weight: bold;
    text-transform: uppercase;
}

.list-text-special li + li {
    margin-top: 2px;
}

.list-text-special li > a,
.list-text-special li > span {
    display: inline-block;
    padding: 1px 4px 2px;
    border-radius: 8px 0;
    background: #68ba9d;
    line-height: 15px;
    color: #ebebeb;
}

.list-text-special a:hover {
    text-decoration: none;
    opacity: .7;
}

.list-text-special li.inverted a,
.list-text-special li.inverted span {
    border-radius: 0 8px;
}

.list-text-special li.black > a,
.list-text-special li.black > span {
    background: #2e2a25;
}

.list-text-special li.green > a,
.list-text-special li.green > span {
    background: #6db758;
}

.list-text-special li.yellow > a,
.list-text-special li.yellow > span {
    background: #e2ca34;
}

.list-text-special li.green-alt > a,
.list-text-special li.green-alt > span {
    background: #54b89e;
}
/*  --horizontal  */
.list-text-special--horizontal ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
}

.list-text-special--horizontal li {
    padding: 0 12px;
}

    .list-text-special--horizontal li + li {
        margin-top: 0;
    }
/* Mobile */
@media (max-width: 639px) {
    .list-text-special ul {
        font-size: 12px;
        letter-spacing: .3px;
    }

    .list-text-special li > a,
    .list-text-special li > span {
        padding: 0 3px 2px;
    }
}
/* ------------------------------------------------------------ *\
	List Green
\* ------------------------------------------------------------ */
.list-green ul {
    padding-top: 5px;
    margin-left: 0;
}

.list-green li {
    position: relative;
    padding-left: 24px;
}

    .list-green li:before {
        content: '';
        position: absolute;
        top: 7px;
        left: 0;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        background: #68ba9d;
    }

    .list-green li + li {
        margin-top: 10px;
    }

    .list-green li a {
        color: #4d4c4c;
    }
/* ------------------------------------------------------------ *\
	List Contacts
\* ------------------------------------------------------------ */
.list-contacts ul {
    margin-left: 0;
}

.list-contacts li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .list-contacts li span {
        width: 64px;
    }

    .list-contacts li a {
        color: #4d4c4c;
    }

        .list-contacts li a:hover {
            text-decoration: underline;
        }

    .list-contacts li + li {
        margin-top: 7px;
    }
/* Tablet Portrait */
@media (max-width: 1024px) {
    .list-contacts li span {
        width: auto;
        margin-right: 5px;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .list-contacts li + li {
        margin-top: 5px;
    }

    .list-contacts li span {
        width: 78px;
    }
}
/* ------------------------------------------------------------ *\
	List Tales
\* ------------------------------------------------------------ */
.list-tales ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0;
    list-style: none;
}

.list-tales li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 16.66%;
    height: 146px;
}

    .list-tales li.yellow {
        background: #dbcf38;
    }

    .list-tales li.pink {
        background: #d5506f;
    }

        .list-tales li.pink h3 {
            color: #fff;
        }

    .list-tales li.green {
        background: #68ba9d;
    }

        .list-tales li.green h3 {
            color: #fff;
        }

    .list-tales li:nth-child(1) {
        margin-top: 0;
    }

    .list-tales li:nth-child(2) {
        margin-top: 41px;
    }

    .list-tales li:nth-child(3) {
        margin-top: 25px;
    }

    .list-tales li:nth-child(4) {
        margin-top: 49px;
    }

    .list-tales li:nth-child(5) {
        margin-top: 8px;
    }

    .list-tales li:nth-child(6) {
        margin-top: 16px;
    }

    .list-tales li:nth-child(7) {
        margin-top: -49px;
    }

    .list-tales li:nth-child(8) {
        margin-top: -8px;
    }

    .list-tales li:nth-child(9) {
        margin-top: -24px;
    }

    .list-tales li:nth-child(10) {
        margin-top: 0;
    }

    .list-tales li:nth-child(11) {
        margin-top: -41px;
    }

    .list-tales li:nth-child(12) {
        margin-top: -33px;
    }

    .list-tales li h3 {
        padding: 5px;
        font-family: 'Veneer', sans-serif;
        font-size: 25px;
        line-height: 1.2;
        color: #282521;
        text-transform: uppercase;
        text-align: center;
    }
/* Small Desktop */
@media (max-width: 1200px) {
    .list-tales ul {
        max-width: 739px;
        margin: 0 auto;
    }

    .list-tales li {
        height: 123px;
    }

        .list-tales li h3 {
            font-size: 20px;
        }
}
/* Mobile */
@media (max-width: 639px) {
    .list-tales {
        overflow-x: auto;
    }

        .list-tales ul {
            display: block;
            width: 1752px;
            max-width: initial;
            overflow-x: auto;
        }

            .list-tales ul:after {
            }

        .list-tales li {
            float: left;
            width: 146px;
            height: 146px;
        }

            .list-tales li:nth-child(3n-2) {
                margin-top: 8px;
            }

            .list-tales li:nth-child(3n-1) {
                margin-top: 20px;
            }

            .list-tales li:nth-child(3n) {
                margin-top: 0;
            }
}
/* ------------------------------------------------------------ *\
	List Dates
\* ------------------------------------------------------------ */
.list-dates ul {
    margin-left: 0;
    list-style: none;
}

.list-dates li {
    position: relative;
    font-family: 'Pilcrow Soft', sans-serif;
}

    .list-dates li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        min-height: 63px;
        padding: 7px 35px 13px 59px;
        background: #fff;
        color: #282521;
    }

        .list-dates li a:hover {
            background: #ebebeb;
            text-decoration: none;
        }

    .list-dates li p {
        margin-bottom: 0;
        line-height: 1.31;
        font-weight: bold;
    }

    .list-dates li i {
        position: absolute;
        top: 50%;
        right: 7px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .list-dates li + li {
        margin-top: 4px;
    }

    .list-dates li strong {
        position: absolute;
        top: calc(50% - 2px);
        left: 16px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        max-width: 40px;
        font-family: 'Veneer', sans-serif;
        font-size: 35px;
        line-height: .95;
        letter-spacing: 1px;
        color: #282521;
        text-transform: uppercase;
        text-align: center;
    }

        .list-dates li strong span {
            display: block;
            font-size: 17px;
            line-height: .9;
            font-weight: normal;
            letter-spacing: .2px;
        }
/* Mobile */
@media (max-width: 639px) {
    .list-dates li i {
        right: 15px;
    }
}
/* ------------------------------------------------------------ *\
	List Images
\* ------------------------------------------------------------ */
.list-images img {
    width: 100%;
}

.list-images ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -9px;
    list-style: none;
}

.list-images li {
    width: 33.33%;
    padding: 0 9px;
}

    .list-images li:nth-child(n+4) {
        margin-top: 18px;
    }
/* Mobile */
@media (max-width: 639px) {
    .list-images ul {
        margin: 0;
    }

    .list-images li {
        width: 100%;
        padding: 0;
    }

        .list-images li:nth-child(n+2) {
            margin-top: 8px;
        }
}
/* ------------------------------------------------------------ *\ 
	# Logos
\* ------------------------------------------------------------ */
[class^="logo"] {
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

    [class^="logo"] > img {
        display: block;
        width: 100%;
    }

    [class^="logo"]:hover {
        opacity: 0.75;
    }

.logo {
    max-width: 130px;
}
/* ------------------------------------------------------------ *\ 
	# Navigations
\* ------------------------------------------------------------ */
[class^="nav"] > ul {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
}

    [class^="nav"] > ul > li {
        position: relative;
    }

    [class^="nav"] > ul a {
        display: block;
        text-decoration: none;
    }
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav {
    font-family: 'Pilcrow Soft', sans-serif;
    font-size: 16px;
    line-height: 1.31;
    font-weight: bold;
}

    .nav .list-text-special--horizontal {
        display: none;
    }

    .nav > ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -16px;
    }

        .nav > ul > li {
            position: relative;
            padding: 0 16px;
        }

    .nav a {
        color: #282521;
    }

        .nav a i {
            margin-left: 11px;
        }

    .nav > ul > li:hover > a {
        color: #777;
    }

    .nav > ul > li:hover > ul {
        opacity: 1;
        visibility: visible;
        transition: opacity 0.4s, visibility 0.4s;
    }

    .nav > ul > li > ul {
        position: absolute;
        top: calc(100% + 36px);
        left: 0;
        z-index: 100;
        width: 152px;
        padding: 10px 0;
        margin: 0;
        background: rgba(255,255,255,.85);
        font-weight: normal;
        opacity: 0;
        visibility: hidden;
    }

        .nav > ul > li > ul:before {
            content: '';
            position: absolute;
            top: -36px;
            left: 0;
            width: 100%;
            height: 36px;
        }

        .nav > ul > li > ul > li {
            padding: 10px 16px;
        }

            .nav > ul > li > ul > li a:hover {
                color: #777;
            }
/* Tablet Portrait */
@media (max-width: 1024px) {
    .nav a i {
        margin-left: 2px;
    }

    .nav > ul > li > ul {
        top: calc(100% + 17px);
    }

        .nav > ul > li > ul:before {
            height: 17px;
        }
}
/* Mobile */
@media (max-width: 639px) {
    .nav {
        font-size: 24px;
        line-height: 1.33;
    }

        .nav > ul {
            display: block;
            margin: 0;
        }

            .nav > ul > li {
                padding: 0;
            }

                .nav > ul > li + li {
                    margin-top: 30px;
                }

                .nav > ul > li > a:after {
                }

                .nav > ul > li > a i {
                    float: right;
                    margin-top: 22px;
                    margin-left: 0;
                }

                .nav > ul > li.hover > a i {
                    -ms-transform: rotate(180deg);
                    transform: rotate(180deg);
                    margin-top: 20px;
                }

                .nav > ul > li:hover > ul {
                    max-height: 100%;
                    padding: 30px 0 0;
                }

                .nav > ul > li > ul {
                    position: static;
                    width: 100%;
                    max-height: 0;
                    padding: 0;
                }

                    .nav > ul > li > ul:before {
                        display: none;
                    }

                    .nav > ul > li > ul > li {
                        padding: 0;
                    }

                        .nav > ul > li > ul > li + li {
                            margin-top: 22px;
                        }

        .nav .list-text-special--horizontal {
            display: inline-block;
            -ms-transform: translateY(-4px);
            transform: translateY(-4px);
            margin-left: 10px;
        }

            .nav .list-text-special--horizontal ul {
                padding: 0;
                margin: 0;
            }

            .nav .list-text-special--horizontal li {
                display: inline-block;
                padding: 0 3px;
            }
}
/* ------------------------------------------------------------ *\
	Nav Footer
\* ------------------------------------------------------------ */
.nav-footer ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px;
}

.nav-footer li {
    padding: 0 30px;
}

.nav-footer a {
    color: #fff;
}

    .nav-footer a:hover {
        text-decoration: underline;
    }
/* Mobile */
@media (max-width: 639px) {
    .nav-footer ul {
        margin: 0 -25px;
    }

    .nav-footer li {
        padding: 0 25px;
    }
}

@media (max-width: 370px) {
    .nav-footer ul {
        margin: 0 -15px;
    }

    .nav-footer li {
        padding: 0 15px;
    }
}
/* ------------------------------------------------------------ *\
	Page Bar
\* ------------------------------------------------------------ */
.page-bar {
    height: 100px;
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .page-bar {
        height: 70px;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .page-bar {
        height: 40px;
    }
}
/* ------------------------------------------------------------ *\
	Related
\* ------------------------------------------------------------ */
.related {
    padding-top: 25px;
}

    .related .box .box__content {
        padding-top: 8px;
    }

        .related .box .box__content p {
            margin-bottom: 14px;
        }

        .related .box .box__content h4 {
            margin-bottom: 13px;
        }

    .related .box .box__date {
        margin-bottom: 10px;
    }
    /*  Related Title  */
    .related .related__title {
        padding-right: 300px;
        margin-bottom: 29px;
        font-family: 'Bree Serif', serif;
        line-height: 1.38;
        font-weight: 700;
    }

        .related .related__title:last-child {
            margin-bottom: 0;
        }

    .related .cell:nth-child(2) {
        margin-top: 32px;
    }

    .related .cell:nth-child(3) {
        margin-top: -32px;
    }
/* Tablet Portrait */
@media (max-width: 1024px) {
    .related .related__title {
        padding-right: 250px;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .related {
        padding-top: 18px;
    }

        .related .cell:nth-child(2),
        .related .cell:nth-child(3) {
            margin-top: 0;
        }

        .related .slider-news {
            margin-left: -16px;
        }

            .related .slider-news .slick-dots {
                margin-top: 24px;
            }

                .related .slider-news .slick-dots .slick-active button {
                    background: #dbcf38;
                }

        .related .box .box__content {
            padding-top: 10px;
        }

            .related .box .box__content h4 {
                margin-bottom: 8px;
            }

            .related .box .box__content p {
                margin-bottom: 15px;
            }

        .related .box .box__date {
            margin-bottom: 17px;
        }

        .related .related__title {
            padding-right: 0;
            margin-bottom: 16px;
        }
}
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
    position: relative;
    z-index: 25;
}

    .search.expanded .search__field {
        opacity: 1;
        visibility: visible;
    }

    .search.expanded.filled .search__content {
        display: block;
    }

    .search.expanded {
        -ms-transform: translateX(0);
        transform: translateX(0);
        pointer-events: all;
    }
    /*  Search Field  */
    .search .search__field {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
        -ms-transform: translateX(-170px);
        transform: translateX(-170px);
        width: 170px;
        height: 30px;
        padding: 0 13px;
        border: 0;
        margin: 0;
        background: #ebebeb;
        font-family: 'Pilcrow Soft', sans-serif;
        font-size: 14px;
        color: #777;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
    }

        .search .search__field:focus {
            box-shadow: none;
        }
    /*  Search Button  */
    .search .search__btn {
        position: relative;
        z-index: 10;
        display: block;
        width: 30px;
        height: 30px;
        border: 0;
        background: url(/Content/images/search@2x.png) center no-repeat #ebebeb;
        background-size: 18px 18px;
        font-size: 0;
        transition: opacity 0.4s;
    }

        .search .search__btn:hover {
            opacity: .8;
        }
    /*  Search Content  */
    .search .search__content {
        display: none;
        position: absolute;
        top: 100%;
        left: -170px;
        padding: 10px 15px;
        background: rgba(235,235,235,.92);
        font-size: 15px;
        line-height: 1.33;
        color: #333;
    }

        .search .search__content a {
            color: #333;
        }

            .search .search__content a:hover {
                color: #777;
                text-decoration: none;
            }

        .search .search__content ul {
            margin-left: 0;
            line-height: 1.33;
            list-style: none;
        }

        .search .search__content li {
            position: relative;
            display: block;
            padding-right: 30px;
        }

            .search .search__content li + li {
                margin-top: 13px;
            }

            .search .search__content li i {
                position: absolute;
                top: 0;
                right: 0;
                width: 24px;
                height: 24px;
                background-position: center;
                background-repeat: no-repeat;
            }

                .search .search__content li i.lightblue.page {
                    background-color: #dbcf38;
                    background-image: url(../images/link@2x.png);

                }

                .search .search__content li i.lightblue.news{
                    background-color: #d5506f;
                    background-image: url(../images/notebook@2x.png);
                }

                .search .search__content li i.lightblue.agenda{
                    background-color: #6aaeca;
                    background-image: url(../images/calendar@2x.png);
                }

                .search .search__content li i.lightblue.students {
                    background-color: #68ba9d;
                    background-image: url(../images/monitor@2x.png);
                }
/* Mobile */
@media (max-width: 639px) {
    .search {
        position: absolute;
        top: 70px;
        right: -16px;
        left: -16px;
        z-index: 55;
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        padding: 20px 16px;
        background: #fff;
        transition: transform 0.4s;
        pointer-events: none;
    }

        .search .search__btn {
            position: absolute;
            top: 50%;
            right: 16px;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: #dedddd;
        }

        .search .search__field {
            position: static;
            -ms-transform: none;
            transform: none;
            width: 100%;
        }

        .search .search__content {
            left: 0;
            width: 100%;
            padding: 30px 31px 25px;
            font-size: 18px;
        }

            .search .search__content li {
                padding-right: 50px;
            }
}
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
    padding: 64px 0;
}
/*  --text-white  */
.section--text-white {
    color: #fff;
}

    .section--text-white h2 {
        line-height: 1;
        margin-bottom: 24px;
    }

        .section--text-white h2:last-child {
            margin-bottom: 0;
        }

    .section--text-white h1,
    .section--text-white h2,
    .section--text-white h3,
    .section--text-white h4,
    .section--text-white h5,
    .section--text-white h6 {
        color: #fff;
    }

    .section--text-white .box--white h1,
    .section--text-white .box--white h2,
    .section--text-white .box--white h3,
    .section--text-white .box--white h4,
    .section--text-white .box--white h5,
    .section--text-white .box--white h6 {
        color: #282521;
    }
/*  --links  */
.section--links {
    padding: 34px 0 11px;
}

    .section--links .section__head {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

        .section--links .section__head h5 {
            margin-right: 39px;
            margin-bottom: 0;
            font-family: 'Bree Serif', serif;
            color: #777;
        }

        .section--links .section__head .list-text-special {
            margin-top: 3px;
        }

    .section--links .section__body .grid-x {
        margin-bottom: 30px;
    }

        .section--links .section__body .grid-x:last-child {
            margin-bottom: 0;
        }
/*  --news  */
.section--news {
    padding: 58px 0 63px;
}

    .section--news .section__head {
        margin-bottom: 49px;
    }

        .section--news .section__head h2 {
            display: inline-block;
            margin-right: 23px;
            margin-bottom: 0;
        }

        .section--news .section__head a {
            display: inline-block;
            -ms-transform: translateY(-3px);
            transform: translateY(-3px);
            line-height: 1.31;
            color: #4d4c4c;
            font-weight: 300;
        }

            .section--news .section__head a i {
                margin-left: 4px;
            }

    .section--news .section__body .cell:nth-child(2) {
        margin-top: 32px;
    }

    .section--news .section__body .cell:nth-child(3) {
        margin-top: -42px;
    }
/*  --news-alt  */
.section--news-alt {
    padding: 59px 0 64px;
}

    .section--news-alt h2 {
        margin-bottom: 18px;
        line-height: 1.25;
    }

        .section--news-alt h2:last-child {
            margin-bottom: 0;
        }

    .section--news-alt .section__body .cell:nth-child(2) {
        margin-top: 45px;
    }

    .section--news-alt .section__body .cell:nth-child(3) {
        margin-top: 5px;
    }

    .section--news-alt .section__body .cell:nth-child(4) {
        margin-top: 77px;
    }

    .section--news-alt .list-tales {
        margin-top: -36px;
    }
/*  --news--tertiary  */
.section--news-tertiary .section__head {
    margin-bottom: 17px;
}

.section--news-tertiary .grid-x .grid-x .cell:first-child {
    margin-top: 40px;
}

.section--news-tertiary .grid-x .grid-x .cell:nth-child(3n+1) {
    margin-top: 40px;
}


.section--news-tertiary .grid-x .grid-x .cell:nth-child(3n+2) {
    margin-top: 0;
}

.section--news-tertiary .grid-x .grid-x .cell:nth-child(3n+3) {
    margin-top: 70px;
}

.section--news-tertiary .section__body .cell.cell--move-up {
    margin-top: -65px;
}
/*  --article  */
.section--article h2 {
    margin-bottom: 28px;
}
/*  --article-alt  */
.section--article-alt {
    padding: 51px 0;
}

    .section--article-alt .box .box__content {
        padding-bottom: 35px;
    }

        .section--article-alt .box .box__content h3 {
            margin-bottom: 16px;
        }

        .section--article-alt .box .box__content p {
            margin-bottom: 21px;
            line-height: 1.45;
        }
/*  --video  */
.section--video .video {
    padding-top: 63.75%;
    margin-right: 24px;
}

.section--video h2 {
    margin-bottom: 26px;
    line-height: .95;
}

.section--video p {
    margin-bottom: 24px;
}

    .section--video p:last-child {
        margin-bottom: 0;
    }

.section--video .box .box__content p {
    line-height: 1.45;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .section .section__body .medium-12 {
        margin-top: 40px;
    }

        .section .section__body .medium-12:first-child {
            margin-top: 0;
        }
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .section {
        padding: 46px 0;
    }

    .section--links .section__body .grid-x {
        margin-bottom: 10px;
    }

    .section--links .section__body .medium-6:nth-child(n+3) {
        margin-top: 10px;
    }

    .section--article .text-right {
        text-align: center;
    }

    .section--news {
        padding: 30px 0 40px;
    }

        .section--news .section__head {
            margin-bottom: 30px;
        }

        .section--news .section__body .cell:nth-child(2),
        .section--news .section__body .cell:nth-child(3) {
            margin-top: 0;
        }

        .section--news .section__body .medium-12 {
            margin-bottom: 30px;
        }

            .section--news .section__body .medium-12:last-child {
                margin-bottom: 0;
            }

    .section--news-alt .list-tales {
        margin-top: 0;
    }

    .section--news-alt .section__body .cell:nth-child(4) {
        margin-top: 0;
    }

    .section--video .video {
        margin-right: 0;
    }

    .section--video .section__body .medium-12 {
        margin-bottom: 40px;
    }

        .section--video .section__body .medium-12:last-child {
            margin-bottom: 0;
        }
}
/* Mobile */
@media (max-width: 639px) {
    .section {
        padding: 46px 0 32px;
    }

    .section--links {
        padding: 19px 0;
    }

        .section--links .section__head {
            margin-bottom: 17px;
        }

            .section--links .section__head h5 {
                font-size: 14px;
                line-height: 1.36;
            }

        .section--links .section__body .grid-x {
            margin-bottom: 0;
        }

        .section--links .section__body .grid-margin-x {
            margin-right: 0;
            margin-left: 0;
        }

            .section--links .section__body .grid-margin-x > .small-12 {
                width: 100%;
                margin-right: 0;
                margin-left: 0;
            }

        .section--links .section__body .medium-6:nth-child(n+2) {
            margin-top: 25px;
        }


    .section--links-alt {
        padding: 26px 0 39px;
    }

        .section--links-alt .section__body .medium-6:nth-child(n+2) {
            margin-top: 30px;
        }

        .section--links-alt .section__body > .small-6:first-child {
            width: 54.5%;
        }

        .section--links-alt .section__body > .small-6:last-child {
            width: 45.5%;
        }


    .section--article .section__body .cell:first-child {
        -ms-flex-order: 3;
        order: 3;
        margin-top: 24px;
    }

    .section--article .section__body .cell:nth-child(3) {
        margin-top: 34px;
    }


    .section--article-alt {
        padding: 30px 0 34px;
    }

        .section--article-alt p {
            line-height: 1.6;
        }

        .section--article-alt .box .box__content {
            padding-bottom: 23px;
        }

            .section--article-alt .box .box__content h3 {
                margin-bottom: 11px;
            }

            .section--article-alt .box .box__content p {
                margin-bottom: 19px;
                line-height: 1.6;
            }

        .section--article-alt .section__body .cell:nth-child(3) {
            margin-top: 14px;
        }


    .section--news {
        padding: 27px 0 32px;
    }

        .section--news .section__head {
            margin-bottom: 18px;
            font-size: 14px;
            line-height: 1.36;
        }

            .section--news .section__head h2 {
                margin-right: 39px;
            }

            .section--news .section__head a i {
                margin-left: 5px;
            }

        .section--news .section__body > .grid-x {
            display: block;
        }

        .section--news .section__body .slider-news .cell {
            width: 343px;
            padding: 0 16px;
        }

    .section--news-alt {
        padding-top: 29px;
    }

        .section--news-alt .list-tales {
            margin-top: 0;
            margin-right: -16px;
            margin-left: -16px;
        }

        .section--news-alt .section__body > .grid-x {
            display: -ms-flexbox;
            display: flex;
        }

        .section--news-alt .section__body .cell {
            margin-bottom: 16px;
        }

            .section--news-alt .section__body .cell:last-child {
                margin-bottom: 0;
            }

            .section--news-alt .section__body .cell > p {
                margin-bottom: 15px;
            }

                .section--news-alt .section__body .cell > p:last-child {
                    margin-bottom: 0;
                }

        .section--news-alt .section__body .mobile-order-2 {
            -ms-flex-order: 2;
            order: 2;
            margin-top: 30px;
            margin-bottom: 0;
        }


    .section--news-tertiary .section__body .cell {
        margin-bottom: 30px;
    }

        .section--news-tertiary .section__body .cell:last-child {
            margin-bottom: 0;
        }

    .section--news-tertiary .grid-x .grid-x .cell:first-child,
    .section--news-tertiary .grid-x .grid-x .cell:nth-child(3) {
        margin-top: 0;
    }


    .section--text-white h2 {
        margin-bottom: 22px;
    }


    .section--video {
        padding: 12px 0 69px;
    }

        .section--video p {
            margin-bottom: 16px;
        }

        .section--video h2 {
            margin-bottom: 24px;
        }

        .section--video .video {
            padding-top: 66.2%;
        }

        .section--video .section__body .cell {
            margin-bottom: 25px;
        }

            .section--video .section__body .cell:last-child {
                margin-bottom: 0;
            }
}
/* ------------------------------------------------------------ *\
	Section Subscribe
\* ------------------------------------------------------------ */
.section-subscribe {
    padding: 27px 0 32px;
}
/* ------------------------------------------------------------ *\
	Section Article
\* ------------------------------------------------------------ */
.section-article {
    padding: 32px 0;
}

    .section-article .shell {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
/* Tablet Portrait */
@media (max-width: 1024px) {
    .section-article {
        padding-top: 20px;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .section-article {
        padding-top: 17px;
    }
}
/* ------------------------------------------------------------ *\
	Section Step
\* ------------------------------------------------------------ */
.section-step .shell {
    position: relative;
}

.section-step h2 {
    margin-bottom: 12px;
    line-height: 1.35;
}

.section-step .box-icon {
    margin-left: auto;
}

    .section-step .box-icon h2 {
        margin-bottom: 0;
        line-height: 1.09;
    }

.section-step .box--simple {
    border-radius: 0 23px;
}

    .section-step .box--simple .btn span {
        padding: 0 42px 0 13px;
    }

    .section-step .box--simple h3 {
        margin-bottom: 14px;
        line-height: 1.35;
    }

    .section-step .box--simple .box__content {
        padding: 18px 24px 25px;
    }

.section-step .box--article .box__date {
    margin-bottom: 10px;
}

.section-step .box--article .box__content {
    padding-top: 8px;
}

    .section-step .box--article .box__content h4 {
        margin-bottom: 13px;
    }

    .section-step .box--article .box__content p {
        min-height: 67px;
    }
/*  Section Body  */
.section-step .section__body {
    position: relative;
    z-index: 5;
}
/*  Section Background  */
.section-step .section__background {
    position: absolute;
    top: 0;
    right: 37px;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right top;
}
/*  --primary  */
.section-step--primary {
    padding-top: 32px;
}

    .section-step--primary .box-icon {
        padding-top: 66px;
        margin-right: 160px;
    }

        .section-step--primary .box-icon h2 {
            margin-bottom: 16px;
        }

        .section-step--primary .box-icon .ico-idea {
            height: 151px;
            background-position: center top;
        }

    .section-step--primary .section__background {
        width: 790px;
    }

    .section-step--primary .section__body {
        min-height: 391px;
    }

    .section-step--primary .cell:first-child {
        margin-top: -8px;
    }
/*  --secondary  */
.section-step--secondary .box-text {
    margin-left: auto;
}

.section-step--secondary .box-icon {
    position: absolute;
    right: 257px;
    bottom: 173px;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

    .section-step--secondary .box-icon h2 {
        margin-top: -18px;
    }

    .section-step--secondary .box-icon .ico-computer {
        height: 116px;
        background-position: center top;
    }

.section-step--secondary .section__background {
    right: 102px;
}

.section-step--secondary .section__body {
    min-height: 672px;
}
/*  --tertiary  */
.section-step--tertiary .box-icon {
    position: absolute;
    bottom: 174px;
    right: 91px;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

    .section-step--tertiary .box-icon h2 {
        margin-top: 2px;
        margin-left: 35px;
        line-height: 1.32;
    }

    .section-step--tertiary .box-icon .ico-notes {
        height: 148px;
        background-position: center top;
    }

.section-step--tertiary .grid-x .grid-x .cell:first-child {
    margin-top: 41px;
}

.section-step--tertiary .section__background {
    right: 19px;
}

.section-step--tertiary .section__body {
    min-height: 853px;
}
/*  --quaternary  */
.section-step--quaternary .box-icon {
    position: absolute;
    right: 312px;
    bottom: 168px;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

    .section-step--quaternary .box-icon h2 {
        margin-top: 29px;
        margin-right: 32px;
    }

.section-step--quaternary .socials-balloons {
    position: absolute;
    bottom: 15px;
    left: -20px;
}

.section-step--quaternary .grid-x .grid-x .cell:nth-child(2) {
    margin-top: 40px;
}

.section-step--quaternary .section__background {
    right: 12px;
}

.section-step--quaternary .section__body {
    min-height: 850px;
}
/*  --quinary  */
.section-step--quinary {
    padding-bottom: 27px;
}
/* Small Desktop */
@media (max-width: 1200px) {
    .section-step--quaternary .socials-balloons {
        left: 15px;
    }

    .section-step--quinary .large-3 {
        margin-right: 650px;
        margin-left: auto;
    }
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .section-step .box--simple .box__content {
        padding-right: 10px;
        padding-left: 10px;
    }

    .section-step .box .btn span {
        padding-right: 43px;
        padding-left: 10px;
    }

    .section-step--primary .box-icon {
        padding-top: 33px;
    }

        .section-step--primary .box-icon .ico-idea {
            height: 109px;
        }

    .section-step--secondary .box-icon {
        right: 240px;
    }

    .section-step--quaternary .box-icon {
        right: 250px;
    }
}

@media (max-width: 830px) and (min-width: 767px) {
    .section-step--quinary .medium-4 {
        margin-right: .9375rem;
        margin-left: .9375rem;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .section-step .slider-news {
        margin: 0 -8px 22px;
    }

        .section-step .slider-news .cell {
            width: 327px;
            padding: 0 8px;
        }

        .section-step .slider-news .slick-dots {
            margin-top: 40px;
        }

    .section-step h2 {
        padding-right: 35px;
        margin-bottom: 6px;
        line-height: 1.33;
    }

    .section-step h5 {
        margin-bottom: 15px;
        font-family: 'Bree Serif', serif;
        font-weight: bold;
    }

    .section-step .box .btn span {
        padding-right: 60px;
        padding-left: 17px;
    }

    .section-step .box-icon {
        position: static;
    }

        .section-step .box-icon h2 {
            padding-right: 0;
            margin-bottom: 27px;
        }

    .section-step .box--simple h3 {
        width: 100%;
        margin-bottom: 4px;
        font-size: 24px;
        line-height: 1.35;
    }

    .section-step .box--simple .btn {
        height: 40px;
        margin-left: 8px;
        line-height: 40px;
    }

        .section-step .box--simple .btn i {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-size: 12px 20px;
        }

    .section-step .box--simple .box__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px;
    }

    .section-step .box--article .box__content {
        padding: 15px 18px 32px 18px;
    }

    .section-step .box--article .box__date {
        margin-bottom: 10px;
        font-size: 14px;
        line-height: 1.36;
        letter-spacing: .6px;
    }

    .section-step .section__body {
        min-height: initial;
    }

    .section-step .section__background {
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 513px;
        background-image: url(/Content/images/temp/cloud.png) !important;
        background-size: 100%;
        background-position: center bottom;
    }

    .section-step--primary {
        padding-top: 42px;
    }

        .section-step--primary .box-icon {
            padding-top: 76px;
            margin-right: 0;
        }

            .section-step--primary .box-icon h2 {
                margin-bottom: 23px;
            }

            .section-step--primary .box-icon .ico-idea {
                width: 225px;
                height: 154px;
            }


    .section-step--secondary {
        padding-top: 25px;
    }

        .section-step--secondary .box-icon h2 {
            margin-top: 0;
            margin-bottom: 20px;
        }

        .section-step--secondary .box-icon .ico-computer {
            width: 185px;
            height: 133px;
        }

        .section-step--secondary .box-text {
            margin-bottom: 35px;
        }


    .section-step--tertiary {
        padding-top: 32px;
    }

        .section-step--tertiary .grid-x {
            margin-right: 0;
            margin-left: 0;
        }

        .section-step--tertiary .cell {
            margin-bottom: 36px;
        }

            .section-step--tertiary .cell:last-child {
                margin-bottom: 0;
            }

        .section-step--tertiary .grid-x .grid-x .cell:first-child {
            margin-top: 0;
        }

        .section-step--tertiary .slider-news {
            margin: 0 -8px;
        }

        .section-step--tertiary .slick-slide {
            margin-bottom: 0;
        }

        .section-step--tertiary .box-icon {
            margin-top: 101px;
        }

            .section-step--tertiary .box-icon h2 {
                margin-bottom: 20px;
                margin-left: 0;
            }

            .section-step--tertiary .box-icon .ico-notes {
                width: 134px;
                height: 152px;
            }


    .section-step--quaternary {
        padding-top: 25px;
    }

        .section-step--quaternary .box-text {
            margin-right: 10px;
            margin-left: 10px;
        }

        .section-step--quaternary .box-icon {
            margin-top: 43px;
        }

            .section-step--quaternary .box-icon h2 {
                margin-top: 0;
                margin-right: 0;
                margin-bottom: 11px;
            }

            .section-step--quaternary .box-icon .ico-speaker {
                -ms-transform: translateX(14px);
                transform: translateX(14px);
                width: 162px;
                height: 162px;
            }

        .section-step--quaternary .section__body > .grid-x > .cell:nth-child(2) {
            -ms-flex-order: 3;
            order: 3;
        }

        .section-step--quaternary .section__body > .grid-x > .cell:nth-child(3) {
            -ms-flex-order: 1;
            order: 1;
            margin-bottom: 36px;
        }

    .section-step--quinary {
        padding-top: 32px;
    }

        .section-step--quinary .large-3 {
            margin-right: 0;
        }

        .section-step--quinary .box-text {
            margin-right: 10px;
            margin-left: 10px;
        }
}
/* ------------------------------------------------------------ *\
	Slick
\* ------------------------------------------------------------ */
.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 26px;
    margin-left: 0;
    font-size: 0;
    line-height: 0;
    list-style: none;
}

    .slick-dots li {
        padding: 0 8px;
    }

    .slick-dots button {
        display: block;
        width: 14px;
        height: 14px;
        border-radius: 100%;
        background: #282521;
    }

        .slick-dots .slick-active button,
        .slick-dots button:hover {
            background: #fff;
        }

        
/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */
.slider .slide {
    position: relative;
    display: table;
    width: 100%;
    height: 593px;
}
    /*  Intro Inner  */
    .slider .slide .slide__inner {
        display: table-cell;
        vertical-align: bottom;
    }
    /*  Intro Image  */
    .slider .slide .slide__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    /*  Intro Content  */
    .slider .slide .slide__content {
        position: relative;
        z-index: 10;
        width: 100%;
        max-width: 276px;
        padding: 48px 0;
        margin-left: auto;
    }
/*  Slider Dots  */
.slider .slick-dots {
    position: absolute;
    bottom: 48px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 0;
}
/*  --dots-pink  */
.slider--dots-pink .slick-dots .slick-active button,
.slider--dots-pink .slick-dots button:hover {
    background: #d5506f;
}
/* Small Desktop */
@media (max-width: 1200px) {
    .slider .slide {
        height: 450px;
    }
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .slider .slick-dots {
        bottom: 20px;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .slider .slide {
        height: 294px;
    }

    .slider .slick-dots {
        display: none !important;
    }

    .slider .slide .slide__content {
        max-width: 100%;
        padding: 27px 0;
    }

    .slider-news {
        margin-left: -5px;
    }

        .slider-news .slick-dots {
            margin-top: 20px;
        }

        .slider-news .cell {
            width: 343px;
            padding: 0 16px;
        }
}
/* ------------------------------------------------------------ *\
	Socials
\* ------------------------------------------------------------ */
.socials ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
    list-style: none;
}

.socials li {
    padding: 0 10px;
}

.socials a {
    position: relative;
    display: block;
    width: 36px;
    height: 36px;
    background: #68ba9d;
}

    .socials a i {
    }

    .socials a:hover {
        opacity: .8;
    }

.socials h5 {
    margin-bottom: 13px;
    font-family: 'Bree Serif', serif;
    font-weight: 400;
    line-height: 1.38;
}

.socials--alt ul {
    margin: 0 -16px;
}

.socials--alt li {
    padding: 0 16px;
}

.socials--alt a {
    background: #d5506f;
}
/* Tablet Portrait */
@media (max-width: 1024px) {
    .socials ul {
        margin: 0 -2px;
    }

    .socials li {
        padding: 0 2px;
    }
}
/* Mobile */
@media (max-width: 639px) {
    .socials ul {
        margin: 0 -12px;
    }

    .socials li {
        padding: 0 12px;
    }

    .socials a {
        width: 48px;
        height: 48px;
    }

    .socials h5 {
        margin-bottom: 19px;
    }

    .socials--alt ul {
        margin: 0 -16px;
    }

    .socials--alt li {
        padding: 0 16px;
    }

    .socials--alt a {
        width: 36px;
        height: 36px;
    }

    .socials--alt .ico-facebook {
        width: 11px;
        height: 24px;
        background-size: 11px 24px;
    }

    .socials--alt .ico-twitter {
        width: 22px;
        height: 19px;
        background-size: 22px 19px;
    }
}
/* ------------------------------------------------------------ *\
	Socials Balloons
\* ------------------------------------------------------------ */
.socials-balloons ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.socials-balloons li:first-child {
    margin-top: 169px;
}

.socials-balloons li:nth-child(2) {
    margin-top: 38px;
}

.socials-balloons li:nth-child(3) {
    -ms-transform: translateX(-27px);
    transform: translateX(-27px);
    margin-top: 91px;
}

.socials-balloons li:nth-child(4) {
    margin-left: 2px;
}

.socials-balloons a:hover {
    opacity: .8;
}
/* Small Desktop */
@media (max-width: 1200px) {
    .socials-balloons .ico-instagram-alt,
    .socials-balloons .ico-facebook-alt,
    .socials-balloons .ico-youtube-alt,
    .socials-balloons .ico-twitter-alt {
        width: 69px;
        height: 110px;
        background-size: 69px 110px;
    }

    .socials-balloons li:first-child {
        margin-top: 80px;
    }

    .socials-balloons li:nth-child(2) {
        margin-top: 20px;
    }

    .socials-balloons li:nth-child(3) {
        -ms-transform: translateX(-15px);
        transform: translateX(-15px);
        margin-top: 55px;
    }

    .socials-balloons li:nth-child(4) {
        -ms-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {
}
/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */
.video {
    position: relative;
    padding-top: 56.25%;
}

    .video iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 15;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s, visibility 0.4s;
    }

        .video iframe.show {
            opacity: 1;
            visibility: visible;
        }
    /*  Video Image  */
    .video .video__image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    /*  Video Play  */
    .video .video__play {
        border-radius: 100%;
    }

        .video .video__play:hover {
            opacity: .9;
        }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets {
    list-style: none outside none;
}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget {
    margin-bottom: 32px;
}

    .widget:last-child {
        margin-bottom: 0;
    }

    .widget .box .box__content h3 {
        margin-bottom: 14px;
        line-height: 1.3;
    }

.breadcrumbs a {
    color: #777777;
    font-size: 14px;
    margin-right: 15px;
}

    .breadcrumbs a.chevron-right {
        background-image: url('../images/chevron-right@2x.png');
        background-size: 7px;
        padding-right: 15px;
        background-repeat: no-repeat;
        background-position: center right;
    }

        .breadcrumbs a.chevron-right:last-child {
            background-image: none;
        }

.list-contacts li a.white-text {
    color: #fff;
}

.downloads .download {
    height: 150px;
    background-color: #68ba9d;
    margin-bottom: 30px;
    color: #fff;
    padding: 15px;
}

a.vacancy-link{
    color:#282521;
}
a.vacancy-link .vacancy{
    border-bottom:1px solid #e5e5e5;
    padding:5px 0;
}
.vacancy-link h2{
    margin:0;
    font-size:1.5em;
    margin-bottom:3px;
}
.vacancy-link .sublines p{
    margin:0;
    color:#777;
    margin-bottom:15px;
}
.button.filter{
    background-color: #68ba9d;
}
.button.filter:hover{
    background-color: #79ba9d;
}





.vacancy .sublines {
    text-transform:uppercase;
}
.vacancy .sublines p {
    margin:0;
    padding:0;
    font-size:.875rem;
    padding-bottom:4px;

}
.vacancies {

}
.vacancy-link {
    text-decoration:none;
    display:block;
    padding-bottom:14px;
    margin-bottom:14px;

}
.vacancy-link h2 {

    font-size:1.25rem;
    margin:0;
}
.vacancy-link .sublines p {
    line-height:1.5;
    padding-bottom:4px;
}
.vacancy-detail {
    padding-top:40px;
}
.vacancy-detail h1 {
    padding-bottom:10px;
}
.vacancy-detail a.button {
    background-color:#7ca5a5;
    color:#fff;
    font-weight:bold;
}


.vacancy-detail a.button.button-right {
    float:right;
}
.vacancy-detail .content {
    padding-bottom:40px;
}

.vacancy-detail h3 {
   
    margin:0;
    padding:0;
    padding-top:30px;
    padding-bottom:4px;
}
.vacancy-detail .row a {
    text-decoration:none;
}
.vacancy-detail .row h3 {
    padding-top:0;
}

.vacancy-detail .row h5 {
    margin:0;
    padding:0;
    padding-top:20px;
    text-transform:uppercase;
    font-weight:normal;
}
.vacancy-detail p {
    margin:0;
    padding:0;
}
.vacancy-detail p.reply {
    margin-top:40px;
    margin-bottom:40px;
}

.field-validation-error {
    color: #ff0000;
    font-size: 0.875em;
    display: block;
    padding-top: 4px;
}

.input-validation-error {
    border: 1px solid #ff0000;
    color: #ff0000;
}

.faq-wrapper {
    margin-bottom: 20px;
}
.sidebar-links{
    padding-top:10px;
}
.sidebar-link{
    margin:0;
    color: #777;
}

.faq {
    border: 2px solid #4D4C4C;
    padding: 14px 16px 0 16px;
    cursor: pointer;
    margin-bottom: 8px;
}

.faq:last-child{
    margin-bottom: 26px;
}

.faq-question {
    background-image: url('../images/plus.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px;
}

    .faq-question strong {
        display: block;
        padding-left: 30px;
        margin-bottom: 14px;
    }

.faq-answer {
    margin-bottom: 14px;
    display: none;
}

.faq.open .faq-answer {
    display: block;
}

.faq.open .faq-question {
    background-image: url('../images/minus.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 13px;
}

.cc-compliance>.cc-btn {
    -ms-flex: unset !important;
    flex: unset !important; 
}

.cc-window.cc-banner {
    width: 90% !important;
    margin: auto;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.50);
    font-family: inherit;
    color: #222 !important;
    min-height: 100px;
}

a.cc-btn.cc-allow {
    color: #fff;
    margin-left: 0;
}

a.cc-btn.cc-dismiss {
    text-decoration: underline;
    color: #777 !important;
    order: 2;
    margin-left: .5em;
}

@media (min-width: 640px) {
    .cc-window.cc-banner {
        width: 70% !important;
    }

    a.cc-btn.cc-dismiss {
        order: 0;
        margin-left: 0;
    }

    a.cc-btn.cc-allow {
        color: #fff;
        margin-left: .5em;
    }
}

.category {
    padding: 1em;
    font-family: 'Bree Serif';
}

    .category.red {
        background-color: #D5506F;
    }

    .category.green p {
        color: #fff;
    }

    .category.red p {
        color: #fff;
    }

    .category.green h3 {
        color: #fff;
    }

    .category.red h3 {
        color: #fff;
    }

    .category.green {
        background-color: #68ba9d;
    }


    .category.yellow {
        background-color: #DBCF38;
    }

    .category.grey {
        background-color: #EBEBEB;
    }

    .category.yellow .panel a .inner .document_type {
        background-color: #DBCF38;
    }

    .category.red .panel a .inner .document_type {
        background-color: #D5506F;
    }

    .category.green .panel a .inner .document_type {
        background-color: #68ba9d;
    }

    .category.grey .panel a .inner .document_type {
        background-color: #EBEBEB;
    }

    .category.yellow .panel a .inner .document_type.pdf {
        background-image: url('../images/document types/pdf-black.svg');
    }

    .category.yellow .panel a .inner .document_type.doc {
        background-image: url('../images/document types/document-black.svg');
    }

    .category.yellow .panel a .inner .document_type.image {
        background-image: url('../images/document types/image-black.svg');
    }

    .category.yellow .panel a .inner .document_type.dpp {
        background-image: url('../images/document types/dpp-black.svg');
    }

    .category.yellow .panel a .inner .document_type.link {
        background-image: url('../images/document types/link-black.svg');
    }

    .category.grey .panel a .inner .document_type.pdf {
        background-image: url('../images/document types/pdf-black.svg');
    }

    .category.grey .panel a .inner .document_type.doc {
        background-image: url('../images/document types/document-black.svg');
    }

    .category.grey .panel a .inner .document_type.image {
        background-image: url('../images/document types/image-black.svg');
    }

    .category.grey .panel a .inner .document_type.dpp {
        background-image: url('../images/document types/dpp-black.svg');
    }
    .category.grey .panel a .inner .document_type.link {
        background-image: url('../images/document types/link-black.svg');
    }


.accordion {
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    overflow: hidden;
    padding-bottom: 1em;
}

    .accordion img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        display: block;
        transition: 0.4s;
        border-radius: 0 30px;
        margin-bottom: 1em;
    }

    .accordion .text {
        padding-left: 0;
    }

    .accordion h3 {
        font-family: 'Bree Serif';
    }


    .accordion .inner.shell {
        padding-left: 0;
        padding-right: 0;
    }

    .accordion .inner .show_documents {
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: .5em 1em;
        color: #000;
        border-radius: 30px;
    }

        .accordion .inner .show_documents span {
            padding-right: 1em;
        }

    .accordion .inner .chevron {
        transition: 0.4s;
        margin-top: 2px;
    }

    .accordion.active .inner .chevron {
        transform: rotate(180deg);
        margin-top: -2px;
    }

    .accordion.active, .accordion:hover {
    }

    .accordion .inner .category_name {
        font-size: 1.5em;
        margin-bottom: .5em;
    }

@media(min-width:1024px) {

    .category {
        padding: 2em;
    }

    .accordion {
        padding-bottom: 0;
    }

        .accordion .inner {
            display: flex;
            padding: 1.5em 0;
        }

        .accordion img {
            width: 276px;
            height: 276px;
        }

        .accordion.active img {
        }

        .accordion .text {
            padding-left: 24px;
        }

        .accordion .inner.shell {
            padding-left: 16px;
            padding-right: 16px;
        }
}

.panel {
    padding: 1em 0;
    display: none;
    background-color: white;
    overflow: hidden;
    border-radius: 30px 0;
    margin-top: .5em;
    margin-bottom: 2em;
}

    .panel a {
        display: block;
    }

        .panel a:hover {
            background: #f4f4f4;
            text-decoration: none;
        }

        .panel a .inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1em;
        }

    .panel .inner h3 {
        font-size: 1.1em;
        font-family: 'Bree Serif';
        margin-bottom: 0;
        color: #000;
    }

    .panel a .inner .document {
        display: flex;
        align-items: center;
        width: 90%;
    }

    .panel a .inner svg {
        width: 40px;
    }

    .panel a .inner .document_name {
        padding-left: 24px;
        width: 90%;
    }

        .panel a .inner .document_name p {
            color: #666;
        }

    .panel .inner p {
    }

    .panel a .inner .document_type {
        width: 50px;
        height: 50px;
        border-radius: 10px 0;
    }

        .panel a .inner .document_type.pdf {
            background-image: url('../images/document types/pdf.svg');
            background-repeat: no-repeat;
            background-position: center;
        }

        .panel a .inner .document_type.image {
            background-image: url('../images/document types/image.svg');
            background-repeat: no-repeat;
            background-position: center;
        }

        .panel a .inner .document_type.doc {
            background-image: url('../images/document types/document.svg');
            background-repeat: no-repeat;
            background-position: center;
        }

        .panel a .inner .document_type.dpp {
            background-image: url('../images/document types/dpp.svg');
            background-repeat: no-repeat;
            background-position: center;
        }

        .panel a .inner .document_type.link {
            background-image: url('../images/document types/link.svg');
            background-repeat: no-repeat;
            background-position: center;
        }

@media(min-width:1024px) {
    .panel.shell {
        max-width: 1176px;
    }

    .panel a .inner {
        padding: 1em 2em;
    }

        .panel a .inner .document_type {
        }

    .panel .inner h3 {
        font-size: 1.3em;
    }
}

