/*
Theme Name: Laureate
Theme URI: http://psdcoding.co/
Author: PSDCoding s.r.o.
Author URI: http://psdcoding.co/
Description: Laureate website.
Version: 1.0
Text Domain: laureate
*/


body { color: #282828; background-color: #fafafa; font-family: "Whitney normal A", "Whitney normal B"; margin: 0; }
#content { max-width: 1920px; margin: auto; background-color: #fafafa; }
body.single-school { background: #fff; }
img { max-width: 100%; border: none; }
a { color: #f15d22; text-decoration: none; }
a:hover, a:focus { text-decoration: none; }
button:hover, button:focus { cursor: pointer; }
* { box-sizing: border-box; }
button, input { font-family: "Whitney normal A", "Whitney normal B"; }
input[type=submit] { cursor: pointer; }
strong { font-weight: 600; }
.container { max-width: 1190px; width: 100%; padding: 0 15px 0 15px; margin-left: auto; margin-right: auto; }
.row { margin: 0 -15px; }
.beyond { max-width: 1920px; margin: auto; }
.from991 { display: none; }

.site-main ul.wp-block-gallery li::before{ display: none; }
.site-main ul.wp-block-gallery li:last-child { margin-bottom: 16px; }

.skiptranslate { margin-bottom: -40px; }
.skiptranslate iframe { display: none; }

.has-large-font-size { font-size: 30px; line-height: 1.68; }
.has-huge-font-size { font-size: 135px; line-height: 1.1; }

.wp-block-table { margin-bottom: 40px; }
.wp-block-embed.alignfull { margin-left: 0; margin-right: 0; }

/*=====Header=====*/
#masthead { position: fixed; top: 0; left: 0; right: 0; z-index: 55; }
#masthead .container { display: flex; align-items: center; }
.custom-logo-link, .site-logo { margin-right: auto; }
.custom-logo-link { height: 32px; transition: height 0.4s linear; }
.masthead-bg { padding-top: 5px; display: flex; background: #fff; height: 61px; border-bottom: 1px solid #b7b7b7; }
.curved-nav .masthead-bg, .single-school .masthead-bg, .home .masthead-bg { transition: height 0.4s linear, background-color 0.4s linear, border-color 0s linear; border-bottom: 1px solid transparent; height: 80px; background: rgba(255,255,255,0.75); }
.curved-nav .masthead-bottom-bg, .single-school .masthead-bottom-bg, .home .masthead-bottom-bg { display: block; }
.curved-nav .custom-logo-link, .single-school .custom-logo-link, .home .custom-logo-link { height: 52px; }
.sticky .masthead-bg { transition: height 0.4s linear, background-color 0.4s linear, border-color 0.4s linear 0.4s; background: #fff; height: 61px; border-color: #b7b7b7; }
.masthead-bottom-bg { pointer-events: none; transition: height 0.4s linear, opacity 0.4s linear; display: none; opacity: 0.75; height: 23px; background: url("images/header-bottom-bg.png") center; background-size: 100% 100%; }
.sticky .masthead-bottom-bg { height: 0; opacity: 1; }
.sticky .custom-logo-link { height: 32px; }
.custom-logo-link img { height: 100%; width: auto; }
.js-main-menu-mobile-container, .header-buttons { display: flex; align-items: center; }
.js-main-menu-mobile-container { margin-left: auto; }
.header-buttons button { transition: opacity 0.4s linear; }
.header-buttons button:hover, .header-buttons button:focus { opacity: 0.8; }
.header-menu-container { margin-right: 16px; }
.header-menu { padding: 0; list-style: none; margin: 0; }
.header-menu li { display: inline-block; position: relative; }
.header-menu a { padding: 18px 10px; transition: color 0.2s linear; color: #2e2e2e; text-decoration: none; font-weight: 600; font-size: 18px; }
.header-menu a:hover { color: #026cb6; }
.header-menu:focus { color: #004c81; }
header .search { background: transparent; border: none; padding: 0; margin-right: 25px; }
header .search:focus { outline: none; }
header .search i { display: block; width: 20px; height: 20px; background: url("images/search-header.png") no-repeat; background-size: contain; }

.sub-menu-container { background: #fff; width: 300px; position: absolute; z-index: 1; top: 39px; left: 50%; transform: translateX(-50%); display: none; box-shadow: 5px 5px 20px 0px rgba(47,47,47,0.2); }
.submenu-image { background-size: cover; background-position: center; width: 133px; }
.sub-menu { padding: 8px 0 25px; width: 100%; }
.sub-menu li { display: block; padding: 0 24px; }
.sub-menu a { padding: 16px 0; display: block; border-bottom: 1px solid #f2f2f2; }
.sub-menu li:last-child a { border: none; }

.social-icon { display: inline-block; width: 20px; height: 20px; background-repeat: no-repeat; background-size: contain; }
.socials { display: flex; }
.socials a { transition: opacity 0.4s linear; }
.socials a:hover, .socials a:focus { opacity: 0.8; }
.socials .social-icon { margin-right: 10px; }
.socials .social-icon:first-child { margin-left: auto; }
.socials .social-icon:last-child { margin-right: 0; }
.facebook { background-image: url('images/facebook-header.png'); }
.twitter { background-image: url('images/twitter-header.png'); }
.linkedin { background-image: url('images/linkedin-header.png'); }

.navtoggle { display: none; margin-left: auto; margin-right: -8px; cursor: pointer; height: 40px; width: 40px; }
.navtoggle-inner {  overflow: hidden; position: relative; height: 20px; width: 26px; }
.navtoggle span {background-color: #000; display: block; width: 26px; height: 4px; transition: transform 0.3s linear, top 0.2s linear, left 0.2s linear; transition-delay: 0s; position: absolute; }
.navtoggle span:nth-child(2n+0) { transition-delay: 0.3s; top: 50%; left: 0; transform: translateY(-50%); }
.navtoggle span:first-child { left: 0; top: 0; }
.navtoggle span:last-child { left: 0; top: 16px; }
.navtoggle.open span:first-child { transform: translate(-50%, -50%) rotate( 45deg ); left: 50%; top: 50%; transition-delay: 0.2s; }
.navtoggle.open span:nth-child(2n+0) { transform: translate(100%, -50%); transition-delay: 0s;}
.navtoggle.open span:last-child { transform: translate(-50%, -50%) rotate( -45deg ); left: 50%; top: 50%; transition-delay: 0.2s;}

.site-content { padding: 60px 0 50px; }
.site-main { padding-bottom: 24px; }

.language-chooser { margin-left: 10px; position: relative; padding-bottom: 19px; margin-bottom: -19px; }
.language-chooser:hover ul { display: block; }
.pll-list { width: 200px; margin: 0; padding: 10px 25px 4px 25px; list-style: none; display: none; position: absolute; z-index: 10; left: 50%; bottom: 0; transform: translate( -50%, calc(100% - 1px) ); background: #fff; box-shadow: 0 0 15px 5px rgba(47,47,47,0.25); }
.sticky .pll-list { z-index: -1; }
.pll-list span { color: #2e2e2e; font-weight: 700; }
.pll-list img { width: 20px; display: block; }
.pll-list li { border-bottom: 1px solid #f2f2f2; }
.pll-list li:last-child { border: none; }
.pll-list li a { display: flex; padding: 17px 0; }
.language-chooser > a { display: flex; }
.language-chooser > a img { height: 20px; width: auto; display: block; }
.language-chooser > a span { display: block; height: 20px; width: 15px; position: relative; background: #f2f2f2; border-radius-top-right: 2px; border-radius-bottom-right: 2px; }
.language-chooser > a span i { position: absolute; display: block; top: 50%; left: 50%; transform: translate( -2px, -2px ); width: 0; height: 0; border-style: solid; border-width: 5px 3px 0 3px; border-color: #cacaca transparent transparent transparent; }

/*=====General content=====*/
h1 { color: #f15d22; font-size: 58px; font-weight: 600; margin-top: 48px; margin-bottom: 46px; }
h2 { font-size: 20px; color: #f15d22; font-weight: 600; line-height: 1.5; margin-top: 55px; margin-bottom: 15px; }
h3 { font-size: 20px; color: #2e2e2e; font-weight: 600; line-height: 1.5; margin-top: 55px; margin-bottom: 15px; }
p { font-size: 20px; line-height: 2; margin-bottom: 30px; color: #2e2e2e; margin-top: 0; }
.site-main ul { list-style: none; }
.site-main ul, .site-main ol { margin-top: 0; padding-top: 10px; margin-bottom: 26px; }
.site-main ul li, .site-main ol li  { position: relative; font-size: 18px; line-height: 24px; margin-bottom: 34px; }
.site-main ul li:last-child, .site-main ol li:last-child { margin-bottom: 0 }
.site-main ul li::before { content: ''; display: block; position: absolute; left: -13px; top: 10px; width: 6px; height: 6px; border-radius: 6px; background: #f15d22; }
.wp-block-quote { border: none !important; padding-left: 40px !important; margin-bottom: 30px; margin-top: 0; }
blockquote p { font-style: italic; font-size: 30px; line-height: 45px; margin-bottom: 10px; }
.wp-block-quote cite { font-size: 14px; color: #6c7781; }

.default-hero { height: 550px; background-position: center; background-size: cover; margin-bottom: 80px; }

.columns-container .row { display: flex; justify-content: space-between; }
.single-column { margin-bottom: 80px; padding: 0 15px; width: 100%; }
.custom-single-column > *:last-child, .left-col > *:last-child, .right-col  > *:last-child { margin-bottom: 0 !important; }
.columns-a-container .left-col { max-width: 637px; }
.columns-a-container .right-col { max-width: 479px; }
.columns-b-container .left-col { max-width: 716px; }
.columns-b-container .right-col { max-width: 400px; }
.single-post .columns-b-container .right-col { margin-left: auto; max-width: 321px; }

.right-col .wp-block-quote { padding-left: 0 !important; margin-bottom: 30px; margin-top: -20px; }
.right-col .wp-block-quote p { color: #f15d22; font-style: normal; font-size: 40px; line-height: 1.5; margin-bottom: 20px; }
.right-col .wp-block-quote cite { font-size: 18px; color: #2e2e2e; line-height: 1.65; display: block; margin-bottom: 20px; }
.right-col .wp-block-quote::before, .right-col .wp-block-quote::after { width: 88px; height: 58px; display: block; content:''; background-repeat: no-repeat; background-size: contain; background-position: center; }
.right-col .wp-block-quote::before { background-image: url("images/quote-start.png"); margin-bottom: 8px; }
.right-col .wp-block-quote::after { background-image: url("images/quote-end.png"); }

.maxwidth637 { max-width: 637px; }
.maxwidth716 { max-width: 716px; }
.maxwidth874 { max-width: 874px; }
.maxwidth1190 { max-width: 1190px; }

.widget-custom { margin-bottom: 80px; }
.widget-image img { transition: box-shadow 0.3s linear, transform 0.3s linear; box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); display: block; margin: auto; }

.single-block-c .border-top { border-top: solid 2px #d9d9d9; padding-bottom: 80px; }
.single-block-c h2 { font-size: 44px; margin-top: -5px; }
.single-block-c p { margin-bottom: 45px; }
.single-block-c img { box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); }

a.style1 { transition: color 0.4s linear, border-color 0.4s linear; color: #026cb6; padding-bottom: 2px; border-bottom: 4px solid #026cb6; font-weight: 600; font-size: 20px; text-decoration: none; }
a.style1:hover { border-color: #005896; color: #005896; }
a.style1:focus { border-color: #004c81; color: #004c81; }

a.style2 { display: inline-block; transition: color 0.4s linear, border-color 0.4s linear; color: #026cb6; padding-bottom: 2px; border-bottom: 4px solid #026cb6; font-weight: 600; font-size: 20px; text-decoration: none; }
a.style2:hover { border-color: #005896; color: #005896; }
a.style2:focus { border-color: #004c81; color: #004c81; }

a.green-button { text-decoration: none; font-weight: 500; transition: background 0.4s linear; font-size: 20px; background: #026cb6; border-radius: 3px; color: #fff; padding: 15px 30px; display: inline-block; }
a.green-button:hover { background: #005896; }
a.green-button:focus { background: #004c81; }

.single-background-block { background-size: cover; background-position: center; background-repeat: no-repeat; margin-bottom: 80px; box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); }
.background-block-content { position: relative; min-height: 500px; }
.background-block-content .gradient { position: absolute; top: 0; left: 0; bottom: 0; max-width: 100%; width: 765px; background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 1%, rgba(0,0,0,0.6) 60%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 1%,rgba(0,0,0,0.6) 60%,rgba(255,255,255,0) 100%); background: linear-gradient(to right, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 1%,rgba(0,0,0,0.6) 60%,rgba(255,255,255,0) 100%); }
.background-block-content-inner { position: relative; z-index: 2; max-width: 622px; padding: 35px 15px 80px 54px; }
.background-block-content h2 { font-size: 44px; color: #fff; margin-top: 0; }
.background-block-content p { color: #fff; margin-bottom: 45px; }
a.transparentButton { text-align: center; min-width: 212px; font-weight: 500; transition: background 0.4s linear; text-decoration: none; font-size: 20px; background: rgba(255,255,255,0.25); border-radius: 3px; color: #fff; padding: 16px 25px; display: inline-block; }
a.transparentButton:hover, a.transparentButton:focus { background: rgba(255,255,255,0.15); }

/*======Footer======*/

.footer-top-background { background: url("images/footer-top-bg.png") center no-repeat; background-size: cover; height: 50px; margin-top: -50px; }
.footer-bg { padding: 100px 0 66px; background-color: #1f1f1f; }

footer { color: #cacaca; position: relative; z-index: 10; }
footer ul { margin: 0; padding: 0; list-style: none; }
footer a { color: #acacac; text-decoration: none; }
footer p { margin: 0; font-weight: 300; font-size: 17px; margin-bottom: 11px; color: #cacaca; line-height: 1.2; }
.footer-block1 { display: flex; margin-bottom: 40px; }
.footer-block1 .site-logo { max-width: 213px; }
.footer-menus { display: flex; flex-direction: column; justify-content: center; margin-left: auto; }
.footer-menu-container { text-align: right; }
.footer-menu { padding: 0; margin-left: auto; }
.footer-menu1 { margin-bottom: 12px; }
.footer-menu li { display: inline-block; margin-left: 19px; }
.footer-menu a { transition: color 0.4s linear; font-size: 20px; font-weight: 300; }
.footer-menu a:hover { color: #f2f2f2; }
.footer-menu a:focus { color: #fff; }

.footer-block2 { display: flex; padding: 36px 0 39px; margin-bottom: 27px; border-top: 2px solid #cacaca; border-bottom: 2px solid #cacaca; }
.footer-block2-logos { display: flex; align-items: center; padding-left: 55px; }
.footer-block2-logos a:nth-child(2) { margin-left: 25px; }
.footer-block2-logos a { display: flex; align-items: center; }
.footer-block2-logos img { max-height: 80px; }
.footer-mailchimp { width: 100%; max-width: 530px; margin-right: auto; }
.footer-mailchimp h3 { margin-top: 0; font-size: 20px; font-weight: 300; margin-bottom: 22px; color: #cacaca; }
.mailchimp-inputs { display: flex; }
.footer-mailchimp input { height: 40px; }
.footer-mailchimp input[type=email]::placeholder { font-size: 18px; color: #282828; }
.footer-mailchimp input[type=email]  { font-size: 18px; padding-left: 10px; padding-right: 10px; border: none; border-bottom: 2px solid #5c5c5c; background: #414141; color: #282828; max-width: 370px; width: 100%; margin-right: 25px; }
.footer-mailchimp input[type=submit] { font-size: 18px; font-weight: 600; min-width: 133px; border: none; border-radius: 3px; background: #c7c7c7; color: #1f1f1f; }
.mailchimp-response p { display: none; }


.footer-block2-last { margin-left: auto; display: flex; flex-direction: column; }
.google-translation-wrap { margin-bottom: auto; }
.google-translation-wrap div { text-align: right; }
footer .socials .social-icon { margin-right: 20px; }
footer .social-icon { width: 25px; height: 25px; }
footer .facebook { background-image: url('images/facebook-footer.png'); }
footer .twitter { background-image: url('images/twitter-footer.png'); }
footer .linkedin { background-image: url('images/linkedin-footer.png'); }
.footer-block3 a { transition: color 0.4s linear; color: #cacaca; }
.footer-block3 a:hover { color: #f2f2f2; }
.footer-block3 a:focus { color: #fff; }
.footer-block3 { display: flex; }
.legal-menu-container { margin-left: auto; }
.legal-menu { text-align: right; }
.legal-menu a { transition: color 0.4s linear; display: inline-block; font-size: 17px; font-weight: 300; margin-bottom: 11px; }
.legal-menu a:hover { color: #f2f2f2; }
.legal-menu a:focus { color: #fff; }

/*======Homepage======*/
.home-header { position: relative; margin-top: -60px; margin-bottom: 104px; min-height: 750px; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 160px 0 78px 0; display: flex; }
.home-header .container { display: flex; margin-top: auto; }
.home-header .home-header-inner { display: flex; flex-direction: column; align-items: center; margin: auto; }
.home-header-inner span { font-size: 30px; font-weight: 600; background: #fff; padding: 9px 18px; color: #f15d22; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); }
.home-header-inner h1 { margin: 20px 0; font-size: 116px; line-height: 1.12; padding: 0 28px; color: #fff; background: #f15d22; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); }

.hp-content-block h2 { font-size: 44px; margin-top: 0; }
.hp-content-block p { margin-bottom: 45px; letter-spacing: -0.1px; }
.home-global-network .left-col { position: relative; z-index: 2; }
.hp-number-bg { background: url("images/homeblock1bg.png") no-repeat center; background-size: contain; margin: -19px -15px 0; padding: 34px 15px 30px; }
.large-blue-text-container { padding-top: 48px; }
.hp-content-block p.large-blue-text { font-weight: 600; font-size: 180px; line-height: 0.9; color: #026cb6; margin-bottom: 0; text-align: center; }
.hp-content-block p.large-blue-label { font-weight: 600; font-size: 64px; line-height: 1.3; color: #026cb6; margin-bottom: 0; text-align: center; }
.home-global-network { margin-bottom: 76px; }
.home-content-block { margin-bottom: 30px; }
.home-content-block .right-col a img { transition: transform 0.4s linear; }
/*.home-content-block .right-col a:hover img, .home-content-block .right-col a:focus img { transform: translateY(-5px); }*/
.home-content-block .columns-a-container .right-col { justify-content: center; }

.beyond-impact { position: relative; z-index: 8; }
.home-impact-block { width: 100%; transition: box-shadow 0.3s linear, transform 0.3s linear; box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); background-color: #f16128; min-height: 550px; display: flex; }
.home-impact-block h2 { margin-top: 0; font-size: 44px; color: #fff; }
.home-impact-block p { color: #fff; font-weight: 300; margin-bottom: 35px; }
.home-impact-block span { display: block; color: #fff; font-size: 16px; line-height: 1.4; font-weight: 300; text-align: center; }
span.impact-largeText { font-size: 43px; font-weight: 600; line-height: 1.2; margin-bottom: 9px; }
.impact-left-part { width: 100%; max-width: 645px; padding: 34px 25px 80px 54px; }
.impact-right-part { width: 100%; margin-left: auto; max-width: 449px; background-size: cover; background-position: center; background-repeat: no-repeat; overflow: hidden; }
.impact-block1 { margin-bottom: 56px; }
.impact-block2 { display: flex; margin-bottom: 35px; margin-right: -20px; }
.impact-block2-left { width: 100%; max-width: 290px; }
.impact-block2-left span:last-child { max-width: 270px; margin: auto; font-weight: 200; text-align: center; }
.impact-block2-right { width: 70%; padding-left: 58px; }
.impact-block2-right span:last-child { max-width: 250px; margin: auto; font-weight: 200; }

.global-impact-single-slide { height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; }

.blue-tiles-background { background-image: url("images/home-last-block-bg.png"); background-repeat: no-repeat; background-position: top center; background-size: cover; padding-top: 94px; padding-bottom: 60px; margin-bottom: -98px; position: relative; z-index: 5; }
.blue-tiles-row { display: flex; justify-content: space-between; padding-bottom: 96px; margin: 0 -15px; }
.blue-tiles-background .blue-tiles-row { margin: 0; }
.one-third-tile { max-width: 370px; width: 100%; display: flex; }
.one-third-tile .inner { position: relative; overflow: hidden; box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); }
.blue-tiles-row .inner-content { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.blue-tiles-row .inner { width: 100%; }

.blue-image-bg { transition: opacity 0.4s linear; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgb(2,108,182); z-index: 2; opacity: 0.5; }
.one-third-tile img { display: block; }
.blue-tiles-row .inner-content { color: #fff; display: flex; flex-direction: column; justify-content: flex-end; padding: 25px 25px 32px; }
.blue-tiles-row .inner-content span { font-size: 38px; font-weight: 600; position: relative; z-index: 5; }
.blue-tiles-row .inner-content span::before { transition: background-color 0.4s linear; content: ''; width: 54px; height: 5px; display: block; background-color: #fff; margin-bottom: 12px; }
.blue-tiles-row .corner-arrow { background-image: url("images/tilearrowwhite.png"); width: 40px; height: 40px; background-size: contain; background-position: center; background-repeat: no-repeat; position: absolute; right: 0; bottom: 0; z-index: 5 }
.blue-tile-link img { transition: filter 0.4s linear; filter: grayscale(1); }
.blue-tile-link:hover img, .blue-tile-link:focus img { filter: grayscale(0); }
.blue-tile-link:hover .blue-image-bg, .blue-tile-link:focus .blue-image-bg { opacity: 0; }

.custom-posts-beyond { background-image: url("images/news-block-bg.png"); background-position: top center; background-size: cover; background-repeat: no-repeat; padding-top: 230px; margin-top: -125px; margin-bottom: -25px;  padding-bottom: 25px; }
.custom-posts-header { display: flex; justify-content: space-between; align-items: center; padding-bottom: 40px; }
.custom-posts-header h2 { color: #2e2e2e; font-size: 44px; margin: 0; }
.custom-posts-row { display: flex; justify-content: space-between; padding-bottom: 96px; }
.custom-posts-row .inner { width: 100%; background: #fff; }
.custom-posts-row .style2 { display: none; }
.post-tile-img-link { display: block; overflow: hidden; }
.post-tile-img-link img { transition: transform 0.4s linear; }
.post-tile-img-link:hover img, .post-tile-img-link:focus img { transform: scale(1.05); }
.custom-posts-row .inner-content { padding: 28px 25px 25px; min-height: 176px; }
.custom-posts-row .inner-content a, .custom-posts-row .inner-content a:hover, .custom-posts-row .inner-content a:focus { text-decoration: none; }
.custom-posts-row .inner-content h3 { margin: 0; }
.post-tile-date-row { margin-bottom: 10px; }
.post-tile-date-row span { font-size: 16px; font-weight: 600; color: #f15d22;  }
.tile-arrow-link { transition: filter 0.4s linear; position: absolute; right: 0; bottom: 0; }
.tile-arrow-link:hover, .tile-arrow-link:focus { filter: brightness(0.85); }
.corner-arrow { background-image: url("images/tilearrow.png"); display: block; width: 40px; height: 40px; background-size: contain; background-position: center; background-repeat: no-repeat; }

.custom-posts-beyond.categories-version { margin-top: 0; padding-top: 94px; margin-bottom: -50px; padding-bottom: 42px; }

/* impact slider */
.js-slider-viewport { display: block; position: relative; overflow: hidden; clear: both; width: 100%; }
.js-slider-items { position: absolute; left: 0; top: 0; }
.js-slider-item { display: none; position: relative; float: left; }
.js-slider-item-overlay { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; cursor: pointer; }
.js-slider-item.active .js-slider-item-overlay { display: none; }
.js-slider-navigation-item,
.js-slider-prev,
.js-slider-next { padding: 0; border: 0; outline: none; margin: 0; background: transparent; }

.impact-slider-wrap { padding-top: 30px; }
.impact-single-slide { padding: 0 10px; }
.impact-slider { box-shadow: 0 0 7px 0 rgba(0,0,0,0.3); position: relative; padding-top: 88px; padding-bottom: 50px; margin-bottom: 104px; background: url("images/sliderbg.jpg") center no-repeat; background-size: cover; min-height: 500px; }
.impact-slider .impact-navigation-bullets { display: flex; justify-content: center; position: absolute; bottom: 30px; left: 0; right: 0; }
.impact-slider .impact-navigation-bullets button { width: 10px; height: 10px; margin: 0 5px; border-radius: 10px; border: 2px solid #fff; }
.impact-slider .impact-navigation-bullets button.active { background: #fff; }
.impact-slider .js-slider-item .inner { max-width: 844px; margin: auto; }
.impact-slider p, .impact-slider span, .impact-slider li, .impact-slider h2, .impact-slider h3, .impact-slider a { color: #fff; }
.impact-slider p { margin-bottom: 22px; }

/*single-person*/
.person-container { padding-top: 60px; }
.person-header { margin-bottom: 42px; }
.person-header h1 { margin-top: 10px; margin-bottom: 10px; }
.person-header .position { color: #2e2e2e; font-weight: 600; font-size: 20px; }
.person-featured-image-desktop img, .person-featured-image-mobile img { box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); }
.person-featured-image-mobile { display: none; }
.fake-breadcrumb a { display: inline-block; color: #fff; font-weight: 600; font-size: 16px; padding: 6px 8px; margin-right: 10px; text-decoration: none; background-color: #2e2e2e; transition: background 0.4s linear; }
.fake-breadcrumb a:hover, .fake-breadcrumb a:focus { background-color: #000; }

.pagination { display: flex; padding-top: 40px; border-top: 2px solid #d9d9d9; }
.person-pagination { margin-bottom: 120px; }
.pagination-one-third { width: 33.333%; display: flex; align-items: center; }
.pagination-one-third .next { margin-left: auto; }
.pagination-one-third .green-button { margin: auto; }

.person-pagination .next, .person-pagination .prev { text-decoration: none; color: #1f1f1f; font-size: 20px; }
.person-pagination .next::after { transition: border-color 0.4s linear; margin-left: 18px; display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 7.5px 0 7.5px 13px; border-color: transparent transparent transparent #026cb6; }
.person-pagination .prev::before { transition: border-color 0.4s linear; margin-right: 18px; display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 7.5px 13px 7.5px 0; border-color: transparent #026cb6 transparent transparent; }
.person-pagination .next:hover::after { border-color: transparent transparent transparent #005896 ; }
.person-pagination .prev:hover::before { border-color: transparent #005896  transparent transparent; }
.person-pagination .next:focus::after { border-color: transparent transparent transparent #004c81 ; }
.person-pagination .prev:focus::before { border-color: transparent #004c81  transparent transparent; }

.list-of-leaders { margin: 0 0 80px -25px; display: flex; flex-wrap: wrap; }
.leader-tile { max-width: 237px; width: 100%; padding-left: 25px; margin-bottom: 38px; }
.leader-tile a { text-decoration: none; }
.leader-tile h2 { font-size: 20px; margin-top: 12px; margin-bottom: 5px; line-height: 1.2; }
.leader-tile span { color: #2e2e2e; font-size: 16px; font-weight: 600; }
.leader-tile .img-hover-wrap { box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); }
.img-hover-wrap { overflow: hidden; box-shadow: 0 0 15px 0 rgba(0,0,0,0.5); }
.img-hover-wrap img { display: block; }
.leader-link img { transition: transform 0.4s linear; display: block; }
.leader-link:hover img, .leader-link:focus img { transform: scale(1.05); }

/*======Single post======*/
.single-post-hero { height: 610px; background-position: center; background-size: cover; background-repeat: no-repeat; margin-bottom: 60px; }
.single-post-hero img { display: none; }
.single-post-header h1 { margin-top: 10px; margin-bottom: 10px; }
.single-post-header { padding-top: 60px; }
.category-post-widget { text-decoration: none; background: #fff; display: block; }
.category-post-widget .img-hover-wrap { box-shadow: none; }
.category-post-widget img { transition: transform 0.4s linear; width: 100%; }
.category-post-widget:hover img, .category-post-widget:focus img { transform: scale(1.05); }
.category-post-widget h2 { color: #2e2e2e; margin: 0; font-size: 18px; line-height: 1.7; }
.category-post-widget .widget-content { padding: 16px 25px 27px; min-height: 104px; }

.categories-list-widget { background: #fff; padding: 22px 25px 40px; border-bottom: 2px solid #f15d22; }
.categories-list-widget h2 { margin: 0 0 20px; padding-bottom: 10px; border-bottom: 2px solid #fbfbfb; }
.site-main .categories-list-widget ul { padding: 0; margin: 0; }
.site-main .categories-list-widget li { padding: 0; margin: 0 0 25px; }
.site-main .categories-list-widget li::before { display: none; }
.categories-list-widget a { transition: color 0.4s linear; text-decoration: none; color: #2e2e2e; font-size: 20px; }
.categories-list-widget a:hover { color: #f15d22; }
.categories-list-widget a:focus { color: #d94300; }

.custom-social-toolbar-outer { padding-top: 16px; }
.custom-social-toolbar { display: flex; background: #fff; padding: 25px; border-bottom: 2px solid #cacaca; }
.custom-social-toolbar .lbl { margin-right: 25px; font-size: 20px; font-weight: 600; color: #f15d22; }
.sharing-icons { display: flex; align-items: center; justify-content: space-between; }
.sharing-icons > * { margin-right: 25px; }
.custom-social-toolbar .sharingbtnemail { display: flex; align-items: center; justify-content: center; width: 60px; height: 22px; text-transform: uppercase; border: 1px solid #cccccc; background: #fff; border-radius: 4px; vertical-align: super; text-decoration: none; font-size: 10px; color: #7c7c7c; padding: 2px 4px; }
.custom-social-toolbar .sharingbtnemail:hover, .custom-social-toolbar .sharingbtnemail:focus { color: #7c7c7c; border: 1px solid #cccccc; }
.emailshareimg { height: 9px; position: relative; margin-right: 3px; }

/*======Blog Main======*/
.beyond-blog-header { background-image: url("images/blogheaderbg.png"); background-size: cover; background-position: bottom center; padding-top: 1px; padding-bottom: 110px; margin-bottom: 80px; }
.blog-columns { display: flex; }
.blog-columns .left-col { width: 100%; max-width: 765px; margin-right: 25px; margin-bottom: 80px; }
.blog-columns .right-col { width: 100%; max-width: 291px; margin-left: auto; margin-bottom: 80px; }
.beyond-blog-header .blog-columns .left-col, .beyond-blog-header .blog-columns .right-col { margin-bottom: 0; }
.blog-columns .img-hover-wrap { box-shadow: 0 0 8px 0 rgba(0,0,0,0.3); }
.beyond-blog-header .blog-columns .left-col { max-width: 844px; }
.beyond-blog-header .right-col .single-post-blog-tile { background: #fff; margin-bottom: 25px; }
.beyond-blog-header .right-col .post-tile-date-row { display: none; }

.beyond-blog-header .blog-columns .img-hover-wrap { box-shadow: none; }
.img-hover-scale img { transition: transform 0.4s linear; }
.img-hover-scale:focus img, .img-hover-scale:hover img { transform: scale(1.03); }

.single-post-blog-tile { margin-bottom: 86px; }
.single-post-blog-tile img { width: 100%; }
.single-post-blog-tile h2 { margin: 0 0 6px; display: inline-block; color: #2e2e2e; font-size: 30px; }
.right-col .single-post-blog-tile h2 { margin: 0; font-size: 18px; }
.right-col .single-post-blog-tile .blog-tile-content { padding: 18px 25px 30px; }
.single-post-blog-tile a { text-decoration: none; }
.single-post-blog-tile .post-tile-date-row { padding-top: 21px; margin-bottom: 12px; }
.single-post-blog-tile .read-more { color: #026cb6; }
.single-post-blog-tile .read-more:hover { color: #005896; }
.single-post-blog-tile .read-more:focus { color: #004c81; }

.blog-pagination { display: flex; padding-top: 60px; border-top: 2px solid #d9d9d9; margin-bottom: 110px; }
.blog-pagination .next { margin-left: auto; }
.blog-pagination .next a, .blog-pagination .prev a { text-decoration: none; color: #1f1f1f; font-size: 20px; }
.blog-pagination .next a::after { position: relative; top: 1px; transition: border-color 0.4s linear; margin-left: 18px; display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 7.5px 0 7.5px 13px; border-color: transparent transparent transparent #026cb6; }
.blog-pagination .prev a::before { position: relative; top: 1px; transition: border-color 0.4s linear; margin-right: 18px; display: inline-block; content: ''; width: 0; height: 0; border-style: solid; border-width: 7.5px 13px 7.5px 0; border-color: transparent #026cb6 transparent transparent; }
.blog-pagination .next a:hover::after { border-color: transparent transparent transparent #005896; }
.blog-pagination .next a:focus::after { border-color: transparent transparent transparent #004c81; }
.blog-pagination .prev a:hover::before { border-color: transparent #005896 transparent transparent; }
.blog-pagination .prev a:focus::before { border-color: transparent #004c81 transparent transparent; }
.blog-sidebar-mobile { display: none; }
.js-fancy-archive-more { transition: color 0.4s linear; color: #026cb6; border: none; background: transparent; font-size: 20px; padding: 0; }
.js-fancy-archive-more:hover { color: #005896; }
.js-fancy-archive-more:focus { color: #004c81; outline: none; }

/*======Contact======*/
.contact-tabs-beyond { position: relative; z-index: 5; }
.contact-tabs-beyond .mobile-toggle-content { display: flex; justify-content: space-between; }
.mobile-tab-header { display: none; }
.tabs-switcher-block { background-image: url("images/contactformbg.jpg"); background-position: center; background-size: cover; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); }
.switcher-header { display: flex; }
.tab-switcher { position: relative; height: 74px; border: none; border-right: 1px solid #d5d5d5; background-color: #cacaca; color: #2e2e2e; width: 100%; display: block; font-weight: 600; font-size: 26px; transition: background-color 0.4s linear, border-color 0.4s linear, color 0.4s linear; }
.tab-switcher::after { content: ''; transition: border-color 0.4s linear; position: absolute; bottom: 8px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-style: solid; border-width: 4px 5px 0 5px; border-color: transparent transparent transparent transparent; }
.switcher-header:last-child .tab-switcher { border-right: none; }
.tab-switcher:focus { outline: none; }
.tab-switcher.active { background-color: #f15d22; border-color: #f15d22; color: #fff; }
.tab-switcher.active::after { border-color: #ffffff transparent transparent transparent; }

.single-tab-content-outer { display: none; }
.single-tab-content-outer.active { display: block; }
.single-tab-content { display: flex; padding: 38px 50px 65px 50px; }

.left-tab-col { max-width: 395px; width: 100%; margin-right: 25px; }
.right-tab-col { max-width: 553px; width: 100%; margin-left: auto; }
.contact-tabs-beyond .right-tab-col { padding-top: 15px; }
.input-wrap * { width: 100%; }

.span-label { color: #f15d22; font-size: 16px; display: inline-block; margin-bottom: 7px; }
.single-tab-content p { margin-bottom: 20px; }
.single-tab-item p { color: #1f1f1f; font-size: 23px; line-height: 1.25; margin-bottom: 27px; }
.single-tab-item a { color: #2e2e2e; text-decoration: none; }

.input-wrap label { color: #f15d22; font-size: 16px; display: inline-block; margin-bottom: 7px; }
.input-wrap input { height: 60px; margin-bottom: 15px; }
.input-wrap input::placeholder { color: #cacaca; }
.input-wrap input, .input-wrap textarea { border: 1px solid #cacaca; border-radius: 3px; padding-left: 18px; padding-right: 18px; font-size: 18px; color: #2e2e2e; }
.input-wrap textarea { height: 180px; margin-bottom: 26px; padding-top: 18px; padding-bottom: 18px; }
textarea { font-family: "Whitney normal A", "Whitney normal B"; }
.input-wrap textarea::placeholder { color: #cacaca; }
.input-wrap input[type="submit"] { height: 55px; color: #fff; font-weight: 500; width: 212px; border: none; background: #026cb6; transition: background-color 0.4s linear; }
.input-wrap input[type="submit"]:hover, .input-wrap input[type="submit"]:focus { background: #027ED5; }
.wpcf7-response-output { margin: 0; padding: 12px 18px; }

.google-map-beyond { border-top: 25px solid #f2f2f2; margin-top: -100px; margin-bottom: -78px; }
.map-container-inner { position: relative; }
.google-map-beyond .content-block { position: absolute; top: 180px; left: 15px; z-index: 5; background-color: #f16127; padding: 39px 50px 45px; max-width: 449px; width: 100%; box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); }
.google-map-beyond .content-block h2 { margin-top: 0; margin-bottom: 26px; padding-bottom: 14px; color: #fff; border-bottom: 2px solid rgba(255,255,255,0.25); font-size: 30px; }
.google-map-beyond .content-block p { color: #fff; font-size: 19px; line-height: 1.6; margin-bottom: 20px; }
.google-map-beyond .content-block a { color: #fff; text-decoration: none; }
.google-map-beyond .content-block .smaller-text { font-size: 16px }
.google-map-container { height: 700px; width: 100%; background-size: cover; background-position: center; }

.grecaptcha-badge { display: none; }

/*======Single school======*/
.beyond-school-header { position: relative; margin-top: -60px; margin-bottom: 104px; min-height: 750px; background-size: cover; background-position: center; background-repeat: no-repeat; padding: 160px 0 73px 0; display: flex; }
.beyond-school-header .container { display: flex; flex-direction: column; justify-content: flex-end; }
.beyond-school-header h1 { max-width: 686px; width: 100%; display: block; background: #f15d22; color: #fff; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); margin: 0; padding: 16px 29px 23px; }
.beyond-school-header span { box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); font-size: 20px; position: relative; z-index: 2; display: block; width: 212px; background-color: #fff; color: #f15d22; font-weight: 600; padding: 15px 29px; white-space: pre; }
.header-cutoff { background-image: url("images/headercutoff.png"); background-size: cover; background-position: center; height: 26px; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; }
.beyond-school-header.no-image { min-height: unset; padding-bottom: 0; }
.beyond-school-header.no-image .header-cutoff { display: none; }
.info-block { background: #fff; padding: 25px; max-width: 449px; }
.info-block-header { padding: 40px 20px 58px; border-bottom: 2px solid #f2f2f2; margin-bottom: 29px; }
.single-data-unit { display: flex; }
.info-block .single-data-unit .second { margin-left: 50px; }
.single-data-unit span { color: #f15d22; }
.single-data-unit p { margin-bottom: 17px; font-size: 23px; }
.info-block-footer { border-top: 2px solid #f2f2f2; padding-top: 30px; padding-bottom: 10px; display: flex; align-items: center; }
.info-block-footer .website, .info-block-footer button { font-size: 16px; font-weight: 200;  border-radius: 3px; text-align: center; margin-right: 20px; color: #fff; text-decoration: none; border: none; background: #2e2e2e; padding: 5px 6px; display: inline-block; }
.info-block-footer .website i { position: relative; top: 2px; margin-right: 7px; background: url("images/globeico.png") no-repeat center; background-size: contain; width: 16px; height: 16px; display: inline-block; }
.info-block-footer .imgUrl360 i { position: relative; top: 1px; margin-right: 7px; background: url("images/wiev360ico.png") no-repeat center; background-size: contain; width: 17px; height: 13px; display: inline-block; }
.info-block-footer .socials { display: flex; align-items: center; }
.info-block-footer .socials a { margin-right: 10px; width: 26px; height: 26px; display: block; background-size: cover; background-position: center; }
.info-block-footer .socials a:last-child { margin-right: 0; }
.info-block-footer .socials .facebook { background-image: url("images/schoolfb.png"); }
.info-block-footer .socials .twitter { background-image: url("images/schooltwitter.png"); }
.info-block-footer .socials .linkedin { background-image: url("images/schoollinkedin.png"); }
.info-block-footer .socials .youtube { display: flex; height: auto; width: auto; }
.info-block-footer .socials .youtube svg { height: 26px; color: #ff0000; }
.info-block-footer .socials .instagram { background-image: url("images/instagram.png"); }
.panorama-popup .popupinner { height: 600px; flex-direction: column; }
.panorama-popup .popupinner iframe { width: 100%; flex-grow: 1; }

.tabs-switcher-text-version { padding-top: 40px; margin-bottom: 120px; }
.tabs-switcher-text-version .left-tab-col { max-width: 553px; }

.school-slider-wrap { margin-bottom: 120px; display: flex; justify-content: center; }
.school-slider-wrap.slick-initialized { display: block; }
.slick-initialized .school-single-slide { margin-right: 50px; margin-left: 0; }
.school-single-slide { margin: 0 25px; }
.school-single-slide a { display: block; }
.school-single-slide img { pointer-events: none; width: 290px; display: block; }
.school-slider-wrap .slick-track { left: -85px; }

/*====Network main=====*/
.animated-number-widget { text-align: center; }
.large-number-container span { font-weight: 600; font-size: 180px; line-height: 0.9; color: #f15d22; }
.large-blue-text-container.js-fancy-number span { color: #026cb6; }
.js-fancy-number span { opacity: 0; font-size: 180px; line-height: 0.85; font-weight: 600; color: #f15d22; display: block; width: 100%; text-align: center; }
.js-fancy-number { margin-bottom: 20px; margin-top: -12px; }
.animated-number-widget p { color: #f15d22; font-weight: 600; font-size: 56px; line-height: 1.3; margin-bottom: 0; text-align: center; }
.tabs-switcher-list-version { margin-bottom: 120px; }
.single-tab-content.list-tab { padding: 44px 50px 66px 50px; }
.mobile-toggle-content { width: 100%; }
.single-tab-content.list-tab .mobile-toggle-content { display: flex; }
ul.schools-list { list-style: none; padding: 0; margin-bottom: 14px; margin-right: 100px; width: 100%; max-width: 520px; }
ul.schools-list.schools-list-second { margin-right: 0; }
ul.schools-list li::before { display: none; }
ul.schools-list li { margin-bottom: 14px; }
ul.schools-list li.term { margin-bottom: 7px; }
.schools-list .term.main-term, .schools-list .term.main-term a { font-size: 20px; font-weight: 600; margin-bottom: 17px; }
.schools-list .term, .schools-list .term a { color: #f15d22; font-size: 16px; }
.schools-list a { text-decoration: none; color: #2f2f2f; }
.single-tab-content.map-tab { padding: 0; }
.map-tab .mobile-toggle-content { height: 625px; width: 100%; }
#leafletmap { height: 625px; width: 100%; }
.leaflet-container a.jg-tooltip-link { color: #fff; text-decoration: none; font-size: 15px; font-weight: 300; display: inline-block; padding: 9px 11px; }
.site-content .leaflet-popup-content-wrapper { background: #000; border-radius: 0; box-shadow: 0 1px 10px rgba(0,0,0,0.3); }
.site-content .leaflet-popup-tip { background: #000; width: 10px; height: 10px; margin-top: -5px; box-shadow: 0 1px 10px rgba(0,0,0,0.3); }
.site-content .leaflet-container a.leaflet-popup-close-button { display: none; }
.site-content  .leaflet-popup-content { margin: 0; }
.tabs-switcher-list-version .single-tab-content-outer.tab2 { max-height: 625px; overflow: auto; }
.list-of-schools { margin-bottom: 100px; padding: 44px 50px 66px 50px; background-color: #f2f2f2; background-image: url("images/backgroundshape.png"); background-position: top 0 right -60px; background-repeat: no-repeat; box-shadow: 0 0 10px 0 rgba(0,0,0,0.2); }
.list-of-schools h2 { margin-top: 0; font-size: 44px; }
.list-of-schools .schools-inner { display: flex; }

/*======Popup======*/
.popup { background: rgba(0,0,0,0.5); position: fixed; top: 0; bottom: 0; left: 0; height: 100%; width: 100%; display: none; align-items: center; justify-content: center; z-index: 100002; }
.popupinner { position: relative; display: flex; text-align: initial; background-color: #fff; max-width: 90%; max-height: 90%; width: 844px; min-height: 400px; border-radius: 4px; -webkit-box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.5); -moz-box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.5); box-shadow: 0px 10px 60px 0px rgba(0,0,0,0.5); }
.closePopup { background-color: transparent; padding: 0; border: none; cursor: pointer; position: absolute; display: block; right: 5px; top: 5px; width: 36px; height: 36px; }
.closePopup:focus { outline: none; }
.closePopup::before, .closePopup::after { background-color: #e27b66; content: ''; width: 5px; height: 22px; position: absolute; transition: background-color 0.4s linear; }
.closePopup::before { transform: rotate(45deg); top: 8px; left: 15px; }
.closePopup::after { transform: rotate(-45deg); top: 8px; left: 15px; }
.closePopup:hover::after, .closePopup:hover::before, .closePopup:focus::after, .closePopup:focus::before { background-color: #ee7b66; }
.popupContent { padding: 30px; overflow-y: auto; }
.noScroll { position: fixed; overflow: hidden; left: 0; right: 0; }

.search-popup .popupinner { height: auto; overflow: visible; box-shadow: none; min-height: 0; padding: 18px; }
.search-popup .closePopup { right: -10px; top: -35px; }
.search-popup .closePopup::before, .search-popup .closePopup::after { background: #fff; }
.search-popup .closePopup:hover::before, .search-popup .closePopup:hover::after { background: #ababab; }
.search-box form { position: relative; display: flex; max-width: 844px; margin: auto; }
.search-box { position: relative; width: 100%; }
.search-box input[type='submit'] { flex-shrink: 0; background-color: transparent;  background-image: url(images/searchiconlarge.png); background-size: contain; background-repeat: no-repeat; border: none; width: 40px; height: 40px; }
.search-box input[type='submit']:focus { outline: none; }
.search-box input[type='text'] { max-width: calc( 100% - 40px ); flex-grow: 1; line-height: 1; font-size: 26px; box-shadow: none; padding-left: 0; height: auto; border-radius: 0; background: transparent; border: none; outline: none; color: #2e2e2e; }
.search-box input[type='text']::placeholder { color: #6D6D6D; }
.search-box input[type='text']::-webkit-input-placeholder { color: #6D6D6D; }
.search-box input[type='text']:-moz-placeholder { color: #6D6D6D; }
.search-box input[type='text']::-moz-placeholder { color: #6D6D6D; }
.search-box input[type='text']:-ms-input-placeholder { color: #6D6D6D; }
.search-box input[type='text']:focus { box-shadow: none; outline: none; }
#myautocomplete {  width: 100%; background: rgba(255,255,255,0.9); position: absolute; left: 0; top: 80px; max-height: 325px; overflow-y: auto; border-radius: 3px; }
#myautocomplete a { text-decoration: none; text-align: left; display: block; width: 100%;  background: transparent; border: none; color: #2e2e2e; font-size: 22px; box-shadow: none; line-height: 1.4; padding: 9px 0 9px 18px; }
#myautocomplete a:hover, #myautocomplete a:focus { text-decoration: none; color: #f15d22; }
#myautocomplete p { color: #2e2e2e; font-size: 18px; margin-bottom: 0; padding: 10px 0 10px 18px; }

.error-404 { text-align: center; }
.error-404 h1 { font-size: 200px; margin-top: 52px; margin-bottom: 5px; }
.error-404 p { max-width: 528px; margin: auto; }
.img404 { padding-top: 36px; margin-bottom: 104px; }
.img404 img { display: block; margin: auto; }

.laureate-gallery { /*padding: 0 5px;*/ }
.laureate-gallery .gallery-single-item { width: 33.33%; padding: 0 5px; margin-bottom: 10px; }
.laureate-gallery a { display: block;  }
.laureate-gallery img { display: block; }
.gallery-row { margin: 0 -5px; display: flex; flex-wrap: wrap; }

/*===IE10 fixes==*/
.isIE10 .tab-switcher { width: auto; flex-grow: 1; }


@media (min-width: 1920px){
    .masthead-bottom-bg { background-size: cover; }
}

@media (min-width: 992px) {
    .header-menu > li:hover .sub-menu-container { display: flex; }
}

@media (max-width: 1825px){
    .school-slider-wrap .slick-track { left: 0; }
}

@media (max-width: 1210px){
    .list-of-leaders { margin-left: -15px; margin-right: -15px; }
    .leader-tile { padding: 0 15px; max-width: 25%; }
}

@media (max-width: 1200px){
    .blue-tiles-background .blue-tiles-row,
    .custom-posts-row, .blue-tiles-row { margin: 0 -15px; }
    .one-third-tile { padding: 0 15px; max-width: 400px; }
    .impact-block2 { margin-left: 0; margin-right: 0; }
    .impact-block2-right { padding-left: 10px; }
}

@media (max-width: 991px){
    .js-main-menu-mobile-container, .header-buttons { flex-wrap: wrap; }
    .language-chooser { width: 100%; margin-left: 0; margin-bottom: 0; padding-top: 15px; padding-bottom: 0; border-top: 1px solid #b7b7b7; }
    .language-chooser > a { display: none; }
    .pll-list { display: block; position: relative; padding: 0; transform: translate(0); left: 0; top: 0; text-align: center; width: auto; box-shadow: none; }
    .pll-list li:last-child { margin-right: 0; }
    .pll-list li { margin: 0 8px 0 0; display: inline-block; border: none; }
    .pll-list li a { padding: 0 }
    .pll-list img { width: auto; height: 30px; }
    .pll-list span { display: none; }
    .header-buttons { justify-content: center; padding: 15px 0; border-bottom: 1px solid #b7b7b7; }

    .socials { margin-bottom: 15px; }
    header .search { margin-right: 20px; margin-bottom: 15px; }
    header .search i { height: 30px; width: 30px; }
    .socials .social-icon { margin-right: 20px; }
    header .social-icon{ width: 30px; height: 30px; }

    .impact-block2-left span:last-child { text-align: center; }
    .impact-block1 { margin-bottom: 30px; }
    .impact-block2-right { padding-left: 0; width: 100%; max-width: 100%; }
    .large-blue-text-container { padding-top: 0; }
    .home-global-network { margin-bottom: 0; }
    .person-header .position { display: inline-block; margin-bottom: 10px; }
    .contact-tabs-beyond .mobile-toggle-content { display: none; }
    .single-tab-content.list-tab .mobile-toggle-content { display: none; }
    .single-tab-content { padding: 0; }
    .tabs-switcher-block .single-tab-content-outer:last-child  { border-bottom: none; }
    .single-tab-content-outer { border-bottom: 1px solid #c0c0c0; }
    .mobile-toggle-content { display: none; }
    .tab-switcher::after { border-color: #2f2f2f transparent transparent transparent; transition: transform 0.4s linear; }
    .tab-switcher.active::after { transform: translateX(-50%) rotate(180deg); }
    .tabs-switcher-list-version .single-tab-content-outer.tab2 { max-height: unset; }
    .until992 { display: none; }
    .from991 { display: block; }
    .from991 img { margin-bottom: 15px; }
    .tabs-switcher-list-version { margin-bottom: 60px; }
    .single-tab-content.list-tab { padding: 0; }
    .map-tab .mobile-toggle-content { padding: 0; }
    .mobile-toggle-content { padding: 25px; }
    .school-slider-wrap { margin-bottom: 80px; }
    .tabs-switcher-text-version { margin-bottom: 60px; }
    .beyond-school-header h1 { padding-bottom: 16px; }
    .beyond-school-header { min-height: 550px; margin-bottom: 60px; }
    .tabs-switcher-text-version .left-tab-col { max-width: 100%; }
    .footer-block2-last { justify-content: center; align-items: center; }
    .js-main-menu-mobile-container, .header-buttons { margin-left: 0; }
    .switcher-header { display: none; }
    .mobile-tab-header, .single-tab-content, .single-tab-content-outer { display: block; }
    .right-tab-col { margin: 0; }
    .mobile-tab-header h2 { margin-top: 0; font-size: 26px; }
    .tabs-switcher-block { background: #f4f4f4; margin: auto; }

    .beyond-blog-header .blog-columns .right-col { display: flex; max-width: 100%; justify-content: space-between; }
    .beyond-blog-header .right-col .single-post-blog-tile { width: calc(50% - 10px); margin-bottom: 0; }
    .beyond-blog-header .left-col { padding-bottom: 20px; }
    .blog-columns { display: block; }
    .beyond-blog-header { padding-bottom: 60px; }
    .blog-columns .left-col { max-width: 100%; margin-right: 0; }
    .blog-sidebar-desktop { display: none; }
    .blog-sidebar-mobile { display: flex; justify-content: space-between; }
    .person-featured-image-mobile { display: block; }
    .person-featured-image-desktop { display: none; }
    .curved-nav .custom-logo-link, .single-school .custom-logo-link, .home .custom-logo-link, .custom-logo-link { height: 26px; }
    .curved-nav .masthead-bg, .single-school .masthead-bg, .home .masthead-bg, .masthead-bg { background: #fff; height: 51px; border-bottom: 1px solid #b7b7b7; padding-top: 0; }
    .curved-nav .masthead-bottom-bg, .single-school .masthead-bottom-bg, .home .masthead-bottom-bg { display: none; }
    .home-content-block { margin-bottom: 0; }
    .impact-left-part { padding: 25px; }
    .impact-block2 { display: block; }
    .impact-block2-left { margin: auto; max-width: 100%; }
    .js-main-menu-mobile-container { display: none; position: absolute; top: 51px; background: #fff; left: 0; right: 0; max-height: calc( 100vh - 51px ); overflow-y: auto; }
    .header-menu-container { margin-right: 0; }
    .header-menu li { display: block; margin: 0; }
    .header-menu li.open .sub-menu-container { display: flex; }
    .header-menu li.open > a { color: #0A246A; }
    .header-menu li a { border-bottom: 1px solid #b7b7b7; }
    .sub-menu-container { position: relative; top: unset; left: unset; transform: none; width: 100%; box-shadow: none; }
    .sub-menu { padding: 0; }
    .sub-menu li:last-child a { border-bottom: 1px solid #b7b7b7; }
    .header-menu a { display: block; font-size: 24px; padding: 10px 15px; }

    .maxwidth637, .maxwidth716, .maxwidth874, .maxwidth1190 { max-width: 100%; }
    .widget-custom { max-width: calc( 50% - 15px ); margin-bottom: 50px; }
    h1 { font-size: 30px; margin: 28px 0; }
    .right-col .wp-block-quote p { font-size: 30px; }
    .right-col .wp-block-quote::before, .right-col .wp-block-quote::after {  width: 73px; height: 48px; }
    .columns-b-container .left-col, .columns-a-container .left-col { margin-top: 0; }
    .default-hero { height: 300px; margin-bottom: 50px; }
    .navtoggle { display: flex; justify-content: center; align-items: center; }
    .columns-container .row { display: block; }
    .single-column { margin-bottom: 40px; padding: 0 15px; width: 100%; }
    .left-col > *:last-child, .right-col  > *:last-child { margin-bottom: 0 !important; }
    .columns-b-container .right-col, .columns-b-container .left-col, .columns-a-container .left-col, .columns-a-container .right-col { max-width: 100%; }
    .single-post .columns-b-container .right-col { max-width: 100%; margin-left: 0; }
    .columns-b-container .right-col, .columns-a-container .right-col { display: flex; flex-wrap: wrap; justify-content: space-between; }
    .columns-b-container .right-col > *, .columns-a-container .right-col > * { flex-basis: 50%; }

    .home-content-block.columns-a-container .right-col { display: block; text-align: center; }
    .columns-a-container.single-block-c .right-col { justify-content: center; text-align: center; }
    .single-block-c .border-top { padding-bottom: 40px; }
    .single-block-c h2 { font-size: 36px; margin-top: 0; }
    .single-background-block { margin-bottom: 40px; }

    .footer-block1 { display: block; text-align: center; }
    .footer-block1 .site-logo { display: inline-block; margin-bottom: 15px; }
    .footer-menu-container { text-align: center; }
    .footer-block2 { display: block; }
    .footer-mailchimp { margin: auto; margin-bottom: 20px; }
    .footer-mailchimp h3 { text-align: center; }
    .footer-block2-logos { padding: 0 15px; float: left; }
    .google-translation-wrap { margin-bottom: 20px; }

    .home-header-inner h1 { font-size: 60px; }
    .home-header-inner span { font-size: 20px; }
    .home-header { min-height: 550px; margin-bottom: 52px; }
}

@media (max-width: 767px) {
    .single-post-hero img { display: block; }
    .single-post-hero { background: none; height: unset; }
    .custom-posts-row .style2 { display: block; }
    .custom-posts-header .style2 { display: none; }
    .has-huge-font-size { font-size: 65px; }
    .has-large-font-size { font-size: 24px; }
    .impact-slider { min-height: 400px; }
    .school-single-slide img { pointer-events: none; width: 150px; }
    .school-single-slide { margin: 0 15px; }
    .slick-initialized .school-single-slide { margin-right: 20px; }
    .google-map-beyond { margin-top: 50px; border-top: 0; }
    .google-map-beyond .content-block { position: relative; top: 0; left: 0; margin: 0 auto -60px; }
    .google-map-beyond .hasBackground .content-block { position: relative; top: 0; left: 0; margin: 60px auto 0; }
    .google-map-container { border-top: 25px solid #F2F2F2; }
    .home-impact-block { text-align: center; }
    .impact-left-part { margin: auto; }
    .impact-right-part { min-height: 400px; margin-right: 0; max-width: 100%; }
    .home-impact-block { display: block; }
    .custom-posts-row, .blue-tiles-row { flex-direction: column; align-items: center; padding-bottom: 46px;  }
    .one-third-tile { margin-bottom: 25px; }
    .list-of-schools { margin-bottom: 60px; padding: 25px; }
    .list-of-schools .schools-inner { display: block; }
    .beyond-blog-header .right-col .post-tile-date-row { display: block; }
    .beyond-blog-header .blog-columns .right-col { display: block; }
    .beyond-blog-header .right-col .single-post-blog-tile { width: 100%; margin-bottom: 30px; background: transparent; }
    .right-col .single-post-blog-tile .blog-tile-content { padding: 0; }
    .right-col .single-post-blog-tile h2 { font-size: 26px; }
}

@media (max-width: 700px) {
    .blog-sidebar-mobile { display: block; }
    .pagination-one-third { width: auto; margin-bottom: 20px; }
    .person-pagination { flex-direction: column; align-items: center; margin-bottom: 40px; }
    .columns-b-container .right-col, .columns-a-container .right-col { display: block; }
    .columns-b-container .right-col > *, .columns-a-container .right-col > * { margin-left: auto; margin-right: auto; }
    .widget-custom { max-width: 100%; }
    .custom-posts-header { display: block; }
}

@media (max-width: 576px) {
    .large-blue-text { font-size: 130px; }
    .hp-content-block p.large-blue-label { font-size: 56px; }
    .error-404 h1 { font-size: 150px; }
    .img404 { margin-bottom: 54px; }
    .buttons-block { display: flex; flex-direction: column; }
    .buttons-block .showPanorama { margin-top: 10px; }
    .js-fancy-number span { font-size: 160px; }
    .single-post-header { padding-top: 30px; }
    .single-post-blog-tile { margin-bottom: 40px; }
    .single-post-blog-tile h2 { font-size: 26px; }
    .blog-columns .left-col, .blog-columns .right-col { margin-bottom: 40px; }
    .blog-pagination { margin-bottom: 60px; }
    .sharing-icons > * { margin-right: 5px; }
    .background-block-content .gradient { background: -moz-linear-gradient(left, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.85) 1%, rgba(0,0,0,0.6) 80%, rgba(255,255,255,0) 100%); background: -webkit-linear-gradient(left, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 1%,rgba(0,0,0,0.6) 80%,rgba(255,255,255,0) 100%); background: linear-gradient(to right, rgba(0,0,0,0.85) 0%,rgba(0,0,0,0.85) 1%,rgba(0,0,0,0.6) 80%,rgba(255,255,255,0) 100%); }
    .background-block-content-inner { padding: 25px; }
    .list-of-leaders { margin-bottom: 40px; }
    .leader-tile { max-width: 50%; }
    .impact-left-part { padding: 15px 15px 30px; }
    .home-header { padding-bottom: 30px; padding-top: 60px; min-height: 400px; }
    .beyond-school-header span,
    .home-header-inner span { font-size: 15px; padding: 6px 12px; }
    .home-header-inner h1 { font-size: 40px; margin: 8px 0; padding: 0 10px; }
    .beyond-school-header h1 { padding-left: 15px; padding-right: 15px; }
    .footer-menu1 { margin-bottom: 0; }
    .mailchimp-inputs { display: block; text-align: center; }
    .footer-mailchimp input[type=email] { max-width: 100%; margin-right: 0; margin-bottom: 20px; }
    .footer-block3 { display: block; }
    .legal-menu { text-align: left; }
    .legal-menu li { display: inline-block; margin-left: 20px; }
    .legal-menu li:first-child { margin-left: 0; }
    .background-block-content h2, .custom-posts-header h2, .home-impact-block h2, .hp-content-block h2 { font-size: 32px; }
    .list-of-schools h2 { font-size: 32px; }
    .custom-posts-header h2 { margin-bottom: 10px; }
    .custom-posts-beyond { margin-top: 0; padding-top: 60px; }
    .laureate-gallery .gallery-single-item { display: block; width: 50%; }
}

@media (max-width: 395px) {
    .home-header-inner h1 { white-space: nowrap; padding: 0 13px; font-size: 34px; }
    .home-header-inner span { white-space: nowrap; font-size: 13px; }
    .js-fancy-number span { font-size: 120px; }
}