/* ==================================
Theme colours
=====================================
	grey	    | #474747
	Black	    | #000000
	gray-light  | #e0e0e0
*/
 
/* ==================================
Font sizes
=====================================

   body	| 12px | 0.750em
   -----|------|---------
   h1 	| 30px | 2.500em
   h2 	| 22px | 1.833em
   h3 	| 22px | 1.833em
   h4 	| 13px | 1.083em
   h5 	| 12px | 1em
   h6 	| 12px | 1em
   p 	| 12px | 1em 

 */


 
/* ==================================
Resets
=====================================*/

/*html {
    color: #474747;
    font-size: 1em;
    line-height: 1.4em;
	font-family:Arial, Helvetica, sans-serif;
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}

body {
    margin: 0;
}


nav ul, nav ul li{
	list-style:none;
	padding:0;
	margin:0;
}

main ul {
    margin-left:20px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, address, figure{
	padding:0;
	margin:0 0 25px 0;	
	font-style:normal;
	font-size:1em;
	font-weight:normal;
	line-height:1.4em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}


a {
    background: transparent;
}

a:active,
a:hover {
    outline: 0;
}


b, strong {
    font-weight: bold;
}

h1 {
    font-size: 2em;
    margin: 0 0 0.67em 0;
    font-weight: bold; 
    font-family:Constantina, Georgia, 'Nimbus Roman No9 L', serif;
}

h2{
    font-weight: bold; 
    font-size:1.5em;
	line-height:0.95em;
    font-family:Constantina, Georgia, 'Nimbus Roman No9 L', serif;
}

h3{
	font-size:1.3em;
    font-weight: bold; 
    font-family:Constantina, Georgia, 'Nimbus Roman No9 L', serif;
}
h4{
    font-weight: bold; 
	font-size:1.1em;	
	line-height:1.2em;
}

h5{
	font-size: 1em;
	font-weight:bold;
}





sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


img {
    border: 0;
    max-width:100%;
}

img[align=right], img.right{padding-left:20px;}
img[align=left], img.left{padding-right:20px;}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {   
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


button,
input,
optgroup,
select,
textarea {
    border-radius:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
    color: inherit; /* 1 
    font: inherit; /* 2 
    margin: 0; /* 3 
}


textarea {
    resize: vertical;
}


button {
    overflow: visible;
}



button,
html input[type="button"], 
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; 
    cursor: pointer; 
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

table td,
table th{
	vertical-align:top;
	font-weight:normal;
	text-align:left;
	font-size:1em;
	line-height:1.6em;
}



.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
 
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}*/




/* ==================================
Layout
=====================================*/


/*.container{ min-width:320px; margin:0 auto; padding:0 2%;}

header div.logo{min-height:50px; margin:20px 0;  width: 50%; float: left; }
header div.logo a{ font-family:Constantina, Georgia, 'Nimbus Roman No9 L', serif; text-decoration:none; color:#999;font-size:1.5em; line-height:1em;  }

header div.search{min-height:50px; margin:20px 0;  width: 50%; float: right; }

nav#top-navigation{width: 100%; float: left; border-bottom:1px solid #999;  border-top:1px solid #999; padding:20px 0;}
nav#top-navigation ul li{ float:left; margin:0 20px 0 0; position:relative;}

nav#top-navigation ul li a{ font-family:Constantina, Georgia, 'Nimbus Roman No9 L', serif; text-decoration:none; color:#333;font-size:1.2em; line-height:1em;}
nav#top-navigation ul li.current a,
nav#top-navigation ul li a:hover{ color:#666;}

nav#top-navigation ul li ul{ display:none; position: absolute;
left: 0;
top: 0;
background: #fff;}
nav#top-navigation ul li:hover ul{ display:block;}




nav#left-navigation {width:20%; float:left; min-height:50px;  margin-top:20px;}
nav#left-navigation ul li{ margin:10px 0 10px 0;}
nav#left-navigation > ul > li:first-child{ margin-top:0;}
nav#left-navigation ul ul {margin:0 0 0 20px ;}

.breadcrumbs {
    float:left;
    width:100%;
    margin:0 0 20px;
}
.breadcrumbs ul{
    margin:0;
}
.breadcrumbs ul li {
    list-style:none;
    float:left;
    margin:0 10px 0 0;
}

.tabs {
    float:left;
    width:100%;
    margin:0 0 20px;
}
.tabs ul{
    margin:0;
}
.tabs ul li {
    list-style:none;
    float:left;
    margin:0 10px 0 0;
    border: 1px solid;
    padding: 0px 5px;
}
    .tabs ul li.current a {
        color:#999;
    }


main {width:78%; margin:20px 0 0 2%; float:left;}
main.wide {width:100%; margin:20px 0 0 0; }
main.narrow {width:56%; margin:20px 2% 0 2%;  }



aside { width:20%; float:right; margin-top:20px;}
aside.wide { width:100%; float:none; border-top:1px solid #999; padding-top:20px;}

aside .widget { border-top:1px solid #999; padding-top:20px; margin-top:20px; }
aside .widget:first-child { border-top:0; padding-top:0; margin-top:0; }

aside.wide .widget { width:25%; float:left;  border-top:0; padding-top:0; margin-top:0; }


footer{ clear:both;border-top:1px solid #999; padding-top:20px; margin-top:20px; margin-bottom:20px; font-size:0.8em;}
    footer nav { height:50px;}
    footer nav ul li { float:left; margin:0 20px 0 0;}

.newsform {
    background:#ddd;
    padding:20px 2% 0;
    width:96%;
    margin: 0 0 20px 0;
}
    .newsform .newsformblock,
    .newsform .newsformblock-submit {
        width:50%;
        float:left;
        margin: 0 0 20px 0;

    }
    .newsform select,
    .newsform input {
        width:90%;
    }



.error {
    border:1px solid red;

}
.clear {
    clear:both;

}


/*Banner*/
/*div.banner-container {
    float:left;
    width:100%;
    overflow:hidden;
	position:relative; border-bottom:1px solid #999; 
}
div.banner-container div.content-rotator-items {
    float:left;
    width:200%;
}
div.banner-container div.banner-slide{
    float:left;
    width:50%;
    background:#ddd;
	height:305px;
	position:relative;
}


div.banner-container div.banner-slide div.banner-slide-content {
	position:absolute;
	left:0;
	top:0;
	z-index:100;
	height:270px;
	width:300px;
	padding:35px 155px 0 40px;
}
div.banner-container div.banner-slide .banner-slide-underlay {
	position:absolute;
	right:0;
	top:0;
	z-index:90;
}



div.banner-container ul.content-rotator-nav{
	position:absolute;
	top:20px;
	left:40px;
	z-index:100;
	margin:0;
}


div.banner-container ul.content-rotator-nav li{
	float:left;
	display:inline-block;
	height:13px;
	width:13px;
	background:#999;
	color:#999;
	font-size:0em;
	cursor:pointer;
	margin:0 8px 0 0;
}

div.banner-container ul.content-rotator-nav li.active{
	background:#333;
	color:#333;
}

div.banner-container ul.content-rotator-nav-arrows{
	position:absolute;
	bottom:20px;
	left:40px;
	z-index:100;
	margin:0;
}


div.banner-container ul.content-rotator-nav-arrows li{
	float:left;
	display:inline-block;
	height:30px;
	width:30px;
	background:#333;
	color:#333;
	font-size:0em;
	cursor:pointer;
	margin:0 1px 0 0;
}

div.banner-container ul.content-rotator-nav-arrows li.carousel-next{
	background-position:top right;
}*/

