support-2html { overflow-y: scroll; }
body { 
	background-color: #fff;
	font-size:16px;
}


/* Typography 
*********************************************/
body{
	font-family: 'Lato', sans-serif, arial;
	font-weight:300;
}
.designed-by{
	width:100px;
}
header{
	background-size:auto 100%;
	background-position:top right;
}
a{color: #3CA0C9;}
a:hover, a:focus{ outline: none; color:#01405F;}

h1,
h2,
h3,
h4,
.event-title{
	font-family: 'Varela Round', sans-serif, arial;
	letter-spacing:-0.032em;
}


/* ********* Font Sizes  ********** */
/* Font Size 48px */
h1{
	font-size:48px;
}

/* Font Size 45px */
.stock{
	font-size:45px;
}

/* Font Size 41px */
{
	font-size:41px;
}

/* Font Size 36px */
.carousel-caption .slidetext,
.page #main-banner{
	font-size:36px;
}

/* Font Size 24px */
.projects-intros .project-title,
.latest-doc ul a.edocman_document_link .dm_date,
#dms-order-page h4{
	font-size:24px;
}

/* Font Size 21px */
#support-1 .welcome-intro,
.projects-intros .mod-articles-category-introtext{
	font-size:21px;
}

/* Font Size 19px */
.tagline-ticker ul,
.event-title{
	font-size:19px;
}

/* Font Size 16px */
.latest-announcements .dm_title,
.latest-doc ul a.edocman_document_link .dm_title{
	font-size:16px;
}

/* ********* Font Colours  ********** */
/* Font Colour White */
header h1,
.tagline-ticker{
	color:#FFF;
}
/* Font Colour Bright Blue */
h3,
.event-title,
#dms-order-page h4{
	color:#3CA0C9;
}
/* Font Colour Blue */
.page-header > h2{
	color:#01405F;
}
/* Font Colour Dark Blue */
h1,
.lead,
#support-2 .mod-title,
.items-row .page-header > *{
	color:#01405F;
}
/* Font Colour Dark Warm Grey */
body,
#left-column .nav > li > a,
.mod-articles-category-readmore a,
.welcome-intro .lead{
	color:#75706a;
}
/* Font Colour Light Warm Grey */
.txtlightgrey
.readmore a{
	color:#e6e5e4;
}

.page-header,
.page-header > h2{ 
	text-transform:uppercase;
	margin-top:0;
	border-bottom:0;
}

/* General Layout Blocks 
*********************************************/
.home #wrapall{
	top:450px;
}

#wrapall{
	position:absolute;
	z-index:1;
	width:100%;
	top:230px;
	background-color:#FFF!important;
}
#layout{
	background-color:#FFF;
}

main{ position:relative; }
footer{ background-color:/*#5FB67F*/ #01405F;}
.vertical-spacing-50{ 
	padding-top:50px;
	padding-bottom:50px;
}
.vertical-spacing-60{ 
	padding-top:60px;
	padding-bottom:60px;
}
/* Modal Override */
.modal-backdrop.in {
    opacity: 0.65;
}
.modal-backdrop{
	background-color:#75706A;
}
.modal-body.gallery-modal{
	padding:0!important;
}
.modal-controls{
	background-color:#75706A;
	color:#ccc;
	border-bottom-left-radius:5px;
	-moz-border-bottom-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-bottom-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	padding:10px 0;
	font-size:12px;
	text-transform:uppercase;
}
.modal-controls a{
	color:#ccc;
}
.modal-controls .controls.next{
	padding-left:20px;
}

/* Main Navigation 
*********************************************/

nav .navbar-brand img{
	max-height:40px;
}
.navbar-nav > li > a{
	font-weight:700;
	font-size:16px;
}

/* ---- Login Dropdown ---- */
.nav-cart,
.navbar-right .btn-group{
	padding-top:13px;
}
.navbar-right.navbar-nav > li button.btn-link{
	color: #01405F;
	outline:none;
	margin-right:5px;
	border-top-left-radius:4px;
	border-top-right-radius:4px;
	text-decoration:none;
}
.navbar-right.navbar-nav > li .open button.btn-link,
.navbar-right.navbar-nav > li button.btn-link:focus,
.navbar-right.navbar-nav > li button.btn-link:active{
	background-color: #3CA0C9;
	color:#FFF;
}
.navbar-right.navbar-nav > li .open .dropdown-menu{
	background-color: #3CA0C9;
	border-color: #3CA0C9;
	padding:15px;
	border-top-right-radius:0;
	margin-right:5px;
	margin-top:0;
}
.navbar-right.navbar-nav > li .open .dropdown-menu form label{
	color:#FFF;
}
.navbar-right.navbar-nav > li .open .dropdown-menu form input{
	border-color:#FFF;
	background-color:#FFF;
	color:#999;
}

.navbar-right.navbar-nav > li .open .dropdown-menu form ul{
	margin:0;
	padding:0;
}
.navbar-right.navbar-nav > li .open .dropdown-menu form ul li{
	color: #01405F;
	margin-left:15px;
}
.navbar-right.navbar-nav > li .open .dropdown-menu form ul li a{
	color:#FFF;
}
/* --- End Login --- */

/* Login Form
*********************************************/
.well{
	padding: 35px;
	border:0;
	box-shadow: 0;
}
#layout .login form{
	max-width: 480px;
}
#layout .control-group{
	margin-bottom: 20px;
}
#layout .form-control{
	border-color: #e8e8e8;
}

