﻿/**************************************************************************************************
* 	Notes:        
*           - All references to 'url(../' and 'url(/' replaced with 'url('.
*
**************************************************************************************************/


/*  Import:    main.css
    Location:  http://www.community-tu.org/css/main.css
=====================================================================================================*/

/**************************************************************************************************
* 	Name:			Main CSS
* 	Author:			Joseph Gallagher
* 	Date Created:	28th September 2012
* 	Date Modified:	4th October 2012
**************************************************************************************************/
/**************************************************************************************************
*	Reset browser defaults & HTML5 display-role reset for older browsers (http://meyerweb.com/eric/tools/css/reset/)
**************************************************************************************************/

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;
}

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;
}


/**************************************************************************************************
*	Generic content and layout
**************************************************************************************************/

body {
    background: #fff;
    color: #3c4d5d;
    font: 62.5%/1.4 Tahoma, Geneva, sans-serif;
}

#main {
    clear: both;
    margin: 0 auto;
    max-width: 1280px;
}

#main h1 {
    margin-bottom: 12px;
}

small {
    font-size: .9em;
}

.intro {
    padding: 0 1.2%;
}

#primaryOneColumn .intro, #primaryTwoColumn .intro {
    padding: 0;
}

#primaryThreeColumn img.right,
#primaryTwoColumn img.right,
#primaryOneColumn img.right {
    margin: 12px 0 12px 18px;
}

.intro img {
    float: right;
    margin: 0 0 15px 5%;
    border: #b4c9dc 1px solid;
}

h1 {
    font-size: 2.0em;
    color: #004c99;
}

h2 {
    background: url(images/stitchingHorizontal.png) no-repeat center bottom;
    -moz-background-size: 100% 23px;
    -o-background-size: 100% 23px;
    -webkit-background-size: 100% 23px;
    background-size: 100% 23px;
    padding: 0 0 30px 3%;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 96%;
    font-size: 1.9em;
    color: #5593c9;
}

h3 {
    font-size: 1.6em;
    color: #004c99;
}

#skip-to-content {
    position: absolute;
    top: -3333px;
    left: -3333px;
}

