/*GENERAL STYLES
********************************************************/

/*style to control main nav list after jquery manipulation DR 09/09/15*/



.internalTable
{
  
 border:solid 1px #CCCDCD; 
 width: auto;
  
}


.internalTable .tableCells

{
border:solid 1px #CCCDCD; 
  padding: 0 0.5cm;
  
  
}



.internalTable .tableHeading

{
  border:solid 1px #CCCDCD; 
  background-color: #E2F2FE;
  color: #0475B4;
  
}


.tableCells div
{

    text-align: right;
  
}



  
  



.mainNavList a
{

color: #fff !important; 
text-decoration: none !important;


}

.mainNavList .ddBox ul  li  a
{

  color: #00ada8 !important;


}

.mainNavList .ddBox a.pageLink
{

  color: #028b87 !important;


}

.mainNavList .ddBox  ul  li li a
{

  color: #07101a !important;

}

/*end main nav css DR*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, img {
	margin:0;
	padding:0;
	border: 0;
}

ul { 
	/*list-style:none;*/
  list-style:square;
}

.mainNavList 
{
list-style:none;
}

.navigation-section ul, .moduleBody ul, .statisticsList ul, .mainNav ul
{
list-style:none;
}


body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
	color: #384350;
	font-size: 15px;
	padding: 0 0 0 0;
}

.moduleBody .highchartBox
{

padding-top: 20px;

}





/*.columnLeftinner-rightcol, .columnLeftinner-split
{

  border-right: 1px solid #CCCDCD;
  
}
*/
a {
	color: #006bb6;
}

a:visited {
	/*color: #006bb6;*/
    color: #990066;
	opacity: 0.6;
}

a:hover,
a:active {
	color: #028b87;
}

.container.content {
	min-height: 350px;
	/*background: #fff; /* Old browsers */
	/*background: -moz-linear-gradient(top, #bedfde 0%, #ffffff 200px); /* FF3.6+ */
	/*background: -webkit-linear-gradient(top, #bedfde 0%, #ffffff 200px); /* Chrome10+,Safari5.1+ */
	/*background: -o-linear-gradient(top, #bedfde 0%, #ffffff 200px); /* Opera 11.10+ */
	/*background: -ms-linear-gradient(top, #bedfde 0%, #ffffff 200px); /* IE10+ */
	/*background: linear-gradient(to bottom, #bedfde 0%, #ffffff 200px); /* W3C */
}

.hide {
	display: none;
}

/*tooltips*/

.tooltip {
	cursor: help;
  margin-right: 0px !important
}

#tooltip {
	text-align: center;
	color: #fff;
	background: #111;
	position: absolute;
	z-index: 100;
	padding: 15px;
	font-size: 13px;
}
 
#tooltip:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #111;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}

#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #111;
	top: -20px;
	bottom: auto;
}

#tooltip.left:after {
	left: 10px;
	margin: 0;
}

#tooltip.right:after {
	right: 10px;
	left: auto;
	margin: 0;
}

/*buttons*/

.btn, 
.btn:visited {
	display: inline-block;
	padding: 8px 15px;
	/*margin: 20px 0 0 0;*/
  margin: 10px 0 0 0;
	color: #fff;
	background: #006bb6;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none;
}

.btn:hover, 
.btn:active {
	color: #fff;
	opacity: 0.9;
}

.btn i {
	padding-left: 6px;
	color: inherit;
}

/*accordions*/

.accordion h3 a, .accordion h4 a {
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
	color: #006bb6;
	text-decoration: none;
	background: #e4eaf0;
	border-top: 1px solid #fff;
}

.accordion h3 a:after, .accordion h4 a:after {
	content: "\f055";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 16px;
	float: right;
	position: relative;
	top: 4px;
}

.accordion h3.open a {
	background: #f0f4f7;
}

.accordion h3.open a:after {
	content: "\f056";
	opacity: .5;
}

