/* CUSTOM STYLE */
@import url('spacing.css');

::selection {
    background: #f6f9ff;
}

body, h1, h2, h3, h4, h5, h6, p {
    font-family: IBMPlexSans, sans-serif;
    -webkit-font-smoothing: antialiased;
    color: #2d4156;
}

body, p {
    font-size: 16px;
    line-height: 1.8;
}

p {
    margin-bottom: 16px;
}

a {
    color: #0361c0;
}

a:focus {
    text-decoration: none;
}

.icon-xs {
    font-size: 24px;
}

section {
    padding: 96px 0;
    position: relative;
}

/*
.container {
    max-width: 1170px;
}
*/

.container.inset {
    max-width: 960px;
}

h2.titles {
    font-size: 4em;
    text-transform: lowercase;
    color: #222;
}

img {
    max-width: 100%;
}


.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.v-align-m {
    vertical-align: middle;
}

ul.reset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.push {
    clear: both;
}

.bg-image {
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sect-text {
    color: rgb(154, 168, 189);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0px 0px 12px;
}

.sect-large-text {
    color: #24374e;
    font-weight: 600;
    margin-bottom: 48px;
}

code {
    color: #0557ab;
    background-color: #f2f5f9;
}


/* Menu */
.top {
    height: 70px;
    background: #fff;
}

.navbar-default .navbar-nav > li > a {
    font-size: .96em;
    -webkit-font-smoothing: antialiased;
}

.navbar-default .navbar-nav > li > a {
    color: #38516d;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #ff2e2e;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #ff2e2e;
}

.navbar-default .navbar-nav > li > a.btn--rounded, .navbar-default .navbar-nav > a.btn--rounded {
    color: white;
    font-size: 14px;
    line-height: 1;
    padding: 10px 13px 5px 20px;
}

.navbar-default .navbar-nav > a.btn--rounded {
    margin: 0 16px;
}

.navbar-default {
    background: #fff;
    padding: 18px 0;
/*    border-bottom: 1px solid #E1EAF3;*/
}

.header-logo {
    height: 38px;
    margin-top: 8px;
}

.navbar-toggle .icon-bar {
    background: #333 !important;
}

/*
.navbar .container {
    max-width: 1080px;
}
*/

.navbar-default .navbar-nav {
    margin-top: 0;
}


/* Colors */
.text-red {
    color: #ff2e2e !important;
}

.text-blue {
    color: #38516d !important;
}

.text-yellow {
    color: #ffeb33 !important;
}

.text-orange {
    color: #ffa631 !important;
}

.text-white {
    color: white !important;
}

.bg-red {
    background-color: #ff2e2e;
    color: white;
}


/* Form */
.form-wrapper {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

fieldset {
    border: 0;
    margin: 0 0 1em;
    padding: 0;
}

form:before, form:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

form .layout {
    zoom: 1;
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.w-50 {
    width: 50%;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    line-height: 1.85714286em;
}

ol {
    list-style-type: decimal;
    padding-left: 24px;
    margin-bottom: 36px;
}

ol li {
    margin-bottom: 16px;
/*    font-size: 18px;*/
}

ul.layout {
    margin-bottom: 0;
}

form .layout li {
    float: left;
    width: 100%;
    padding: 0 1rem 2.6rem;
}

form .layout .half {
    width: 50%;
}

form label {
    display: block;
    color: #333;
    font-family: IBMPlexSans, sans-serif;
    font-size: .9em;
    font-weight: 400;
    line-height: 1;
    margin: 0 0 8px;
}

form label.required span {
    color: red;
    font-size: .89em;
}

input,
input[type="text"],
input[type="email"],
input[type="tel"], select,
textarea {
    font-family: IBMPlexSans, sans-serif;
    color: #474c4e;
    outline: none;
    width: 100%;
    height: 2em;
    padding: 1.5em;
    margin: 0;
    font-size: 1em !important;
    border-radius: 0;
    border: 1px solid #8a979b !important;
    -webkit-transition: border 300ms cubic-bezier(0.63, 0.64, 0.3, 1), color 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
    transition: border 300ms cubic-bezier(0.63, 0.64, 0.3, 1), color 300ms cubic-bezier(0.63, 0.64, 0.3, 1);
    background: #fff;
}

input[type],
textarea,
select {
    border-radius: 0;
}

input[type]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: .78em;
}

input[type]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #b3b3b3;
    font-size: .78em;
}

input[type]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: .78em;
}

