/****  ALL PAGES  ************************************/

/**** General  ************/

html, body {
    width: 100%;
    overflow-x: hidden; 
}

body {
    padding-top: 70px;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 30px;
    color: #374854;
}

li {
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    font-weight: 300;
    line-height: 30px;
}

a {
    color: white;
    text-decoration: none;
}

/**** Colour ************/

.purple {
    background-color: #7f00ff;
}

.grey {
    background-color: #374854;
}

.lightGrey {
    background-color: #ebebeb;    
}

.green {
    background-color: #16d38a;
}

.blue {
    background-color: #3a99d9;
}

.orange {
    background-color: #f17e31;
}

.magenta {
    background-color: #d91b54;
}

.white {
    background-color: #ffffff;
}


/**** Type  ************/

h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 4em;
    color: white;
}

h2 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 2.6em;
    color: #374854;
    line-height: 50px;
}

h3 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 2em;
    color: #374854;
}


/**** Button  ************/

.button {
    display: block;
    border-radius: 50px;
    width: 200px;
    margin-top: 40px;
    text-align: center;
    height: 60px;
}

.button p {
    padding: 15px 0;
    color: white;
    font-size: 1.2em;
    font-weight: 300;
}


/**** Header bar  ************/

.mainContainer {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 50px;
}

header {
    background-color: white;
    height: 70px;
    position: fixed;
    top: 0;
    transition: top 0.4s ease-in-out;
    width: 100%;
    padding: 6px 0;
    z-index: 9999;
}

.nav-up {
    top: -82px;
}

#pabloLogo_header {
    width: 100px;
    padding: 10px 0px;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#pabloLogo_header:hover {
    -webkit-transform: scale(1.15); 
    -ms-transform: scale(1.15); 
    -moz-transform: scale(1.15);
    transform: scale(1.15); 
}

.languageSelection {
    display: inline-block;
    text-decoration: none;
    float: right;
    margin-top: 21px;
    margin-right: 20px;
}

.languageSelection p {
    color: #7f00ff;
    display: inline;
    margin: 0 20px;
    font-family: 'Lato', sans-serif;
    font-size: 1.2em;
    font-weight: bold;
} 

.languageSelection:hover p {
    color: #16d38a;
} 

.languageSelection {
    color: #16d38a;
}

#languageSelection:hover {
    color: #7f00ff;
    cursor: pointer;
}

.languageSelectionMenu {
    clear: both;
    margin-top: 0px;
    margin-right: 50px;
    float: right;
}

.languageSelectionMenu ul {
    width: 160px;
    height: 132px;
    background-color: #374854;
    margin: 6px 28px;
    border-radius: 0px 0px 0px 30px;
    display: none;
}

.activeLanguageSelection ul {
    display: block;
}

.languageSelectionMenu li {
    text-align: center;
    color: white;
    display: block;
    margin: 0px 0;
    padding-top: 18px;
    padding-bottom: 18px;
}

.secondSelection {
    border-bottom: 1px solid #727171;
}

.thirdSelection {
    border-radius: 0px 0px 0px 26px;
}

.languageSelectionMenu li:hover {
    background-color: #16d38a;
    color: white;
}

.menu_button {
    float: right;
    font-size: 2em;
    margin-top: 20px;
    color: #374854;
    margin-right: 40px;
    cursor: pointer;
}

.menu_button:hover {
    color: #16d38a;
}

.menu_button .fa-times {
    margin-left: 2px;
}

.menuHighlight span {
    color: #f17e31;
}


/**** Menu  ************/