.accordion > div ul:before,
.accordion > div ul:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.accordion > div ul:after {
	clear: both;
}

.accordion > div {
	background: #f0f4f7;
	padding: 0 0 10px;
}

.accordion > div li {
	width: 50%;
	float: left;
	border: 0;
}

.accordion > div li a {
	display: block;
	padding: 5px 10px 5px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	font-size: 14px;
	color: #384350;
	text-decoration: none;
	position: relative;
}

.accordion > div li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #006bb6;
	font-size: 16px;
	padding-right: 10px;
	position: absolute;
	left: 20px;
	top: 6px;
}

/*accordionMethods*/

.accordionMethods h3 a, .accordionMethods h4 a {
	display: block;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 300;
	color: #006bb6;
	text-decoration: none;
	background: #e4eaf0;
	border-top: 1px solid #fff;
}

.accordionMethods h3 a:after, .accordionMethods h4 a:after {
	content: "\f055";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: inherit;
	font-size: 16px;
	float: right;
	position: relative;
	top: 4px;
}

.accordionMethods h3.open a {
	background: #f0f4f7;
}

.accordionMethods h3.open a:after {
	content: "\f056";
	opacity: .5;
}

.accordionMethods > div ul:before,
.accordionMethods > div ul:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.accordionMethods > div ul:after {
	clear: both;
}

.accordionMethods > div {
	background: #f0f4f7;
	padding: 0 0 10px;
  border-bottom: 1px solid #ffffff;
}

.accordionMethods > div li {
	width: 50%;
	float: left;
	border: 0;
}

.accordionMethods > div li a {
	display: block;
	padding: 5px 10px 5px 35px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
	font-size: 14px;
	color: #384350;
	text-decoration: none;
	position: relative;
  font-weight: 500;
}

.accordionMethods > div li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #006bb6;
	font-size: 16px;
	padding-right: 10px;
	position: absolute;
	left: 20px;
	top: 6px;
}

            


/*HEADER
********************************************************/

.header .row {
	margin-top: 10px;
}

.header h1 {
	float: left;
}

.header .btn {
	margin-top: 0;
	padding: 4px 12px;
	float: right;
}




/*Google search*/

.headerSearch {
	float: right;
	clear: right;
	max-width: 340px;
	margin-top: 20px;
}

.headerSearch form.gsc-search-box {
	margin-bottom: 0 !important;
	border: 1px solid #00ada8;
	height: 50px;
}

.headerSearch .gsc-branding {
	display: none;
}

.headerSearch input.gsc-input {
	padding: 1px 10px !important;
	border: 0 !important;
	width: 100% !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	height: 50px;
	background-position: 10px 50% !important;
}

.headerSearch input.gsc-search-button {
	margin-left: 0 !important;
	width: 32px;
	height: 32px;
	text-indent: -5000px;
	background: transparent url('') center center no-repeat;
	border: 0;
}

.cse .gsc-control-cse, .gsc-control-cse {
    
    border: 0px !important;
}

/*NAVIGATION
********************************************************/

/*main nav*/

.mainNav {
	background: #006bb6;
	margin-top: 10px;
}

.mainNav .row {
	margin-top: 0;
	position: static;
}

.mainNav .row .col {
	position: static;
}

.mainNavList > li {
	float: left;
	margin: 0 10px 0 0;
}

.mainNavList > li > a,
.mainNavList > li > span {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: 300;
	font-size: 19px;
	padding: 12px 25px 7px;
	border-bottom: 5px solid transparent;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mainNavList > li:hover > a,
.mainNavList > li:hover > span {
	border-color: #00ada8;
	background-color: #00ada8;
}

.mainNavList > li > .currentbranch0 {
	border-bottom: 5px solid #00ada8;
	position: relative;
}

.mainNavList > li > span:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	/*border-top: 7px solid #00ada8;*/
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	z-index: 10;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
}