/* Password and User Remind
*********************************************/
.forgot-user-name main #left-column,
.passord-reset main #left-column{
	min-height:200px;
	background-image:url(../images/template/remind-flag.png);
	background-repeat:no-repeat;
	background-position:center top 40px;
}

.nav-cart .btn-default{
	color:#FFF;
	padding: 12px 20px;
	font-size:14px;
}
.nav-cart .btn-default:hover,
.nav-cart .btn-default:focus,
.nav-cart .btn-default:active{
	border:solid 1px #ADADAD;
	background-color: #EEE;
	color: #667;
}
/* Header 
*********************************************/
header{
	position: fixed;
	top:0;
	right: 0px;
	left: 0px;
	z-index:-1;
}
.header-logo{
	padding-top:30px;
}
.home .header-logo{
	padding-top:60px;
}
.header-logo img{
	max-width:90%;
}
.page .header-logo img{
	max-width:280px;
}
.header-tagline{
	padding-top:82px;
}

/* Breadcrumbs 
*********************************************/
.breadcrumb a{
	color:#CCC;
	font-size:12px;
}
.breadcrumb > .active{ color:#FFF; }
.breadcrumb .divider{ display:none; }

/* Image Slider
*********************************************/
.brand-large{
	position:absolute;
	z-index:10;
	width:100%;
	top:50%;
}
.brand-large .brand{
	border-right:solid 8px #d9a33b;
	padding-right:30px;
}

/* Fade transition for carousel items */
.carousel-fade .item {
    left: 0 !important;
      -webkit-transition: opacity 1s; /*adjust timing here */
         -moz-transition: opacity 1s;
           -o-transition: opacity 1s;
              transition: opacity 1s;
}

.carousel-fade .carousel-control {
    background-image: none !important; /* remove background gradients on controls */
}
/* Fade controls with items */
.carousel-fade .next.left,
.carousel-fade .prev.right {
    opacity: 1;
    z-index: 1;
}
.carousel-fade .active.left,
.carousel-fade .active.right {
    opacity: 0;
    z-index: 2;
}
/* END Fade transition for carousel items */

#module-90.img-slider{ background-color:#f1f1f1; }
#module-90.img-slider .carousel-inner .item-image{
	height:450px;
	overflow:hidden;
}
.carousel .carousel-inner .item-image img{
	max-height:450px;
}
.carousel-control{ 
	font-size:11px;
	text-transform:uppercase;
	border:solid 1px #d9a33b;
	top:20px;
	bottom:unset;
	width:60px;
	opacity:1;
	line-height:24px;
	z-index:11;
}
.right.carousel-control{
	background:none;
	border-right:0;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	-moz-border-top-left-radius:3px;
	-moz-border-bottom-left-radius:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
}
.left.carousel-control{
	background:none;
	border-left:0;
	border-top-right-radius:2px;
	border-bottom-right-radius:2px;
	-moz-border-top-right-radius:2px;
	-moz-border-bottom-right-radius:2px;
	-webkit-border-top-right-radius:2px;
	-webkit-border-bottom-right-radius:2px;
}
.carousel-control:hover{
	background-color:#75706a;
}