input[type=checkbox] {
    width: auto;
    height: auto;
}


/*buttons*/
form .action-button {
    width: 100px;
    background: #12b2a9;
    color: white;
    line-height: 1;
    border: none !important;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    transition: .4s;
}

form .action-button:hover,
form .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #12b2a9;
}

form .action-button-previous {
    width: 100px;
    background: #C5C5F1;
    color: white;
    line-height: 1;
    border: none !important;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    transition: .4s;
}

form .action-button-previous:hover,
#msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #C5C5F1;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    width: initial;
    padding-bottom: 0;
}

.select2-container .select2-search--inline .select2-search__field {
    border: none !important;
    font-size: 100%;
    margin-top: 5px;
    padding: 0;
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #8a979b !important;
    border-radius: 0;
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #8a979b;
    border-radius: 0;
}

.select2-container .select2-selection--single {
/*    height: 2.78571429em;*/
/*    height: 3.16em;*/
    height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 48px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.5em;
    padding-right: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 2.78571429em;
    right: 10px;
}

span.select2-selection.select2-selection--single {
    outline: none;
}

.echeck-input {
    display: flex;
    overflow: hidden;
}

.input-group .form-control, .input-group-addon {
    display: table-cell;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding-top: 12px;
    font-weight: 600;
    color: rgb(108, 107, 107);
    background-color: rgb(238, 238, 238);
    width: 22% !important;
    border: 1px solid #8a979b;
    border-image: initial;
    border-radius: 0;
}

select .select-multiple {
    width: 100% !important;
}

.no-radius {
    border-radius: 0;
}

.menu-btn {
    border-color: #2a6e00;
    background-color: #2a6e00;
    color: #fff !important;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    padding: 12px 25px !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-weight: 400;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
}

.menu-btn:hover {
    border-color: #255e01 !important;
    background-color: #255e01 !important;
    color: #fff !important;
}

.btn {
    padding: 10px 28px;
    font-size: 16px;
}

.btn-primary {
    background-color: #2a6e00;
    border-color: #2a6e00;
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #255e01;
    border-color: #255e01;
}


/* Banner Content */
.banner-content {
    background: url(../img/homepage-sm.png) no-repeat 100% 3em/37em;
/*    min-height: 30em;*/
}

.banner-content {
    padding-top: 60px;
    padding-bottom: 48px;
    position: relative;
}

.banner-content {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.6;
}

.banner-content h1 {
    font-size: 50px;
    font-weight: 800;
    letter-spacing: -1px;
    margin: 40px 0 8px;
    margin-bottom: 8px;
    color: #0c263c;
}

.banner-content h4 {
    font-size: 18px;
    color: #2d4156;
    font-weight: 400;
    line-height: 1.6;
    margin: 32px 0 43px;
    width: 500px;
}

.banner-content .floating-dot {
    max-width: 190px;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 8%;
    right: 10%;
}

.banner-content .social-tag {
    font-size: 0.9em;
    letter-spacing: 0.14em;
    position: absolute;
    right: -7em;
    top: 45vh;
    text-transform: uppercase;
/*    transform: translate3d(0px, -34.1916px, 0px);*/
    transform: rotate(90deg);
}

.banner-content .social-tag .social-link {
    display: inline-block;
}

.banner-content .social-tag .social-link .social-txt {
    position: relative;
    font-size: .58em;
    color: #38516d;
    margin-right: 22px;
}

.banner-content .scroll-tag {
    display: block;
    font-size: 0.9em;
    letter-spacing: 0.12em;
    position: absolute;
    left: -4em;
    top: 45vh;
    text-transform: uppercase;
}

.banner-content .scroll-tag .scroll-tag-wrapper {
    display: block;
    transform: rotate(-90deg);
}

.banner-content .scroll-tag .scroll-txt {
    position: relative;
    font-size: .58em;
    color: #38516d;
}