.mainNavList > li > .currentbranch0:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid #00ada8;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	z-index: 10;
	bottom: -10px;
	left: 50%;
	margin-left: -7px;
}

#statisticsTab:hover
{
cursor: pointer;
}

/*mega menu*/

.mainNavList .ddBox {
	border-top: 5px solid #00ada8;
	border-bottom: 5px solid #00ada8;
	position: relative;
	z-index: 20;
	margin-top: -5px;
	background: #f0f4f7;
	position: absolute;
	top: -9999em;
	left: 0;
	right: 0;
	opacity: 0;
	transition: .3s opacity ease;
	overflow: hidden;
	padding: 30px 50px 50px;
}

/*.mainNavList li:hover .ddBox,*/
.mainNavList li.open .ddBox {
	top: 50px;
	opacity: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;	
}

.mainNavList .ddBox a.pageLink {
	display: block;
	color: #028b87;
	font-size: 26px;
	font-weight: 300;
	padding: 0 0 10px 0;
	text-decoration: none;
}

.mainNavList .ddBox a.pageLink:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #028b87;
	font-size: 24px;
	position: relative;
	top: 0;
	left: 10px;
}

.mainNavList .ddBox a.close {
	background: #00ada8;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 4px 12px;
	text-decoration: none;
	position: absolute;
	z-index: 10;
	bottom: 0;
	right: 50px;
}

.mainNavList .ddBox > ul > li {
	/*width: 16.666666666667%;*/
  width: 14.2857%;
	float: left;
	position: relative;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.gaeilge .ddBox > ul > li {
  
  width: 20%;
  
}

.mainNavList .ddBox > ul > li > a {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	color: #00ada8;
	text-decoration: none;
	display: block;
	padding-bottom: 10px;
}

.mainNavList .ddBox > ul > li li a {
	display: block;
	color: #07101a;
	font-size: 14px;
	text-decoration: none;
	padding: 4px 10px 4px 20px;
	position: relative;
}

.mainNavList .ddBox > ul > li li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #00ada8;
	font-size: 14px;
	position: absolute;
	top: 7px;
	left: 5px;
}


/*CAROUSEL - used for quick stats and logos
********************************************************/

/*see flexslider.css*/


/*IMAGE SLIDER - used for featured news on home page
********************************************************/

/*see flexslider.css*/


/*MODULES
********************************************************/

.row.modules {
	margin-top: 0;
}

.module {
	margin-top: 20px;
	position: relative;
}

/*module header*/

.moduleHeader {
	background: #006bb6;
	padding: 15px 20px;
	overflow: hidden;
}

.moduleHeader h2 {
	color: #fff;
	font-weight: 300;
	font-size: 26px;
	line-height: 28px;
	float: left;
}

.moduleHeader h2 a {
	color: #fff;
	text-decoration: none;
	display: block;
	cursor: default;
    min-height: 28px;
}

/*module body*/

.moduleBody {
	background: #e4eaf0;
}

.visualisationsMmoduleBody {
	background: #797B7C;
}



.moduleBody li {
	font-size: 16px;
	font-weight: 300;
	color: #07101a;
	border-top: 1px solid #fff;
}

.visualisationsMmoduleBody li {

  border-top: 0px;

}

.moduleBody li a {
	display: block;
	text-decoration: none;
	color: #07101a;
	padding: 10px 20px 10px 35px;
	position: relative;
}

.moduleBody li a:before {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #006bb6;
	font-size: 18px;
	padding-right: 10px;
	position: absolute;
	left: 20px;
	top: 12px;
}

.moduleBody li a:hover {
	background: #f0f4f7;
}
.moduleBody h2
{

  padding: 15px 20px


}
.moduleBody h3 {
	font-weight: 300;
	color: #07101a;
	font-size: 18px;
}

.moduleBody p {
	color: #5b6774;
	font-size: 14px;
	line-height: 17px;
	/*padding: 2px 0;*/
  padding: 5px 20px 5px 20px;
}

