@charset "UTF-8";

/*
    font-family: 'Quattrocento Sans', sans-serif;       (normal: 400)
    font-family: 'Raleway', sans-serif;     (normal: 400, semi-bold: 600, bold: 700)
    Unsure if we need italic faces too?    
*/

body {
	color: #393636;
	-webkit-text-size-adjust: 100%;
	font-family: 'Raleway', sans-serif;
}
a {
	text-decoration: none;
	color: #3B5A97;
	font-weight: 600;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
.clear {
	clear: both;
	height: 1px;
}
.clearfix:after {
	  content: "";
	  display: table;
	  clear: both;
}
.nowrap {
	white-space: nowrap;
}
strong {
	font-weight: 700;
	color: #000000;
}
/* Probably disable italic, rather than load those font faces? */
em {
    font-style: italic;
}


/* Main Structure */

div.sitecontainer {
    width: 960px;
    margin: 0 auto 0;
}
header {
    width: 100%;
}
nav.main {
    width: 100%;
    height: 60px;
}
section.main {
    width: 90%;
    padding: 0 5% 50px 5%;
    min-height: 550px;
}
nav.services {
    width: 30%;
/*  min-height: 600px; */
    float: left;
    margin-top: 40px;
}
nav.services nav.mobilesubmenu {
    display: none; 
}
section.services {
    width: 67%;
    padding-bottom: 50px;
    min-height: 550px;
    float: left;
}
footer {
    width: 100%;
    height: 120px;
}


/* Header */

div.header_left {
    float: left;
}
/*
div.header_left img.sixtymobile {
    display: none;
}
*/
div.header_right {
    width: 400px;
    margin-right: 10px;
    height: 180px;
    float: right;
    text-align: right;
}
div.header_buttons1 {
    width: 85%;
    height: 65px;
    float: left;
}
div.header_buttons1 a.button {
    display: block;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 125px;
    height: 28px;
   	font-weight: 400;
   	font-size: 1.20em;
    border-radius: 5px;
    background-color: #84A63E;
    padding-top: 10px;
    float: left;
    margin: 15px 5px 0 5px;
}
div.header_buttons1 a.button:first-of-type {
    margin-left: 70px;
}
div.header_buttons1 a.button:hover, div.header_buttons1 a.button.selected {
    text-decoration: none;
    background-color: #B41F5F;
}
div.header_buttons2 {
    width: 15%;
    height: 65px;
    float: right;
}
div.header_right .logos {
    float: right;
    min-width: 150px;
    margin-top: 10px;
}


/* Main Navigation */

nav.main ul {
    padding: 10px 0 0 8px;
}
nav.main li {
    display: inline;
    margin: 0 3px 0 3px;
}
nav.main li a {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: 125px;
    height: 28px;
   	font-weight: 400;
   	font-size: 1.20em;
    border-radius: 5px;
    background-color: #3B5A97;
    padding-top: 10px;
    margin: 0;
}
nav.main li:hover, nav.main li.selected {
    background-color: #B41F5F;
}
nav.main li a:hover, nav.main li a.selected {
    text-decoration: none;
    background-color: #B41F5F;
}
div.menu-btn {
    font-family: 'helvetica', sans-serif;
    display: none;
}
nav.pushy {
    display: none;
}


/* Main Content */

section.main {
    padding-top: 40px;
}
section.main h1 {
    text-transform: uppercase;
    color: #B41F5F;
    font-size: 2.00em;
    font-weight: 600;
    margin-bottom: 25px;
}
section.main h2 {
    color: #84A63E;
    font-size: 1.80em;
    font-weight: 600;
    margin-bottom: 25px;
}
section.main p {
    font-size: 1.10em;
    line-height: 2.00em;
    margin-bottom: 25px;
}
section.main.home h4 {
    color: #84A63E;
    font-size: 1.50em;
    font-weight: 400;
    margin: 15px 0 20px 0;
    width: 50%;
    float: left;
}
section.main.home h4:nth-of-type(2) {
    width: 49%;
    padding-left: 1%;
}
section.main.home h4 a {
    color: #B41F5F;
    font-weight: 400;
    white-space: nowrap;
}
section.main.home h4 a:hover {
    text-decoration: none;
}
section.main.home div.panel {
    background-color: #B41F5F;
    width: 49%;
    margin: 0 1% 20px 0;
    height: 170px;
    float: left;
    border-radius: 5px;
}
section.main.home div.panel:nth-of-type(2),
section.main.home div.panel:nth-of-type(3) {
    background-color: #84A63E;
}
section.main.home div.panel:nth-of-type(2),
section.main.home div.panel:nth-of-type(4) {
    margin: 0 0 20px 1%;
}
section.main.home div.panel h3 {
    color: #ffffff;
    text-transform: uppercase;
    padding: 40px 0 0 25px;
    font-size: 2.30em;
    font-weight: 400;
}
div.panel p {
    color: #ffffff;
    text-transform: uppercase;
    padding: 20px 0 0 25px;
    font-size: 1.60em;
    font-weight: 400;
}
div.panel a {
    display: block;
    width: 100%;
    height: 100%;
}
div.panel a:hover {
    text-decoration: none;
}
div.panel img {
    float: right;
    padding: 14px 14px 0 0;
}
section.services h3 {
    color: #84A63E;
    font-size: 1.35em;
    font-weight: 600;
    padding-top: 10px;
    margin-bottom: 25px;
}


/* Footer */

footer {
    font-family: 'Quattrocento Sans', sans-serif;
    font-size: 0.95em;
}
div.footertext {
    height: 40px;
    border-top: solid #84A63E 4px;
    border-bottom: solid #84A63E 4px;
}
div.footertext p {
    margin: 12px 0 0 10px;
    line-height: 1.20em;
}
footer p.website {
    margin: 12px 0 0 10px;
    float: left;
}
footer p.website a, footer p.sitemap a {
    font-weight: normal;
    color: #393636;
}
footer p.website a:hover, footer p.sitemap a:hover {
    text-decoration: none;
    color: #B41F5F;
}
footer p.copyright {
    margin: 12px 0 0 130px;
    float: left;
}
footer p.sitemap {
    margin: 12px 0 0 130px;
    float: left;
}
footer img {
    float: right;
    margin: 12px 20px 0 0;
}


/* Services Navigation */

nav.services a.servicesbutton {
    display: block;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 125px;
    height: 28px;
   	font-weight: 400;
   	font-size: 1.20em;
    border-radius: 5px;
    background-color: #B41F5F;
    padding-top: 10px;
    margin: 0 0 0 10px;
}
nav.services a.servicesbutton:hover {
    text-decoration: none;
    color: #ffffff;
}
nav.services ul {
    margin: 20px 0 0 28px;
}
nav.services li {
    padding-bottom: 24px;
}
nav.services a {
    color: #3B5A97;
    text-transform: uppercase;
    font-size: 1.10em;
    font-weight: 600;
}
nav.services a:hover, nav.services a.selected, aside.addressblock2 a:hover {
    color: #B41F5F;
    text-decoration: none;
}
nav.services a.backbutton {
    display: block;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    width: 175px;
    height: 28px;
   	font-weight: 400;
   	font-size: 1.20em;
    border-radius: 5px;
    background-color: #84A63E;
    padding-top: 10px;
    margin: 10px 0 0 10px;
}
aside.addressblock {
    width: 190px;
    margin: 30px 0 40px 3px;
}
aside.addressblock2 {
    width: 100%;
    margin: 30px 0 30px 0;
    display: none;
}
aside.addressblock p, aside.addressblock2 p {
    text-align: center;
    line-height: 1.70em;
    font-weight: 600;
    font-size: 0.90em;
}
aside.addressblock2 p {
    text-align: left;
    margin-left: 4%;
}
aside.addressblock p:nth-of-type(1), aside.addressblock2 p:nth-of-type(1),
aside.addressblock p:nth-of-type(3), aside.addressblock2 p:nth-of-type(3) {
    color: #B41F5F;
    font-size: 1.00em;
}
aside.addressblock p:nth-of-type(2), aside.addressblock2 p:nth-of-type(2) {
    padding-bottom: 10px;
}
aside.addressblock p a, aside.addressblock2 p a {
    text-transform: none;
    font-weight: 600;
    color: #393636;
}


/* Services Content */

section.services {
    margin: 40px 0 30px 0;
}
section.services h1 {
    text-transform: uppercase;
    color: #B41F5F;
    font-size: 2.00em;
    font-weight: 600;
    margin: 0 0 25px 0;
}
section.services h2 {
    color: #84A63E;
    font-size: 1.80em;
    font-weight: 600;
    margin: 0 0 25px 0;
}
section.services p {
    font-size: 1.10em;
    line-height: 2.00em;
    margin: 0 0 25px 0;
}
section.services ul {
    list-style-type: disc;
    margin: 0 0 25px 20px;
}
section.services li {
    font-size: 1.10em;
    line-height: 2.00em;
    
}

/* Images in page content */

section figure.full, #content figure.inline {
	margin-left: 0;
	margin-right: 0;
}
section figure.full figcaption {
	font-size: 0.75em;
}
section figure.pull-left {
	margin: 14px 20px 14px 0;
	float: left;
}
section figure.pull-right {
	margin: 14px 0 14px 20px;
	float: right;
}
section.services img.bottomimage {
	margin: 0 20px 14px 0;
	float: left;   
}
section.services img.bottomimage:nth-of-type(3n) {
    margin-right: 0;
}


