@import 'reset.css';
@import 'font.css';
@import 'font-awesome.min.css';

/* ------------------------------ */
/* Main site wrapper (this can be broken in and out of if required) */
/* ------------------------------ */

html {
    font-size: 10px;
}

body {
    font-size: 1.4rem;
    line-height: 1.462;
    font-family: Arial, sans-serif;
    min-width: 1200px;
    max-width: 100%;
    color: #555555;
}

.wrapper {
	width:1200px;
	margin:0 auto;
}

.siteOuterWrapper {
	max-width: 100%;
	margin: 0px auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	padding-bottom:  108px;
}

@media only screen
and (min-width : 0px)
and (max-width : 990px) {

	#responsive .siteOuterWrapper {
		padding-bottom:  0;
		overflow: hidden;
	}

}

.siteInnerWrapper {
	width: 100%;
}

@media only screen
and (min-width : 0px)
and (max-width : 1060px) {

	.wrapper {
		width: 97%;
	}

}

@media only screen
and (min-width : 0px)
and (max-width : 568px) {

	body {
		min-width: 100%;
		max-width: 100%;
	}

}

@media only screen
and (min-width : 0px)
and (max-width : 568px) {

  /* Set all grid elements to be 100% */
	#responsive .grid_1, #responsive .grid_2, #responsive .grid_3, #responsive .grid_4, #responsive .grid_5, #responsive .grid_6, #responsive .grid_7, #responsive .grid_8, #responsive .grid_9, #responsive .grid_10, #responsive .grid_11, #responsive .grid_12 {
		width: 100%;
	}

}

/* ------------------------------ */
/* Typography */
/* ------------------------------ */

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

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.5em 0;
    font-weight: 400;
	clear:both;
}

h1 {
	font-size: 2.4rem;
	line-height: 1.192em;
	margin: 0 0 0.5em 0;
    color: #474972;
    text-transform: uppercase;
}

h2 {
	font-size: 1.8rem;
	margin: 0 0 0.5em 0;
    text-transform: uppercase;
    font-weight: 600;
}

h3 {
	font-size: 1.6rem;
	margin: 0 0 0.5em 0;
    font-weight: 600;
}

h4 {
	font-size: 1.4rem;
	margin: 0 0 0.5em 0;
}

h5, h6 {
	font-size: 1.2rem;
	margin: 0 0 0.5em 0;
}

html, button, input, select, textarea {
	color: #333;
}

/* ------------------------------ */
/* Site Logo */
/* ------------------------------ */

.logo {
	float:left;
	display:inline;
	padding:0;
}

@media only screen
and (min-width : 0px)
and (max-width : 640px) {


}

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

#header {
	padding: 20px 0;
	z-index:5000;
	position:relative;
	width: 100%;
    background: url('../images/layout/colourBar.jpg') no-repeat top center;
}


.logo {
    float: left;
    padding: 2em 0;
}

.topNav {
    float: right;
    margin-top: 10px;
    text-align: right;
    position: relative;
}

.topNav ul {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.topNav li {
    float: left;
    margin-right: 1.5rem;
}

.userLogin {
    float: right;
}

.contactList i {
    font-size: 16px;
    margin-right: 0.25em;
}

/* ------------------------------ */
/* Nav */
/* ------------------------------ */

.navWrap {
    float: left;
    width: 100%;
    border-bottom: 12px solid #474972;
}

.nav {
    list-style: none;
    margin-bottom: 0;
}

.nav li {
    float: left;
    margin-right: 10px;
    max-width: 150px;
}

.nav li a {
    font-family: 'open_sans', Arial, sans-serif;
    display: block;
    background: #717396;
    color: #fff;
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 10px 34px;
    text-align: center;
    height: 53px;
     -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav #myMenu_1_a {
    width: 58px;
    padding: 0;
    line-height: 54px;
    font-size: 2.4rem;
}

.nav li:last-of-type {
    margin-right: 0;
}

.nav li a:hover,
.nav li a.active {
    background: #474972;
}

#search {
    margin-right: 0;
    margin-bottom: 0;
}

#search input.text {
    float: left;
    width: 80%;
}

#search .button {
    background: #d0d0d4;
    margin: 0;
    padding: 0;
    border: 1px solid #d0d0d4;
    width: 19%;
    text-align: center;
    font-size: 18px;
    color: #474972;
    text-indent: -2px;
    border-radius: 0;
}


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

#copyright {
    font-family: 'open_sans', Arial, sans-serif;
    font-size: 1.2rem;
}

#copyright img {
    max-width: 10%;
    margin-right: 0.75em;
    margin-bottom: -0.5em;
}

#credits {
    margin-right: 0;
    font-family: 'open_sans', Arial, sans-serif;
    font-size: 1.2rem;
    text-align: right;
}

.footerLinks {
    background: #f1f1f1;
}

