/*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;
}

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;
}

#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;
	color: #fff !important;
	background: #006F74;
	font-size: 16px;
	font-weight: 300;
	text-decoration: none !important;
	font-family: 'Roboto', sans-serif;
}

.btn:hover, 
.btn:active {
	color: #fff !important;;
	opacity: 0.9;
	text-decoration: none !important;
}

.btn i {
	padding-left: 6px;
	color: inherit;
}

/*accordions*/

.accordion h3 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 {
	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;
}


/*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('/en/media/styleassets/images/granite/searchIcon.png') center center no-repeat;
	border: 0;
}


/*NAVIGATION
********************************************************/

/*main nav*/

.mainNav {
	background: #006F74;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', sans-serif;
}

.mainNav .row {
	margin-top: 0;
	position: static;
}

.mainNav .row .col {
	position: static;
}

.mainNavList > li {
	float: left;
	
}

.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;
}

/*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%;
	float: left;
	position: relative;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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;
}

.moduleBody li {
	font-size: 16px;
	font-weight: 300;
	color: #07101a;
	border-top: 1px solid #fff;
}

.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 h3 {
	font-weight: 300;
	color: #07101a;
	font-size: 18px;
}

.moduleBody p {
	color: #5b6774;
	font-size: 14px;
	line-height: 17px;
	padding: 2px 0;
}

.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;
	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 ul {
	padding-bottom: 20px;
}

.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;
}


/*SOCIAL LINKS
********************************************************/


.socialNavList li {
	display: inline-block;
	margin: 0 5px;
}

.socialNavList li a {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #ffffff;
    /* 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;
}




/*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;
}

.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: #006168;
	padding: 0 0 50px;
}
.footer h2 {
    margin: 20px 0px;
    color: #45C1C0;
    font-size: 1.5em;
}
.footer p {
    color: #ffffff;
}
.divFooterTable{
   display: table;
   margin-top: 20px;
   color: #ffffff;
   }
   .divFooterTable a{	
   color: #ffffff !important;
   text-decoration: none;
   }
   .divFooterTableRow {
   display: table-row;
   }
   .divFooterTableHeading {
   background-color: #EEE;
   display: table-header-group;
   }
   .divFooterTableCell, .divFooterTableHead {
   display: table-cell;
   padding: 5px 10px 5px 0px;
   }
   .divFooterTableHeading {
   background-color: #EEE;
   display: table-header-group;
   font-weight: bold;
   }
   .divFooterTableFoot {
   background-color: #EEE;
   display: table-footer-group;
   font-weight: bold;
   }
   .divFooterTableBody {
   display: table-row-group;
   }

.footer .span12 {
	text-align: center;
}

.footerNavList {
	
  list-style: none;
}



.footerNavList li {
  
  line-height: 25px;
	
}

.footerNavList a {
	font-weight: 300;
	color: #ffffff !important;
	
	padding: 0px 0px 10px 0px;
  text-decoration: none;
}

.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;
}

.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/bullett.gif') 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;
}

/*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;
}

#localNav 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;
}


