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


body {
	background-color: #ffffff;
	color:#ffffff;
	word-wrap: break-word;
	line-height: 1.4;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 1em;
	margin:0px;
}

iframe {
	width:100%;
}

img {
	max-width:100%;
	height:auto;	
}

p {
	padding:.5em 0;
	margin:0px;	
}

ul, ol {
	padding: .5em 1em;
	margin:1em;	
}


/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/

a {
	color: #C61518;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/*--------------------------------------------------------------
Blockquotes
--------------------------------------------------------------*/

.review {
	color: #fff;
	background-color: #07116d;
	border-radius: 10px;
	padding:.5em;
	margin:1em 0;
}

blockquote {
	display:block;
	padding: 1em 3em;
	margin: 0 0 1em;
	position: relative;
	font-style:italic;
}

blockquote::before, blockquote::after {
	font-family: Georgia, serif;
  	font-size: 2em;
  	font-weight: bold;
  	position: absolute;
}

blockquote::before {
  content: "\201C";
  top:.2em;
  left: .7em;
}

blockquote::after {
  content: "\201D";
  right: .7em;
  bottom:-.2em;
}

cite {
	font-style:normal;
	padding: 0 2em;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/

.clear-float {
	clear: both;
}

.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}


/*--------------------------------------------------------------
Headings
--------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

h1 {
	font-size:1.6em;
	font-weight:normal;	
	padding-bottom:.5em;
	line-height:1.3em;
}

h1 span {
	font-size:.9em;
	font-style:italic;
	display:block;
}

h2 {
	color:#0c3390;
	font-size:1.2em;
	font-weight:normal;	
	padding:.2em 0;
}

h3 {
	font-size:1.1em;
	font-weight:bold;
	color: #C61518;
}

h4 {
	font-size:1.1em;
	font-weight:bold;
	color:#C61518;
	margin-top:2em;
	padding-top:1em;
	border-top: #C61518 1px solid;
}


/*--------------------------------------------------------------
Global
--------------------------------------------------------------*/

.wrapper {
	width:100%;
	padding:1em 0px;		
}

.no-padding {
	padding:0px;
}

.colour1 {
	background-color:#004595;	
}

.colour2 {color: #000;
	background-color:#fff;	
}


.inner {
	width:95%;
	max-width:960px;
	margin:0 auto;	
}

.tag {
	font-style:italic;
	font-size:1.2em;	
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

#logo a {
	color: #fff;
	font-size:2.6em;
	width:400px;
	float:left;	
}
#logo span {
	font-weight: bold;
}

#header-right {
	float:right;
	width:auto;
	text-align:right;	
}

#social-media {
	display:inline-block;	
}

#social-media img {
	height:22px;
	margin-right:.5em;
}

#social-media a:hover {
	text-decoration:none;
	opacity:.8;
}

#contact-info  {
	display:inline-block;
	color:#ffffff;
	text-align:right;
	line-height:1.7em;
	background-color:#040a44;
	padding:5px 10px;
	font-size:1.2em;
	display:inline-block;
	border-radius: 10px;
}

#contact-info a {
	color:#ffffff;
}

#contact-info a:hover {
	text-decoration:none;
	background-color:#303cb0;
}

#nav {
	margin-top:2em;
}

#nav ul {
	margin:0px;
	padding:0px;	
}

#nav ul li {
	display:inline-block;	
	margin-left:17px;
}

#nav ul li a {
	color:#ffffff;
	padding:5px 10px;
	border-radius: 10px;
}

#nav ul li a:hover, #nav ul li .active {
	background-color: #040a44;
	text-decoration:none;
}

#nav ul li a:hover {
	color:#8ed2ff;
}

/*--------------------------------------------------------------
Banner
--------------------------------------------------------------*/

#banner img {
	width:100%;
	display:block;	
}
	
/* Browser Resets */

.flex-container a:active, .flexslider a:active {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
} 

.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
}
		