p, table {
    margin: 0 0 1em 0;
    font-size: 1.4em;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

a {
    color: #000;
    text-decoration: underline;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

a:hover {
    text-decoration: none;
}

#content a:visited {
    color: #74746d;
}

abbr {
    border-bottom: 1px dotted;
    cursor: help;
}

img {
    display: block;
    max-width: 100%;
}

input[type=text], textarea, select {
    border: 1px solid #c4c9ce;
}

textarea {
    height: 80px;
    font: 1.2em/1.4 Arial, Helvetica, sans-serif;
}

input[type=submit] {
    border: 0;
    cursor: pointer;
}

.right {
    float: right!important;
}

.left {
    float: left!important;
}

.clear {
    clear: both;
}

/* Removed - 30/01/2014 by Adam
   Causes issues with Modernizr script
*/
/*.video {
    margin: 10px 0 20px 0;
    height: 300px;
}*/

.map {
    border: #bed6ec 2px solid;
    float: right;
    clear: right;
    height: 251px;
    width: 302px;
    margin: 12px 0 12px 18px;
}


@media only screen and (max-width: 945px) {
    .intro {
        padding: 0 3%;
    }

    .map {
        width: 100%;
    }
}

@media only screen and (max-width: 710px) {
    h2 {
        background: url(images/homePodTitleBackground.png) no-repeat center bottom;
        -moz-background-size: 100% 23px;
        -o-background-size: 100% 23px;
        -webkit-background-size: 100% 23px;
        background-size: 100% 23px;
        padding: 0 0 30px 3%;
        margin: 10px 0 0 0;
        display: inline-block;
        width: 96%;
        font-size: 1.9em;
        color: #5593c9;
    }

    .intro {
        padding: 0 5%;
    }
}


/**************************************************************************************************
*	Forms
**************************************************************************************************/

fieldset {
    font-size: 1.4em;
    margin: 15px 0 0 0;
}

fieldset label {
    padding: 0 0 20px 7.3825503356%; /* 0px / 894px - 66px / 894px */
    width: 26.5100671141%; /* 237px / 894px */
    display: inline-block;
    vertical-align: top;
}

fieldset input {
    width: 370px;
    padding: 5px 0;
}

fieldset input.number, select {
    width: 265px;
}

fieldset textarea {
    width: 380px;
}

fieldset span {
    color: #9d0d15;
}

fieldset .button {
    font-size: 1.0em;
    margin: 15px 0 0 33.8926174497%;
    float: left;
}

fieldset .bees {
	display: none;
}

@media only screen and (max-width: 1060px) {
    fieldset input, fieldset textarea {
        width: 310px;
    }

    fieldset input.number, select {
        width: 280px;
    }
}

@media only screen and (max-width: 710px) {
    fieldset {
        margin: 0;
    }

    fieldset label {
        padding: 15px 0 5px 0;
        width: 100%;
    }

    fieldset input {
        width: 99%;
    }

    fieldset input.number {
        width: 99%;
    }

    fieldset select {
        width: 99.5%;
        padding: 5px 2% 5px 0;
    }

    fieldset textarea {
        width: 99%;
    }

    fieldset .button {
        margin: 15px 0 0 0;
    }
}


/**************************************************************************************************
*	Buttons
**************************************************************************************************/
.separated {
    background: url(images/stitchingHorizontal_narrow.png) no-repeat center top;
    -moz-background-size: 100% 23px;
    -o-background-size: 100% 23px;
    -webkit-background-size: 100% 23px;
    background-size: 100% 23px;
    padding: 16px 2%;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 96%;
}

.buttonReadMore {
    background: url(images/buttonReadMore.png) no-repeat 0 0;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    float: right;
    height: 30px;
    width: 104px;
    margin: 0 35px 0 0;
    padding: 8px 25px 0 15px;
    text-decoration: none;
    font-size: 1.4em;
    color: #004c99;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.buttonReadMore:hover {
    background: url(images/buttonReadMore.png) no-repeat 0 -43px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

#secondaryThreeColumn .buttonReadMore {
    float: left;
    margin: 0 0 0 6px;
}

.buttonCampaign {
    background: url(images/buttonCampaign.png) no-repeat 0 0;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    float: right;
    height: 33px;
    width: 142px;
    padding: 15px 25px 0 15px;
    text-decoration: none;
    font-size: 1.4em;
    color: #004c99;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.buttonCampaign:hover {
    background: url(images/buttonCampaign.png) no-repeat 0 -48px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.buttonFollowUs {
    background: url(images/buttonFollowUs.png) no-repeat 0 0;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    text-decoration: none;
    border-bottom: none;
    display: inline-block;
    height: 33px;
    width: 124px;
    margin: 0 0 0 20px;
    padding: 7px 0 0 10px;
    color: #004c99;
    font-size: 1.4em;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.buttonFollowUs:hover {
    background: url(images/buttonFollowUs.png) no-repeat 0 -43px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    border-bottom: none;
}

.buttonGetInvolved {
    background: url(images/stitchingHorizontal.png) no-repeat 0 0;
    -moz-background-size: 100% 23px;
    -o-background-size: 100% 23px;
    -webkit-background-size: 100% 23px;
    background-size: 100% 23px;
    clear: both;
    display: inline-block;
    width: 100%;
    margin: 40px 0 0 0;
}

.buttonYellow {
    margin: 15px 0 0 1%;
}

.buttonYellow a {
    background-image: url(images/buttonYellowLarge_right.png), url(images/buttonYellowLarge_left.png);
    background-position: 100% 0, 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    -moz-background-size: auto 300%;
    -o-background-size: auto 300%;
    -webkit-background-size: auto 300%;
    background-size: auto 300%;
    height: 45px;
    width: 265px;
    padding: 15px 0 0 25px;
    color: #004c99;
    font-size: 1.8em;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-decoration: none;
}

.buttonYellow a:hover {
    background-position: 100% -62px, 0 -62px;
}

.buttonYellow a:active {
    background-position: 100% -124px, 0 -124px;
}


.button {
    background: url(images/buttonGeneric.png) no-repeat 0 0;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    height: 38px;
    width: 120px;
    margin: 10px 0 0 172px;
    font-size: 1.4em;
    color: #004c99;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.button:hover {
    background: url(images/buttonGeneric.png) no-repeat 0 -43px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.feedback .button {
    background: url(images/buttonGeneric.png) no-repeat 0 0;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    float: right;
    height: 38px;
    width: 120px;
    margin: 10px 18.75% 0 0;
    font-size: 1.4em;
    color: #004c99;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.feedback .button:hover {
    background: url(images/buttonGeneric.png) no-repeat 0 -43px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.joinUs {
    background: url(images/buttonJoinUs.png) no-repeat 0 2px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    display: block;
    height: 33px;
    width: 140px;
    padding: 17px 0 0 0;
    position: absolute;
    bottom: 0;
    right: 5%;
    font-size: 1.7em;
    text-align: center;
    text-decoration: none;
    color: #004c99;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

.joinUs:hover {
    background: url(images/buttonJoinUs.png) no-repeat 0 -62px;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
}

.buttonSectionMenu {
    background: url(images/plusMinusSectionMenu.gif) no-repeat 0 5px;
}

.buttonSectionMenu.open {
    background: url(images/plusMinusSectionMenu.gif) no-repeat 0 -11px;
}

@media only screen and (max-width: 945px) {
    .buttonReadMore {
        margin: 0 1.5% 0 0;
    }

    .buttonYellow {
        margin: 15px 0 0 2.5%;
    }
}

@media only screen and (max-width: 710px) {
    .feedback .button {
        margin: 10px -5px 0 0;
    }

    .joinUs {
        background: url(images/buttonYellowSmall.png) no-repeat 0 2px;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        -webkit-background-size: 100%;
        background-size: 100%;
        left: 4.5%;
        right: auto;
        height: 45px;
    }

    .joinUs:hover {
        background: url(images/buttonYellowSmall.png) no-repeat 0 -62px;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .buttonYellow {
        margin: 0 0 15px 0;
    }

    .buttonYellow a {
        width: 225px;
        padding: 15px 0 0 8%;
    }

    .buttonCampaign {
        float: left;
    }
}


/**************************************************************************************************
*	Twitter feeds
**************************************************************************************************/

.twitterFeedFooter {
    background: url(images/twitterBird.png) no-repeat 0 0;
    float: left;
    width: 27%;
    padding: 0 0 0 70px;
    color: #fff;
    font-size: 1.4em;
}

.twitterFeedFooter a {
    color: #bbd3eb;
    text-decoration: none;
    border-bottom: #bbd3eb 2px solid;
}

.twitterFeedFooter a:hover {
    border-bottom: #3c4d5d 2px solid;
}

.tweet_join {
    display: block;
    clear: left;
    margin: 20px 0 0 0;
}

.tweet_time {
    display: block;
    clear: left;
    font-size: 0.85em;
}

.twitterFeedRightHand {
    background: url(images/twitterFeedRightLower.png) no-repeat 0 bottom;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    color: #fff;
    padding: 0;
}

.twitterFeedRightHand h3 {
    background: url(images/twitterFeedRightUpper.png) no-repeat 0 0;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    font-size: 1.9em;
    text-align: right;
    color: #bbd3eb;
    margin: 0;
    padding: 30px 30px 7px 0;
}

.twitterFeedRightHand ul {
    padding: 15px 25px 15px 25px;
}
.twitterFeedRightHand ul li {
    margin-bottom: 18px;
}
.twitterFeedRightHand a {
    color: #bbd3eb;
    text-decoration: none;
    border-bottom: #bbd3eb 2px solid;
}
.twitterFeedRightHand a.tweet_action {
    font-size: 1.2em;
    margin-right: 10px;
}
.twitterFeedRightHand a:hover {
    border-bottom: #3c4d5d 2px solid;
}

.twitterFeedRightHand .tweet_outro {
    font-size: 1.0em;
}

.twitterFeedRightHand .tweet_outro a {
    border-bottom: none;
    color: #004c99;
    padding: 9px 0 0 10px;
}

.twitterFeedRightHand .tweet_text {
    font-size: 1.3em;
}

.twitterFeedRightHand .tweet_time {
    font-size: 1.0em;
    color: #bbd3eb;
    margin: 10px 0 0 0;
}

@media only screen and (max-width: 945px) {
    .twitterFeedFooter {
        background: url(images/twitterBird.png) no-repeat 0 0;
        width: 35%;
        padding: 0 0 0 70px;
    }
}

@media only screen and (max-width: 710px) {
    .twitterFeedRightHand {
        display: none;
    }

    .twitterFeedFooter {
        background: url(images/twitterBirdSmall.png) no-repeat 0 0;
        width: 80%;
        padding: 0 0 0 20%;
        margin: 40px 0 0 0;
    }
}


/**************************************************************************************************
*	Accordion
**************************************************************************************************/

.accordion {
    padding: 0 15px 0 15px;
}

.accordion h3 {
    background: url(images/plusMinus.png) no-repeat 0 2px;
    -moz-background-size: 17px 200%;
    -o-background-size: 17px 200%;
    -webkit-background-size: 17px 200%;
    background-size: 17px 200%;
    cursor: pointer;
    margin: 0 0 10px 0;
    padding: 0 0 0 25px;
}

.accordion .open {
    background: url(images/plusMinus.png) no-repeat 0 -28px;
    -moz-background-size: 17px 200%;
    -o-background-size: 17px 200%;
    -webkit-background-size: 17px 200%;
    background-size: 17px 200%;
}

.accordion div {
    padding: 0 0 0 25px;
}


/**************************************************************************************************
*	Header
**************************************************************************************************/

#logo {
    float: left;
    margin: 30px 0 0 3%;
    width: 253px;
    max-width: 253px;
}

@media only screen and (max-width: 945px) {
    #logo {
        margin: 20px 0 10px 3%;
    }
}

@media only screen and (max-width: 710px) {
    #logo {
        float: none;
        display: block;
        margin: 40px auto 0 auto;
        width: 80%;
    }
}


/**************************************************************************************************
*	Member service center
**************************************************************************************************/

.memberServiceCenter {
    float: right;
    clear: right;
    text-align: center;
    width: 51.796875%; /* 663px / 1280px */
    margin: 20px 0 0 0;
}

.memberServiceCenter h2 {
    background: none;
    color: #3c4d5d;
    font-size: 2.0em;
    margin: 0;
    padding: 0;
}

.memberServiceCenter p {
    color: #004c99;
    font-size: 2.1em;
    margin: 0;
}

.memberServiceCenter a {
    color: #004c99;
    font-size: 0.667em;
    text-decoration: none;
    margin: 0 0 0 10px;
}

@media only screen and (max-width: 945px) {
    .memberServiceCenter {
        margin: 40px 0 0 0;
    }
}

@media only screen and (max-width: 710px) {
    .memberServiceCenter {
        margin: 30px auto 0 auto;
        float: none;
        display: block;
        width: 80%;
    }

    .memberServiceCenter a {
        display: block;
    }
}


/* SecondaryTwoColumn Member service center */

#secondaryTwoColumn .memberServiceCenter {
    background: url(images/memberServiceCenter.png) no-repeat 0 0;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    float: none;
    clear: none;
    width: 80%;
    margin: 0 0 20px 0;
    padding: 10% 10% 12% 10%;
}

#secondaryTwoColumn .memberServiceCenter h2 {
    color: #fff;
}

#secondaryTwoColumn .memberServiceCenter p {
    color: #dae6f2;
    font-size: 2.4em;
}

#secondaryTwoColumn .memberServiceCenter p:last-child {
    color: #fff;
    font-size: 1.5em;
    margin: 15px 0 0 0;
}