/* Buttons */
.btn--rounded {
    position: relative;
    border-radius: 34px;
/*    padding: 18px 42px 15px;*/
    padding: 14px 22px 7px 32px;
    font-size: 15px;
    line-height: 1;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    background-color: #ff2922;
    color: white;
}

.btn--rounded.btn--outline {
    background: none;
    border: 2px solid #fff;
}

.btn--rounded:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 34px;
    background: #38516d;
    color: white;
    opacity: 0;
    transform: translateZ(0);
    transition: opacity .45s cubic-bezier(.165,.84,.44,1);
}

.btn--rounded.btn--outline:before {
    background: transparent;
}

.btn--rounded:hover:before {
    opacity: 1;
}

.btn--rounded span {
    line-height: 1;
    padding-bottom: 2px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    transform: translateZ(0);
}

.btn--rounded__mask-in {
    display: inline-block;
    transform: translateY(0) translateZ(0);
    transition: transform .7s cubic-bezier(.23,1,.32,1) .1s;
}

.btn--rounded:hover .btn--rounded__mask-in {
    transform: translateY(100%) translateZ(0);
    transition: transform .7s cubic-bezier(.23,1,.32,1)
}

.btn--rounded__mask-out {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    transform: translateY(-110%) translateZ(0);
    transition: transform .7s cubic-bezier(.23,1,.32,1);
}

.btn--rounded:hover .btn--rounded__mask-out {
    transform: translateY(0) translateZ(0);
    transition: transform .7s cubic-bezier(.23,1,.32,1) .1s
}

.btn--rounded:focus .btn--rounded__mask-in, .btn--rounded:focus .btn--rounded__mask-out {
    color: white;
}

.button, .button:hover, .button:focus, .button:active {
    text-decoration: none;
    color: #000;
}

.button--secondary {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #4a4a4a;
    border-radius: 30px;
    padding: 9px 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.17;
    background-color: #b4d5f8;
    box-shadow: inset 1px 1px 0 1px #fff;
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    white-space: pre-wrap;
}

.button--medium {
    border-radius: 32px;
    min-height: 58px;
    font-size: 16px;
    line-height: 1.4;
}

.button--secondary:hover {
    background-color: #fff373;
}

.button--secondary:active {
    background-color: #ffdb4d;
}


/* Play Sect */
.play-sect {
    padding: 8px 0 0;
}

.play-sect .play-link {
    display: block;
    text-transform: none;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 600;
    margin-top: 5px;
    color: #38516d;
    transition: .4s;
    text-align: left;
}

.play-sect .play-link {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.play-sect .play-link:after {
    content: "";
    display: inline-block;
    background-image: url(../img/long-arrow.svg);
    width: 140px;
    height: 30px;
    margin-left: 5px;
}

.play-link .play-icon {
    margin-right: 12px;
    width: 42px;
}


/* SC Mission */
.sc-mission {
    position: relative;
    margin-bottom: -280px;
    padding: 64px 0 48px;
}

.sc-mission .rect-item {
    margin: 30px 0 24px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(63, 83, 123, 0.1), 0 70px 70px 0 rgba(60, 77, 115, 0.2);
    box-shadow: 0 2px 2px 0 rgba(63, 83, 123, 0.1), 0 70px 70px 0 rgba(60, 77, 115, 0.2);
    display: flex;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
}

.sc-mission .rect-item:before {
    content: " ";
    display: block;
}

.sc-mission .rect-item .wrapper {
    position: relative;
    color: #fff;
    margin: 64px 80px;
    width: 100%;
}

.sc-mission .floating-dot {
    max-width: 190px;
    position: absolute;
    width: 100%;
    z-index: 9;
    bottom: 5%;
    right: 14%;
}


/* SC Approach */
.sc-approach {
    padding: 64px 0;
    position: relative;
/*    background-color: rgb(246, 249, 255);*/
}

.sc-approach-content {
    padding-top: 2.5em;
}

.sc-wrapper {
    margin-right: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
    display: flex;
    align-items: end;
}

.sc-wrapper .sc-icon {
    box-sizing: border-box;
    margin-right: 24px;
    width: 62px;
    min-width: 62px;
}

.sc-wrapper h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 16px;
    color: #0d2538;
}

.sc-wrapper p, .sc-wrapper span {
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: #2d4156;
    margin-top: 0px;
    text-align: left;
}