.carousel-caption{
	top:50%;
	right:auto;
	left:0;
	width:100%;
	text-align:left;
	padding-left:30px;
	padding-top:0;
}
.carousel-caption .slidetext{
	text-transform:uppercase;
	font-weight:700;
	line-height:0.95em;
}

.carousel-caption,
.brand-large{
	margin-top:-75px;
}
#scrollDown{
	position:absolute;
	bottom:20px;
	left:50%;
	margin-left:-43px;
	color:#FFF;
	z-index:1000;
	font-style:italic;
	font-weight:300;
	font-size:12px;
	text-decoration:none;
	opacity:0.4;
}
#scrollDown:hover{
	opacity:1;
}
/* Support Section 1
*********************************************/
#support-1 .welcome-intro{
	font-weight:300;
}
#support-1 .readmore{
	margin-top:5px;
}
/* Support Section 2
*********************************************/
#support-2{
	/*background-image:url(../images/template/up-coming-events-bg.jpg);*/
        background-image:url(../images/template/Untitled-1.png);
	background-repeat:no-repeat;
	background-position:center top;
	height:500px;
	width:100%;
}

#support-2 > .vertical-spacing-50 {
        padding-top:30px;
        padding-bottom:30px;
}

#support-2 .article-link {
margin-top:20px}

#support-2 .article-link .readmore a {
margin-top:0;}

#support-2 #module-157 .event > div {
padding-bottom:15px;}
/* Document Search
*********************************************/
.moduletable.document-search{
	background-color:#f0f0f0;
	border:solid 1px #eee;
	padding:15px;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}
.moduletable.document-search .mod-title{
	margin-top:0;
	margin-bottom:25px;
}
.moduletable.document-search .form-control{
	background-color:#FFF;
	border-color:#ccc;
}
.moduletable.document-search select{
    display: block;
    width: 100%;
	min-width:205px;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* Subscribe Form / Form
*********************************************/
#subscribe-form{ padding-left:15px;}
#wrap-form{ 
	margin-left:20px;
	padding-top:5px;
	height:130px;
	margin-top:-20px;
}

.form-group.mc-field-group{
	vertical-align:top;
	width:300px;
}
.form-control{ 
	background:none;
	border-color:#999897;
	padding: 8px 20px;
	height:45px;
	width:100%!important;
}

footer .form-control{ color:#f5f5f2; }

footer .form-control::-webkit-input-placeholder{
	color:#f5f5f2;
	text-transform:uppercase;
}
footer .form-control:-moz-placeholder {
	color:#f5f5f2;
	text-transform:uppercase;
}
footer .form-control::-moz-placeholder {
	color:#f5f5f2;
	text-transform:uppercase;
} 
footer .form-control:-ms-input-placeholder{
	color:#f5f5f2;
	text-transform:uppercase;
}
.btn{
	text-transform:uppercase;
}

.btn-default{
	background-color:#01405F;
	border-color:#01405F;
	color:#FFF;
}

.btn-primary:hover{
}

/* Tagline Ticker - News Ticker
*********************************************/
.tagline-ticker ul{
	list-style-type:none;
	margin:0;
	padding:0;
	height:65px;
	overflow:hidden;
	font-size:22px;
}
.tagline-ticker ul li{
	height:65px;
}


/* Events
*********************************************/
#module-139 .mod-title{
	margin-bottom:25px;
	color:#fff;
	font-size: 38px;
}
#module-139 .event > div > h3,
#module-139 .event .event-Location,
#module-139 .event .page-header {
margin-bottom:0;
padding-bottom:0;}
#module-139 .event > div > h3,
.event .readmore a {
margin-top:10px;
}
#module-139 .event .readmore a {
margin-bottom:10px;
}
#module-139 .event .page-header .event-title{
color: #01405F;}
.event{
	background-color:#FFF;
	padding:15px 15px 5px 15px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow:    0 0 5px 5px rgba(1,64,95, 0.05);
  	-webkit-box-shadow: 0 0 5px 5px rgba(1,64,95, 0.05);
  	box-shadow:         0 0 5px 5px rgba(1,64,95, 0.05);
}
.event .event-time{
	display: inline-block;
	margin-left:5px;
	font-size:14px;
}
.event .event-time i{
	font-size:16px;
	display:inline-block;
	margin-right:5px;
}
.event-title{
	margin-top:20px;
	display:block;
}
.up-coming-events .view-all{
	margin-top:10px;
}
.event h3 .readmore a{
	font-weight:normal;
}
.event-Location:before{
	content:"\e062";
	display:inline-block;
	position: relative;
	top: 1px;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	margin-left:-25px;
	margin-right:5px;
	font-size:19px;
}