#secondaryTwoColumn .memberServiceCenter a {
    color: #dae6f2;
    display: block;
    clear: both;
}

@media only screen and (max-width: 945px) {
    #secondaryTwoColumn .memberServiceCenter {
        float: right;
        width: 40%;
        padding: 5% 5% 7% 5%;
    }
}

@media only screen and (max-width: 710px) {
    #secondaryTwoColumn .memberServiceCenter {
        float: left;
        width: 100%;
        padding: 10% 0% 12% 0%;
    }
}


/**************************************************************************************************
*	Global navigation
**************************************************************************************************/

#globalNavigation {
    background: url(images/globalNavigationBackground.png) no-repeat 0 0;
    float: right;
    padding: 8px 2.34375% 0 2.34375%; /* 30px / 1280px - 30px / 1280px */
    width: 47.109375%; /* 603px / 1280px */
}

#globalNavigation li {
    border-right: #fff 1px solid;
    padding: 0 10px 0 0;
    margin: 0 8px 0 0;
    display: inline;
    font-size: 1.4em;
    float: left;
}

#globalNavigation li a {
    color: #fff;
    text-decoration: none;
}

#globalNavigation li a:hover {
    text-decoration: underline;
}

#globalNavigation li a.selected {
    font-weight: bold;
}

#globalNavigation .right {
    color: #fff;
    border: none;
}

#globalNavigation .twitter {
    background-image: url(images/hiResImages.png);
    background-position: -45px 1px;
    background-repeat: no-repeat;
    -moz-background-size: 330%;
    -o-background-size: 330%;
    -webkit-background-size: 330%;
    background-size: 330%;
    height: 42px;
    width: 42px;
    text-indent: -9999px;
    float: right;
    margin: 0;
    padding: 0;
    border: none;
}

#globalNavigation .twitter:hover {
    background-position: -45px -41px;
}

#globalNavigation .facebook {
    background-image: url(images/hiResImages.png);
    background-position: 0 1px;
    background-repeat: no-repeat;
    -moz-background-size: 330%;
    -o-background-size: 330%;
    -webkit-background-size: 330%;
    background-size: 330%;
    height: 42px;
    width: 42px;
    text-indent: -9999px;
    float: right;
    margin: 0 2px 0 0;
    padding: 0;
    border: none;
}

#globalNavigation .facebook:hover {
    background-position: 0 -41px;
}

#globalNavigation .facebook a, #globalNavigation .twitter a {
    height: 42px;
    width: 42px;
    float: left;
}

@media only screen and (max-width: 945px) {
    #globalNavigation {
        background: url(images/globalNavigationMed.png) no-repeat 0 0;
        -moz-background-size: 100% 52px;
        -o-background-size: 100% 52px;
        -webkit-background-size: 100% 52px;
        background-size: 100% 52px;
        margin: 0 auto;
        width: 90%;
        padding: 11px 3% 23px 3%;
        float: none;
    }

    #globalNavigation .twitter {
        background-position: -54px 2px;
        height: 50px;
        width: 50px;
    }

    #globalNavigation .twitter:hover {
        background-position: -54px -49px;
    }

    #globalNavigation .facebook {
        background-position: 0 2px;
        height: 50px;
        width: 50px;
    }

    #globalNavigation .facebook:hover {
        background-position: 0 -49px;
    }
}

@media only screen and (max-width: 710px) {
    #globalNavigation {
        background: #5593c9 url(images/globalNavigationSmall.gif) repeat-x 0 bottom;
        -moz-background-size: 13px 7px;
        -o-background-size: 13px 7px;
        -webkit-background-size: 13px 7px;
        background-size: 13px 7px;
        margin: 0;
        width: 94%;
        padding: 14px 3% 20px 3%;
    }

    #globalNavigation li:first-child {
        display: none;
    }

    #globalNavigation li {
        font-size: 1.2em;
    }

    #globalNavigation .right {
        display: none;
    }
}


/**************************************************************************************************
*	Primary navigation
**************************************************************************************************/

nav {
    background: url(images/primaryNavigationBackground.png) no-repeat center 0;
    -moz-background-size: 100% 81px;
    -o-background-size: 100% 81px;
    -webkit-background-size: 100% 81px;
    background-size: 100% 81px;
    clear: both;
    display: inline-block;
    min-height: 74px;
    width: 100%;
    margin: 10px 0 0 0;
    padding: 17px 0 0 0;
    position: relative;
    z-index: 100;
}

.primaryNavButton {
    display: none;
}

nav ul li {
    float: left;
    font-size: 1.5em;
    text-align: center;
}

nav ul li:nth-child(1) {
    width: 8.984375%; /* 115px / 1280px */
}

nav ul li:nth-child(2) {
    width: 10.15625%; /* 130px / 1280px */
}

nav ul li:nth-child(3) {
    width: 14.84375%; /* 190px / 1280px */
}

nav ul li:nth-child(4) {
    width: 11.328125%; /* 145px / 1280px */
}

nav ul li:nth-child(5) {
    width: 14.84375%; /* 190px / 1280px */
}

nav ul li:nth-child(6) {
    width: 12.03125%; /* 154px / 1280px */
}

nav ul li:nth-child(6) a {
    background: url(images/primaryNavigationJoin.png) no-repeat center 0;
    -moz-background-size: 103% 480%;
    -o-background-size: 103% 480%;
    -webkit-background-size: 103% 480%;
    background-size: 103% 480%;
    width: 100%;
    color: #004c99;
    padding: 11px 0 15px 0;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
}

nav ul li:nth-child(6) a:hover {
    background: url(images/primaryNavigationJoin.png) no-repeat center -51px;
    -moz-background-size: 103% 480%;
    -o-background-size: 103% 480%;
    -webkit-background-size: 103% 480%;
    background-size: 103% 480%;
    font-weight: normal;
}

nav ul li:nth-child(6).selected {
    background: url(images/primaryNavigationJoin.png) no-repeat center -247px;
    -moz-background-size: 103% 439%;
    -o-background-size: 103% 439%;
    -webkit-background-size: 103% 439%;
    background-size: 103% 439%;
}

nav ul li:nth-child(6).selected a {
    background: none;
}

nav div {
    float: right;
    padding: 9px 0 0 0;
    margin: 0 40px 0 0;
}

nav div a {
    min-width: 0;
}

nav ul li a {
    color: #5593c9;
    text-decoration: none;
    display: inline-block;
    min-width: 89px;
    padding: 11px 0 13px 0;
}

nav ul li a:hover {
    color: #004c99;
}

nav ul .selected {
    background: url(images/primaryNavigationSelected.png) no-repeat center 40px;
    padding: 0 0 29px 0;
}

nav ul .selected a {
    color: #004c99;
}

@media only screen and (max-width: 945px) {
    nav ul li:nth-child(1) {
        width: 9.1145833333%; /* 70px / 768px */
    }

    nav ul li:nth-child(2) {
        width: 15.3229166667%; /* 110px / 768px */
    }

    nav ul li:nth-child(3) {
        width: 21.484375%; /* 165px / 768px */
    }

    nav ul li:nth-child(4) {
        width: 16.625%; /* 120px / 768px */
    }

    nav ul li:nth-child(5) {
        width: 21.1822916667%; /* 155px / 768px */
    }

    nav ul li:nth-child(6) {
        width: 14.0208333333%; /* 100px / 768px */
    }
}

