﻿/*Font Face */

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/RobotoLight.eot');
    src: url('../fonts/RobotoLight.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/RobotoLight.woff2') format('woff2'),  
        url('../fonts/RobotoLight.woff') format('woff'),  
        url('../fonts/RobotoLight.ttf') format('truetype'),  
        url('../fonts/RobotoLight.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/RobotoRegular.eot');
    src: url('../fonts/RobotoRegular.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/RobotoRegular.woff2') format('woff2'),  
        url('../fonts/RobotoRegular.woff') format('woff'),  
        url('../fonts/RobotoRegular.ttf') format('truetype'),  
        url('../fonts/RobotoRegular.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/RobotoMedium.eot');
    src: url('../fonts/RobotoMedium.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/RobotoMedium.woff2') format('woff2'),  
        url('../fonts/RobotoMedium.woff') format('woff'),  url('../fonts/RobotoMedium.ttf') format('truetype'),  url('../fonts/RobotoMedium.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplayRegular';
    src: url('../fonts/PlayfairDisplayRegular.eot');
    src: url('../fonts/PlayfairDisplayRegular.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/PlayfairDisplayRegular.woff2') format('woff2'),  
        url('../fonts/PlayfairDisplayRegular.woff') format('woff'),  
        url('../fonts/PlayfairDisplayRegular.ttf') format('truetype'),  url('../fonts/PlayfairDisplayRegular.svg#PlayfairDisplayRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PlayfairDisplayBold';
    src: url('../fonts/PlayfairDisplayBold.eot');
    src: url('../fonts/PlayfairDisplayBold.eot?#iefix') format('embedded-opentype'),  
        url('../fonts/PlayfairDisplayBold.woff2') format('woff2'),  
        url('../fonts/PlayfairDisplayBold.woff') format('woff'),  
        url('../fonts/PlayfairDisplayBold.ttf') format('truetype'),  
        url('../fonts/PlayfairDisplayBold.svg#PlayfairDisplayBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
 @import url('https://fonts.googleapis.com/css?family=Cormorant:400,500,700');
/*Font Face end */





/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio,  canvas,  progress,  video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],  template {
    display: none;
}
a {
    background: transparent;
}
a:active,  a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,  strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,  kbd,  pre,  samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,  input,  optgroup,  select,  textarea {
    color: inherit; /* 1 */
    font: inherit; /* 2 */
    margin: 0; /* 3 */
}
button {
    overflow: visible;
}
button,  select {
    text-transform: none;
}
button,  html input[type="button"], /* 1 */  input[type="reset"],  input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}
button[disabled],  html input[disabled] {
    cursor: default;
}
 button::-moz-focus-inner,  input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],  input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}
 input[type="number"]::-webkit-inner-spin-button,  input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button,  input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,  th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/* normalize.css end */



/*Website style start*/