/* bs-core */
.bs-core {
    position: relative;
    padding: 48px 0;
}

.bs-core-features {
    margin-right: 15px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.bs-core-features img {
    width: 50px;
    margin-bottom: 16px;
}

.bs-core-features h4 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 16px;
    color: #0d2538;
}

.bs-core-features p, .bs-core-features span {
    font-size: 16px;
    line-height: 26px;
    display: block;
    color: #2d4156;
    margin-top: 0px;
    text-align: left;
}


/* Apply Form */
.sc-apply {
    position: relative;
    padding: 0 0 64px;
    background-color: rgb(246, 249, 255);
}

.sc-apply .square-item {
    margin-top: -48px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 12px;
    border: 1px solid rgb(229, 239, 255);
    -webkit-box-shadow: rgb(238, 244, 255) 0px 0px 0px 1px, rgb(238, 244, 255) 0px 1px 4px 0px;
    box-shadow: rgb(238, 244, 255) 0px 0px 0px 1px, rgb(238, 244, 255) 0px 1px 4px 0px;
    display: flex;
/*    height: 350px;*/
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s,-webkit-box-shadow .3s;
}

.sc-apply .form-wrapper {
    padding: 24px 36px 0;
}

.sc-apply .form-group {
    margin-bottom: 48px;
}

.sc-apply input, .sc-apply input[type="text"], .sc-apply input[type="email"], .sc-apply input[type="tel"], .sc-apply select, .sc-apply textarea {
    height: inherit;
    padding: .4em 1.4em .4em 0;
    border: none !important;
    border-bottom: 1px solid #8a979b !important;
}

.sc-apply .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid #8a979b;
    height: 46px;
}

.sc-apply .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    font-size: 16px;
}

.sc-apply .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0;
}

.sc-apply .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.sc-apply .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.sc-apply .input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
/*    font-size: 0;*/
    white-space: nowrap;
    vertical-align: middle;
}

.sc-apply .input-group-btn {
    width: 12%;
}

.sc-apply .input-group-btn .btn {
    padding-left: 8px;
    padding-right: 8px;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #8a979b;
}

.sc-apply .input-group input {
    padding-left: 8px;
}

.sc-apply-hdr {
    color: rgb(36, 55, 78);
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
    margin-top: 0px;
    text-align: center;
    margin-bottom: 0px;
}

.sc-apply-shdr {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: .02em;
    color: #0e304a;
    margin-bottom: 36px;
}

.sc-apply label {
    text-align: left !important;
    font-size: 13px;
    font-weight: 500;
    color: #38516d;
    font-family: inherit;
}

.sc-apply input[type]::-webkit-input-placeholder {
    color: rgba(56, 81, 109, .5);
    font-size: 16px;
    font-weight: 300;
}

.sc-apply input[type]::-moz-placeholder {
    color: rgba(56, 81, 109, .5);
    font-size: 16px;
    font-weight: 300;
}

.sc-apply input[type]:-ms-input-placeholder {
    color: rgba(56, 81, 109, .5);
    font-size: 16px;
    font-weight: 300;
}

.sc-apply .floating-dot {
    max-width: 190px;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: -4%;
    right: 16%;
}

.sc-apply .floating-dot.ontop {
    max-width: 190px;
    position: absolute;
    width: 100%;
    z-index: 0;
    bottom: 71%;
    left: 17%;
}

.sc-apply .btn--rounded.btn--outline {
    background: white;
    border: 2px solid #ff2e2e;
    color: #ff2e2e;
    padding: 14px 32px 7px 22px;
}

.sc-apply .btn--rounded.btn--outline:before {
    color: #ff2e2e;
    background: white;
}

.sc-apply .btn--outline .btn--rounded__mask-in, .sc-apply .btn--outline .btn--rounded__mask-out {
    color: #ff2e2e;
}


/* Side Nav */
.sidenav-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

.sidenav-item {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    color: #767676;
}

.sidenav-list li {
    margin: 0 !important;
    padding: 0 !important;
}

.sidenav-list li:before {
    display: none !important;
}

.sidenav-item.select {
    font-weight: 600;
    color: #0d2538;
}


/* Privacy Policy */
.privacy-policy {
    padding: 32px 0 32px;
}