@media only screen and (max-width: 710px) {
    nav {
        background: url(images/primaryNavigationSmall.png) repeat-x 0 0;
        -moz-background-size: auto 81px;
        -o-background-size: auto 81px;
        -webkit-background-size: auto 81px;
        background-size: auto 81px;
        min-height: 64px;
        padding: 17px 0 0 0;
        width: 100%;
    }

    .primaryNavButton {
        background: url(images/plusMinusPrimaryNav.gif) no-repeat 0 6px;
        display: block;
        color: #5593c9;
        text-decoration: none;
        display: inline-block;
        min-width: 89px;
        padding: 0 0 0 15px;
        margin: 11px 0 0 5%;
        float: left;
        font-size: 1.5em;
        cursor: pointer;
    }

    .primaryNavButton.open {
        background: url(images/plusMinusPrimaryNav.gif) no-repeat 0 -10px;
    }

    nav ul {
        background: url(images/primaryNavigationDropdown.png) repeat-x 0 bottom;
        float: left;
        width: 90%;
        padding: 5px 5% 40px 5%;
        margin: 13px 0 0 0;
        position: absolute;
        left: 0;
        top: 49px;
        z-index: 250;
        display: none;
    }

    nav ul li {
        display: block;
        float: none;
        text-align: left;
        width: 100%!important;
    }

    nav ul .selected {
        background: none;
        padding: 0;
    }

    nav ul li:nth-child(6) {
        width: 50%!important;
        text-align: center;
        margin: 0 0 0 -5px;
    }

    nav ul li:nth-child(6) a, nav ul li:nth-child(6).selected {
        background: url(images/buttonYellowSmall.png) no-repeat center 0;
        -moz-background-size: 100% 315%;
        -o-background-size: 100% 315%;
        -webkit-background-size: 100% 315%;
        background-size: 100% 315%;
    }

    nav ul li:nth-child(6) a:hover {
        background: url(images/buttonYellowSmall.png) no-repeat center -51px;
        -moz-background-size: 100% 315%;
        -o-background-size: 100% 315%;
        -webkit-background-size: 100% 315%;
        background-size: 100% 315%;
        font-weight: normal;
    }

    nav ul li a {
        padding: 0 0 10px 0;
    }
}


/**************************************************************************************************
*	Secondary navigation
**************************************************************************************************/

#secondaryNavigation {
    background: url(images/secondaryNavigationBackground.png) no-repeat right 0;
    -moz-background-size: 29px 100%;
    -o-background-size: 29px 100%;
    -webkit-background-size: 29px 100%;
    background-size: 29px 100%;
    float: left;
    width: 15%;
    padding: 30px 2% 0 3%;
}

#secondaryNavigation li {
    margin: 0 0 15px 0;
    font-size: 1.4em;
}

#secondaryNavigation li.selected {
    font-weight: bold;
}

#secondaryNavigation li.selected a {
    color: #004c99;
}

#secondaryNavigation li:first-child {
    display: none;
}

#secondaryNavigation li a {
    text-decoration: none;
    color: #3c4d5d;
}

#secondaryNavigation li a {
    text-decoration: none;
    color: #3c4d5d;
}

@media only screen and (max-width: 945px) {
    #secondaryNavigation {
        background: #5593c9;
        float: left;
        width: 90%;
        padding: 25px 5% 11px 5%;
        margin: -32px 0 10px 0;
    }

    #secondaryNavigation li {
        margin: 0 0 10px 0;
        padding: 0 0 0 15px;
        display: none;
    }

    #secondaryNavigation li:first-child {
        display: block;
    }

    #secondaryNavigation li a {
        color: #fff;
    }
}

/**************************************************************************************************
*	Sharey
**************************************************************************************************/

.sharey {
    margin: 0;
    padding: 0;
}

.sharey a {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    overflow: hidden;
    float: left;
}

.sharey a:first-child {
    margin-right: 10px;
}

.sharey a.sharey-twitter {
    background-image: url(images/hiResImages.png);
    background-position: -45px 1px;
    background-repeat: no-repeat;
    -moz-background-size: 330%;
    -o-background-size: 330%;
    -webkit-background-size: 330%;
    background-size: 330%;
    height: 42px;
    width: 42px;
    text-indent: -9999px;
    margin-right: 6px;
}

.sharey a.sharey-twitter:hover {
    background-position: -45px -41px;
}

.sharey a.sharey-facebook {
    background-image: url(images/hiResImages.png);
    background-position: 0 1px;
    background-repeat: no-repeat;
    -moz-background-size: 330%;
    -o-background-size: 330%;
    -webkit-background-size: 330%;
    background-size: 330%;
    height: 42px;
    width: 42px;
    text-indent: -9999px;
    margin: 0 2px 0 0;
}

.sharey a.sharey-facebook:hover {
    background-position: 0 -41px;
}
.sharey a.sharey-linkedin {
    background-image: url(images/hiResImages.png);
    background-position: -95px 1px;
    background-repeat: no-repeat;
    -moz-background-size: 330%;
    -o-background-size: 330%;
    -webkit-background-size: 330%;
    background-size: 330%;
    height: 42px;
    width: 42px;
    text-indent: -9999px;
}

.sharey a.sharey-linkedin:hover {
    background-position: -95px -41px;
}
nav div .shareyShow {
    display: block;
    background: url(images/hiResImages.png) no-repeat 0 -121px;
    padding: 1px 0 1px 30px;
    margin: 2px 0;
    color: #2c774b;
    text-decoration: none;
    font-weight: normal;
    -moz-background-size: 110%;
    -o-background-size: 110%;
    -webkit-background-size: 110%;
    background-size: 110%;
    font-size: 1.5em;
}

@media only screen and (max-width: 1023px) {
    nav div .shareyShow {
        display: none;
    }
}

/* Modal Window */

.modalBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -moz-opacity: 0;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    z-index: 200;
    cursor: pointer;
}

.modalContent {
    background: #2b754a;
    background: -moz-linear-gradient(top, #2b754a 0%, #1b4a2f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b754a), color-stop(100%,#1b4a2f));
    background: -webkit-linear-gradient(top, #2b754a 0%,#1b4a2f 100%);
    background: -o-linear-gradient(top, #2b754a 0%,#1b4a2f 100%);
    background: -ms-linear-gradient(top, #2b754a 0%,#1b4a2f 100%);
    background: linear-gradient(to bottom, #2b754a 0%,#1b4a2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b754a', endColorstr='#1b4a2f',GradientType=0 );
    border: #79c696 2px solid;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 15px 10px 16px;
    width: 136px;
    position: absolute;
    top: 55px;
    right: 40px;
    z-index: 250;
    margin: 0;
}

.modalClose {
    display: none;
    text-align: right;
    color: #fff;
}


/**************************************************************************************************
*	Columns
**************************************************************************************************/

/* One column */
#primaryOneColumn {
    float: left;
    padding: 15px 0 0 5%; /* 0px / 1280px - 75px / 1280px */
    width: 75%; /* 1037px / 1280px */
}

@media only screen and (max-width: 945px) {
    #primaryOneColumn {
        padding: 15px 3% 0 3%;
        width: 94%;
    }
}

@media only screen and (max-width: 710px) {
    #primaryOneColumn {
        padding: 15px 5% 0 5%;
        width: 90%;
    }
}

/* Two column */
#primaryTwoColumn {
    float: left;
    padding: 15px 5% 0 2%; /* 0px / 1280px - 75px / 1280px */
    width: 63%; /* 1037px / 1280px */
}

#secondaryTwoColumn {
    width: 27%;
    padding: 15px 3% 0 0;
    float: left;
}