body {
    font: normal 18px "RobotoLight", Arial, Helvetica, sans-serif;
    line-height: 1.42857143;
    color: #444444;
    background: #ffffff;
    overflow-x: hidden;
}
html, body, .container-fluid {
    width: 100%;
    height: 100%;
}
div, object, embed, a, input {
    outline: none;
}
.fouc {
    display: none !important;
}
.img-responsive {
    height: auto;
    width: 100%;
    display: inline-block
}
.img-left {
    float: left;
    margin: 0 15px 15px 0;
}
.container-fluid {
    width: 100%;
    position: relative;
}
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.f-left {
    float: left;
}
.f-right {
    float: right;
}
hr {
    margin: 15px 0;
}
.clearfloat {
    clear: both;
}
.sep {
    color: #d3edf4;
    background-color: #d3edf4;
    height: 1px;
    border: none;
}
hr.redline {
    margin: 0;
    color: #da2128;
    background-color: #da2128;
    height: 7px;
    border: none;
    width: 100%;
    clear: both;
}
.absolute-center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.flexbox {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
ol.listing-no {
    padding: 0 0 0 20px;
    margin: 5px 0;
}
ol.listing-no li {
    padding: 5px 0;
}
h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}
h1 {
    font: normal 65px "PlayfairDisplayBold", Times, Times New Roman, serif;
    line-height: 65px;
}
h2 {
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 38px;
    letter-spacing: 0.015em;
    color: #002a5c;
    padding: 0 0 25px 0;
}
.w600 h2 {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0.015em;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
a {
    text-decoration: none;
    color: #78acaf;
}
a:hover, a.hovered {
    color: #002a5c;
}
a.withline {
    position: relative;
    display: inline;
}
a.withline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    display: inline-block;
    height: 2px;
    background: #002a5c;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
a.withline:hover::after {
    width: 100%
}
/*Animation*/

.noanimation {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
}
.ani-all-linear {
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}
.ani-bg-linear {
    transition: background 0.5s linear;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
}
.ani-opacity {
    transition: all 0.7s ease;
    opacity: 1;
}
.ani-opacity:hover {
    transition: all 0.7s ease;
    opacity: 0.7;
}
/*Structure*/



/*Header*/

header {
    width: 100%;
    position: fixed;
    z-index: 9999;
    background: #ffffff;
    top: 0;
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 0px 8px 0 rgba(0, 0, 0, 0.1);
}
header.header-collapse {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
header.header-collapse .header-container {
    height: 72px;
    padding-top: 18px;
}
.w970 header.header-collapse .header-container {
    height: 80px;
    padding-top: 18px;
}
.w768 header.header-collapse .header-container {
    height: 71px;
    padding-top: 15px;
}
.w600 header.header-collapse .header-container {
    height: 55px;
    padding-top: 10px;
}
.header-container {
    padding: 22px 20px 0 20px;
    width: 100%;
    max-width: 1476px;
    margin: 0 auto;
    height: 90px;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.w970 .header-container {
    padding: 18px 20px 0 20px;
    height: 80px;
}
.w768 .header-container {
    padding: 15px 20px 0 20px;
    height: 71px;
}
.w600 .header-container {
    padding: 10px 20px 0 20px;
    height: 55px;
}
.logo {
    width: 100%;
    max-width: 1280px;
    display: block;
    margin: 0 auto;
    z-index: 1000;
    position: relative;
}
.logo a {
    width: 170px;
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.w970 header.header-collapse .logo a,  .w970 .logo a {
    width: 160px;
}
.w768 header.header-collapse .logo a,  .w768 .logo a {
    width: 150px;
}
.w600 header.header-collapse .logo a,  .w600 .logo a {
    width: 130px;
}
.logo img {
    display: block;
    width: 100%;
}
header.header-collapse .logo a {
    width: 145px;
}
.sec-home {
    height: 100%;
    display: block;
    position: relative;
    max-height: 900px;
    overflow: hidden;
}
.w768 .sec-home {
    max-height: 70vh;
}
.w600 .sec-home {
    max-height: 100vh;
}
.sec-inner {
    /*height: 430px;*/
    height: 330px;
    display: block;
    position: relative;
    overflow: hidden;
}

.w768 .sec-inner {
     height: 280px;
}
.w600 .sec-inner {
    /*height: 40vh;*/
   height: 230px;
}
.sec-inner-L3 {
    height: 215px;
    display: none;
    position: relative;
    overflow: hidden;
}
.w600 .sec-inner-L3 {
    height: 21.5vh;
}
.banner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    /*background-position: top center!important;*/

    background-repeat: no-repeat!important;
}
.typed-cursor {
    font: normal 75px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    display: inline;
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
.w600 .typed-cursor {
    font-size: 9.5vw;
}
.w600 .typed-cursor {
    font-size: 10vw;
}
 @keyframes blink {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-webkit-keyframes blink {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
 @-moz-keyframes blink {
 0% {
 opacity:1;
}
 50% {
 opacity:0;
}
 100% {
 opacity:1;
}
}
.w600 .banner {
    background-position: top center!important;
}
.banner-content,  .banner-content-home {
    width: 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    z-index: 100;
    text-align: center;
    padding: 0 20px;
}
.banner-content-home {
    padding: 0 5px;
}
.w970 .banner-content-home,  .w768 .banner-content-home {
    padding: 0 20px;
}
.sec-inner .banner-content {
    /*top: calc(100% - 118px - 72px);*/
    top: calc(100% - 150px);
}


.w970 .sec-inner .banner-content {
    /*top: calc(50% + 50px);*/
     top: calc(50% + 40px);
}
.w768 .sec-inner .banner-content {
    /*top: calc(50% + 41px);*/
    top: calc(50% + 35.5px);
}
.w600 .sec-inner .banner-content {
    /*top: calc(50% + 35px);*/
     top: calc(50% + 27.5px);
}
.w1920 .banner-content {
    max-width: 1320px;
}
.w1920 .banner-content-home {
    max-width: 1320px;
}
.banner-content h1 {
    font-family: "PlayfairDisplayBold", Times, Times New Roman, serif;
    font-weight: normal;
    font-size: 65px;
    line-height: 65px;
    color: #ffffff;
    letter-spacing: 0.025em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    display: inline-block;
}
.w1920 .banner-content h1,  .w1440 .banner-content h1,  .w1200 .banner-content h1 {
    font-size: 65px;
    line-height: 65px;
}
.w970 .banner-content h1 {
    font-size: 50px;
    line-height: 50px;
}
.w768 .banner-content h1 {
    font-size: 9.5vw;
    line-height: 9vw;
}
.w600 .banner-content h1 {
    font-size: 12vw;
    line-height: 12vw;
}
.banner-content h1 span {
    display: inline;
}
.w768 .banner-content h1 span,  .w600 .banner-content h1 span {
    display: block;
}
.banner-content-inner h1:after {
    content: '';
    width: 95%;
    height: 1px;
    display: block;
    background: #ffffff;
    margin: 13px auto 0 auto;
    overflow-x: hidden;
}
.banner-content h1:after {
    content: '';
    width: 95%;
    height: 1px;
    display: block;
    background: #ffffff;
    margin: 13px auto 0 auto;
    overflow-x: hidden;
}
.banner-content-home h1 {
    font-family: "PlayfairDisplayBold", Times, Times New Roman, serif;
    font-weight: normal;
    font-size: 75px;
    line-height: 70px;
    color: #ffffff;
    letter-spacing: 0.025em;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    display: inline-block;
}
.w768 .banner-content-home h1 {
    font-size: 9.5vw;
    line-height: 9.5vw;
}
.w600 .banner-content-home h1 {
    font-size: 11vw;
    line-height: 12vw;
}
.banner-content-home h1 span {
    display: block;
}
.w768 .banner-content-home h1 span,  .w600 .banner-content-home h1 span {
    display: block;
}
/*.banner-content h1:after{*/

.banner-content-home h1 .bannerh1after {
    content: '';
    width: 400px;
    height: 1px;
    display: block;
    background: #ffffff;
    margin: 18px auto 0 auto;
    overflow-x: hidden;
}
.w768 .banner-content-home h1 .bannerh1after {
    width: 300px;
}
.w600 .banner-content-home h1 .bannerh1after {
    margin-top: 10px;
    width: 150px;
}
.sec-inner .banner-content h1:after {
    width: 50%;
}
.wrapper {
    width: 100%;
    display: block;
    background: #ffffff;
}
.wrapper-pad {
    padding: 0 20px;
}
.border {
    border-bottom: 20px solid #f2f2f2;
}
.border-mobile {
    border-top: 20px solid #ffffff;
}
.w768 .border-mobile,  .w600 .border-mobile {
    border-top: 20px solid #f2f2f2;
}
.container {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.page-box {
    max-width: 1280px;
    padding: 20px;
    text-align: left;
    margin-top: -92px;
    background: #ffffff;
}
.w970 .page-box,  .w768 .page-box,  .w600 .page-box {
    margin: 0;
}
.page-box-inner {
    max-width: 1280px;
    padding: 12px 20px 20px 20px;
    text-align: center;
    margin-top: -60px;
    background: #ffffff;
}
.w970 .page-box-inner,  .w768 .page-box-inner,  .w600 .page-box-inner {
    margin: 0;
}
.container-1320 {
    max-width: 1320px;
}
.container-1280 {
    max-width: 1280px;
}

.container-1200 {
    max-width: 1200px;
}
.container-1140 {
    max-width: 1140px;
}
.container-1035 {
    max-width: 1035px;
}
.container-1020 {
    max-width: 1020px;
}
.container-980 {
    max-width: 980px;
}
.container-inner {
    padding: 50px 0 40px 0;
    text-align: left;
}
.w768 .container-inner {
    padding: 24px 0 40px 0;
    text-align: left;
}
.w600 .container-inner {
    padding: 15px 0 40px 0;
    text-align: left;
}
.container-inner-second {
    padding-top: 50px;
    padding-bottom: 50px;
}
.w768 .container-inner-second {
    padding-top: 50px;
    padding-bottom: 50px;
}
.w600 .container-inner-second {
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-inner-alignment {
}
.w600 .container-inner-alignment {
    text-align: left;
}
.container-inner-casestudy {
    text-align: center;
}
.container-bio,  
.container-casestudy{
    max-width: 1320px;
    padding: 90px 20px 0 20px;
}
.w970 .container-bio,  
.w970 .container-casestudy{
    padding: 80px 20px 0 20px;
}
.w768 .container-bio,  
.w768 .container-casestudy{
    padding: 71px 20px 0 20px;
}
.w600 .container-bio,  
.w600 .container-casestudy{
    padding: 55px 20px 0 20px;
}
.page-space {
    padding: 125px 0 0 0;
}
.sec-space {
    padding: 50px 0;
}
.sec-space-culture {
    padding: 50px 0 0 0;
}
.w600 .sec-space-culture {
    padding: 40px 0 0 0;
}
.h-casestudy.sec-space {
    padding: 50px 0 20px 0;
}
.w768 .sec-space,  .w768 .h-casestudy.sec-space {
    padding: 50px 0 20px 0;
}
.w600 .sec-space,  .w600 .h-casestudy.sec-space {
    padding: 40px 0 20px 0;
}
.page-title {
    width: 100%;
    font: normal 50px "AvenirLTStdRoman", Arial, Helvetica, sans-serif;
    line-height: 45px;
    letter-spacing: 0.02em;
    text-align: center;
    text-transform: uppercase;
}
.page-title:after {
    content: "";
    display: block;
    height: 1px;
    margin: 25px auto 30px auto;
    position: relative;
    width: 55px;
    background: #a4a4a4;
}
.section-title {
    width: 100%;
    font: normal 50px "PlayfairDisplayBold", Times, Times New Roman, serif;
    line-height: 50px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    color: #002a5c;
}
.section-title:after {
    content: "";
    display: block;
    height: 5px;
    margin: 25px auto 30px auto;
    position: relative;
    width: 55px;
    background: #78acaf;
}
.w600 .section-title {
    font-size: 35px;
    line-height: 35px;
    text-align: left;
    padding: 0 0 0 20px;
}
.w600 .section-title:after {
    width: 75px;
    height: 4px;
    margin: 20px 0 25px 0;
}
.section-text {
    line-height: 30px;
    letter-spacing: 0.03em;
    padding: 0 0 30px 0;
    text-align: left;
}
.w600 .section-text {
    font-size: 19px;
    line-height: 26px;
    text-align: left;
}
.w600 .container-inner-alignment .section-text {
    padding-left: 20px;
    padding-right: 20px;
}
.section-text span {
    display: block;
}
.w600 .section-text span {
    display: inline;
}
.inner-section-title {
    width: 100%;
    font: normal 40px "PlayfairDisplayBold", Times, Times New Roman, serif;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    color: #002a5c;
}
.inner-section-title:after {
    content: "";
    display: block;
    height: 5px;
    margin: 25px auto 30px auto;
    position: relative;
    width: 55px;
    background: #78acaf;
}
.w600 .inner-section-title {
    font-size: 35px;
    line-height: 35px;
    text-align: left;
}
.w600 .inner-section-title:after {
    width: 75px;
    height: 4px;
    margin: 20px 0 25px 0;
}
.w600 .container-inner-alignment .inner-section-title {
    padding-left: 20px;
}
.pad-LR-20 {
    padding-right: 20px;
    padding-left: 20px;
}
.btn-holder {
    width: 100%;
    position: relative;
}
.button {
    font: normal 16px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 16px;
    color: #78acaf;
    background: none;
    display: inline-block;
    letter-spacing: 0.02em;
    position: relative;
}
.w600 .button {
    font-size: 17px;
    line-height: 17px;
}
.button:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 0;
    display: block;
    height: 2px;
    background: #78acaf;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.notouch .button:hover::after {
    width: 100%;
    color: #002a5c;
}
.notouch .impact-box .impact-content:hover .button:after {
    width: 100%;
    color: #002a5c;
}
.notouch .button-white:hover {
    color: #ffffff;
}
.notouch .button-white:hover::after {
    background: #ffffff;
}
.button-round {
    font: normal 16px "RobotoLight", Arial, Helvetica, sans-serif;
    line-height: 16px;
    color: #ffffff;
    margin: .4em;
    letter-spacing: 0.03em;
    position: relative;
    background: rgba(255,255,255,0);
    width: 150px;
    padding: 14px 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,1);
}
.w600 .button-round {
    font-size: 17px;
    line-height: 17px;
}
.button-round2 {
    font: normal 14px "RobotoLight", Arial, Helvetica, sans-serif;
    line-height: 14px;
    text-align: center!important;
    color: #ffffff;
    /*margin: .4em;*/

    letter-spacing: 0.03em;
    position: relative;
    background: #0a3262;
    width: 100%;
    padding: 7px 0 9px 0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    text-decoration: none;
    overflow: hidden;
    border: 1px solid #0a3262;
}
.w600 .button-round2 {
    font-size: 17px;
    line-height: 17px;
}
.button-round-blue {
    color: #444444;
    border: 1px solid #0a3262;
}
.notouch .button-round-blue:hover {
    color: #ffffff;
}
.button-round-blue.hvr-sweep-to-top:before {
    background: #0a3262;
}

.button-round-blue2 {
    color: #ffffff;
    border: 1px solid #0a3262;
    background:#0a3262;
    text-align: center;
}



/* Sweep To Top */

.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover,  .hvr-sweep-to-top:focus,  .hvr-sweep-to-top:active {
    color: #444444;
}
.hvr-sweep-to-top:hover:before,  .hvr-sweep-to-top:focus:before,  .hvr-sweep-to-top:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.page-arrow {
    width: 150px;
    position: absolute;
    top: 38px;
    right: 40px;
    border: 1px solid #cccccc;
    padding: 18px 10px 10px 10px;
    background: #ffffff;
    z-index: 100;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    text-align: center;
}
.w1200 .page-arrow {
    right: 20px;
}
.w970 .page-arrow {
    right: 30px;
}
.w768 .page-arrow {
    top: 30px;
    right: auto;
    left: calc(37% + 20px);
    padding: 10px 5px 3px 5px;
    width: 150px;
}
.w768 .container-casestudy .page-arrow {
    left: 25%;
}
.w600 .page-arrow {
    width: 150px;
    right: auto;
    top: 8px;
    left: 50%;
    display: block;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    ;
    padding: 10px 5px 3px 5px;
}
.p-arrow {
    width: 30px;
    height: 24px;
    display: inline-block;
    -webkit-transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 20px auto!important;
    vertical-align: middle;
}
.p-arrow-L {
    background: url(../images/p-arrow-L.svg)100% 3px no-repeat;
}
.p-arrow-L:hover {
    background: url(../images/p-arrow-L-b.svg)100% 3px no-repeat;
}
.p-arrow:hover.p-arrow-L {
    background-position: 50% 3px;
}
.p-arrow.disabled.p-arrow-L {
    background: url(../images/p-arrow-L.svg)100% 3px no-repeat;
    cursor: default;
}
.p-arrow.disabled {
    opacity: 0.6;
}
.p-arrow-R {
    background: url(../images/p-arrow-R.svg)0 3px no-repeat;
}
.p-arrow-R:hover {
    background: url(../images/p-arrow-R-b.svg)0 3px no-repeat;
}
.p-arrow:hover.p-arrow-R {
    background-position: 50% 3px;
}
.p-arrow.disabled.p-arrow-R {
    background: url(../images/p-arrow-R.svg)0 3px no-repeat;
    cursor: default;
}
.page-arrow .close-button {
    vertical-align: middle;
}
.close-button {
    height: 30px;
    width: 30px;
    position: relative;
    box-sizing: border-box;
    line-height: 30px;
    display: inline-block;
    margin: 0 15px;
}
.close-button:before,  .close-button:after {
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -15px;
    display: block;
    height: 2px;
    width: 30px;
    background-color: #002a5c;
    transition: all 0.25s ease-out;
}
.close-button:after {
    transform: rotate(-135deg);
}
.close-button:hover:before {
    transform: rotate(45deg);
    background-color: #002b58;
}
.close-button:hover:after {
    transform: rotate(135deg);
    background-color: #002b58;
}
/*Home*/



.container-home {
    max-width: 1000px;
    padding: 45px 0;
}
.w768 .container-home {
    padding: 20px 0 45px 0;
}
.w600 .container-home {
    padding: 10px 0 45px 0;
    text-align: left;
}
.container-home h2 {
    font: normal 32px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 43px;
    letter-spacing: 0.025em;
    color: #002a5c;
    padding: 0 0 25px 0;
}
.w600 .container-home h2 {
    font-size: 23px;
    line-height: 33px;
    letter-spacing: 0.015em;
}
.elevator-text {
    line-height: 30px;
    letter-spacing: 0.03em;
}
.w600 .container-inner-alignment .elevator-text {
    font-size: 19px;
    line-height: 26px;
}
.w600 .elevator-text {
    text-align: left;
    font-size: 19px;
    line-height: 26px;
}
.page-not-found-text {
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    letter-spacing: 0.03em;
}
.w600 .page-not-found-text,  .w600 .privacypolicy {
    font-size: 19px;
    line-height: 26px;
}
.privacypolicy {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.03em;
}
.strategy-elevator-text strong,  .privacypolicy strong {
    font-family: "RobotoMedium", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.strategy-elevator-text2{
    padding-bottom:45px;
    
}

.privacypolicy .title {
    width: 100%;
    display: block;
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #050d37;
    padding: 0 0 10px 0;
}

.privacypolicy .smalltext{
	font-size:12px;
	display: block;
	line-height: 18px;
}


.ccpa-table {
    width: 100%;
    border-collapse: collapse;
}
.ccpa-table th {
    background: #002a5c;
    color: #ffffff;
    font: normal 18px "RobotoMedium", Arial, Helvetica, sans-serif;
}
.ccpa-table th {
    padding: 15px!important;
}
.ccpa-table td {
    padding: 15px!important;
	border:1px solid #cfcfcf;
	vertical-align: top;
}

.ccpa-table ul{
	padding:0;
	margin:0 0 0 25px;
}

.ccpa-table ul li{
	padding:2px 0;
}


.form-privacy{
 	width:100%;
    max-width: 680px;
	display:block;
    background:#eaeced;
        -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    padding:50px 40px;
    margin-bottom: 15px;
    margin-top:15px;
}

.w600 .form-privacy{
    padding:20px;
}

.form-privacy label{
    color:#515151!important; 
    
}

.form-privacy input::placeholder{
     color:#515151!important; 
}

.form-privacy .form-row-input{
    width:100%;
    display: block;
    padding:5px 0;
}

.form-privacy .form-row-input label{
    display:inline-block;
    padding-bottom: 0;
    
}

.w600 .form-privacy .form-row-input label{
   width:90%;
        padding:2px 0 0 0;
    vertical-align: top;
}

.form-privacy .form-row-input .input-explain{
    display:inline-block;
    margin-left:10px;
    border: 1px solid #a5a5a5;
background: #fff;
border-radius: 2px;
box-sizing: border-box;
padding: 5px 15px;
}

.w600 .form-privacy .form-row-input .input-explain{
   width:90%; 
    margin: 5px 0 0 20px;
}


.form-row{
	padding:0 0 30px 0;
	display: block;
	width:100%;
	}
	

.form-row:last-child{
	padding:0;
	}
	
.form-row label,
.form-row-half label{
	display:block;
	font:normal 18px "RobotoLight", Arial, Helvetica, sans-serif;
	color:#00345b;
	padding-bottom:7px;	
	}	

	
.form-row label span,
.form-row-half label span,
.form-row-half2 label span{
	color:#4f94d9;
	}

	
.form-row-half{
	display:inline-block;
    width: calc(100%/2 - 13.5px);
    width: -webkit-calc(100%/2 - 13.5px);
    width: -moz-calc(100%/2 - 13.5px);
	}

.form-row-half:first-of-type{
    margin-right:20px;
}	


.form-wraphalf {
	width:100%;
	display:inline-block;
    padding:0 0 30px 0;
	
}
.w768 .form-wraphalf,
.w600 .form-wraphalf{
    padding:0;
}

.w768 .form-row-half{
	width:100%;
	padding:0 0 30px 0;
    margin:0;
	}	
.w600 .form-row-half{
	width:100%;
	padding:0 0 20px 0;
    margin:0;
	}

	
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}


.text-input {
    border:1px solid #a5a5a5;
	background:#fff;
    border-radius: 2px;
    box-sizing: border-box;
    display: block;
    height: 40px;
    padding: 0 15px;
	width:100%;
    transition: all 0.25s ease 0s;
}


.form-holder2 .text-input{
	height:30px;
	padding:2px 5px;
	font-size:14px;
	}

.text-input[type="number"] {
    padding-right: 0;
}


/* Simple CSS for flexbox table on mobile */
@media(max-width: 700px) {
.ccpa-table thead {
        left: -9999px;
        position: absolute;
        visibility: hidden;
    }
.ccpa-table tr {
        border-bottom: 0;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
.ccpa-table td {
        border: 1px solid;
        margin: 0 -1px -1px 0;
        width: 100%;
    }
	/*
.ccpa-table td span {
        display: block;
    }*/
	
.ccpa-table td:before {
  content: attr(data-title);
	display: block;
	font-weight:bold;
	width:100%;
}

	
}

.home-box {
    width: calc(100%/3 - 13.5px);
    width: -webkit-calc(100%/3 - 13.5px);
    width: -moz-calc(100%/3 - 13.5px);
    display: inline-block;
    text-align: center;
    margin: 10px;
    border: 1px solid #b2bfce;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 55px 40px 50px 40px;
    background: none;
}
/*	

.home-box:hover{

	background:#f8f8f8;

	}*/

	

.home-box:nth-of-type(1) {
    margin-left: 0;
}
.home-box:nth-of-type(3) {
    margin-right: 0;
}
.w768 .home-box,  .w600 .home-box {
    width: 100%;
    margin: 10px 0;
}
.w600 .home-box {
    padding: 30px 40px 40px 40px;
}
.home-box h1 {
    color: #002a5c;
    text-shadow: 0px 0px 10px rgba(0,0,0,0);
}
.home-box h1 span {
    font-size: 35px;
}
.home-box .title {
    font: normal 18px "RobotoRegular", Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    color: #21364a;
}
.w768 .home-box .title,  .w600 .home-box .title {
    font-size: 20px;
}
.home-box .title:after {
    content: '';
    width: 70px;
    height: 1px;
    background: #abb0b6;
    display: block;
    margin: 15px auto;
    -webkit-transition: all 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 250ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-box:hover .title:after {
    width: 110px;
}
.home-box .text {
    font-size: 16px;
    letter-spacing: 0.03em;
    padding: 0 0 5px 0;
}
.w768 .home-box .text {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
}
.w600 .home-box .text {
    font-size: 19px;
    line-height: 26px;
}
.casestudy-holder {
    width: 100%;
    display: block;
    position: relative;
}
.w1200 .casestudy-holder,  .w970 .casestudy-holder,  .w768 .casestudy-holder {
    padding-left: 3%;
    padding-right: 3%;
}
.casestudy-holder .arrow-holder {
    width: 100%;
    top: calc(50% - 33px);/*top:46%;

	width: calc(100% - 80px);

	width: -webkit-calc(100% - 80px);

	width: -moz-calc(100% - 80px);*/

}
.w970 .casestudy-holder .arrow-holder {
    top: calc(50% - 30px);
}
.w768 .casestudy-holder .arrow-holder {
    /*width: calc(100% - 24px);

	width: -webkit-calc(100% - 24px);

	width: -moz-calc(100% - 24px);*/

    top: 26.5vw;
}
.w600 .casestudy-holder .arrow-holder {
    /*width: calc(100% - 24px);

	width: -webkit-calc(100% - 24px);

	width: -moz-calc(100% - 24px);*/

    top: 25.5vw;
}
.casestudy-holder .arrow-bg {
    width: 11%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgba(255,255,255,0);
    display: block;
    cursor: pointer;
    z-index: 101;
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.notouch .casestudy-holder .arrow-bg.hovered {
    background: rgba(255,255,255,0);
}
.casestudy-holder .arrow-bg-L {
    left: 0;
}
.casestudy-holder .arrow-bg-R {
    right: 0;
}
/* arrows */

.btn-arrowb-holder {
    width: 100%;
    position: absolute;
    top: calc(50% - 33px);
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
}
.w600 .btn-arrowb-holder {
    top: calc(50% - 30px);
}
.arrowb-right,  .arrowb-left {
    cursor: pointer;
    height: 28px;
    position: absolute;
    width: 28px;
}
.w768 .arrowb-right,  .w768 .arrowb-left {
    height: 23px;
    width: 23px;
}
.w480 .arrowb-right,  .w480 .arrowb-left {
    height: 18px;
    width: 18px;
}
.arrowb-right:before,  .arrowb-left:before {
    background-color: #ffffff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 1px;
    width: 2px;
}
.arrowb-right:after,  .arrowb-left:after {
    background-color: #ffffff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    content: "";
    height: 2px;
    position: absolute;
    right: 1px;
    top: 0;
    width: 100%;
    z-index: -1;
}
.arrowb-left {
    left: 13.6274px;
    transform: rotate(-135deg);
}
.arrowb-right {
    right: 22.6274px;
    transform: rotate(45deg);
}
/*

.casestudy-holder .casestudy-box{

	width:100%;

	display:block;

	position:relative;

	}*/

.w768 .casestudy-holder .casestudy-box,  .w600 .casestudy-holder .casestudy-box {
    background: rgba(255,255,255,1);
}
.casestudy-box .casestudy-img {
    width: 100%;
    display: block;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}
.casestudy-box .casestudy-img img {
    width: 100%;
    display: block;
}
.casestudy-box .casestudy-content {
    width: 100%;
    max-width: 450px;
    position: absolute;
    display: block;
    bottom: 70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 15px 20px;
    background: rgba(255,255,255,0.95);
}
.w970 .casestudy-box .casestudy-content {
    bottom: 30px;
}
.w768 .casestudy-box .casestudy-content,  .w600 .casestudy-box .casestudy-content {
    max-width: none;
    width: 100% !important;
    white-space: normal !important;
    position: relative !important;
    float: left;
    bottom: auto !important;
    left: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    background: rgba(0,42,92,0) !important;
}
.casestudy-box .casestudy-content .title {
    font: normal 18px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #002a5c;
    letter-spacing: 0.025em;
}
.w768 .casestudy-box .casestudy-content .title,  .w600 .casestudy-box .casestudy-content .title {
    font-size: 22px;
}
.casestudy-box .casestudy-content .place {
    font: normal 16px "RobotoLight", Arial, Helvetica, sans-serif;
    padding: 3px 0 5px 0;
}
.w768 .casestudy-box .casestudy-content .place,  .w600 .casestudy-box .casestudy-content .place {
    font-size: 18px;
}
.impact-box-holder {
    width: 100%;
    display: block;
}
.impact-box {
    width: calc(100%/2 - 12.5px);
    width: -webkit-calc(100%/2 - 12.5px);
    width: -moz-calc(100%/2 - 12.5px);
    display: inline-block;
    margin: 0 20px 50px 0;
    position: relative;
    vertical-align: top;
}
.impact-box:nth-of-type(2n) {
    margin: 0;
}
.w768 .impact-box,  .w600 .impact-box {
    width: 100%;
    margin: 0 0 50px 0;
}
.impact-img-holder {
    width: 100%;
    display: block;
    position: relative;
}
.impact-box .impact-img {
    width: 100%;
    display: block;
    background: #ffffff;
    overflow: hidden;
}
.impact-box .impact-img img,  .impact-box .impact-logo img {
    width: 100%;
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.impact-box:hover .impact-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}
.impact-box .impact-logo {
    max-width: 168px;
    width: calc(38% - 46px);
    width: -webkit-calc(38% - 46px);
    width: -moz-calc(38% - 46px);
    position: absolute;
    bottom: 30px;
    left: 23px;
    z-index: 2;
}
.w768 .impact-box .impact-logo,  .w600 .impact-box .impact-logo {
    left: 20px;
    bottom: 55px;
}
.impact-box .impact-content {
    width: 62%;
    position: absolute;
    padding: 20px 15px 0 25px;
    right: 0;
    bottom: -10px;
    background: #ffffff;
    text-align: left;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-user-select: all;  /* Chrome 49+ */
    -moz-user-select: all;     /* Firefox 43+ */
    -ms-user-select: all;      /* No support yet */
    user-select: all;
    color: #444444;
    display: block
}
.w768 .impact-box .impact-content,  .w600 .impact-box .impact-content {
    position: relative;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    margin: -40px auto 0 auto;
    top: auto;
}
.impact-box .impact-content .title {
    font: normal 18px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.w768 .impact-box .impact-content .title,  .w600 .impact-box .impact-content .title {
    font-size: 22px;
}
.notouch .impact-box .impact-content:hover .title {
    color: #78acaf;
}
.impact-box .impact-content .text {
    font-size: 16px;
    min-height: 80px;
    padding: 5px 0 10px 0;
}
.w768 .impact-box .impact-content .text {
    font-size: 18px;
}
.w600 .impact-box .impact-content .text {
    font-size: 19px;
    line-height: 26px;
}
.impact-box .impact-content .cl-effect-1:before {
    display: none;
}
.quote {
    width: 100%;
    display: block;
    padding: 50px 20px;
    /*background:#f2f2f2;*/

    background: #002a5c;
}
.w600 .quote {
    padding: 50px 20px 75px 20px;
}
.quote-image {
    width: 100%;
    max-width: 320px;
    display: inline-block;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    position: relative;
}
.quote-image:after {
    content: '';
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 112px;
    height: 80px;
    background: url(../images/quote-left.svg) no-repeat;
}
.w970 .quote-image {
    min-height: 350px;
    align-self: flex-start;
}
.w768 .quote-image {
    width: 30%;
    min-height: 350px;
    align-self: flex-start;
}
.w768 .quote-image:after {
    background-size: 75%;
    right: 0;
    bottom: 0;
}
.w600 .quote-image {
    width: 100%;
    max-width: none;
    display: block;
    min-height: 350px;
}
.w600 .quote-image:after {
    background-size: 75%;
    left: 20px;
    right: auto;
    bottom: 0;
}
.quote-content {
    width: calc(100% - 345px);
    width: -webkit-calc(100% - 345px);
    width: -moz-calc(100% - 345px);
    background: #ffffff;
    padding: 45px 55px 35px 50px;
    margin: 0 0 0 25px;
    position: relative;
    min-height: 375px;
}
.quote-content:after {
    content: '';
    position: absolute;
    top: 10px;
    right: -55px;
    width: 112px;
    height: 80px;
    background: url(../images/quote-right.svg) no-repeat;
}
.w1200 .quote-content:after,  .w970 .quote-content:after {
    top: -19px;
    right: 20px;
}
.w768 .quote-content:after {
    background-size: 75%;
    top: -15px;
    right: 0px;
}
.w600 .quote-content:after {
    background-size: 75%;
    top: auto;
    bottom: -66px;
    right: 0px;
}
.w768 .quote-content {
    width: calc(100% - 30% - 25px);
    width: -webkit-calc(100% - 30% - 25px);
    width: -moz-calc(100% - 30% - 25px);
    padding: 55px 25px 35px 25px;
}
.w600 .quote-content {
    width: 100%;
    display: block;
    margin: 25px 0 0 0;
    padding: 25px 25px 50px 25px;
    min-height: 0;
}
.quote-content .name {
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #002a5c;
}
.quote-content .title {
    font: normal 18px "RobotoRegular", Arial, Helvetica, sans-serif;
    color: #78acaf;
    padding: 5px 0 15px 0;
}
.quote-content .text {
    line-height: 30px;
    letter-spacing: 0.02em;
}
.w600 .quote-content .text {
    font-size: 19px;
    line-height: 26px;
}


.footnote{
    font-size:13px;
    padding-top:20px;
    
}

/*firm*/





.firm-overview {
    text-align: left;
}
.w768 .firm-overview,  .w600 .firm-overview {
    text-align: center;
}
.firm-investment {
    text-align: left;
}
.w600 .firm-investment {
    text-align: center;
}
.text-col {
    width: calc(100%/2 - 2.5px);
    width: -webkit-calc(100%/2 - 2.5px);
    width: -moz-calc(100%/2 - 2.5px);
    display: inline-block;
    padding: 0 20px 0 0;
    vertical-align: top;
}
.text-col:nth-of-type(2) {
    padding: 0 0 0 20px;
}
.w600 .text-col {
    width: 100%;
    padding: 0;
}
.w600 .text-col:nth-of-type(2) {
    padding: 20px 0 0 0;
}
.firm-history {
    background: #eaeced;
    text-align: center;
}
.promo-holder {
    width: 100%;
    height: 425px;
    display: block;
    position: relative;
    padding: 70px 0;
    background: url(../images/bg-firm-promo.jpg);
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.promo-content {
    width: 100%;
    max-width: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
}
.promo-content h2 {
    font: normal 30px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 40px;
    letter-spacing: 0.025em;
    color: #ffffff;
    padding: 0 0 25px 0;
}
.firm-vision {
    text-align: center;
    padding-bottom: 70px;
}
.w600 .firm-vision {
    text-align: center;
}
.vision-svg {
    width: 100%;
    max-width: 535px;
    display: block;
    margin: 0 auto;
}
.vision-svg img {
    width: 100%;
    display: block;
    padding: 20px 0 50px 0;
}
.vision-box {
    width: calc(100%/2);
    width: -webkit-calc(100%/2);
    width: -moz-calc(100%/2);
    display: inline-block;
    position: relative;
    padding: 0 20px 50px 20px;
}
.w600 .vision-box {
    width: 100%;
    padding: 0 0 30px 0;
}
.vision-box .icon {
    width: 75px;
    display: inline-block;
}
.w600 .vision-box .icon {
    width: 60px;
}
.vision-box .icon img {
    width: 100%;
    display: block;
}
.vision-box .content {
    width: calc(100% - 80px);
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 20px;
    text-align: left;
}
.w600 .vision-box .content {
    width: calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
}
.vision-box .content .title {
    font: normal 18px "RobotoMedium", Arial, Helvetica, sans-serif;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #8ebec1;
}
.w600 .vision-box .content .title {
    font-size: 20px;
}
.vision-box .content p {
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 25px;
}
.timeline-box {
    width: 390px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    margin: 0 20px 0 0;
}
.w600 .timeline-box {
    width: 82vw;
}
.timeline-box .timeline-img {
    width: 100%;
    display: block;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.timeline-box .timeline-img img {
    width: 100%;
    display: block;
}
.slick-current.timeline-box .timeline-year {
    background: #002a5c;
}
.timeline-box .timeline-content {
    width: 100%;
    height: 145px;
    display: block;
    background: #ffffff;
    padding: 25px 20px 10px 20px;
    text-align: left;
    position: relative;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.w600 .timeline-box .timeline-content {
    height: 150px;
}
.timeline-box .timeline-content p {
    width: 85%;
    padding: 0;
    margin: 0;
}
.w600 .timeline-box .timeline-content p {
    width: 100%;
}
.timeline-box .timeline-content span {
    /*color:#8ebec1;*/

    font: normal 18px "RobotoMedium", Arial, Helvetica, sans-serif;
}
.timeline-box .timeline-year {
    width: 64px;
    height: 64px;
    right: 20px;
    bottom: 100px;
    position: absolute;
    background: #78acaf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 10px 10px;
    color: #ffffff;
    font: normal 22px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 18px;
    letter-spacing: 0.025em;
    text-align: center;
}
.timeline-box .timeline-year span {
    font: normal 22px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 18px;
    letter-spacing: 0.025em;
    display: block;
}
.w600 .timeline-box .timeline-year {
    bottom: 120px;
}
/*Strategy*/

.strategy-overview {
    text-align: left;
}
.w768 .strategy-overview,  .w600 .strategy-overview {
    text-align: center;
}
.strategy-2ndparaalign {
    text-align: left;
}
.w600 .strategy-2ndparaalign {
    font-size: 19px;
    line-height: 26px;
}
.strategy-svg-home {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 25px 5px 0 5px;
}
.w768 .strategy-svg-home,  .w600 .strategy-svg-home {
    padding: 25px 10px 0 10px;
}
.svg-box {
    /*width: calc(100%/3 - 30px);
    width: -webkit-calc(100%/3 - 30px);
    width: -moz-calc(100%/3 - 30px);*/
    width: calc(100%/4 - 20px);
    width: -webkit-calc(100%/4 - 20px);
    width: -moz-calc(100%/4 - 20px);
    height: 180px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    font: normal 26px "PlayfairDisplayBold", Times, Times New Roman, serif;
    line-height: 30px;
    color: #ffffff;
    margin: 0 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.svg-box:hover {
    color: #ffffff;
}

.w970 .svg-box,
.w768 .svg-box {
    width: calc(100%/2 - 20px);
    width: -webkit-calc(100%/2 - 20px);
    width: -moz-calc(100%/2 - 20px);
    height: 140px;
    font-size: 2.8vw;
    line-height: 3.1vw;
    margin: 0 10px 20px 10px;
}
.w600 .svg-box {
    width: 100%;
    height: 140px;
    margin: 0 10px 20px 10px;
}
.svg-box:first-of-type {
    background: #7e7e81;
}
.svg-box:nth-of-type(2) {
    background: #8ebec1;
}
.svg-box:nth-of-type(3) {
    background: #002a5c;
}

.svg-box:nth-of-type(4) {
    background: #16243e;
}

.svg-box p {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
}
.svg-box p:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    display: inline;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.notouch .svg-box:hover p:after {
    width: 100%;
}
.svg-icon-holder {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
}

.w970 .svg-icon-holder,
.w768 .svg-icon-holder{
    padding-top:0px;
}

.strategy-svg{
	padding-top:15px!important;
}


.strategy-svg .svg-icon{
    width: calc(100%/8 - 34.5px);
    width: -webkit-calc(100%/8 - 34.5px);
    width: -moz-calc(100%/8 - 34.5px);
}

.svg-icon {
    width: calc(100%/8 - 34px);
    width: -webkit-calc(100%/8 - 34px);
    width: -moz-calc(100%/8 - 34px);
    margin: 0 15px;
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.w768 .svg-icon {
    width: calc(100%/8 - 24px);
    width: -webkit-calc(100%/8 - 24px);
    width: -moz-calc(100%/8 - 24px);
    margin: 0 10px;
}
.w600 .svg-icon {
    width: calc(100%/4 - 14px);
    width: -webkit-calc(100%/3 - 14px);
    width: -moz-calc(100%/3 - 14px);
    margin: 0 5px;
}
.svg-icon .s-icon {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #c7c8c9;
}
.svg-icon .s-icon img {
    width: 100%;
    display: block;
}
.svg-icon .s-text {
    text-align: center;
    padding: 20px 0;
    font: normal 17px "RobotoRegular", Arial, Helvetica, sans-serif;
    line-height: 20px;
}
.w768 .svg-icon .s-text {
    padding: 10px 0 0 0;
    font-size: 15px;
    line-height: 18px;
}
.w600 .svg-icon .s-text {
    padding: 10px 0 20px 0;
    font-size: 16px;
    line-height: 19px;
}
.strategy-svg-title {
    width: 100%;
    display: block;
    font: normal 20px "RobotoRegular", Arial, Helvetica, sans-serif;
    color: #002a5c;
    text-align: center;
}
.w600 .strategy-svg-title {
    text-align: center;
    font-size: 18px;
    padding: 0 0 5px 0;
}
.strategy-svg {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0 5px 50px 5px;
}

.w768 .strategy-svg,  
.w600 .strategy-svg {
    padding: 0 0 50px 0;
}
/*
.w768 .strategy-svg .svg-box:first-of-type{
	margin-left:0;
}

.w768 .strategy-svg .svg-box:last-of-type{
	margin-right:0;
}

.w768 .strategy-svg .svg-box {
    width: calc(100%/3 - 14px);
    width: -webkit-calc(100%/3 - 14px);
    width: -moz-calc(100%/3 - 14px);
}

.w768 .strategy-svg .svg-icon-holder .svg-icon:first-of-type{
	margin-left:0;
}

.w768 .strategy-svg .svg-icon-holder .svg-icon:last-of-type{
	margin-right:0;
}*/

.vehicles-box {
    width: 100%;
    display: block;
}
.vehicles-box:last-of-type .vehicles-content {
    padding-bottom: 0;
}
.vehicles-banner,  .parallax-banner {
    width: 100%;
    height: 435px;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}
.parallax-banner {
    position: relative;
}
.w768 .vehicles-banner,  .w768 .parallax-banner {
    height: 350px;
}
.w600 .vehicles-banner,  .w600 .parallax-banner {
    height: 280px;
}
.vehicles-content {
    max-width: 1020px;
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
.w600 .vehicles-content {
    padding-top: 15px;
}
.vehicles-content .title {
    width: 100%;
    display: block;
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #050d37;
    /*letter-spacing:0.02em;*/

    border-bottom: 1px solid #8ebec1;
    padding: 0 0 10px 0;
    margin-bottom: 15px;
}
.vehicles-content .title-spacing {
    padding: 50px 0 10px 0;
}
.cs-table {
    width: 100%;
    border-collapse: collapse;
}
.cs-table th {
    background: #002a5c;
    color: #ffffff;
    font: normal 18px "RobotoMedium", Arial, Helvetica, sans-serif;
}
.cs-table th {
    padding: 12px 12px!important;
    text-align: right;
}
.cs-table td {
    padding: 18px 12px!important;
    text-align: right;
}
.cs-table th:first-of-type {
    width: 38%;
}
.cs-table th:nth-of-type(2) {
    width: 32%;
}
.cs-table th:first-of-type,  .cs-table td:first-of-type,  .cs-table th:nth-of-type(2),  .cs-table td:nth-of-type(2) {
    text-align: left;
}
.cs-table tr {
    border-bottom: 1px solid #d7d7d7;
}
.w600 .cs-table thead tr {
    border-bottom: 0px solid #d7d7d7;
}
.cs-table2 th:nth-of-type(3),  .cs-table2 td:nth-of-type(3) {
    text-align: left;
}
.cs-table td a {
    text-decoration: underline;
}
.w600 .tablesaw-stack td .tablesaw-cell-label,  .w600 .tablesaw-stack th .tablesaw-cell-label {
    width: 100%!important;
    padding: 0!important;
    font: normal 16px "RobotoMedium", Arial, Helvetica, sans-serif;
    vertical-align: bottom!important;
}
.w600 .tablesaw-cell-content {
    width: 100%!important;
    max-width: none!important;
    font-size: 19px;
    vertical-align: top!important;
}
.w600 .tablesaw th,  .w600 .tablesaw td {
    padding: 5px 10px!important;
}
.w600 .tablesaw-stack tr td:first-of-type {
    padding: 15px 10px 5px 10px!important;
}
.w600 .tablesaw-stack tr td:last-of-type {
    padding: 5px 10px 15px 10px!important;
}
.w600 .tablesaw-stack td,  .w600 .tablesaw-stack th {
    text-align: left;
}
.vehicles-content-L {
    width: 67%;
    display: inline-block;
    vertical-align: top;
}
.w600 .vehicles-content-L {
    width: 100%;
}
.vehicles-content-L p {
    width: 90%;
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 30px;
}
.w600 .vehicles-content-L p {
    width: 100%;
    padding: 10px 0 30px 0;
    font-size: 19px;
    line-height: 26px;
}
.vehicles-content-L p strong {
    font-family: "RobotoMedium", Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.vehicles-content-R {
    width: 33%;
    display: inline-block;
}
.w600 .vehicles-content-R {
    width: 100%;
    display: block;
}
.vehicles-content-R .vehicles-list {
    width: 100%;
    display: block;
    padding: 25px;
    background: #f5f5f5;/*-webkit-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.2);

-moz-box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.2);

box-shadow: 2px 3px 2px 0px rgba(0,0,0,0.2);*/

}
.w600 .vehicles-content-R .vehicles-list {
    padding: 25px 15px;
}
.vehicles-content-R .vehicles-list .title {
    font: normal 18px "RobotoMedium", Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #b0b0b0;
    padding: 0 0 10px 0;
    margin-bottom: 10px;
}
.vehicles-content-R .vehicles-list .subtitle {
    font: normal 16px "RobotoMedium", Arial, Helvetica, sans-serif;
    padding: 0 0 5px 0;
}
.vehicles-content-R .vehicles-list ul {
    padding: 0 0 10px 20px;
    margin: 0;
    list-style: none;
}
.vehicles-content-R .vehicles-list ul li {
    font-size: 16px;
    padding: 3px 0;
}
.w600 .vehicles-content-R .vehicles-list ul li {
    font-size: 18px;
}
.vehicles-content-R .vehicles-list ul li:before {
    content: "•";
    display: inline-block;
    width: 0.8em;
    margin-left: -0.8em
}
.vehicles-content-R .vehicles-list ul li a {
    color: #78acaf;
    position: relative;
    padding: 0 0 3px 0;
    display: inline-block;
    vertical-align: top;
}
.vehicles-content-R .vehicles-list ul li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    display: inline-block;
    height: 2px;
    background: #78acaf;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.notouch .vehicles-content-R .vehicles-list ul li a:hover::after {
    width: 100%;
}
/*Strategy - Case Study Popup*/

.casestudy {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 30px;
}
.casestudy-title {
    width: 80%;
    display: block;
    padding: 0 0 35px 40%;
}
.w1200 .casestudy-title {
    width: 83%;
}
.w768 .casestudy-title {
    width: 100%;
    padding: 60px 0 35px 25%;
    display: none;
}
.w600 .casestudy-title {
    width: 100%;
    padding: 70px 20px 20px 20px;
    background: #ffffff;
    display: none;
}
.casestudy-title-m {
    display: none;
}
.w768 .casestudy-title-m,  .w600 .casestudy-title-m {
    display: block;
    padding-bottom: 15px;
}
.show-m-casestudy {
    display: none;
}
.w600 .show-m-casestudy {
    display: block;
    padding: 0 0 30px 0;
}
.casestudy-title .casestudy-name,  .casestudy-title-m .casestudy-name {
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #050d37;
    /*letter-spacing:0.02em;*/

    padding-bottom: 5px;
}
.w600 .casestudy-title .casestudy-name,  .w600 .casestudy-title-m .casestudy-name {
    font-size: 28px;
    line-height: 28px;
}
.casestudy-title .casestudy-add,  .casestudy-title-m .casestudy-add {
    font: normal 18px "RobotoRegular", Arial, Helvetica, sans-serif;
    color: #78acaf;
}
.casestudy-L {
    width: 60%;
    float: left;
    display: block;
    position: relative;
    overflow: hidden;
}
.w768 .casestudy-L {
    width: 100%;
    padding-top: 65px;
}
.w600 .casestudy-L {
    width: 100%;
    padding-top: 60px;
}
.casestudy-img {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}
.casestudy-img img {
    display: block;
    width: 100%;
}
.casestudy-details {
    width: 39%;
    float: left;
    display: block;
    padding: 0 0 0 20px;
}
.w1200 .casestudy-details {
    width: 30%;
}
.w970 .casestudy-details {
    width: 40%;
}
.w768 .casestudy-details {
    width: 100%;
    padding: 0 0 35px 25%;
}
.w600 .casestudy-details {
    width: 100%;
    padding: 0 20px 50px 20px;
}
.casestudy-details .casestudy-year {
    width: 100%;
    display: block;
    position: relative;
    padding: 25px 10px;
}
.w600 .casestudy-details .casestudy-year {
    padding: 15px 10px;
}
.casestudy-details .casestudy-year:after {
    content: "";
    display: block;
    height: 1px;
    width: 130px;
    background: #cbd0d9;
    position: absolute;
    bottom: 0;
    left: 0;
}
.casestudy-details .casestudy-year:nth-of-type(2):before {
    content: "";
    display: block;
    height: 1px;
    width: 130px;
    background: #cbd0d9;
    position: absolute;
    top: 0;
    left: 0;
}
.w768 .casestudy-details .casestudy-year:after,  .w768 .casestudy-details .casestudy-year:nth-of-type(2):before,  .w600 .casestudy-details .casestudy-year:after,  .w600 .casestudy-details .casestudy-year:nth-of-type(2):before {
    width: 100%;
}
.casestudy-details h6 {
    font: normal 18px "RobotoRegular", Arial, Helvetica, sans-serif;
    letter-spacing: 0.01em;
    color: #050d37;
}
.casestudy-details p {
    width: 60%;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0 0 10px;
    margin: 0;
    display: block;
}
.w970 .casestudy-details p {
    width: 90%;
}
.w768 .casestudy-details p,  .w600 .casestudy-details p {
    width: 100%;
}
.w600 .casestudy-details p {
    width: 100%;
    font-size: 19px;
    line-height: 26px;
}
/*Impact*/

.impact-overview {
    text-align: left;
    min-height: 500px
}
.w768 .impact-overview,  .w600 .impact-overview {
    text-align: center;
}
.elevator-text-impact2 {
    width: 100%;
    max-width: 1020px;
    display: block;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px 50px 20px;
}
.impact-section-banner {
    width: 100%;
    max-width: 1280px;
    height: 360px;
    margin: 0 auto;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
}
.w768 .impact-section-banner {
    height: 300px;
}
.w600 .impact-section-banner {
    height: 250px;
}
.impact-box-inner {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.impact-box-content {
    max-width: 1110px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 50px 20px 50px 20px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
.w768 .impact-box-content {
    padding-top: 30px;
}
.w600 .impact-box-content {
    padding-top: 15px;
}
.impact-box-inner2 .impact-box-content {
    padding-bottom: 0;
}
.impact-box-content-L {
    width: 55%;
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 45px;
}
.w1200 .impact-box-content-L,  .w970 .impact-box-content-L {
    padding-left: 0;
}
.w768 .impact-box-content-L,  .w600 .impact-box-content-L {
    width: 100%;
    padding: 0 0 50px 0;
}
.impact-box-content-L .title {
    width: 100%;
    display: block;
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #050d37;
    letter-spacing: 0.02em;
    padding-bottom: 25px;
}
.w600 .impact-box-content-L .title {
    font-size: 23px;
    line-height: 33px;
    padding-bottom: 15px;
}
.impact-box-content-L .text p {
    width: 90%;
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
    line-height: 30px;
}
.w768 .impact-box-content-L .text p,  .w600 .impact-box-content-L .text p {
    width: 100%;
}
.w600 .impact-box-content-L .text p {
    font-size: 19px;
    line-height: 26px;
    padding: 0;
}
.impact-video {
    width: 100%;
    display: block;
    padding: 50px 0 50px 45px;
    position: relative;
}
.w1200 .impact-video,
.w970 .impact-video,
.w768 .impact-video,
.w600 .impact-video{
    padding:50px 0 50px 0;
}

.impact-video .subtitle {
    font: normal 20px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #050d37;
    padding-bottom: 15px;
    letter-spacing: 0.015em;
}
.w768 .impact-video,  .w600 .impact-video {
    width:100%;
}
.impact-box-content-R {
    width: 45%;
    display: inline-block;
}
.w768 .impact-box-content-R,  .w600 .impact-box-content-R {
    width: 100%;
    display: block;
}
.impact-quote-student {
    width: 88%;
    display: block;
    position: relative;
    background: #f4f4f4;
    padding: 35px 30px 35px 30px;
    text-align: left;
    margin: 0 0 100px 0;
}
.impact-quote-student:after {
    content: '';
    position: absolute;
    top: 24%;
    right: -55px;
    width: 112px;
    height: 80px;
    background: url(../images/quote-right-grey.svg) no-repeat;
}
.impact-box-inner2 .impact-quote-student {
    margin: 0;
}
.impact-box-inner2 .impact-quote-student:after {
    top: 12%;
}
.w600 .impact-quote-student {
    width: 100%;
    padding: 40px 20px 30px 20px;
}
.w600 .impact-box-inner2 .impact-quote-student {
    padding: 60px 20px 30px 20px;
}
.w600 .impact-quote-student:after {
    background-size: 75%;
    right: -10px;
    top: -15px;
}
.impact-quote-student .title {
    font: normal 20px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #050d37;
    padding-bottom: 20px;
}
.impact-quote-student .text {
    width: 85%;
    display: block;
    color: #78acaf;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 20px;
}
.w600 .impact-quote-student .text {
    width: 100%;
    font-size: 19px;
    line-height: 26px;
}
.impact-quote-student .name {
    font: normal 18px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #050d37;
    line-height: 30px;
}
.impact-quote-student .date {
    font: normal 16px "RobotoRegular", Arial, Helvetica, sans-serif;
    color: #050d37;
}
.impact-quote-student .image {
    width: 138px;
    height: 138px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    bottom: -60px;
    right: 10%;
}
.impact-quote-student .image img {
    width: 100%;
    display: block;
}
.w600 .impact-quote-student .image {
    width: 105px;
    height: 105px;
    right: 15px;
    bottom: -45px;
}
.impact-quote-student .impact-logo {
    padding-top: 30px;
}
.impact-quote-student .impact-logo img {
    width: 100%;
    display: block;
    max-width: 240px;
    text-align: left;
}
.imapact-infographic {
    width: 100%;
    display: block;
    border: 1px solid #ccd4de;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
.impact-col {
    width: calc(100%/3);
    width: -webkit-calc(100%/3);
    width: -moz-calc(100%/3);
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
    border-right: 1px solid #e7e9ea;
}
.impact-col:last-of-type {
    border: 0;
}
.impact-col .header {
    font: normal 14px "RobotoRegular", Arial, Helvetica, sans-serif;
    color: #78acaf;
    padding: 30px 15px 0 15px;
    height: 100px;
}
.w600 .impact-col .header {
    padding: 20px 5px 0 5px;
    font-size: 15px;
}
.impact-col .header span {
    display: block;
}
.impact-col .figure {
    padding: 10px 15px 15px 15px;
    color: #002a5c;
    line-height: 16px;
    font: normal 16px "RobotoRegular", Arial, Helvetica, sans-serif;
}
.w600 .impact-col .figure {
    padding-left: 5px;
    padding-right: 5px;
}
.impact-col .figure:last-of-type {
    padding-bottom: 30px;
}
.impact-col .figure .big {
    font: normal 35px "PlayfairDisplayBold", Times, Times New Roman, serif;
    display: inline;
}
.impact-col .figure .medium {
    font: normal 25px "PlayfairDisplayBold", Times, Times New Roman, serif;
    line-height: 20px;
}
.impact-col .figure .small {
    font: normal 20px "PlayfairDisplayBold", Times, Times New Roman, serif;
    display: inline;
}
.wrapper-philanthropy {
    background: url(../images/bg-culture-philanthropy.jpg);
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    color: #ffffff;
}
.wrapper-philanthropy .inner-section-title {
    color: #ffffff;
}
.wrapper-philanthropy .inner-section-title:after {
    background: #ffffff;
}
.philanthropy-logo-holder {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    padding-top: 30px;
    justify-content: center;
}
.philanthropy-logo-holder a {
    width: calc(100%/4 - 5px);
    width: -webkit-calc(100%/4 - 5px);
    width: -moz-calc(100%/4 - 5px);
    display: inline-block;
    text-align: center;
    padding: 15px;
    border: 1px solid #f2f2f2;
    margin: 2.5px;
    background: #ffffff;
    overflow: hidden;
}
.w768 .philanthropy-logo-holder a {
    width: calc(100%/3 - 5px);
    width: -webkit-calc(100%/3 - 5px);
    width: -moz-calc(100%/3 - 5px);
}
.w600 .philanthropy-logo-holder a {
    width: calc(100%/2 - 5px);
    width: -webkit-calc(100%/2 - 5px);
    width: -moz-calc(100%/2 - 5px);
}
.philanthropy-logo-holder a img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    display: block;
    -webkit-transition: all 225ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 225ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.notouch .philanthropy-logo-holder a:hover img {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}
.philanthropy-parallax-box {
    width: 100%;
    max-width: 850px;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
}
.philanthropy-parallax-box h2 {
    font: normal 30px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 40px;
    letter-spacing: 0.025em;
    color: #ffffff;
    padding: 0 0 25px 0;
}
.stewardship-h2 {
    padding-bottom: 0;
}
.stewardship-date {
    font: normal 18px "RobotoRegular", Arial, Helvetica, sans-serif;
    line-height: 22px;
    color: #78acaf;
    padding-bottom: 20px;
}
.stewardship-box {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
.stewardship-box-L {
    width: 35%;
    display: inline-block;
    margin: 0 20px 0 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}
.w768 .stewardship-box-L,  .w600 .stewardship-box-L {
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
}
.stewardship-box-L .content-center {
    width: 100%;
    display: block;
    padding: 0 20px;
}
.w768 .stewardship-box-L .content-center,  .w600 .stewardship-box-L .content-center {
    padding: 30px 20px;
}
.stewardship-box-L .icon {
    width: 92px;
    display: block;
    margin: 0 auto;
}
.stewardship-box-L .title {
    width: 100%;
    display: block;
    font: normal 30px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    letter-spacing: 0.02em;
}
.w600 .stewardship-box-L .title {
    font-size: 26px;
}
.stewardship-box-L p {
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 20px;
    letter-spacing: 0.03em;
}
.w600 .stewardship-box-L p {
    font-size: 18px;
}
.stewardship-box-R {
    width: calc(100% - 35% - 20px);
    width: -webkit-calc(100% - 35% - 20px);
    width: -moz-calc(100% - 35% - 20px);
    display: inline-block;
    border: 1px solid #c5c6c7;
}
.w768 .stewardship-box-R,  .w600 .stewardship-box-R {
    width: 100%;
    display: block;
}
.stewardship-box:nth-of-type(1) .stewardship-box-L {
    background: #78acaf;
}
.stewardship-box:nth-of-type(2) .stewardship-box-L {
    background: #002a5c;
}
.stewardship-box:nth-of-type(3) .stewardship-box-L {
    background: #7d7d81;
}
.stewardship-box ul {
    padding: 10px 0 25px 0;
    margin: 0 50px;
}
.w600 .stewardship-box ul {
    margin: 0 10px 0 30px;
}
.listing-dot {
    padding: 0;
    margin: 0 0 0 20px;
    list-style: none;
}
.listing-dot li {
    padding: 15px 0;
    letter-spacing: 0.03em;
    line-height: 30px;
}
.w600 .listing-dot li {
    font-size: 19px;
    line-height: 26px;
}
.listing-dot li:before {
    content: "•";
    display: inline-block;
    width: 0.8em;
    margin-left: -0.8em
}
#Stewardship strong {
    font-family: "RobotoMedium", Arial, Helvetica, sans-serif;
    font-weight: normal;
}
.wrapper-award-home .award-box {
    border: 1px solid #c5c6c7;
}
.wrapper-award {
    background: #eaeced;
}
.award-holder {
    width: 100%;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
.award-box {
    width: calc(100%/3 - 20px);
    width: -webkit-calc(100%/3 - 20px);
    width: -moz-calc(100%/3 - 20px);
    /*width: calc(100%/2 - 22.5px);

	width: -webkit-calc(100%/2 - 22.5px);

	width: -moz-calc(100%/2 - 22.5px);*/

    display: inline-block;
    margin: 10px;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    padding: 40px 20px;
}
.w970 .award-box,  .w768 .award-box,  .w600 .award-box {
    width: 100%;
    margin: 0 0 20px 0;
}
.award-box .award-img {
    width: 100%;
    display: none;
    border: 1px solid #c5c6c7;
}
.w970 .award-box .award-img {
    width: 300px;
    display: none;
}
.w768 .award-box .award-img {
    width: 30%;
    display: none;
}
.w600 .award-box .award-img {
    margin: 0 auto;
    display: none;
}
.award-box .award-img img {
    display: block;
    width: 100%;
    max-width: 175px;
    margin: 0 auto;
}
.award-box .award-content {
    /*width: calc(100% - 180px);

	width: -webkit-calc(100% - 180px);

	width: -moz-calc(100% - 180px);

	padding:15px 0 0 0;*/

    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 0;
}
.w970 .award-box .award-content {
    /*width: calc(100% - 305px);

	width: -webkit-calc(100% - 305px);

	width: -moz-calc(100% - 305px);

	padding: 0 0 0 25px;*/

    width: 100%;
    display: inline-block;
    padding: 0;
}
.w768 .award-box .award-content {
    width: 100%;
    /*width: calc(100% - 30% - 5px);

	width: -webkit-calc(100% - 30% - 5px);

	width: -moz-calc(100% - 30% - 5px);

	padding: 0 0 0 25px;*/

    display: inline-block;
    padding: 0;
}
.w600 .award-box .award-content {
    width: 100%;
    padding: 0
}
.award-box .title {
    font: normal 20px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    letter-spacing: 0.015em;
    line-height: 25px;
    color: #050d37;
    padding-bottom:20px;
}
.award-box .text {
    font-size: 16px;
    line-height: 25px;
}
.w600 .award-box .text {
    font-size: 19px;
    line-height: 26px;
}
.award-footnote{
    width:100%;
    max-width:1040px;
    margin:0 auto;
    padding:20px 30px 10px 30px;
    display:block;
    font-size:14px;
}

.w970 .award-footnote,
.w768 .award-footnote,
.w600 .award-footnote{
    padding:20px 20px 10px 20px;
}

.award-footnote ol{
    margin:20px 0 0 20px;
    padding:0;
}

.award-footnote ol li{
    padding:3px 0;
}

/*Team*/

.container-team {
    padding: 70px 0 40px 0;
}
.w768 .container-team {
    padding: 50px 0;
}
.w600 .container-team {
    padding: 15px 0;
}
.container-team2 {
    padding: 0 0 70px 0;
}
.w768 .container-team2 {
    padding: 0 0 50px 0;
}
.w600 .container-team2 {
    padding: 0 0 40px 0;
}
.team-list {
    width: 100%;
    display: block;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
.team-list .team-group {
    width: 100%;
    display: block;
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 26px;
    color: #002a5c;
    text-align: left;
    padding: 0 0 25px 0;
}
.team-box {
    width: calc(100%/5 - 32px);
    width: -webkit-calc(100%/5 - 32px);
    width: -moz-calc(100%/5 - 32px);
    margin: 0 40px 40px 0;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.w970 .team-box {
    width: calc(100%/5 - 24px);
    width: -webkit-calc(100%/5 - 24px);
    width: -moz-calc(100%/5 - 24px);
    margin: 0 30px 40px 0;
}
.w768 .team-box {
    width: calc(100%/3 - 27px);
    width: -webkit-calc(100%/3 - 27px);
    width: -moz-calc(100%/3 - 27px);
}
.w600 .team-box {
    width: calc(100%/2 - 20px);
    width: -webkit-calc(100%/2 - 20px);
    width: -moz-calc(100%/2 - 20px);
    margin: 0 40px 30px 0;
}
.team-box:after {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    bottom: 0;
    left: 0;
    width: 0;
    background: #78acaf;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.notouch .team-box:hover::after {
    width: 100%;
}
.team-box:nth-of-type(5n) {
    margin: 0 0 40px 0;
}
.w768 .team-box:nth-of-type(5n) {
    margin: 0 40px 40px 0;
}
.w768 .team-box:nth-of-type(3n) {
    margin: 0 0 40px 0;
}
.w600 .team-box:nth-of-type(5n) {
    margin: 0 40px 30px 0;
}
.w600 .team-box:nth-of-type(2n) {
    margin: 0 0 30px 0;
}
.team-box .team-image {
    width: 100%;
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.team-box .team-image img {
    width: 100%;
    display: block;
}
.team-box .team-content {
    padding: 20px 0;
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.notouch .team-box:hover .team-content {
    padding: 20px 0 20px 8px;
}
.w768 .team-box .team-content,  .w600 .team-box .team-content {
    padding: 10px 0 20px 0;
}
.w768 .team-box:hover .team-content,  .w600 .team-box:hover .team-content {
    padding-top: 10px!important;
}
.team-box .team-content .name {
    font: normal 18px "RobotoRegular", Arial, Helvetica, sans-serif;
    color: #002a5c;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.team-box:hover .team-content .name {
    color: #78acaf;
}
.team-box .team-content p {
    font-size: 16px;
    line-height: 20px;
    color: #444444;
    letter-spacing: 0.03em;
    padding: 9px 0 0 0;
    margin: 0;
}

.team-footnote{
    font: normal 16px "RobotoRegular", Arial, Helvetica, sans-serif;
}

/*Team - Bio*/

.wrapper-bio {
    background: linear-gradient(to left, #ffffff 50%, #f2f2f2 50%);
    border-bottom: 20px solid #f2f2f2
}
.w600 .wrapper-bio {
    background: #f2f2f2;
}
.content-pop {
    width: 100%;
    background: #ffffff;
    padding: 60px 0;
    position: relative;
}
.w768 .content-pop {
    width: 100%;
    margin: 0;
    padding: 30px 0;
}
.w600 .content-pop {
    margin: 0;
    padding: 30px 0;
    width: 100%;
}
.content-dualbg {
    background: linear-gradient(to left, #ffffff 63%, #f2f2f2 37%);
}
.w600 .content-dualbg {
    background: #ffffff;
    padding: 0
}
.w768 .content-dualbg-casestudy {
    background: linear-gradient(to left, #ffffff 80%, #f2f2f2 20%);
}
.bio-L {
    width: 37%;
    float: left;
    padding: 0 65px 0 0;
}
.w1200 .bio-L {
    width: 36%;
}
.w970 .bio-L {
    width: 36%;
    padding: 0 40px 0 0;
}
.w768 .bio-L {
    width: 37%;
    padding: 0 20px 0 0;
}
.w600 .bio-L {
    width: 100%;
    display: block;
    float: none;
    background: #ffffff;
    padding: 60px 5% 0 5%;
}
.bio-L-holder {
    float: right;
    max-width: 264px;
    width: 100%;
}
.w970 .bio-L-holder,  .w768 .bio-L-holder {
    float: left;
}
.w600 .bio-L-holder {
    float: none;
    width: 100%;
    max-width: none;
}
.bio-R {
    width: 52%;
    float: left;
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.03em;
    orphans: 3;
    widows: 3;
}
.w970 .bio-R {
    width: 64%;
    padding: 0 0 0 35px;
}
.w768 .bio-R {
    width: 63%;
    padding: 60px 0 0 20px;
}
.w600 .bio-R {
    width: 100%;
    display: block;
    float: none;
    padding: 25px 5% 30px 5%;
    font-size: 19px;
    line-height: 26px;
}
.bio-L .bio-img {
    width: 100%;
    /*max-width:228px;

    height:305px;

    */

    height: 350px;
    display: block;
    position: relative;
    /*padding-bottom:20px;*/

    margin-bottom: 30px;
    overflow: hidden;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
}
.w768 .bio-L .bio-img {
/*height:250px;*/

}
.w600 .bio-L .bio-img {
    /*height:300px;

	max-width:none;*/

    width: 228px;
    height: 305px;
    padding-bottom: 0;
    margin-bottom: 0px;
    background-position: center center!important;
    margin-left: auto;
    margin-right: auto;
}
.bio-L .bio-img img {
    display: block;
    width: 100%;
}
.bio-edu {
    display: block;
    width: 100%;
    font-size: 16px;
}
.w600 .bio-edu {
    display: none;
}
.bio-edu h6 {
    font: normal 20px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #002a5c;
    padding: 0 0 4px 0;
    text-transform: capitalize;
    letter-spacing: 0.025em;
}
.bio-edu h6 span {
    display: block;
}
.bio-color {
    font: normal 16px "RobotoRegular", Arial, Helvetica, sans-serif;
    color: #262626;
}
.bio-edu ul {
    margin: 0;
    padding: 0 0 25px 0;
    list-style: none;
}
.bio-edu ul li {
    padding: 2px 0;
}
.show-m {
    display: none;
    border-top: 1px solid #cccccc;
    padding: 30px 0 0 0;
    margin-top: 30px;
}
.w600 .show-m {
    display: block!important;
}
.bio-R .bio-name {
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #002a5c;
    line-height: 30px;
    letter-spacing: 0.025em;
    padding-bottom: 5px;
}
.w600 .bio-R .bio-name {
    font-size: 28px;
    line-height: 28px;
}
.bio-R .bio-title {
    font: normal 18px "RobotoRegular", Arial, Helvetica, sans-serif;
    color: #78acaf;
    padding: 0 0 27px 0;
    letter-spacing: 0;
}
.w600 .bio-R .bio-title {
    padding: 0 0 13px 0;
}
.ico-bio {
    width: 29px;
    height: 29px;
    vertical-align: middle;
    display: none!important;
    position: relative;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 10px 0 0;
}
.ico-bio:before {
    content: '';
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
}
.w600 .ico-bio {
    width: 44px;
    height: 44px;
}
.w600 .ico-bio:before {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
}
.notouch .ico-bio:hover {
    transform: scale(0.8);
}
.ico-email:before {
    background: url(../images/ico-email.svg) center center no-repeat;
}
.ico-in-bio:before {
    background: url(../images/ico-in-bio.svg) center center no-repeat;
}
/*culture*/



.home-culture {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    background: #002a5c;
    color: #ffffff;
}
.home-culture-box {
    width: 50%;
    display: inline-block;
}
.w768 .home-culture-box {
    overflow: hidden;
}
.w768 .home-culture-box,  .w600 .home-culture-box {
    width: 100%;
}
.home-culture-box:first-of-type {
    display: block;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: left center!important;
    background-repeat: no-repeat!important;
}
.w768 .home-culture-box:first-of-type {
    height: 350px;
}
.w600 .home-culture-box:first-of-type {
    height: 280px;
}
.home-culture-box:nth-of-type(2) {
    align-self: center;
    padding: 150px 0;
}
.w1200 .home-culture-box:nth-of-type(2) {
    padding: 100px 0;
}
.w970 .home-culture-box:nth-of-type(2) {
    padding: 50px 0;
}
.w768 .home-culture-box:nth-of-type(2),  .w600 .home-culture-box:nth-of-type(2) {
    padding: 0;
}
.home-culture-box:nth-of-type(2) .content {
    width: 60%;
    margin: 0;
    padding: 0 0 0 60px;
    line-height: 30px;
    letter-spacing: 0.03em;
}
.w1440 .home-culture-box:nth-of-type(2) .content {
    width: 80%;
    padding: 0 40px;
}
.w1200 .home-culture-box:nth-of-type(2) .content {
    width: 100%;
    padding: 0 40px;
}
.w970 .home-culture-box:nth-of-type(2) .content {
    width: 90%;
    padding: 0 30px;
}
.w768 .home-culture-box:nth-of-type(2) .content {
    width: 100%;
    padding: 20px 20px 30px 20px;
}
.w600 .home-culture-box:nth-of-type(2) .content {
    width: 100%;
    padding: 20px;
    font-size: 19px;
    line-height: 26px;
}
.home-culture-box .button-round {
    text-align: center;
}
.culture-alignment {
}
.w970 .culture-alignment,  .w768 .culture-alignment {
    padding-bottom: 0!important;
}
.w768 .culture-alignment,  .w600 .culture-alignment {
}
.culture-quote {
    text-align: left;
    padding: 40px 0;
}
.w600 .culture-quote {
    padding: 20px 0 60px 0;
}
.culture-quote-image {
    width: 60%;
    display: inline-block;
    position: relative;
}
.culture-quote-image img {
    width: 100%;
    display: block;
}
.culture-quote-image:after {
    content: '';
    position: absolute;
    bottom: 16%;
    left: 56%;
    width: 112px;
    height: 80px;
    background: url(../images/quote-left.svg) no-repeat;
}
.w970 .culture-quote-image:after {
    left: 40%;
    bottom: 13%;
}
.w768 .culture-quote-image:after {
    left: 33%;
    bottom: 15%;
    width: 84px;
    height: 60px;
}
.w600 .culture-quote-image {
    width: 100%;
    display: block;
}
.w600 .culture-quote-image:after {
    background-size: 75%;
    left: 20px;
    right: auto;
    bottom: 0;
}
.culture-quote-content {
    width: 48%;
    height: calc(100% - 54%);
    height: -webkit-calc(100% - 54%);
    height: -moz-calc(100% - 54%);
    position: absolute;
    z-index: 1;
    background: #f2f2f2;
    padding: 70px;
    top: 50%;
    right: 80px;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font: normal 22px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #002a5c;
    letter-spacing: 0.025em;
}
.w600 .culture-quote-content {
    font-size: 19px;
    line-height: 26px;
}
.culture-quote-content:after {
    content: '';
    position: absolute;
    top: 50px;
    right: -55px;
    width: 112px;
    height: 80px;
    background: url(../images/quote-right.svg) no-repeat;
}
.w970 .culture-quote-content {
    height: auto;
    padding: 55px;
}
.w768 .culture-quote-content {
    width: 65%;
    right: 0;
    padding: 35px 25px;
    height: auto;
}
.w768 .culture-quote-content:after {
    background-size: 75%;
    top: -15px;
    right: 0px;
}
.w600 .culture-quote-content {
    position: relative;
    width: 100%;
    display: block;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    padding: 25px 25px 50px 25px;
}
.w600 .culture-quote-content:after {
    background-size: 75%;
    top: auto;
    bottom: -66px;
    right: 0px;
}
.culture-quote-content p {
    width: 73%;
    padding: 0;
    margin: 0;
}
.w600 .culture-quote-content p {
    width: 100%;
}
.culture-carousel {
    width: 100%;
    display: block;
    /*background:#153142;*/

    background: #78acaf;
    padding: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}
.culture-carousel .arrow-holder {
    top: 41%;
}
.culture-carousel .arrow-holder .arrow-left {
    left: 0;
}
.culture-carousel .arrow-holder .arrow-right {
    right: 0;
}
.carousel-number {
    width: 100px;
    margin: 0 auto;
    /*background:#78acaf;*/

    background: #002a5c;
    color: #ffffff;
    text-align: center;
    padding: 5px;
    display: block;
    font-size: 16px;
}
.carousel-holder {
    width: 100%;
    display: block;
    padding: 20px 0 0 0;
}
.carousel-box {
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.slick-list {
    margin-left: 14%;
}
.w600 .slick-list,  .w768 .slick-list {
    margin-left: 0;
}
.carousel-img img {
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.w600 .carousel-img img,  .w768 .carousel-img img {
    max-width: 600px;
}
.carousel-box {
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.slick-slide .carousel-box {
    display: inline-block;
    margin: 90px 0 0 0;
}
.w600 .slick-slide .carousel-box,  .w768 .slick-slide .carousel-box {
    margin: 0;
}
.slick-slide .carousel-box .carousel-img img {
    width: 80%;
    opacity: 0.5;
    margin-left: 10%;
}
.w600 .slick-slide .carousel-box .carousel-img img,  .w768 .slick-slide .carousel-box .carousel-img img {
    width: 100%;
    margin-left: 0;
}
.slick-slide.slick-current .carousel-box {
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0 0;
}
.w600 .slick-slide.slick-current .carousel-box,  .w768 .slick-slide.slick-current .carousel-box {
    margin: 0;
}
.slick-slide.slick-current .carousel-box .carousel-img:after {
    background: none;
    filter: none;
}
.slick-slide.slick-current .carousel-box .carousel-img img {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
    opacity: 1;
}
.w600 .slick-slide.slick-current .carousel-box .carousel-img img,  .w768 .slick-slide.slick-current .carousel-box .carousel-img img {
    width: 100%;
    margin: 0;
}
/*	

.carousel-box{

	width: calc(60%/2 - 70px);

	width: -webkit-calc(60%/2 - 70px);

	width: -moz-calc(60%/2 - 70px);

	display:inline-block;

	vertical-align:top;

	margin-top:45px;

	}

	

.carousel-box:nth-of-type(2){

	width: 40%;

	display:inline-block;

	margin-top:0;

	margin:20px 65px 0 65px;

	}*/

.carousel-img {
    width: 100%;
    position: relative;
}
.carousel-img img {
    width: 100%;
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.carousel-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 55%;
    display: block;
    bottom: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#78acaf+50,78acaf+100&0+50,0.7+100 */

    background: -moz-linear-gradient(top, rgba(120,172,175,0) 50%, rgba(120,172,175,0.7) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(120,172,175,0) 50%, rgba(120,172,175,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(120,172,175,0) 50%, rgba(120,172,175,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078acaf', endColorstr='#b378acaf', GradientType=0 ); /* IE6-9 */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#153142+0,153142+50&0+0,0.7+50 

background: -moz-linear-gradient(top, rgba(21,49,66,0) 0%, rgba(21,49,66,0.7) 50%); /* FF3.6-15 

background: -webkit-linear-gradient(top, rgba(21,49,66,0) 0%,rgba(21,49,66,0.7) 50%); /* Chrome10-25,Safari5.1-6 

background: linear-gradient(to bottom, rgba(21,49,66,0) 0%,rgba(21,49,66,0.7) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00153142', endColorstr='#b3153142',GradientType=0 ); /* IE6-9 

*/

}
.carousel-caption {
    width: 100%;
    display: none;
    padding: 15px;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    letter-spacing: 0.02em;
}
.w600 .carousel-caption {
    padding: 15px 20px;
    font-size: 16px;
    line-height: 24px;
}
.carousel-caption .title {
    font: normal 20px "RobotoRegular", Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    padding: 0 0 5px 0;
}
.carousel-caption a {
    color: #ffffff;
    display: inline-block;
    position: relative;
}
.carousel-caption a:hover {
    color: #002a5c;
}
.carousel-caption a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    display: inline-block;
    height: 2px;
    background: #002a5c;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.notouch .carousel-caption a:hover::after,  .notouch .carousel-caption a:hover::after {
    width: 100%;
}
/*

.carousel-box:nth-of-type(1) .carousel-caption,

.carousel-box:nth-of-type(3) .carousel-caption{

	display:none;

	}	*/

	
/*News Page*/

.container-news {
    max-width: 980px;
    padding-bottom: 50px
}

.news-listing{
    width:100%;
    display: block;
    position: relative;
    padding:25px 0;
}

.news-listing:first-of-type{
    padding-top: 0;
}



.news-listing .date{
   color:#78acaf;
    width:160px;
    padding:0 10px 0 0;
    display: inline-block;
    vertical-align: top;
}

.w768 .news-listing .date{
    width:140px;
}

.w600 .news-listing .date{
    width:100%;
    display: block;
}

.news-listing .content{
   width: calc(100% - 165px);
   width: -webkit-calc(100% - 165px);
   width: -moz-calc(100% - 165px); 
 display: inline-block;
    padding:0;
    position: relative;
}


.news-listing .content:after{
    content:'';
    position: absolute;
    left:0;
    bottom:-15px;
    width:0;
    display:block;
    height:2px;
    background:#78acaf;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition:         all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
	}

.notouch .news-listing:hover .content:after{
    width:100%;
}

.w768 .news-listing .content{
   width: calc(100% - 145px);
   width: -webkit-calc(100% - 145px);
   width: -moz-calc(100% - 145px); 
}

.w600 .news-listing .content{
    width:100%;
    display: block;
}

.news-listing .content .title{
    font: normal 20px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #002a5c;
    padding:0 0 5px 0;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition:         all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}

.notouch .news-listing:hover .title{
    color:#78acaf;
}

.news-listing .content p{
    padding:0;
    margin:0;
    color:#444444;
}
	

/*News Inner Page*/
.wrapper-news {
    border-bottom: 20px solid #f2f2f2;
    padding-bottom: 0;
}

.container-newsinner {
    max-width: 1320px;
    padding: 90px 20px 0 20px;
}

.w970 .container-newsinner{
    padding: 80px 20px 0 20px;
}

.w768 .container-newsinner{
    padding: 71px 20px 0 20px;
}

.w600 .container-newsinner{
    padding: 55px 20px 0 20px;
}

.news-article{
    width:100%;
    max-width:840px;
    margin:0 auto;
    position: relative;
}

.news-article .title{
   font: normal 28px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #002a5c;
    padding:0 0 5px 0;  
}

.news-article .date{
      color:#78acaf; 
    padding:15px 0 25px 0;
    font:normal 20px "RobotoRegular", Arial, Helvetica, sans-serif;
}

.news-article .content{ 
    width:100%;
    display: block;
    padding:0;
    line-height: 30px;
}

/*Career Section*/
.wrapper-career {
    background: #eaeced;
}
.w600 .wrapper-career .section-title {
    padding: 0;
}
.career-box {
    width: 100%;
    display: block;
    background: #ffffff;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.2);
    padding: 40px 60px;
    margin: 40px 0 0 0;
}
.w768 .career-box {
    padding: 40px;
}
.w600 .career-box {
    padding: 25px 15px;
}
.career-box .title {
    width: 100%;
    display: block;
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #050d37;
    letter-spacing: 0.02em;
    padding-bottom: 25px;
}
.career-box .career-list {
    border-bottom: 1px solid #d5d5d5;
    padding: 13px 5px;
    font-size: 16px;
}
.w600 .career-box .career-list_title {
    display: none;
}
.career-list_title {
    font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
    color: #002a5c;
}
.career-box .career-list .career-col {
    width: calc((100% - 130px - 22%)/2);
    width: -webkit-calc((100% - 130px - 22%)/2);
    width: -moz-calc((100% - 130px - 22%)/2);
    display: inline-block;
    vertical-align: middle;
}
.w600 .career-box .career-list .career-col,  .w600 .career-box .career-list .career-col:first-of-type {
    width: 100%;
    display: block;
    padding: 2px 0;
}
.career-box .career-list .career-col:first-of-type {
    width: 22%;
    display: inline-block;
    vertical-align: middle;
}
.career-box .career-list .career-col span {
    display: none;
}
.w600 .career-box .career-list .career-col span {
    display: inline-block;
    width: 35%;
    font-family: "RobotoRegular", Arial, Helvetica, sans-serif;
}
.career-box .career-list .career-col p {
    margin: 0;
    padding: 0;
}
.w600 .career-box .career-list .career-col p {
    width: 63%;
    display: inline-block;
    padding: 0 0 0 20px;
}
.career-box .career-list .button-col {
    width: 115px;
    display: inline-block;
    padding: 0 23px;
    vertical-align: middle;
}
.w600 .career-box .career-list .button-col {
    width: 80px;
    display: block;
    padding: 15px 0;
}
.career-button-holder {
    width: 175px;
    padding: 13px 0 0 0;
}
.w600 .career-button-holder {
    width: 220px;
}
/*Contact Page*/

.container-contact {
    max-width: 980px;
    padding-bottom: 50px
}
.contact-box {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    justify-content: flex-start;
    margin: 0 0 20px 0;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.contact-box:hover {
    background: #f8f8f8;
}
.contact-box:nth-of-type(2n) .contact-content {
    order: -1;
}
.w768 .contact-box:nth-of-type(2n) .contact-content,  .w600 .contact-box:nth-of-type(2n) .contact-content {
    order: 0;
}
.contact-img,  .contact-content {
    width: calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    width: -moz-calc(50% - 1px);
    display: inline-block;
}
.w768 .contact-img,  .w768 .contact-content,  .w600 .contact-img,  .w600 .contact-content {
    width: 100%;
}
.contact-img {
    min-height: 300px;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
}
.contact-content {
    text-align: left;
    border: 1px solid #cfcfcf;
    padding: 50px;
}
.w768 .contact-content {
    padding: 30px 40px;
}
.w600 .contact-content {
    padding: 30px 20px;
}
.contact-box .title {
    font: normal 26px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 26px;
    color: #002a5c;
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.contact-box .contact-title:after {
    content: "";
    display: block;
    height: 2px;
    margin: 25px 0 18px 0;
    position: relative;
    width: 55px;
    background: #c6dee0;
}
.contact-box .title span {
    font: normal 18px "PlayfairDisplayRegular", Times, Times New Roman, serif;
}
.w600 .contact-box .title span {
    display: block;
}
.contact-box .address {
    width: 100%;
    display: block;
    line-height: 30px;
    letter-spacing: 0.03em;
    padding: 0 0 15px 0;
}
.w600 .contact-box .address {
    font-size: 19px;
    line-height: 26px;
}
.contact-box a.phone,  .contact-box a.email {
    display: inline-block;
    position: relative;
    padding: 3px 0 3px 30px;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    background-size: 23px!important;
}
.contact-box a.phone {
    background: url(../images/ico-phone.svg) left center no-repeat;
    color: #444444;
}
.contact-box a.email {
    background: url(../images/ico-email.svg) left center no-repeat;
    color: #78acaf;
}
.contact-box a:after {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 0;
    width: 0;
    display: inline-block;
    height: 2px;
    background: #78acaf;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.notouch .contact-box a:hover::after,  .notouch .contact-box a:hover::after {
    width: calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
}


.contact-box a.email{
    display:none;
}

/*Footer*/

footer {
    width: 100%;
    display: block;
    padding: 45px 20px;
    font-size: 14px;
    color: #002a5c;
}
.w970 footer,  .w768 footer,  .w600 footer {
    padding: 35px 0;
}
.footer-container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
}
.footer-holder {
    width: 100%;
    display: block;
    border-top: 1px solid #cdcfd7;
    border-bottom: 1px solid #cdcfd7;
    padding: 33px 25px 28px 25px;
}
.w970 .footer-holder,  .w768 .footer-holder,  .w600 .footer-holder {
    border: 0;
    padding: 0;
}
.footer-logo {
    width: 150px;
    display: inline-block;
}
.w970 .footer-logo,  .w768 .footer-logo,  .w600 .footer-logo {
    display: block;
    margin: 0 auto;
    padding: 0 0 30px 0;
}
.footer-logo img {
    width: 100%;
    display: block;
}
.footer-nav {
    width: calc(100% - 155px);
    width: -webkit-calc(100% - 155px);
    width: -moz-calc(100% - 155px);
    display: inline-block;
    vertical-align: top;
    padding: 15px 0 0 30px;
}
.w970 .footer-nav {
    width: 100%;
    display: block;
    border-top: 1px solid #cdcfd7;
    border-bottom: 1px solid #cdcfd7;
    padding: 20px;
}
.w768 .footer-nav,  .w600 .footer-nav {
    width: 100%;
    display: block;
    border-top: 1px solid #cdcfd7;
    border-bottom: 1px solid #cdcfd7;
    padding: 20px 0;
}
.footer-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
}
.w970 .footer-nav ul {
    justify-content: center;
}
.w768 .footer-nav ul,  .w600 .footer-nav ul {
    padding: 0 0 0 40px;
}
.footer-nav ul li {
    display: inline-block;
    padding: 0 18px;
}
.w1200 .footer-nav ul li {
    padding: 0 1.3vw;
}
.w768 .footer-nav ul li {
    width: 33.3%;
    padding: 10px;
}
.w600 .footer-nav ul li {
    width: 50%;
    padding: 10px;
}
.footer-nav ul li a {
    color: #002a5c;
    font: normal 14px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 14px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    padding: 0;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
}
.w768 .footer-nav ul li a,  .w600 .footer-nav ul li a {
    font-size: 18px;
    line-height: 18px;
}
.footer-nav ul li a:hover, .footer-nav ul li a.selected {
    color: #78acaf;
}
.copyright {
    float: left;
    width: calc(100%/2 - 4px);
    width: -webkit-calc(100%/2 - 4px);
    width: -moz-calc(100%/2 - 4px);
    vertical-align: middle;
    padding: 25px 0 0 0;
    text-align: right;
}
.footer-links {
    float: right;
    width: calc(100%/2 - 4px);
    width: -webkit-calc(100%/2 - 4px);
    width: -moz-calc(100%/2 - 4px);
    display: inline-block;
    vertical-align: middle;
    padding: 25px 0 0 25px;
    letter-spacing: 0.025em;
}
.w768 .copyright,  .w768 .footer-links,  .w600 .copyright,  .w600 .footer-links {
    float: none;
    width: 100%;
    display: block;
    text-align: center;
}
.w970 .footer-links,  .w970 .copyright {
    padding-top: 25px;
    padding-bottom: 25px;
}
.w768 .footer-links,  .w600 .footer-links {
    padding: 25px 0 0 0;
}
.w600 footer {
    font-size: 16px;
}
.w768 .copyright,  .w600 .copyright {
    padding: 15px 0 25px 0;
}
.footer-links a {
    color: #002a5c;
    padding: 0 9px;
    letter-spacing: 0.025em;
}
.footer-links a:hover {
    opacity: 0.7;
}
.footer-links a:after {
    display: none;
}
.social {
    position: absolute;
    top: 35px;
    right: 20px;
}
.w970 .social,  .w768 .social,  .w600 .social {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    text-align: center;
}
.ico-social {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #037ab9;
    position: relative;
    -webkit-transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 600ms cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 5px;
}
.ico-social:before {
    content: '';
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
}
.w768 .ico-social,  .w600 .ico-social {
    width: 44px;
    height: 44px;
}
.w768 .ico-social:before,  .w600 .ico-social:before {
    width: 44px;
    height: 44px;
    background-size: 100%;
}
.notouch .ico-social:hover {
    transform: scale(0.8);
}
.ico-in:before {
    background: url(../images/ico-in.svg) center center no-repeat;
}
/*Website style end*/





/* new hamburger menu */



header .hamb-holder {
    position: absolute;
    z-index: 99999;
    width: 46px;
    height: 46px;
    cursor: pointer;
    right: 20px;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    display: none;
}
.w970 header .hamb-holder,  .w768 header .hamb-holder,  .w600 header .hamb-holder {
    display: block;
}
.w970 header .hamb-holder,  .w970 header.header-collapse .hamb-holder {
    top: 17px;
}
.w768 header .hamb-holder,  .w768 header.header-collapse .hamb-holder {
    top: 11px;
}
.w600 header .hamb-holder,  .w600 header.header-collapse .hamb-holder {
    top: 4px;
}
header .hambIcon {
    position: absolute;
    width: 28px;
    cursor: pointer;
    height: 2px;
    background: #000000;
    z-index: 9999999;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
header .hambIcon:after, header .hambIcon:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #000000;
    position: absolute;
    right: 0;
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)
}
header .hambIcon:after {
    top: 10px
}
header .hambIcon:before {
    bottom: 10px;
}
.notouch header .hamb-holder:hover .hambIcon,  .notouch header .hamb-holder:hover .hambIcon:after,  .notouch header .hamb-holder:hover .hambIcon:before {
    background: #000000;
}
.sidr-open header .hamb-holder .hambIcon,  .sidr-open header .hamb-holder:hover .hambIcon {
    background: none;
}
.sidr-open header .hamb-holder .hambIcon:after {
    top: 50%;
    -webkit-transform: rotate(45deg) translate3d(0, -50%, 0);
    transform: rotate(45deg) translate3d(0, -50%, 0);
}
.sidr-open header .hamb-holder .hambIcon:before {
    bottom: 50%;
    -webkit-transform: rotate(-45deg) translate3d(0, 50%, 0);
    transform: rotate(-45deg) translate3d(0, 50%, 0);
}
header img.nav-logo {
    display: block;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.js-menuOpen header img.nav-logo {
    display: none;
}
header img.nav-logo-w {
    display: none;
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.js-menuOpen header img.nav-logo-w {
    display: block;
}
body.js-menuOpen {
    overflow: hidden;
}
header .global-nav {
    width: 75%;
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1001;
}
header.header-collapse .global-nav {
    top: 20px;
}
.w970 header .global-nav,  .w768 header .global-nav,  .w600 header .global-nav {
    background: rgba(255,255,255,1);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    z-index: -1;
    overflow-y: auto;
}
.w970 header .global-nav,  .w768 header .global-nav,  .w600 header .global-nav {
    display: none;
}
.w970 header .global-nav.showforced {
    display: block;
}
header .global-nav.js-open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
header .global-nav.js-open a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
header .global-nav__list {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
}
header .global-nav__list li {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0 0 16px;
    position: relative;
    opacity: 1;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.w970 header .global-nav__list li,  .w768 header .global-nav__list li,  .w600 header .global-nav__list li {
    display: block;
    overflow: hidden;
    transform: translateY(20px);
    -webkit-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 10s;
    -o-transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 10s;
    transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 10s;
    opacity: 0;
}
header .global-nav__list li:nth-of-type(1) {
    transition-delay: .2s;
}
header .global-nav__list li:nth-of-type(2) {
    transition-delay: .3s;
}
header .global-nav__list li:nth-of-type(3) {
    transition-delay: .4s;
}
header .global-nav__list li:nth-of-type(4) {
    transition-delay: .5s;
}
header .global-nav__list li:nth-of-type(5) {
    transition-delay: .6s;
}
header .global-nav__list li:nth-of-type(6) {
    transition-delay: .7s;
}
header .global-nav__list li:nth-of-type(7) {
    transition-delay: .8s;
}
header .global-nav.js-open .global-nav__list li {
    opacity: 1;
    transform: translateX(0px) translateY(-10px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
}
/*header .global-nav.js-closing .global-nav__list li{

	transition: none;

	-webkit-transition: none;

  -o-transition: none;

}*/

header .global-nav__list li:first-child {
    margin-top: 0
}
header .global-nav__list a {
    display: inline-block;
    color: #002a5c;
    font: normal 15px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: 0 10px;
    position: relative;
}
/*

header .global-nav__list li:nth-of-type(2),

header .global-nav__list li:nth-of-type(3),

.footer-nav ul li:nth-of-type(3),

.footer-nav ul li:nth-of-type(4),



.sidr ul li:nth-of-type(2),

.sidr ul li:nth-of-type(3){

	 pointer-events: none;

	 cursor: none;

	}

*/

	

header .global-nav__list a:after,  header .sidr-class-global-nav__list a:after {
    content: "";
    display: absolute;
    display: block;
    height: 2px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    background: #78acaf;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: translate(-10px, 18px);
    -moz-transform: translate(-10px, 18px);
    transform: translate(-10px, 18px);
}
header .global-nav__list a:hover:after,  header .global-nav__list a.selected:after,  header .sidr-class-global-nav__list a:hover:after,  header .sidr-class-global-nav__list a.selected:after {
    opacity: 1;
    -webkit-transform: translate(-10px, 7px);
    -moz-transform: translate(-10px, 7px);
    transform: translate(-10px, 7px);
}
.menu-link-div {
    transformn: translateX(0px) translateY(1px) translateZ(0px) scaleX(1) scaleY(1) scaleZ(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skewX(0deg) skewY(0deg);
    opacity: 1;
}

header .global-nav__list .dropdown{
    width:260px;
    position: absolute;
    top:60px;
    background:#f1f7f7;
    border-top:3px solid #78acaf;
    padding:20px 30px;
    -webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
    display:none;
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

header.header-collapse .global-nav__list .dropdown{
    top:52px;
    -webkit-transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 300ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

header .global-nav__list .dropdown a{
    display:block;
     color: #002a5c;
    font: normal 15px "RobotoMedium", Arial, Helvetica, sans-serif;
    line-height: 15px;
    letter-spacing: 0.04em;
    padding:10px 0;
      -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

header .global-nav__list .dropdown a:hover,
header .global-nav__list .dropdown a.selected{
    color:#78acaf;
}

header .global-nav__list .dropdown a:after{
    display:none;
}

.secondary-nav-holder {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    display: block;
    height: 49px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
    padding: 5px 0 0 0;
}
.w970 .secondary-nav-holder,  .w768 .secondary-nav-holder,  .w600 .secondary-nav-holder {
    display: none;
}
.nav-dropdown {
	opacity:0;
	display: none;
}
.secondary-nav-holder a {
    display: inline-block;
    color: #002a5c;
    font: normal 15px "RobotoLight", Arial, Helvetica, sans-serif;
    line-height: 15px;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    padding: 0 20px;
    position: relative;
}
.secondary-nav-holder a:hover,  .secondary-nav-holder a.selected {
    color: #78acaf;
}
.nav-holder {
    width: 100%;
    padding-top: 15px;
    background: rgba(255, 255, 255, 1);
    display: block;
    position: fixed;
    z-index: 500;
    border-bottom: 1px solid #cccccc;
}
.collapseHeader.nav-holder {
    border-top: 1px solid #eaeaea;
    padding-top: 7px;
}
.collapseHeader.nav-holder .secondary-nav-holder {
    height: 37px;
    padding: 0;
}
.nav-holder .secondary-nav-holder {
    border-bottom: none;
    height: 45px;
}
.nav-holder .progress-bar {
    display: none;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}
#slickprogress {
    display: none;
    width: 100%;
    height: 3px;
    background: #78acaf;
    position: absolute;
}
.w600 .nav-holder, .w768 .nav-holder {
    display: none !important;
}
/* arrows */

.arrow-holder {
    width: 50%;
    position: absolute;
    top: 46%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
}
.arrow-right,  .arrow-left {
    cursor: pointer;
    height: 50px;
    position: absolute;
    width: 50px;
}
.w768 .arrow-right,  .w768 .arrow-left {
    height: 40px;
    width: 40px;
}
.w600 .arrow-right,  .w600 .arrow-left {
    height: 30px;
    width: 30px;
}
.arrow-right:before,  .arrow-left:before {
    background-color: #ffffff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 1px;
    width: 2px;
}
.arrow-right:after,  .arrow-left:after {
    background-color: #ffffff;
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
    content: "";
    height: 2px;
    position: absolute;
    right: 1px;
    top: 0;
    width: 100%;
    z-index: -1;
}
.arrow-left {
    left: 13.6274px;
    transform: rotate(-135deg);
}
.arrow-right {
    right: 13.6274px;
    transform: rotate(45deg);
}
.notouch .arrow-left:hover::before,  .notouch .arrow-left:hover::after,  .notouch .arrow-right:hover::before,  .notouch .arrow-right:hover::after,  .notouch .arrow-left.hovered::before,  .notouch .arrow-left.hovered::after,  .notouch .arrow-right.hovered::before,  .notouch .arrow-right.hovered::after {
    background-color: #78acaf;
}
/* dots */

.slick-dots {
    bottom: -35px;
    margin: 0;
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    list-style: none;
    text-align: right;
}
.w768 .slick-dots {
    bottom: auto;
    top: 470px;
    display: none!important;
}
.w600 .slick-dots {
    bottom: auto;
    top: 310px;
    display: none!important;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 0 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #002b58;
    border: 0px solid #002b58;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.w600 .slick-dots li button {
    width: 10px;
    height: 10px;
    border: 0px solid #ffffff;
}
.slick-dots li button:hover,  .slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,  .slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 14px;
    height: 14px;
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    background: #cccccc;
}
.w600 .slick-dots li button:before {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 8px;
    height: 8px;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background: #002d56;
}

/* slick end */



@media print {
header {
    position: relative!important;
    z-index: -1!important;
}
header .hamb-holder,  .page-arrow,  .footer-links,  .social {
    display: none!important;
}
.header-container {
    padding: 20px 0!important;
    height: auto!important;
}
.page-title {
    font-size: 40px;
    line-height: 40px;
}
.container-bio {
    padding: 0!important;
}
.header-container,  .content-dualbg,  .wrapper-bio {
    background: #ffffff!important;
}
.page-space {
    padding-top: 0!important;
}
.content-pop {
    padding: 20px 0!important;
    background: none!important;
}
.bio-L {
    width: 100%;
    display: block;
}
.bio-L-holder {
    max-width: none!important;
}
.bio-L .bio-img {
    float: left;
    width: 30%;
}
.bio-L .bio-edu {
    float: left;
    width: 69%;
    padding: 0 0 0 25px;
}
.bio-R {
    width: 100%!important;
    display: block!important;
    padding: 0!important;
}
.places-L {
    width: 100%;
    display: block;
}
.show-m-places {
    display: block!important;
}
.places-title {
    width: 100%;
    display: block;
    padding: 30px 0;
    display: none;
}
.places-details {
    width: 100%;
    display: block;
    padding: 0
}
footer {
    padding: 0;
}
* {
    -webkit-print-color-adjust: exact!important;
 print-color-adjust:!important;
}
}
.videocontainer {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /* Center the video */

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    position: absolute;
}
/* mobile menu */

body.sidr-open-overflowhidden {
    overflow: hidden;
}
.sidr {
    display: block;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999;
    width: 260px;
    overflow-x: hidden;
    overflow-y: auto;
    font: normal 18px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    line-height: 18px;
    background: #f3f3f3;
    color: #333;
}
.w768 .sidr,  .w600 .sidr {
    font-size: 24px;
    line-height: 24px;
}
.sidr .sidr-inner {
    padding: 30px 0 0 0;
}
.sidr .sidr-inner > p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr.right {
    left: auto;
    right: -260px;
}
.sidr.left {
    left: -260px;
    right: auto;
}
.sidr p {
    font-size: 13px;
    margin: 0 0 12px;
}
.sidr p a {
    color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
    margin-left: 15px;
    margin-right: 15px;
}
.sidr ul {
    display: block;
    margin: 0 0 0 0;
    padding: 0;
}
.sidr ul li {
    display: block;
    margin: 0;
    padding: 0 0 30px 0;
    text-align: center;
}
.sidr ul li:hover,  .sidr ul li.active,  .sidr ul li.sidr-class-active {
    border-top: 0;
    padding: 0 0 15px 0;
}
.sidr ul li:hover > a,  .sidr ul li:hover > span, .sidr ul li.active > a,  .sidr ul li.active > span, .sidr ul li.sidr-class-active > a,  .sidr ul li.sidr-class-active > span {
    padding: 0 0 15px 0;
}
.notouch .sidr ul li a:after {
    content: "";
    display: absolute;
    display: block;
    height: 3px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    background: #78acaf;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -webkit-transform: translate(-10px, 15px);
    -moz-transform: translate(-10px, 15px);
    transform: translate(-10px, 15px);
}
.sidr ul li a:hover:after,  .sidr ul li a.sidr-class-selected:after {
    opacity: 1;
    -webkit-transform: translate(-10px, 8px);
    -moz-transform: translate(-10px, 8px);
    transform: translate(-10px, 8px);
}
.sidr ul li a,  .sidr ul li span {
    padding: 0 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #333;
}
.sidr ul li ul {
    border-bottom: 0;
    margin: 0;
}
.sidr ul li ul li {
    line-height: 40px;
    font-size: 13px;
}
.sidr ul li ul li:last-child {
    border-bottom: 0;
}
.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
    border-top: 0;
}
.sidr ul li ul li:hover > a,  .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a,  .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a,  .sidr ul li ul li.sidr-class-active > span {
}
.sidr ul li ul li a,  .sidr ul li ul li span {
    color: rgba(51, 51, 51, 0.8);
    padding-left: 30px;
}
.sidr form {
    margin: 0 15px;
}
.sidr label {
    font-size: 13px;
}
.sidr input[type="text"],  .sidr input[type="password"],  .sidr input[type="date"],  .sidr input[type="datetime"],  .sidr input[type="email"],  .sidr input[type="number"],  .sidr input[type="search"],  .sidr input[type="tel"],  .sidr input[type="time"],  .sidr input[type="url"],  .sidr textarea,  .sidr select {
    width: 100%;
    font-size: 13px;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 10px;
    border-radius: 2px;
    border: 0;
    background: rgba(0, 0, 0, 0.1);
    color: rgba(51, 51, 51, 0.6);
    display: block;
    clear: both;
}
.sidr input[type=checkbox] {
    width: auto;
    display: inline;
    clear: none;
}
.sidr input[type=button],  .sidr input[type=submit] {
    color: #f8f8f8;
    background: #333;
}
.sidr input[type=button]:hover,  .sidr input[type=submit]:hover {
    background: rgba(51, 51, 51, 0.9);
}
.sidr.fullwidth {
    width: 100%;
}
.sidr.left.fullwidth {
    left: -100%;
}
.sidr.right.fullwidth {
    right: -100%;
}
/* end mobile menu */



/* cycle progress bar */

#cycleprogress {
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 0px;
    background: #78acaf;
    z-index: 500;
}
.bgtransparent {
    background: transparent !important;
}
/* cycle progress bar end */





/* timeline */

.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
    list-style: none;
}
.cd-horizontal-timeline {
    opacity: 0;
    margin: 2em auto;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */

    content: 'mobile';
    display: none;
}
.cd-horizontal-timeline.loaded {
    /* show the timeline after events position has been set (using JavaScript) */

    opacity: 1;
}
.cd-horizontal-timeline .timeline {
    position: relative;
    height: 100px;
    width: 90%;
    max-width: 1140px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
    position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
    /* these are used to create a shadow effect at the sides of the timeline */

    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
/*.cd-horizontal-timeline .events-wrapper::before {

  left: 0;

  background-image: -webkit-linear-gradient( left , #f8f8f8, rgba(248, 248, 248, 0));

  background-image: linear-gradient(to right, #f8f8f8, rgba(248, 248, 248, 0));

}

.cd-horizontal-timeline .events-wrapper::after {

  right: 0;

  background-image: -webkit-linear-gradient( right , #f8f8f8, rgba(248, 248, 248, 0));

  background-image: linear-gradient(to left, #f8f8f8, rgba(248, 248, 248, 0));

}*/

.cd-horizontal-timeline .events {
    /* this is the grey line/timeline */

    position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 4px;
    /* width will be set using JavaScript */

    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
    /* this is used to create the green line filling the timeline */

    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #d4d6d7;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font: normal 14px "RobotoLight", Arial, Helvetica, sans-serif;
    padding-bottom: 15px;
    color: #78acaf;
    /* fix bug on Safari - text flickering while timeline translates */

    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
    /* this is used to create the event spot */

    content: '';
    position: absolute;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -9px;
    height: 21px;
    width: 21px;
    border-radius: 50%;
    border: 2px solid #78acaf;
    background-color: #78acaf;
    -webkit-transition: background-color 0.3s, border-color 0.3s;
    -moz-transition: background-color 0.3s, border-color 0.3s;
    transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
    background-color: #002a5c;
    border-color: #002a5c;
}
.cd-horizontal-timeline .events a.selected {
    color: #002a5c;
    pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
    background-color: #002a5c !important;
    border-color: #002a5c !important;
}
.cd-horizontal-timeline .events a.older-event::after {
    border-color: #78acaf;
    background-color: #78acaf;
}

@media only screen and (min-width: 1100px) {
.cd-horizontal-timeline {
    margin: 0 auto;
}
.cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */

    content: 'desktop';
}
}
.cd-timeline-navigation a {
    /* these are the left/right arrows to navigate the timeline */

    position: absolute;
    z-index: 1;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 34px;
    width: 34px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    /* replace text with an icon */

    overflow: hidden;
    color: transparent;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
    /* arrow icon */

    content: '';
    position: absolute;
    height: 16px;
    width: 16px;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/cd-arrow.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
    left: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
    right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
    border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
    cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
    background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
    border-color: #dfdfdf;
}
.cd-horizontal-timeline .events-content {
    position: relative;
    width: 100%;
    margin: 2em 0;
    overflow: hidden;
    -webkit-transition: height 0.4s;
    -moz-transition: height 0.4s;
    transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    padding: 0 5%;
    opacity: 0;
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
    /* visible event content */

    position: relative;
    z-index: 2;
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
    -webkit-animation-name: cd-enter-right;
    -moz-animation-name: cd-enter-right;
    animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-name: cd-enter-left;
    -moz-animation-name: cd-enter-left;
    animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
    -webkit-animation-direction: reverse;
    -moz-animation-direction: reverse;
    animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
    max-width: 800px;
    margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
    font-weight: bold;
    font-size: 2.6rem;
    font-family: "Playfair Display", serif;
    font-weight: 700;
    line-height: 1.2;
}
.cd-horizontal-timeline .events-content em {
    display: block;
    font-style: italic;
    margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
    content: '- ';
}
.cd-horizontal-timeline .events-content p {
    font-size: 1.4rem;
    color: #959595;
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
    line-height: 1.6;
}

@media only screen and (min-width: 768px) {
.cd-horizontal-timeline .events-content h2 {
    font-size: 7rem;
}
.cd-horizontal-timeline .events-content em {
    font-size: 2rem;
}
.cd-horizontal-timeline .events-content p {
    font-size: 1.8rem;
}
}
 @-webkit-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
 @-moz-keyframes cd-enter-right {
 0% {
 opacity: 0;
 -moz-transform: translateX(100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
 @keyframes cd-enter-right {
 0% {
 opacity: 0;
 -webkit-transform: translateX(100%);
 -moz-transform: translateX(100%);
 -ms-transform: translateX(100%);
 -o-transform: translateX(100%);
 transform: translateX(100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
 @-webkit-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
}
}
 @-moz-keyframes cd-enter-left {
 0% {
 opacity: 0;
 -moz-transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -moz-transform: translateX(0%);
}
}
 @keyframes cd-enter-left {
 0% {
 opacity: 0;
 -webkit-transform: translateX(-100%);
 -moz-transform: translateX(-100%);
 -ms-transform: translateX(-100%);
 -o-transform: translateX(-100%);
 transform: translateX(-100%);
}
 100% {
 opacity: 1;
 -webkit-transform: translateX(0%);
 -moz-transform: translateX(0%);
 -ms-transform: translateX(0%);
 -o-transform: translateX(0%);
 transform: translateX(0%);
}
}
/* timeline end */

/* slick */

/* Slider */

.sliderarrows {
    left: 0;
    width: calc(100vw - var(--scrollbar-width));
    height: 50%;
    position: absolute;
}
.sliderpro {
    position: relative;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    /* overflow: hidden;*//*Remove for timeline*/

    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,  .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
 @charset 'UTF-8';
/* Slider */

.slick-loading .slick-list {
    /*background: #fff url('./ajax-loader.gif') center center no-repeat;*/

    background-color: #fff;
}
/* Icons */

@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */

.slick-prev,  .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 49.9%;
    display: block;
    width: 80px;
    height: 80px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 1000;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,  .slick-prev:focus,  .slick-next:hover,  .slick-next:focus {
    color: transparent;
    outline: none;/*    background: transparent;*/

}
.slick-prev:hover:before,  .slick-prev:focus:before,  .slick-next:hover:before,  .slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,  .slick-next.slick-disabled:before {
    opacity: 1;
}
.slick-prev:before,  .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 20;
    opacity: 1;
    color: white;
    width: 80px;
    height: 80px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 0;
    width: 10%;
    height: 100%;
    background: rgba(234, 236, 237, 0.8);
}
[dir='rtl'] .slick-prev {
    right: 0;
    left: auto;
}
.slick-prev:before {
    content: '';
    background: url(../images/timeline-arrow-L.svg) no-repeat center 0;
}
[dir='rtl'] .slick-prev:before {
    content: '';
    background: url(../images/timeline-arrow-R.svg) no-repeat center 0;
}
.slick-next {
    right: 0;
    height: 100%;
    width: 10%;
    background: rgba(234, 236, 237, 0.8);
}
[dir='rtl'] .slick-next {
    right: auto;
    left: 0;
}
.slick-next:before {
    content: '';
    background: url(../images/timeline-arrow-R.svg) no-repeat center 0;
    float: right;
    margin-right: 15px;
}
[dir='rtl'] .slick-next:before {
    content: '';
    background: url(../images/timeline-arrow-L.svg) no-repeat center 0;
}
/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.variable-width .slick-slide p {
    background: #fff;
    height: 100px;
    color: #3498db;
    margin: 5px;
    line-height: 100px;
}
/*.button {

  background: #3498db;

  color: #fff;

  display: block;

  font-size: 16px;

  margin: 20px auto;

  padding: 20px;

  text-align: center;

  text-decoration: none;

  width: 48%;

}

.buttons {

  padding: 0 20px 20px;

  margin-bottom: 10px;

}

.buttons .button {

  background: #fff;

  color: #3498db;

  float: left;

  margin: 5px;

}*/

/*

.center {

	width:100vw;

	left:-50%;

}

.w600 .center,

.w768 .center,

.w970 .center,

.w1200 .center,

.w1440 .center {

	overflow:hidden;

	left:0;

	padding:0 0 10px 0;

}*/

.center {
    overflow: hidden;
}
.center .slick-center h3 {
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    color: #e67e22;
    opacity: 1;
    transform: scale(1.08);
}
.center h3 {
    opacity: 0.8;
    transition: all 300ms ease;
}
.content {
    margin: auto;
    padding: 20px;
    width: 600px;
}
.content:after,  .buttons::after {
    clear: both;
    content: '';
    display: table;
}
/* slick end */



/*

.slider-nav {

 left:0;

 top:0;

 width:400px;

 height:100%;

 position:relative;

 text-align:center

}

.slider-nav.disable .slider-nav-item {

 opacity:.4;

 pointer-events:none

}

.slider-nav:before {

 content:"";

 display:block;

 background-color:#ffffff;

 position:absolute;

 width:100vw;

 right:0;

 height:100%

}

.slider-nav-container {

 max-width:160px;

 padding-left:80px;

 height:100%

}

.slider-nav-buttons {

 position:relative;

 padding-top:145px

}

*/



.slider-nav-item {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    position: relative;
    /*margin-bottom:16px;*/

    -webkit-transition: opacity .8s cubic-bezier(.165, .84, .44, 1);
    transition: opacity .8s cubic-bezier(.165, .84, .44, 1);
    cursor: pointer;
}
.w600 .slider-nav-item {
    width: 50px;
    height: 50px;
}
.slider-nav-item:after,  .slider-nav-item:before {
    content: "";
    display: block;
    border: 3px solid rgba(255,255,255,0.6);
    border-radius: 100%;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    top: 0;
    background: rgba(0,42,92,0.2);
}
.w600 .slider-nav-item:after,  .w600 .slider-nav-item:before {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
}
.slider-nav-item:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 80ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 80ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, transform .5s cubic-bezier(.455, .03, .515, .955) 80ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 80ms, transform .5s cubic-bezier(.455, .03, .515, .955) 80ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 80ms
}
.slider-nav-item:after {
    border-color: rgba(0,42,92,1);
    background: rgba(0,42,92,1);
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94)
}
.w600 .slider-nav-item:after {
    border-color: rgba(0,42,92,1);
}
.slider-nav-item-icon-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden
}
.slider-nav-item .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    fill: #fff;
    -webkit-transition: -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1);
    transition: transform .8s cubic-bezier(.165, .84, .44, 1), -webkit-transform .8s cubic-bezier(.165, .84, .44, 1);
}
.w600 .slider-nav-item .icon {
    margin-top: -16px;
    margin-left: -16px;
}
.slider-nav-item .icon-R,  .slider-nav-item .icon-L {
    background: url(../images/c-arrow-R.svg) center center no-repeat;
    background-size: 24px;
}
.w600 .slider-nav-item .icon-R,  .w600 .slider-nav-item .icon-L {
    background-size: 20px;
}
.slider-nav-item-icon-1,  .slider-nav-item-icon-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) 0s;
    transition: transform 0s cubic-bezier(.77, 0, .175, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform 0s cubic-bezier(.77, 0, .175, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.77, 0, .175, 1) 0s
}
.slider-nav-item-icon-2 {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
    -webkit-transition: opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform 0s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s;
    transition: transform 0s cubic-bezier(.165, .84, .44, 1) 0s, opacity 0s cubic-bezier(.165, .84, .44, 1) 0s, -webkit-transform 0s cubic-bezier(.165, .84, .44, 1) 0s
}
.slider-nav-item-prev .icon {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}
.slider-nav-item-prev .slider-nav-item-icon-2 {
    -webkit-transform: translateX(80px);
    transform: translateX(80px)
}
.slider-nav-item:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 50ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 50ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, transform .5s cubic-bezier(.455, .03, .515, .955) 50ms;
    transition: opacity .4s cubic-bezier(.77, 0, .175, 1) 50ms, transform .5s cubic-bezier(.455, .03, .515, .955) 50ms, -webkit-transform .5s cubic-bezier(.455, .03, .515, .955) 50ms
}
.slider-nav-item:hover:before {
    opacity: 0;
    -webkit-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94);
    transition: opacity .4s cubic-bezier(.165, .84, .44, 1), transform .5s cubic-bezier(.25, .46, .45, .94), -webkit-transform .5s cubic-bezier(.25, .46, .45, .94)
}
.slider-nav-item:hover .slider-nav-item-icon-1 {
    opacity: 0;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1)
}
.slider-nav-item:hover .slider-nav-item-icon-2 {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1), opacity .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1)
}
.slider-nav-item-prev:hover .slider-nav-item-icon-1 {
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px)
}
.slider-nav-item-next {
    right: 25px;
    position: absolute;
    top: 0;
}
.w600 .slider-nav-item-next {
    right: 15px;
}
.slider-nav-item-prev {
    left: 25px;
    position: absolute;
    top: 0;
}
/*arrow for case study*/



.w1200 .casestudy-holder .slider-nav-item-next {
    right: 50px;
}
.w970 .casestudy-holder .slider-nav-item-next,  .w768 .casestudy-holder .slider-nav-item-next {
    right: 40px;
}
.w1200 .casestudy-holder .slider-nav-item-prev {
    left: 50px;
}
.w970 .casestudy-holder .slider-nav-item-prev,  .w768 .casestudy-holder .slider-nav-item-prev {
    left: 40px;
}
/* arrow align+bg for timeline */

.cd-horizontal-timeline .slider-nav-item {
    height: 100%;
    background: rgba(234, 236, 237, 0.8);
    z-index: 100;
    width: 100px;
    margin: 0;
}
.cd-horizontal-timeline .slider-nav-item-prev {
    left: 0;
}
.cd-horizontal-timeline .slider-nav-item-next {
    right: 0;
}
.cd-horizontal-timeline .slider-nav-item:after,  .cd-horizontal-timeline .slider-nav-item:before,  .cd-horizontal-timeline .slider-nav-item-icon-container {
    top: 50%;
    margin-top: -50%;
    left: auto;
    right: auto;
 margin-left:
}
.cd-horizontal-timeline .slider-nav-item-prev:after,  .cd-horizontal-timeline .slider-nav-item-prev:before,  .cd-horizontal-timeline .slider-nav-item-prev .slider-nav-item-icon-container {
    left: 20px;
}
.cd-horizontal-timeline .slider-nav-item-icon-container .slider-nav-item-icon-1,  .cd-horizontal-timeline .slider-nav-item-icon-container .slider-nav-item-icon-2 {
/*top:4px;*/

}
.cd-horizontal-timeline .slider-nav-item-next .slider-nav-item-icon-1,  .cd-horizontal-timeline .slider-nav-item-next .slider-nav-item-icon-2 {
/*left:5px;*/

}
.cd-horizontal-timeline .slider-nav-item-next:after,  .cd-horizontal-timeline .slider-nav-item-next:before,  .cd-horizontal-timeline .slider-nav-item-next .slider-nav-item-icon-container {
    right: 20px; /* scrollbar width = 17px */
}
.cd-horizontal-timeline .slider-nav-item:after,  .cd-horizontal-timeline .slider-nav-item:before {
    border: 3px solid rgba(255,255,255,0.6);
    background: rgba(120,172,175,1);
}
.cd-horizontal-timeline .slider-nav-item:hover:after {
    border-color: rgba(0,42,92,1);
    background: rgba(0,42,92,1);
}
.culture-carousel .slider-nav-item-next {
    right: 0;
}
.culture-carousel .slider-nav-item.disabled {
    opacity: 0.5;
}
.w600 .culture-carousel .slider-nav-item-next {
    right: 10px;
}
.culture-carousel .slider-nav-item-prev {
    left: 0;
}
.w600 .culture-carousel .slider-nav-item-prev {
    left: 10px;
}
#arrowholderaligntocarouselimg .slider-nav-item-prev:after,  #arrowholderaligntocarouselimg .slider-nav-item-prev:before,  #arrowholderaligntocarouselimg .slider-nav-item-prev .slider-nav-item-icon-container {
    margin-left: calc(-100% - 8px);
}
#arrowholderaligntocarouselimg .slider-nav-item-next:after,  #arrowholderaligntocarouselimg .slider-nav-item-next:before,  #arrowholderaligntocarouselimg .slider-nav-item-next .slider-nav-item-icon-container {
    margin-left: calc(100% + 8px);
}
.w970 #arrowholderaligntocarouselimg .slider-nav-item-prev:after,  .w970 #arrowholderaligntocarouselimg .slider-nav-item-prev:before,  .w970 #arrowholderaligntocarouselimg .slider-nav-item-prev .slider-nav-item-icon-container,  .w768 #arrowholderaligntocarouselimg .slider-nav-item-prev:after,  .w768 #arrowholderaligntocarouselimg .slider-nav-item-prev:before,  .w768 #arrowholderaligntocarouselimg .slider-nav-item-prev .slider-nav-item-icon-container,  .w600 #arrowholderaligntocarouselimg .slider-nav-item-prev:after,  .w600 #arrowholderaligntocarouselimg .slider-nav-item-prev:before,  .w600 #arrowholderaligntocarouselimg .slider-nav-item-prev .slider-nav-item-icon-container {
    margin-left: 5px;
}
.w970 #arrowholderaligntocarouselimg .slider-nav-item-next:after,  .w970 #arrowholderaligntocarouselimg .slider-nav-item-next:before,  .w970 #arrowholderaligntocarouselimg .slider-nav-item-next .slider-nav-item-icon-container,  .w768 #arrowholderaligntocarouselimg .slider-nav-item-next:after,  .w768 #arrowholderaligntocarouselimg .slider-nav-item-next:before,  .w768 #arrowholderaligntocarouselimg .slider-nav-item-next .slider-nav-item-icon-container,  .w600 #arrowholderaligntocarouselimg .slider-nav-item-next:after,  .w600 #arrowholderaligntocarouselimg .slider-nav-item-next:before,  .w600 #arrowholderaligntocarouselimg .slider-nav-item-next .slider-nav-item-icon-container {
    margin-left: -5px;
}
#arrowholderaligntocarouselimg .slider-nav-item:after,  #arrowholderaligntocarouselimg .slider-nav-item:before {
    border: 3px solid rgba(255,255,255,0.6);
    background: rgba(120,172,175,1);
}
#arrowholderaligntocarouselimg .slider-nav-item:hover:after {
    border-color: rgba(0,42,92,1);
    background: rgba(0,42,92,1);
}

/*Impact page - Sep*/

.impact-sep-promo{
    width:100%;
    display:flex;
    justify-content: flex-end;
    padding-top:30px;
    position: relative;
}

.w768 .impact-sep-promo{
    max-width:480px;
    margin:0 auto;
}

.w600 .impact-sep-promo{
    max-width:400px;
    margin:0 auto;
    paddding-bottom:50px;
}

.impact-sep-promo img{
    width:100%;
    max-width:393px;
    display:block;
    position: relative;
    z-index: 10;
}

.impact-sep-circle{
    width:270px;
    height:270px;
    background: #d1e3e4;
    position: absolute;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    z-index: 5;
    top:115px;
   left:20px;
}

.w1200 .impact-sep-circle{
    left:0;
}

.w970 .impact-sep-circle{
    left:0;
    top:150px;
}


.w600 .impact-sep-circle{
    /*left:0;
    top:auto;
    bottom:-20px;
    width:200px;
    height:200px;*/
    display:none;
}

.impact-sep{
    width:240px;
    height:240px;
    position: absolute;
     top:125px;
    left:40px;
    z-index: 15;
    -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
    display:flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background:#78acaf;
    color:#ffffff;
    font-size:16px;
    -webkit-transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: all 300ms cubic-bezier(0.39, 0.575, 0.565, 1); 
    padding:0 10px;
}

.w1200 .impact-sep{
   left:20px; 
}

.w970 .impact-sep{
   left:20px; 
    top:170px;
}

.w600 .impact-sep{
   left:10px; 
    top:auto;
    bottom:-10px;
    /*width:180px;
    height:180px;*/
}


.notouch .impact-sep:hover{
    background:#002a5c;
    color:#ffffff;
}

.impact-sep .title{
    font:normal 23px "PlayfairDisplayBold", Times, Times New Roman, serif;
    padding-bottom:5px;
}

.impact-sep a{
    color:#ffffff;
}

/*--------------------*/

@media print {
header {
    position: relative!important;
    z-index: -1!important;
}
.page-arrow,  .global-nav,  .nav-holder,  .banner,  footer {
    display: none!important;
}
.header-container {
    padding: 20px 0!important;
    height: auto!important;
}
.sec-inner {
    padding-top: 100px;
    height: auto;
    border-bottom: 1px solid #DBDBDB
}
.banner-content {
    position: relative;
    display: block;
}
.banner-content h1 {
    color: #000000;
}
.page-box-inner {
    margin: 0;
}
.page-title {
    font-size: 40px;
    line-height: 40px;
}
.container-1400 {
    padding: 0!important;
}
.header-container,  .content-dualbg,  .wrapper-bio {
    background: #ffffff!important;
}
.page-space {
    padding-top: 0!important;
}
.content-pop {
    padding: 20px 0!important;
    background: none!important;
}
.bio-L {
    width: 100%;
    display: block;
}
.bio-L-holder {
    max-width: none!important;
}
.bio-L .bio-img {
    float: left;
    width: 30%;
}
.bio-L .bio-edu {
    float: left;
    width: 69%;
    padding: 0 0 0 25px;
}
.bio-R {
    width: 100%!important;
    display: block!important;
    padding: 0!important;
}
.quote-content {
    width: 100%;
    display: block;
}
.vision-box,  .vision-box .content {
    width: 100%!important;
    display: block!important;
}
footer {
    padding: 0;
}
* {
    -webkit-print-color-adjust: exact!important;
 print-color-adjust:exact!important;
}
}

/**/
.container-esg-report{
    padding:0 20px 50px 20px;
    display:flex;
    flex-flow:row wrap;
}

.container-esg-report h2{
   padding-bottom:5px;
}

.esg-report-thankyou h2{
    width:90%;
}
.w768 .esg-report-thankyou h2,
.w600 .esg-report-thankyou h2{
    width:100%;
}

.container-esg-report p{
    padding:0 0 30px 0;
    margin:0;
}

.esg-report-L{
    width:39%;
    display:inline-block;
    padding-right:20px;
}

.esg-report-img{
    width:100%;
    display: block;
    max-width:430px;
}

.esg-report-img img{
    width:100%;
    display: block;
}

.esg-report-R{
    width:61%;
    display:inline-flex;
    flex-flow: column wrap;
    align-items: flex-start;
    justify-content: center;
    padding-left:50px;
}
.w970 .esg-report-R{
    padding-left:33px;
}

.w768 .esg-report-L,
.w768 .esg-report-R,
.w600 .esg-report-L,
.w600 .esg-report-R{
    width:100%;
    padding:0;
}
.w768 .esg-report-R,
.w600 .esg-report-R{
    padding-top:20px;
}

.esg-report-R form{
    width:100%;
}

.form-grid{
     display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-column-gap:15px;
  grid-row-gap:15px;
}

.w600 .form-grid{
   grid-template-columns:repeat(1,1fr); 
}

.esg-form-row{
	width: 100%;
	display:block;
	}

.esg-form-row-full {
  grid-column-start:span 2;
}

.esg-form-row-full .button-round:first-of-type{
    margin-left:0;
}

.w600 .esg-report-thankyou .esg-form-row-full .button-round{
    width:100%;
    max-width:300px;
    display:block;
    margin-left:0;
}

.w600 .esg-form-row-full .button-round:first-of-type{
    margin-bottom:10px;
}

.esg-text-input{
	width:100%;
	color:#666666!important;
	border:1px solid #c5c6c7;
	background:#ffffff;
	padding:11px 15px;
	display:inline-block;
	vertical-align:middle;
	font: normal 16px "RobotoLight", Arial, Helvetica, sans-serif;
	opacity: 1;
	border-radius:8px;
	}

	
input[type="text"],
input[type="password"]  {
    -webkit-appearance:none;  /* Remove default shadow */
	opacity: 1;
}

.text-input:focus {
    background-color: #f5f5f5;
  
}

.esg-form-row .button-round-blue2{
    margin:0;
    width:auto;
    padding-left:30px;
    padding-right:30px;
}
.grecaptcha-badge {
	display:none;
}

/**/
.custom-radio {
  display: none;
    
}
.custom-radio + label {
  font-weight: normal;
  cursor: pointer;
    color:#00060e!important;
	border:1px solid #c5c6c7;
	background:#ffffff;
	padding:11px 15px;
	display:inline-block;
	vertical-align:middle;
	font: normal 16px "RobotoLight", Arial, Helvetica, sans-serif;
	opacity: 1;
	border-radius:8px;
    width:100%;
}
.custom-radio + label span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 19px;
  height: 19px;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  border: 2px solid #dedede;
}
.custom-radio + label span::before {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  width: 9px;
  height: 9px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #d9d9d9;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.custom-radio:checked + label{
    border-color: #78acaf;
}

.custom-radio:checked + label span::before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
   background-color: #78acaf;
}
.custom-radio:disabled + label {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
.custom-radio:disabled + label, .custom-radio:disabled + label span {
  cursor: default;
}

/*strategy-pad*/
.strategy-pad{
    padding-left:80px;
    padding-top:30px;
}

.w970 .strategy-pad,
.w768 .strategy-pad,
.w600 .strategy-pad{
    padding-left:0;
    padding-top:15px;
}

.strategy-hero{
    padding-bottom:60px;
}

.w768 .strategy-hero{
    padding-bottom:40px;
}

.w600 .strategy-hero{
    padding-bottom:30px;
}

.strategy-hero-img{
    display:inline-block;
    width:calc(50% - 40px);
    padding-right:25px;
}

.w768 .strategy-hero-img{
    width:100%;
    padding-right:0
}


.w600 .strategy-hero-img{
    width:100%;
    padding-right:0
}

.strategy-hero-img img{
    width:100%;
    display: block;
}


.strategy-hero-text{
    display:inline-block;
     width:calc(50% + 40px);
    line-height: 30px;
    padding:0 0 0 25px;
}
.w768 .strategy-hero-text,
.w600 .strategy-hero-text{
    width:100%;
    padding-left:0;
    padding-top:15px;
}

.strategy-hero-text h2{
    font-size:28px;
    letter-spacing: 0.025em;
    line-height: 40px;
}

.strategy-para-L{
    display:inline-block;
    width:calc(50% - 40px);
    padding-right:25px; 
}
.w768 .strategy-para-L,
.w600 .strategy-para-L{
    padding-right:0; 
}
.w768 .strategy-para-L,
.w768 .strategy-para-R,
.w600 .strategy-para-L,
.w600 .strategy-para-R{
    width:100%;
    display: block;
}

.strategy-para-R{
	position:relative;
    display:inline-block;
      width:calc(50% + 40px);
     padding:0 0 0 25px;
}
.w768 .strategy-para-R,
.w600 .strategy-para-R{
    padding-left:0;
}

.strategy-para-list{
    width: 100%;
    display:block;
    border-bottom:1px solid #eaeced;
    padding:25px 0;
}

.strategy-para-list:first-of-type{
   border-top:1px solid #eaeced;  
}

.strategy-para-list h5{
    font: normal 20px "PlayfairDisplayRegular", Times, Times New Roman, serif;
    color: #050d37;
    letter-spacing: 0.02em;
}

.strategy-para-list ul{
    padding:10px 0 0 0;
    margin:0 0 0 20px;
}

.strategy-para-list ul li{
    padding:5px 0;
}

.strategy-para-list p{
    margin:0;
    padding:10px 0 0 0;
}


.strategy-carousel{
    width:100%;
    display: block;
}

.sc-img{
    width:100%;
    height:340px;
    display: block;
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
}

.w768 .sc-img{
    height:480px;
}

.w600 .sc-img{
    height:280px;
}

.sc-content{
    width:100%;
    display: flex;
    flex-flow:row wrap;
    justify-content: space-between;
    padding-top:15px;
}

.sc-caption{
    width:calc(100% - 80px);
    display:inline-block;
    padding-right:20px;
}

.w600 .sc-caption{
    padding:0;
}

.sc-ctrl{
    width:65px;
    display:block;
    top: 355px;
    right:0;
    position:absolute;
    background:#ffffff;
}

.w768 .sc-ctrl{
     top: 495px;
}

.w600 .sc-ctrl{
     top: 295px;
}

.sc-arrow{
    width:20px;
    height:22px;
    display:inline-block;
    margin:0 5px;
     -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.sc-arrow.disabled {
	opacity: 0.5;
	pointer-events: none;
}

.sc-arrow-R {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 22' style='enable-background:new 0 0 20 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23356EAB;} %3C/style%3E%3Cpath class='st0' d='M15.9,11c0-0.2-0.1-0.3-0.2-0.5L5.4,0.2c-0.3-0.3-0.7-0.3-1,0s-0.3,0.7,0,1l9.8,9.8l-9.8,9.8 c-0.3,0.3-0.3,0.7,0,1s0.7,0.3,1,0l10.3-10.3C15.9,11.3,15.9,11.2,15.9,11z'/%3E%3C/svg%3E");
}

.sc-arrow-R:hover{
   background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 22' style='enable-background:new 0 0 20 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%2378acaf;} %3C/style%3E%3Cpath class='st0' d='M15.9,11c0-0.2-0.1-0.3-0.2-0.5L5.4,0.2c-0.3-0.3-0.7-0.3-1,0s-0.3,0.7,0,1l9.8,9.8l-9.8,9.8 c-0.3,0.3-0.3,0.7,0,1s0.7,0.3,1,0l10.3-10.3C15.9,11.3,15.9,11.2,15.9,11z'/%3E%3C/svg%3E"); 
}

.sc-arrow-L {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 22' style='enable-background:new 0 0 20 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23356EAB;} %3C/style%3E%3Cpath class='st0' d='M4.1,11c0,0.2,0.1,0.3,0.2,0.5l10.3,10.3c0.3,0.3,0.7,0.3,1,0s0.3-0.7,0-1L5.8,11l9.8-9.8c0.3-0.3,0.3-0.7,0-1 s-0.7-0.3-1,0L4.3,10.5C4.1,10.7,4.1,10.8,4.1,11z'/%3E%3C/svg%3E");
}

.sc-arrow-L:hover{
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 22' style='enable-background:new 0 0 20 22;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%2378acaf;} %3C/style%3E%3Cpath class='st0' d='M4.1,11c0,0.2,0.1,0.3,0.2,0.5l10.3,10.3c0.3,0.3,0.7,0.3,1,0s0.3-0.7,0-1L5.8,11l9.8-9.8c0.3-0.3,0.3-0.7,0-1 s-0.7-0.3-1,0L4.3,10.5C4.1,10.7,4.1,10.8,4.1,11z'/%3E%3C/svg%3E");
}

.sc-flex-end{
    display:inline-flex;
    justify-content: flex-end;
}

.sc-flex-start{
    display:inline-flex;
    justify-content: flex-start;
}

.sc-flex-center{
    align-items: center;
}
.w768 .sc-flex-col-reverse,
.w600 .sc-flex-col-reverse{
    flex-flow:column-reverse wrap;
    -webkit-flex-flow: column-reverse wrap;
    -ms-flex-flow: column-reverse wrap;
}
.w768 .sc-flex-col-reverse .strategy-para-L,
.w600 .sc-flex-col-reverse .strategy-para-L{
   margin-top:30px;
}

.w768 .sc-flex-pad .strategy-para-R,
.w600 .sc-flex-pad .strategy-para-R{
   margin-top:30px;
}

.strategy-gallery{
    width:100%;
    max-width:360px;
    display:block;
}

.w600 .strategy-gallery{
    max-width:none;
}


.sc-gallery-img{
   width:100%;
    display:block;  
   margin-bottom:10px;
}

.sc-gallery-img img{
  width:100%;
    display:block;  
}

.sc-gallery-img:last-of-type{
    margin-bottom:0;
}

.w768 .sc-gallery-healthcare,
.w768 .sc-gallery-credit{
    max-width:none;
}

.w768 .sc-gallery-healthcare .sc-gallery-img{
    width:calc(100%/2 - 10px);
    margin:0 10px 10px 0;
    display:inline-block;
}

.w768 .sc-gallery-healthcare .sc-gallery-img:first-of-type{
    width:100%;
    margin-right:0;
    display: block;
}

.w768 .sc-gallery-healthcare .sc-gallery-img:last-of-type,
.w768 .sc-gallery-credit  .sc-gallery-img:last-of-type{
    margin-right:0;
}

.w768 .sc-gallery-credit  .sc-gallery-img{
   width:calc(100%/2 - 10px);
    margin:0 10px 10px 0;
    display:inline-block; 
}

.sidr-class-dropdown{
    font-size: 18px;
  line-height: 18px;
    padding:15px 0 5px 0!important;
}

.sidr-class-dropdown a{
    display:block;
    width:100%;
    padding:10px 15px!important;
}

.sidr-class-dropdown a:after{
    display:none!important;
}