.moduleBody .label {
	display: inline-block;
	padding: 2px 7px;
	color: #fff;
	background: #006bb6;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	top: -2px;
	left: 3px;
}

/*module footer*/

.moduleFooter {
	background: #e4eaf0;
	/*padding: 0 20px 20px;*/
  padding: 0 10px 10px;
	border-top: 1px solid #fff;
}

.moduleFooter:before,
.moduleFooter:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}

.moduleFooter:after { 
	clear: both;
}

.moduleFooter a {
	float: right;
	margin-left: 20px;
}

/*multi list modules*/

.multiList .moduleBody h3 {
	font-weight: 700;
	font-size: 18px;
	padding: 15px 20px 10px;
}

.multiList .moduleBody h5 {
    font-weight: 700;
    font-size: 14px;
    padding: 0px 20px 5px 30px;
}

.multiList .moduleBody ul {
	/*padding-bottom: 10px;*/
  padding-bottom: 0px;
}

.quicktablesList
{
padding-bottom: 0px !important;

}

.multiList .moduleBody li {
	border-top: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.multiList .moduleBody li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

.multiList .moduleBody li a:before {
	top: 9px;
}


/*SIDE ITEMS
********************************************************/

.sideitem {
	background: #006bb6;
	margin-top: 20px;
	color: #fff;
}

.sideitem h3 {
	font-weight: 300;
	font-size: 26px;
	padding: 20px 20px 10px;
}

.sideitem h3 i {
	display: inline-block;
	padding-left: 10px;
	float: right;
	font-size: 56px;
	opacity: .5;
}

.sideitem a {
	color: #fff;
	text-decoration: none;
}

.sideitem p {
	font-size: 14px;
	line-height: 19px;
	font-weight: 300;
	padding: 0 20px 10px 20px;
}

.sideitem a.btn {
	background: rgba(0,0,0,0.2);
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}

.sideitem i.icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 57px;
    background: transparent center center no-repeat;
    background-size: cover;
}

.sideitem i.icon-19162016 {
		 background: url('/en/media/styleassets/images/granite/1916_2016.JPG');
      background-repeat: no-repeat;
}

.sideitem i.icon-brexit {
		 background: url('/en/media/styleassets/images/granite/Brexitlogo_.png');
      background-repeat: no-repeat;
}

.sideitem i.icon-makeYourMark {
		 background: url('/en/media/styleassets/images/granite/Results_Logo_for_website.jpg');
      background-repeat: no-repeat;
  width: 100px;
    height: 100px;
}


/*SOCIAL LINKS
********************************************************/

.socialNavList li {
	display: inline-block;
	margin: 0 5px;
}

.socialNavList li a {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #fff;
	background-color: #006bb6;
	font-size: 22px;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 8px;
	text-align: center;
}

.socialNavList li.twitter a {
	background: #00aced;
}
.socialNavList li.facebook a {
	background: #3b5997;
}

.socialNavList li.youtube a,
.socialNavList li.google a,
.socialNavList li.googleplus a {
	background: #d90016;
}

.socialNavList li.rss a {
	background: #ff5e00;
}

.socialNavList li.linkedin a {
	background: #005a87;
}

/*inverted colours*/

.socialNavList.inverted li a {
	background: #fff;
}

.socialNavList.inverted li.twitter a {
	color: #00aced;
}
.socialNavList.inverted li.facebook a {
	color: #3b5997;
}

.socialNavList.inverted li.youtube a,
.socialNavList.inverted li.google a,
.socialNavList.inverted li.googleplus a {
	color: #d90016;
}

.socialNavList.inverted li.rss a {
	color: #ff5e00;
}

.socialNavList.inverted li.linkedin a {
	color: #005a87;
}

/*in modules*/

.module .socialNavList {
	display: inline-block;
	text-align: right;
	float: right;
}

.module .socialNavList li {
	margin: 0 0 0 2px;
}