.flexslider .slides > li {
	display: block;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
		
.flexslider .slides img {
	max-width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.flexslider img{
	width:100%;
}

/* Clearfix for the .slides element */
.slides:after {
	content: "."; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
} 

html[xmlns] .slides {
	display: block;
} 

* html .slides {
	height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}

/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative; 
	zoom: 1;
	width:100%;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides > li {
	position: relative;
}
	
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
	zoom: 1;
	position: relative;
}

/* Direction Nav */
.flex-direction-nav li a {
	width: 27px; 
	height: 59px; 
	margin: -13px 0 0; 
	display: block; 
	position: absolute; 
	top: 45%; 
	cursor: pointer; 
	text-indent: -9999px;}

.flex-direction-nav li .next {
	background-position: -27px 0; 
	right: 20px;}

.flex-direction-nav li .prev {
	left: 20px;
	}

.flex-direction-nav li .disabled {
	opacity: .3; 
	filter:alpha(opacity=30); 
	cursor: default;
}
		
.flex-control-nav{
	display:none;
}

/*--------------------------------------------------------------
Page Layouts
--------------------------------------------------------------*/

.pages {
	padding:2%;	
}

#boxes {
	font-size:.9em;
	color:#ffffff;
	border-radius:10px;
	display:block;	
	margin-top: -175px;
	z-index: 9;
    position: relative;
}

.box {
	width:21%;
	float:left;
	padding:1em 2%;
	text-align:center;
}

.box img {
	width:100%;
	height:auto;
	border-radius:10px;
}

.box h2 {
	color:#fff;
}

.box a p {
	color:#fff;	
}

.box a:hover {
	text-decoration:none;
}

.button {
	display:inline-block;
	color:#fff;
	background-color: #040a44;
	border-radius:5px;
	padding:5px;
}

.button {
	background-color: #040a44;
}

.button:hover {
	color: #8ed2ff;
}


#bottom-content {
	padding-bottom:1.7em;	
}

#left {
	width:63%;
	float:left;	
	text-align: justify;
}

#left span {
	display:inline-block;
}

.time {
	margin-top:1em;
	padding-top:1em;
	border-top:#07116d 1px solid;	
}

.desc {
	font-size:.9em;	
	padding-top:0px;
}

.highlight {
	color: #C61518;
	font-weight:bold;		
}
/*--------------------------------------------------------------
Map
--------------------------------------------------------------*/

.locations-map-container {
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	/* this fixes the overflow:hidden in Chrome */
	-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}

#locations-map {
	position: relative;
	width: 100%;
	height: 400px;
	border: 1px solid #eee;
}

#right {
	width:31%;
	float:right;	
	font-size:.9em;
	padding: 0 0 0 2%;
	border-left: #07116d solid 1px;
}

#right li {
	list-style-image:url(../images/arrow.png);
	padding:.6em 0;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

#footer {
	font-size:.8em;
}

#footer a {
	color:#fff;
}


/*--------------------------------------------------------------
Media Queries
--------------------------------------------------------------*/

@media screen and (max-width:1300px) {
	
	#boxes {
         margin-top: -100px;
	}
	
}

@media screen and (max-width:960px) {
	
	#boxes {
         margin-top: -70px;
	}
	
}

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

	#logo a {
		width: 270px;
	}
	
}

@media screen and (max-width:800px) {
	
	#nav ul li {
      margin-left: 3px;
	}
	
}

@media screen and (max-width:700px) {
	
	ul, ol {
    	padding: .5em 0;
	}
	
	#logo, #header-right, #left, #right, #footer {
		width:100%;	
		text-align:center;
	}
	
	#logo a {
		width:100%;
	}
	
	#logo img {
		float:none;
		margin:0 auto;	
	}
	
	#nav {
		margin-top:1em;	
	}
	
	.flexslider {
		display:none;
	}
	
	#boxes {
    	margin-top: 0px;
	}
	
	.box {
		width:96%;	
		text-align:center;
	}
	
	.box img {
		max-width:350px;
	}
	
	#left ul li {
		list-style-position:inside;
	}
	
	#right {
		margin-top:2em;
		padding: 2em 0 0 0;
		border-top: #919776 solid 1px;
		border-left:none;
	}

	
	#right li {
		list-style-position:inside;
	}
	
}


@media screen and (max-width:450px) {
	
	#nav ul li {
      margin-left: 0px;
	}
	
	#nav ul li a {
		padding: 5px 5px;	
	}
	
	#logo span {
		display:block;	
	}
}

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

	#contact-info span {
		display: block;
	}
}