﻿@font-face {
    font-family: 'flecha_smedium';
    src: url('/font/flechas-medium_3_october_2023-webfont.woff2') format('woff2'),
         url('/font/flechas-medium_3_october_2023-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* 				{margin:0; padding:0; outline:none; border:none; -moz-box-sizing:border-box; box-sizing:border-box;}
body			{font-family: azo-sans-web, sans-serif; -webkit-font-smoothing: antialiased !important;  -moz-font-smoothing: antialiased !important; text-rendering: optimizelegibility !important;}

h1,h2,h3,h4,h5,h6	{font-weight:normal; font-family: 'flecha_smedium';}

h1				{}
h2				{font-size:39px; color: #ffffff; margin-bottom: 25px;}

p				{line-height: 1.2em;}
strong			{font-weight:normal; }
p				{color:#000000; margin-bottom:1.4em; font-size: 20px;}
p a				{color:inherit; text-decoration: underline;}
p a:hover		{text-decoration: none;}

ul li a				{color:inherit; text-decoration: underline;}
ul li a:hover		{text-decoration: none;}

a.cover {position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0);cursor:pointer;display:block;}

.intro p {color: #AF272F; }

.col-row		{font-size:0;}
.inner			{width:1229px; max-width: 100%; margin: auto; position: relative;}

.col-100 { width: 100%; padding: 15px; display: inline-block; vertical-align: top; }
.col-2 { width: 50%; padding: 10px; display: inline-block; vertical-align: top; }
.col-3 { width: 33.333%; padding: 15px; display: inline-block; vertical-align: top; }
.col-4 { width: 25%; padding: 15px; display: inline-block; vertical-align: top; }
.col-5 { width: 20%; padding: 15px; display: inline-block; vertical-align: top; }
.col-6 { width: 16.667%; padding: 15px; display: inline-block; vertical-align: top; }
.col-container { width: 100%; padding: 0 15px; max-width: 1500px; margin: auto;  font-size: 0;}

/***** HEADER *****/
.logo					{display:inline-block; vertical-align: middle; width: 168px;}
.logo img				{width: 100%}

header							{padding:27px 0; position: relative; vertical-align: middle;}
header ul						{list-style:none; font-size: 0; display: inline-block; margin-right: 50px;}
header ul li					{display:inline-block; position: relative;}
header ul li a					{color:#000000; font-size: 16px; padding:11px 13px; text-decoration: none; display: block; transition: 0.2s ease-out;}
header ul li.apply a 			{padding: 50px 13px; background-color: #4476FF; color:#fff;}
header ul li.apply a:hover 		{background-color: #06005A; color:#ffffff}
header ul li a:hover 			{color: #4476FF; background-color: transparent; }
header ul li:last-child:after	{display: none;}

header ul li.active a	{font-weight: 500; color: #4476FF}

header ul li:not(.no-border-right):after		 {height:21px; border-right:1px solid #4476FF; position: absolute; right: 0; top: 50%; margin-top: -10.5px; content: '';}

/*
header ul li.blue a:hover,
header ul li.blue.active a	{background-color:#4476FF; color: #ffffff;}

header ul li.purple a:hover,
header ul li.purple.active a	{background-color:#5b77cc; color: #ffffff;}

header ul li.light-blue a:hover,
header ul li.light-blue.active a	{background-color:#4476FF; color: #ffffff;}
*/

a.apply-now			{display: inline-block; height: 100%; font-size: 21px;  background-color: #AF272F; color: #ffffff; text-transform: uppercase; text-decoration: none; padding: 44px 37px 0; transition: 0.45s cubic-bezier(0, 0, 0.21, 1); vertical-align: top }
a.apply-now:hover	{background-color:#199ad6; color: #ffffff}

.header-right		{position:absolute; right: 0; top: 0; height: 100%; display:flex; align-items:center;}

header .country-dropdown 					{position: relative; margin-right: 10px; z-index: 500; }
header .country-dropdown a,
header .country-dropdown span 				{color: #4476FF; font-size: 16px; font-weight: normal; text-decoration: none; padding: 10px 30px 10px 10px; position:relative; cursor: pointer;transition: 0.2s ease-out;}
header .country-dropdown span:after 		{content: ''; width: 11px; height: 6px; background-image: url("/_assets/icon-dd-arrow.svg"); background-repeat: no-repeat; background-size: contain; position: absolute; top: 19px; right: 10px;}
header .country-dropdown .dropdown-content 	{display: none; position: absolute; background-color: #ffffff; top: 28px; }

header .country-dropdown .dropdown-content a 				{color:#06005A; padding: 10px 40px 10px 10px; z-index: 500; display:block; position:relative; font-weight:normal; transition: 0.2s ease-out;}
header .country-dropdown .dropdown-content a:hover 			{color: #fff; background-color: #06005A;}
header .country-dropdown .dropdown-content a:hover:after 	{filter: brightness(0) invert(1);}

header .country-dropdown .dropdown-content a:after { content: ''; width: 15px; height: 15px; background-image: url(/_assets/icon-chevron-right-dark-blue.png); background-repeat: no-repeat; background-size: contain; position: absolute; top: 12px; right: 7px;}

header .country-dropdown:hover .dropdown-content {display:block; }
header .country-dropdown:hover span {color:#fff; background-color:#06005A; margin-top:20px;}
header .country-dropdown:hover span:after {filter: brightness(0) invert(1);}


.bg-cover { background-size: cover; }

.btn.upload-file, .btn.upload-file:hover { background-color: #4476FF; color: #ffffff ;}
#cv-file-name, #app-file-name { display: block; font-size: 14px; line-height:2em; }
.btn-icon.upload-file {position:relative;}
.btn-icon.upload-file:after { content: ''; width: 20px; height: 20px; background-image: url(/_assets/icon-upload-white.png); background-repeat: no-repeat; background-size: contain; position: absolute; top:10px; right:20px;}

/***** HEADER IMAGE *****/
.header-image-section 			{min-height: 565px; position: relative; overflow: hidden;  background-color: #F9F1E8 !important; display: flex; align-items: flex-start}
.header-image-container			{position: absolute; max-width: 100%; width: 100%; height: 100%; right: 0; top: 0}
.header-image					{position: absolute; max-width: 100%; width: 100%; height: 100%; background-position: right top; background-size: contain; background-repeat: no-repeat; background-color: #F9F1E8 !important;}

.header-image-section .inner	{margin-top: 60px; margin-bottom: 60px; z-index: 2}

.header-text			{width: 420px; padding-top: 0;}
.header-text h1			{font-size:48px; color: #000000; margin-bottom: 25px;}
.header-text h1	span	{font-size:48px; color: #4476FF; display: block; margin-top: 15px;}
/*
.header-text h2			{font-size:22px; display: inline-block; background-color: #199ad6; padding: 5px 10px; text-decoration: none; color: #ffffff;}
*/
.header-text h2			{font-size:22px; display: inline-block; color: #ff0000; margin-top: 20px; display: block;}
.header-text h3 		{font-size: 28px; color: #af1e2a; line-height: 1.2em; margin-top: 10px;  }

.header-text .intro p	{font-weight: 500; font-size: 18px; color: #4476FF}

@media (max-width: 970px) {
	.header-text h3 		{font-size: 3vw}
	.header-image-section:after {width: 0px;}.header-image-section .bottom div p {color: #138661;}
}

@media (max-width: 414px) {
	.header-text h3 		{font-size: 4vw}
}

.header-image-section .bottom			{position: absolute; left: 0; bottom: 45px; width: 100%; text-align: center; vertical-align: middle; z-index: 10; margin-bottom: 0}
.header-image-section .bottom p			{font-size:24px; color: #ffffff; display: inline-block; vertical-align: middle; margin-bottom: 0}
.header-image-section .icon				{width:33px; height: 33px; margin: 0 20px 0 0; background-color: #138660; border-radius: 33px; display: inline-block; background-image: url(/_assets/icon-star.png); background-size: 13px 13px; background-position: center; background-repeat: no-repeat; vertical-align: middle;}
.header-image-section .bottom div 		{display:inline-block; margin-right: 20px;}

/***** HOME MAIN SECTION *****/

.overview-box video {width: 100%; height: auto;}

.home-main-section		{padding:43px 0 28px 0;}
.home-main-section p	{font-size:21px; margin-bottom: 25px; color: #ffffff;}

.home-left	{width:605px; max-width: 100%; display: inline-block; vertical-align: top; font-size: 16px;}
.home-right	{width:605px; max-width: 100%; display: inline-block; vertical-align: top; font-size: 16px; margin-left: 19px;}

.overview-box		            {padding:50px; background-image: url(/_assets/bg-pattern.gif); margin-bottom: 20px;}
.overview-box p		            {color:#ffffff;} 
.overview-box p:last-child      {margin-bottom:0;}

.overview-box ul 				{margin-left: 20px;  margin-bottom: 20px; color: #fff; font-size: 21px; line-height: 1.4em; }

.qatar-home .overview-box {margin-bottom:0;}

.qatar-home .supporters-carousel .slide .image-container { width: 125px; height: 125px; border-radius: 100%; background-color: #F1F1F2; background-position: center; background-size: 80%; background-repeat: no-repeat; margin:auto;}

.qatar-home .supporters-carousel .slick-arrow 				{font-size: 0; width: 28px; height: 50px; position: absolute; top: 50%; transform:translateY(-50%); right: -20px; z-index: 10; background-color: transparent; cursor: pointer; background-image: url('/_assets/icon-chevron-right.png'); background-repeat: no-repeat; background-size: 28px; }
.qatar-home .supporters-carousel .slick-arrow.slick-prev 	{-moz-transform: rotate(-180deg); transform: translateY(-50%) rotate(-180deg); right: auto; left: -20px; }

.application-process                {margin-top:20px; padding:50px; background-color:#138761;}
.application-process ol             {color:#FFF; font-size:19px; margin-left:37px; list-style:none;}
.application-process ol li          {padding-bottom:15px; margin-bottom:15px; border-bottom:1px solid #FFF; counter-increment:inst; position:relative;}
.application-process ol li:before   {content:counter(inst); display:block; position:absolute; left:-37px; width:20px; height:20px; text-align:center; background-color:#FFF; color:#138761; padding:3px; border-radius:20px;}


.application-process strong 		{display: inline-block; width: 40px; height: 40px; background-color: #fff; border-radius: 20px; text-align: center; color: #138661; padding-top: 8px;}
.videos-carousel {padding:50px; background-color:#138761; margin-bottom:20px; }

.video-carousel-wrapper                         {position:relative;}
.video-carousel-wrapper .video-carousel-inner   {position:relative; text-align:center; width:385px; max-width:100%; margin:0 auto;}
.video-carousel-wrapper .slide                  {height:285px; display:inline-block;position:relative;}
.video-carousel-wrapper .slide video,
.video-carousel-wrapper .slide iframe			{width:100%; display:inline-block; position:absolute; top:0; left:0; height:calc(100% - 35px);}

.play-page-video {width:100px; height:100px; position:absolute; left:50%; top:calc(50% - 20px); margin-top:-50px; margin-left:-50px; cursor:pointer; z-index:5; background-image:url('/_assets/icon-play.png'); background-repeat:no-repeat; background-size:cover; background-position:center;}

.video-carousel-wrapper .video-carousel-inner .slick-arrow { font-size: 0; width: 28px; height: 50px; position: absolute; top: 108px; right: -14%; z-index: 10; background-color: transparent; cursor: pointer; background-image: url('/_assets/icon-chevron-right.png'); background-repeat: no-repeat; background-size: 28px; }
.video-carousel-wrapper .video-carousel-inner .slick-arrow.slick-prev   {-moz-transform:rotate(-180deg); transform:rotate(-180deg); right:auto; left:-14%;}

.video-carousel-wrapper .video-carousel-inner .video-container          {position:relative; width:100%; height:100%; display:block;}
.video-carousel-wrapper .video-carousel-inner .video-info               {position:absolute; bottom:-20px; left:0; width:100%; padding:0px 4px;}
.video-carousel-wrapper .video-carousel-inner .video-info .left         {float:left; width: 49%;}
.video-carousel-wrapper .video-carousel-inner .video-info .right        {float:right; width: 49%;}
.video-carousel-wrapper .video-carousel-inner .video-info p             {font-size:17px;}

.video-carousel-wrapper .video-carousel-inner .video-info .left p {text-align: left;}
.video-carousel-wrapper .video-carousel-inner .video-info .right p {text-align: right;}


.video-carousel-wrapper .video-carousel-inner .slick-dots               {list-style:none;}
.video-carousel-wrapper .video-carousel-inner .slick-dots li            {display:inline-block; cursor:pointer; font-size:0; border-radius:20px; margin:0px 5px; background-color:transparent; width:20px; height:20px; border:1px solid #FFF;}
.video-carousel-wrapper .video-carousel-inner .slick-dots li.slick-active {background-color:#FFF;}
.video-carousel-wrapper .video-carousel-inner .slick-dots li button         {background-color:transparent; font-size:0;}

.bootcamp-accordion-box                     {padding:50px;background-color:#5972c8; margin-top:20px;}
.bootcamp-accordion-box .accordion-item     {margin-bottom:10px;}
.bootcamp-accordion-box .accordion-item h3,
.bootcamp-accordion-box .accordion-item.active h3   {background-color:#7a8ed3;}
.bootcamp-accordion-box .accordion-text             {padding:30px;}
.bootcamp-accordion-box .accordion-text ul          {margin-left:30px;color:#5972c8; font-size:21px; }
.bootcamp-accordion-box .accordion-text ul li       {margin-bottom:12px;}


.overview-box		{background-repeat: no-repeat; background-image: none}

.supporters-card,
.internship-card,
.overview-card,
.application-card	{background-color:#06005A; background-position: bottom right; background-size: 168px auto}

.application-card	{background-size: 82px auto; background-position: center right}
.internship-card	{background-size: auto 77px; background-position: bottom right 20px;}

.testimonials-card,
.boot-camp-card,
.video-card			{background-color: #4476FF}

.supporters-card .btn.white.arrow:hover,
.internship-card .btn.white.arrow:hover,
.overview-card .btn.white.arrow:hover,
.application-card .btn.white.arrow:hover	{background-color: #4476FF}

/***** STRUCTURE *****/

.structure-box						{padding:50px; background-color: #5949a7;}
.structure-box img 					{max-width: 100% !important; height: auto !important;}


.structure-item						{font-size:0; margin-bottom: 20px;}
.structure-item .step				{width:76px; height: 76px; border-radius: 76px; font-size: 39px; background-color: #009966; color: #ffffff; text-align: center; display: inline-block; vertical-align: top; line-height: 72px; position: relative; z-index: 10}
.structure-item .step:before		{background-image:url(/_assets/icon-arrow-down.png); width: 18px; height: 40px; display: block; background-size: cover; content: ''; position: absolute; top: 76px; left: 50%; margin-left: -9px; z-index: 0;}
.structure-item .structure-text		{font-size:21px; display: inline-block; vertical-align: top; margin-left: 20px;}
.structure-item .structure-text h3	{padding:10px; display: inline-block; color: #ffffff; margin-bottom: 10px}

.structure-item.no-arrow .step:before	{display:none;}

.structure-item.green .step,
.structure-item.green .structure-text h3	{background-color:#009966;}
.structure-item.blue .step,
.structure-item.blue .structure-text h3	{background-color:#00b5e2;}
.structure-item.blue-2 .step,
.structure-item.blue-2 .structure-text h3	{background-color:#008ed6;}

.step-container	{width:76px; display: inline-block;}
.structure-item .structure-text	{width:72%;}

/***** ENDORSEMENTS *****/
.endorement-box					{background-color:#021730; position: relative; margin-top: 20px;}
.endorement-box	h2				{padding:25px; padding-left: 50px; padding-bottom: 0;}
.endorement-box blockquote		{font-size:21px; color: #ffffff; line-height: 1.2em; min-height:260px;}
.endorement-box blockquote cite	{font-style: normal; display: block; margin-top: 15px; font-size: 18px; line-height: 1.2em;}
.endorement-box .slide			{padding:17px 50px 430px 50px; background-position: bottom; background-repeat: no-repeat;}

.endorement-box .carousel-nav							{position:absolute; bottom: 60px; right:50px; display: block; padding: 0 20px;}
.endorement-box .carousel-nav .slick-arrow				{width:14px; height: 25px; background-image:url(/_assets/icon-chevron-right.png); background-size: cover; font-size: 0; cursor:pointer; background-color:transparent; display: inline-block;}
.endorement-box .carousel-nav .slick-arrow.slick-prev	{transform:rotate(180deg); position: absolute; left: 0; top: 50%; margin-top: -12.5px;}
.endorement-box .carousel-nav .slick-arrow.slick-next	{position: absolute; right: 0; top: 50%; margin-top: -12.5px;}
.endorement-box .carousel-nav ul.slick-dots				{list-style: none; font-size: 0;}
.endorement-box .carousel-nav ul.slick-dots li 			{display:inline-block; margin: 0 3px;}
.endorement-box .carousel-nav ul.slick-dots li button	{font-size:0; width: 12px; height: 12px; background-color: #ffffff; border-radius: 12px;}
.endorement-box .carousel-nav ul.slick-dots li.slick-active button	{background-color:#003ca4;}
.endorement-box .btn									{position:absolute; left: 50px; bottom: 50px;}

/***** PARTNERS *****/
/** client took out of carousel **/
.partners-box		{background-image:url(/_assets/bg-home-partners.jpg); background-size: cover; background-repeat: no-repeat; padding: 50px;}
.partners-box h2	{color:#ffffff; margin-bottom: 0;}
.partners-carousel							{position:relative; margin: 25px 0 30px 0;}
.partners-carousel .slide					{background-color:#ffffff; height: 98px; background-size: cover; background-position: center; margin: 0 6px; position:relative;}
.partners-carousel .slick-arrow				{width:14px; height: 25px; background-image:url(/_assets/icon-chevron-right.png); background-size: cover; font-size: 0; cursor:pointer; background-color:transparent; position: absolute; top: 50%; margin-top: -12.5px;}
.partners-carousel .slick-arrow.slick-prev	{transform:rotate(180deg); left: -25px;}
.partners-carousel .slick-arrow.slick-next	{position: absolute; right: -25px;}

/***** PARTNERS LISTING *****/

.partners-box		{background-image:url(/_assets/bg-home-partners.jpg); background-size: cover; background-repeat: no-repeat; padding: 50px;}
.partners-box h2	{color:#ffffff; margin-bottom: 0;}
.partners-logos			{position:relative; margin: 25px 0 30px 0;}
.partners-logos .slide	{background-color:#ffffff; background-size: 90%; background-repeat: no-repeat; background-position: center; margin: 0 6px; position:relative; float: left; height: 114px; width: 114px; margin-bottom: 10px;}

@media (max-width: 1300px) {
	.partners-logos .slide	{width: 120px; height: 100px;}
}


@media (max-width: 1150px) {
	.partners-logos .slide	{width: 100px; height: 100px;}
}

@media (max-width: 830px) {
	.partners-logos .slide	{width: 40%; height: 100px;}
}

@media (max-width: 768px) {
	.partners-logos .slide	{width: 22%; height: 100px;}
}

@media (max-width: 768px) {
	.partners-logos .slide	{width: 30%; height: 100px;}
}

@media (max-width: 440px) {
	.partners-logos .slide	{width: 21%; height: 50px;}
}




/***************/


/***** CONTENT PAGES *****/
.page-header-container		{height:200px; display: table; table-layout: fixed; width: 100%; background-position: right top !important; background-repeat: no-repeat; background-size: auto 100%; z-index:1;position:relative}
.page-header-inner			{display:table-cell; vertical-align: middle; height: 100%;}
.page-header-inner-text		{display:block; width:1229px; max-width: 100%; margin: auto; position: relative;}
.page-header-inner-text h1	{color:#000000; font-size: 64px;}

.testimonial-carousel-container { background-color: #F5F5F6; background-image: url(/_uploads/icons/testimonial-quote.png); background-repeat: no-repeat; background-position-x: 65px; background-position-y: 15px; }
.testimonial-carousel { position:relative;  }
.testimonial-carousel .slide { border-bottom: 1px solid #637DD8; margin: 50px 70px 20px 70px; }
.testimonial-carousel .slide p { color: #637DD8; }

.carousel-nav {width: 100%; text-align: center; margin-left: -20px;}
.carousel-nav ul li {display:inline-block; margin-left:20px; position:relative; margin-bottom:25px !important;}
.carousel-nav ul li:before { color: transparent !important; left:0 !important;}
.carousel-nav ul li button { font-size: 0; width: 10px; height: 10px; border: 1px solid #346FDC; border-radius: 100px; position: absolute; }
.carousel-nav ul li.slick-active button {background-color: #346FDC }

.slick-arrow { position: absolute; top: 30px; z-index:30; }
.testimonial-carousel-container .slick-next { background-image: url(/_uploads/icons/arrow.png); font-size: 0; height: 60px; width: 30px; right:10px; transform:rotate(180deg); background-color:transparent;}
.testimonial-carousel-container .slick-prev { background-image: url(/_uploads/icons/arrow.png); font-size: 0; height: 60px; width: 30px; left: 10px; background-color: transparent; }

/***** MAIN CONTENT *****/
.main-content { padding:50px 0; }

.left-col-container	{width:313px; max-width:100%; display: inline-block; vertical-align: top; }

ul.left-nav				{width:100%; background-color: #06005A; padding: 35px 0; font-size: 22px; list-style: none; margin-bottom: 10px;}
ul.left-nav li h2		{font-size: 22px;  padding-left: 20px; margin-bottom: 10px; font-family: azo-sans-web, sans-serif; font-weight: 700}
ul.left-nav li			{margin: 3px 0}
ul.left-nav li a		{color:#ffffff; text-decoration: none; display: block; padding:8px 0 8px 20px; transition: 0.2s ease-out}
ul.left-nav li.active a,	
ul.left-nav li a:hover		{background-color:#4476FF;}
ul.left-nav.blue li a span	{color:#00b5e2;}
ul.left-nav.green li a span	{color:#78be20;}

ul.left-nav li a span	{width: 11px; height: 18px; background-image: url(/_assets/nav-chevron.svg); background-size: contain; background-repeat: no-repeat; display: inline-block; margin: 0 0 0 5px; transform: translateY(2px);}

.right-col-container			{display:inline-block;  vertical-align: top; width: 760px; margin-left: 84px; max-width:100%; font-size:20px;}
.right-col-container h1			{font-size:28px; color: #008ed6; margin-bottom:0.8em;}
.right-col-container h2			{font-size:28px; color: #008ed6; margin-bottom:1em;}
.right-col-container p.intro	{font-size:28px; color: #008ed6; margin-bottom:1.4em;}
.right-col-container p			{color:#000000; margin-bottom:1.4em; font-size: 18px;}
.right-col-container p a		{color:inherit; text-decoration: underline;}
.right-col-container p a:hover	{text-decoration: none;}

.right-col-container ol,
.right-col-container ul			{color:#000000; margin-bottom:1.4em; font-size: 18px; line-height: 1.2em; margin-left: 1.5em;}
.right-col-container ol li,
.right-col-container ul li		{margin-bottom:0.5em;}
.right-col-container ol li span,
.right-col-container ul li span	{color:#000000;}

.right-col-container ol li span span,
.right-col-container ul li span span			{color:#5b77cc;}

.right-col-container ul 			{list-style:none}
.right-col-container ul li			{position:relative; color: #000000;}
.right-col-container ul li:before	{content:'•'; position: absolute; left: -20px; top: 1px; color: #4476FF;}

.right-col-container img {max-width: 100% !important; height: auto !important;}

.right-col-container ol li::marker {font-weight: 800;}

.embed-container 		{position: relative;padding-bottom: 56.25%;height: 0;overflow: hidden;max-width: 100%;height: auto;}
.embed-container iframe {position: absolute;top: 0;left: 0; width: 100% !important;height: 100% !important;}




.right-col-container.full		{margin-left:0}

.tile-container	{margin-bottom:40px; font-size: 0;}
.tile			{background-color:#f1f1f2; width: 170px; height: 147px; background-size: cover; background-position: center; margin: 0 15px 15px 0px; display: inline-block; position:relative;}

.accordion-listing					{margin-bottom:10px;}
.accordion-item h3					{font-size:21px; color: #ffffff; position: relative; cursor: pointer; line-height: 1.4em; background-color: #5b77cc; padding: 10px 40px 10px 20px;}
.accordion-item h3:hover			{opacity:0.8;}
.accordion-item h3:after			{position:absolute; right: 20px; top: 50%; margin-top: -6px; width: 21px; height: 12px; background-image: url(/_assets/icon-chevron-down.png); background-size: cover; content: ''; display: block; transition: 0.2s ease-out}
.accordion-item.active h3			{background-color: #5b77cc;}
/*.accordion-item.active h3:after	{transform: rotate(90deg)}*/
.accordion-text						{display:none; padding:30px 20px 1px 20px; background-color: #e6e9f6;}
.accordion-text	h4					{font-size:20px; color: #5b77cc; margin-bottom: 0.5em;}

.structure-box.content				{background-color:transparent; padding: 0;}
.structure-box.content .structure-item .step:before	{background-image:url(/_assets/icon-arrow-down-grey.png);}
.structure-box.content .structure-text	{width:80%;}
.structure-box.content .structure-item.green span	{color:#009966;}
.structure-box.content .structure-item.blue span	{color:#00b5e2;}

.right-col-container.endorsers	{width:780px;}
.endorser						{background-color:#5b77cc; width: 216px; max-width:100%; vertical-align: top; display: inline-block; margin:20px 35px 20px 0}
.endorser a						{text-decoration:none;}
.endorser img					{max-width:100%;}
.endorser h3					{text-transform:uppercase; color: #ffffff; font-size: 26px; padding: 13px;}
.endorser p						{color: #ffffff; font-size: 16px; padding:0 13px 13px; margin-bottom: 0;}

.endorser-detail				{background-color:#5b77cc; padding: 20px; font-size: 0; position: relative;}
.endorser-detail img			{width:30%; display: inline-block; vertical-align: top;}
.endorser-detail-text			{width:67%; margin-left: 3%; display: inline-block; vertical-align: top; padding-right: 40px;}
.endorser-detail-text h3		{color:#ffffff; font-size: 40px; margin-bottom: 0.5em;}
.endorser-detail-text p			{color:#ffffff; font-size:19px;}

a.close	{width:25px; height: 26px; position: absolute; top: 20px; right: 30px; background-image: url(/_assets/icon-close.png); background-size: cover;}

.contact-form-spacer				{display: block; height: 20px;}
.contact-form						{width:585px; max-width:100%; margin-top: 20px;}
.contact-form .form-cell			{margin-bottom:11px;}
.contact-form input[type="text"]	{ color: #000000; font-family: azo-sans-web, sans-serif; background-color: #efefef; font-size: 18px; width: 100%; padding:10px 14px;}
.contact-form textarea				{ color: #000000; font-family: azo-sans-web, sans-serif; background-color: #efefef; font-size: 18px; width: 100%; height: 122px; padding:10px 14px;}

::-webkit-input-placeholder     {color:#666666;}
::-moz-placeholder              {color:#666666; opacity:1;}
:-ms-input-placeholder          {color:#666666;}
:-moz-placeholder               {color:#666666; opacity:1;}

/** PURPLE 
body.purple .right-col-container ul li:before,
body.purple .right-col-container ol li span span,
body.purple .right-col-container ul li span span,
body.purple .right-col-container h1,
body.purple .right-col-container p.intro,
body.purple .page-header-inner-text h1	{color:#5b77cc;}**/

/*body.purple ul.left-nav					{background-image:url(/_assets/bg-pattern-purple.gif);}
body.purple ul.left-nav li.active a,	
body.purple ul.left-nav li a:hover		{background-color:rgba(0,26,131,0.5);}*/

/** LIGHT BLUE 
body.light-blue .right-col-container ul li:before,
body.light-blue .right-col-container ol li span span,
body.light-blue .right-col-container ul li span span,
body.light-blue .right-col-container h1,
body.light-blue .right-col-container p.intro,
body.light-blue .page-header-inner-text h1	{color:#00b5e2;}**/

/*body.light-blue ul.left-nav					{background-image:url(/_assets/bg-pattern-light-blue.gif);}
body.light-blue ul.left-nav li.active a,	
body.light-blue ul.left-nav li a:hover		{background-color:rgba(0,121,192,0.9);}*/


/***** FOOTER *****/
footer						{background-color:#06005A; padding-bottom: 30px; padding-top: 30px;}
footer.home-footer			{background-color:#ffffff; padding-top: 0;}
footer ul.social			{list-style:none; font-size: 0; display: inline-block;}
footer ul.social li			{display:inline-block; font-size: 18px; text-align: center; line-height: 40px; margin-right: 6px;}
footer ul.social li a		{width: 30px; height: 30px; border-radius: 30px; background-color: #ffffff; display: flex; justify-content: center; align-items: center; color: #000000; transition: 0.45s cubic-bezier(0, 0, 0.21, 1); background-repeat: no-repeat; background-position: center;}
footer ul.social li a:hover	{background-color:#4476FF; color: #ffffff}

footer ul.social li.footer-facebook a	{background-image:url(/_assets/icon-facebook.svg)}
footer ul.social li.footer-x a			{background-image:url(/_assets/icon-x.svg)}
footer ul.social li.footer-linkedin a	{background-image:url(/_assets/icon-linkedin.svg)}
footer ul.social li.footer-envelope a	{background-image:url(/_assets/icon-mail.svg)}

ul.footer-list				{float:right; font-size: 0; list-style: none;}
ul.footer-list li			{display:inline-block; font-size: 12px; margin-left:18px; color: #000000;}
ul.footer-list li a			{color:#ffffff; text-decoration: none}
ul.footer-list li:not(.no-url) a:hover	{color:#4476FF;}
ul.footer-list li.no-url a  {text-decoration:none;}

ul.footer-list		{}

footer .inner		{display: flex; justify-content: space-between; align-items: center;}

.btn				{font-size: 16px; display: inline-block; background-color: #4476FF; padding:11px 10px; text-decoration: none; color: #ffffff; position: relative; transition: 0.45s cubic-bezier(0, 0, 0.21, 1); z-index: 100;}
/*
.btn.purple			{background-color:#5b77cc;}
.btn.green			{background-color:#009966;}
.btn.blue-darker	{background-color:#003da5;}
.btn.light-blue		{background-color:#00b5e2;}
.btn.red			{background-color: #AF272F;}
*/
.btn.white		    {background-color:#FFF; color:#06005A;}

.btn.big			{font-size:22px; padding: 20px 0;}
.btn.center			{text-align:center; display: block;}

.btn.arrow				{padding-right:80px;}
.btn.arrow:after		{background-image:url(/_assets/icon-arrow.png); content: ''; width: 32px; height: 14px; background-repeat: no-repeat; background-size: cover; display: block; position: absolute; right: 20px; top: 50%; margin-top: -7px; transition: 0.45s cubic-bezier(0, 0, 0.21, 1);}
.btn.arrow:hover:after	{transform:translateX(5px);}

.btn.white.arrow:after			{background-image:url(/_assets/icon-arrow-blue.png);}
.btn.white.arrow:hover      	{background-color:#06005A; color:#FFF;}
.btn.white.arrow:hover:after 	{background-image:url(/_assets/icon-arrow.png);}

.btn:hover			{background-color:#06005A; color: #ffffff}

/*
.btn.dark-blue-text { color: #017ADC;}
.btn.purple-text { color: #5972C8; }
.btn.green-text { color: #138761; }
.btn.blue-text { color: #00B2E3; }

.btn.arrow.dark-blue-text:after { background-image: url(/_assets/qatar-icon-arrow-dark-blue.png); }
.btn.arrow.purple-text:after { background-image: url(/_assets/qatar-icon-arrow-purple.png); }
.btn.arrow.green-text:after { background-image: url(/_assets/qatar-icon-arrow-green.png); }
.btn.arrow.blue-text:after { background-image: url(/_assets/qatar-icon-arrow-blue.png); }
*/

.right-col-container p a.btn {color:#ffffff; text-decoration: none;}	



.col-1 {width: 45%; float: left; margin-right: 10px;}