.module .socialNavList li a {
	width: 32px;
	height: 32px;
	font-size: 18px;
	padding-top: 4px;
}


/*CONTENT
********************************************************/

/*page header*/

.pageHeader {
	margin-top: 20px;
	margin-bottom: -40px;
}

#breadcrumbs {
	text-transform: uppercase;
	font-size: 14px;
	color: #5b6774;
	font-weight: 300;
	padding-bottom: 5px;
}

#breadcrumbs a:last-of-type {
	color: #384350;
	font-weight: 400;
	text-decoration: none;
}

.pageHeader h1 {
	color: #07101a;
	font-size: 30px;
	font-weight: 700;
	border-bottom: 1px solid #d1d9e1;
	/*padding: 10px 350px 10px 0;*/
  padding: 10px 0px 10px 0;
}

.pageHeader form {
	text-align: right;
	position: relative;
	top: -5px;
}

.pageHeader form select {
	height: 40px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #006bb6;
	background: #fff;
}

.pageHeader form input[type=submit] {
	height: 40px;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #006bb6;
	color: #fff;
	border: 1px solid #006bb6;
}



/*FOOTER
********************************************************/

.footer {
	margin-top: 40px;
	background: #e4eaf0;
	padding: 0 0 50px;
}

.footer .span12 {
	text-align: center;
}

.footerNavList {
	margin: 30px 0 0 0;
}

.footerNavList li {
	display: inline;
}

.footerNavList a {
	font-weight: 300;
	color: #384350;
	border-left: 1px solid #bac4cf;
	padding: 0 8px;
}

.footer .contact {
	margin-top: 15px;
	font-weight: 300;
}

.footer .contact a {
	color: #384350;
	text-decoration: none;
}

.footer .contact b {
	font-weight: 400;
	color: #07101a;
}

.footer .contact i {
	margin: 0 5px 0 15px;
	color: #006bb6;
}


/*MODALS
********************************************************/

.modalWrap {
	border: 10px solid #d1d9e1;
	background: #fff;
}

.modalHeader {
	background: #006bb6;
	color: #fff;
	padding: 20px;
}

.modalHeader h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 30px;
	padding: 0 0 10px;
}

.modalHeader h2 i {
	font-size: 32px;
}

.modalBody {
	padding: 20px;
}


/*FORMS
********************************************************/

form.general .row {
	margin-top: 10px;
	padding: 0;
}

form.general label,
form.general span {
	font-size: 15px;
	font-weight: 700;
	color: #07101a;
}

form.general label.inline {
	color: #006bb6;
	padding-right: 10px;
	font-weight: 400;
	display: inline-block;
}

form.general label.block {
	color: #006bb6;
	display: block;
	padding-bottom: 5px;
	font-weight: 400;
}

form.general input[type="text"],
form.general input[type="password"],
form.general input[type="email"],
form.general select,
form.general textarea {
	border: 1px solid #bac4cf;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 36px;
	padding: 5px;
	font-size: 14px;
	font-family: sans-serif;
	color: #384350;
	background: #fff;
}

form.general textarea {
	height: 80px;
}

form.general button,
form.general input[type="submit"] {
	display: inline-block;
	padding: 10px 25px;
	margin: 20px 0 0 0;
	color: #fff;
	background: #006bb6;
	font-size: 18px;
	font-weight: 300;
	text-decoration: none;
	border: 0;
	font-family: 'Roboto', sans-serif;
}


/*COPY
*****************************************************/

.copy h2 {
	font-size: 28px;
	font-weight: 300;
	margin: 10px 0 10px;
	color: #07101a;
}

.copy h3 {
	font-size: 22px;
	font-weight: 700;
	margin: 10px 0 10px;
	color: #07101a;
}

.copy h4 {
	font-size: 20px;
	font-weight: 300;
	margin: 10px 0 10px;
	color: #07101a;
    font-weight: bold;
}