.privacy-policy .page-header {
    padding-top: 8px;
    padding-bottom: 32px;
    margin-top: 0;
    border-bottom: 1px solid #e3e8ee;
}

.privacy-policy .page-header h1 {
    font-size: 31px;
    color: #3b415e;
    font-weight: 400;
}

.privacy-policy .page-header h1+p {
    padding-top: 12px!important;
    font-size: 17px;
    color: #4e566d;
    line-height: 27px;
    margin-bottom: 0;
}

.privacy-policy h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 18px;
    padding: 16px 0;
}

.privacy-policy h4 {
    font-size: 18px;
    font-weight: 600;
    padding: 16px 0;
}

.privacy-policy p {
    font-size: 15px;
    color: #2e3342;
    line-height: 26px;
}

.privacy-policy p:first-of-type {
    padding-top: 17px;
}

.privacy-policy ul {
    counter-reset: listitem;
    list-style: none;
    font-size: 15px;
    color: #4e566d;
    line-height: 26px;
}

.privacy-policy ul:not(:first-child) {
    margin-top: 10px;
}

.privacy-policy ol>li, .privacy-policy ul>li {
    position: relative;
    margin: 5px 0;
    padding-left: 30px;
}

.privacy-policy ul>li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    left: 10px;
    top: 9px;
    border-radius: 50%;
    background: #c1c9d2;
}


/* Footer */
footer {
    background-color: white;
    position: relative;
    padding-bottom: 0;
    padding-top: 36px;
}

.footer-nav-links {
    position: relative;
    display: block;
}

footer a {
    color: #4a4f51;
}

.footer-nav h6 {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2em;
    cursor: pointer;
    color: #38516d;
}

.footer-nav-list {
    margin: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.footer-nav-list:last-child {
    margin-bottom: 1.2em;
}

.footer-nav-links > li {
    font-size: 0.8125em;
    line-height: 1.5em;
}

.footer-nav-list > li a, .footer-nav-list span {
    margin-top: 0;
    margin-bottom: 16px;
    display: block;
    font-size: 0.85em;
    line-height: 1.25em;
    letter-spacing: .015em;
    padding: 0;
    color: #38516d;
}

footer .form-wrapper {
    padding: 0;
    background: transparent !important;
    border: none;
    box-shadow: none;
    margin: 0 32px 48px 32px;
}

footer .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0;
}

footer .subscribe-input {
    background-color: hsla(0,0%,100%,.2);
    border: 1px solid #38516d !important;
    border-right-color: transparent !important;
    color: #38516d;
    height: 52px;
    border-radius: 0;
    padding: 1em;
    width: 100%;
}

footer .subscribe-btn {
    position: relative;
    left: -2px;
    background-color: transparent;
    color: #ff2e2e;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: 1px solid #38516d;
    border-left-color: transparent;
    height: 52px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    padding-left: 3em;
    padding-right: 2em;
    white-space: nowrap;
}

footer .subscribe-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
}

footer .subscribe-btn:after {
    content: "";
    display: table;
    background-image: url(../img/subscribe-arrow.svg);
    width: 33px;
    height: 28px;
    margin-left: 5px;
}

.subscribe-label {
    color: #38516d;
    font-size: .89em;
    padding-top: 1em;
    letter-spacing: .025em;
    display: inline-block;
    line-height: 1.5;
}

footer input[type]::-webkit-input-placeholder {
    color: rgba(56, 81, 109, .6);
}

footer input[type]::-moz-placeholder {
    color: rgba(56, 81, 109, .6);
}

footer input[type]:-ms-input-placeholder {
    color: rgba(56, 81, 109, .6);
}

.footer-logo {
    width: 65px;
    display: inline-block;
    margin-bottom: 20px;
}

.footer__bottom {
    padding: 2.4em 0;
}

.footer__copyright {
/*
    display: -ms-flexbox;
    display: flex;
*/
    -ms-flex-align: center;
    align-items: center;
}

.footer__copyright p {
    font-size: .9em;
    font-weight: 400;
    color: #213142;
    margin-bottom: 0;
}

footer .social-icons {
    position: relative;
}

footer .social-icons a:not(:last-child) {
    margin-right: 25px;
}