.footerLinks > a:last-of-type, .footerLinks > div:last-of-type {
    margin-right: 0;
}

.footerLinks > a, .footerLinks > div {
    color: #696969;
    padding: 2.5em 2em;
    margin-bottom: 0;
    position: relative;
}

.footerLinks > a:hover {
    color: #717396;
}

.footerLinks > a:before, .footerLinks > div:before {
    content:"";
    position: absolute;
    right: 0;
    top: 10%;
    height: 80%;
    width: 1px;
    background: #d7d7d7;
    z-index: 100;
}

.footerLinks > a:last-of-type:before {
    display: none;
}

.footerLinks i {
    float: left;
    font-size: 59px;
    color: #9f9f9f;
    line-height: 0.8;
}

.footerLinks .linkContent {
    float: left;
    margin-left: 2rem;
}

.footerLinks .linkContent h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 400;
}

.footerLinks .linkContentWidth {
    width: 17em;
}


/* ------------------------------ */
/* Latest News */
/* ------------------------------ */

.latestNews {
    background: #fa3c3e;
    margin: 2% 0 0 0;
    color: #fff;
    height: 50px;
}

.latestNews h3 {
    float: left;
    height: 50px;
    line-height: 50px;
    background: #de2b2d;
    text-transform: uppercase;
    font-size: 1.4rem;
    padding: 0 1.2rem;
    position: relative;
}

.latestNews h3:after {
    position: absolute;
    content: "";
    width: 0;
	height: 0;
    top: 17px;
    right: -10px;
	border-top: 8px solid transparent;
	border-left: 10px solid #de2b2d;
	border-bottom: 8px solid transparent;
}


.newsTicker {
    float: left;
    width: 70%;
    list-style: none;
    color: #fff;
    margin: 0;
    padding: 0 2rem;
}