.menuSelection {
    width: 400px;
    height: 100vh;
    background-color: #374854;
    color: white;
    position: fixed;
    top: 0;
    right: -400px;
    z-index: 8888;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menuSelectionActive {
    right: 0px;
}

.menuSelection ul {
    text-decoration: none;
    margin-top: 120px;
    margin-right: 20px;
}

.menuSelection li {
    color: white;
    margin: 30px 0px 0 40px;
    font-family: 'Lato', sans-serif;
    font-size: 1.6em;
    font-weight: 700;
} 

.menuSelection li:hover {
    color: #16d38a;
} 

.menuSelection a {
    text-decoration: none;
}

.popMenuButton {
    margin-left: 30px;
}

.popMenuBlog {
    margin-top: 60px;
}

.popMenuDemo {
    margin-top: 50px;
}

.popMenuButton .fa-comments {
    margin-right: 10px;
}

.popMenuButton:hover {
    background-color: white;
}

.popMenuButton:hover p {
    color: #7f00ff;
    font-weight: 700;
}


/**** Contact us Section  ************/


.contactUsBorder {
    width: 100%;
    margin-top: 80px;
}

.contactUsSection {
    margin-top: -3px;
    background-color: #16d38a;
    width: 100%;
    text-align: center;
    min-height: 320px;
}

.contactUsContainer {
    max-width: 700px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.contactUsContainer h2 {
    color: white;
    margin-bottom: 30px;
}

.contactUsContainer p {
    color: white;
}

.outline {
    border: 2px solid white;
}

#contactButton {
    margin: 40px auto 0;
}

#contactButton:hover {
    background-color: white;
}

#contactButton:hover p {
    color: #16d38a;
}



/**** Footer ************/

footer {
    width: 100%;
    background-color: #374854;
}

.footer_container {
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 40px;
}

.footer_top {
    border-bottom: solid 1px #6c838e;
}

.footer_quickLinks {
    width: 80%;
    float: right;
    margin-bottom: 100px;
}

.footer_contact {
    width: 10%;
    float: left;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer_col1, .footer_col2, .footer_col3, .footer_col4, .footer_col5 {
    width: 18%;
    float: right;
    padding-left: 20px;
    margin-top: 50px;
    color: white;
    border-left: solid 1px #6c838e;
    padding-bottom: 20px;
}


.footer_col5 {
    border-left: solid 0px #374854;
}

.footer_col5 li {
    float: left;
    margin-right: 15px;
}

.footer_col5 .fa-twitter {
    margin-right: -6px;
}

/*.footer_col5 li:hover {
    opacity: 1;
}*/

.footer_col1 li, .footer_col2 li, .footer_col3 li, .footer_col4 li, .footer_col5 li {
    opacity: 0.4;
    margin: 12px 5px 10px 0;
    font-size: 1em;
    line-height: 22px;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer_col5 li {
    opacity: 0.1;
}

.footer_col1 li:hover, .footer_col2 li:hover, .footer_col3 li:hover, .footer_col4 li:hover {
    opacity: 1;
}

.footer_col1 h3, .footer_col2 h3, .footer_col3 h3, .footer_col4 h3, .footer_col5 h3 {
    color: #16d38a;
    font-size: 1.2em;
    padding-bottom: 20px;
    line-height: 22px;
}

.footer_col5 li {
    margin-right: 12px;
}

.footer_col4 h3 {
    height: 15px;
}

.footer_col1 h3:hover, .footer_col2 h3:hover, .footer_col3 h3:hover, .footer_col4 h3:hover {
    text-decoration: underline;
}

.footer_logo {
    width: 140px;
}

.clearfix {
    clear: both;
}

.footer_contact ul {
    margin-top: 30px;
}

.footer_contact li {
    color: white;
    opacity: 0.4;
    font-size: 1em;
}

.address {
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer_bottom {
    margin-top: 5px;
    padding-bottom: 30px;
    opacity: 1;
}

.footer_bottom a {
    color: white;
    opacity: 0.4;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer_bottom p, .footer_bottom a {
    color: white;
    font-size: 1em;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.footer_bottom span {
    opacity: 0.4;
}

.footer_bottom a:hover {
    opacity: 1;
}

#footer_email {
    color: #16d38a;
    font-weight: bold;
    opacity: 1;
}

#footer_email:hover {
    text-decoration: underline;
}

.siteSeal {
    padding-top: 30px;
}


/****  HOME PAGE  ************************************/


/**** Cover image  ************/

.coverImage {
    width: 100%;
    height: 850px;
    background-image: url(../img/home/home_headerImage.jpg);
    background-size: cover;
    background-position: bottom;
}

.coverImage_border {
    width: 100%;
    margin: -140px auto 0;
}

.coverText {
    max-width: 640px;
    padding: 240px 0 0 0;
}

.coverText span {
    color: #16d38a;
}

#coverButton:hover {
    background-color: white;
}

#coverButton:hover p {
    color: #7f00ff;
    font-weight: bold;
}


/**** Intro Section  ************/


.introText {
    margin: 0 auto;
    max-width: 700px;
    text-align: center;
}

.introText p {
    margin-top: 30px;
}

.panel {
    float: left;
    width: 380px;
    min-height: 500px;
    background-color: blue;
    margin: 80px 32px;
    background-size: cover;
    -webkit-box-shadow: 2px 24px 40px -19px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 24px 40px -19px rgba(0,0,0,0.5);
    box-shadow: 2px 24px 40px -19px rgba(0,0,0,0.5);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}

.panel_text h3 {
    color: white;
    padding: 30px 34px 0;
}

.panel_text p {
    color: white;
    min-height: 290px;
    padding: 20px 34px 0;
}

#introButtonLD, #introButtonIC, #introButtonCM {
    margin: 20px 32px 35px;
}