/*Forms*/

/*div.form-row {
    float:left;
    width:100%;
}

div.form-row .form-label {
    float:left;
    width:30%;
    max-width:150px;
    padding-bottom:10px;
}
div.form-row .form-feild {
    float:left;
    width:70%;
    padding-bottom:10px;
}

div.form-row .form-feild input[type=text], 
div.form-row .form-feild textarea {
    float:left;
    width:70%;
    padding:5px;
    margin:0;
    border:1px solid #999;
}

div.form-row .form-feild textarea {
    min-height:200px;
}
div.form-row .form-feild input[type=text].input-validation-error, 
div.form-row .form-feild textarea.input-validation-error {
    border-color: red;
}
span.field-validation-error {
    display:block;
    float: left;
    color: red;
}*/



/**** BECKY CSS - JUST TEMP TILL I MERGE IT ****/

/* ==================================
Fonts
=====================================	
*/
 
/* ==================================
Colours
=====================================  
 */
 
 /* ==================================
Bases
=====================================
 */

 
/* ==================================
Resets
=====================================*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


#bg { position: fixed; z-index: -1; left:0; top 0;}
#bg img { width: 100%; height: 100%; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-size:1em;
	line-height:1em;
	padding:0;
	margin:0;
	color:#000;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	min-width: 320px;
	background: #fff;
}

ul, li{
	list-style:none;
	padding:0;
	margin:0;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, address, main, figure{
	padding:0;
	margin:0 0 15px 0;	
	font-style:normal;
	font-size:1em;
	font-weight:normal;
	line-height:1.3em;
	display:block;
}

h1, h2, h3, h4, h5{
	margin:0 0 15px 0;
	width:100%;
	font-weight:bold;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
}

p, figcaption, label, li, caption{
	font-size: 1.1em;
	line-height: 1.45em;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	color: #282828;
}

p {
    font-size: 0.9em;
}

h1,
p.fake-h1{
	font-size: 1.65em !important;
	/* font-family: "Times New Roman", Georgia, Serif; */
	font-family: Georgia, Serif;
	color: #333399;
	font-weight: normal;
	width: 90%;
	margin-bottom: 0;
}

h2{
	font-size: 1.45em;
	/* font-family: "Times New Roman", Georgia, Serif; */
	font-family: Georgia, Serif;
	color: #333399;
	font-weight: normal;
}

h3{
	font-size: 1.05em;
}

h4{
	font-size: 1em;
}

h5{
	font-size: 0.9em;
}

h6{
	font-size: 0.9em;
}

p.intro {
	color: #004778;
font-weight:normal;
}


.nobreak {white-space:nowrap;}
	
	
fieldset{
	float:left;
    width:100%;
}

iframe{
	margin:0 0 15px 0;	
	max-width:100%;
}
 
input, textarea, button, select {
	-webkit-border-radius:0; 
	border-radius:0;
	font-size:0.9em;
	outline: none;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	color: #282828;
	border:0px;
}