@media only screen and (max-width: 945px) {
    #primaryTwoColumn {
        padding: 15px 3% 0 3%;
        width: 94%;
    }

    #secondaryTwoColumn {
        width: 96%;
        padding: 5% 2% 0 2%;
        clear: both;
    }
}

@media only screen and (max-width: 710px) {
    #primaryTwoColumn {
        padding: 15px 5% 0 5%;
        width: 90%;
    }
}

/* Three column */
#primaryThreeColumn {
    float: left;
    padding: 15px 0 15px 5%; /* 0px / 1280px - 75px / 1280px */
    width: 53%; /* 723px / 1280px */
}

#secondaryThreeColumn {
    float: left;
    padding: 15px 0 15px 4%; /* 0px / 1280px - 60px / 1280px */
    width: 18%; /* 314px / 1280px */
}

#secondaryThreeColumn .noScript a {
    color: #004C99;
}

@media only screen and (max-width: 945px) {
    #primaryThreeColumn {
        padding: 0 0 0 3%;
        width: 62%;
    }

    #secondaryThreeColumn {
        padding: 0 3% 0 4%;
        width: 28%;
    }
}

@media only screen and (max-width: 710px) {
    #primaryThreeColumn {
        padding: 15px 5% 15px 5%;
        width: 90%;
    }

    #secondaryThreeColumn {
        padding: 0 5%;
        width: 90%;
    }
}


/**************************************************************************************************
*	Homepage
**************************************************************************************************/

/* Carousel */

.carousel {
    position: relative;
    display: block;
    width: 100%; /* set this to the 'carouselItem' width to make only 1 item visible */
    overflow: hidden;
    margin: -32px 0 0 0;
}

.carousel > ul {
    list-style-type: none;
    margin: 0;
    display: block;
    position: absolute;
}

.carousel > ul li {
    float: left;
    position: relative;
}

.carousel > ul li img {
    width: 100%;
}

button.bespoke {
    padding: 4px 10px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 10px 0 0;
}

.carouselControls {
    background: #004c99;
    -moz-opacity: 0.5;
    opacity: 0.5;
    height: 23px;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 7px 0 0 0;
}

.carouselControls a {
    background: url(images/carouselControls.png) no-repeat -28px 0;
    -moz-background-size: 270% 100%!important;
    -o-background-size: 270% 100%!important;
    -webkit-background-size: 270% 100%!important;
    background-size: 270% 100%!important;
    float: left;
    height: 16px;
    width: 17px;
    text-indent: -9999px;
    margin: 0 2px;
    -moz-outline: none;
    outline: none;
}

.carouselControls a.selected {
    background: url(images/carouselControls.png) no-repeat 0 0;
}

.scrollTo {
    margin: 0 auto;
}

.prev, .next {
    display: none;
}

.featureCaption {
    background: url(images/carouselCaptionLower.gif) no-repeat 0 bottom;
    position: absolute;
    top: 12%;
    right: 0;
    height: 65%;
    width: 510px;
}

.featureCaption h3 {
    background: url(images/carouselCaptionUpper.gif) no-repeat 0 0;
    font-size: 3.3em;
    color: #3c4d5d;
    padding: 2% 0 2% 40px;
}

.featureCaption p {
    font-size: 1.4em;
    color: #3c4d5d;
    padding: 0 0 0 40px;
}

@media only screen and (max-width: 945px) {
    .carousel {
        margin: -39px 0 0 0;
    }

    .carousel li img {
        min-height: 263px;
    }

    .featureCaption {
        top: 10%;
        width: 55%;
    }

    .featureCaption h3 {
        font-size: 2.2em;
        padding: 3% 2% 1% 5%;
    }

    .featureCaption p {
        padding: 0 2% 0 5%;
    }

    .carouselControls {
        height: 27px;
    }

    .carouselControls a {
        background: url(images/carouselControls.png) no-repeat -35px 0;
        height: 20px;
        width: 21px;
    }
}

@media only screen and (max-width: 710px) {
    .carousel {
        padding: 0 0 34px 0;
        margin: -22px 0 0 0;
        min-height: 400px;
    }

    .carousel > ul {
        height: 100%;
        padding: 0 0 60px 0;
    }

    .carousel > ul li {
        height: 100%;
        padding: 0 0 60px 0;
    }

    .carousel li img {
        min-height: 0;
    }

    .featureCaption {
        background: none;
        height: auto;
        width: 90%;
        padding: 10px 5% 60px;
        position: relative;
        top: auto;
    }

    .featureCaption h3 {
        background: none;
        padding: 0;
    }

    .featureCaption p {
        padding: 0;
    }

    .carouselControls {
        bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .carousel {
        min-height: 350px;
    }
}


/* Home/Hub/HubBig pods */

.pods {
    padding: 30px 0 0 0;
}

.pods li {
    width: 33%;
    display: inline-block;
    float: left;
    margin: 0 0 30px 0;
}

.pods li h3 {
    background: url(images/homePodTitleBackground.png) no-repeat center bottom;
    -moz-background-size: 100% 20px;
    -o-background-size: 100% 20px;
    -webkit-background-size: 100% 20px;
    background-size: 100% 20px;
    color: #5593c9;
    font-size: 1.9em;
    font-weight: normal;
    padding: 0 35px 25px 40px;
    margin: 0;
    position: relative;
    z-index: 100;
}

.pods li p {
    color: #3c4d5d;
    font-size: 1.6em;
    padding: 0 35px 10px 40px;
    margin: 0;
}

.pods li img {
    border: #c8dcef 2px solid;
    margin: 0 auto 10px auto;
    width: 92%;
    max-width: 348px;
}

@media only screen and (max-width: 945px) {
    .pods {
        display: inline-block;
        padding: 20px 2% 15px 2%;
        width: 96%;
    }

    .pods li {
        width: 31%;
    }

    .pods li:nth-child(2) {
        margin: 0 3.5%;
    }

    .pods li h3 {
        padding: 0 4% 25px 4%;
    }

    .pods li p {
        padding: 0 4% 10px 4%;
    }
}

@media only screen and (max-width: 710px) {
    .pods li {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .pods li:nth-child(2) {
        margin: 0 0 30px 0;
    }

    .pods li img,
    .pods li .buttonReadMore,
    .pods#hubBig li a.bluePod,
    .pods li a.bluePod {
        margin: 0 4% 10px;
        float: left;
        clear: both;
    }
}

/* HubBig */

.pods#hubBig li h3 {
    background: url(images/homePodTitleBackground.png) no-repeat center bottom;
    -moz-background-size: 100% 23px;
    -o-background-size: 100% 23px;
    -webkit-background-size: 100% 23px;
    background-size: 100% 23px;
    color: #5593c9;
    font-size: 1.9em;
    font-weight: normal;
    padding: 0 35px 25px 40px;
    margin: 0;
    position: relative;
    z-index: 100;
}

.pods#hubBig li img {
    border: none;
    margin: -17px auto 10px auto;
    position: relative;
    z-index: 0;
}

.bluePod {
    background: #d8e5f1 url(images/blue_pod_bg.png) no-repeat 100% 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 6px #3c4d5d;
    -webkit-box-shadow: 0 0 6px #3c4d5d;
    box-shadow: 0 0 6px #3c4d5d;
    -moz-background-size: 175%;
    -o-background-size: 175%;
    -webkit-background-size: 175%;
    background-size: 175%;
    display: block;
    padding: 12px 50px 15px 15px;
}
.bluePod:hover {
    box-shadow: 0 0 3px #3c4d5d;
}
.pods#hubBig li a.bluePod {
    font-size: 1.4em;
    color: #3c4d5d;
    text-decoration: none;
    line-height: 1.6em;
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    clear: both;
}