.LD {
    background-image: url(../img/general/Panel_bkg1.jpg);
}

.IC {
    background-image: url(../img/general/Panel_bkg2.jpg);
}

.CM {
    background-image: url(../img/general/Panel_bkg3.jpg);
}

.LD:hover #introButtonLD, .IC:hover #introButtonIC, .CM:hover #introButtonCM,.LD:hover #introButtonLD_german, .IC:hover #introButtonIC_german, .CM:hover #introButtonCM_german {
    background-color: white;
}

.LD:hover .button p {
    color: #3a99d9;
    font-weight: bold;
}

.IC:hover .button p {
    color: #f17e31;
    font-weight: bold;
}

.CM:hover .button p {
    color: #d91b54;
    font-weight: bold;
}

.LD:hover, .IC:hover, .CM:hover {
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
    -webkit-box-shadow: 2px 24px 75px -19px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 24px 75px -19px rgba(0,0,0,0.3);
    box-shadow: 2px 24px 75px -19px rgba(0,0,0,0.3);
}



/**** What we do Section  ************/


.cloudBorder {
    width: 100%;
    margin: 40px 0 0;
}

.cloudBorderBottom {
    width: 100%;
    margin: 0 0;
}

.whatWeDoContainer {
    margin-top: -3px;
    padding-top: 0;
    background-color: #ebebeb;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
    overflow: hidden;
}