.event-Location{
	font-size:13px;
	font-weight:bold;
	margin-top:15px;
	padding-left:25px;
}

.item.event{
	border:solid 1px #DBDEE1;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}
.blog.events .item{
	padding-bottom:20px;
} 
.events .readmore{
	margin-bottom:0;
}
.events .readmore a{
	width:100%;
}

/* Footer Nav-Pills
*********************************************/
footer .nav > li > a{
	color:#ccc;
	text-transform:uppercase;
	font-size:12px;
}
footer .nav > li > a img{
	margin-right:7px;
}
footer .nav > li > a:hover{
	background:none;
	color:#FFF;
}

footer .nav-pills > li.active > a, 
footer .nav-pills > li.active > a:hover, 
footer .nav-pills > li.active > a:focus{
	background:none;
	color:#FFF;
}

/* Internal Page Header
*********************************************/
.page header .container{
	position:relative;
}
.page header .container .header-logo{
	position:absolute;
	z-index:2;
}

.page .page-header{
	position:relative;
}

.page .page-header .header-overlay{
	/*background-image:url(../images/template/pages-header-overlay.png);*/
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	z-index:1;
	width:100%;
	height:300px;
}
.page header .col-md-8{
	border-left:solid 6px #D9A33B;
}
.page header .col-md-8 .section-title{
	text-transform:uppercase;
	margin:0;
}

.page .item-page .item-image{ display:none;}

.page #main-banner{
	background-position:center;
	background-size: cover;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow: 0 1px 10px rgba(0, 0, 0, .8);
	text-align:center;
	vertical-align:middle;
	color:#FFF;
}
.page #main-banner img{ 
	max-width:100%;
	min-width:100%;
}

/* Left Column Navigation
*********************************************/
#left-column > *{ width:90%;}
#left-column .nav .divider .separator{
	display:none;
}
#left-column .nav > li > a{
	border-bottom:solid 1px #f0f0f0;
	text-transform:uppercase;
	font-size:13px;
	border-radius:8px;
	margin-bottom:2px;
}
#left-column .nav > li.active > a{
	background-color:#3CA0C9;
	color:#FFF;
	border-bottom-left-radius:8px;
	border-top-left-radius:8px;
	border-bottom-right-radius:0;
	border-top-right-radius:0;
}
#left-column .nav > li.active > a:after{
	position: absolute;
	top: 0;
	display: inline-block;
	border-width: 20px 0px 19px 20px;
	border-style: solid;
	border-color: transparent #3CA0C9;
	content: " ";
	right: -20px;
}
.left-bar-graphic{
	margin-top:-50px;
}

/* Document Seller */
#dms-category-page-default .dms-box-heading .dms-taskbar{
	float:right;
	margin-bottom: 0;
}
#dms-category-page-default .dms-box-heading .publish-date{
	display:block;
	margin-top:10px;
	color: #999;
}
#dms-documents .dms-box-heading, 
#dms-document-page .dms-box-heading{
	background:none;
}
#dms-documents .dms-box-heading h3.dms-document-title, 
#dms-document-page .dms-box-heading h3.dms-document-title{
	font-size: 18px;
}
#dms-documents .dms-box-heading h3.dms-document-title a, 
#dms-document-page .dms-box-heading h3.dms-document-title a{
	color: #01405F;
}
.file-ext{
	text-transform:uppercase;
}
img.dms-thumb-left{
	max-width:140px;
}

/* CONTACT FORM */

/* Basic Styles for Contact Form */
.ac-textarea,
.fields-group{
	width:40%;
	float:left;
}
.limit_char{
	color:#222;
	font-size:10px;
	margin-top:5px;
}
.ac-cf-container .inputbox,
.ac-textarea-container textarea {
	color: #000; /*TYPED TEXT COLOUR*/
	background-color:#fff;
	border: 1px solid #999897;
	border-radius: 4px; 
	display: block;
	font-size: 14px;
	line-height: 1.3em;
	text-transform:uppercase;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	padding: 15px 15px 10px 15px;
	width: 100% !important;
}
.ac-cf-container .inputbox:focus,
.ac-textarea textarea:focus{
    border-color: #fff;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
}