@media only screen and (max-width: 945px) {
    .pods#hubBig li {
        width: 50%;
    }

    .pods#hubBig li:nth-child(2) {
        margin: 0 0 30px 0;
    }

    .pods#hubBig li a {
        width: 75%;
    }

    .pods#hubBig li h3 {
        padding: 0 4% 25px;
    }
}

@media only screen and (max-width: 710px) {
    .pods#hubBig li a {
        width: 70%;
    }
}

@media only screen and (max-width: 480px) {
    .pods#hubBig li {
        width: 100%;
    }

    .pods#hubBig li a {
        width: 75%;
    }
}


/* Hub */

.pods#hub {
    padding: 0 1%;
}

.pods#hub li {
    width: 30%;
    display: inline-block;
}

.pods#hub li:nth-child(2), .pods#hub li:nth-child(5), .pods#hub li:nth-child(8), .pods#hub li:nth-child(11), .pods#hub li:nth-child(14), .pods#hub li:nth-child(17) {
    margin: 0 5% 30px 5%;
}

.pods#hub li h3 {
    background: none;
    color: #5593c9;
    font-size: 1.9em;
    font-weight: normal;
    margin: 0 0 5px 3px;
    padding: 0;
}

.pods#hub li img {
    border: none;
    float: left;
    margin: 5px 10px 0 0;
    width: 72px;
}

.pods#hub li a.bluePod {
    font-size: 1.4em;
    color: #3c4d5d;
    text-decoration: none;
    line-height: 1.6em;
    width: 75%;
    height: auto;
    display: block;
    overflow: hidden;
}

@media only screen and (max-width: 945px) {
    .pods#hub li {
        width: 47.5%;
        padding: 0 1.5% 0 1%;
    }

    .pods#hub li a {
        width: 75%;
    }

    .pods#hub li:nth-child(2), .pods#hub li:nth-child(5), .pods#hub li:nth-child(8), .pods#hub li:nth-child(11), .pods#hub li:nth-child(14), .pods#hub li:nth-child(17) {
        margin: 0 0 30px 0;
    }
}

@media only screen and (max-width: 710px) {
    .pods#hub {
        padding: 0 3%;
        width: 94%;
    }

    .pods#hub li {
        padding: 0;
        margin: 0 2% 30px 0;
    }
}

@media only screen and (max-width: 480px) {
    .pods#hub li {
        width: 100%;
        padding: 0;
    }

    .pods#hub li a {
        width: 75%;
    }
}

/* Hub (Related hubs) */

.relatedHubs {
    background: url(images/stitchingHorizontal.png) no-repeat 0 0;
    -moz-background-size: 100% 23px;
    -o-background-size: 100% 23px;
    -webkit-background-size: 100% 23px;
    background-size: 100% 23px;
    display: inline-block;
    margin: 25px 0 0 0;
}

.relatedHubs .pods#hub {
    margin: 20px 0 0 0;
    padding: 0 2%;
}

.relatedHubs .pods#hub li {
    width: 46.5%;
}
.relatedHubs .pods#hub li a.bluePod {
    background-size: 125%;
}


.relatedHubs .pods#hub li:nth-child(1) {
    margin: 0 3.5% 0 0;
}

.relatedHubs .pods#hub li:nth-child(2) {
    margin: 0 0 0 3.5%;
}
@media only screen and (max-width: 1300px) {
.relatedHubs .pods#hub li a.bluePod {
    background-size: 150%;
}
}
@media only screen and (max-width: 945px) {
    .relatedHubs .pods#hub li {
        margin: 0 0 2.5% 0!important;
    }
.relatedHubs .pods#hub li a.bluePod {
    background-size: 175%;
}
}

@media only screen and (max-width: 710px) {
    .relatedHubs {
        background: url(images/homePodTitleBackground.png) no-repeat center 0;
        -moz-background-size: 100% 20px;
        -o-background-size: 100% 20px;
        -webkit-background-size: 100% 20px;
        background-size: 100% 20px;
        padding: 0 5%;
    }

    .relatedHubs .pods#hub {
        padding: 0;
        width: 100%;
    }

    .relatedHubs .pods#hub li {
        width: 100%;
        margin: 0 0 5% 0!important;
    }
.relatedHubs .pods#hub li a.bluePod {
    background-size: 125%;
}
    .relatedHubs .pods#hub li h3 {
        margin: 0 0 5px 0;
    }
}
@media only screen and (max-width: 500px) {
    .relatedHubs .pods#hub li img {
        display: none;
    }
    .relatedHubs .pods#hub li a.bluePod {
    background-size: 175%;
}

}
/* Content pods */

.homeContentPods {
    background: url(images/contentPodLower.png) no-repeat 0 bottom;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.homeContentPods ul {
    background: url(images/contentPodUpper.png) no-repeat 0 0;
    width: 92%;
    padding: 3% 4%;
    display: inline-block;
}

.homeContentPods ul li {
    width: 30%;
    float: left;
    display: inline;
}

.homeContentPods ul li:nth-child(2) {
    padding: 0 4.5%;
}

.homeContentPods ul li h3 {
    font-size: 1.6em;
    margin: 0;
    color: #fff;
}

.homeContentPods ul li p {
    font-size: 1.4em;
    margin: 10px 0 0 0;
}

.homeContentPods ul li img {
    float: left;
    margin: 0 15px 0 0;
}

.homeContentPods ul li a {
    color: #fff;
    text-decoration: none;
    border-bottom: #4079b3 2px solid;
}

.homeContentPods ul li a:hover {
    border-bottom: #004c99 2px solid;
}

@media only screen and (max-width: 945px) {
    .homeContentPods {
        width: 96%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        margin: 0 0 0 2%;
    }

    .homeContentPods ul {
        -moz-background-size: 100% 20px;
        -o-background-size: 100% 20px;
        -webkit-background-size: 100% 20px;
        background-size: 100% 20px;
    }

    .homeContentPods ul li img {
        display: none;
    }

    .homeContentPods ul li p:last-child {
        margin: 0;
    }
}

@media only screen and (max-width: 710px) {
    .homeContentPods ul {
        width: 90%;
        padding: 7% 5% 9%;
        display: inline-block;
    }

    .homeContentPods ul li {
        width: 100%;
    }

    .homeContentPods ul li:nth-child(2) {
        padding: 0;
        margin: 30px 0 30px 0;
    }

    .homeContentPods ul li p {
        margin: 5px 0 0 0;
    }
}

/* Generic pods */

.pod {
    display: inline-block;
    width: 100%;
    margin: 0 0 30px 0;
}

.pod h3 {
    background: url(images/homePodTitleBackground.png) no-repeat center bottom;
    -moz-background-size: 100% 20px;
    -o-background-size: 100% 20px;
    -webkit-background-size: 100% 20px;
    background-size: 100% 20px;
    color: #5593c9;
    font-size: 1.9em;
    font-weight: normal;
    padding: 0 0 25px 8px;
    margin: 0;
}

#secondaryTwoColumn .pod h3 {
    padding: 0 0 25px 15px;
}

.pod h4 {
    color: #004c99;
    font-size: 1.6em;
    font-weight: normal;
    padding: 0 0 5px 8px;
    margin: 0;
}

.pod p {
    padding: 0 0 0 8px;
}