.whatWeDoText {
    max-width: 700px;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.whatWeDoText p {
    margin-top: 30px;
}

.solutionsContainer {
    margin: 30px auto 0;
    width: 650px;
    overflow: hidden;
}

.solutionsLeft {
    width: 310px;
    float: left;
}

.solutionsRight {
    width: 310px;
    float: left;
    margin-left: 30px;
}

.solutionL, .solutionR {
    width: 310px;
    padding-top: 30px;
    overflow: hidden;
}

.solutionL p {
    float: left;
    font-weight: bold;
    padding: 25px 0;
    text-align: right;
    width: 210px;
}

.solutionL img {
    float: right;
    width: 80px;
}

.solutionR p {
    float: right;
    font-weight: bold;
    padding: 25px 0;
    text-align: left;
    width: 210px;
}

.solutionR img {
    float: left;
    width: 80px;
}

.solutionL, .solutionR {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}


/*.solutionL:hover, .solutionR:hover {
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}*/

/*.solutionL:hover p, .solutionR:hover p {
    color: #16d38a;
}*/

.home_bkg_ipad {
    position: absolute;
    width: 247px;
    height: 852px;
    background: url(../img/general/ipad_element.png) no-repeat;
    background-size: 100%;
    z-index: 30;
    right: 0px;
    margin-top: -200px;
}

.home_bkg_notePad {
    position: absolute;
    width: 237px;
    height: 794px;
    background: url(../img/general/notePad_element.png) no-repeat;
    background-size: 100%;
    z-index: 30;
    left: -30px;
    margin-top: -30px;
}


/**** What makes us great Section  ************/

.whatMakesUsGreatSection {
    margin-top: 20px;
    overflow: hidden;
}

.whatMakesUsGreatText {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
}

.whatMakesUsGreat_panels4 {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.whatMakesUsGreatText p {
    margin-top: 30px; 
}

.whatMakesUsGreat_panel {
    width: 500px;
    min-height: 500px;
    float: left;
    margin: 60px 30px 30px 55px; 
    background-color: white;
    text-align: center;
    -webkit-box-shadow: 0px 12px 25px -9px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 12px 25px -9px rgba(0,0,0,0.25);
    box-shadow: 0px 12px 25px -9px rgba(0,0,0,0.25);
}

.whatMakesUsGreat_panel img {
    margin-top: 60px;
    width: 80px;
}

.whatMakesUsGreat_panel h3 {
    margin: 20px 0;
}

.whatMakesUsGreat_panel p {
    padding: 20px 34px 60px;
}

.wmug_panel1 {
    background-image: url(../img/whatWeDoPanel1.svg);
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.wmug_panel2 {
    background-image: url(../img/whatWeDoPanel2.svg);
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.wmug_panel3 {
    background-image: url(../img/whatWeDoPanel3.svg);
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.wmug_panel4 {
    background-image: url(../img/whatWeDoPanel4.svg);
    background-size: 101%;
    background-repeat: no-repeat;
    background-position: bottom;
}



/****  Generic Section ************************************/

.sectionContainer {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.section_coverImage {
    width: 100%;
    height: 400px;
}

.section_coverImage_border {
    width: 100%;
    margin: -140px auto 0;
}

.section_coverText {
    text-align: center;
    padding-top: 80px;
    max-width: 600px;
    margin: 0 auto;
}

.section_mainText {
    margin: 0 auto;
    padding: 0 40px;
    max-width: 700px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.sectionContainer h3 {
    color: white;
}

.sectionContainer h3 {
    margin-bottom: 30px;
    line-height: 36px;
}

.sectionContainer h2 {
    color: white;
}

.section_mainText h2 {
    color: #374854;
    margin-bottom: 30px;
}

.section_mainText h3 {
    margin: 60px 0 30px;
} 

.blueBorder_curve img, .greenBorder_invertCurve img, .blueGreyBorder_Curve img, .purpleBorder_Curve img, .purpleBorder_showcase img, .purpleWhiteBorder_Curve img, .greyBorder_Curve img, .greyGreenBorder_Curve img, .greyBorder_Curve_careers img, .magentaBorder_showcase img {
    width: 100%;
}

.section_mainText ul {
    padding-bottom: 30px;
}

.section_mainText img {
    width: 120px;
}


/****  L&D  ************************************/


/**** Sub Navigation  ************/


.subNavigation {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    z-index: 80;
    -webkit-box-shadow: 0px 9px 31px -9px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 9px 31px -9px rgba(0,0,0,0.55);
    box-shadow: 0px 9px 31px -9px rgba(0,0,0,0.55);
}

.subNavigationContainer {
    margin: 0px auto;
    text-align: center;
}

.subNavigationContainer li {
    display: inline-block;
    margin-left: -5px;
    padding: 15px 1.5%;
    color: white;
    border-left: solid 1px #767777;
    text-align: center;
    font-size: 1.2em;
}

#ld_link_digital, #ic_link_solutions, #cm_link_solutions {
    border-left: none;
}

.subNavigationContainer li:hover {
    background-color: #16d38a;
}

.activeLD {
    background-color: #3a99d9;
}


/**** Cover image  ************/

.learningDevelopmentImage {
/*    height: 500px;*/
    background-image: url(../img/l&d_cover.jpg);
    background-size: cover;
}


.bespoke_offTheShelf_toggle {
    width: 470px;
    margin: 0 auto;
}

#toggleButton, #toggleButton_Selected {
    float: left;
    margin: 60px 15px;
}

#toggleButton_Selected p {
    color: #3a99d9;
}

#toggleButton:hover {
    background-color: #16d38a;
    border: 2px solid #16d38a;
}



/**** Intro  ************/

.section_introHighlights {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.section_introHighlight_object {
    width: 250px;
    text-align: center;
    float: left;
    margin: 60px 0 70px;
    padding: 0 25px;
}

.section_introHighlight_object img {
    width: 80px;
}

.section_mainText span {
    color: #16d38a;
}

.section_mainText span:hover {
    text-decoration: underline;
}

.section_mainText h2 {
    margin: 20px auto 50px;
}


/**** Sub navigation  ************/

.sectionNavigationContainer {
    max-width: 1200px;
    min-height: 300px;
    margin: 70px auto;
    overflow: hidden;
}

.sectionNavigationButton {
    width: 250px;
    display: block;
    position: relative;
    z-index: 50;
    border-radius: 500px;
    background-color: white;
    text-align: center;
    float: left;
    margin: 10px 25px;
    -webkit-box-shadow: 0px 15px 42px -9px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 15px 42px -9px rgba(0,0,0,0.25);
    box-shadow: 0px 15px 42px -9px rgba(0,0,0,0.25);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}

.sectionNavigationButton h3 {
    color: #3a99d9;
}

.sectionNavigationButton:hover {
    background-color: #3a99d9;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
}

.sectionNavigationButton:hover h3 {
    color: white;
}

#DigitalNav, #Face2faceNav, #BlendedNav,#LearningStrategyNav {
    padding: 110px 0; 
}


/**** Main section  ************/

.section_mainContentContainer {
    margin-top: -230px;
}

.section_secondaryContentContainer {
    width: 100%;
    overflow: hidden;
    margin-top: -90px;
}

.section_showcaseContentContainer {
    width: 100%;
    overflow: hidden;
}

.fullScreenImage img {
    width: 100%;
    position: relative;
    z-index: -10;
}

.whiteBorder_invertCurve img {
    width: 100%;
}

.blueBorder_curve {
    margin-top: -101px;
}

.fullScreenImage {
    width: 100%;
    height: 800px;
}

.introImage {
    height: 600px;
}

.whiteBorder_invertCurve {
    margin-bottom: -80px;
}

.ld_digital_fullImage {
    background-image: url(../img/digital_image1.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.ld_faceToFace_fullImage {
    background-image: url(../img/faceToFace_image1.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.ld_blended_fullImage {
    background-image: url(../img/blended_image1.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.ld_consultancy_fullImage {
    background-image: url(../img/consultancy_image1.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.ld_howItWorks_fullImage {
    background-image: url(../img/l&d/l&d_howItWorks.jpg);
    background-position: 50% 20%;
    background-size: cover;
    z-index: 1;
}


/**** Section area  ************/


.sectionArea {
    width: 100%;
    margin-top: -3px;
    position: relative;
    z-index: 10;
}

.sectionContainer {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 50px;
}

.sectionContainer h2 {
    margin-bottom: 20px;
}

.sectionContainer p {
    color: white;
}

.sectionCircleContainers {
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
}

.circleImageRight {
    float: right;
    margin-top: 50px;
    margin-right: -80px;
    width: 50%;
}

.sectionCircleContainers img {
    -webkit-filter: drop-shadow(5px 10px 30px rgba(0,0,0,0.31));
    filter: drop-shadow(5px 10px 30px rgba(0,0,0,0.31));
}

.sectionCircleText {
    height: 650px;
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: -300px 0px;
}

.purpleContainer {
    background-image: url(../img/purpleCircleContainerLeft.svg);
}

.whiteContainer {
    background-image: url(../img/contact/whiteCircleContainerLeft.svg);
}

.sectionCircleText {
    padding-top: 100px;
    padding-left: 10%;
    color: white;
}

.sectionCircleText h3 {
    color: white;
    width: 400px;
}

.sectionCircleText ul {
    list-style: disc;
    list-style-position: inside;
    margin: 20px 0;
    width: 550px;
}

.blueBorder_invertCurve img {
    width: 100%;
}

#sectionAreaCallOutText_digital {
    padding-top: 40px;
    padding-bottom: 10px;
}


/**** Section area call out  ************/


.sectionAreaCallOut {
    width: 100%;
    background-color: #16d38a;
    margin-top: -4px;
    position: relative;
    z-index: 10;
}

.sectionAreaCallOutText {
    padding-top: 60px;
    max-width: 700px;
    margin: 0 auto;
    padding: 0px 30px;
    text-align: center;
}

.sectionAreaCallOutText h2, .sectionAreaCallOutText p {
    color: white;
}

.sectionAreaCallOutText h2 {
    margin-bottom: 20px;
}

.sectionTextShort {
    padding-top: 140px;
}


/**** Section how it works  ************/


.section_diverseSubjectsContainer {
    margin-top: -4px;
}

.blueGreyBorder_Curve {
    margin-top: -70px;
}

.ld_ipad_showcase {
    margin: 30px auto 0;
    width: 90%;
    position: relative;
    z-index: 40;
}

.ld_ipad_showcase img {
    width: 100%;
}

.purpleBorder_showcase {
    margin-top: -400px;
    position: relative;
    z-index: 10; 
}

.diverseSubjectsLD {
    padding-top: 280px;
    padding-bottom: 130px;
}

.diverseSubjects {
    padding-top: 50px;
    padding-bottom: 50px;
}

.diverseSubjects p, .diverseSubjects h2, .diverseSubjects h3, .diverseSubjects li, .diverseSubjectsLD p, .diverseSubjectsLD h2, .diverseSubjectsLD h3, .diverseSubjectsLD li {
    color: white;
}

.diverseSubjects h3, .diverseSubjectsLD h3  {
    margin: 30px 0;
}

.diverseSubjects li, .diverseSubjectsLD li {
    margin-bottom: 10px;
}

.diverseSubjects img, .diverseSubjectsLD img {
    margin: 40px 0;
}


/**** Section multi language learning  ************/


.multiLanguageLearning {
    margin-top: 60px;
}



/**** Section other areas  ************/

.section_otherAreas {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
}

.greyBorder_Curve {
    margin-top: -300px;
}

.greyArea {
    width: 100%;
    height: 200px;
    margin-top: -4px;
}

.section_panel {
    float: left;
    width: 380px;
    height: 500px;
    background-color: blue;
    margin: 80px 32px;
    background-size: cover;
    -webkit-box-shadow: 2px 24px 54px -19px rgba(0,0,0,0.39);
    -moz-box-shadow: 2px 24px 54px -19px rgba(0,0,0,0.39);
    box-shadow: 2px 24px 54px -19px rgba(0,0,0,0.39);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1); 
}

.section_panel h3 {
    color: white;
    padding: 30px 34px 0;
}

.section_panel p {
    color: white;
    padding: 20px 34px 0;
}

.section_panel_text p {
    height: 240px;
}

#sectionButtonLD, #sectionButtonIC, #sectionButtonCM {
    margin-left: 32px;
}

#sectionButtonLD p, #sectionButtonIC p, #sectionButtonCM p {
    padding-top: 15px;
}

.LD:hover #sectionButtonLD, .IC:hover #sectionButtonIC, .CM:hover #sectionButtonCM {
    background-color: white;
}



/**** IC - Section ************/

.internalCommunicationsImage {
    background-image: url(../img/i&c_cover.jpg);
    background-size: cover;
}

.section_mainContentContainer_noLinks {
    margin-top: 60px;
}

.orangeContainer {
    background-image: url(../img/orangeCircleContainerLeft.svg);
}

.callOutQuote {
    margin: 0 auto;
}

.callOutQuote h2 {
    color: #d91b54;
    margin: 20px 0 50px;
}

.icIntro {
    margin-bottom: 80px;
}

.ic_image_multiChannel {
    background-image: url(../img/ic/ic_image_multiChannel.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.ic_image_diverseNeeds {
    background-image: url(../img/ic/ic_image_diverseNeeds.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.ic_image_expertise {
    background-image: url(../img/ic/ic_image_diverseNeeds.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.activeIC {
    background-color: #f17e31;
}

.ic_magentaSpace_showcase {
    background-color: #d91b54;
    width: 100%;
    height: 300px;
    margin-top: -4px;
    margin-bottom: -60px;
}

.magentaBorder_showcase {
    margin-top: -300px;
}



/**** CM - Section ************/


.changeManagementImage {
    background-image: url(../img/cm_cover.jpg);
    background-size: cover;
}

.magentaContainer {
    background-image: url(../img/magentaCircleContainerLeft.svg);
}

.section_introHighlights_CM h2 {
    color: #d91b54;
    margin: 20px 0 30px;
}

.section_introHighlights_CM {
    max-width: 900px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.section_introHighlight_object_CM {
    width: 400px;
    text-align: center;
    float: left;
    margin: 60px 0 70px;
    padding: 0 25px;
}

.section_introHighlight_object_CM img {
    width: 120px;
    margin-bottom: 30px;
}

.purpleBorder_Curve {
    margin-top: -101px;
}

.cm_howItWorks h2 {
    margin-top: 0;
    padding-top: 20px;
    color: white;
}

.cm_howItWorks p {
    color: white;
}

.cm_howItWorks h3 {
    padding-bottom: 80px;
    margin-bottom: 0;
    color: white;
}

.ic_image_provenMethods {
    background-image: url(../img/cm/cm_image_provenMethods.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.ic_image_howItWorks {
    background-image: url(../img/cm/cm_image_howItWorks.jpg);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.activeCM {
    background-color: #d91b54;
}



/**** About ************/


.aboutCoverImage {
    width: 100%;
    height: 850px;
    background-image: url(../img/about/about_cover.jpg);
    background-size: cover;
    background-position: right;
}

.quoteMark {
    width: 60px;
    margin: 10px 0;
}

.quoteMarkBottom {
   float: right; 
}

.aboutCoverText {
    max-width: 600px;
    padding: 200px 20px 0 0;
}

.aboutImagesContainer {
    width: 780px;
    margin: 60px auto;
    z-index: 10;
    position: relative;
}

.aboutImagesContainer img {
    margin: 10px;
}

.aboutPurpleBorder {
    width: 100%;
    margin-top: -180px;
    z-index: 0;
}

.aboutPurpleBorder img {
    width: 100%;
}

.aboutValues_container {
    width: 100%;
    margin-top: -3px;
}

.aboutValues_text {
    padding-top: 80px;
    text-align: center;
    max-width: 800px; 
    margin: 0 auto;
    padding: 80px 20px 0;
}

.aboutValues_text h2, .aboutValues_text p {
    color: white;
}

.aboutValues_text h2 {
    margin-bottom: 20px;
}

.about_ourValues {
    max-width: 800px;
    margin: 60px auto;
}

.aboutPurpleBorder_bottom img {
    width: 100%;
}

.clientText {
    margin: 80px auto 0;
    max-width: 850px;
    text-align: center;
}

.clientLogos {
    width: 100%;
    margin: 40px auto 0;
}

.clientLogos_mobile {
    width: 100%;
    margin: 40px auto 0;
    display: none;
}

.about_ourValues_mobile {
    display: none;
}


/**** Careers page ************/


.careers_header {
    width: 100%;
    min-height: 280px;
}

.careers_header_container {
    max-width: 600px;
    margin: 0 auto;
    padding: 120px 15px 25px;
    text-align: center;
}

.careers_header_container p {
    margin-top: 10px;
}

.careers_header_container h2, .careers_header_container p {
    color: white;
}

.careers_container {
    max-width: 800px;
    margin: 160px auto 70px;
    text-align: center;
    padding: 0 15px;
}

.careers_container ul {
    margin-top: 40px;
}

.careers_container span {
    color: #16d38a;
    font-weight: bold;
}

.careers_PurpleCurve {
    width: 100%;
    z-index: 0;
    position: absolute;
}

.careers_section {
    margin-top: -3px;
}

.careers_container_grey {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 15px 0;
}

.careers_container_grey p {
    margin: 20px 0 70px;
}

.careers_container_green {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    padding: 20px 15px 100px;
}

.careers_container_green h3, .careers_container_green p {
    color: white;
}

.careers_container_green p {
    margin: 20px 0 0px;
}

.careers_container_green span {
    text-decoration: underline;
}

.careers_bkg_ipad {
    width: 247px;
    height: 852px;
    background: url(../img/general/ipad_element.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 270px;
}

.careers_bkg_notePad {
    width: 237px;
    height: 794px;
    background: url(../img/general/notePad_element.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 650px;
}




/**** T&C page ************/

.tc_header {
    width: 100%;
    min-height: 200px;
}

.tc_header_container {
    max-width: 600px;
    margin: 0 auto;
    padding: 120px 15px 25px;
    text-align: center;
}

.tc_header_container h2 {
    color: white;
}

.termsConditionsContainer {
    margin: 180px auto 100px;
}

.termsConditionsText h3 {
    margin-top: 50px;
    color: #16d38a;
}




/**** Contact page ************/

.contact_header {
    width: 100%;
    background-color: #16d38a;
    height: 850px;
}

/*.contact_header_container {
    max-width: 700px;
    margin: 0 auto;
    padding-top: 90px;
    text-align: center;
}*/

/*.contact_header_container li {
    margin: 0px;
}

.contact_header_container h2, .contact_header_container p, .contact_header_container li {
    color: white;
}

.contact_GreenCurve {
    width: 100%;
    z-index: 0;
    position: absolute;
}

.contactForm_container {
    margin: -60px auto;
    position: relative;
    background-color: white;
    z-index: 10;
    overflow: hidden;
    width: 900px;
    margin-bottom: 140px;
    -webkit-box-shadow: 0px 26px 49px -13px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 26px 49px -13px rgba(0,0,0,0.25);
    box-shadow: 0px 26px 49px -13px rgba(0,0,0,0.25);
}

.label p {
    font-family: lato;
    font-size: 1.4em;
    color: #374854;
    margin-top: 20px;
}

.labelGreen p {
    font-family: lato;
    font-size: 1.4em;
    color: #16d38a;
    margin-top: 20px;
}

.contact_form_wrap_left {
    width: 410px;
    padding-top: 20px;
    padding-left: 50px;
    padding-bottom: 25px;
    background-color: white;
    float: left;
}

.contact_form_wrap_right{
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 25px;
    padding-right: 10px;
    width: 410px;
    background-color: white;
    float: left;
}

.contact_form_wrap_message {
    width: 850px;
    padding-left: 50px;
    padding-bottom: 50px;
    background-color: white;
}

.contact_textArea {
    width: 790px;
    height: 150px;
    padding: 10px 15px;
    font-family: Lato;
    font-size: 1.3em;
    background-color: #ebebeb;
    border: none;
    border-radius: 25px;
    resize:vertical;
}

.contact_input {
  width: 360px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Lato;
  font-size: 1.3em;
  background-color: #ebebeb;
  border: none;
  border-radius: 25px;
}

#contactSumbitButton {
    border: 0px solid white;
    margin: 40px auto 20px;
    padding: 15px 0;
    color: white;
    font-size: 1.2em;
    font-weight: 300;
}

#contactSumbitButton:hover {
    color: white;
    background-color: #16d38a;
}


.privacyNotice {
    margin-top: 20px;
    margin-right: 30px;
}

.privacyNotice span {
    font-weight: bold;
}

.privacyNotice p {
    font-size: 0.9em;
    text-align: left;
    line-height: 18px;
}

.contactPermission {
    float: left;
    margin: 15px 10px 0 0;
}

.contactPermissionText p {
    margin-top: 13px;
    font-size: 1.2em;
}*/

.contactPage li {
    color: #374854;
    list-style: none;
}

.contactPage p {
    color: #16d38a;
}

.contactPage a h2 {
    color: #16d38a;
}

.contactPage a h2:hover {
    text-decoration: underline;
}




/**** Language adjustments ************/


/**** German *****/

.coverText.german {
    max-width: 750px;
    padding: 180px 0 0 0; 
}


#DigitalNavGerman, #Face2faceNavGerman, #BlendedNavGerman, #LearningStrategyNavGerman {
    padding: 95px 0; 
}

.panel.german { 
        min-height: 580px;
    }

.panel_text.german p {
    min-height: 370px;
}

.section_panel.german {
    height: 570px;
}

.section_panel_text.german p {
    height: 320px;
}

.button.german {
    display: block;
    border-radius: 50px;
    width: 220px;
    margin-top: 40px;
    text-align: center;
    height: 60px;
}

.button.german p {
    padding: 15px 0;
    color: white;
    font-size: 1.1em;
    font-weight: 300;
}

.whatMakesUsGreat_panel.german {
    width: 500px;
    min-height: 550px;
}




/**** French *****/

.panel.french {
    min-height: 580px;
}

.panel_text.french p {
    min-height: 320px;
}

.section_panel.french {
    height: 560px;
}

.section_panel_text.french p {
    height: 280px;
}

.whatMakesUsGreat_panel.french {
    width: 500px;
    min-height: 530px;
}

