@charset "UTF-8";
/* CSS Document */

body {
	font-family:'Open Sans', Helvectica, Arial, sans-serif;
	font-size:15px;
	margin:0px;
	padding:0px;
	background-color:#FFF;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}
h2 {
	font-family: 'Great Vibes', cursive;
	font-weight:normal;
	font-size:48px;
}
h3 {
	margin-bottom:12px;
	font-size:18px;
	font-weight:600;
}
h4 {
	font-weight:600;
	font-size:16px;
	margin-bottom:2px;
}
h5 {
	margin:5px 0px;
	font-size:13px;
	font-weight:300;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
p {
	font-size:15px;
	line-height:normal;
	font-weight:300;
}
strong {
	font-weight:600;
}
a {
	color:#FBB03B;
	text-decoration:none;
}
a:hover,
a:active {
	color: #FDCF8A;
	text-decoration: none;
}
/*Header*/
#header {
	text-align:center;
	position:relative;
	margin:0px;
}

.branding {
	padding-top:50px;
	height:120px;
    padding-left: 10px;
    padding-right: 10px;
}
#header h3 {
	margin:0px;
	margin-bottom:5px;
}
#header h3 img {
    width: 100%;
    margin: 0 auto;
    max-width: 960px;
    display: block;
    height: auto;
}
#header h1 {
	font-size:16px;
	letter-spacing:0.15em;
	text-transform:uppercase;
	color:#666666;
	font-weight:normal;
	margin:0px;
}
#nav {
	background-color:#E6E6E6;
	height:45px;
	line-height:45px;
	border-top:1px solid #ccc;
	overflow:hidden;
	border-bottom:5px solid #336699;
	margin:0px;
	width:100%;
	box-shadow:0px 1px 3px 1px rgba(0,0,0,0.3);
	z-index:9999;
}
#nav a {
	color:#474747;
	margin:0 18px;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:0.1em;
	font-size:14px;
}
.page-home #nav a.cur-home,
.page-act #nav a.cur-act,
.page-edu #nav a.cur-edu,
.page-get #nav a.cur-get,
.page-members #nav a.cur-mem,
.page-news #nav a.cur-news {
	color:#336699;
	font-weight:600;
}
#nav a:hover {
	color:#336699;
}
#nav.fixed {
	position:fixed;
	top:0px;
}
#nav.scroll {
	position:relative;
	top:0px;
}
@media screen and (max-width:600px){
    .branding {
        padding-top: 20px;
    }
}
/*Structure*/
.section {
    width: 100%;
	max-width:960px;
	margin:0px auto;
	padding:20px 0px;
	color:#fff;
	min-height:130px;
	clear:both;
}
.section-header {
	width:180px;
	float:left;
}
.section-content {
	padding-top: 22px;
	padding-left: 210px;
}
.section-content a {
    text-decoration: underline;
}
.clearfix {
	clear:both;
}
iframe {
    max-width: 100%;
}
.video-wrapper video {
    width: 100%;
    max-width: 100%;
}
@media screen and (max-width:800px){
    #nav {
        height: auto;
        line-height: normal;
        padding: 10px;
    }
    .section-header {
        width:100%;
        float:none;
        padding: 20px 20px 1px;
        box-sizing: border-box;
    }
    .section-content {
        padding-top: 22px;
        padding-left: 20px;
        padding-right: 20px;

    }
}
/*Colour Blocks*/
.navy-wrap {
	background-color:#2A2D3B;
	background-image:url(images/bg-navy.jpg);
}
.blue-wrap {
	background-color:#336699;
	background-image:url(images/bg-blue.jpg);
}
.grey-wrap {
	background-color:#4D4D4D;
}
.yellow-wrap {
	background-color:#FBB03B;
    color: #333;
}
.yellow-wrap h2,
.yellow-wrap h3,
.yellow-wrap h4,
.yellow-wrap li,
.yellow-wrap a,
.yellow-wrap blockquote,
.yellow-wrap p {
    color: #333;
}

/*Specif Content*/
#slideshow {
	padding:15px 0px;
	height:325px;
	
}
#slideshow .txt{
    width:40%;
	max-width:380px;
	float:left;
	text-align:center;
	padding:25px;
	font-size:19px;
}
#slideshow .txt p {
	font-size:19px;
}
#slideshow #photos{
	 width:53%;
	max-width:505px;
	height:325px;
	float:right;
	position:relative;
	overflow:hidden;
}
#slideshow .photo {
    width:100%;
	height:325px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	font-size:17px;
	z-index:100;
}