#secondaryTwoColumn .pod p, #secondaryTwoColumn .pod ul {
    padding: 0 0 0 15px;
}

#secondaryTwoColumn .pod li {
    font-size: 1.2em;
}

.pod .contactDetails span {
    color: #5593c9;
    width: 20px;
    display: inline-block;
}

@media only screen and (max-width: 945px) {
    #secondaryTwoColumn .pod {
        width: 45%;
    }
}

@media only screen and (max-width: 710px) {
    #secondaryTwoColumn .pod {
        width: 100%;
    }
}

/* Download pod */

.downloadPod {
    width: 358px;
    float: right;
    clear: right;
}

.downloadPod h3 {
    background: url(images/homePodTitleBackground.png) no-repeat center bottom;
    -moz-background-size: 100% 20px;
    -o-background-size: 100% 20px;
    -webkit-background-size: 100% 20px;
    background-size: 100% 20px;
    color: #5593c9;
    font-size: 1.9em;
    font-weight: normal;
    padding: 0 0 25px 8px;
    margin: 0;
}

.downloadPod .bluePod {
    width: 293px;
    margin: 0 14px 14px 2.5%;
}
.pdf {
    background: url(images/iconPng.png) no-repeat 0 0;
    -moz-background-size: 41px;
    -o-background-size: 41px;
    -webkit-background-size: 41px;
    background-size: 41px;
    font-size: 1.3em;
    color: #004c99;
    text-decoration: none;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    padding: 10px 0 10px 45px;
    display: block;
}

.downloadPod a {
    background: url(images/iconPng.png) no-repeat 0 0;
    -moz-background-size: 41px;
    -o-background-size: 41px;
    -webkit-background-size: 41px;
    background-size: 41px;
    font-size: 1.3em;
    color: #004c99;
    text-decoration: none;
    -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
    padding: 10px 0 10px 45px;
    display: inline-block;
}

.downloadStripped {
    margin: 15px 0 0 0.6%;
}

.downloadStripped .downloadPod {
    max-width: 280px;
    float: none;
    clear: left;
}

.downloadStripped .downloadPod h3 {
    display: none;
}

@media only screen and (max-width: 945px) {
    .downloadPod {
        width: 100%;
        float: left;
        clear: both;
    }

    .downloadPod .bluePod p {
        margin: 0 0 5px 0;
    }
}

@media only screen and (max-width: 710px) {
    .downloadPod {
        width: auto;
        background: none;
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    .downloadPod {
        width: 100%;
    }

    .downloadPod .bluePod {
        width: 75%;
    }
}


/**************************************************************************************************
*	Listing
**************************************************************************************************/

.listing {
    background: url(images/stitchingHorizontal.png) no-repeat center bottom;
    -moz-background-size: 100% 23px;
    -o-background-size: 100% 23px;
    -webkit-background-size: 100% 23px;
    background-size: 100% 23px;
    padding: 0 0 23px 0;
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}

.listing li {
    background: url(images/stitchingHorizontal.png) no-repeat center 0;
    -moz-background-size: 100% 23px;
    -o-background-size: 100% 23px;
    -webkit-background-size: 100% 23px;
    background-size: 100% 23px;
    clear: both;
    display: inline-block;
    width: 98%;
    margin: 0 0 25px 0;
    padding: 25px 1% 0 1%;
}

.listing li img {
    float: left;
    width: 30%;
    padding: 0 4% 0 0;
}

.membersList .listing li img {
    max-width: 100px;
}

.listing li .listingContent {
    display: inline-block;
    width: 100%;
}

.listing li .listingContent h3 {
    color: #5593c9;
    font-size: 1.9em;
    font-weight: normal;
}

.listing li .listingContent a {
    color: #004c99;
    font-size: 1.4em;
}

/* Full width listing */

.listingFullWidth li {
    margin: 0 0 35px 0;
}

.listingFullWidth li h2 a {
    color: #5593C9;
    text-decoration: none;
}

.listingFullWidth li p {
    margin: 0 0 1em 15px;
}

.listingFullWidth li p a {
    color: #004c99;
    text-decoration: none;
    border-bottom: #004c99 2px solid;
}

.listingFullWidth li p a:hover {
    border-bottom: #fff 2px solid;
}

@media only screen and (max-width: 710px) {
    .listing {
        background: url(images/homePodTitleBackground.png) no-repeat center bottom;
        -moz-background-size: 100% 20px;
        -o-background-size: 100% 20px;
        -webkit-background-size: 100% 20px;
        background-size: 100% 20px;
    }

    .listing li {
        background: url(images/homePodTitleBackground.png) no-repeat center 0;
        -moz-background-size: 100% 20px;
        -o-background-size: 100% 20px;
        -webkit-background-size: 100% 20px;
        background-size: 100% 20px;
        padding: 25px 0 0 0;
        width: 100%;
    }

    .listing li img {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .listing li .listingContent {
        padding: 0%;
        width: 100%;
    }
}


/**************************************************************************************************
*	Sitemap
**************************************************************************************************/

.sitemap {
    margin: 2% 0 0 3%;
}

.sitemap li {
    font-size: 1.2em;
}

.sitemap ul li {
    font-weight: bold;
    margin: 0 0 10px 0;
}

.sitemap li ul {
    margin: 0 0 10px 2%;
}

.sitemap ul li ul li {
    font-weight: normal;
    margin: 0;
}

.sitemap li li {
    font-size: 1.0em;
}

.sitemap li a {
    color: #004C99;
}

/**************************************************************************************************
*	Footer
**************************************************************************************************/

footer {
    background: #3c4d5d url(images/footerBackground.png) repeat-x 0 0;
    display: inline-block;
    width: 100%;
    margin: 35px 0 0 0;
    padding: 50px 0 50px 0;
}

#footerContent {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 10px;
}

#footerContent h3 {
    color: #bbd3eb;
    font-size: 1.5em;
    margin: 0 0 10px 0;
}
#footerContent p.credit {
    clear: both;
    color: #fff;
    width: 100%;
    padding-top: 20px;
    font-size: 1.3em;
}
#footerContent p.credit a {
    color: #bbd3eb;
}
#footerContent .noScript {
    float: left;
}

#footerContent .noScript a {
    color: #bbd3eb;
}
#footerContent div.bees {
	display: none;
}

.feedback {
    float: left;
    width: 33%;
}

.feedback textarea {
    border: #c8dcef 1px solid;
    width: 80%;
}

#footerNavigation {
    float: right;
    width: 33%;
    text-align: right;
}

#footerNavigation li {
    display: inline;
    border-right: #bbd3eb 1px solid;
    font-size: 1.2em;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
}

#footerNavigation li:last-child {
    border-right: none;
    margin: 0;
    padding: 0;
}

#footerNavigation li a {
    color: #bbd3eb;
    text-decoration: none;
}

@media only screen and (max-width: 945px) {
    footer {
        padding: 5% 0 4% 0;
    }

    #footerContent {
        padding: 0 3%;
    }

    .feedback {
        width: 50%;
    }

    #footerNavigation {
        float: left;
        clear: both;
        width: 100%;
        text-align: left;
        margin: 25px 0 0 0;
    }

    #footerNavigation li {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 710px) {
    footer {
        padding: 10% 0 5% 0;
    }

    .feedback {
        width: 100%;
    }

    .feedback textarea {
        border: #c8dcef 1px solid;
        width: 100%;
    }

    #footerNavigation {
        margin: 35px 0 0 0;
    }

    #footerNavigation li {
        border: none;
        display: block;
        margin: 0 0 5px 0;
    }
}

/**************************************************************************************************
* 	Author:			Adam Sadler
* 	Date Created:	18th January 2013
* 	Lost Modified:	24th January 2014
*   Description:    Dataware classes - in addition to existing skin classes above.
**************************************************************************************************/