.copy h5 {
	font-size: 14px;
	font-weight: 700;
	margin: 10px 0 10px;
	color: #07101a;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.copy h6 {
	font-size: 16px;
	font-weight: 300;
	margin: 10px 0 10px;
	color: #07101a;
}

.copy p {
	font-size: 15px;
	line-height: 22px;
	margin: 10px 0 15px;
}

.copy ul {
	margin: 10px 0 15px 40px;
}

.copy ul li {
	margin: 0 0 5px 0;
	/*padding: 0 0 0 20px;*/
	position: relative;
  /*background: transparent url('/en/media/styleassets/images/granite/greenArrow.JPG') 0px 6px no-repeat;*/
margin-left: 0px !important;
}

/*.copy ul li:before {
	content: "\f0c8";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #00ada8;
	font-size: 10px;
	position: absolute;
	top: 5px;
	left: 0;
}*/

.copy ol {
	margin: 10px 0 15px 60px;
}

.copy ol li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
	position: relative;
}

/*
.copy blockquote {
	background: #f0f4f7;
	padding: 20px;
	margin: 10px 40px 15px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
	border-left: 5px solid #d1d9e1;
}

.copy blockquote p {
	font-size: 20px;
	line-height: 28px;
	font-weight: 300;
}

.copy blockquote div {
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 10px;
}
*/

/*navigation-section*/

.navigation-section {
	margin-top: 15px;
	margin-bottom: 10px;
	overflow: hidden;
}

.navigation-section li {
	width: 25%;
	float: left;
}


.navigation-section li:before {
    
  content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #00ada8;
    font-size: 14px;
    position: absolute;
    top: 9px;
    left: 5px;
}

.navigation-section a {
	display: block;
	font-size: 16px;
	padding: 7px 0px 10px 15px;
	margin: 1px 0 0 1px;
	/*background: #f2f9f8;
    background: #E4EAF0;*/
	text-decoration: none;
	transition: .3s ease;
  color: #384350;
}

.navigation-section a:hover,

.navigation-section a:active,
.navigation-section .active a {
	color:  #384350;
	/*background: #fff;
  background: #f2f9f8;*/
  text-decoration: underline;
	opacity: 1;
}

.navigation-section a:visited
{
/*color: #006bb6;*/
  color: #384350;
}



/*Local Nav
*****************************************************/
#localNav
{
    /*background: #e4eaf0;*/
    margin-bottom: 20px;
   
}



#localNav li
{
    font-size: 16px;
    font-weight: 300;
    color: #07101a;
    display: inline-block;
    width: 23%;
}

#localNav li a
{
    display: block;
    text-decoration: none;
    color: #07101a;
    padding: 10px 20px 10px 35px;
    position: relative;
}

.navigation-section ul li {
	
	position: relative;
 /* background: transparent url('/en/media/styleassets/images/granite/greenArrow.JPG') 0px 11px no-repeat;*/
margin-left: 0px !important;
}



.columnRight {
    width: 25%;
  float: left;
    position: relative;
    padding: 0 1%;
}



/* Cookies styles */


#cookie-info
{
    width:auto;
    background-color: #575757;
    padding: 5px 0px 0px 10px;
    font-family: Arial;
    text-align: left; 
    display: none;
  opacity: .7;
}


.cookiesTitle
{
    color: White;
    margin: 2px;
    font-size: 24px;
    text-align: left;
}

.cookiesText
{
    color: White;
    font-size: 12px;
    text-align: left;
}

.cookiesPrivacyLink:link
{
    color: Yellow;
    text-decoration: none;    
}

.cookiesPrivacyLink:visited
{
    color: Yellow;
    text-decoration: none;    
}

.cookiesPrivacyLink:active
{
    color: Yellow;
    text-decoration: underline;    
}

.cookiesPrivacyLink:hover
{
    color: Yellow;
    text-decoration: underline;    
}