/* Placeholder Colours */
.inputbox::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder{
	opacity:0.85;
	color:#222;
}
.inputbox:-moz-placeholder,
.form-control:-moz-placeholder{
	opacity:0.85;
	color:#222;
}

.inputbox::-moz-placeholder,
.form-control::-moz-placeholder {
	opacity:0.85;
	color:#222;
}
.inputbox:-ms-input-placeholder,
.form-control:-ms-input-placeholder{
	opacity:0.85;
	color:#222;
}

/*Projects Overview
*********************************************/
.projects-intros .project-title{
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	position:absolute;
	width:100%;
	text-align:center;
	top:50%;
	margin-top:-20px;
}

.project-row.row-1,
.project-row.row-3,
.project-row.row-5,
.project-row.row-7,
.project-row.row-9,
.project-row.row-11,
.project-row.row-13,
.project-row.row-15{
	background-color:#f5f6f2;
}

.projects-intros .mod-articles-category-introtext{
	font-weight:300;
}

.mod-articles-category-readmore{
	margin-top:30px;
	display:block;
}

/* News Section
*********************************************/
#left-column .moduletable > div{
	margin-top:30px;
}
.moduletable > .lca > li{
	border-left: solid 3px #f0f0f0;
}
.lca_active{
	color:#999;
}
.moduletable > .lca > li > span,
.lca_year_title{
	font-weight:bold;
}
.moduletable > .lca > li > ul > li{
	padding-top:5px;
	padding-bottom:5px;
}

.items-row{
	margin-top:75px;
}
.items-row .page-header > *{
	font-size:1.3em;
}
.pagination > .active > a, 
.pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus{
	background-color:#3CA0C9;
	border-color:#3CA0C9;
}

/* Gallery - Image Gallery Items
*********************************************/
.gallery.row{
	margin-top:30px;
}
.gal-item{
	height:110px;
	overflow:hidden;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom:25px;
	cursor:pointer;
}
.full-width .gal-item{
	height:175px;
}
.gallery-modal{
	text-align:center;
}


/* DIRECTORS AND MANAGEMENT - .people-page
*********************************************/
.people-page .items-row{
	padding-bottom:30px;
	margin-bottom:30px;
	border-bottom:solid 1px #eee;
}
.people-page .items-row .col-md-6 .item .page-header,
.people-page .items-row .col-md-6 .item .page-header h3{
	margin-bottom:0;
}
.people-page .items-row .col-md-6 .item > p > strong{
	text-transform:uppercase;
}

/* Popular documents module
*********************************************/
.top-ten-docs{
	margin-top:60px;
}
.top-ten-docs ul{
	list-style:none;
	margin:0;
	padding:0;
}
.top-ten-docs ul li a{
	display:block;
	border-bottom:solid 1px #DBDEE1;
	padding:7px 12px;
	color: #75706A;
}
.top-ten-docs ul li a:before{
	content:"\e006";
	color:#01405F;
    position: relative;
    top: 1px;
	margin-right:10px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

/* TRANSITIONS
*********************************************/
div{
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

a,
.btn,
img,
.heading,
input,
input:focus,
select,
select:focus,
.navbar-nav li,
.edocman_document_link .dm_date,
.latest-announcements .item .date,
.asx_div > span,
.archive-menu li a .item-note,
.slide-in-label{
	transition: all 0.25s linear 0s;
	-moz-transition: all 0.25s linear 0s;
	-webkit-transition: all 0.25s linear 0s;
}


#layout,
.carousel .carousel-inner .item-image img,
#main-navigation .navbar-collapse,
.expanded-bg{
	transition:none!important;
}
	
/* Media Queries
*********************************************/
/* Retina */
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (max--moz-device-pixel-ratio: 2) {}

/* Landscape phones and down */
@media (max-width: 480px) {
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) {
}

@media (max-width: 991px) {
	.navbar-toggle{
		margin-top: 24px;
	}
}

@media (min-width: 992px) {
	.navbar-collapse{
		float: left;
	}
}



/* Large desktop */
@media (min-width: 1200px) {
	#module-90.img-slider .carousel-inner .item-image{
		height:600px;
	}
	.carousel .carousel-inner .item-image img{
		max-height:none;
	}

}