/* iPad Mini Spec -

 > Screen Width = 768px (CSS Pixels)
 > Screen Height = 1024px (CSS Pixels)

 > Screen Width = 768px (Actual Pixels)
 > Screen Height = 1024px (Actual Pixels)

 > Device-pixel-ratio: 1

*/

/*  Media queries - use '-device-' dimensions for live site?
=====================================================================================================*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 945px) {
    #main {
        min-height: 792px;
    }
}

/*  Override Classes
=====================================================================================================*/
ul li { list-style-type: none; }
nav ul li a:link, nav ul li a:visited, nav ul li a:active {
    color: #5593C9;
    text-decoration: none;
}
nav ul li a:hover {
    color: #004C99;
}
nav ul li:nth-child(6) a {
    color:#004C99;
}
body .ui-widget {
    font-size: 14px;
}

/*  Additional Classes
=====================================================================================================*/
fieldset { border:none; }
fieldset p { font-size: inherit; }
.hide { display: none; }

/* LinkButton classes
=====================================================================================================*/
.LinkButton, .LinkButton:link, .LinkButton:visited, .LinkButton:active { background: url(images/buttonReadMore.png) no-repeat 0 0; background-size: 100%; float: left; height: 30px; width: 104px; margin: 0 35px 0 0; padding: 8px 25px 0 15px; text-decoration: none; font-size: 14px; color: #004c99; -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1); text-shadow: 1px 1px 0px rgba(255, 255, 255, 1); }
.LinkButton:hover { background: url(images/buttonReadMore.png) no-repeat 0 -43px; color: #004c99; -moz-background-size: 100%; -o-background-size: 100%; -webkit-background-size: 100%; background-size: 100%; }

.LinkButton.Back, .LinkButton.Back:link, .LinkButton.Back:visited, .LinkButton.Back:active { background: url(images/buttonBack.png) no-repeat 0 0; background-size: 100%; float: left; height: 30px; width: 104px; margin: 0 35px 0 0; padding: 8px 15px 0 25px; text-decoration: none; font-size: 14px; color: #004c99; -webkit-text-shadow: 1px 1px 0px rgba(255, 255, 255, 1); text-shadow: 1px 1px 0px rgba(255, 255, 255, 1); text-align:right }
.LinkButton.Back:hover { background: url(images/buttonBack.png) no-repeat 0 -43px; color: #004c99; -moz-background-size: 100%; -o-background-size: 100%; -webkit-background-size: 100%; background-size: 100%; }

/* Margin & Padding classes
=====================================================================================================*/
.MarginLeft { margin-left:1em; }
.MarginRight { margin-right:1em; }
.PaddingLeft { padding-left:1em; }
.PaddingRight { padding-right:1em; }

/* ModuleMessage classes
=====================================================================================================*/
.ModuleMessage_Wrapper { left:50%; margin-left:-300px; padding:5px; position:fixed; text-align:left; top:10px; width:600px; z-index:99;
                         -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
                         -webkit-box-shadow:0px 0px 5px 0px; -moz-box-shadow:0px 0px 5px 0px; box-shadow:0px 0px 5px 0px; }
.ModuleMessage_Yellow { background-color:#fcffb8; border:solid 1px Yellow; }
.ModuleMessage_Green { background-color:#dafbb0; border:solid 1px Green; }
.ModuleMessage_Red { background-color:#ffb8b8; border:solid 1px Red; }
.ModuleMessage_Blue { background-color:#deeaff; border:solid 1px #62b0f1; }
.ModuleMessage_ImageCell { text-align:left; vertical-align:middle; width:40px; }
.ModuleMessage_TextCell { text-align:left; vertical-align:middle; width:auto; }
.ModuleMessage_HideButtonCell { padding-right:1em; text-align:right; vertical-align:middle; width:50px; }
.ModuleMessage_Text { color:#000; }
.ModuleMessage_HideButton { cursor: pointer; }

.ModuleMessage_Wrapper table { margin:0; }
.ModuleMessage_ImageCell img { border: none; float: none; margin: 0; }

/* Table classes
=====================================================================================================*/
.StandardTable { border: 0 none transparent; border-spacing: 0; border-collapse: collapse; width: 100%; }
.StandardTable th { text-align: left; }
.StandardTable th, .StandardTable tr, .StandardTable td { padding: 0px; vertical-align: top; }
.StandardTable th.AlignCentre, .StandardTable tr.AlignCentre, .StandardTable td.AlignCentre { text-align: center; }
.StandardTable th.AlignLeft, .StandardTable tr.AlignLeft, .StandardTable td.AlignLeft { text-align: left; }
.StandardTable th.AlignRight, .StandardTable tr.AlignRight, .StandardTable td.AlignRight { text-align: right; }
.StandardTable.striped tbody tr:nth-child(odd) { background-color: #f4f4f4; }
.StandardTable.striped table tbody tr:nth-child(odd) { background-color: transparent; }
.PaddedTable { border: 0 none transparent; border-spacing: 0; border-collapse: collapse; width: 100%; }
.PaddedTable th { text-align: left; }
.PaddedTable th, .PaddedTable tr, .PaddedTable td { padding: 5px; vertical-align: top; }
.PaddedTable th.AlignCentre, .PaddedTable tr.AlignCentre, .PaddedTable td.AlignCentre { text-align: center; }
.PaddedTable th.AlignLeft, .PaddedTable tr.AlignLeft, .PaddedTable td.AlignLeft { text-align: left; }
.PaddedTable th.AlignRight, .PaddedTable tr.AlignRight, .PaddedTable td.AlignRight { text-align: right; }
.PaddedTable.striped tbody tr:nth-child(odd) { background-color: #f4f4f4; }
.PaddedTable.striped table tbody tr:nth-child(odd) { background-color: transparent; }
.PaddedTable .StandardTable { border: 0 none transparent; border-spacing: 0; border-collapse: collapse; width: 100%; }
.PaddedTable .StandardTable th { text-align: left; }
.PaddedTable .StandardTable th, .PaddedTable .StandardTable tr, .PaddedTable .StandardTable td { padding: 0px; vertical-align: top; }
.PaddedTable .StandardTable th.AlignCentre, .PaddedTable .StandardTable tr.AlignCentre, .PaddedTable .StandardTable td.AlignCentre { text-align: center; }
.PaddedTable .StandardTable th.AlignLeft, .PaddedTable .StandardTable tr.AlignLeft, .PaddedTable .StandardTable td.AlignLeft { text-align: left; }
.PaddedTable .StandardTable th.AlignRight, .PaddedTable .StandardTable tr.AlignRight, .PaddedTable .StandardTable td.AlignRight { text-align: right; }
.PaddedTable .StandardTable.striped tbody tr:nth-child(odd) { background-color: #f4f4f4; }
.PaddedTable .StandardTable.striped table tbody tr:nth-child(odd) { background-color: transparent; }
table.Gridlines { border-collapse: collapse; border: 1px solid #000; }
table.Gridlines td { border: 1px solid #000; }
table.Column2 td { width: 50%; }
table.Column3 td { width: 33%; }

/* ValidationSummary classes
=====================================================================================================*/
.ValidationSummary { background-color:#ffe6e9; border:solid 2px Red; color:Red; font-size:1.4em; line-height:2em; margin:1em 15px; padding:10px; }
.ValidationSummary ul { color:Red; margin: 0 0 0 5px !important; padding:0 !important; }
.ValidationSummary ul li { color:Red; list-style-position: inside !important; list-style-type: disc !important; margin: 0 !important; }

.SubText { color:#666; font-style:italic; }