.cookiesFooter
{
    margin: 2px;
    font-size: 20px;
    text-align: left;
}

.cookiesHideFooter:link
{
    color: Yellow;
    font-size: 20px;
    text-decoration: none;
}

.cookiesHideFooter:visited
{
    color: Yellow;
    font-size: 20px;
    text-decoration: none;
}

.cookiesHideFooter:active
{
    color: Yellow;
    font-size: 20px;
    text-decoration: underline;
}

.cookiesHideFooter:hover
{
    color: Yellow;
    font-size: 20px;
    text-decoration: underline;
}

/*Weekly release calendar*/

  
  .weeklyRelease p
  {
  margin: 0px 0px 0px 25px;
  
  }
  
  .weeklyRelease
  {
  
      margin: 0px 0px 20px 0px;
  
  }
  .weeklyRelease h2
  {
  
  margin: 0px;
      color: #ffffff;
  
  }
  
  .weeklyRelease h3
  {  
  display: block;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 200;
    
    text-decoration: none;
    
    border-top: 1px solid #fff;
  margin: 0px;
  
  }
  
  .weeklyRelease ul
  
  {
  
  list-style: square;
  margin: 0px 10px 15px 60px;
  
  
  }
  
  .weeklyRelease ul li
  {
  
  background: none;
  border-top: none;
      padding: 0 0 0 0px;
  
  }
  
  .weeklyRelease .moduleBody
  {
  padding-bottom: 0px;
  }

.weeklyRelease .moduleFooter
  {
  padding: 0px;
  }
/*End Weekly release calendar*/

/*A-Z calendar*/

.a-zLetter {
    background-color: #E4EAF0;
    padding: 10px;
}
.letter {
    font-size: 25px;
}
.backtoIndex {
    float: right;
    font-size: 20px;
}
.backtoIndex a,
.backtoIndex a:visited,
.backtoIndex a:hover {
    color: #384350;
    text-decoration: none;
}
.aToZBorder {
    padding: 10px;
    border: 2px solid #CACACA;
}
.alphaindexbookmarks {
    font-size: 20px;
    font-family: Verdana, Arial, sans-serif;
    color: #999999;
    letter-spacing: 2px;
    line-height: 1.5em;
    text-decoration: none;
    margin-bottom: 20px;
}
/*End A-Z calendar*/

/*students corner home page*/

/*You tube videos students corner home page*/
 .videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*End tube videos students corner home page*/

.youngEuropeans img 
{
  width: 100% !important;
  height: auto !important;
  vertical-align: top;

}

.youngEuropeans
{
  background: #ffffff;

}


/*New styles for methodology templates*/
        .moduleHeaderMethods
        {
            background: #006bb6;
            padding: 5px 20px;
            overflow: hidden;
        }
        
        .methodsModule ul
        {
            list-style: square;
            margin-top: 0px;
            padding-top: 10px;
        }
        
        .moduleBodyMethods
        {
            background: #ffffff;
            border: 1px solid #d1d9e1;
            border-top: 0px;
            
        }
  
  .moduleBodyMethods ul li
  {
  padding: 5px
  
  
  }
  
  .methodsSide
  {
  
  margin: 0px !important;  
  
  }
  
  .methodsSide li
  {
  margin-bottom: 0px !important
  }
  
  
  .moduleBodyMethods h3
  {
  font-size: 15px;
    padding-top: 10px;
    margin: 0px 0px 0px 20px;
    font-weight: 600;
  color: #384350;
  }
  
  .moduleBodyMethods p
  {
  margin: 0px;
      border-bottom: 1px solid #d1d9e1;
  
  }
  
  .methodsLast
  {
  border-bottom: 0px !important;
  
  }

 #dateModified p
  {
  
  padding: 0 1%;
  margin: 0px;
  
  }
  
  .methodsPhoneNumber a
  {
      color: #5b6774;
    text-decoration: none;
  }

/*End New styles for methodology templates*/