#slideshow img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
	border:5px solid #fff;
}
.midline {
	background-image:url(images/mid-line.png);
	background-position:center center;
	background-repeat:no-repeat;
}
@media screen and (max-width:600px){
    #slideshow {
        height: auto;
    }
    #slideshow #photos,
    #slideshow .txt{
        width: 100%;
        float: none;
        box-sizing: border-box;
    }
    #slideshow #photos {
        
    }
}
/*Aims slideshow*/
#aims {
	max-width:380px;
	height:100px;
	overflow:hidden;
	position:relative;
}
#aims .aim {
	max-width:380px;
	height:120px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:0px;
	font-size:17px;
	z-index:100;
}
#aims .aim,
#photos .photo  {
	-webkit-transition-duration: 200ms;
	-webkit-transition-property: opacity, visibility;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 200ms;
	-moz-transition-property: opacity, visibility;
	-moz-transition-timing-function: ease;
}
#aims .aim,
#photos .photo {
	opacity: 0;
	visibility: hidden;
	color:#fbb03b;
}
#aims #aim-1.aim,
#photos #photo-1.photo {
	opacity: 1;
	visibility: visible;
}
/*The Nav*/
.aim-nav {
	padding-top:15px;
	padding-left:100px;
}
.aim-nav ul {
	list-style-type: none;
	margin: 0;
}
.aim-nav li {
	float: left;
	margin: 0 6px;
	width:12px;
}
.aim-nav a {
	background: #fefefe;
	background: rgba(255,255,255,0.5);
	display: block;
	width: 12px;
	height: 12px;
	line-height:12px;
	text-align:center;
	border-radius:6px;
	color:#333;
	text-decoration:none;
	font-size:10px;
}
.aim-nav a.active {
	background: #fbb03b;
	cursor: default;
	opacity: 1;
}
/*Members*/
.news-feed {
	background-image:url(images/bg-members.jpg);
	background-position:bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}
#members .section {
	padding-bottom:5px;
}
.mems-table-pres,
.mems-table-coms {
	width:340px;
	float:left;
	margin-right:30px;
}
.mems-table-pres td {
	padding-bottom:15px;
}
.grey-wrap.members{
	background-image:url(images/bg-national.jpg);
	background-position:center center;
         background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}
/*Events*/
#events {
	min-height:40px;
}
#events a {
	color:#FFF;
}
#events a:hover {
	text-decoration:underline;
}
/*News*/
.news-summary {
	width:348px;
	float:left;
}
.news-summary a {
	color:#FEF2D6;
}
.news-summary img {
	border:4px solid #fff;
	margin-top:-12px;
}
.news-summary.first {
	margin-right:50px;
}
.news-summary h4 {
	font-weight:600;
	margin:0px 0px 15px;
	font-size:19px;
	line-height:normal;
}
/* Get Involved*/
.getlist li {
	margin-bottom:15px;
}
/*Gallery*/
#gallery img,
.gallery img {
	border:4px solid #FFF;
	margin-right:5px;
    margin-bottom: 5px;
    width:240px;
	height:200px;
    object-fit: cover;
    object-position: center top;
    box-sizing: border-box;
}
#gallery  img:hover,
.gallery img:hover {
	border-color:#fbb03b;
}
/*Eduction*/
.imgright {
	float:right;
	margin:0px 0px 10px 40px;
	border:4px solid #fff;
    max-width: 100%;
height: auto;
}
.split {
	clear:both;
	border-bottom:1px dotted #427dad;
	padding-top:5px;
	margin-bottom:10px;
}
.file-type {
	color: #767D9E;
}
.news-split {
	clear:both;
	border-bottom:4px solid #2d5b88;
	padding-top:15px;
	margin-bottom:15px;
}
.video-wrapper {
	max-width:520px;
	margin:0px auto;
}
.cs-vid-wrap {
	background-color:#111E2F;
}
.audio-player {
	float:none;
	margin:0px 0px 0px 10px;
	display:block;
	min-height:20px;
}
.audio-player p {
	background-color:#111E2F;
	padding:5px;
}
audio {
	margin-bottom:10px;
}
.small {
	font-size:13px;
	color:#DBDBDB;
}
/*Footer*/
#footer {
	border-top:17px solid #E6E6E6;
	font-size:12px;
	color:#808080;
	font-weight:300;
}
#footer .wrap {
	border-top:1px solid #CCCCCC;
	padding:20px 20px 50px;
}
#footer .txt {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
	max-width:650px;
	padding-left:210px;
	text-align:left;
	margin:0px auto;
}
#footer img {
	float:left;
	margin-right:10px;
}
#footer h4 {
	font-family: 'Great Vibes', cursive;
	font-weight:normal;
	font-size:24px;
	margin-top:15px;
	color:#4D4D4D;
}
#footer p {
	font-size:13px;
	
}
@media screen and (max-width:800px){
    #footer .txt {
        padding: 20px;
    }
}