@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {
	font-family: "petala-pro", sans-serif;
	font-size: 16px;
	font-weight: 300;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

a {
	text-decoration:none;
	color:#7fa9d2;
}

a:hover {
	text-decoration:none;
	color:#000;
}

img {
	display:block;
}

#wrapper {
	background:#fff;
}

#container {
	background: #fff;
	margin: auto;
	padding-top: 1px;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 20px;
	width: 940px;
	-webkit-box-shadow: 0px 0px 20px #666;
	box-shadow: 0px 0px 20px #666;
}

.horizontalRule {
	clear:both;
	float:none;
	width:960px;
	height:5px;
	background:#7fa9d2;
}


/* XXXXXXX TEXT STYLES XXXXXXX */

h1 {
	display:inline;
	font-size: 1.7em;
	font-weight: 600;
	border-radius: 5px;
	background-color: #5d6b74;
	color: #fff;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	line-height:1.2em;
   box-shadow: 5px 0 0 #5d6b74, -5px 0 0 #5d6b74;
}

h1 a {
	color:#fff;
	text-decoration:none;
}

h1 a:hover {
	color:#7fa9d2;
	text-decoration:none;
}

h2 span {
	font-size:1em;
	font-weight:50;
	color:#000;	
}

h3 {
	font-size:1em;
	font-weight:50;
	letter-spacing:-1px;
}

.quote-feature {
	margin-top:5px;
}

.quote-text {
	font-size:1.8em;
	line-height:1.2em;
	font-weight:200;
	margin-left:70px;
}

.quote-author {
	padding-left:0px;
}

.exclamation-mark {
	font-size: 4em;
	font-weight: 600;
	margin-bottom: -97px;
	margin-top: -19px;
	font-style: italic;
	color: #7fa9d2;
}

.tab-grey, .tab-grey a {
	display:inline-block;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #bbb;
	color: #fff;
	padding-left:10px;
	padding-right:50px;
	padding-bottom:3px;
	letter-spacing:1px;
	margin-top:0px !important;
	text-decoration:none;
}

.tab-grey a:hover {
	text-decoration:none;
	color:#7fa9d2;
}

.tab-blue, .tab-blue a {
	display:inline-block;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #7fa9d2;
	color: #fff;
	padding-left:10px;
	padding-right:50px;
	padding-bottom:3px;
	letter-spacing:1px;
	margin-top:0px !important;
}

.tab-blue a:hover {
	text-decoration:none;
	color:#7fa9d2;
}

.tab-blank {
	display:inline-block;
	padding-left:10px;
	padding-right:50px;
	padding-bottom:3px;
	margin-bottom:10px;
	letter-spacing:1px;
	margin-top:0px !important;
	margin-bottom:10px !important;
}

h4 {
	padding-top:15px;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
}

p {
	line-height: 1.3em;
	padding-bottom: .4em;
	font-size: 1.1em;
}

.article-body p {
	padding-top:.6em;
}

.standfirst, h4 {
	font-weight:600;
}

.copyright-notice {
	font-size:.8em;
	font-weight:200;
	text-transform: uppercase;
	padding-top:.6em;
	padding-bottom:15px;
}

.bold {
	font-weight:600;
	text-transform:uppercase;
}

/* XXXXXXX COLUMNS AND GRIDS XXXXXXX */

.cols-1-right {
	float:right;
	width:140px;
	padding-left:10px;
	padding-right:10px;
	}

.cols-2-right {
	float:right;
	width:280px;
	padding-left:10px;
	padding-right:10px;
	}

.cols-3-right {
	float:right;
	width:450px;
	padding-left:10px;
	padding-right:10px;
	} 

.cols-4-right {
	float:left;
	width:620px;
	padding-left:10px;
	padding-right:10px;
	padding-left:10px;
	padding-right:10px;
	}

.cols-5-right {
	float:left;
	width:750px;
	padding-left:20px;
	padding-right:10px;
	}

.cols-6-right {
	float:left;
	width:940px;
	padding-left:10px;
	padding-right:10px;
	}


.cols-1-left {
	float:left;
	width:140px;
	padding-left:10px;
	padding-right:10px;
	}