option {
	color: #282828;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}
 
a{
	color:#333399;
	text-decoration: none;
	-moz-transition: text-decoration linear 100ms;
	-o-transition: text-decoration linear 100ms;
	-webkit-transition: text-decoration linear 100ms;
	transition: text-decoration linear 100ms;
}

a:hover,
a:focus{
	color: #333399;
	text-decoration: underline;
	-moz-transition: color linear 100ms;
	-o-transition: color linear 100ms;
	-webkit-transition: color linear 100ms;
	transition: color linear 100ms;
}

ul {
	list-style-type: none;
}

b, 
strong{
	font-weight:bold; 
}
.small {
	font-size:.9em;
}
fieldset {
    border:0;
    padding:0;
    margin:0;
}
legend{
    font-weight:bold;    
    padding:0;
    margin:0 0 20px 0 ;
}


.left {	float: left; }
.right {float: right;}
.mid {margin:0 auto;}
.clear {float:none; clear:both;}

img{
	border:none;	
	display: block; 
}

img.left { margin-right:15px; margin-bottom:10px;}
img.right { margin-left:15px; margin-bottom:10px;}
img.full { margin-bottom:15px;}

sup, sub { vertical-align: 0; position: relative; }
sup { bottom: 0.3em; }
sub { top: 0.3em; }

table{
	width:100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:15px;
	clear: both;
	border-bottom:1px solid #d3d3d3;
}

table tr td,
table tr th{
	border-top:1px solid #d3d3d3;
	padding: 5px 10px 25px ;
	text-align:left;
	line-height: 1.1em;
	vertical-align:top;
	font-weight:normal;
}
table tr th{
	border-right:1px solid #d3d3d3;
	padding-left: 0px ;
}

figure{
	float:left;
	width:100%;
}

figure figcaption{
	float:left;
	margin:10px 0 0 0;
	padding:0;
	width:65%;
}

hr{
	width:100%; 
	clear: both;
	display:block;
	height:1px;
	border:0;
	background: #d4d4d4;
	margin: 0 0 10px;
}

main ul {
	list-style: none;
}

main ul li {
	background: url(/images/bullet.gif) no-repeat 7px 7px transparent;
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 5px 25px;
	background-size: 7px;
    font-size: 0.9em;
}

main ul li ul li {
background: url(/images/bullet.gif) no-repeat 7px 6px transparent;
background-size: 7px;
}

main ul li ul li ul li {
background: url(/images/bullet.gif) no-repeat 7px 5px transparent;
background-size: 7px;
}

main ul li ul {
	padding-top: 8px;
	margin-bottom: 0;
}

main ol{
	counter-reset: item;
	list-style-type: decimal;
	margin-left: 5%;
}

main ol li{
	list-style: inherit;
	padding: 0 0 5px 0;
}

main ol li ol {
	padding-top: 8px;
	margin-bottom: 0;
}

main blockquote{
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.65em;
	color: #003056;
}

main blockquote:before{
	content:open-quote;
	font-size: 1.5em;
}

main blockquote:after {
	content:close-quote;
	font-size: 1.5em;
}

main table {
	width: 100%;
}

main table tr td, 
main table tr th {
	padding: 10px 2%;
	vertical-align: middle;
    font-size: 0.9em;
}

main table tr th {
	font-weight: bold;
}

main table tr {
	border: 1px solid #d3d3d3;
}

main tr th {
	border: none;
}

main caption {
	margin-bottom: 10px;
}

.no-bold {
    font-weight: normal;
}

/* html, body {
	height: 100%;
} */

/**** HEADER ****/
.header-wrapper {
	float: left;
width: 100%;
/*background: #fff;*/
}

.header-wrapper header {
/* max-width: 1190px; */
width: 100%;
/* height: 100%; */
margin: 0 auto;
/* position: relative; */
/* height: 500px; */
/*background: #fff url(/images/header.jpg) no-repeat top center;*/
float: left;
/* background-size: cover; */
margin: 0 auto;
}

.header-container {
position: relative;
/* float: left; */
width: 100%;
max-width: 1190px;
margin: 0 auto;
}

img.header-image {
	max-width: 100%;
	width: 100%;
}

.header-content {
	width: 100%;
	z-index: 5;
	/* position: absolute; */
	margin-top: 50px;
	bottom: 0;
}

.header-content-navigation {
	/* padding-top: 2%; */
	padding-top: 10px;
	/* background: #fff; */
	background: rgba(255,255,255,0.96);
	width: 100%;
	float: left;
	z-index: 6;
	/* position: absolute; */
}

.navigation{
    float: left;
    width: 100%;
	/* margin-bottom: 10px; */
	display: block;
    z-index: 10;
    position: relative;
}

.home .navigation {
	margin-bottom: 25px;
}

.logo {
    /* float: right;
    width: 10%; */
    /* margin-right: 3%; */
	/* margin-right: 30px; */
	/* margin-top: 25px; */
	/*margin-top: 10px;
	position: absolute;
	right: 30px;
    width: 50%;*/
    position: absolute;
    right: 30px;
    width: auto;
    margin-top: 8px;
    z-index: 10;
    cursor: pointer;
}

img.logo-image {
	float: right;
	max-width: 100%;
}

.header-text-wrapper {
	/* position: absolute; */
	/* top: 0; */
	/* bottom: 0; */
	background-color: rgb(198,214,254);
	background-color: rgba(198,214,254,0.75);
	width: 70%;
	/* z-index: 4; */
}

.header-text-main,
.header-text-small {
	/* position: absolute; */
	/* top: 0; */
	/* bottom: 0; */
	background-color: rgb(198,214,254);
	background-color: rgba(198,214,254,0.75);
	/* z-index: 4; */
	/* padding: 25px 3%; */
	padding: 25px 30px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header-text-main {
	width: 75%;
}

.header-text-main.home {
	width: 50%;
	height: 300px;
}

.header-text-small {
	width: 100%;
	display: none;
}

.header-text-main p,
.header-text-small p {
	font-size: 2em;
	/* font-family: "Times New Roman", Georgia, Serif; */
	font-family: Georgia, Serif;
	color: #333399;
	font-weight: normal;
}


/**** FOOTER ****/
.footer-wrapper {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.footer-wrapper footer {
	max-width: 1190px;
	width: 100%;
	margin: 0 auto;
}

.footer-contents-wrapper {
	/* width: 94%; */
	padding: 0 30px;
}

.footer-contents {
	border-top: 1px solid #bbbbbb;
	font-size: 0.75em;
	padding-top: 15px;
	padding-bottom: 30px;
}

.home .footer-contents {
	border-top: none;
}

.footer-contents .left,
.footer-contents .right {
	float: left;
	width: 50%;
}

.home .footer-contents .left,
.home .footer-contents .right {
	float: left;
	width: 46.5%;
	margin-top: 30px;
}

.home .footer-contents .left {
	left: 0;
}

.home .footer-contents .mid {
	width: 7%;
	float: left;
}

.home .footer-contents .mid img {
	margin: 0 auto;
	max-width: 100%;
}

.footer-contents p {
	font-weight: normal;
    font-size: 1em;
}

ul.footer-links {
    list-style: none;
    float: right;
	text-align: right;
    width: 100%;
}

ul.footer-links li {
   float: none;
	display: inline-block;
    padding: 0 1.5%;
    border-left: 1px solid #616161;
    font-size: 1em;
}

ul.footer-links li:first-child {
    border-left:  none;
}

ul.footer-links li:last-child {
	padding-right: 0;
}

ul.footer-links li > a {
	font-weight: bold;
	color: #282828;
	-moz-transition: color linear 100ms;
	-o-transition: color linear 100ms;
	-webkit-transition: color linear 100ms;
	transition: color linear 100ms;
}

ul.footer-links li > a:hover {
	color: #333399;
	text-decoration: none;
}



/**** NAVIGATION ****/
nav.main-navigation,
nav.sub-navigation {
	width: 100%;
	/* background: #fff; */
	/* padding: 2.5% 2% 1.5% 3%; */
	padding: 0 30px;
    float: left;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav.main-navigation {
	padding-bottom: 10px;
}

nav.sub-navigation {
    height: 75px;
}

nav ul {
	width: 90%;
	float: left;
	margin-bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav ul li {
    float: left;
    /* margin: 15px 0.5%; */
	padding: 25px 0.5%;
	margin-bottom: -1px;
}

.sub-navigation li {
	padding: 25px 0.1%;
}

nav ul li a {
	text-decoration: none;
	padding: 8px 12px;
	font-weight: bold;
	font-size: 0.9em;
}

.header-wrapper.home .main-navigation ul > li {
	background: none;
}

.header-wrapper.home .main-navigation ul > li.current,
.header-wrapper.home .main-navigation ul > li.active-hover {
	background: none;
}

.main-navigation > ul > li {
	background-image: url(/images/main-nav-normal.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.main-navigation ul > li > a {
	/* background-color: #fff; */
	color: #282828;
	-moz-transition: background-color linear 100ms, color linear 100ms;
	-o-transition: background-color linear 100ms, color linear 100ms;
	-webkit-transition: background-color linear 100ms, color linear 100ms;
	transition: background-color linear 100ms, color linear 100ms;
}

/* .main-navigation > ul > li {
	border-bottom: 1px solid #8585c2;
} */

.main-navigation ul > li.current > a,
.main-navigation ul > li > a:hover{
	background-color: #333399;
	color: #fff;
	text-decoration: none;
}

.main-navigation ul > li.current
/* .main-navigation ul > li.active-hover */ {
	background-image: url(/images/main-nav-current.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

.sub-navigation ul > li > a,
.main-navigation  ul > li.show > ul > li > a {
	/* background-color: #fff; */
	color: #7e7e7e;
	/* border: 1px solid #fff; */
	border: none;
	-moz-transition: background-color linear 100ms, color linear 100ms, border linear 100ms;
	-o-transition: background-color linear 100ms, color linear 100ms, border linear 100ms;
	-webkit-transition: background-color linear 100ms, color linear 100ms, border linear 100ms;
	transition: background-color linear 100ms, color linear 100ms, border linear 100ms;
}

.sub-navigation ul > li > a {
	font-size: 0.8em;
}

.sub-navigation ul > li.current
/* .sub-navigation ul > li.active-hover  */{
	background-image: url(/images/sub-nav-arrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.sub-navigation ul  > li.current > a,
.sub-navigation ul  > li > a:hover{
	background-color: #e6e6e6;
	color: #333399;
	border: none;
	/* border: 1px solid #333399; */
	text-decoration: none;
	/* background-image: url(/images/tout-triangle2.png);
	background-repeat: no-repeat;
	background-position: center top; */
}

.main-navigation ul > li.show > ul > li > a {
	font-size: 0.75em;
}

.main-navigation  ul > li > ul {
	display: none;
	margin-bottom: 0;
}

.main-navigation  ul > li.show > ul {
	display: none;
}

/**** SMALL NAVIGATION ****/
.small-navigation{
    float: left;
    width: 50%;
	margin-top: 15px;
	display: none;
}

.small-main-navigation {
	width: 90%;
	padding: 0 25px;
    float: left;
}

.small-main-navigation .fa-bars {
	padding: 8px 12px;
	color: #fff;
	background-color: #333399;
	font-size: 1.9em;
	cursor: pointer;
}


/**** SPLASH PAGE ****/
.splash .navigation {
    visibility: hidden;
}

.splash .small-navigation {
    visibility: hidden;
}

.homepage-touts-wrapper.splash {
    margin-top: 0;
}

.header-wrapper.home.splash header {
    height: auto;
}

.disclaimer-box {
    float: left;
    margin-bottom: 2px;
    padding: 20px;
    background: #e6e6e6;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0.9em;
}

.disclaimer-box:last-child {
    margin-bottom: 0;
}

.disclaimer-box p {
    font-size: 1em;
}

.disclaimer-tc {
    padding: 20px;
    height: 100px;
    overflow-y: auto;
    background: #fff;
}

.disclaimer-form .submit-button {
    width: 100%;
}

.disclaimer-label {
    font-size: 1em;
}


/**** HOMEPAGE ****/
.header-wrapper.home header {
	/*background: #fff url(/images/header-homepage2.jpg) no-repeat top center;*/
	height: 642px;
}

.header-text.home {
	width: 50%;
	height: 445px;
}

.homepage-touts-wrapper {
	width: 100%;
	float: left;
/* 	position: absolute;
	top: 555px;
	z-index: 6; */
	margin-top: -200px;
	z-index: 6;
}

.homepage-touts {
	max-width: 1190px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.homepage-touts .left,
.homepage-touts .right {
	width: 50%;
	float: left;
}

.homepage-touts .right {
	bottom: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.homepage-touts .right .tout-page-link {
    position: absolute;
    bottom: 0;
    height: 60px;
}

.homepage-touts .content-touts {
	width: 50%;
	float: left;
    position: relative;
    /*padding-bottom: 65px;*/
    padding-bottom: 55px;
	background: rgb(51,51,153); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(51,51,153,1) 0%, rgba(26,26,110,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,153,1)), color-stop(100%,rgba(26,26,110,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333399', endColorstr='#1a1a6e',GradientType=1 ); /* IE6-9 */
	/* height: 250px; */
}

/*.home-tout-row .left {
    float: left;
    width: 50%;
    position: relative;
}

.home-tout-row .right {
    float: right;
    width: 50%;
    position: relative;
}

.home-tout-row .left .content-touts, 
.home-tout-row .right .content-touts {
    width: 100%;
    float: left;
}*/

.homepage-touts .content-touts.white {
	background: #fff;
    padding-bottom: 0;
}

.homepage-touts .content-touts .tout{
	margin-bottom: 0;
}

.home-tout-row {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-content: stretch;
	flex-wrap: wrap;
}

.homepage-touts .left .tout-page-link {
    position: absolute;
    bottom: 0;
    height: 60px;
}

.homepage-touts .tout-image {
    float: none;
    width: auto;
}

.homepage-touts .tout-image img {
    width: 100%;
}

/**** CONTENT ****/
.content-wrapper {
	width: 100%;
	float: left;
}

.content {
	max-width: 1190px;
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}

.content-main {
	width: 70%;
	float: left;
	padding: 0 30px;
	padding-right: 4%;
	margin-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

main.content-main.disclaimer {
    width: 100%;
}

.content-main.wide {
    width: 100%;
}

.wide .breadcrumb,
.wide ul.custom-dropdown {
    width: 68% !important;
}

.content-touts {
	width: 25%;
	float: right;
	/* height: 250px; */
}



/**** BREADCRUMBS ****/
.breadcrumb{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	display: block;
}

.breadcrumb ul ,
.breadcrumb-small ul{
	list-style: none;
}

.breadcrumb ul li{
	float: left;
	padding: 0;
	padding-bottom: 10px;
	font-weight: bold;
	color: #7e7e7e;
	font-size: 0.9em;
	background: none;
}

.breadcrumb ul li a{
	color: #7e7e7e;
	font-weight: bold;
	text-decoration: none;
	-moz-transition: color linear 100ms;   
	-o-transition: color linear 100ms;   
	-webkit-transition: color linear 100ms;   
	transition: color linear 100ms;
}

.breadcrumb ul li a:hover{
	text-decoration: none;
	color: #333399;
}

.breadcrumb ul li:after{
	content: "/";
	padding: 0 10px;
}

.breadcrumb ul li:last-child:after {
	content: "";
}

.breadcrumb-small {
	width: 90%;
	padding: 0 25px;
	float: left;
	margin-top: 34px;
	display: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.breadcrumb-small li {
	float: left;
	margin-right: 2.5%;
	margin-top: 9px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 1em;
	
}

.breadcrumb-small li a {
	color: #fff;
	background: #333399;
	padding: 10px 12px;
	border: 1px solid #333399;
}

.breadcrumb-small li a:hover {
	text-decoration: none;
}

.breadcrumb-small li.current-page {
	color: #333399;
	background: #fff;
	border: 1px solid #333399;
	padding: 8px 12px;
	margin-top: 0;
	margin-bottom: 0;
}

/***** SECTIONS ****/
section {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.section-text img {
    max-width: 100%;
}

.article-post {
	width: 100%;
	float: left;
	position: relative;
	border-top: 1px solid #bbbbbb;
	padding: 15px 0 5px 0;
}

.article-post p {
    margin-bottom: 10px;
}

.post-content {
    width: 80%;
    float: left;
    margin-left: 60px;
}

/*.article-post:last-child {
	border-bottom: 1px solid #bbbbbb;
}*/ 

.article-post section.section-text {
    margin-bottom: 0;
}

.icon{
	padding: 0 15px;
	float: left;
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
}

.icon-wrapper{
	display: block;
	margin: 0 auto;
	height: 100%;
}

.icon-wrapper img,
.icon-wrapper i{
	position: relative;
/* 	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%); */
	top: 15%;
    line-height:100%;
	max-width: 100%;
	width: 100%;
}

.icon-wrapper i {
    top: 19%;
}

.fa-star,
.fa-trophy {
    color: #333399;
}

.fa-star:before,
.fa-trophy:before {
    font-size: 1.5em;
}

.post-content p a {
	color: #282828;
	text-decoration: none;
	-moz-transition: color linear 100ms;   
	-o-transition: color linear 100ms;   
	-webkit-transition: color linear 100ms;   
	transition: color linear 100ms;
}

.post-content p a:hover{
	text-decoration: none;
	color: #333399;
}

h3.date {
	font-weight: normal;
}

.award-container,
.fund-container,
.sitemap-container {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.award-container:last-child {
    margin-bottom: 0;
}


/* .section-documentation .icon-wrapper img {
	top: 60%;
} */


/**** SELECT BOXES ****/
form {
	float: left;
	width: 100%;
}

.custom-select {
	width: 100%;
	height: 34px;
	float: left;
}

.select-wrapper {
	width: 100%;
	height: 34px;
	position: relative;
	float:left;
	cursor: pointer;
	border: 1px solid #7e7e7e;
	display: inline-block;
	background: url(/images/dropdown-arrows.gif) no-repeat left center;
}

.select-wrapper select {
	width: 100%;
	height: 34px;
}

.select-wrapper .holder {
	display: block;
	padding: 7px 45px;
	/* margin: 5px 35px 5px 5px; */
	white-space: nowrap;            
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: -1;
	color: #282828;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-weight: bold;
	font-size: 0.9em;
}

.select-wrapper select{
	margin: 0;
	position: absolute;
	z-index: 2;            
	cursor: pointer;
	outline: none;
	opacity: 0;
	margin-top: 0.5px;
	width: 100.2%;
	/* CSS hacks for older browsers */
	_noFocusLine: expression(this.hideFocus=true); 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}

.select-wrapper select.custom-select option {
	color: #282828;
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.9em;
}

.select-wrapper:hover{
		border: 1px solid #7e7e7e;
	}




/**** CUSTOM DROPDOWN FORMATTING ****/
.custom-dropdown ul li {
    /*display: none;*/
    padding: 4px 0;
    z-index: 4;
    position: relative;
    border-left: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
}

/*.custom-dropdown ul li.show {
    display: block;
}*/

.custom-dropdown ul li:last-child {
    border-bottom: 1px solid #7e7e7e;
}

.custom-dropdown ul li:hover {
    background: #e6e6e6;
}

ul.custom-dropdown {
    float: left;
    width: 100%;
    border: 1px solid #7e7e7e;  
    background: url(/images/dropdown-arrows.gif) no-repeat left center;
    cursor: pointer;
    height: 34px;
    margin-bottom: 35px;
}

ul.custom-dropdown, 
ul.custom-dropdown a {
    color: #282828;  
	/* font-family: Arial, Helvetica, sans-serif; */  
	font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 0.9em;
    font-weight: bold;
    width: 100%;
    display: block;
    font-size: 0.8em;
}

ul.custom-dropdown a {
    width: auto;
    font-size: 1.35em;
    padding: 5px 17px;
}

ul.custom-dropdown a:hover {
    text-decoration: none;
}

ul.custom-dropdown li {
    background: none;
}

.custom-dropdown ul {
    margin-top: 6px;
    background: #fff;
    margin-left: -26px;
    margin-right: -1px;
    padding-top: 0;
    z-index: 12;
    position: relative;
    display: none;
}

.custom-dropdown ul.show {
    display: block;
}

.dropdown-head {
    margin-left: 25px;
    margin-top: 6.5px;
    overflow: hidden;
    height: 22px;
    font-size: 1.25em;
}

/*.custom-dropdown.no-links ul {
    margin-left: -26px;
}*/

.custom-dropdown.no-links ul li {
    padding-left: 17px;
    font-weight: bold;
    font-size: 1em;
}

i.fa.dropdown-icon {
    padding-right: 10px;
}






/**** TOUTS ****/

.tout {
	width: 100%;
	float: left;
	margin-bottom: 25px;
	background: #fff;
}

.tout h2 {
	margin: 0;
}

.tout header.blue {
	background: #c6d6fe;
	padding: 15px 25px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.tout header.white {
	background: #fff;
	padding: 20px 25px 0px 25px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.tout-content {
	padding: 15px 25px;
	width: 85%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

.homepage-touts .tout header.white {
	padding: 20px 35px 0px 35px;
}

.homepage-touts .tout-content {
	/*padding: 15px 35px;*/
    padding: 15px 35px 5px 35px;
	width: 100%;
}

.tout-text h3 {
	/* font-family: "Times New Roman", Georgia, Serif; */
	font-family: Georgia, Serif;
	font-weight: normal;
    font-size: 1.2em;
}

.tout-text {
	/* padding: 0 6% 15px 6%; */
	float: left;
	width: 100%;
}

.tout-text img {
	max-width: 100%;
}

.tout-text p {
	font-size: 0.8em;
	font-weight: normal;
}

.tout-image {
	width: 100%;
	float: left;
}

.tout-image img {
	max-width: 100%;
}

.tout-page-link {
	width: 100%;
	float: left;
	background: rgb(51,51,153); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(51,51,153,1) 0%, rgba(26,26,110,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,153,1)), color-stop(100%,rgba(26,26,110,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333399', endColorstr='#1a1a6e',GradientType=1 ); /* IE6-9 */

}

.tout-page-link a {
	padding: 20px;
    /*padding: 15px;*/
	color: #fff;
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 0.75em;
	line-height: 1.1em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tout-page-link p {
	margin: 0;
	line-height: 1.1em;
	padding: 20px;
    /*padding: 15px;*/
	color: #fff;
	font-weight: bold;
	float: left;
	width: 100%;
	font-size: 0.75em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tout-page-link .fa.fa-angle-right {
	float: right;
	font-weight: bold;
    font-size: 1.5em;
    margin-top: -3px;
    margin-bottom: -4px;
}

.tout-news-list {
	margin-top: 5px;
	max-height: 8.5em;
	overflow-y: auto;
}

.tout-news-list ul {
	margin-right: 15px;
}

.tout-news-list ul li {
	font-size: 0.8em;
	font-weight: normal;
	padding-bottom: 15px;
}

.tout-news-list ul li a {
    color: #282828;
    -moz-transition: color linear 100ms;
	-o-transition: color linear 100ms;
	-webkit-transition: color linear 100ms;
	transition: color linear 100ms;
}

.tout-news-list ul li a:hover {
    color: #333399;
}

.tout-news-list li:last-child {
	padding-bottom: 0;
}

.tout-news-list .time {
	font-weight: bold;
}

.tout-banner-image {
	float: left;
	width: 100%;
	/* position: absolute; */
	/* bottom: 45px; */
}

.tout-banner-image img {
	max-width: 27%;
}

.tout-banner-image.images img {
	max-width: 100%;
}





.carousel_outer {
	float: left;
	width: 100%;
	margin-top: 27.1%;
}

.carousel_inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #fff;
}

.awards .carousel_inner {
    display: block !important;
    background: #fff !important;
}

.carousel_inner .fa-close {
    position: absolute;
    right: 3%;
    top: 3%;
    font-size: 1.5em;
    cursor: pointer;
    color: #333399;
}

.carousel-content-wrapper {
	width: 84%;
	float: left;
	margin: 0 8%;
	background: #fff;
	overflow: hidden;
	/* min-height: 230px; */
}

.awards .carousel-content-wrapper {
    margin-top: 0 !important;
}

.carousel_content {
	float: left;
    width: 100%;
	float: left;
	overflow: hidden;
/* 	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	-ms-align-content: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse; */
}

.slide_arrows{
	cursor: pointer;
	margin: 0;
/* 	float: left;
	width: 100%;
	margin: 0; */
}

/* ul.slide_arrows {
	width: 100%;
	position: relative;
	top: 110px;
	z-index: 10;
} */

.slide_arrows i {
	color: #333399;
}

.prev{
	float: left;
	list-style-type: none;
	position: absolute;
	z-index: 10;
	top: 135px;
	left: 3%;
}
.next{
	float: right;
	list-style-type: none;
	position: absolute;
	z-index: 10;
	top: 135px;
	right: 3%;
}

.carousel_content ul.slides {
	width: 1000%;
	list-style-type: none;
	float: left;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: stretch;
	-ms-align-content: stretch;
	-webkit-align-content: stretch;
	align-content: stretch;
	-ms-flex-direction: row;
	flex-direction: row;
}

.carousel_content.over-ten ul.slides {
    width: 100000% !important;
}

ul.slides li {
    width: 5%;
	position: relative;
	list-style-type: none;
	float: left;
	overflow: hidden;
	/* height: 195px; */
}

.awards ul.slides li {
    width: 5% !important;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
}

.tout .awards ul.slides li {
    width: 10% !important;
    margin-left: 0 !important;
    padding-bottom: 0 !important;
}

.tout .awards .over-ten ul.slides li {
    width: 0.1% !important;
}

.tout li.banner .tout-content {
    padding: 6px 12px 10px 12px;
}

.tout .carousel_outer {
    margin-top: 0;
}

header.carousel-header {
	background: #c6d6fe;
	padding: 19.2px 15px;
	width: 100%;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

/* header.carousel-header h2 {
	margin-bottom: 25px;
} */

.carousel-header h2 {
	margin-bottom: 0;
    font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
}

.carousel-header .fa.fa-angle-right {
    float: right;
    font-weight: bold;
    margin-top: 2px;
    font-size: 1.3em;
}

li.banner .tout-content {
	padding: 6px 5px 10px 5px;
	padding-bottom: 61px;
	width: 100%;
}

li.banner .tout-text h3 {
	margin-bottom: 2px;
}

li.banner .tout-text img {
	position: absolute;
	bottom: 15px;
}

li.banner .tout-text p {
	font-size: 0.61em;
}

.tout li.banner .tout-text p {
    font-size: 0.8em;
}


/**** CONTACT ****/
img.main-map {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.contact-map {
    position: relative;
    width: 100%;
    height: 100%;
}

.map-country {
    position: absolute;
    z-index: 2;
}

.map-locator {
    background: url(/images/map-locator.gif) no-repeat center center;
    z-index: 2;
    width: 10px;
    height: 10px;
    position: relative;
    padding: 10px;
}

.map-link {
    position: absolute;
    width: 180px;
    display: none;
}

.map-link.show {
    display: block;
}

.map-country .map-link.top-right {
    bottom: 25px;
    left: 18px;
}

.map-country .map-link.top-left {
    bottom: 25px;
    left: -165px;
}

.map-country .map-link.bottom-right {
    bottom: -32px;
    left: 18px;
}

.map-country .map-link.bottom-left {
    bottom: -32px;
    left: -165px;
}

.map-link .tout-page-link a {
    padding: 12px;
}

.contact-map-link .tout-page-link a {
    padding:  10px;
}

.contact-map-link .tout-page-link {
    margin-bottom: 5px;
}

.contact-links {
    margin-top: 10px;
    display: none;
}

section.section-location {
    width: 100%;
    float: left;
}

.location-information {
    background: #e6e6e6;
    float: left;
    width: 40%;
    padding: 20px;
    height: 406px;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.location-map {
    width: 60%;
    height: 406px;
    float: left;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.location-lat,
.location-lng {
    display: none;
}


/**** HISTORY ****/
.year-history {
    display: none;
}

.house-image {
    width: 100%;
    max-width: 100%;
    min-height: 363px;
}

.section-house-history {
    position: relative;
}

/*.house-history {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.85);
}

.house-history.show {
    display: block;
}*/

.house-links {
    position: absolute;
    right: 5%;
    display: block;
}

.house-links.hide {
    display: none;
}

.house-links ul li {
    background: none;
    background: rgb(51,51,153); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(51,51,153,1) 0%, rgba(26,26,110,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(51,51,153,1)), color-stop(100%,rgba(26,26,110,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(51,51,153,1) 0%,rgba(26,26,110,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333399', endColorstr='#1a1a6e',GradientType=1 ); /* IE6-9 */
    padding: 0;
    margin-bottom: 5px;
	line-height: 1.1em;
	font-size: 0.8em;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    width: 200px;
    position: relative;

}

.house-links ul li:hover {
    cursor: pointer;
}

.house-links li .fa-angle-right {
    position: absolute;
    right: 10px;
}

.house-links li span.index {
    display: none;
}

.carousel_outer.history {
    position: absolute;
    margin-top: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: none;
    display: block;
}

.history .carousel_inner {
    height: 100%;
    background: rgba(255,255,255,0.9);
    display: none;
}

.history .carousel_inner.show {
    display: block;
}

.history .carousel-content-wrapper {
    background: none;
    margin-top: 35px;
    height: 100%;
}

.history .prev,
.history .next {
    background: 0;
    padding-left: 0;
    top: 45%;
}

.history .carousel_content {
    height: 100%;
}

.history .carousel_content ul.slides {
    height:100%;
}

.history ul.slides li {
    width: 10%;
    background: none;
    padding-left: 0;
    overflow-y: auto;
    padding-bottom: 50px;
    margin-left: 18px;
}

.history-house-info p {
    font-weight: bold;
}

.history-house,
.history-house-info {
    padding-right: 25px;
    padding-left: 10px;
}

.history-house-info {
    padding-bottom: 50px;
}


/**** FORMS ****/
.form,
.register-no {
    padding: 25px;
    background: #e6e6e6;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*padding-bottom: 120px;*/
}

.form,
.register-no,
.register-yes,
.register-yes-part2,
.register-yes-update,
.register-yes-part2-update {
    font-size: 0.9em;
}

.register-no,
.register-yes,
.register-yes-part2 {
    display: none;
}

.register-no.show,
.register-yes.show,
.register-yes-part2.show {
    display: block;
}

.form p,
.register-no p,
.register-yes p,
.register-yes-part2 p,
.register-yes-update p,
.register-yes-part2-update p {
    font-size: 1em;
}

.register-no,
.register-yes,
.register-yes-part2,
.register-yes-update,
.register-yes-part2-update {
    margin-top: 2px;
    float: left;
}

.form .left,
.form .right,
.disclaimer-form .left,
.disclaimer-form .right {
    width: 35%;
    float: left;
    padding-right: 40px;
} 

.form label {
    margin-bottom: 8px;
    display: block;
    font-size: 1em;
}

.form .input-text {
    padding: 7px;
    width: 76%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form .register-forms {
    margin-bottom: 30px;
}

span.field-validation-error {
    float: left;
    width: 100%;
    padding-top: 5px;
    color: #ff0000;
    margin-bottom: 10px;
}

.form .input-text.input-validation-error {
    border: 1px solid #ff0000;
}

.form .left .input-text,
.form .right .input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.submit-button {
    padding: 8px;
    width: 35%;
    background-color: #333399;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.submit-button.faded {
    background-color: #dadada;
    cursor: auto;
}

.form-text {
    margin-top: 25px;
}

.register-intro {
    margin-bottom: 25px;
}

.form .left .submit-button,
.form .right .submit-button {
    width: 100%;
}

.checkboxes {
    margin-bottom: 30px;
}

input[type="checkbox"] {
    margin-bottom: 12px;
    margin-right: 5px;
}



/**** STRATEGY ****/
.section-strategy {
    float: left;
    width: 100%;
    margin-bottom: 45px;
}

a.strategy-link {
    color: rgb(51,51,153);
    background: #fff;
    width: 65%;
    float: left;
    text-align: center;
    padding: 10px;
    /*margin-bottom: 5px;*/
    font-size: 0.9em;
    font-weight: bold;
    border: 2px solid #d3d3d3;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: background linear 100ms;
	-o-transition: background linear 100ms;
	-webkit-transition: background linear 100ms;
	transition: background linear 100ms;
}

.strategy-container.second-container a.strategy-link:last-child {
    border-bottom: 2px solid #d3d3d3;
}

/*#top > div.content-wrapper > div > main > section.section-strategy > div:nth-child(2) > div > a:nth-child(5)*/

a.strategy-link:hover {
    background: #c6d6fe;
}

.strategy-container {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
}

.strategy-lines {
    float: left;
    width: 60%;
    margin-left: 18%;
    position: relative;
}

.strategy-container p {
    float: left;
    width: 13%;
    text-align: right;
    position: absolute;
    top: 40%;
    font-weight: bold;
}

.strategy-lines a.strategy-link {
    margin-left: 10%;
}

.strategy-container:last-child .strategy-lines .strategy-link:last-child {
    margin-bottom: 0;
}

.strategy-container:first-child .strategy-lines .border-left {
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 50%;
    height: 100%;
    border: 1px solid #d3d3d3;
}

.strategy-container:first-child .strategy-lines .border-top {
    position: absolute;
    left: 0;
    top: 10%;
    border: 1px solid #d3d3d3;
    width: 9.1%;
}

.strategy-container:first-child .strategy-lines .border-bottom {
    position: absolute;
    left: 0;
    bottom: -11%;
    border: 1px solid #d3d3d3;
    width: 9.1%;
}

.strategy-container:last-child .strategy-lines .border-left {
    position: absolute;
    left: 0;
    top: 10%;
    bottom: 50%;
    height: 73%;
    border: 1px solid #d3d3d3;
}

.strategy-container:last-child .strategy-lines .border-bottom {
    position: absolute;
    left: 0;
    bottom: 14%;
    border: 1px solid #d3d3d3;
    width: 9.1%;
}




/*.strategy-diagram {
    position: relative;
    height: 438px;
    width: 446px;
    margin: 0 auto;
}*/

/*p.strategy-title {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 42.8%;
    font-weight: bold;
}

a.strategy-text {
    position: absolute;
    z-index: 2;
    color: #fff;
    width: 98px;
    text-align: center;
    font-size: 0.9em;
}*/


/*.strategy-text-1 {
    margin-left: 39.3%;
    margin-top: 8.8%;
}

.strategy-text-2 {
    margin-left: 69.2%;
    margin-top: 23.6%;
}

.strategy-text-3 {
    margin-left: 76.4%;
    margin-top: 56.9%;
}

.strategy-text-4 {
    margin-left: 55.6%;
    margin-top: 83.1%;
}

.strategy-text-5 {
    margin-left: 22.5%;
    margin-top: 81.7%;
}

.strategy-text-6 {
    margin-left: 1.7%;
    margin-top: 56.9%;
}

.strategy-text-7 {
    margin-left: 9.4%;
    margin-top: 21.9%;
}*/


/**** NAV DATA ****/
span.grey-highlight {
    background: #e6e6e6;
    padding: 5px;
}

.nav-data-table td {
    text-align: right;
}

td.nav-date {
    text-align: left;
}

tr.currency td {
    color: #333399;
}


.nav-data-table thead tr td {
    font-weight: bold;
}

.nav-data-table tr,
.nav-data-table td {
    border: none;
}

table.nav-data-table {
    border: none;
    margin: 35px 0;
}

.nav-data-table thead tr {
    border: 1px solid #d3d3d3;
    border-left: none;
    border-right: none;
}

.nav-data-table tbody tr:hover {
    background-color: #d3d3d3;
}

.nav-data-table tr.shaded {
    background-color:#e6e6e6;
}

.nav-data-table tbody tr.morerows {
    background-color: #d3d3d3;
}
.nav-data-table tbody tr.morerows td {
    text-align:center;
}

.nav-table {
    /*min-width: 700px;*/
    overflow-x: auto;
}

/*.section-nav-data {
    overflow-x: auto;
}*/


/**** SITEMAP ****/

.sitemap-links-container {
    padding: 20px;
    background: #e6e6e6;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
}
ul.alphabet {
    float: left;
    background: none;
    list-style: none;
    margin-bottom: 0;
}

ul.alphabet li {
    float: left;
    background: none;
    padding: 15px 0;
    font-size: 0.9em;
    font-weight: bold;
}

ul.alphabet li.no-page {
    padding: 15px;
}

ul.alphabet li a {
    padding: 15px; 
}

ul.siteindex li {
    background: none;
    padding: 0;
    font-size: 1em;
}

ul.siteindex li .left,
ul.siteindex li .right {
    width: 50%;
    padding: 11px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul.siteindex li .left {
    padding-left: 0;
}

ul.siteindex li .right {
    padding-right: 0;
}

i.fa.fa-sort-asc {
    vertical-align: middle;
    padding-top: 4px;
}

p.back-to-top {
    float: right;
    margin-top: 15px;
}



/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
