@charset "UTF-8";
@font-face {
    font-family: 'Circular-Book';
    src: url("../fonts/Circular-Std-Book.eot");
    src: local("☺"), url("../fonts/Circular-Std-Book.woff") format("woff"), url("../fonts/Circular-Std-Book.ttf") format("truetype"), url("../fonts/Circular-Std-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular-Medium';
    src: url("../fonts/Circular-Std-Medium.eot");
    src: local("☺"), url("../fonts/Circular-Std-Medium.woff") format("woff"), url("../fonts/Circular-Std-Medium.ttf") format("truetype"), url("../fonts/Circular-Std-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular-Bold';
    src: url("../fonts/Circular-Std-Bold.eot");
    src: local("☺"), url("../fonts/Circular-Std-Bold.woff") format("woff"), url("../fonts/Circular-Std-Bold.ttf") format("truetype"), url("../fonts/Circular-Std-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Circular-Black';
    src: url("../fonts/Circular-Std-Black.eot");
    src: local("☺"), url("../fonts/Circular-Std-Black.woff") format("woff"), url("../fonts/Circular-Std-Black.ttf") format("truetype"), url("../fonts/Circular-Std-Black.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: 'Circular-Book', sans-serif;
    font-size: 11px;
    text-rendering: geometricPrecision;
    border-radius: 0px !important;
}

body {
    font-family: 'Circular-Book' !important;
    opacity: 1 !important;
}
a {
    border-radius: 0px !important;
}
h3.header {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 5px;
    font-family: 'geomanist', sans-serif;
    text-align: center;
}
h3.header:after {
    content: "";
    position: absolute;
    top: 45%;
    width: 30px;
    margin-left: 0.5em;
    height: 1px;
    background: #4A4A4A;
}
.panel.small {
    padding-top: 40px;
    padding-bottom: 14px;
}
.panel.small .left {
    padding-left: 20px;
    padding-right: 25px;
}
.panel.small .right {
    padding-right: 20px;
}
.panel .nextSlide,
.panel .prevSlide {
    width: 24px;
    height: 24px;
    position: relative;
    top: 5px;
    padding-right: 20px;
}
.internship {
    width: 100px;
    height: 24px;
    position: relative;
    top: 5px;
    padding-right: 20px;
}
.panal.small img.logo-icon {
    width: 60px;
    height: 56px;
}
.slides:not(.lastSlide) .panel.bottom.customPanel,
.slides.lastSlide .panel.bottom:not(.customPanel) {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0) !important;
    transform: translate3d(0, 100%, 0) !important;
}
.button.actionButton {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 12px;
    border: 2px solid transparent;
    border-radius: 25px;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    line-height: 1;
    -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: top;
    color: #2ECC71;
}
.button.actionButton:hover {
    background: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
    transform: translateY(-4px);
}
.button.actionButton svg,
.button svg {
    width: 22px;
    height: 22px;
}
span.toFirstSlide {
    padding-right: 20px;
}
.left .ui-menu {
    display: inline-block;
    height: 50px;
    width: 400px;
    padding: 12px;
    border: 2px solid transparent;
    border-radius: 25px;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    line-height: 1;
    -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: top;
    transition: all .4s;
}
.left .ui-menu:hover {
    background: #fff;
    box-shadow: 0 12px 16px rgba(0, 0, 0, .25);
    transform: translateY(-4px);
}

.right .ui-menu {
    display: inline-block;
    height: 50px;
    width: 50px;
    padding: 12px;
    border: 2px solid transparent;
    border-radius: 25px;
    z-index: 999;
    background: rgba(255, 255, 255, 1);
    line-height: 1;
    -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    vertical-align: top;
    transition: all .4s;
}
.right .ui-menu:hover {
    background: #fff;
    box-shadow: 0 12px 16px rgba(0, 0, 0, .25);
    transform: translateY(-4px);
}
.ui-menu__content {
    display: inline-block;
    position: relative;
    height: 16px;
    width: 23px;
    padding: 12px;
    z-index: 999;
    top: 3px;
}
.ui-menu__line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background: #2ECC71;
    -webkit-transition: background-color .35s, -webkit-transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
    transition: background-color .35s, transform .175s cubic-bezier(.215, .61, .355, 1), opacity .175s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateY(0)translateZ(0);
    transform: translateY(0)translateZ(0);
}
.ui-menu__line_1 {
    top: 3px;
}
.ui-menu__line_2 {
    top: 7px;
}
.ui-menu:hover .ui-menu__line_2 {
    width: 60% !important;
    transition: all .3s cubic-bezier(.215, .61, .355, 1);
}
.ui-menu__line_3 {
    top: 11px;
}
span.menulabel {
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    top: 8px;
    right: 10px;
    font-weight: 600;
    letter-spacing: 2px;
}
@media (max-width:568px) {
    span.menulabel {
        display: none;
    }
}
.sidebar .close {
    position: absolute;
    top: 45px;
    right: 43px;
    cursor: pointer;
    font-size: 0;
    opacity: 1;
    z-index: 101;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 100%;
    padding: 9px;
    -webkit-box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25);
}
.sidebar .close:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, .25);
    transform: translateY(-4px);
}
.sidebar .close svg {
    width: 23px;
    height: 32px;
    fill: #fff;
    margin-left: 5px;
    transition: 0.25s;
}
.sidebar .close svg:hover {
    width: 23px;
    height: 32px;
    fill: #fff;
    margin-left: 0px;
}
.sidebar ul {
    line-height: 2.21;
    margin-bottom: 25px;
    display: block;
    font-size: 0;
    margin-top: 90px;
    position: relative;
}
.sidebar .mainMenu li a {
    position: relative;
    font-size: 18px;
    line-height: 38px;
    font-weight: 300;
    font-family: 'geomanist', sans-serif;
    text-transform: none;
    letter-spacing: 0px;
}
.sidebar.ib-purple {
    background-color: rgba(46, 204, 113, 0.9);
    color: #fff !important;
}
ul.menu__primary {
    margin-bottom: 43px;
}
li.menu__primary__item {
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    font-family: 'geomanist', sans-serif;
    text-transform: none;
}
li.menu__primary__item:last-child {
    margin-bottom: 0;
}
.menu__primary__item__link {
    padding: .3em 0;
    color: #000;
    -webkit-transition: color .35s;
    transition: color .35s;
    text-decoration: none;
}
ul.menu__secondary {
    font-size: 16px;
    color: #fff;
    opacity: 1 !important;
    margin-top: 0px;
}
.menu__secondary__item {
    margin-bottom: 4px;
}
.menu__secondary__item__link {
    padding: 0;
    text-decoration: none;
    transition: color .35s;
}
.menu__offices {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    padding-top: 40px;
    border-top: 2px solid #fff;
}
.menu__offices__item {
    margin-bottom: 37px;
}
.menu__offices__item address {
    font-style: normal;
}
.menu__offices__item__city {
    font-weight: 700;
    padding-bottom: 1px;
    font-style: normal;
}
.menu__offices__item__address {
    color: #fff;
    opacity: 1 !important;
    font-weight: 400;
    line-height: 22px;
    font-style: normal;
}
.menu__offices__item:last-child,
.text p:last-child {
    margin-bottom: 0;
}
@media screen and (max-height:800px) {
    ul.menu__primary {
        margin-bottom: 25px;
    }
    li.menu__secondary__item {
        margin-bottom: 8px;
    }
    .menu__offices {
        padding-top: 30px;
    }
    .menu__offices__item {
        margin-bottom: 20px;
    }
}
@media screen and (max-height:690px) {
    ul.menu__primary {
        margin-bottom: 20px;
    }
    .menu__primary__item__link {
        padding: 0;
    }
    li.menu__secondary__item {
        margin-bottom: 4px;
    }
    .menu__offices {
        padding-top: 25px;
    }
    .menu__offices__item {
        margin-bottom: 15px;
    }
}
@media screen and (max-height:630px) {
    .menu__offices {
        padding-top: 0;
        border-top: 0;
    }
}
@media screen and (max-height:580px) {
    .menu__offices {
        display: none;
    }
}
.sidebar a {
    display: inline-block;
    color: #fff;
    fill: #fff;
}
.home-wrapper h6 {
    font-family: 'Circular-Bold' !important;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.home-wrapper h6 img {
    margin: 0 0 0 10px !important;
    vertical-align: middle;
    position: relative;
    bottom: 2px;
}
@media screen and (max-width: 350px) {
    .home-wrapper h6 img {
        display: none;
    }
}

.home-wrapper h6.play {
    font-family: 'Circular-Bold' !important;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    margin: 20px 0 0 80px;
}

.home-wrapper h1 {
    font-family: 'Circular-Bold' !important;
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 72px;
    color: #ffffff;
    margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
    .home-wrapper h1 {
        font-size: 32px;
        line-height: 38px;
    }
}

.home-wrapper h2 {
    font-family: 'Circular-Bold', sans-serif;
    line-height: 38px;
    letter-spacing: -1px;
    margin-bottom: 25px;
}

.home-wrapper p {
    font-family: 'Circular-Book' !important;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #ffffff;
    margin: 20px 0 20px 0;
}

.home-wrapper .slide-2 {
    background-color: #333333;
}
.home-wrapper .slide-2 p {
    font-family: 'Circular-Book' !important;
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0 20px 0;
    color: #ffffff;
    letter-spacing: 0px;
}

.home-wrapper .anonymous-button {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    box-shadow: inset 0 -100px 0 transparent;
    -webkit-appearance: none;
    position: relative;
    text-align: center;
    vertical-align: top;
    border: 0;
    outline: 0;
    text-decoration: none;
    display: inline-block;
    font-family: 'Circular-Medium', sans-serif;
    font-size: 12px;
    padding: 15px 15px 16px;
    transition: all .4s ease;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    width: 100%;
    max-width: 220px;
    line-height: normal;
    margin: 20px 0;
    /*text-transform: uppercase;*/
    /*letter-spacing: 2px;*/
    border-radius: 0px;
    font-size: 18px;
}

.home-wrapper .anonymous-button.light {
    border: 2px solid #fff;
    color: #fff;
}

.home-wrapper .anonymous-button:hover,
.home-wrapper .anonymous-button:focus {
    background: #eee;
}

.home-wrapper .anonymous-button.light:hover,
.home-wrapper .anonymous-button.light:focus {
    /*border: 2px solid #eee;*/
    /*color: #eee;*/
    background: #222;
}

.fade-8 .content {
    background: rgba(0, 0, 0, .2);
}
.background.hero {
    background: url(../img/bg_hero.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner {
    height: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.banner h3 {
    line-height: 90px;
    font-weight: 200;
    margin-right: 20px;
}

.banner form {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.banner label {
    display: none;
}

.banner .hs-button, .banner .hs_submit, .banner .actions {
    height: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner .hs-button {
    width: 200px;
    /*background-color: transparent;*/
    border: 2px solid #fff;
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    transition: all 0.2s ease;
    margin-top: 0px;
    text-align: center;
}

.banner .hs-button:hover, .banner .hs-button:focus {
    background-color: rgba(255, 255, 255, 0.3);
}

.banner .hs_email input, .hs_email .input, .hs_email {
    margin-top: 6px;
    min-width: 300px;
    height: 75%;
}

.banner .hs_email input {
    border-radius: 3px;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-family: 'Circular-Book', sans-serif;
}

.banner input::-webkit-input-placeholder::before { /* Chrome/Opera/Safari */
  color: #999999;
  content: 'Email';
}
.banner input::-moz-placeholder::before { /* Firefox 19+ */
  color: #999999;
  content: 'Email';
}
.banner input:-ms-input-placeholder::before { /* IE 10+ */
  color: #999999;
  content: 'Email';
}
.banner input:-moz-placeholder::before { /* Firefox 18- */
  color: #999999;
  content: 'Email';
}

.banner input::placeholder::before {
  color: #999999;
  content: 'Email';
}

.banner p {
    line-height: 50px;
}

.slide.about.section_1 {
    background-color: #FFF;
    color: #221E1F;
}

.slide.about h1,
.slide.about h6,
.slide.about p {
    color: #221E1F;
}

.background.section_1 {
    background-image: url(../img/bg_section_1.png);
    background-position: top right;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.slide.about.section_2 {
    background-color: #ECECEC;
    color: #221E1F;
}

.background.section_2 {
    background-image: url(../img/bg_section_2.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.workshops h3 {
    font-size: 18px;
    font-family: 'Circular-Medium', sans-serif;
}

.workshops p {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 5px;
}

.blog {
    background-color: #fff;
    color: #;
}

.blog .row {
    display: flex;
    /*flex-direction: row;*/
    margin-top: 40px;
}

.blog .row .section-left {
    min-width: 300px;
}

.blog .row .section-left img {
    width: 100%;
}

.blog .row .section-right {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog h3 {
    color: #221E1F;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}
.blog h5 {
    color: #221E1F;
}
.blog h6 {
    font-weight: 100;
    font-size: 12px;
    letter-spacing: 0px;
    margin-top: 5px;
    margin-bottom: 9px;
}
.blog p {
    margin-top: 9px;
    font-size: 14px;
    line-height: 18px;
}

.footer {
    /*height: 120px;*/
    padding: 40px 80px;
    background-color: #221E1F;
    display: flex;
}

.footer .section-left,
.footer .section-right {
    width: 50%;
    display: flex;
}

.footer .section-right {
    display: flex;
    justify-content: flex-end;
}

.footer .section-right a {
    padding: 20px 20px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 2px;
    line-height: 10px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .blog .row {
        flex-direction: column;
    }
    .blog h3 {
        margin-top: 20px;
        font-size: 18px;
    }
    .blog .row .section-right {
        margin-left: 0px;
    }
    .blog .row .section-left {
        min-width: 100%;
    }
    .footer {
        padding: 30px 5px;
        flex-direction: column;
    }
    .footer .section-left,
    .footer .section-right {
        width: 100%;
        justify-content: center;
    }

    .banner {
        height: auto;
        flex-direction: column;
        padding: 20px 0;
    }
    .banner form {
        flex-direction: column;
        min-height: 100px;
    }
    .banner h3 {
        line-height: 30px;
        margin-bottom: 0px;
        margin-right: 0px;
        padding: 0 20px;
    }
    .banner .hs-button, .banner .hs_submit, .banner .actions {
        /*height: 50px;*/
        margin-top: 0px;
    }
    .banner .actions {
        /*margin-top: 10px;*/
    }
    .banner .hs-button {
        margin-left: 0px;
        margin-bottom: 20px;
        margin-top: 20px;
        height: 50px;
    }
    .banner .hs_email input {
        height: 40px;
    }

}