footer .social-icons a {
    display: inline-block;
    vertical-align: super;
    margin-bottom: 16px;
}

footer .social-icons a i {
    font-size: 28px;
    color: #38516d;
}


.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 1.1em;
    padding-right: 28px;
    text-align: left;
    font-size: 18px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -7px;
}


/* Scroll to Top */
.scrollTop {
    position: fixed;
    right: 5%;
    bottom: 45px;
    background-color: #ffeb33;
    padding: 20px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    z-index: 20;
    cursor: pointer;
    border-radius: 35px;
    white-space: nowrap;
    background: rgba(255, 255, 255, 0.9) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    background-size: 25px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px;
    height: 50px;
    width: 50px;
}

.scrollTop a {
    font-size: 18px;
    color: #fff;
}


/* Responsive */
@media (max-width: 767px) {
    .header-logo {
        height: 45px;
        padding-left: 12px;
        padding-top: 0;
        margin-top: 0;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 1.5;
    }
    .navbar-default .navbar-nav > li > a.btn--rounded {
        margin-top: 18px;
        display: inline-block;
    }
    .banner-content {
        background: none;
        min-height: 100%;
    }
    .banner-content h1 {
        font-size: 32px;
        line-height: 1.2;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 16px;
    }
    .banner-content h4 {
        width: 100%;
    }
    .banner-content .demo-btn {
        font-size: 14px;
        padding-left: 1.6em;
        padding-right: 1.6em;
    }

    footer .subscribe-btn {
        font-size: 13px;
        padding-left: 1.6em;
        padding-right: 1.6em;
    }
    .footer__bottom {
        margin-top: 1.4em;
        padding: 2em 0;
    }
    .footer-logo {
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 12px;
        width: 55px;
    }
    .footer__copyright {
        margin-bottom: 16px;
    }
    footer .social-icons {
        text-align: center;
    }
    .w-50 {
        width: 100%;
    }
    form .layout .half {
        width: 100%;
    }
    .styled-checkbox + label {
        line-height: 1.6;
    }
    footer .footer-contact {
        height: auto;
        padding: 1.4em;
    }
    footer .footer-contact-label {
        line-height: 1.4em;
    }
    footer .footer-contact-label .footer-contact-icon {
        float: none;
        font-size: 1.2em;
        line-height: 1em;
    }
    footer {
        padding: 0;
        padding-top: 48px;
    }
    .select2-container {
        width: 100%;
    }
    .play-sect .play-link {
        margin-top: 18px;
    }
    .play-sect .play-link:after {
        width: 120px;
        height: 18px;
    }
    .sc-mission .rect-item .wrapper {
        margin: 50px 32px;
    }
    .sc-mission .floating-dot {
        z-index: -1;
        bottom: 5%;
        right: 4%;
    }
    .partners-block .sect-hdr, .team-block .sect-hdr, .sc-path .sect-hdr, .sc-approach .sect-hdr, .sc-mission .sect-hdr {
        font-size: 22px;
    }
    .team-block .sect-shdr, .sc-mission .sect-shdr {
        font-size: 16px;
    }
    .sc-wrapper {
        margin-right: 0;
        margin-bottom: 32px;
    }
    .sc-path {
        position: relative;
        padding: 64px 0 48px;
        margin-top: -160px;
    }
    .sc-path .square-item, .team-block .square-item {
        height: 100%;
    }
    .sc-path .floating-dot {
        bottom: 2%;
    }
    .team-block .floating-dot {
        bottom: 1%;
    }
    .partners-block .floating-dot.ontop {
        bottom: 82%;
    }
    .partners-list img {
        padding: 0 8px;
    }
    .discover-cta-content h2 {
        font-size: 36px;
    }
    .discover-cta-content p {
        font-size: 18px;
        line-height: 1.4;
        color: white;
        width: 100%;
    }
    .sc-apply .form-wrapper {
        padding: 0;
    }
    footer .form-wrapper {
        margin: 0 0 48px;
    }
    .subscribe-label {
        font-size: .8em;
        letter-spacing: 0;
    }
    footer .social-icons a:not(:last-child) {
        margin-right: 18px;
    }
    .footer__copyright p {
        font-size: .82em;
        line-height: 1.4;
    }
}

