/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2


:: Custom
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */
.bannerContainer { background-image:url(../img/banner-bg.jpg); background-size:cover; background-position:center; height:233px; border-bottom: 5px solid #5a83c0; margin-top: 4px;}
.bannerContainer .title { color:#ffffff; margin-top:30px; font-size: }
.bannerContainer img { float:right; z-index:1; }
.bannerContainer h2 { font-size:22px; color:#f0c430; }

.navigationContainer { 	
	background-image: -webkit-linear-gradient(333deg,rgba(31,55,94,1.00) 0%,rgba(21,38,65,1.00) 100%); 
	background-image: linear-gradient(117deg,rgba(31,55,94,1.00) 0%,rgba(21,38,65,1.00) 100%); 
	border-bottom: 5px solid #5a83c0; }
	
.navigationContainer .top-bar { background-color: transparent; }
.top-bar ul>li a.active { background-color:#5a83c0; color:#ffffff; }
.top-bar ul>li a:hover { background-color:#182f53 !important; color:#5a83c0 !important; }
.home-icon { margin-top: 10px; }


.sub-navigation { background-color:transparent; border:none !important; }
.sub-navigation li { background-color:#d8ab15; text-align:center; margin-bottom:20px; border:none !important; }
.sub-navigation li a { background-color:#d8ab15; font-size:16px; color:#ffffff; border:none !important; font-weight:bold; }
.sub-navigation li a:hover { background-color:#000000; color:#ffffff;  }
.sub-navigation .active { background-color:#000000; color:#ffffff; }


.footer {
	background-color: #004a8f;
	border-top: 5px solid #5a83c0;
	background-image: -webkit-linear-gradient(333deg,rgba(31,55,94,1.00) 0%,rgba(21,38,65,1.00) 100%);
	background-image: linear-gradient(117deg,rgba(31,55,94,1.00) 0%,rgba(21,38,65,1.00) 100%);
  }
.footer .contact-us {  color: #ffffff; }
.footer .contact-us .title { color: #ffffff; }
.footer .contact-us a { color: #ffffff; }
.footer .logo { margin-top:30px; }


.information-panel { border:1px solid #b8b8b9; background-color:#ffffff; }
.information-panel .title { color:#006cad; font-size:20px; }

.news-panel { border:1px solid #006cad; background-color:#ffffff; }
.news-title { color:#ffffff; font-size:20px; background-color:#006cad; margin:0px; padding:10px 50px 10px 20px; }
.news-panel p { color:#388ABB; margin-bottom:0px; }
.news-panel strong { color:#004C7A; }
.news-panel a { color:#006cad; text-decoration:none; }
.news-panel a:hover { text-decoration:underline;  }
.news-panel .seperator { text-align:center; margin:0; padding:0; color:#000000; }

.benefits-panel { border:1px solid #b8b8b9; background-color:#ffffff; }
.benefits-panel .title { color:#006cad; font-size:24px; text-align:center; }
.benefits-panel .intro { text-align:center; }
.benefits-panel .sub-title { font-size:16px; color:#006cad; }
.benefits-panel .bullet-list { color:#006cad; }
.benefits-panel .bullet-list span { color:#000000; }


.main-title { color:#006cad; font-size:34px; text-align:center; }
.left-title { color:#006cad; font-size:34px; text-align:left; }
.subTitle { font-size:20px; color:#006cad; }

.text-justify { text-align:justify; }
.text-center { text-align:center; }

/* -----------------------------------------
   HOME
----------------------------------------- */

.map-panel { border:none; background-color:#ffffff; }


/* -----------------------------------------
   PROJECT PARTNERS - MAIN
----------------------------------------- */

.partner-table { }
.partner-table .title td:nth-last-child(1) { background-color:#006cad; color:#ffffff; }
.partner-table .title td:nth-last-child(2) { background-color:#00afed; color:#ffffff; }
.partner-table .content td:nth-last-child(1) { background-color:#cce2ef; color:#000000; }
.partner-table .content td:nth-last-child(2) { background-color:#cceffc; color:#000000; }

.benefits-panel .bullet-list { color:#006cad; }
.benefits-panel .bullet-list span { color:#000000; }

.logo-center { margin:auto; }
.partner-bullet-list li { color:#006cad; }
.partner-bullet-list li span { color:#000000; }


/* -----------------------------------------
   CONSTRUCTION
----------------------------------------- */

.sub-title { font-size:16px; color:#006cad; }
.bullet-list { color:#006cad; }
.bullet-list span { color:#000000; }


/* -----------------------------------------
   FAQs
----------------------------------------- */

.question { text-align:justify; }
.question strong { color:#d8ab15; }

/* -----------------------------------------
   Publications
----------------------------------------- */
.pdf-icon { margin-right:20px; float:left; width:100px; }
.download-button { color:#000000; font-size:22px; }
.get-adobepdf { color:#000000; }

/* -----------------------------------------
   Custom
----------------------------------------- */

.no-bg {
  background-color: transparent;
  border: none; }

.tickList li { list-style-image:url(../img/tick.png); }
.right-image { float:right; margin-left:15px; margin-bottom:10px; }


.clear { clear:both; }