.newsTicker li {
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.newsTicker li a {
    color: #fff;
}

.newsControls {
    float: right;
    background: #de2b2d;
    padding: 0 0.75em;
}

.newsControls button {
    float: left;
    width:auto;
    height: 50px;
    line-height: 50px;
    font-size: 3rem;
    color: #9d1315;
    background: transparent;
    border: 0;
}

.newsControls button:hover {
    color: #fff;
}

.newsControls button.pause,
.newsControls button.play {
    font-size: 2rem;
    width: 30px;
    text-align: center;
}

/* ------------------------------ */
/* Content */
/* ------------------------------ */

.content {
    float: left;
    width: 100%;
    padding: 4rem 0;
}

.pageTitle h1 {
    padding-top: 0.5em;
}

.times {
    margin-right: 0;
    text-align: right;
    color: #474972;
}

.blockWrap {
    float: left;
    max-height: 2000px;
    margin-bottom: 2%;
    width: 100%;
}

.blockWrap.tall {
    max-height: auto;
}

.blockWrap.grid_4 {
    width: 32.73333333%;
    margin-right: 0.9%;
    margin-bottom: 10px;
    overflow: hidden;
}


.blockWrap.grid_4:nth-of-type(3n) {
    margin-right: 0;
}

.blockWrap.grid_6:nth-of-type(2n) {
    margin-right: 0;
}

.block {
    float: left;
    width: 100%;
    background: #f1f1f1;
    margin-bottom: 10px;
}

.blockHalf {
    float: left;
    width: 50%;
    background: #f1f1f1;
}

.blockWrap .blockHalf {
    width: 100%;
}

.blockWrap .blockImage + .blockHalf {
    width: 50%;
}

.block:last-of-type {
    margin-bottom: 0;
}

.blockHeader {
    float: left;
    width: 100%;
    height: 80px;
    background: #f1f1f1;
    padding: 20px;
}

.blockHeader h2 {
    float: left;
    width: 68%;
    margin-bottom: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blockHeader .button {
    float: right;
    width: 32%;
    padding: 0.5em 1em;
    font-weight: 600;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blockHeader h2 a {
    color: #fff;
}

.blockContent {
    float: left;
    width: 100%;
    padding: 0 20px;
    height: 204px;
    overflow-y: auto;
}

.blockHalf .blockContent {
    padding: 20px;
}

.blockContent a {
    font-weight: 600;
    color: #717396;
}

.block.tall .blockContent {
    height: 498px;
}

.block.short .blockContent {
    height: 114px;
}

.blockImage {
    float: left;
    width: 50%;
    background: #f1f1f1;
    height: 100%;
}

.blockImage img {
    width: 100%;
    height: 284px;
}

/* Block Colours */

.green {
    background: #88c641;
    color: #fff;
}


.pink {
    background: #cd67ca;
    color: #fff;
}

.purple {
    background: #9363ad;
    color: #fff;
}

.blockContent.purple a, .blockContent.red a, .blockContent.yellow a {
    color: #fff;
}

.yellow {
    background: #f4c248;
    color: #fff;
}

.blue {
    background: #6ecddc;
    color: #fff;
}

.red {
    background: #b71e49;
    color: #fff;
}

.orange {
    background: #f68d60;
    color: #fff;
}

.wjm-purple {
    background: #717396;
    color: #fff;
}


.blockFeed, .blockList {
    list-style: none;
    padding: 20px 0;
    margin: 0;
}

.blockFeed li {
    margin-bottom: 2.5em;
}

.blockFeed li p {
    margin: 0.5em 0;
}

.date {
    font-weight: 600;
}

.author {
    color: #56891c;
}


.blockList li {
    border-bottom: 1px solid #d7d7d7;
    padding: 0.375em 0;
}

.blockList li a {
    float: right;
}

.blockList li:last-of-type {
    border-bottom: 0;
}


.blockControls {
    float: right;
    background: #cacaca;
    background: rgba(0,0,0,0.2);
    padding: 0 0.75em;
}

.blockControls button {
    float: left;
    width:auto;
    height: 34px;
    line-height: 34px;
    font-size: 3rem;
    color: #727272;
    color: rgba(0,0,0,0.4);
    background: transparent;
    border: 0;
}

.blockControls button:hover {
    color: #fff;
}

.blockControls button.pause,
.blockControls button.play {
    font-size: 2rem;
    width: 30px;
    text-align: center;
}

.sidebar {
    margin-right: 0;
}

.sidebar .block {
    margin-bottom: 20px;
}

.sidebar .blockControls {
    padding: 0;
}

.sidebar .blockContent {
    height: auto;
    max-height: 1000px;
}

.sidebar .socialLink {
    padding: 20px 0;
}

.subNav .blockHeader h2 {
    width: 100%;
}

.subNav ul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 20px 0;
}

.subNav li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

.subNav li a {
    position: relative;
    display: block;
    padding: 0.75em 0;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}

.subNav li a:hover {
   padding-left: 2em;
}

.subNav li a:before {
    position: absolute;
    content: "\f105";
    left: -2em;
    font-family: fontAwesome;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.subNav li a:hover:before {
    left: 1em;
}


/* ------------------------------ */
/* Events Page */
/* ------------------------------ */
.event {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.event:nth-child(4n) {
    clear: left;
}

.event:nth-child(3n) {
    margin-right: 0;
}

.eventImage {
    float: left;
    width: 100%;
}

.eventImage img {
    width: 100%;
    max-width: none;
}

.eventHeader {
    float: left;
    width: 100%;
    height: 70px;
    max-height: 70px;
    padding: 10px 20px;
    display: table;
}

.eventHeader h2 {
    margin-bottom: 0;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    height: 70px;
}

.eventHeader h2 a {
    color: #fff;
}

.eventContent {
    float: left;
    background: #f1f1f1;
    padding: 20px;
    height: 200px;
}

.eventContent .date {
    margin-bottom: 6px;
}

/* ------------------------------ */
/* gallery */
/* ------------------------------ */

.gallery {
    padding: 20px 0;
    border-top: 1px solid #d6d6d6;
}

.album, .albumItem {
    position: relative;
    height: 220px;
    overflow: hidden;
    z-index: 100;
}

.album:nth-of-type(4n),
.albumItem:nth-of-type(4n) {
    margin-right: 0;
}

.album:last-of-type {
    margin-right: 0;
}

.album img, .albumItem img {
    width: 100%;
    height: 100%;
}

.albumDesc {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    padding: 1em;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.album:hover .albumDesc {
    top: 0;
}

.albumFullDesc .date {
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: 1em;
}

.albumItem:before {
    position: absolute;
    content: "\f00e";
    font-family: fontAwesome;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(71, 73, 114, 0.8);
    z-index: 1000;
    color: #f1f1f1;
    font-size: 3em;
    text-align: center;
    line-height: 220px;
    opacity: 0;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.albumItem.video:before {
    content: "\f01d";
}

.albumItem:hover:before {
    opacity: 1;
}

/* ------------------------------ */
/* Social */
/* ------------------------------ */

.blockContent .socialLink {
    float: left;
    margin-right: 1em;
    font-size: 1em;
    color: #808080;
    text-transform: uppercase;
}

.socialLink i {
    margin-right: 0.25em;
    font-size: 1.75em;
}

.twitter i {
    color: #5ea9dd;
}


/* ------------------------------ */
/* Article List */
/* ------------------------------ */

.sortBy {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #e2dddd;
    border-top: 1px solid #e2dddd;
}

.sortBy h2 {
    float: left;
    margin: 0 20px 0 0;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
}

.sortBy label {
    display: none;
}

.sortBy form {
    float: left;
    margin: 0 20px;
}

/* ------------------------------ */
/* Article Page */
/* ------------------------------ */

.articleTitle,
.messageTitle {
    font-size: 2em;
    color: #555555;
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 1px solid #d6d6d6;
}

.article,
.message {
    float: left;
    width: 100%;
    padding: 20px 0;
}

.articleContent,
.messageContent {
    float: left;
    width: 100%;
    padding: 2em 0;
}

.articleContent .date {
    font-size: 1.25em;
    font-weight: normal;
    margin-bottom: 1em;
}


/* ------------------------------ */
/* Message */
/* ------------------------------ */

.messageContent .author,
.messageContent .date {
    float: left;
    margin-right: 2em;
    font-size: 1em;
    font-weight: 600;
    color: #555555;
}

.messageDetails {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.messageTitle {
    padding-right: 20%;
}

.content.message {
    padding: 1em 0;
}



/* ------------------------------ */
/* Overlay Styling */
/* ------------------------------ */

.bgCover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 9000;
    background: #090909;
    background: rgba(0,0,0,0.5);
}

.overlayBox {
    position: fixed;
    z-index: 9100;
    overflow-y: scroll;
    opacity: 0;
    background: #fff;
    padding: 30px;
    max-width: 1160px;
    width: 90%;
    max-height: 85%;
}

.overlayCloseButton {
    position: fixed;
    z-index: 9200;
}

.overlayCloseButton a {
    position: absolute;
    bottom: -98px;
    right: 50px;
    outline: 0;
}

/* ------------------------------ */
/* Polls */
/* ------------------------------ */

.poll {
    float: left;
    padding: 2em 3em;
}

.pollQuestions,
.pollResults {
    list-style: none;
    padding: 0;
    font-size: 0.875em;
}

.pollQuestions li,
.pollResults li {
    float: left;
    width: 100%;
    margin: 0.75em 0;
}

.pollQuestions input[type="radio"] {
    display: none;
}

.pollQuestions label {
    position: relative;
    margin-left: 2em;
    display: block;
    cursor: pointer;
}

.pollQuestions label:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #d0d0d4;
    left: -36px;
    top: 7px;
    border: 1px solid #d0d0d4;
}

.pollQuestions label:after {
    position: absolute;
    content: "";
    font-family: fontAwesome;
    left: -32px;
    top: 8px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 1.125em;
    max-width: 0;
    -o-transition: max-width 0.3s ease;
    -moz-transition: max-width 0.3s ease;
    -webkit-transition: max-width 0.3s ease;
    transition: max-width 0.3s ease;
    overflow: hidden;
}

.pollQuestions input[type="radio"]:checked + label:before {
    background: #717396;
    border: 1px solid #474972;
}


.pollQuestions input[type="radio"]:checked + label:after {
    content: "\f00c";
    max-width: 20px;
}

.pollQuestions input[type="radio"]:checked + label {
    font-weight: 700;
}

.poll button {
    float: right;
    width: auto;
    padding: 0 2em;
    margin: 1em 0;
    border: 0;
    -o-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.poll button:hover {
    background: #474972;
}

.poll .resultBar {
    float: left;
    width: 100%;
    background: #d0d0d4;
    margin: 0.5em 0;
    text-align: right;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    position: relative;
    z-index: 100;
}

.poll .resultBar span {
    float: right;
    padding: 0 1em;
    position: relative;
     z-index: 50;
}

.poll .resultBar .innerBar {
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    z-index: 50;
}

.pollCTA {
    float: left;
    width: 100%;
    background: #f1f1f1;
    padding: 20px;
    color: #555555;
    position: relative;
    margin-bottom: 1.5em;
}

.pollCTA:hover {
    box-shadow: 0 0 6px 0px rgba(0,0,0,0.2),
        inset 0 0 0 1px #dcdcdc;
}

.pollCTA:hover .votes {
    box-shadow: 0 0 6px 0px rgba(0,0,0,0.2);
}

.pollCTA h3 {
    margin: 0;
}

.pollCTA .votes {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10%;
    text-align: center;
    padding-top: 0.875em;
}

/* ------------------------------ */
/* Buttons */
/* ------------------------------ */

.button, .buttonAlt {
	background:rgba(0,0,0,0.1);
	font-size: 1em;
    padding: 1em 2em;
	margin:0;
	color:#fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buttonAlt {
	background:#555;
	color:#fff;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.button:hover,
.buttonAlt:hover {
    background: #474972;
    color: #fff;
}

.button.back i,
.buttonAlt.back i {
    margin: 0 0.5em 0 0;
}

.button.forward i,
.buttonAlt.forward i {
    margin: 0 0 0 0.5em;
}


/* ------------------------------ */
/* Form Styles */
/* ------------------------------ */

.text, textarea, select {
	border:1px solid #ddd;
}

.row .text {
	width: 100%;
}

input[type="text"],
input[type="email"],
input[type="search"],
button {
    height: 42px;
    line-height: 42px;
    width: 100%;
    border: 1px solid #c6c6cc;
}

/* ------------------------------ */
/* Google Map */
/* ------------------------------ */

.map {
	width: 100%;
	height: 360px;
}

/* ------------------------------ */
/* Breadcrumbs */
/* ------------------------------ */

.breadcrumbs {
	margin:0 0 15px;
	padding:15px 0;
}

.breadcrumbs li {
	float:left;
	display:inline;
}

.breadcrumbs li a {
	display:block;
	padding:0px 10px;
}

.breadcrumbs li:first-child a {
	padding-left:0;
}

/* ------------------------------ */
/* Jquery Select Box */
/* ------------------------------ */

.sbHolder {
    background-color: #fff;
    font-weight: 400;
    height: 45px;
    position: relative;
    width: 100%;
    z-index: 999;
    min-width: 260px;
    font-size: 15px;
}

.formInline .sbHolder {
	float: left;
	width: 70%;
}

.sbSelector {
	display: block;
	height: 100%;
	left: 0;
	line-height: 45px;
	outline: none;
	overflow: hidden;
	position: absolute;
	text-indent: 10px;
	top: 0;
	width: 100%;
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
	color: #6f7d88;
	outline: none;
	text-decoration: none;
}

.sbToggle {
	display: block;
	height: 100%;
	outline: none;
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	text-align: center;
	line-height: 45px;
    background: #F7F7F7;
    color: #6f7d88;
    font-size: 22px;
}

.sbHolderDisabled {
	background-color: #3C3C3C;
	border: solid 1px #ddd;
}

.sbOptions {
	background-color: #fff;
	border: solid 1px #ddd;
	list-style: none;
	left: -1px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	width: 100%;
    z-index: 999;
	overflow:hidden;
}

.sbOptions li {
	padding: 0 7px;
	position: relative;
	z-index: 999;
}

.sbOptions a {
	border-bottom: solid 1px #ddd;
	display: block;
	outline: none;
	padding: 7px 0 7px 3px;
}

.sbOptions a:link, .sbOptions a:visited {
	color: #bcbcbc;
	text-decoration: none;
}

.sbOptions a:hover, .sbOptions a:focus, .sbOptions a.sbFocus {
	color: #6f7d88;
}

.sbOptions li.last a, .sbOptions li:last-child a {
	border-bottom: none;
}

.sbOptions .sbDisabled {
	border-bottom: solid 1px #ddd;
	color: #dadada;
	display: block;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
	border-bottom: solid 1px #ddd;
	color: #6f7d88;
	display: block;
	font-weight: bold;
	padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
	padding-left: 17px;
}

/* ------------------------------ */
/* Pagination */
/* ------------------------------ */

.pagination {
	clear:both;
	float:left;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #e2dddd;
    border-top: 1px solid #e2dddd;
    text-align: center;
}

.paginationnumbers {
    height: 34px;
    line-height: 34px;
    margin-right: 2em;

}

.pagination li {
    float: none;
    display: inline-block;
    margin-bottom: 0;
}

.pagination li a {
	font-size: 14px;
	margin-right: 5px;
	padding:10px 15px;
	cursor:pointer;
	display: block;
    border-radius: 4px;
    background: #88c641;
    color: #fff;
}

.pagination li.active a {
	background: #fea714;
}

.pagination li:hover a {
	 background: #7db63d;
}


.pagination .dots {
	padding:5px 10px;
}

.paginumberorder form {
	float: right;
	margin-left:10px;
}
/* ------------------------------ */
/* Helper Classes */
/* ------------------------------ */

.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;
}

.invisible {
  visibility: hidden;
}

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
}

b {
  font-weight: bold;
}


/* ------------------------------ */
/* Login Page */
/* ------------------------------ */

.content.signin {
    padding-top: 0;
}

.loginArea {
    float: left;
    width: 100%;
    background: url("/sites/wjm/images/layout/login-bg.jpg");
    height: 500px;
    position: relative;
    border-top: 4px solid #444774;
}

.loginTitle {
    color: #fff;
    margin-bottom: 1em;
}

.mainCol.signin {
    float: left;
    padding: 3em;
    background: #474972;
    background: rgba(71,73,114, 0.98);
    color: #fff;
    position: absolute;
    top: 22%;
}

.signin form .row label {
    float: left;
    width: 30%;
    padding: 0.75em 0;

}

.signin form .row input {
    float: left;
    width: 65%;
    margin-left: 5%;
}

.signin form .row .passwordReset {
    float: left;
    width: 30%;
    padding: 0.75em 0;
}

.signin form .row .passwordReset a {
    color: #fff;
    text-decoration: underline;
}

.signin form .row .buttonAlt {
    float: right;
    width: 65%;
    background: #f1f1f1;
    color: #696969;
    font-size: 1.25em;
}

.signin form .row .buttonAlt:hover {
    color: #fff;
    background: #555;
    border-color: #555;
}


/*
 * Nivo Lightbox v1.2.0
 * http://dev7studios.com/nivo-lightbox
 *
 * Copyright 2013, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */

.nivo-lightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
	visibility: visible;
	opacity: 1;
}
.nivo-lightbox-wrap  {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 10%;
	right: 10%;
}
.nivo-lightbox-content {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-title-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
	text-align: center;
}
.nivo-lightbox-nav { display: none; }
.nivo-lightbox-prev {
	position: absolute;
	top: 50%;
	left: 0;
}
.nivo-lightbox-next {
	position: absolute;
	top: 50%;
	right: 0;
}
.nivo-lightbox-close {
	position: absolute;
	top: 2%;
	right: 2%;
}

.nivo-lightbox-image { text-align: center; }
.nivo-lightbox-image img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.nivo-lightbox-content iframe {
	width: 100%;
	height: 100%;
}
.nivo-lightbox-inline,
.nivo-lightbox-ajax {
	max-height: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}
.nivo-lightbox-error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}
.nivo-lightbox-error p {
	display: table-cell;
	vertical-align: middle;
}

/* Effects
 **********************************************/
.nivo-lightbox-notouch .nivo-lightbox-effect-fade,
.nivo-lightbox-notouch .nivo-lightbox-effect-fadeScale,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideLeft,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideRight,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideUp,
.nivo-lightbox-notouch .nivo-lightbox-effect-slideDown,
.nivo-lightbox-notouch .nivo-lightbox-effect-fall {
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}

/* fadeScale */
.nivo-lightbox-effect-fadeScale .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	-webkit-transform: scale(0.7);
	   -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	        transform: scale(0.7);
}
.nivo-lightbox-effect-fadeScale.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: scale(1);
	   -moz-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* slideLeft / slideRight / slideUp / slideDown */
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	   -moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	    -ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	     -o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	        transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.nivo-lightbox-effect-slideLeft .nivo-lightbox-wrap {
	-webkit-transform: translateX(-10%);
	   -moz-transform: translateX(-10%);
	    -ms-transform: translateX(-10%);
	        transform: translateX(-10%);
}
.nivo-lightbox-effect-slideRight .nivo-lightbox-wrap {
	-webkit-transform: translateX(10%);
	   -moz-transform: translateX(10%);
	    -ms-transform: translateX(10%);
	        transform: translateX(10%);
}
.nivo-lightbox-effect-slideLeft.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideRight.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateX(0);
	   -moz-transform: translateX(0);
	    -ms-transform: translateX(0);
	        transform: translateX(0);
}
.nivo-lightbox-effect-slideDown .nivo-lightbox-wrap {
	-webkit-transform: translateY(-10%);
	   -moz-transform: translateY(-10%);
	    -ms-transform: translateY(-10%);
	        transform: translateY(-10%);
}
.nivo-lightbox-effect-slideUp .nivo-lightbox-wrap {
	-webkit-transform: translateY(10%);
	   -moz-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.nivo-lightbox-effect-slideUp.nivo-lightbox-open .nivo-lightbox-wrap,
.nivo-lightbox-effect-slideDown.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateY(0);
	   -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

/* fall */
.nivo-lightbox-body-effect-fall .nivo-lightbox-effect-fall {
	-webkit-perspective: 1000px;
	   -moz-perspective: 1000px;
	        perspective: 1000px;
}
.nivo-lightbox-effect-fall .nivo-lightbox-wrap {
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
	     -o-transition: all 0.3s ease-out;
	        transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	   -moz-transform: translateZ(300px);
	    -ms-transform: translateZ(300px);
	        transform: translateZ(300px);
}
.nivo-lightbox-effect-fall.nivo-lightbox-open .nivo-lightbox-wrap {
	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
	    -ms-transform: translateZ(0);
	        transform: translateZ(0);
}

button.buttonAlt {
    padding: 0;
}

input[type="password"] {
  height: 42px;
  line-height: 42px;
  width: 100%;
  border: 1px solid #C6C6CC;
}

.mini-preview-anchor {
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.mini-preview-wrapper {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: absolute;
    overflow: hidden;
    z-index: -1;
    opacity: 0;
    margin-top: -4px;
    border: solid 1px #000;
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .3);
    transition: z-index steps(1) .3s, opacity .3s, margin-top .3s;
}

.mini-preview-anchor:hover .mini-preview-wrapper {
    z-index: 2;
    opacity: 1;
    margin-top: 6px;
    transition: opacity .3s, margin-top .3s;
}

.mini-preview-loading, .mini-preview-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.mini-preview-loading {
    display: table;
    height: 100%;
    width: 100%;
    font-size: 1.25rem;
    text-align: center;
    color: #f5ead4;
    background-color: #474972
}

.mini-preview-loading::before {
    content: 'Loading...';
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.mini-preview-cover {
    background-color: rgba(0, 0, 0, 0); /* IE fix */
}

.mini-preview-frame {
    border: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

     table tr td:first-of-type a
     	{background: url(../images/icons/) no-repeat left 50%;}
    /* icons for file types (icons by famfamfam.) */

     /* images */
     table tr td:first-of-type a[href$=".jpg"],
     table tr td:first-of-type a[href$=".png"],
     table tr td:first-of-type a[href$=".gif"],
     table tr td:first-of-type a[href$=".svg"],
     table tr td:first-of-type a[href$=".jpeg"]
      		{background-image: url(../images/icons/image.png);}

     /* pdfs */
     table tr td:first-of-type a[href$=".pdf"]
     		{background-image: url(../images/icons/pdf.gif);}

     /* zips */
     table tr td:first-of-type a[href$=".zip"]
     		{background-image: url(../images/icons/zip.png);}

     /* css */
     table tr td:first-of-type a[href$=".css"]
     		{background-image: url(../images/icons/css.png);}

     /* docs */
     table tr td:first-of-type a[href$=".doc"],
     table tr td:first-of-type a[href$=".docx"],
     table tr td:first-of-type a[href$=".ppt"],
     table tr td:first-of-type a[href$=".pptx"],
     table tr td:first-of-type a[href$=".pps"],
     table tr td:first-of-type a[href$=".ppsx"],
     table tr td:first-of-type a[href$=".xls"],
     table tr td:first-of-type a[href$=".xlsx"]
     		{background-image: url(../images/icons/office.png)}

     /* videos */
     table tr td:first-of-type a[href$=".avi"],
     table tr td:first-of-type a[href$=".wmv"],
     table tr td:first-of-type a[href$=".mp4"],
     table tr td:first-of-type a[href$=".mov"],
     table tr td:first-of-type a[href$=".m4a"]
     		{background-image: url(../images/icons/video.png);}

     /* audio */
     table tr td:first-of-type a[href$=".mp3"],
     table tr td:first-of-type a[href$=".ogg"],
     table tr td:first-of-type a[href$=".aac"],
     table tr td:first-of-type a[href$=".wma"]
     		{background-image: url(../images/icons/audio.png);}

     /* web pages */
     table tr td:first-of-type a[href$=".html"],
     table tr td:first-of-type a[href$=".xml"]
     		{background-image: url(../images/icons/xml.png);}

     table tr td:first-of-type a[href$=".php"]
     		{background-image: url(../images/icons/php.png);}

     table tr td:first-of-type a[href$=".js"]
     		{background-image: url(../images/icons/script.png);}

     /* directories */
     table tr.dir td:first-of-type a
     		{background-image: url(../images/icons/folder.png);}

/* Core Styles */
.jqueryFileTree LI.directory { background: url(../images/iconsdirectory.png) left top no-repeat; }
.jqueryFileTree LI.expanded { background: url(../images/iconsfolder_open.png) left top no-repeat; }
.jqueryFileTree LI.file { background: url(../images/iconsfile.png) left top no-repeat; }
.jqueryFileTree LI.wait { background: url(../images/iconsspinner.gif) left top no-repeat; }
/* File Extensions*/
.jqueryFileTree LI.ext_3gp { background: url(../images/iconsfilm.png) left top no-repeat; }
.jqueryFileTree LI.ext_afp { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_afpa { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_asp { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_aspx { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_avi { background: url(../images/iconsfilm.png) left top no-repeat; }
.jqueryFileTree LI.ext_bat { background: url(../images/iconsapplication.png) left top no-repeat; }
.jqueryFileTree LI.ext_bmp { background: url(../images/iconspicture.png) left top no-repeat; }
.jqueryFileTree LI.ext_c { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_cfm { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_cgi { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_com { background: url(../images/iconsapplication.png) left top no-repeat; }
.jqueryFileTree LI.ext_cpp { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_css { background: url(../images/iconscss.png) left top no-repeat; }
.jqueryFileTree LI.ext_doc { background: url(../images/iconsdoc.png) left top no-repeat; }
.jqueryFileTree LI.ext_exe { background: url(../images/iconsapplication.png) left top no-repeat; }
.jqueryFileTree LI.ext_gif { background: url(../images/iconspicture.png) left top no-repeat; }
.jqueryFileTree LI.ext_fla { background: url(../images/iconsflash.png) left top no-repeat; }
.jqueryFileTree LI.ext_h { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_htm { background: url(../images/iconshtml.png) left top no-repeat; }
.jqueryFileTree LI.ext_html { background: url(../images/iconshtml.png) left top no-repeat; }
.jqueryFileTree LI.ext_jar { background: url(../images/iconsjava.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpg { background: url(../images/iconspicture.png) left top no-repeat; }
.jqueryFileTree LI.ext_jpeg { background: url(../images/iconspicture.png) left top no-repeat; }
.jqueryFileTree LI.ext_js { background: url(../images/iconsscript.png) left top no-repeat; }
.jqueryFileTree LI.ext_lasso { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_log { background: url(../images/iconstxt.png) left top no-repeat; }
.jqueryFileTree LI.ext_m4p { background: url(../images/iconsmusic.png) left top no-repeat; }
.jqueryFileTree LI.ext_mov { background: url(../images/iconsfilm.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp3 { background: url(../images/iconsmusic.png) left top no-repeat; }
.jqueryFileTree LI.ext_mp4 { background: url(../images/iconsfilm.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpg { background: url(../images/iconsfilm.png) left top no-repeat; }
.jqueryFileTree LI.ext_mpeg { background: url(../images/iconsfilm.png) left top no-repeat; }
.jqueryFileTree LI.ext_ogg { background: url(../images/iconsmusic.png) left top no-repeat; }
.jqueryFileTree LI.ext_pcx { background: url(../images/iconspicture.png) left top no-repeat; }
.jqueryFileTree LI.ext_pdf { background: url(../images/iconspdf.png) left top no-repeat; }
.jqueryFileTree LI.ext_php { background: url(../images/iconsphp.png) left top no-repeat; }
.jqueryFileTree LI.ext_png { background: url(../images/iconspicture.png) left top no-repeat; }
.jqueryFileTree LI.ext_ppt { background: url(../images/iconsppt.png) left top no-repeat; }
.jqueryFileTree LI.ext_psd { background: url(../images/iconspsd.png) left top no-repeat; }
.jqueryFileTree LI.ext_pl { background: url(../images/iconsscript.png) left top no-repeat; }
.jqueryFileTree LI.ext_py { background: url(../images/iconsscript.png) left top no-repeat; }
.jqueryFileTree LI.ext_rb { background: url(../images/iconsruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rbx { background: url(../images/iconsruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rhtml { background: url(../images/iconsruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_rpm { background: url(../images/iconslinux.png) left top no-repeat; }
.jqueryFileTree LI.ext_ruby { background: url(../images/iconsruby.png) left top no-repeat; }
.jqueryFileTree LI.ext_sql { background: url(../images/iconsdb.png) left top no-repeat; }
.jqueryFileTree LI.ext_swf { background: url(../images/iconsflash.png) left top no-repeat; }
.jqueryFileTree LI.ext_tif { background: url(../images/iconspicture.png) left top no-repeat; }
.jqueryFileTree LI.ext_tiff { background: url(../images/iconspicture.png) left top no-repeat; }
.jqueryFileTree LI.ext_txt { background: url(../images/iconstxt.png) left top no-repeat; }
.jqueryFileTree LI.ext_vb { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_wav { background: url(../images/iconsmusic.png) left top no-repeat; }
.jqueryFileTree LI.ext_wmv { background: url(../images/iconsfilm.png) left top no-repeat; }
.jqueryFileTree LI.ext_xls { background: url(../images/iconsxls.png) left top no-repeat; }
.jqueryFileTree LI.ext_xml { background: url(../images/iconscode.png) left top no-repeat; }
.jqueryFileTree LI.ext_zip { background: url(../images/iconszip.png) left top no-repeat; }


/* Table Styles */

table {
    margin-bottom:15px;
}

table th {
    background: -moz-linear-gradient(top, #fdfdfd 0%, #e2e7ea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#e2e7ea));
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#e2e7ea 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%,#e2e7ea 100%);
    background: linear-gradient(top, #fdfdfd 0%,#e2e7ea 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%,#e2e7ea 100%);
    font-weight: normal;
    border-bottom: #d0d0d0 solid 1px;
    border-top: #d0d0d0 solid 1px;
    text-decoration: none;
    font-size: 12px;
    color:#444774;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height:30px;
    padding:5px;
}

table th.long {
    width: 30%;
}

table th.short {
    width: 14%;
}

table td.right {

}

table td {
    border-bottom: #ececec solid 1px;
    padding:10px 5px;
}

table td a {
    color: #000;
}

.tableContainer {
    margin-bottom: 30px;
}

ul.folderTree {
    margin-top: 30px;
    padding: 0;
}

ul.folderTree li {
    list-style-type: none;
    position: relative;
    margin-bottom: 5px;
    padding: 2px 0 2px 20px;
}

ul.folderTree ul {
    margin: 0;
}

ul.folderTree ul li {
   padding-left: 20px;
}
ul.folderTree ul {
   padding-left: 5px;
}

ul.folderTree li.isDir span {
    cursor: pointer;
}

ul.folderTree li.isDir:before {
    content: '\f07b';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
}

ul.folderTree li.isDir.open:before {
    content: '\f07c';
}

ul.folderTree li.isFile:before {
    content: '\f15b';
    font-family: 'FontAwesome';
    position: absolute;
    left:0;
}