.cols-2-left {
	float:left;
	width:280px;
	padding-left:10px;
	padding-right:10px;
	}

.cols-3-left {
	float:left;
	width:450px;
	padding-left:10px;
	padding-right:10px;
	}

.cols-4-left {
	float:left;
	width:620px;
	padding-left:10px;
	padding-right:10px;
	}

.cols-5-left {
	float:left;
	width:760px;
	padding-left:10px;
	padding-right:10px;
	}

.cols-6-left {
	float:left;
	width:940px;
	padding-left:10px;
	padding-right:10px;
	}

/* XXXXXXX FEATURED STYLES XXXXXXX */

.grey-feature {
	background:#e1e1e1;
	border-top:#bbb 5px solid;
	border-bottom:#bbb thin solid;	
	padding-bottom:15px;
	margin-bottom:15px;
	padding-left:0px;
	padding-right:0px;	
	width:940px;
}

.blue-feature {
	background:#edf5fd;
	border-top:#7fa9d2 5px solid;
	border-bottom:#7fa9d2 thin solid;
	padding-bottom:15px;
	margin-bottom:15px;
	padding-left:0px;
	padding-right:0px;	
	width:940px;
}

.white-feature {
	background:#fff;
	border-top:#7fa9d2 5px solid;
	border-bottom:#7fa9d2 thin solid;
	padding-bottom:15px;
	margin-bottom:15px;
	padding-left:0px;
	padding-right:0px;	
	width:940px;
}

.white-related {
	background:#fff;
	border-top:#7fa9d2 5px solid;
	border-bottom:#7fa9d2 thin solid;
	padding-bottom:15px;
	margin-bottom:15px;
	padding-left:0px;
	padding-right:0px;	
	width:280px;
	vertical-align:bottom;
	margin-top:200px;
}

/* XXXXXXX article XXXXXXX */

h1.featured {
	font-size:2.2em;
	line-height:1.3em;
}

p.featured {
	margin-top:7px;
}

/* XXXXXXX in the news XXXXXXX */

h1.inthenews {
	font-size:2.2em;
	line-height:.9em;
	background:none;
	color:#000;
	padding-left:0px;
   box-shadow: none;
}

h1.inthenews a {
	color:#000;
	text-decoration:none;
}

h1.inthenews a:hover {
	text-decoration:none;
	color:#7fa9d2;
}

p.inthenews {
	margin-top:2px;
}

p.article-metadata {
	margin-top:0px;
	margin-bottom:0px;
}

.category {
	font-weight:600;
	color:#7fa9d2;
	text-transform:uppercase;
	padding-left:5px;
}

.publication {
	font-style:italic;
}

.article-strapline {
	margin-top:7px;
}

.article-listing {
	margin-top:15px !important;
}

/* XXXXXXX MASTHEAD XXXXXXX */

#menu {
	width: 960px;
	height:30px;
	background: #bbb;
	border-radius: 10px;
/*	display:block;
*/
}

#menu a {
	font-size:1em;
	font-weight:50;
	color:#fff;
	letter-spacing:1px;
	text-decoration:none;
	}

#menu img {
	display:inline;
	vertical-align:middle;
}

#menu li {
	display: inline-block;
	padding-right: 3px;
	padding-left: 7px;
	padding-bottom: 7px;
	border-left: #fff thin solid;
	height: 15px;
	position:relative;
}

#menu li .drop {
	background-repeat: no-repeat;
	background-image: url(images/nav-down-arrow.png);
	background-position: right 4px;
	margin-right: 5px;
	padding-right: 20px;
}

#menu li:hover .drop {
	background-repeat: no-repeat;
	background-image: url(images/nav-down-arrow.png);
	background-position: right 4px;
	margin-right: 5px;
	padding-right:20px;
	color:#333;
}

#menu li:first-child {
	margin-left:10px;
	padding-left:7px;
	border-left: none;
}

#menu li:nth-child(8) {
	border-left: none;
}

#menu li a:hover {
	color: #5d6b74;
}

.navActive {
   font-weight:700;
}