/* Events page */

div.event {
    padding-bottom: 35px;
    clear: right;
}
div.events img.eventimage {
    border-radius: 10px;
    float: right;
    margin: 0 0 15px 15px;
}
div.events h2 {
    color: #B41F5F;
    font-size: 1.40em;
    font-weight: 600;
    margin: 10px 0 10px 0;
    text-transform: uppercase;
}
div.events p {
    padding: 0;
    margin-bottom: 0;
}
div.events p.eventdatetime {
    line-height: 1.20em;
    font-weight: 600;
}
div.events p.eventlocation {
    font-weight: 600;
}
div.events p.eventdescription {
    line-height: 1.50em;
}
section.main div.events p {
    line-height: 1.50em;
}


/* Resources page */

div.resource {
    padding-bottom: 10px;
    clear: right;
}
div.resource h2 {
	margin-bottom: 10px;
	}

div.resource p.resourcedate {
    line-height: 1.20em;
    font-weight: 600;
	margin: 0; padding: 0;
}
div.resource p.resourcefile {
    font-weight: 600;
	margin: 0; padding: 0;
}
section.services div.resource p.resourcedescription,
section.services div.resource p.resourcedescription p {
    line-height: 1.00em;
	margin: 0; padding: 0;
}


/* News page */

div.news {
    clear: both;
}
div.news img.newsimage {
    border-radius: 10px;
    float: right;
    margin: 0 0 15px 15px;
}
div.news h2 {
    color: #B41F5F;
    font-size: 1.40em;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
}
div.news div.newsitem p {
    line-height: 1.50em;
    padding: 0;
    margin-bottom: 15px;
}
div.news div.newsimages {
    margin-top: 10px;
    padding: 0 0 40px 0;
}
div.news img.newsimage2, div.news img.newsimage3, div.news img.newsimage4, div.news img.newsimage5 {
	margin: 0 20px 14px 0;
	float: left;   
}
div.news img.newsimage5 {
    margin-right: 0;
}


/* Links page */

div.links p {
    line-height: 1.00em;
    margin: 20px 0 0 0;
}
div.links p.desc {
    font-size: 90%;
    margin-top: 5px;
}


/* SiteMap */

div.sitemap {
    font-size: 115%;
}
div.sitemap ul li {
    margin: 10px 0 0 20px;
    list-style-type: disc;
}
div.sitemap ul li ul {
    margin-left: 20px;
}
