*::selection { background: #A7013F; color: #FFF; }
*::-moz-selection { background: #A7013F; color: #FFF; }
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    overflow: hidden;
	line-height: 1.6;
	font-weight: 400;
	font-size: 13px;
}
a,
a:focus { 
	color: #A7013F; 
	text-decoration: none; 
	outline: 0; 
}
a:hover { text-decoration: none; color: #777; }
a,
a:hover,
a:focus,
a:link,
img,
a img { outline: 0; border: 0; }

body, input, select, textarea, button, tspan { font-family: 'Roboto', sans-serif; }
input,
input:focus,
select,
select:focus { outline: none; border: 1px solid #777; }
.btn { white-space: normal; }
button { padding: 0; }
p big.thin {
	font-size: 15px;
	line-height: 1.4;
	font-weight: 300;
}


.btn,
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn:active:focus, 
.btn:focus { 
	outline: 0; 
	outline-offset: 0; 
	border: 0; 
}



/* FONTS */
/* PNP FONT */
@font-face {
	font-family: 'pnpfont';
	src: url('../fonts/cachetstd-medium-webfont.eot');
	src: local('?'), 
		url('../fonts/cachetstd-medium-webfont.woff') format('woff'), 
		url('../fonts/cachetstd-medium-webfont.ttf') format('truetype'), 
		url('../fonts/cachetstd-medium-webfont.svg#webfontXMDaK1Gn') format('svg'), 
		url('../fonts/CACHETSTD-MEDIUM.OTF') format('otf'); 
	font-weight: normal; 
	font-style: normal;
}
@font-face {
	font-family: 'pnpfont-bold';
	src: url('../fonts/cachetstd-bold-webfont.eot');
	src: local('?'), 
		url('../fonts/cachetstd-bold-webfont.woff') format('woff'), 
		url('../fonts/cachetstd-bold-webfont.ttf') format('truetype'), 
		url('../fonts/cachetstd-bold-webfont.svg#webfontXMDaK1Gn') format('svg'), 
		url('../fonts/CACHETSTD-BOLD.OTF') format('otf'); 
	font-weight: normal; 
	font-style: normal;
}
*.pnp-font { font-family: 'pnpfont'; }
*.pnp-font-bold { font-family: 'pnpfont-bold'; }
*.blue-txt { color: #003266!important; }
table tr *.blue-txt { color: #003266!important; font-weight: 500; }
*.pink-txt { color: #A7013F!important; }
*.bblue-txt { color: #003266!important; }

h1 { 
	color: #003266; 
	font-size: 26px; 
	font-weight: 300;
	margin: 0 0 35px 0;
}
h1 span { color: #A7013F; }
h1 small,
h2.text-uppercase small {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #003266;
	margin-left: 10%;
	vertical-align: middle;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
}
h2.text-uppercase {
	font-weight: 500;
	font-size: 18px;
}
h2, h3, h2.text-uppercase { 
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	padding: 0;
}
h2 { margin: 5px 0 20px 0; }
h2.secondary {
	font-family: 'Roboto', sans-serif;
	margin-top: 50px;
}
h3, h5 { text-transform: uppercase; }

b, strong { font-weight: 600; }
p.intro,
h2,
h3,
h5,
.btn-alerts,
h2.calendar,
.info-wrap .more-info p{ 
	font-size: 18px!important; 
	color: #003266!important; 
	font-weight: 500!important; 
}

p.intro small { 
	font-size: 15px; 
	line-height: 1.4;
	display: block;
}
h4 {
	color: #A7013F;
	font-weight: 400;
	font-size: 15px;
	margin: 30px 0 15px 0;
	padding: 0;
}
h5 { 
	font-size: 13px; 
	margin: 5px 0;
	line-height: 1.4;
}
h5 + ul.list.normal { margin-top: 15px; }
h6 {
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	margin: 0;
	line-height: 1.6;
}
p.intro + p big,
h2.secondary + p big,
p.big-blue { 
	font-size: 15px; 
	color: #003266; 
	font-weight: 300; 
}
p.intro + p big strong,
h2.secondary + p big strong,
p.big-blue strong,
p big strong { font-weight: 400; }
p big { font-size: 15px; }
p.intro + p small {
	font-size: 13px; 
	color: #003266; 
	font-weight: 400; 
}
p.note { 
	font-size: 11px; 
	font-style: italic; 
	padding-left: 12px;
	position: relative;
	margin-bottom: 10px;
}
p.note span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 10px;
}
sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
}
sub { top: 0.4em; }
.billion-text {display: block;font-size: 26px;font-weight: 500;color: #003266;line-height: 1;}
body { 
	color: #777;
	font-family: 'Roboto', sans-serif;
}
section { padding: 20px 0; }
section.no-padding,
div.no-padding,
article.no-padding,
*.no-padding { padding: 0!important; }
*.no-paddingT { padding-top: 0!important; }
*.no-paddingB { padding-bottom: 0!important; }
*.no-paddingL { padding-left: 0!important; }
*.no-paddingR { padding-right: 0!important; }
section div > img,
section p > img { max-width: 100%; height: auto; }
p { margin: 0 0 20px 0; }
.content { margin: 114px 0 0 0; }
body.scrolled .content { margin: 80px 0 0 0; }
*.noMargB { margin-bottom: 0!important; }
*.noMargT { margin-top: 0!important; }




article { 
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
}
section.main { padding-top: 0; }
section.main article { padding: 0 15px; }
section.main article > :first-child { margin-top: 60px; }
section.main.blue-bg article > :first-child { margin-top: 35px; }
section.main.lessMT article > :first-child { margin-top: 10px; }
.blue-bg,
.bg-lblue { background: rgba(91,128,157,.1); }
.bg-blue { background: rgba(24,120,167,.2); }
.bg-grey { background: rgba(243,244,245,.8) }
.bg-dgrey { background: rgba(189,204,215,1.00) }
.padding-right30 { padding-right: 30px; }
.padded {padding: 0 30 0 30!important;}
.no-marge-top{margin-top: 20px!important; }
h5.primary { color: #1DB3E9!important; }
h5.secondary { color: #1878A7!important; }
h5.thertiary { color: #003266!important; }

div.row { margin: 0; }
.clear { clear: both; }

.mm02 #indexSlide article,
.mm03 #indexSlide article,
.mm04 #indexSlide article,
.mm05 #indexSlide article,
.mm06 #indexSlide article,
.mm07 #indexSlide article,
.search #indexSlide article { max-width: 1920px; }

/* PLACEHOLDER TEXT */
::-webkit-input-placeholder { color: #003266; }
::-moz-placeholder { color: #003266; } /* firefox 19+ */
:-ms-input-placeholder { color: #003266; } /* ie */
input:-moz-placeholder { color: #003266; }
hr {
    margin: 25px 0;
    border: 0;
    border-top: 1px solid #A7013F;
}
hr.no-line { border: 0; }
.panel {
	-webkit-box-shadow: none;
    		box-shadow: none;

}

/* HEADER AND NAVIGATION */
header {
	position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    z-index: 999;
	background: #FFF;
	border-bottom: 2px solid rgba(0,50,105,.5);
	border-top: 7px solid #003766;
}

.home-grey-bg{ background:#EBEFF3; padding:15px; border-radius:10px;}
.home-grey-bg div{border:13px solid #B8084D; background:#00365D; width:300px; margin:0 auto; text-align:center; color:#fff; font-size:32px; padding:15px}

.home-grey-bg div p{line-height:1}
.home-grey-bg div p small{font-size:70%}
body.scrolled header { 
	border-bottom-width: 1px; 
	border-top-width: 3px;
}
a,
a:before,
a:after,
header,
header .logo a p,
header .logo ul.navbar-right a i,
header .logo,
.content,
#directors .panel-group > .panel > .panel,
table tr td,
input,
header .logo a:first-of-type,
header .logo a img,
header .logo ul.navbar-right form,
button,
button:before,
button:after,
.bus-model path,
.foot-map path {
	-webkit-transition: .3s all linear;
	   -moz-transition: .3s all linear;
		-ms-transition: .3s all linear;
		 -o-transition: .3s all linear;
			transition: .3s all linear;
}
.still .bottom-links .btn-group {
	-webkit-transition: none;
	   -moz-transition: none;
		-ms-transition: none;
		 -o-transition: none;
			transition: none;
}
.btn,
header nav > article > .btn-group > ul.dropdown-menu,
.btn-group.as-select .btn.dropdown-toggle,
.btn-group.as-select > .dropdown-menu,
.btn-group.as-select.open > .dropdown-menu,
#directors .panel,
input.zoom_button,
input.zoom_searchbox,
select#zoom_per_page,
.downloads section .reports div:nth-of-type(2) .btn.btn-default,
.downloads section .btn.btn-block,
.accordion .panel,
.nav.nav-tabs.dropdown-options li a {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
}
header input,
.btn.btn-readmore,
.btn-group.latest,
.highlights ul.list li,
.highlights > div > p,
.border-rounded,
.info-wrap .bg-blue,
.horizontal-tabbed.large > ul.nav-tabs li a {
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
		-ms-border-radius: 8px;
		 -o-border-radius: 8px;
			border-radius: 8px;
}
.horizontal-tabbed ul.nav-tabs li a,
h4.stage em:first-of-type {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
		-ms-border-radius: 5px;
		 -o-border-radius: 5px;
			border-radius: 5px;
}
header .logo {
	border-bottom: 1px solid #C3C3C3;
	display: block;
	width: 100%;
	overflow: hidden;
	height: 52px;
}
header .logo article { padding: 0 30px; }
header .logo a,
header .logo a:hover { color: #777; }
header .logo a img,
header .logo a p { 
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px 0 0;
	padding: 0;
}
header .logo a img { 
	height: 29px; 
	width: auto;
	padding: 0;
}
header .logo a p { 
	white-space: nowrap;
	font-size: 18px;
	color: #003266;
	margin-bottom: 0;
}
header .logo > article { height: 100%; }
header .logo > article > a:first-of-type { 
	display: block;
	white-space: nowrap;
	overflow: hidden; 
	width: 60%;
	float: left;
	padding: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
/*body.scrolled header .logo a:first-of-type {  }*/
body.scrolled header .logo { height: 40px; }
header .logo a:hover p { color: #A7013F; }
header nav { width: 100%; }
header nav > article > .btn-group > a { 
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #777;
	padding: 0 30px;
	border: 0;
	height: 55px;
	
	display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox;           /* TWEENER - IE 10 */
	display: -webkit-flex;          /* NEW - Chrome */
	display: flex; 
  
	-webkit-flex-align: center;
	-webkit-box-align: center; /* OLD - iOS 6-, Safari 3.1-6 */ 
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
header nav > article > .btn-group:first-of-type > a { font-size: 20px; }
body.scrolled header nav > article > .btn-group > a { height: 45px; }
header nav > article > .btn-group > a strong { 
	display: inline-block;
	margin-left: 5px; 
}
header nav > article > .btn-group > a:before,
header .logo ul.navbar-right li > a:before {
	content: '';
	width: 0; 
	height: 0;
	position: absolute;
	bottom: 0;
	left: -8px;
	border-bottom: 4px solid #A7013F;
	border-left: 4px solid rgba(255,255,255,.0);
	border-right: 4px solid rgba(255,255,255,.0);
}
header nav > article > .btn-group > a:hover:before,
header nav > article > .btn-group.open > a:before,
header .logo ul.navbar-right li > a:hover:before,
.mm01 header nav > article > .mm01.btn-group > a:before,
.mm02 header nav > article > .mm02.btn-group > a:before,
.mm03 header nav > article > .mm03.btn-group > a:before,
.mm04 header nav > article > .mm04.btn-group > a:before,
.mm05 header nav > article > .mm05.btn-group > a:before,
.mm06 header nav > article > .mm06.btn-group > a:before,
.mm07 header nav > article > .mm07.btn-group > a:before { width: 100%; left: 0; }

.mm01 header nav > article > .mm01.btn-group > a,
.mm02 header nav > article > .mm02.btn-group > a,
.mm03 header nav > article > .mm03.btn-group > a,
.mm04 header nav > article > .mm04.btn-group > a,
.mm05 header nav > article > .mm05.btn-group > a,
.mm06 header nav > article > .mm06.btn-group > a,
.mm07 header nav > article > .mm07.btn-group > a { color: #003268; font-weight: bold; }
header nav > article > .btn-group > a:hover { color: #003268; }

header nav .btn-group .dropdown-toggle,
header nav .btn-group.open .dropdown-toggle,
#directors .panel,
.btn-group.as-select .btn.dropdown-toggle,
.btn-group.as-select > .dropdown-menu {
	-webkit-box-shadow: none; 
	   -moz-box-shadow: none; 
		-ms-box-shadow: none; 
		 -o-box-shadow: none; 
			box-shadow: none; 
}
header.scrolled nav .btn-group .dropdown-toggle { height: 50px; }
.dropdown-header { 
	font-size: 16px; 
	font-weight: 600; 
}
header nav > article > .btn-group:first-of-type { margin-left: 8.33%; }
header nav > article > .btn-group { 
	position: static;
	display: block;
	float: left;
	overflow: hidden;
}
header nav > article > .btn-group > ul.dropdown-menu {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	border-top: 1px solid #A7013F;
	border-bottom: 1px solid #A7013F;
	padding: 40px 0;	
}
header nav > article > .btn-group > ul.dropdown-menu > div { padding: 0; }
header nav > article > .btn-group > ul.dropdown-menu article { padding: 0 5%; }
header nav > article > .btn-group > ul.dropdown-menu li { padding: 0; overflow: hidden; min-height: 84px; }
header nav > article > .btn-group > ul.dropdown-menu li.dropdown-header { margin-bottom: 10px; }
header nav > article > .btn-group > ul.dropdown-menu li > a {
	padding: 5px 25px 0 15px;
	margin-bottom: 20px;
	position: relative;
	display: block;
	color: #777;
}
header nav > article > .btn-group > ul.dropdown-menu li > a:before,
.btn-group.as-select .dropdown-menu li > a:before {
	content: '';
	position: absolute;
	top: 8px;
	left: -15px;
	height: 8px;
	width: 8px;
	background: #A7013F;
}
header nav > article > .btn-group > ul.dropdown-menu li > a h2 {
	font-size: 15px;
	margin: 0 0 5px 0;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
header nav > article > .btn-group > ul.dropdown-menu li > a p {
	color: #777;
	font-size: 12px;
	margin: 0;
}
header nav > article > .btn-group > ul.dropdown-menu li > a:hover:before,
.mm02.sm01 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm01 > a:before,
.mm02.sm02 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm02 > a:before,
.mm02.sm03 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm03 > a:before,
.mm02.sm04 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm04 > a:before,
.mm02.sm05 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm05 > a:before,
.mm02.sm06 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm06 > a:before,
.mm02.sm07 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm07 > a:before,
.mm02.sm08 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm08 > a:before,
.mm03.sm01 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm01 > a:before,
.mm03.sm02 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm02 > a:before,
.mm03.sm03 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm03 > a:before,
.mm03.sm04 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm04 > a:before,
.mm03.sm05 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm05 > a:before,
.mm03.sm06 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm06 > a:before { left: 0; }
header nav > article > .btn-group > ul.dropdown-menu li > a:hover h2,
.mm02.sm01 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm01 > a h2,
.mm02.sm02 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm02 > a h2,
.mm02.sm03 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm03 > a h2,
.mm02.sm04 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm04 > a h2,
.mm02.sm05 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm05 > a h2,
.mm02.sm06 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm06 > a h2,
.mm02.sm07 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm07 > a h2,
.mm02.sm08 header nav > article > .mm02.btn-group > ul.dropdown-menu li.sm08 > a h2,
.mm03.sm01 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm01 > a h2,
.mm03.sm02 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm02 > a h2,
.mm03.sm03 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm03 > a h2,
.mm03.sm04 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm04 > a h2,
.mm03.sm05 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm05 > a h2,
.mm03.sm06 header nav > article > .mm03.btn-group > ul.dropdown-menu li.sm06 > a h2 { font-weight: 600; }

header .logo ul.navbar-right { 
	padding-right: 0;
	margin-right: 0;
	height: 100%;
}
header .logo ul.navbar-right li {
	color: #777;
	font-size: 20px;
	padding: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	white-space: nowrap;
	/*overflow: hidden;*/
}
header .logo ul.navbar-right form {
	overflow: hidden;
	width: 30px;
	padding-right: 30px;
	height: 100%;
}


.brands {position:relative; top:-60px; right:5px; float:right;}

header .logo ul.navbar-right form:hover,
header .logo ul.navbar-right form.active { width: 200px; }
header input {
	margin: 0 60px 0 0;
	position: relative;
	top: 7px;
	width: 120px;
	padding: 2px 15px;
	color: #003268;
	border: 1px solid #9797A6;
	font-size: 11px;
	line-height: 1;
}
header input:focus { border-color: #A7013F; }
body.scrolled header input { top: 0; }
header .logo ul.navbar-right button {
	font-size: 28px;
	position: absolute;
	text-align: right;
	top: 0;
	right: 0;
	background: #FFF;
	height: 100%;
	width: 40px;
	border: 0;
	outline: 0;
	-webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}

/* CAROUSEL */
.carousel-control.left,
.carousel-control.right { background: none; }
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left, 
.carousel-control .icon-prev,
.carousel-control.left,
.carousel-control.right { 
	width: 40px; 
	height: 100%; 
	margin: 0; 
}
.carousel-control .glyphicon-chevron-left:before,
.carousel-control .glyphicon-chevron-right:before {
	content: '';
	width: 40px;
	height: 40px;
	display: block;
	margin-top: -20px;
	border-top: 2px solid #FFF;
	border-left: 2px solid #FFF;
	
	-webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
			transform: rotate(-45deg);
}
.carousel-control .glyphicon-chevron-right:before {
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
			transform: rotate(135deg);
}
#indexSlide > article { position: relative; }
.carousel-inner > .item { z-index: 0; }
.still { 
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
}



.carousel-inner > .item > img { 
		height: auto; 
		width: 100%; 
		max-width: none;
		position: relative;
		display: block;
		
		
	}
	
	.carousel-inner-pages > .item { z-index: 0; }
.still { 
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	z-index: 1;
}



.carousel-inner-pages > .item > img { 
		height: auto; 
		width: 100%; 
		max-width: none;
		position: relative;
		display: block !important;
		
		
	}
.intro-grey {font-size:15px;}
/*.still .jse {
	font-family: 'Roboto Condensed', sans-serif;
	background: rgba(0,50,105,.4);
	padding: 15px 15px 10px 15px;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	font-weight: 500;
	float: right;
	margin-right: 60px;
}
.still .jse img { margin-bottom: 5px; }
.still .jse .row {
	border-bottom: 1px solid #BBB;
	padding: 3px 0;
}
.still .jse .row:nth-of-type(2) { border-bottom: 0; }
.still .jse .row > div {
	float: none;
	display: inline-block;
	margin-right: -4px;
	vertical-align: middle;
	padding: 0;
}
.still .jse strong { 
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
}
.still .jse p.note { 
	font-style: normal;
	font-size: 10px;
	color: #DDD;
	margin: 0;
	padding: 0;
}*/


/*Home page*/
.home-intro-banner {color:#fff; background:#004578; padding:20px; font-size:16px; margin-bottom:10px;font-weight: 300;}
.mission-text {font-size:21px !important; color:#094B7C;}
ul.home-list {list-style-type:none;}
ul.home-list li {margin-left:-40px; position:relative;margin-bottom: 20px;font-size: 18px; font-weight:300;}
ul.home-list li:after {content:''; position:absolute; background:url(../img/home-list-arrow.png) no-repeat; width:34px; height:34px; top:0px; right:135px;}
ul.home-list li:nth-child(2):after {content:''; position:absolute; background:url(../img/home-list-arrow.png) no-repeat; width:34px; height:34px; top:5px; right:135px;}
.blue-text-marg-left {margin-left:18px; color:#00335A;}


.still .bottom-links {
	position: absolute;
	padding: 0;
	right: 23.7%;
	margin-right: 60px;
	bottom: 0;
	background: rgba(0,50,105,.6);
	color: #FFF;
	width: 17.5%;
}
.still .bottom-links a.toggle-below {
	display: block;
	height: 38px;
	position: relative;
	padding: 0 40px 0 15px;
	color: #FFF;
	font-size: 18px;
	line-height: 38px;
	font-weight: 300;
}
.still .bottom-links .btn-group { display: none; }
.still .bottom-links a.toggle-below:hover { background: rgba(0,0,0,.1); }
.still .bottom-links .btn-group .btn.btn-block {
	background: #969696;
	padding: 12px 40px 12px 15px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #FFF;
	line-height: 1.2;
	text-align: left;
	position: relative;
	margin-left: 0;
	width: 100%;
}
.still .bottom-links .btn-group .btn.btn-block:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 30px;
	background: #424242;
	top: 0;
	right: 0;
}
.still .bottom-links .btn-group .btn.btn-block:after,
.still .bottom-links a.toggle-below:after {
	content: '';
	position: absolute;
	right: 12px;
	top: 13px;
	width: 13px;
	height: 13px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.still .bottom-links a.toggle-below:after {
	top: 16px;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
			transform: rotate(315deg);
}
.still .bottom-links a.toggle-below:hover:after { top: 10px; }
.still .bottom-links a.toggle-below.active:after {
	top: 10px;
	-webkit-transform: rotate(135deg);
	   -moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		 -o-transform: rotate(135deg);
			transform: rotate(135deg);
}
.still .bottom-links a.toggle-below.active:hover:after { top: 15px; }
.still .bottom-links .btn-group .btn.btn-block:hover:after { right: 5px; }
.main-large { 
	padding: 60px 8.33%;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.1);
}
.main-large h1 { 
	color: #FFF;
	font-size: 48px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: none;
	position: relative;
	margin: 0;
}
.main-large h1 small { 
	display: block;
	font-size: 22px;
	color: #FFF;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	margin: -2px 0 0 0;
	max-width: 75%;
}
.main-large .btn.btn-readmore { 
	color: #FFF;
	border-color: #FFF;
}

/* GENERAL */
#breadcrumbs { 
	padding: 5px 0;
	background-color: none;
	border-bottom: 2px solid #CCC;
}
#breadcrumbs .breadcrumb { 
	background-color: #FFF;
	font-size: 12px;
	margin: 0;
	padding: 5px 30px;
}
#breadcrumbs .breadcrumb > li + li:before { 
	content: '\e93c';
	color: #777;
	font-family: 'icomoon';
	font-size: 15px;
	line-height: 1.2;
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
}
#breadcrumbs .breadcrumb > li { color: #003766; }
#breadcrumbs .breadcrumb > li a { 
	text-transform: uppercase; 
	color: #777;
}
blockquote {
	border-left: 0;
	position: relative;
	padding: 0 10px 0 25px;
}
blockquote p {
	font-size: 15px;
	font-weight: 300;
}
blockquote:before,
blockquote:after {
	content: '"';
	color: #777;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 18px;
	position: absolute;
	top: -2px;
	left: 0;
	font-style: italic;
}
blockquote:after {
	content: '"';
	left: auto;
	right: 0;
	top: auto;
	bottom: 32px;
}
blockquote small:before { display: none; }
blockquote small { 
	font-size: 13px; 
	font-weight: 300; 
	line-height: 1.2; 
}
blockquote small strong {
	display: inline-block;
	padding-right: 5px;
	border-right: 1px solid rgba(0,0,0,.2);
	font-weight: 500;
}
blockquote + .btn.btn-readmore { margin: 20px 0 30px 20px; }
blockquote.main { padding: 15px 40px; }
blockquote.main:before,
blockquote.main:after { font-size: 40px; }
blockquote.main small { line-height: 1.3; }

.stage-one {background-color:#2BB4E6;color:#fff;padding:5px;margin-bottom: 10px; font-size: 16px;border-radius: 5px;}
.stage-two {background-color:#2079A5;color:#fff;padding:5px; margin-bottom: 10px; font-size: 16px;border-radius: 5px;}
.stage-three {background-color:#003269; color:#fff; padding:5px;margin-bottom: 10px; font-size: 16px;border-radius: 5px;}
.strategy-content-height{padding-top:35px;}

/* FOOTER */
footer {
	border-top: 2px solid rgba(0,50,105,.5);
	text-align: center;
	font-size: 11px;
}
footer .row { 
	text-align: center; 
	border-bottom: 1px solid #EEEEEE;
	padding: 10px 15px;
}
footer .row:first-of-type div {
	text-align: center;
}
footer .row:first-of-type div > a {
	height: 53px;
	display: inline-block;
	padding-left: 65px;
	vertical-align: middle;
	line-height: 53px;
	color: #003266;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'pnpfont-bold';
	background: url(../img/footer/01.png) 0 0 no-repeat;
	float: left;
}
footer .row:first-of-type div > a:hover,
footer .row:nth-of-type(2) a:hover { color: #A7013F; }
footer .row:first-of-type div:nth-of-type(2) > a { background: url(../img/footer/02.png) 0 0 no-repeat; }
footer .row:first-of-type div:nth-of-type(3) > a { background: url(../img/footer/03.png) 0 0 no-repeat; }
footer .row p { margin-bottom: 0; }
footer .row:nth-of-type(2) > article > * { 
	display: inline-block; 
	padding: 0 5px;
	margin-right: -4px;
	color: #003266;
	border-right: 1px solid #003266;
	line-height: 1.2; 
}
footer .row:nth-of-type(2) > article > *:last-child { border-right: 0; }
footer .row:nth-of-type(3) { color: #003266; border-bottom: 0; }

/* SECONDARY PAGES */
/* DIRECTORS */
#directors { padding: 20px 0 50px 0; }
#directors .panel { border: 0; background: transparent; }
#directors h1 { margin-bottom: 20px; }
#directors .panel-group { padding: 0 15px; margin: 0; }
#directors .panel-group > .panel {
	float: none;
	display: inline-block; 
	margin: 0 -4px 0 0;
	vertical-align: top;
	padding: 0 15px;
}
#directors .panel-group > .panel,
#directors .panel-group .panel+.panel { margin-bottom: 30px; }
#directors .panel-group > .panel > .panel { 
	border: 0; 
	border-bottom: 1px solid #003266;
	overflow: hidden;
	background: #EEE;
}
#directors .panel-group > .panel:hover > .panel { border-color: #A7013F; }
#directors .panel-group .panel-heading { padding: 0 10px 20px 10px; }
#directors .panel-group .panel-heading h4 {
	color: #003266;
	font-weight: 600; 
	text-transform: uppercase;
	margin-bottom: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
}
#directors .panel-group .panel-heading h4 small { 
	color: #A7013F; 
	font-size: 13px; 
	display: block; 
	margin-top: 5px;
	font-weight: normal;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
}
#directors .panel-group .panel-heading p { line-height: 1.4; margin-bottom: 0; }
#directors .list-group.panel li { 
	border-top: 1px solid #003266;
	padding: 0;
}
#directors .list-group.panel li a,
#directors .list-group.panel li a.collapsed:hover { color: #A7013F; }
#directors .list-group.panel li a.collapsed { color: #003266; }
#directors .list-group.panel li a { 
	position: relative; 
	display: block; 
	font-size: 18px;
	font-weight: normal;
	font-family: 'Roboto Condensed', sans-serif;
	padding: 15px 10px 15px 10px;
}
#directors .panel-group .list-group.panel li.panel+.panel { margin-top: 0; }
#directors .list-group.panel li > div > p {
	padding: 0 10px 0 10px;
	margin: 0 0 10px 0;
	font-size: 13px;
}
#directors .panel-group > .panel img {
    border-bottom: 1px solid #A7013F;
    width: 100%;
}
#directors .panel-group .panel-collapse { 
	border-top: 1px solid #003266;
	padding: 0;
}
#directors .panel-group .panel-collapse *:first-child { margin-top: 20px; }
#directors .panel-group .panel-collapse *:last-child { margin-bottom: 20px; }
#directors .list-group.panel li h5 {
	border-top: 1px solid rgba(0,53,105,.4);
	border-bottom: 1px solid rgba(0,53,105,.4);
	text-transform: none;
	margin: 20px 0 20px 0;
	padding: 5px 10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	font-weight: 500;
}
#directors .list-group.panel li h6 {
	padding: 0 10px;
	font-weight: 700;
	font-size: 13px;
	margin: 0;
}

/* GLOSSARY */
section.intro { border-bottom: 1px solid rgba(0,0,0,.2); }
section.intro p {
	text-align: center;
	float: none;
	display: block;
	margin: 0 auto 50px auto;
	font-size: 16px;
	line-height: 1.8;
	position: relative;
}
section.intro p:first-of-type:after {
	content: '';
	width: 40%;
	height: 0;
	position: absolute;
	left: 30%;
	bottom: -25px;
	border-bottom: 1px solid #A7013F;
}
section.intro p:last-of-type { margin: 0 auto 30px auto; }
.glossary .btn-toolbar { margin: 30px auto 50px auto; }
.glossary .btn-toolbar > .btn-group { 
	display: inline-block;
	float: none;
}
.glossary .btn-toolbar > .btn-group .btn { 
	font-weight: 600;
	font-size: 16px;
}
.definition h4 { 
	margin: 0 0 5px 0;
	font-size: 18px;
	font-weight: 600;
}
.definition p { 
	margin: 0 0 20px 0;
	line-height: 1.6; 
}
.definition article {
	border-top: 2px solid #777;
	padding: 30px 0;
	position: relative;
}
.definition article a.toTop {
	position: absolute;
	height: 40px;
	width: 60px;
	top: -20px;
	left: 50%;
	margin-left: -30px;
	background: #FFF;
}
.definition article a.toTop:after {
	content: '';
	position: absolute;
	height: 20px;
	width: 20px;
	top: 10px;
	left: 20px;
	border-top: 2px solid #777;
	border-left: 2px solid #777;
	
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

/* NOTES */
p.instruction {
	margin: 60px 0;
	line-height: 1.8;
	font-size: 18px;
}
.btn-group.as-select { margin: 30px 0 60px 0; }
.btn-group.as-select span.caret { 
	position: absolute;
	top: 15px;
	right: 15px;
	border-width: 10px;
}
.btn-group.as-select,
.btn-group.as-select .btn.dropdown-toggle { 
	float: none;
	display: block;
	text-transform: uppercase;
	color: #777;
	font-weight: 600;
	text-align: left;
}
.btn-group.as-select > .dropdown-menu { 
	float: none;
	width: 100%;
	margin: 0;
	position: relative;
}
.btn-group.as-select .btn.dropdown-toggle { padding: 10px 20px; }
.btn-group.as-select .btn.dropdown-toggle,
.btn-group.as-select.open > .dropdown-menu { border: 1px solid #777; }
.btn-group.as-select.open > .dropdown-menu {
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}
.btn-group.as-select .dropdown-menu > li > a { padding: 7px 20px 7px 40px; position: relative; }
.btn-group.as-select .dropdown-menu > li > a:before { top: 12px; left: 18px; }
.btn-group.as-select .dropdown-menu > li:hover > a:before { left: 25px; }

.scrollable{ 
	margin-bottom: 30px;
	position: relative;
	clear: both;
} 
table tr > *{ padding: 3px 10px 3px 5px; }
table { width: 100%; color: #777; }
table tr th.spacer,
table tr td.spacer { 
	width: 15px!important; 
	min-width: 0!important; 
	padding: 0!important;  
}
table tr.total td {
	border-top: 1px solid #777;
	border-bottom: 2px solid #777;
}

.align{padding-right:0px!important; }
tr.rule01 td,
td.rule01,
section.rule01 { border-bottom: 1px solid #969696; }
tr.rule02 td,
td.rule02 { border-bottom: 2px solid #004578; }
td.box { border: 1px solid #004578; }
td.boxT { border-top: 1px solid #004578; }
td.boxB { border-bottom: 1px solid #004578; }
td.boxRL { background-color:#C7DEF4; color: #003266; padding-right:10px;}
td.boxR { border-right: 1px solid #004578; }
td.boxL { border-left: 1px solid #004578; }
td.boxTL { border-top: 1px solid #004578; border-left: 1px solid #004578; }
td.boxTR { border-top: 1px solid #004578; border-right: 1px solid #004578; }
td.boxTRL { 
	/*border-top: 1px solid #A7013F; 
	border-right: 1px solid #A7013F; 
	border-left: 1px solid #A7013F;*/
	padding-right:10px;
	position: relative;
	color: #FFF;
	font-weight: 400;
	font-size: 15px;
	-webkit-border-radius: 8px 8px 0 0;
	   -moz-border-radius: 8px 8px 0 0;
		-ms-border-radius: 8px 8px 0 0;
		 -o-border-radius: 8px 8px 0 0;
			border-radius: 8px 8px 0 0;
}
td.boxTRL:after {
	content: '';
	height: 100%;
	width: 100.1%;
	position: absolute;
	top: 0;
	right: -1px;
	display: block;
	background: #A7013F;
	z-index: -1;
	-webkit-border-radius: 8px 8px 0 0;
	   -moz-border-radius: 8px 8px 0 0;
		-ms-border-radius: 8px 8px 0 0;
		 -o-border-radius: 8px 8px 0 0;
			border-radius: 8px 8px 0 0;
}
td.boxBL { border-bottom: 1px solid #A7013F; border-left: 1px solid #A7013F; }
td.boxBR { border-bottom: 1px solid #A7013F; border-right: 1px solid #A7013F; }
td.boxBRL { border-bottom: 1px solid #A7013F; border-right: 1px solid #A7013F; border-left: 1px solid #A7013F; }
td.boxTRL.blue:after { background: #003266; }
td.boxR.blue,
td.boxL.blue,
/*td.boxTRL.blue,*/
td.boxBL.blue,
td.boxBR.blue,
tr.rule02 td.boxBL.blue,
tr.rule02 td.boxBR.blue,
td.boxRL.blue { border-color: #003266; }
tr.rule02 td.boxBL,
tr.rule02 td.boxBR { border-color: #A7013F; }
table.fins tr:nth-of-type(n+2):hover td { background: #F1F1F1; }
table.fins td.boxTRL { font-size: 13px; }
td.indentedL { padding-left: 20px; }
td.rule-dotted01,
tr.rule-dotted01 td { border-bottom: 1px dotted #969696; }
td.dotted-boxR { border-right: 1px dotted #969696; }
td.dotted-boxBR { border-right: 1px dotted #969696; border-bottom: 1px dotted #969696; }
td.dotted-boxL { border-left: 1px dotted #969696; }
td.dotted-boxBL { border-left: 1px dotted #969696; border-bottom: 1px dotted #969696; }
table.fins td.boxRL.blue {/* border-bottom-color: inherit; */}
table.fins h6 {
	font-size: 13px;
	font-weight: 500;
}

.finthinblue {border-bottom:1px solid #004578;}
.finthickblue {border-bottom:2px solid #004578;}
.fintopleft {border-left:1px solid #231F20; border-top:1px solid #231F20;}
.fintopright{border-right:1px solid #231F20; border-top:1px solid #231F20;}
.finbotright{border-right:1px solid #231F20; border-bottom:1px solid #231F20;}
.finbotleft{border-left:1px solid #231F20; border-bottom:1px solid #231F20;}
.finthin {border-bottom:1px solid #231F20;}
.fintop {border-top:1px solid #231F20;}

/*HOME PAGE*/
.results-container {background-image:url(../img/interim-results-banner.jpg); background-repeat:no-repeat; position:relative; height:480px; font-size: 1.3em; background-position-y:50px; background-size: contain;}
.webcast-btn {border-radius:5px; padding:5px; border:1px solid #11335A; color:#11335A; font-size:.825em; margin:5px 0px 0px 0px; position:relative; width: 85%; }
.webcast-btn:after {content: '\e944';font-family: 'icomoon';font-size: 20px; position: absolute;float: right;font-weight: normal; top: 0px; right: 20px;}
.date-box {position:absolute; bottom:0px; padding:10px 10px 10px 120px; color:#fff; background-color:#98AEBF; width:100%; font-size: 1em;}
.date-box:before {content: ' '; background-image:url(../img/webcast-img.png); background-repeat:no-repeat; position:absolute; top:15px; left:40px; padding:30px;}
.results-box {position:absolute; top:0px; padding:10px 40px; color:#fff; background-color:#11335A; width:100%;}
.lft {float:left;}

/* GRAPHS */
.graphs { margin: 30px 0; }

.no-margin{margin: 0!important;}
.no-marginT{margin-top: 0!important;}
.no-marginB{margin-bottom: 0!important;}
.no-marginL{margin-left: 0!important;}
.no-marginR{margin-right: 0!important;}


/* SEARCH */
.search .container { margin: 30px auto; }
.search .container p em { color: #999; }
.highlight { 
	background: #A7013F; 
	color: #FFF; 
	display: inline-block; 
	padding: 5px; 
}
.searchheading { 
	font-size: 130%; 
	font-weight: 600; 
	display: block; 
	margin-bottom: 5px; 
}
.searchheading br { display: none; }
.summary { 
	font-size: 80%; 
	font-style: italic; 
}
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #999999; }
.sorting { text-align: right; }

.result_title { 
	font-size: 18px; 
	font-weight: 500; 
	margin-bottom: 5px; 
}		
.description { color: #003266; }
.infoline { 
	font-size: 80%; 
	font-style: normal; 
	color: #808080; 
	padding-top: 5px;
}

.zoom_searchform { font-size: 100%; }
.zoom_results_per_page { margin-left: 10px; }
.zoom_match { 
	font-size: 80%; 
	margin-left: 0;
}
.zoom_match label,
.zoom_match	input { 
	display: inline-block; 
	vertical-align: middle; 
	margin: 0 10px 0 0 
}		
.zoom_categories { font-size: 80%; }
.zoom_categories ul,
.cat_summary ul { 
	display: inline; 
	margin: 0px; 
	padding: 0px;
}
.zoom_categories li,
.cat_summary li { 
	display: inline; 
	margin-left: 0; 
	list-style-type: none; 
}		
input.zoom_button,
input.zoom_searchbox,
select#zoom_per_page { 
	display: inline-block; 
	padding: 5px 10px;
	margin: 0 0 0 5px;
}
input.zoom_button:hover { 
	background: #A7013F; 
	border-color: #A7013F; 
}
input.zoom_button { 
	background: #777; 
	color: #FFF; 
}
.result_image { display: none; }
.result_block, 
.result_altblock { 
	margin: 80px 0; 
	clear: left; 
	position: relative; 
}
.result_block { margin: 30px 0 80px 0; }
.result_block:after, 
.result_altblock:after {
	content: '';
	position: absolute;
	bottom: -40px;
	left: 0;
	height: 0;
	width: 100%;
	border-bottom: 2px solid #777;
}
.result_pages { font-size: 100%; }
.result_pagescount { font-size: 100%; }
.searchtime { font-size: 80%; }
.recommended { 
	background: #DFFFBF; 
	border-top: 1px dotted #808080; 
	border-bottom: 1px dotted #808080; 
	margin-top: 15px; 
	margin-bottom: 15px; 
}
.recommended_heading { 
	float: right; 
	font-weight: bold; 
}
.recommend_block {
	margin: 15px 0; 
	clear: left; 
}	
.recommend_description { color: #008000; }
.recommend_infoline { 
	font-size: 80%; 
	font-style: normal; 
	color: #808080;
}

/* DOWNLOADS */
.downloads section h1 { margin-bottom: 40px; }
.downloads section .reports {
	padding: 30px 0;
	position: relative;
	border-top: 2px solid #A7013F;
	border-bottom: 2px solid #A7013F;
}
.downloads section .reports:before {
	content: '';
	display: block;
	background: #A7013F;
	position: absolute;
	top: 0;
	right: 66.66%;
	width: 200%;
	height: 100%;
	
	-webkit-transform: skewX(-20deg);
	   -moz-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		 -o-transform: skewX(-20deg);
			transform: skewX(-20deg);
}
.downloads section .reports div { margin: 30px 0; }
.downloads section .reports div:first-of-type { 
	text-align: center; 
	position: relative; 
}
.downloads section .reports div:nth-of-type(2) { padding: 0 10%; }
.downloads section .reports div:nth-of-type(2) h1 { margin: 0 0 30px 0; }
.downloads section .reports div:nth-of-type(2) p {
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 1.8;
}
.downloads section .reports div:nth-of-type(2) .btn.btn-default,
.downloads section .btn.btn-block {
	border: 1px solid #A7013F;
	background: #A7013F;
	color: #FFF;
	font-weight: 600;
	padding: 10px 15px;
	text-transform: uppercase;
}
.downloads section .reports div:nth-of-type(2) .btn.btn-default:hover,
.downloads section .btn.btn-block:hover { 
	border-color: #777;
	color: #777;
	background: transparent;
}
.downloads section .reports + div { padding: 50px 0; }
.downloads section .btn.btn-block { 
	background: #777; 
	border-color: #777;
	text-align: left;
	margin-bottom: 10px;
}
.downloads section .btn.btn-block:last-of-type { margin-bottom: 0; }
.downloads section .btn.btn-block span { float: right; }
.downloads h2 {
	margin: 0 0 30px 0;
	text-transform: uppercase;
}

/* LARGE PAGES */
.scrollable-lg { margin-top: 30px; }
.scroll-lg { 
	width: 100%; 
	height: auto; 
}

/* ACCORDIONS */
.accordion { margin: 40px 15px 50px 15px; }
.accordion .panel { margin-bottom: 25px; }
.accordion.standard .panel { margin: 0 0 15px 0; }
.accordion .panel-title { font-size: 14px; line-height: 1.2; }
.accordion .panel-title > a {
	display: table;
	width: 100%;
}
.accordion:not(.standard) .panel-title > a { min-height: 71px; }
.accordion .panel-title > a,
.accordion .panel-title > a.collapsed:hover { 
	color: #003266;
	background: /*rgba(242,231,209,.4)*/ #EEF0F9;
	padding: 0;
	position: relative;
	font-size: 16px;
	font-weight: 400;
}
.accordion.standard .panel-title > a,
.accordion.standard .panel-title > a.collapsed:hover  {
	padding: 15px 30px 15px 15px;
	text-transform: uppercase;
}
.accordion.standard .holdings .panel-title > a { background: rgba(217,236,208,.8); }
.accordion .panel-title > a > em {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 15px 15px 85px;
	width: 36%;
	color: #FFF;
	font-size: 16px;
	background:#688CC8;
	font-style: normal;
	position: relative;
}
.accordion .panel-title > a > em:before {
	content: url(../svg/icons/customers.svg); display:none;
	position: absolute;
	left: 15px;
	top: 50%;
	height: 45px;
	margin-top: -22.5px;
	width: 45px;
	line-height: 1;
}
.accordion .panel-title > a > em.community:before { content: url(../svg/icons/community.svg); display:none;}
.accordion .panel-title > a > em.employees:before { content: url(../svg/icons/employees.svg); display:none;}
.accordion .panel-title > a > em.franchisees:before,
.accordion .panel-title > a > em.suppliers:before { content: url(../svg/icons/supply.svg); display:none;}
.accordion .panel-title > a > em.shareholders:before { content: url(../svg/icons/shareholders.svg); display:none;}
.accordion .panel-title > a > span { 
	padding: 15px 40px 15px 15px; 
	width: 77.5%;
	display: table-cell;
	vertical-align: middle;
}
.accordion .panel-title > a:before {
	content: '\e937';
	position: absolute;
	right: 15px;
	top: 27px;
	height: 15px;
	width: 15px;
	line-height: 1;
	font-size: 10px;
	font-family: 'icomoon';
	font-weight: bold;
	color:#BDCCD8;
}
.accordion.standard .panel-title > a:before { top: 17px; }
.accordion .panel-title > a.collapsed:before { content: '\e936'; }
.accordion .panel-body { 
	border-top: 1px solid #003266; 
	background-color: #EEF0F9; 
	padding: 20px 0 10px 0; 
}
.accordion.standard .panel-body-one {padding: 10px 30px; background: #EEF2F5;}
.accordion .holdings .panel-body-one { background: rgba(217,236,208,.4); }
.accordion .panel-body-one h6 { font-size: 13px; font-weight: 600; }

.accordion.standard .panel-body { padding: 30px; }
.accordion .holdings .panel-body { background: rgba(217,236,208,.4); }
.accordion .panel-default { border: 1px solid #9D9D9C; border-right: 0; border-left: 0; margin-top: 140px;}
.accordion .panel-body h6 { font-size: 13px; font-weight: 600; }

/* PAGE HEADERS */
section.page-header {
	padding: 50px 0; 
	margin: 0;
	color: #FFF;
	background: #777;
	overflow: hidden;
	height: 380px;
	position: relative;
}
section.page-header:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	
	-webkit-box-shadow: inset 900px 400px 900px -400px rgba(0,0,0,.7);
	   -moz-box-shadow: inset 900px 400px 900px -400px rgba(0,0,0,.7);
		-ms-box-shadow: inset 900px 400px 900px -400px rgba(0,0,0,.7);
		 -o-box-shadow: inset 900px 400px 900px -400px rgba(0,0,0,.7);
			box-shadow: inset 900px 400px 900px -400px rgba(0,0,0,.7);
}
section.page-header > div {
	position: relative;
	z-index: 2;
}
section.page-header img { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}
section.page-header h1 { margin-top: 0; }
section.page-header blockquote p { 
	padding: 10px 15px; 
	margin: 0 0 10px 0;
	text-align: center;
	line-height: 1.6;
}
section.page-header blockquote small { text-align: right; }
section.page-header blockquote small,
section.page-header blockquote:before,
section.page-header blockquote:after { color: rgba(255,255,255,.4); }
img.pull-left { margin: 0 20px 20px 0; }
img.pull-right { margin: 0 0 20px 20px; } 

/* RESPONSIVE NAVIGATION */
.navBtn { 
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: #A7013F;
	color: #FFF;
	z-index: 99999;
    -webkit-transition: .3s background linear;
	   -moz-transition: .3s background linear;
		-ms-transition: .3s background linear;
		 -o-transition: .3s background linear;
    		transition: .3s background linear;
	overflow: hidden;
}
.navBtn span {
    display: block;
    position: absolute;
    top: 28px;
    left: 10px;
	right: 10px;
    height: 5px;
    background: #FFF;
	
	-webkit-transition: background 0s 0.3s;
			transition: background 0s 0.3s;
}
.navBtn span:after, 
.navBtn span:before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #fff;
    content: '';
	
	-webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;
}
.navBtn span:before {
    top: -12px;
	-webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}
.navBtn span:after {
    bottom: -12px;
	-webkit-transition-property: bottom, -webkit-transform;
			transition-property: bottom, transform;
}
.navBtn.active { background: #777; }
.navBtn.active span { background: none; }
.navBtn.active span:before {
    top: 0;
    -webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
    	-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
   			transform: rotate(45deg);
}
.navBtn.active span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
	   -moz-transform: rotate(-45deg);
    	-ms-transform: rotate(-45deg);
		 -o-transform: rotate(-45deg);
   			transform: rotate(-45deg);
}

.navBtn.active span:before,
.navBtn.active span:after {
	-webkit-transition-delay: 0s, 0.3s;
			transition-delay: 0s, 0.3s;
}

.btn.btn-readmore {
	border: 1px solid #AAA;
	text-transform: uppercase;
	color: #003266;
	padding: 7px 40px 5px 10px;
	font-size: 12px;
	background: rgba(0,50,105,0);
	position: relative;
	font-weight: 700;
	margin: 15px 0 10px 0;
}
.btn.btn-readmore:hover { background: rgba(0,50,105,.1); }
.btn.btn-readmore:after {
	content: '\e944';
	font-family: 'icomoon';
	font-size: 20px;
	height: 20px;
	width: 20px;
	right: 10px;
	top: 0;
	position: absolute;
	font-weight: normal;
}



.btn.btn-readmore2 {
	border: 1px solid #AAA;
	text-transform: uppercase;
	color: #003266;
	padding: 7px 40px 5px 10px;
	font-size: 12px;
	background: rgba(0,50,105,0);
	position: relative;
	font-weight: 700;
	margin: 15px 0 0 0;
	background:#fff;
	width: 230px;
}
.btn.btn-readmore2:hover { background: rgba(0,50,105,.1); }
.btn.btn-readmore2:after {
	content: '\e944';
	font-family: 'icomoon';
	font-size: 20px;
	height: 20px;
	width: 20px;
	right: 10px;
	top: 0;
	position: absolute;
	font-weight: normal;
}


.bg-white {background:#fff}

.btn.btn-readmore:hover:after { right: 3px; }

/* ADDITIONAL */
.bg-light {
	background: rgba(91,128,157,.1);
	position: relative;
	padding: 15px 0;
}
.bg-light:before,
.bg-light:after {
	width: 15px;
	height: 100%;
	background: rgba(91,128,157,.1);
	content: '';
	position: absolute;
	top: 0;
	display: block;
}
.bg-light:before { right: 100%; }
.bg-light:after { left: 100%; }
	
.bg-light img { margin-top: 5px; }

ul.list {
	margin: 0 0 25px 0;
	padding: 0;
}
ul.list li {
	list-style: none;
	position: relative;
	padding: 0 0 0 18px;
	margin: 0 0 10px 0;
	font-weight: 300;
}
ul.list.normal li { 
	font-weight: normal; 
	margin: 0 0 5px 0; 
}
ul.list li a { color: #A7013F; }
ul.list li a:hover { color: #A7013F; }
ul.list li:before {
	content: '';

	position: absolute;
	top: 6px;
	left: 0;
	width: 8px;
	height: 8px;
	background: #00365C;
}
ul.list.blue li:before { background: #003668; }
ul.list li strong { 
	display: block; 
	font-weight: 500; 
}
ul.list h5 { padding: 0 0 0 18px; }
ul.list.intro { font-size: 15px; }
ul.list.intro li:before { top: 8px; }
.highlights ul.list li {
	background: rgb(217,233,236);
	border: 2px solid rgba(0,107,130,.2);
	font-size: 16px;
	color: #003266;
	font-weight: 300;
	padding: 10px 10px 10px 40px;
	line-height: 1.3;
}
.highlights ul.list li:before {
	left: 15px;
	width: 12px;
	height: 12px;
	top: 14px;
	background: #003266;
}
	
.extraL { padding: 0 15px 0 9px; }
.extraL > * { margin-left: 30px!important; }
.extraL > .btn-alerts,
.extraL > h2.calendar { margin-left: 0!important; }
a.btn-alerts,
h2.calendar {
	position: relative;
	padding: 20px 25px 18px 75px;
	text-transform: uppercase;
	border-bottom: 3px solid #003266;
	font-family: 'Roboto Condensed';
	margin: 0 0 20px 0;
	text-align: left;
	line-height: 1;
	width: 72.16%;
}
h2.calendar {
	padding-top: 0;
	width: 100%;
}
.btn-alerts:before,
h2.calendar:before {
	content: '\e696';
	position: absolute;
	top: 13px;
	left: 30px;
	color: #777;
	font-size: 28px;
	font-family: 'icomoon';
	font-weight: normal;
}
h2.calendar:before { 
	content: '\e789'; 
	font-size: 30px;
	top: -5px;
}
a.btn-alerts:after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	background: #A7013F;
	width: 0;
	height: 3px;
}
a.btn-alerts { background: rgba(0,50,105,.1); }
a.btn-alerts:hover,
.btn-group.latest .btn.btn-block:hover { color: #003266; background: rgba(0,50,105,.1) }
a.btn-alerts.view-online:hover{ color: #003266; background: rgba(0,50,105,.1) }
a.btn-alerts:hover { background: rgba(0,50,105,.15) }
a.btn-alerts:hover:after { width: 100%; }
.btn-group.latest { 
	margin: 0 0 10px 0;
	border: 2px solid #003266; 
}
.btn-group.latest .btn.btn-block { 
	color: #969696;
	font-size: 12px;
	padding: 10px 15px 10px 40px;
	border-bottom: 1px solid #003266;
	text-align: left;
	margin: 0;
	position: relative;
	line-height: 1.2;
}
.btn-group.latest .btn.btn-block:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #003266;
	border-right: 2px solid #003266;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.btn-group.latest .btn.btn-block:last-of-type { border-bottom: 0; }
.btn-group.latest .btn.btn-block strong { 
	text-transform: uppercase;
	display: block;
}
.btn-group.latest .btn.btn-block:hover:before { left: 16px; }

.highlights.wider { width: 110%; }
.highlights > div { padding: 0 30px 0 0; }
.highlights > div > p {
	background: rgba(0,50,102,.1);
	border: 2px solid rgba(102,102,102,.4);
	padding: 10px 15px;
	height: 120px;
	color: #003266;
	font-size: 17px;
	font-weight: 400;
}
.highlights > div > p big {
	display: block;
	font-size: 36px;
	font-weight: 500;
	color: #003266;
	line-height: 1;
}

.vertical-tabbed {
	display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
	display: -ms-flexbox;           /* TWEENER - IE 10 */
	display: -webkit-flex;          /* NEW - Chrome */
	display: flex; 
	padding: 50px 0;
	width: 100%;
}
.vertical-tabbed.lessPadT { padding-top: 10px; }
.vertical-tabbed ul.nav-tabs {
	background: rgba(91,128,157,.4);
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
.vertical-tabbed ul.nav-tabs li,
.vertical-tabbed ul.nav-tabs li:hover,
.vertical-tabbed ul.nav-tabs li:focus {
	padding: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #003266;
	display: block;
	width: 100%;
	line-height: 1.3;
}
.vertical-tabbed ul.nav-tabs li:last-of-type { border-bottom: 0; }
.vertical-tabbed ul.nav-tabs li a {
	text-transform: uppercase;
	color: #003266;
	font-size: 18px;
	font-family: 'Roboto Condensed';
	padding: 25px 15px;
	margin: 0;
	background: none;
	display: block;
	width: 100%;
	border: 0;
	position: relative;
}
ul.nav-tabs li:hover a,
ul.nav-tabs li a:focus,
ul.nav-tabs li.active a,
ul.nav-tabs li.active:hover a,
ul.nav-tabs li.active a:focus { 
	background: rgba(91,128,157,.4);
	border: 0;
	outline: 0;
	color: #003266;
}
.vertical-tabbed ul.nav-tabs li a:before,
#directors .list-group.panel li a:after {
	content: '\e936';
	position: absolute;
	right: 15px;
	top: 25px;
	height: 15px;
	width: 15px;
	line-height: 1;
	font-size: 15px;
	font-family: 'icomoon';
	font-weight: bold;
}
#directors .list-group.panel li a:after { 
	top: 22px;  
	right: 10px;
	content: '\e937'; 
}
#directors .list-group.panel li a.collapsed:after { content: '\e936'; }
#directors .list-group.panel li a.no-symbol:after { content: ''!important; }
.vertical-tabbed > .tab-content { 
	background: rgba(91,128,157,.1); 
	padding: 25px 15px;
}
.vertical-tabbed > .tab-content h2 {
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	margin: 5px 0 15px 0;
}
 div.tab {display: none}
    div.tab.active {display: block;}



.tab-pane .pagination.pull-right { margin: -5px 15px 8px 0; }
.pagination { 
	margin-top: 0;
	background: none;
}
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > li > a,
.pagination > li:hover > a { 
	border-color: rgba(91,128,157,.5); 
	color: #003266;
	font-weight: 500;
}
.pagination > li > a { background: rgba(255,255,255,.3); }
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover,
.pagination > li:hover > a,
.horizontal-tabbed ul.nav-tabs li:hover a,
.horizontal-tabbed ul.nav-tabs li:focus a,
.horizontal-tabbed ul.nav-tabs li.active a,
.horizontal-tabbed ul.nav-tabs li.active:hover a { 
	background: rgba(91,128,157,.4); 
	color: #003266;
}
.tab { display: none; }
.tab.active { display: block; }

.horizontal-tabbed { padding: 0 30px 50px; }
.horizontal-tabbed:not(.large) { 
	border-top: 7px solid #003266;
	padding-top: 20px;
}
.horizontal-tabbed .horizontal-tabbed { padding: 20px 0 0; }
.horizontal-tabbed .tab-content { 
	border: 0; 
	border-bottom: 0;
	margin: 0;
}
.tab-content.blue-bg,
.tab-content.white-bg { 
	border-bottom: 1px solid rgba(76,76,76,.2); 
	padding: 30px 10%;
}
.horizontal-tabbed.large .tab-content .bg-grey + .row,
.horizontal-tabbed .tab-content .row:first-of-type { border-top: 1px solid rgba(76,76,76,.2); }
.horizontal-tabbed .tab-content .row { border-bottom: 1px solid rgba(76,76,76,.2); }
.horizontal-tabbed .tab-content .row:nth-of-type(even) { background: rgba(243,244,245,.8); }
.horizontal-tabbed ul.nav-tabs { border-bottom: 0; margin: 0 -15px; }
.horizontal-tabbed ul.nav-tabs li { padding-left: 15px; }
.horizontal-tabbed ul.nav-tabs li a,
.horizontal-tabbed ul.nav-tabs li:hover a,
.horizontal-tabbed ul.nav-tabs li:focus a,
.horizontal-tabbed ul.nav-tabs li.active a,
.horizontal-tabbed ul.nav-tabs li.active:hover a,
.horizontal-tabbed ul.nav-tabs li.active:focus a { 
	border: 1px solid #CCC; 
	font-weight: 500;
}
.horizontal-tabbed .nav-tabs > li > a { 
	font-size: 11px; 
	padding: 5px 12px; 
	text-align: center; 
	margin-bottom: 15px;
	line-height: 1;
	color: #777;
}
.horizontal-tabbed.large > ul.nav-tabs li a,
.horizontal-tabbed.large > ul.nav-tabs li:hover a,
.horizontal-tabbed.large > ul.nav-tabs li:focus a,
.horizontal-tabbed.large > ul.nav-tabs li.active a,
.horizontal-tabbed.large > ul.nav-tabs li.active:hover a,
.horizontal-tabbed.large > ul.nav-tabs li.active:focus a {
	border: 0;
	padding: 15px 5px;
	font-size: 14px;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	white-space: nowrap;
}
.horizontal-tabbed.large > ul.nav-tabs li a { 
	background: #EEF2F5; 
	color: #003266;
	position: relative;
}
.horizontal-tabbed.large > ul.nav-tabs li a:after {
	content: '';
	position: absolute;
	height: 0;
	width: 100%;
	z-index: -1;
	margin-top: -15px;
	top: 100%;
	left: 0;
	background: #003266;
}
.horizontal-tabbed.large > ul.nav-tabs li.active a:after { height: 30px; }
.horizontal-tabbed.large > ul.nav-tabs li:hover a,
.horizontal-tabbed.large > ul.nav-tabs li:focus a,
.horizontal-tabbed.large > ul.nav-tabs li.active a,
.horizontal-tabbed.large > ul.nav-tabs li.active:hover a,
.horizontal-tabbed.large > ul.nav-tabs li.active:focus a {
	background: #003266;
	color: #FFF;
}
.tab-headings h6,
.horizontal-tabbed .tab-pane h6 {
	color: #003266;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.horizontal-tabbed .tab-pane .row div { padding: 12px 15px; }
.horizontal-tabbed .tab-pane .row {
	display: -webkit-box;           
	display: -moz-box;              
	display: -ms-flexbox;          
	display: -webkit-flex;         
	display: flex; 
  
	-webkit-flex-align: center;
	-webkit-box-align: center; 
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.horizontal-tabbed .tab-pane .row div * {
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	font-weight: 300;
}
.horizontal-tabbed .tab-pane .row div:nth-of-type(2) * { font-weight: 400; }
.horizontal-tabbed .tab-pane .row div:nth-of-type(2) * small,
.horizontal-tabbed.large .tab-content .bg-grey small { 
	font-weight: 300; 
	display: block; 
}
.horizontal-tabbed .tab-pane .row div:nth-of-type(n+3) { 
	/*text-align: right;*/ 
	white-space: nowrap; 
}
.horizontal-tabbed .tab-pane h6 { 
	color: #003067;
	text-transform: none;
	margin: 0;
}
.horizontal-tabbed .tab-pane .row div:nth-of-type(n+3) a { color: #777; font-style: italic; }
.horizontal-tabbed .tab-pane .row div a:hover { color: #A7013F; }
.horizontal-tabbed .tab-pane .row div:nth-of-type(n+3) a span { 
	display: inline-block; 
	margin-right: 5px;
	font-size: 20px;
	vertical-align: bottom;
	line-height: 1;
	font-style: normal;
}
.horizontal-tabbed .tab-pane .row div:nth-of-type(n+3) a span.icon-book { 
	font-size: 25px; 
	margin-bottom: -3px;
}

.tab-content.blue-bg .btn.btn-readmore { margin-bottom: 0; }
.tab-content.blue-bg .btn.btn-readmore:nth-of-type(2) { color: #A7013F; }

.horizontal-tabbed.large .tab-content .bg-grey {
	padding: 15px 30px;
	border-top: 1px solid rgba(76,76,76,.1);
	border-bottom: 1px solid rgba(76,76,76,.1);
	margin-bottom: 45px;
}
.horizontal-tabbed.large .tab-content .bg-grey h6 { 
	font-size: 18px; 
	line-height: 1.2; 
}
.horizontal-tabbed.large .tab-content .bg-grey h6 small { 
	font-size: 16px; 
	font-weight: 400; 
	line-height: 1.4;
}

a.btn-alerts.download:before {
	content: '\ef2c';
	left: 15px;
	top: 10px;
	font-size: 20px;
	line-height: 1.3;
	border-bottom: 3px solid #A1A4A8; 
	color: #A1A4A8;
}
a.btn-alerts.view-online:before {
	content: '\e886';
	left: 15px;
	top: 4px;
	font-size: 28px;
	line-height: 1.3;
	 
	color: #A1A4A8;
}
a.btn-alerts.view-online,
a.btn-alerts.download {
	width: 100%;
	margin-top: 10px;
	padding: 15px 15px 12px 50px;
	line-height: 1;
	max-width:600px;
}

a.btn-alerts.download span { 
	font-family: 'Roboto';
	color: #777;
	float: right;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	line-height: 1.5;
}

a.btn-alerts.download span:before { 
	font-family: 'icomoon';
	font-size: 20px;
	font-style: normal;
	display: inline-block;
	margin-right: 5px;
	vertical-align: bottom;
	line-height: 1;
}



a.btn-alerts.view-online:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    background: #003266;
    width: 0;
    height: 3px;
}



a.btn-alerts.view-online{
    position: relative;
    text-transform: uppercase;
    border-bottom: 3px solid #A7013F;
    font-family: 'Roboto Condensed';
    margin: 10px 0 0 0;
    text-align: left;
    line-height: 1;
	color: #A7013F;
	}


a.btn-alerts.view-online:hover{border-bottom: 3px solid #003266;}

/* CONTACT US */
a.btn.btn-tel,
a.btn.btn-fax,
a.btn.btn-mail,
a.btn.btn-web {
	position: relative;
	font-weight: 100;
	font-size: 16px;
	color: #777;
	padding: 10px 15px 10px 40px;
	margin: 0;
}
a.btn.btn-tel strong,
a.btn.btn-fax strong,
a.btn.btn-mail,
a.btn.btn-web { font-weight: 400; }

a.btn.btn-tel:before,
a.btn.btn-fax:before,
a.btn.btn-mail:before,
a.btn.btn-web:before {
	content: '';
	position: absolute;
	font-family: 'icomoon';
	font-size: 25px;
	line-height: 1;
	top: 10px;
	left: 0;
	height: 25px;
	width: 25px;
	color: #A7013F;
}
a.btn.btn-tel:before { content: '\e76a'; }
a.btn.btn-fax:before { content: '\e6b1'; }
a.btn.btn-mail:before { content: '\e696'; }
a.btn.btn-web:before { content: '\e884'; }

.contacts .tab-content {
	background: rgba(91,128,157,.2);
	padding: 76px 0;
}
.contacts .tab-content .tab-pane { 
	width: 100%; 
	height: 100%;
	background: rgba(255,255,255,.4);
}
.contacts .tab-content .address { padding: 30px 0; }
.contacts .tab-content .address > div,
.contacts .tab-content .phone > div { padding-left: 12%; }
.vertical-tabbed.contacts > .tab-content h2 {
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFF;
	margin: 0 0 20px 0;
}
.contacts .tab-content .address a,
.contacts .tab-content .address p { 
	font-size: 16px;
	color: #777;
}
.contacts .tab-content .phone { 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 76px;
}
.contacts .tab-content .phone a { margin: 15px 0 0 -40px; }
.iframe { margin: 0 0 50px 0; }
.MargT{margin-top: 50px;}
.MargB{margin-bottom: 50px;}
iframe.map { 
	display: block;
	height: 336px;
	width: 100%;
}


 #map {
    position: relative;
    top: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 50vh;
}
.form { margin-bottom: 50px; }
.form .input { 
	padding: 20px 0 20px 45px; 
	background: rgba(91,128,157,.1);
	border-bottom: 1px solid #003566;
	position: relative;
}
.form .input:nth-of-type(3) { border: 0; padding-bottom: 0; }
.form .input:before {
	content: '';
	position: absolute;
	top: 27px;
	left: 10px;
	width: 15px;
	height: 15px;
	border-top: 1px solid #003566;
	border-right: 1px solid #003566;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}
.form input,
.form textarea { 
	background: none;
	border: 0;
	outline: 0;
	height: 30px;
	width: 100%;
	display: block;
	padding: 0 15px 0 0;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	color: #003566;
	line-height: 1.2;
	font-family: 'Roboto Condensed';
}
.form textarea { height: 285px; padding: 5px 15px 15px 0; }
.form .input:nth-of-type(odd) { background: rgba(91,128,157,.2); }
#submit-btn button.btn.btn-readmore { 
	margin: 0 auto; 
	display: block; 
	outline: 0!important;
	font-family: 'Roboto Condensed';
	font-size: 16px;
	font-weight: 500;
	width: 190px;
	text-align: left;
	color: #A7013F;
}
#submit-btn button.btn.btn-readmore:after { top: 4px; }

/* CORPORATE INFORMATION */
.corp-info h2,
.corp-info h5,
.corp-info p {
	font-family: 'Roboto';
	font-weight: 300;
}
.corp-info h2 { font-size: 16px; }
.corp-info h5 { 
	font-size: 14px; 
	font-weight: 400; 
	text-transform: none;
	margin: 0;
}
.corp-info p strong { font-weight: 500; }
.corp-info h6 { font-size: 14px; }

/* NEXT GEN */
.border-rounded {
	border: 1px solid #003566;
	overflow: hidden;
	margin-bottom: 50px;
}
.border-rounded > h3,
.border-rounded > p { padding-left: 30px; padding-right: 30px; }
.next-gen h3 { margin: 30px 0 20px 0; font-weight: 600; }
.next-gen h3.lessMargT { margin-top: 10px; }

/* FOOTPRINT */
.footprint { 
	margin: 50px 0; 
	padding: 30px 0; 
	position: relative; 
}
.border-rounded ul.list { padding: 15px; margin: 0; }
.border-rounded ul.list li:last-of-type { margin-bottom: 0; }
p big.light { font-weight: 300; }
p big strong { font-weight: 600; }

.info-wrap {
	position: absolute;
	top: 10%;
	right: 15%;
	width: 25%;
}
.info-wrap .more-info h1 {
	color: #003566;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	padding-bottom: 10px;
	border-bottom: 1px solid #003566;
	margin-bottom: 15px;
}
.info-wrap .more-info h1 small {
	display: block;
	font-size: 17px;
	font-weight: 300;
	margin: 0;
	line-height: 1.4;
}
.info-wrap .more-info h1 small.pink-txt strong { font-weight: 400; }
.info-wrap .more-info h1 small:last-of-type { padding-bottom: 5px; }
.info-wrap .more-info h1 small.inline { display: inline; }
.info-wrap .more-info p { 
	margin: 0;
	font-weight: 500; 
}
.info-wrap .more-info p strong { 
	font-weight: 700; 
	display: block;
}
.info-wrap .bg-blue {
	background: rgb(179,196,211);
	border: 1px solid #003566;
	margin-bottom: 20px;
	padding: 15px 0;
	width: 95%;
	overflow: hidden;
}
.info-wrap .more-info > * { padding: 0 15px; }
.foot-map { position: relative; }
.foot-map > a { 
	position: absolute; 
	background: rgba(255,255,255,0);  /* needed for ie9 */
	cursor: pointer; 
	color: #FFF;
	font-size: 11px;
}
.foot-map > a[rel="ghana"] {
	top: 45%;
	left: 12%;
	color: #595959;
}
.foot-map > a[rel="nigeria"] {
	top: 37%;
	left: 19%;
}
.foot-map > a[rel="namibia"] {
	bottom: 20%;
	left: 27%;
}
.foot-map > a[rel="zambia"] {
	bottom: 27%;
	left: 35%;
}
.foot-map > a[rel="botswana"] {
	bottom: 16%;
	left: 32%;
}
.foot-map > a[rel="zimbabwe"] {
	bottom: 21%;
	left: 37%;
}
.foot-map > a[rel="sa"] {
	bottom: 3%;
	left: 31%;
}
.foot-map > a[rel="lesotho"] {
	bottom: 11%;
	left: 35%;
}
.foot-map > a[rel="swazi"] {
	bottom: 7%;
	left: 32%;
}
.tab-content .border-rounded { margin-bottom: 0; }

/* BUSINESS MODEL */
.bus-model { 
	padding: 30px 0; 
	position: relative; 
	margin: 30px 0 50px 0; 
	float: left;
}
.bus-model > div,
.bus-model a > span[class^="icon-"] { position: relative; }
.bus-model img { width: 420px; height: auto; }
.bus-model p.instructions { margin-top: 30px; margin-left: 70px; }
.bus-model path:not(.no-change) ,
.foot-map path:not(.no-change) { cursor: pointer; }
.bus-model path.active,
.foot-map path.active,
.bus-model path:not(.no-change):hover,
.bus-model path.hover:not(.no-change),
.foot-map path:not(.no-change):hover,
.foot-map path.hover:not(.no-change) {
	fill: #CA0851;
	opacity: 1;
}
.bus-model a {
	font-family: 'Roboto Condensed'!important;
	text-transform: uppercase;
	font-size:  14px;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	color: #FFF;
	cursor: pointer;
	display: block;
	z-index: 1;
}
.bus-model a span[class^="icon-"]:before {
	font-family: 'icomoon'!important;
	font-weight: normal;
	font-size: 35px;
	position: absolute;
	top: -45px;
	left: 0;
	margin-top: 2px;
	width: 100%;
	text-align: center;
}
.bus-model a[rel="sales"] {
	top: 180px;
	left: 35px;
}
.bus-model a[rel="group"] {
	top: 82px;
	left: 130px;
}
.bus-model a[rel="source"] {
	top: 100px;
	left: 292px;
}
.bus-model a[rel="offer"] {
	top: 255px;
	left: 320px;
}
.bus-model a[rel="team"] {
	top: 360px;
	left: 225px;
}
.bus-model a[rel="operations"] {
	top: 316px;
	left: 90px;
}
.bus-model .side-info {
    border: 1px solid #004579;
    background: #FFF;
    margin-left: 70px;
}
.bus-model .side-info h4 {
	color: #ffffff;
	background: #004579;
	margin: 0;
	padding: 20px 15px 20px 115px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: 'Roboto Condensed';
	position: relative;
}
.bus-model .side-info h4 *[class^="icon-"] {
	position: absolute;
	left: 40px;
	top: 8px;
	font-size: 40px;
}
.bus-model .side-info > div { 
	padding: 15px 45px 15px 115px;
	font-size: 16px;
}
.bus-model .side-info ul.list li { font-weight: normal; }
.bus-model .side-info ul.list li:before { 
	background: #003668;
	height: 9px;
	width: 9px;
	top: 8px;
}

p.instructions {
	position: relative;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	padding: 5px 15px 0 30px;
	color: #003566;
}
p.instructions-head {
	position: relative;
	font-size: 15px;
	line-height: 1.3;
	font-weight: 500;
	padding: 5px 15px 0px 100px;
	color: #003566;
}

p.instructions:before {
	content: '\e943';
	font-family: 'icomoon';
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
.footprint p.instructions {
	position: absolute;
	bottom: 0;
	left: 6.66%;
	padding: 5px 25px 0 10px;
	text-align: right;
	line-height: 1.3;
	max-width: 220px;
}
.footprint p.instructions:before {
	content: '\e944';
	left: auto;
	right: 0;
}

/* STORE FORMAT */
.store-format { overflow: hidden; }
.nav.dropdown-options { position: relative; }
.nav.dropdown-options li,
.nav.dropdown-options li a {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
}
.nav.dropdown-options li a > div {
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -55px;
	height: 100px;
	width: 100%;
	left: 0;
	background: rgba(255,255,255,.8);
	padding: 12px 15px;
}

.nav.dropdown-options li a .stage-box {
	position: absolute;
	text-align: left;
	top: 50%;
	margin-top: -143px;
	height: 290px;
	width: 100%;
	left: 0;
	background: rgba(255,255,255,.8);
	padding: 12px 15px;
	color: #777777;
	}

.nav.dropdown-options li a > div img {
	max-height: 100%;
	max-width: 200px;
}
.nav.dropdown-options li a:before {
	content: '';
	background: rgba(10,57,96,.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height:250px;
}
.nav.dropdown-options li a.active:before { background: rgba(10,57,96,0); }
.nav.dropdown-options .indicator {
	content: '';
	position: absolute;
	background: #fff;
	width: 30px;
	height: 30px;
	border-left: 1px solid #003167;
	border-top: 1px solid #003167;
	bottom: -15px;
	left: 16.66%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav.dropdown-options .indicator-strategy {
	content: '';
	position: absolute;
	background: #EFF3F5;
	width: 30px;
	height: 30px;
	border-left: 1px solid #003167;
	border-top: 1px solid #003167;
	bottom: -15px;
	left: 16.66%;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.vert-center {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}
.drop-pane {
	padding: 40px 0 0;
	border: 1px solid #003167;
	margin-bottom: 40px;
	margin-top:4px;

}
.drop-pane > .vertical-tabbed:last-of-type { padding-bottom: 0; }

/*--------------------------------------*/

.store-format { overflow: hidden; }
.nav.dropdown-options2 { position: relative; }
.nav.dropdown-options2 li,
.nav.dropdown-options2 li a {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
}
.nav.dropdown-options2 li a > div {
	position: absolute;
	text-align: center;
	top: 80%;
	margin-top: -141px;
	height: 120px;
	width: 100%;
	left: 0;
	background: rgba(255,255,255,.8);
	padding: 12px 15px;
}
.nav.dropdown-options2 li a > div img {
	max-height: 100%;
	max-width: 200px;
}
.nav.dropdown-options2 li a:before {
	content: '';
	background: rgba(10,57,96,.8);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.nav.dropdown-options2 li a.active:before {background: rgba(10,57,96,0);}
.nav.dropdown-options2 .indicator {
	content: '';
	position: absolute;
	background: #FFF;
	width: 30px;
	height: 30px;
	border-left: 1px solid #003167;
	border-top: 1px solid #003167;
	bottom: -15px;
	left: 16.66%;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}

.nav.dropdown-options2 .indicator-strategy {
	content: '';
	position: absolute;
	background: #EFF3F5;
	width: 30px;
	height: 30px;
	border-left: 1px solid #003167;
	border-top: 1px solid #003167;
	bottom: -15px;
	left: 16.66%;
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		 -o-transform: rotate(45deg);
			transform: rotate(45deg);
}



/* STRATEGY */
.strategy { padding: 15px 15px 0 0; }
.strategy h2 { padding-left: 30px; }
.strategy > div > div { border: 1px solid #2BB4E6; margin: 10px 0 20px 0; }
.strategy > div:nth-of-type(2) > div { border-color: #2079A5; }
.strategy > div:nth-of-type(3) > div { border-color: #003269; }
.strategy > div > div > h4 {
	padding: 10px 15px 15px 15px;
	margin: 0;
	color: #FFF;
	background: #2BB4E6;
}
.strategy > div:nth-of-type(2) > div > h4 { background: #2079A5; }
.strategy > div:nth-of-type(3) > div > h4 { background: #003269; }
.strategy > div > div > h4 span { 
	display: inline-block; 
	margin-left: 15px; 
	font-size: 20px; 
	vertical-align: bottom;
	color: #000E23;
}
.strategy > div > div > div {
	padding: 15px;
	background: #FFF;
}
.strategy > div > div > div p:last-of-type { margin-bottom: 5px; }
h4.stage {
	font-size: 16px;
	color: #003266;
	font-weight: bold;
	font-family: 'Roboto Condensed';
	margin-bottom: 30px;
}
h4.stage em:first-of-type { 
	color: #FFF;

	font-size: 18px;
	font-style: normal;
	display: inline-block;
	padding: 20px 30px;
	background: #1DB3E9;
	margin-right: 45px;
	font-weight: normal;
	font-family: 'Roboto';
}
h4.stage em.blue-bg-med:first-of-type { background: #0D77AA; }
h4.stage em.blue-bg-dark:first-of-type { background: #003269; }
.accordion-headings h3 { 
	font-size: 13px; 
	font-family: 'Roboto';
	font-weight: normal;
	margin: 10px 0px -15px -30px;
}
.accordion.coloured .panel-title > a > em { 
	background: #229EC4;
	padding: 5px 15px 5px 15px;
}
.accordion.coloured .panel-title > a > em:before {
	height: 100%;
	width: 70px;
	top: 0;
	left: 0;
	background: #FFF;
	margin: 0 0 0 -1px;
	padding: 15px 5px;
	text-align: center;
}
.accordion.coloured .panel-title > a > em:before { content: url(../svg/icons/supply-color.svg); }
.accordion.coloured .panel-title > a > em.customers:before { content: url(../svg/icons/customers-color.svg); display:none;}
.accordion.coloured .panel-title > a > em.shareholders:before { content: url(../svg/icons/shareholders-color.svg); }
.accordion.coloured .panel-title > a > em.employees:before { content: url(../svg/icons/employees-color.svg); }
.accordion.coloured .panel-title > a > span { 
	padding-right: 13%; 
	font-family: 'Roboto Condensed'; 
}
.accordion.coloured .panel-body { 
	background: #FFF;
	padding-bottom: 0;
}
.accordion.coloured .panel-body th h6 { font-size: 12px; }
.accordion.coloured .panel-body table tr > * { 
	padding: 15px; 
	vertical-align: top; 
}
.accordion.coloured .panel-body table.blue tbody tr > td { 
	border-bottom: 1px solid rgba(255,255,255,.4); 
	background: rgba(91,128,157,.1);
}
.accordion.coloured .panel-body table.blue tbody tr > td:nth-of-type(3),
.accordion.coloured .panel-body table.blue tbody tr:last-of-type > td { border: 0; }
.accordion.coloured .panel-body table.blue tbody tr > td:first-of-type,
.accordion.coloured .panel-body table.blue tbody tr > td:nth-of-type(3) { background: rgba(24,120,167,.2); }
table tr.rule-blue-01 { border-bottom: 1px solid rgba(0,53,105,.4); }
.accordion.coloured .panel-body table tr.rule-blue-01 td:first-of-type { padding-right: 30px; }
accordion-tabs{ margin-bottom:50px;}
.tabular {
	width: 100%;
	display: table;
}
.tabular > div {
	float: none;
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
	height: 100%;
}
.rule-dotted { border-bottom: 1px dashed #777; }
h4.rule-dotted { padding-bottom: 10px; }
ul.graph-key {
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px dashed #777;
}
ul.graph-key li { 
	text-align: left;
	margin: 0;
}
ul.graph-key li.bblue:before { background: #00AFD9; }
ul.graph-key li.dblue:before { background: #003865; }
ul.graph-key li.purple:before { background: #59358C; }
ul.graph-key li.green:before { background: #75B843; }
ul.graph-key li strong:first-of-type { 
	display: inline-block; 
	margin-right: 15px; 
}
.tabular > div ul.graph-key { height: 80px; }




.horizontal-tabbed .tab-pane .row div i {
    color: inherit;
	text-decoration: none;
	
}






/*contact*/



 .tabs-left{
  border: none;
  padding-top: 0px;
  ;
  
}

 .tabs-left > li {
  float: none;
  margin-bottom: 0px;
  margin-right: 0;
}



*.no-padding { padding: 0!important; }
	
	
/*TABBED ACCORDION*/
ul.tabs2,
ul.tabs {float:left;width:100%;padding:0 0 0 0;margin-bottom:0 !important; background:#003843; }

ul.tabs2 li,	
ul.tabs li {    
	cursor: pointer;
    display: block;
   
    border-radius: 0;
    color: #003266;
    font-size: 18px;
    background: #BDCCD8;
    font-weight: 400;
    text-align: left;
    margin-top: 0px;
    padding: 25px 15px 25px 15px;
    line-height: 1.2em;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
	border-bottom: 1px solid #003266;
	}

	ul.tabs2 li:last-of-type,
	ul.tabs li:last-of-type{border-bottom: none;}

ul.tabs2 li:hover, 
ul.tabs li:hover {text-align: left;background: #96AEC1 !important;color: #003266;}

ul.tabs2 li.active,
ul.tabs li.active {text-align: left;background: #96AEC1 !important;color: #003266;}


.tab-container { border-top:0; margin-top:0px; clear:both;width:100%;background:#ECF0F3;overflow:auto; min-height:430px;} 


.tab-container-footprint { border-top:0; margin-top:0px; clear:both;width:100%;background:#ECF0F3;overflow:auto; min-height:647px;} 


.tab-container-glance { border-top:0; margin-top:0px; clear:both;width:100%;background:#ECF0F3;overflow:auto; min-height:288px;} 


.tab-container-boxer { border-top:0; margin-top:0px; clear:both;width:100%;background:#ECF0F3;overflow:auto; min-height:288px;}

.tab-drawer-heading2,
.tab-drawer-heading {display:none;}

.tab-drawer-content2,
.tab-drawer-content {display:none;}


.left0px {left:0px; }

.bg-lgrey{background:#ECF0F3; padding: 30px 0 30px 12%;}
.bg-lgrey-home{background:#ECF0F3; padding: 15px 15px 30px 15px; margin-top: 30px;}

.bg-lgrey-home h6 {background: #97AEC0; color: #093A6D; font-size: 18px; padding: 5px; text-transform: uppercase; }

.reg ul a li{list-style-type: none; padding: 30px 30px; border-bottom: 2px solid #013469; font-size: 18px; color:#003566; font-weight: 600; text-transform: uppercase;}
.reg ul{padding: 0;}

.reg ul a li:after {
    content: '\e944';
    font-family: 'icomoon';
    font-size: 20px;
    height: 20px;
    width: 20px;
    
    position: relative;
	float: right;
    font-weight: normal;
}

.reg ul a li.alt:after {
    content: '\e696';
    font-family: 'icomoon';
    font-size: 20px;
    height: 20px;
    width: 20px;
    
    position: relative;
	float: right;
    font-weight: normal;
}

.bg-lgrey-boxer{background:#ECF0F3; padding: 30px 0 30px 0%; padding-top:20px;}
.bg-lgrey-glance{background:#ECF0F3;padding: 30px 0px 30px 2%;padding-top: 10px; float: none;}
.bg-lgrey-footprint{background:#ECF0F3; /*padding: 30px 0 30px 12%*/ padding-top: 20px;
    padding-bottom: 30px;}
ul.tabs2 li:after,
ul.tabs li:after{
		content: '+';
		font-size: 28px;
		position: absolute;
		right: 20px;
	}	
	
	.tab-container h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFF;
    margin: 0 0 0px 0;
	color:#003266;	
    font-family: 'Roboto', sans-serif;
	}
	
	.tab-container p {
        font-size: 16px;
    color: #777;
}
	
	.tab-container p a{
		font-size: 16px;
    color: #777; }
	
	
	
	a.btn.btn-tel, a.btn.btn-fax, a.btn.btn-mail, a.btn.btn-web {
    position: relative;
    font-weight: 100;
    font-size: 16px;
    color: #777;
    padding: 10px 15px 10px 40px;
    margin: 0px 0 15px -40px;	
}
	
a.btn.btn-tel:before, a.btn.btn-fax:before, a.btn.btn-mail:before, a.btn.btn-web:before {
    content: '';
    position: absolute;
    font-family: 'icomoon';
    font-size: 25px;
    line-height: 1;
    top: 10px;
    left: 0;
    height: 25px;
    width: 25px;
    color: #A7013F;
}	
a.btn.btn-tel:before { content: '\e76a'; }
a.btn.btn-fax:before { content: '\e6b1'; }
a.btn.btn-mail:before { content: '\e696'; }
a.btn.btn-web:before { content: '\e884'; }	
	
.bg-lgrey:first-of-type div.tel{
	
    height: 50px;
	margin-top: 75px;
	
	} 
	
.bg-lgrey:first-of-type div.fax{
	
    height: 50px;
	margin-top: 100px;
	
	}	
	.carousel-inner-mobile {display:none;}
	
.loyalty-program {float:left;}

.home-block-press-release {position: relative; float:left;width:100%; height:200px;  padding:0; margin:0px; border:0;}
a.home-block-press-release-arrow-block-on:link,a.home-block-press-release-arrow-block-on:visited {position: relative; display:inline-block; margin:1px 5px; width:10px; height:10px; padding:0; border:0;background:#A7013F;border-radius:50px;-moz-transition:all 0.7s ease;-o-transition:all 0.7s ease;-ms-transition:all 0.7s ease;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;}
a.home-block-press-release-arrow-block-off:link,a.home-block-press-release-arrow-block-off:visited {position: relative; display:inline-block; margin:1px 5px;width:10px; height:10px; padding:0; border:0;/*background:#00335A;*/border: 1px solid #fff;border-radius:50px;-moz-transition:all 0.7s ease;-o-transition:all 0.7s ease;-ms-transition:all 0.7s ease;-webkit-transition:all 0.7s ease;transition:all 0.7s ease;}
a.home-block-press-release-arrow-block-on:hover,a.home-block-press-release-arrow-block-on:active,a.home-block-press-release-arrow-block-off:hover,a.home-block-press-release-arrow-block-off:active {position: relative; display:inline-block;margin:1px 5px; width:15px; height:15px; padding:0;border:0;background:#fff;border-radius:50px;}

a.media-link:link,a.media-link:visited {color:#00335A; text-decoration:underline;}
a.media-link:hover,a.media-link:active {color:#A7013F; text-decoration:none;}
.block-link {width: 100%; height: 100%; padding: 200px; top: 0px; position: absolute; left: -31px;}
.block-link-four {width: 100%; height: 100%; padding: 200px; top: 0px; position: absolute; left: -80px;}
header .logo ul.navbar-right li dd a{ position:absolute; right:0; top:15px; display:none !important;}
.home-button {z-index:1;}
.home-grey-box {background-color:#ECF0F3; padding:10px; overflow:auto; border-radius:10px; box-shadow:2px 2px 2px #ccc;}
.glance-text {color:#00335A; font-weight:bold; font-size:30px;}

.honorary{text-align:right; position:relative; left:60px; display: block;}
.leadership-marginT{margin-top:35px;}
.leadership-marginT-wendy{margin-top:35px;}
.mobile-slides {position: absolute; top:20px; left:0; width:100%; padding-right:0; text-align:center; opacity:1; display:block; -moz-transition:all 0.7s ease;-o-transition:all 0.7s ease;-ms-transition:all 0.7s ease;-webkit-transition:all 0.7s ease;transition:all 0.7s ease; height:inherit; width:100%;}
.opacity {background-color: rgba(0,0,0,0.7); color:#fff; padding:10px; width:100%; position:absolute; top:0px; height:inherit;}
.opacity p {margin-top:20px; font-size:1.5em;}
.interim-banner {position:absolute; right:384px; max-width:420px; width:100%; height:auto; padding:20px; color:#fff; top:80px;font-size: 1.5em;}
.margT-responsive {display:none;}

/*MEDIA QUERIES*/

@media screen and (max-width: 1698px) {
	.main-large-2 h1 span {font-size:25px !important;}
	.main-large-2 p {font-size:13px !important;}
	.nav>li>a {display:block;}
	.interim-banner {right: 294px;}
	
	}
	
@media screen and (max-width: 1600px) {
.main-large-1 h1 span {font-size:50px !important;}
.main-large-2 p {font-size:12px !important;}
	.interim-banner {right: 260px;}
	
	}

@media screen and (max-width: 1560px) {
.main-large-1 h1 span {font-size: 50px !important;}
.main-large-2 h1 span {font-size:20px !important;}
.main-large-2 h1 {font-size:20px !important;}
.main-large-2 .btn {top:-35px !important;}
.interim-banner {right: 260px;}
	}
	
@media screen and (max-width: 1540px) {
	.main-large-1 h1 small {font-size: 25px !important;}
	.main-large-5 h1 {font-size:50px !important;}
	.main-large-5 h1 span {font-size:50px !important;}
	}



@media screen and (max-width: 1500px) {
.main-large-1 h1 {font-size: 16px !important;}
.main-large-1 h1 span {font-size: 33px !important;}
.main-large-1 h1 small {font-size: 20px !important;}
.main-large-1 p{font-size: 12px !important;}
.main-large-2 h1 {font-size: 20px !important;}
.main-large-2 p {font-size: 12px !important;}
.main-large-2 h1 span {font-size: 14px !important;}
.main-large-4 h1 {font-size: 30px !important;}	
.main-large-4 h1 span {font-size: 45px !important;}
.main-large-5 {font-size:30px !important;}
.main-large-5 h1 {font-size:30px !important;}
.main-large-5 h1 dd {font-size:21px !important;}
.main-large-5 h1 span {font-size: 35px !important;} 
.main-large-5 p {font-size: 12px !important;}
.interim-banner {right: 220px;}
}

@media screen and (max-width: 1378px) {
.loyalty-program {display:none;}
.interim-banner {right: 170px; font-size:1.4em; top:30px;}
	}
	
@media screen and (max-width: 1205px) {
	header nav > article > .btn-group:first-of-type {margin-left: 0% !important;}
	.interim-banner {right: 162px; font-size: 1.1em;max-width: 340px;}

}
@media screen and (max-width: 1196px) {
.honorary {position: relative;display: block; text-align: left; left: 0;}
.leadership-marginT-wendy{margin-top:0;}
		}
	
@media screen and (max-width: 1190px) {
.highlights > div > p big {display: block;font-size: 19px !important;font-weight: 500;color: #003266;line-height: 1;}
header nav > article > .btn-group:first-of-type {margin-left: 0.33%;}
.main-large-5 p{font-size: 12px !important;}
.main-large-5 .btn {color: #fff;border-color: #FFF;width: 0px;left: -20px;top: -50px;}
.main-large-5 h1 {font-size: 15px !important;}
.main-large-5 h1 span {font-size: 18px !important;}
.main-large-5 h1 dd {font-size: 15px !important;}
.main-large-1 h1 {font-size: 16px !important;}
.main-large-1 h1 span {font-size: 30px !important;}
.main-large-1 h1 small {font-size: 16px !important;}
.main-large-1 p{font-size: 10px !important;}
.main-large-4 h1 span {font-size:35px !important}
.main-large-4 p {font-size:13px !important}
	}


	
	
@media screen and (max-width: 1121px) {
	.pnp-font-bold {font-size:15px !important;}
}
@media screen and (max-width: 1120px) {
	.loyalty-program {display:none;}
	.interim-banner {right: 140px;}
}
	
	
@media screen and (max-width: 1080px) {
	header > .logo > ul.navbar-right { padding-right: 65px; }
	header nav > article > .btn-group > a { padding: 0 15px; height: 59px; }
	.content { margin: 121px 0 0 0; }
	
	.scroll-lg { width: 1200px; height: auto; }
	.scrollable-lg { overflow: auto; }
	.scrollable-lg:before {
		content: '';
		position: absolute;
		bottom: 10px;
		right: 10px;
		height: 100px;
		width: 100px;
		background: url(../img/swipeblue.png) center center no-repeat;
		background-size: contain;
		z-index: 2;
	}
	.scrollable-lg.scrolledR:before { display: none; }
	section.page-header { height: 350px; }
	.main-large-4 p {font-size: 11px !important;}
	.main-large-2 h1 {font-size: 15px !important;}
	.main-large-2 .btn {top: -25px !important;}
	.main-large-2 p {font-size: 9px !important;}
	
}

@media screen and (max-width: 1084px) {
header nav > article > .btn-group:first-of-type {margin-left: -1%;}


}

@media screen and (max-width: 1024px) {
.date-box {bottom:3px;}
.webcast-btn {font-size: .525em;}
.webcast-btn:after {top: -5px;}
.horizontal-tabbed .tab-pane .row div i {display: none;}
header nav > article > .btn-group > a { padding: 0 12px; }
.main-large-5 p{font-size: 12px !important;}
.main-large-5 .btn {color: #fff;border-color: #FFF;width: 0px;left: -20px;top: -50px;}
.main-large-5 h1 {font-size: 15px !important;}
.main-large-5 h1 span {font-size: 18px !important;}
.main-large-5 h1 dd {font-size: 15px !important;}
.main-large-1 h1 {font-size: 16px !important;}
.main-large-1 h1 span {font-size: 30px !important;}
.main-large-1 h1 small {font-size: 16px !important;}
.main-large-1 p{font-size: 10px !important;}
	.main-large-1 .btn {top:-30px !important;}
	.main-large-5 .btn {top:-50px !important;}
	.main-large-2 p {font-size:9px !important;}
	.main-large-5 p {font-size:11px !important;}
	.main-large-4 p {font-size:10px !important;}
	.glance-text {font-size:22px;}
	.drop-pane {margin-top: 40px;}
	.nav.dropdown-options li a .stage-box {height: 326px;}
	.nav.dropdown-options li a:before {height: 114%;}
	.interim-banner {right: 112px;}
	
}


@media screen and (max-width: 990px) {
.extraL > * { margin-left: 4px!important; }
.highlights.wider { width: 100%; }
header .logo ul.navbar-right li dd a {display:block !important;}
div.tab { margin-top: 30px; }
.horizontal-tabbed {padding: 30px 15px;}
.tab-container { background:none;} 
.tab-container-footprint { background:none;} 
.tab-container-glance { background:none;} 
.tab-container-boxer { background:none;}
.bg-lgrey:first-of-type div.tel{height: 76px; margin-top: 0; margin-bottom: 20px;} 
.bg-lgrey div {width:100%; margin-top: 10px; float:none!important;}
.bg-lgrey-glance div,
.bg-lgrey-boxer div,
.bg-lgrey-footprint div {float:none!important;}
.bg-lgrey:first-of-type div.fax{ height: 76px;margin-top: 0;margin-bottom: 20px;}
.bg-lgrey-boxer,
.bg-lgrey-footprint,
.bg-lgrey {float:none!important;}
.tab-container {min-height: 150px;}
.tabs2,
.tabs {display: none;}
.tab-drawer-heading2,	
.tab-drawer-heading {background: #BDCCD8;color:#fff;border-bottom: 1px solid #003266;;margin:0;padding: 25px 15px 25px 15px; display: block;cursor: pointer;-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
	
.d-active {background-color:#96AEC1;color: #fff;}
.tab-drawer-heading2:before, 	
.tab-drawer-heading:before {float:right; content:'+';font-family:'monospace';speak: none;padding-right:.25em}
	
.d-active:before {float:right; content:'-';font-family:'monospace'; line-height:17px;font-size:23px;speak: none;padding-right:.25em}
.left0px {left:0px;border-bottom:12px solid #70AFB8; }
header .logo ul.navbar-right form {display:none;}
}



@media screen and (min-width: 980px) {
	header nav.btn-group { display: block!important; float: left; }
	header .logo ul.navbar-right li {overflow:visible !important;}
header .logo ul.navbar-right li dd a{display:block; right: 40px;}
}

	
@media screen and (max-width: 920px) {
	header .logo ul.navbar-right li dd a{display:block; right:100px;}
	.main-large-1 h1 span {font-size:25px !important;}
	
	
	header nav > article > .btn-group:first-of-type { margin-left: 0; }
	
	
	header nav > article > .btn-group {
    position: static;
    display: block;
    float: none;
    overflow: hidden;
}
	.navBtn { display: block; }
	header > .logo { height: 61px!important; }
	header nav.btn-group { display: none; float: none; }
	.content { margin: 70px 0 0 0; }
	header nav.btn-group > .btn-group { 
		display: block;
		width: 100%;
		float: none;
	}
	header nav > article > .btn-group > a.btn { 
		height: auto;
		display: block;
		width: 100%;
		float: none;
		padding: 10px 15px;
	}
	header nav > article > .btn-group > ul.dropdown-menu { 
		position: relative; 
		float: none;
		padding: 15px;
	}
	
}

/*@media screen and (max-width: 914px) {
#back-to-top {display: none!important;}
}
*/
@media screen and (max-width: 910px) {
.main-large-4 p {font-size: 10px !important;}
.main-large-4 h1 {font-size: 20px !important;}
.main-large-4 h1 span {font-size:30px !important;}
.carousel-inner {display:none !important;}
.carousel-inner-pages {display:block !important;}
.carousel-inner-mobile {z-index:1; position:relative; color:#fff; top:0px; min-height:200px; display:block; text-align:center; /*padding:10px;*/ background:../images/mobile-slide-1.jpg; color:red;;}
.carousel-indicators {display:none !important;}
}

	
	
@media screen and (max-width: 900px) {
	header .logo ul.navbar-right li dd a {display:block !important;}
.stage-one {font-size: 11px;}
.stage-two {font-size: 11px;}
.stage-three {font-size: 11px;}
h1 span { color: #A7013F; }
h1 small {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #003266;
	/* margin-left: 10%; */
	vertical-align: middle;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
}

h1 small,
h2.text-uppercase small {
	display: inline-block;
	font-size: 13px;
	font-weight: 500;
	color: #003266;
	/*margin-left: 10%;*/
	vertical-align: middle;
	text-transform: none;
	font-family: 'Roboto', sans-serif;
}

}
@media screen and (max-width: 890px) {
	header .logo ul.navbar-right li dd a {display:block !important;}
.stage-one {font-size: 11px;}
.stage-two {font-size: 11px;}
.stage-three {font-size: 11px;}
}
@media screen and (max-width: 850px) {
	h5 {font-size: 15px!important;margin: 7px 0;}
}
@media screen and (max-width: 768px) {
	.results-box {width: 98.1%;}
	.date-box {width: 98.1%; bottom:0px;}
	.webcast-btn {width: 45%;}
	header .logo ul.navbar-right li dd a{display:block !important; right: 50px; top:10px;}
	.horizontal-tabbed ul.nav-tabs { border-bottom: 0; margin: 0px 0px; }
	
.horizontal-tabbed.large > ul.nav-tabs li a:after { content: ''; display: none; }	
h2.calendar:before { left: 0px;top: 10px;}

h2.calendar { padding: 20px 25px 18px 50px; }
	
	h2.calendar { margin-top: 40px; }
	
	header nav > article > .btn-group > ul.dropdown-menu li > a h2 { font-size: 15px!important; font-weight: 400!important;}
	header nav > article > .btn-group > ul.dropdown-menu li { min-height: 40px;}
	header nav > article > .btn-group > ul.dropdown-menu li > a p {display: none;}
	footer .container-fluid:last-of-type,
	footer .container-fluid:last-of-type > div:nth-of-type(3) { text-align: center; }
	footer .container-fluid:last-of-type > div:nth-of-type(1) p { max-width: none; }
	
	.downloads section .reports:before {
		-webkit-transform: skewX(0);
		   -moz-transform: skewX(0);
			-ms-transform: skewX(0);
			 -o-transform: skewX(0);
				transform: skewX(0);
	}
	.downloads section .reports div:first-of-type img { width: 80%; height: auto; }
	.downloads section .reports div:nth-of-type(2) { padding: 0 15px 0 25px; }
	
	.accordion {
    margin: 40px 0 50px 0!important;
}
	
	.less-margR {
    margin-left: 0px!important;
    padding-left: 0px!important;
}

.drop-pane {margin-top: 140px;}
.nav.dropdown-options li a .stage-box {height: 426px;}
	.nav.dropdown-options li a:before {height: 149%;}
	
}
@media screen and (max-width: 766px) {
		.leadership-marginT-wendy{margin-top:35px;}
		.webcast-btn {width:100%;}
		}
@media screen and (max-width: 760px) {
.stage-one {font-size: 16px;}
.stage-two {font-size: 16px;}
.stage-three {font-size: 16px;}
header .logo ul.navbar-right li dd a {display:block !important;}
.strategy-content-height {padding-top:0;}
.drop-pane {margin-top:0;}
.nav.dropdown-options li a .stage-box {height:100%;font-size: 12px;}
	.nav.dropdown-options li a:before {height: 100%;}
	
.accordion .panel-default {margin-top: 20px;}
}

@media screen and (max-width: 736px) {
	header .logo ul.navbar-right li dd a {display:block !important;}
	.downloads section .reports:before { display: none; }
	.downloads section .reports div:first-of-type img { width: auto; height: auto; }
	section.page-header { height: auto; padding: 20px 0; }
	section.page-header img { display: none; }
}
@media screen and (max-width: 720px) {
	header .logo ul.navbar-right li dd a {display:block !important;}
	header > .logo > ul.nav.navbar-right { float: right; margin: 0; }
	header > .logo > ul.nav.navbar-right li { float: left; }
	
	table { width: 768px; }
	.scrollable { overflow: auto; }
	.scrollable:before {
		content: '';
		position: absolute;
		bottom: 10px;
		right: 10px;
		height: 50px;
		width: 50px;
		background: url(../img/swipeblue.png) center center no-repeat;
		background-size: contain;
		z-index: 2;
	}
	.scrollable.scrolledR:before { display: none; }
}
@media screen and (max-width: 667px) {
.horizontal-tabbed ul.nav-tabs li { padding-left: 10px;padding-right: 10px;}
.accordion-headings h3 {font-size:14px!important;}
header .logo ul.navbar-right li dd a {display:block !important;}

p.intro{font-size:16px;}
.info-wrap .more-info h1 {font-size:25px !important;}
.info-wrap .more-info p {font-size:12px !important;}

}
@media screen and (max-width: 640px) {
	h1 small, h2.text-uppercase small { margin-left: 0; display: block; margin-top: 8px;}
	.intro{font-size:16px !important; }
	header .logo > article > a:first-of-type {white-space: normal; width:40%;}
	header .logo ul.navbar-right li dd a {display:block !important;}
}


@media screen and (max-width: 574px){
.leadership-marginT{margin-top:0;}
 .leadership-marginT-wendy{margin-top:35px;}
.honorary{min-width: 500px;}
}


@media screen and (max-width: 560px) {
header .logo ul.navbar-right li dd a{right:-70px !important; display:block;}
header .logo > article > a:first-of-type {white-space: normal; width:40%;}
header .logo ul.navbar-right form:hover button span {position:absolute; right:50px; top:15px;}	
.horizontal-tabbed .tab-pane .row div h6 { font-size: 12px!important;}

.accordion-headings h3 {font-size:12px!important;}
.horizontal-tabbed .tab-pane .row div * {font-size: 14px!important;}
blockquote.main {
    padding: 15px 20px;
}	
blockquote.main:before, blockquote.main:after { font-size: 15px; }	
p.intro{font-size:14px !important;}
.tabular { width: 100%; display: block; }
.tabular > div {
	float: none;
	display: block;
	width: 100%;
	padding: 15px;
	vertical-align: middle;
	height: 100%;
}

.accordion.standard .holdings .panel-title > a { background: rgba(217,236,208,.8); }
.accordion .panel-title > a > em {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 15px 15px 15px;
	width: 23%;
	color: #FFF;
	font-size: 11px;
	background: #003266;
	font-style: normal;
	position: relative;
}


.accordion .panel-title > a > em:before {
	content: url(../svg/icons/customers.svg);
	display:none;
	position: absolute;
	left: 15px;
	top: 50%;
	height: 45px;
	margin-top: -22.5px;
	width: 45px;
	line-height: 1;
}

header .logo ul.navbar-right form:hover,
header .logo ul.navbar-right form.active { width: 200px; position:static; }
header input {margin: 0 60px 0 0;position: relative;top: 7px; width: 120px; padding: 2px 15px; color: #003268;border: 1px solid #9797A6; font-size: 11px;line-height: 1;}
footer .row:first-of-type div > a {min-height: 53px;     text-align: left; line-height:1.2;}
}



@media screen and (max-width: 450px) {
	.home-grey-bg div{width:auto;}
.results-container {height: 303px;}
.results-box {width:100%;}
.date-box {width:100%;}
.webcast-btn:after {right: 5px;}
.search-size {font-size:30px;}
.bus-model .side-info {margin-left:0px;}
.bus-model .side-info > div {padding:15px 45px 15px 30px;}

#directors .list-group.panel li a {font-size: 15px;}
	
	.horizontal-tabbed ul.nav-tabs li {
    padding-left: 5px;
	padding-right: 5px;
}
.accordion-headings h3 {font-size:10px!important;}
header .logo > article > a:first-of-type {white-space: normal; width: 65%;}

ul.home-list li:after {  content: '';  position: absolute;  background: url(../img/home-list-arrow.png) no-repeat;  width: 34px;  height: 34px;    top: 0px;    right: -10px;}
ul.home-list li:nth-child(2):after { content: '';  position: absolute; background: url(../img/home-list-arrow.png) no-repeat; width: 34px;  height: 34px; top: 5px;  right: -9px;}
}


@media screen and (max-width: 400px) {
.margT-responsive {margin-top:10px !important; display:block;}
	a.btn-alerts.download,
	a.btn-alerts.view-online {
		font-size: 13px!important; }
	
	a.btn-alerts.view-online:before {
		    left: 10px;
    font-size: 20px;
    top: 7px;
}
	
	a.btn-alerts.download:before {
	    left: 10px;	
	    font-size: 20px;
        top: 7px;	
		
		
	}
	
	a.btn-alerts.download span {
    font-size: 11px;
    
}
	
	
	a.btn-alerts.view-online, a.btn-alerts.download { padding: 15px 15px 12px 45px;}
	
	.horizontal-tabbed.large .tab-content .bg-grey {padding: 15px 10px;}
.accordion .panel-title > a, .accordion .panel-title > a.collapsed:hover {font-size: 12px;}	
.full-width{ width: 100%!important;}
.panel-body ul.list li strong {font-size: 11px;}	
.col-xs-12 .extraL > * {margin-left: 0px!important;}
#breadcrumbs .breadcrumb {font-size: 10px;padding: 5px 5px;}	
 .leadership-marginT-wendy{margin-top:0;}

}


@media screen and (max-width: 375px) {
.date-box {padding: 10px 10px 10px 105px; font-size: .8em;}
.webcast-btn:after {display:none;}
.results-box {font-size: .825em;}
.btn.btn-readmore {font-size: 10px;}
	.intro {font-size:13px !important;}
	.stage-one {font-size: 14px;}
.stage-two {font-size: 14px;}
.stage-three {font-size: 14px;}
header .logo ul.navbar-right li dd {right:-30px !important;}

ul.home-list li:after {  content: '';  position: absolute;  background: url(../img/home-list-arrow.png) no-repeat;  width: 34px;  height: 34px;    top: 0px;    right: -10px;}
ul.home-list li:nth-child(2):after { content: '';  position: absolute; background: url(../img/home-list-arrow.png) no-repeat; width: 34px;  height: 34px; top: 5px;  right: -9px;}

}

@media screen and (max-width: 320px) {
p.intro {font-size:13px !important;}
.stage-one {font-size: 11px;}
.stage-two {font-size: 11px;}
.stage-three {font-size: 11px;}
ul.home-list li:after {  content: '';  position: absolute;  background: url(../img/home-list-arrow.png) no-repeat;  width: 34px;  height: 34px;    top: 0px;    right: -40px;}
ul.home-list li:nth-child(2):after { content: '';  position: absolute; background: url(../img/home-list-arrow.png) no-repeat; width: 34px;  height: 34px; top: 5px;  right: -39px;}

}

/* INTERNET EXPLORER 9 */
@media all and (min-width:0\0) and (min-resolution:.001dpcm) {
	.accordion .panel-title > a,
	.vertical-tabbed {
		display: table;
		width: 100%;
	}
	.accordion .panel-title > a > *,
	.vertical-tabbed > * { 
		display: table-cell;
		vertical-align: middle;
		float: none;
	}
	.vertical-tabbed > * { vertical-align: top; }
}

h3.tabbed-heading{ 
	font-size: 18px!important; 
	color: #003266!important; 
	font-weight: 600!important; 
}



.main-large-1 {
    padding: 10px 10px;
    position: absolute;
    width: 20%;
    top: 0px;
    right: 21%;
    z-index: 1;
}

.main-large-1 h1 {
	color: #000;
	font-size: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #000;
	text-align: right;
	padding-bottom: 5px;
}
.main-large-1 h1 span {
	display: block;
	font-size: 55px;
	color: #BD1249;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	text-transform: uppercase;
}


.main-large-1 h1 small {
	display: block;
	font-size: 30px;
	color: #000;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	text-transform: uppercase;
}

.main-large-1 p{
	display: block;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	text-align: right;
	padding-top: 5px;
}
.main-large-1 .btn { 
	color: #FFF;
	border-color: #FFF;
	width: 10px;
	left: 100px;
	top: -20px;
	
}


.main-large-2 {
    padding: 10px 10px;
    position: absolute;
    width: 20%;
    top: 0px;
    right: 22%;
    z-index: 1;
}


.main-large-2 h1 {
	color: #000;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #000;
	text-align: right;
	padding-bottom: 5px;
}

.main-large-2 h1 span {
	display: block;
	font-size: 30px;
	color: #163351;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	text-transform: uppercase;
}




.main-large-2 p{
	display: block;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	text-align: right;
	padding-top: 5px;
}

.main-large-2 .btn { 
	color: #FFF;
	border-color: #FFF;
	width: 10px;
	left: 0px;
	top: -20px;
	 
}




.main-large-3 {
    padding: 10px 10px;
    position: absolute;
    width: 20%;
    height: 30%;
    top: 0px;
    right: 21%;
    z-index: 1;
}

.main-large-3 h1 { 
	color: #FFF;
	font-size: 22px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #FFF;
	text-align: right;
	padding-bottom: 5px;
}

.main-large-3 h1 span { 
	display: block;
	font-size: 25px;
	color: #FFF;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	text-transform: uppercase;
}



.main-large-3 p{ 
	display: block;
	font-size: 14px;
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	text-align: right;
	padding-top: 5px;
	
}

.main-large-3 .btn { 
	color: #FFF;
	border-color: #FFF;
	width: 10px;
	left: 150px;
	top: -20px;
	 
}




.main-large-4 {
    padding: 10px 10px;
    position: absolute;
    width: 16%;
    height: 30%;
    top: 0px;
    right: 21%;
    z-index: 1;
}

.main-large-4 h1 {
	color: #000;
	font-size: 30px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #000;
	text-align: right;
	padding-bottom: 5px;
}

.main-large-4 h1 span {
	display: block;
	font-size: 55px;
	color: #13355A;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	text-transform: uppercase;
}




.main-large-4 p{ 
	display: block;
	font-size: 14px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	text-align: right;
	padding-top: 5px;
	
}

.main-large-4 .btn { 
	color: #FFF;
	border-color: #FFF;
	width: 10px;
	left: -60px;
	top: -120px;
	 
}






.main-large-5 {
    padding: 10px 10px;
    position: absolute;
    width: 20%;
    height: 30%;
    top: 0px;
    right: 21%;
    z-index: 1;
}

.main-large-5 h1 {
	color: #fff;
	font-size: 55px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	border-bottom: 1px solid #000;
	text-align: right;
	padding-bottom: 5px;
}

.main-large-5 h1 span {
	display: block;
	font-size: 55px;
	color: #fff;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 1.3;
	text-transform: uppercase;
}

.main-large-5 h1 dd {
	font-size: 25px;
}


.main-large-5 p{ 
	display: block;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;
	text-align: right;
	padding-top: 5px;
	
}

.main-large-5 .btn {
	color: #fff;
	border-color: #FFF;
	width: 10px;
	left: -20px;
	top: -30px;
}
.margin-bot {margin-bottom:20px;}

/*Begin back to top arrow styles*/
#back-to-top {position:relative;right:7%;text-decoration:none;font-size:2.4em;width:44px;height:44px;display:block;text-align:center;vertical-align:middle;border-radius:999px;color:#fff;float: right;top: 25px;/*background-color:#00335A;*/-webkit-transition:all 0.6s ease;-moz-transition:all 0.6s ease;-ms-transition:all 0.6s ease;-o-transition:all 0.6s ease;transition:all 0.6s ease}
#back-to-top:after {content:'';font-family:'fontawesome';speak: none;}
/*#back-to-top:hover {background:#A7013F;}*/

.lnr-chevron-up {color: #00335A;font-size: 40px;}
.lnr-arrow-up-circle {color: #00335A;font-size: 40px;}

@font-face{font-family:Linearicons-Free;src:url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot);src:url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.eot?#iefix) format('embedded-opentype'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff2) format('woff2'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.ttf) format('truetype'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.woff) format('woff'),url(https://cdn.linearicons.com/free/1.0.0/Linearicons-Free.svg#Linearicons-Free) format('svg');font-weight:400;font-style:normal}.lnr{font-family:Linearicons-Free;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lnr-home:before{content:"\e800"}.lnr-apartment:before{content:"\e801"}.lnr-pencil:before{content:"\e802"}.lnr-magic-wand:before{content:"\e803"}.lnr-drop:before{content:"\e804"}.lnr-lighter:before{content:"\e805"}.lnr-poop:before{content:"\e806"}.lnr-sun:before{content:"\e807"}.lnr-moon:before{content:"\e808"}.lnr-cloud:before{content:"\e809"}.lnr-cloud-upload:before{content:"\e80a"}.lnr-cloud-download:before{content:"\e80b"}.lnr-cloud-sync:before{content:"\e80c"}.lnr-cloud-check:before{content:"\e80d"}.lnr-database:before{content:"\e80e"}.lnr-lock:before{content:"\e80f"}.lnr-cog:before{content:"\e810"}.lnr-trash:before{content:"\e811"}.lnr-dice:before{content:"\e812"}.lnr-heart:before{content:"\e813"}.lnr-star:before{content:"\e814"}.lnr-star-half:before{content:"\e815"}.lnr-star-empty:before{content:"\e816"}.lnr-flag:before{content:"\e817"}.lnr-envelope:before{content:"\e818"}.lnr-paperclip:before{content:"\e819"}.lnr-inbox:before{content:"\e81a"}.lnr-eye:before{content:"\e81b"}.lnr-printer:before{content:"\e81c"}.lnr-file-empty:before{content:"\e81d"}.lnr-file-add:before{content:"\e81e"}.lnr-enter:before{content:"\e81f"}.lnr-exit:before{content:"\e820"}.lnr-graduation-hat:before{content:"\e821"}.lnr-license:before{content:"\e822"}.lnr-music-note:before{content:"\e823"}.lnr-film-play:before{content:"\e824"}.lnr-camera-video:before{content:"\e825"}.lnr-camera:before{content:"\e826"}.lnr-picture:before{content:"\e827"}.lnr-book:before{content:"\e828"}.lnr-bookmark:before{content:"\e829"}.lnr-user:before{content:"\e82a"}.lnr-users:before{content:"\e82b"}.lnr-shirt:before{content:"\e82c"}.lnr-store:before{content:"\e82d"}.lnr-cart:before{content:"\e82e"}.lnr-tag:before{content:"\e82f"}.lnr-phone-handset:before{content:"\e830"}.lnr-phone:before{content:"\e831"}.lnr-pushpin:before{content:"\e832"}.lnr-map-marker:before{content:"\e833"}.lnr-map:before{content:"\e834"}.lnr-location:before{content:"\e835"}.lnr-calendar-full:before{content:"\e836"}.lnr-keyboard:before{content:"\e837"}.lnr-spell-check:before{content:"\e838"}.lnr-screen:before{content:"\e839"}.lnr-smartphone:before{content:"\e83a"}.lnr-tablet:before{content:"\e83b"}.lnr-laptop:before{content:"\e83c"}.lnr-laptop-phone:before{content:"\e83d"}.lnr-power-switch:before{content:"\e83e"}.lnr-bubble:before{content:"\e83f"}.lnr-heart-pulse:before{content:"\e840"}.lnr-construction:before{content:"\e841"}.lnr-pie-chart:before{content:"\e842"}.lnr-chart-bars:before{content:"\e843"}.lnr-gift:before{content:"\e844"}.lnr-diamond:before{content:"\e845"}.lnr-linearicons:before{content:"\e846"}.lnr-dinner:before{content:"\e847"}.lnr-coffee-cup:before{content:"\e848"}.lnr-leaf:before{content:"\e849"}.lnr-paw:before{content:"\e84a"}.lnr-rocket:before{content:"\e84b"}.lnr-briefcase:before{content:"\e84c"}.lnr-bus:before{content:"\e84d"}.lnr-car:before{content:"\e84e"}.lnr-train:before{content:"\e84f"}.lnr-bicycle:before{content:"\e850"}.lnr-wheelchair:before{content:"\e851"}.lnr-select:before{content:"\e852"}.lnr-earth:before{content:"\e853"}.lnr-smile:before{content:"\e854"}.lnr-sad:before{content:"\e855"}.lnr-neutral:before{content:"\e856"}.lnr-mustache:before{content:"\e857"}.lnr-alarm:before{content:"\e858"}.lnr-bullhorn:before{content:"\e859"}.lnr-volume-high:before{content:"\e85a"}.lnr-volume-medium:before{content:"\e85b"}.lnr-volume-low:before{content:"\e85c"}.lnr-volume:before{content:"\e85d"}.lnr-mic:before{content:"\e85e"}.lnr-hourglass:before{content:"\e85f"}.lnr-undo:before{content:"\e860"}.lnr-redo:before{content:"\e861"}.lnr-sync:before{content:"\e862"}.lnr-history:before{content:"\e863"}.lnr-clock:before{content:"\e864"}.lnr-download:before{content:"\e865"}.lnr-upload:before{content:"\e866"}.lnr-enter-down:before{content:"\e867"}.lnr-exit-up:before{content:"\e868"}.lnr-bug:before{content:"\e869"}.lnr-code:before{content:"\e86a"}.lnr-link:before{content:"\e86b"}.lnr-unlink:before{content:"\e86c"}.lnr-thumbs-up:before{content:"\e86d"}.lnr-thumbs-down:before{content:"\e86e"}.lnr-magnifier:before{content:"\e86f"}.lnr-cross:before{content:"\e870"}.lnr-menu:before{content:"\e871"}.lnr-list:before{content:"\e872"}.lnr-chevron-up:before{content:"\e873"}.lnr-chevron-down:before{content:"\e874"}.lnr-chevron-left:before{content:"\e875"}.lnr-chevron-right:before{content:"\e876"}.lnr-arrow-up:before{content:"\e877"}.lnr-arrow-down:before{content:"\e878"}.lnr-arrow-left:before{content:"\e879"}.lnr-arrow-right:before{content:"\e87a"}.lnr-move:before{content:"\e87b"}.lnr-warning:before{content:"\e87c"}.lnr-question-circle:before{content:"\e87d"}.lnr-menu-circle:before{content:"\e87e"}.lnr-checkmark-circle:before{content:"\e87f"}.lnr-cross-circle:before{content:"\e880"}.lnr-plus-circle:before{content:"\e881"}.lnr-circle-minus:before{content:"\e882"}.lnr-arrow-up-circle:before{content:"\e883"}.lnr-arrow-down-circle:before{content:"\e884"}.lnr-arrow-left-circle:before{content:"\e885"}.lnr-arrow-right-circle:before{content:"\e886"}.lnr-chevron-up-circle:before{content:"\e887"}.lnr-chevron-down-circle:before{content:"\e888"}.lnr-chevron-left-circle:before{content:"\e889"}.lnr-chevron-right-circle:before{content:"\e88a"}.lnr-crop:before{content:"\e88b"}.lnr-frame-expand:before{content:"\e88c"}.lnr-frame-contract:before{content:"\e88d"}.lnr-layers:before{content:"\e88e"}.lnr-funnel:before{content:"\e88f"}.lnr-text-format:before{content:"\e890"}.lnr-text-format-remove:before{content:"\e891"}.lnr-text-size:before{content:"\e892"}.lnr-bold:before{content:"\e893"}.lnr-italic:before{content:"\e894"}.lnr-underline:before{content:"\e895"}.lnr-strikethrough:before{content:"\e896"}.lnr-highlight:before{content:"\e897"}.lnr-text-align-left:before{content:"\e898"}.lnr-text-align-center:before{content:"\e899"}.lnr-text-align-right:before{content:"\e89a"}.lnr-text-align-justify:before{content:"\e89b"}.lnr-line-spacing:before{content:"\e89c"}.lnr-indent-increase:before{content:"\e89d"}.lnr-indent-decrease:before{content:"\e89e"}.lnr-pilcrow:before{content:"\e89f"}.lnr-direction-ltr:before{content:"\e8a0"}.lnr-direction-rtl:before{content:"\e8a1"}.lnr-page-break:before{content:"\e8a2"}.lnr-sort-alpha-asc:before{content:"\e8a3"}.lnr-sort-amount-asc:before{content:"\e8a4"}.lnr-hand:before{content:"\e8a5"}.lnr-pointer-up:before{content:"\e8a6"}.lnr-pointer-right:before{content:"\e8a7"}.lnr-pointer-down:before{content:"\e8a8"}.lnr-pointer-left:before{content:"\e8a9"}
/*End back to top arrow styles*/