.dropdown-cols-3 {
	float: left;
	text-align: left;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 525px;
	position: absolute;
	left: -999em;
	background: #bbb;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.dropdown-cols-1 {
	float:left;
	width: 175px;
}

.dropdown-cols-1 a, .dropdown-cols-1 p {
	color:#fff;
	padding-bottom:7px;
	text-decoration:none;
	line-height:1em;
	text-transform:uppercase;
}

.dropdown-cols-1 a:hover {
	text-decoration:none;
}

#menu li:hover .dropdown-cols-3 {
	left:-1px;
	top:auto;
}

/* Search box */

.search-box {
width: 200px;
height: 20px;
border-radius: 5px;
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
margin-right: 0px;
font-size: 1em;
padding-left: 10px;
margin-left: 100px;
margin-top: 2px;
color: #bbb;
}

#frankTitle {
	padding-left:10px;
	padding-right:10px;
}

li.frankPhoto {
	display:inline-block;
}

li.frankPhoto img {
	width:150px;
}
        
li.frankName {
	display:inline-block;
	font-weight:600;
	font-size:3em;	
	letter-spacing:-2px;
}

li.strapline {
	display:inline-block;
	font-weight:50;
	font-size:2em;
	color:#7da8cf;
	letter-spacing:-2px;
}


/* XXXXXXX FOOTER ELEMENTS XXXXXXX */

#footer {
	clear:both;
	display:block;
	margin-top:15px;
	padding-top:15px;
	background:#5d6b74;
	width:940px;
}

.footer-cols-1 {
	float:left;
	width:215px;
}

.footer-cols-3-left {
	float:left;
	width:645px;
	padding-left:10px;
	padding-right:10px;
}

.footer-cols-1-right {
	float:left;
	width:215px;
	padding-left:10px;
	padding-right:10px;
}

.footer-cols-4-left {
	float:left;
	width:940px;
	padding-left:10px;
	padding-right:10px;
}

#footer p {
	color:#fff;
	font-size:.9em;
	text-transform:uppercase;
	padding-bottom: 0px;
}

#footer a {
	color:#fff;
	text-transform:uppercase;
}

#footer a:hover {
	color:#7da8cf;
	text-decoration:none;
}

#footer img {
	margin-right:10px;
	display:inline;
	vertical-align:middle;
	padding-bottom:5px;
}

/* XXXXXXX MISC ELEMENTS XXXXXXX */

#clear-row {
	clear:both;
	height:15px;	
}

.read-more a {
	font-weight: 600;
	border-radius: 3px;
	background-color: #5d6b74;
	color: #fff;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	margin-top:25px;
	text-decoration:none;
	line-height:2em;
}

.read-more a:hover {
	text-decoration:none;
	color:#7fa9d2;
}


/* XXXXXXX CLEARFIX XXXXXXX */

.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }

/* XXXXXXXX MOBILE VERSION 320 pixels XXXXXXXX */

@media screen and (max-width: 650px) {

#container {
	background: #fff;
	padding-top: 1px;
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 0px;
	min-width: 320px;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.blue-feature, .grey-feature, .white-feature, #footer, .footer-cols-3-left, .footer-cols-1-right, .footer-cols-4-left {
	min-width: 320px;
	width: 100%;

}

.cols-1-left, .cols-3-left, .cols-4-left, .cols-6-left, .cols-3-right, .cols-5-right {
	min-width: 320px;
	width: 100%;
}

.cols-2-right, .cols-5-right {
	float:none;
	display:block;
}

.footer-cols-1-right {
	margin-top:15px;
}

.quote-feature {
	display:none;
}

.strapline {
	font-size:1em;
	line-height:1em;
}

iframe {
	width:290px;
	padding-left:10px;
}

#menu {
    		display:none;
    	}
    	
.js, .slicknav_menu {
    		display:block !important;
    	}

/* Search box */

.search-box {
margin-left: 10px;
margin-bottom: 10px;
}

p {
min-width: 320px;
width: 95%;
}

.cols-5-right {
padding-left: 10px;
}

.article-body p {
padding-right: 20px;
}

}

    .slicknav_menu {
        display: none;
    }
    