/* =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, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    font-size: 62.5%;
    /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
    overflow-y: scroll;
    /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%;
    /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%;
    /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
    background: #193278;
}
article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
table {
    /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:"";
}
blockquote, q {
    quotes:"""";
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
    outline: 0;
}
a img {
    border: 0;
}
/* =Global
----------------------------------------------- */
 body, button, input, select, textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
}
/* Headings */
 h1, h2, h3, h4, h5, h6 {
    clear: both;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
/* Text elements */
 p {
    margin-bottom: 1.5em;
}
ul, ol {
    margin: 0 0 1.5em 3em;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
b, strong {
    font-weight: bold;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family:"Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
}
code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
small {
    font-size: 75%;
}
big {
    font-size: 125%;
}
figure {
    margin: 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
button, input, select, textarea {
    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */
    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */
}
/* GLOBAL STYLES */
 html, button, input, select, textarea {
    color: #222;
}
body {
    font-size: 1em;
    line-height: 1.4;
    font-family:'arial', sans-serif;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 97%;
    height: auto;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
 ::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
 img {
    vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
 fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
 textarea {
    resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
 .chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */
 .ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content:"";
    display: block;
    width: 0;
    height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
 .hidden {
    display: none !important;
    visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
 .visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
 .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
 .invisible {
    visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
 .clearfix:before, .wrapper:before, .main-navigation ul:before, .cell:before, .unit:before, a.cell.single-line:before, .form-title:before, .site-footer .clear:before, .clearfix:after, .wrapper:after, .main-navigation ul:after, .cell:after, .unit:after, a.cell.single-line:after, .form-title:after, .site-footer .clear:after {
    content:" ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after, .wrapper:after, .main-navigation ul:after, .cell:after, .unit:after, a.cell.single-line:after, .form-title:after, .site-footer .clear:after {
    clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
 .clearfix, .wrapper, .main-navigation ul, .cell, .unit, .page .unit, a.cell.single-line, .form-title, .site-footer .clear {
    *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
 @media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 @media print {
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a[href]:after {
        content:" (" attr(href)")";
    }
    abbr[title]:after {
        content:" (" attr(title)")";
    }
    /*
   * Don't show links for images, or javascript/internal links
   */
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content:"";
    }
    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    tr, img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }
    h2, h3 {
        page-break-after: avoid;
    }
}
/* INCLUDES */
 .transition, a.read-more-button, #masthead a.site-title, #masthead .social a, .main-navigation ul li a, .site-footer a, .fancybox-close {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}
/* CLEARFIX */
 .clearfix:before, .wrapper:before, .main-navigation ul:before, .cell:before, .unit:before, a.cell.single-line:before, .form-title:before, .site-footer .clear:before, .clearfix:after, .wrapper:after, .main-navigation ul:after, .cell:after, .unit:after, a.cell.single-line:after, .form-title:after, .site-footer .clear:after {
    content:" ";
    /* 1 */
    display: table;
    /* 2 */
}
.clearfix:after, .wrapper:after, .main-navigation ul:after, .cell:after, .unit:after, a.cell.single-line:after, .form-title:after, .site-footer .clear:after {
    clear: both;
}
.right {
    float:right;
    *display:inline;
}
.left {
    float:left;
    *display:inline;
}
/* WRAPPER */
 .wrapper {
    max-width: 990px;
    margin: 0 auto;
    position: relative;
}
.mobile-br {
    display: none !important;
}
@media screen and (max-width: 40em) {
    .mobile-br {
        display: inline !important;
    }
}

a.button, .unit a.button {
    font-weight: bold;
    text-decoration: none;
    background:#193278;
    color:#FFF;
    padding:10px;
    line-height:20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}
a.button:hover {
    background: #ef7c00;
    color: white;
}
@media screen and (max-width: 50em) {
    a.button {
        display: block;
        max-width: 40%;
        min-width: 200px;
    }
}
a.read-more-button {
    background: #7a9aa6;
    color: white;
    padding: 12px 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    behavior: url(pie/PIE.htc);
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
}
a.read-more-button:hover {
    background: #53c4ea;
}
.frame {
    border: 15px solid white;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.15);
    behavior: url(pie/PIE.htc);
}
/* FONTS */
 @font-face {
    font-family:'icomoon';
    src: url("../fonts/icomoon.eot");
    src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
    font-family:'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
/* Use the following CSS code if you want to have a class per icon */

/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
 .icon-mail, .icon-up-arrow, .icon-right-arrow, .icon-left-arrow, .icon-home, .icon-down-arrow, .icon-youtube, .icon-facebook, .icon-twitter, .icon-google-plus, .icon-search, .icon-menu {
    font-family:'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.icon-mail:before {
    content:"\e000";
}
.icon-up-arrow:before {
    content:"\e001";
}
.icon-right-arrow:before {
    content:"\e002";
}
.icon-left-arrow:before {
    content:"\e003";
}
.icon-home:before {
    content:"\e004";
}
.icon-down-arrow:before {
    content:"\e005";
}
.icon-youtube:before {
    content:"\e006";
}
.icon-facebook:before {
    content:"\e007";
}
.icon-twitter:before {
    content:"\e008";
}
.icon-google-plus:before {
    content:"\e009";
}
.icon-search:before {
    content:"\e00a";
}
.icon-menu:before {
    content:"\e00b";
}
.icon-alone {
    display: inline-block;
    /* Chrome 19 was weird with clickability without this */
}
.screen-reader-text {
    /* Reusable, toolbox kind of class */
    position: absolute;
    top: -9999px;
    left: -9999px;
}
[data-icon]:before {
    font-family:'icomoon';
    /* BYO icon font, mapped smartly */
    content: attr(data-icon);
    speak: none;
    /* Not to be trusted, but hey. */
}
#main {
    padding-bottom:30px;
}
/* HEADER */
 #masthead {
    background: url(../img/knights/lines.png) no-repeat -130px bottom #ef7c00;
    z-index: 3;
    height: 305px;
    *height:270px;
    border-bottom:35px solid #dbd9d9;
}
@media screen and (max-width: 50em) {
    #masthead {
        height: 220px;
    }
}
#masthead a.site-title {
    margin: 66px 15px 0 38px;
    float: left;
    display:inline;
}
#masthead a.site-title:hover {
    opacity: .8;
}
#masthead .headline {
    float: left;
    margin: 86px 0 0;
}
@media screen and (max-width: 50em) {
    #masthead .headline {
        margin-left: 40px;
        margin-top: 75px;
    }
}
@media screen and (max-width: 40em) {
    #masthead .headline {
        margin-left: 10px;
        margin-top: 80px;
    }
}
#masthead .headline p {
    font-size: 18px;
    margin: 0;
    line-height: 18px;
}
@media screen and (max-width: 40em) {
    #masthead .headline p {
        font-size: 14px;
    }
}
#masthead .headline h1 {
    font-size: 42px;
    text-transform: uppercase;
    margin: 0;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 50em) {
    #masthead .headline h1 {
        font-size: 33px;
        line-height: 33px;
    }
}
@media screen and (max-width: 40em) {
    #masthead .headline h1 {
        font-size: 18px;
        line-height: 18px;
    }
}
#masthead .social {
    position: absolute;
    top: 0;
    right: 15px;
}
#masthead .social p {
    color: white;
    background: #f5ab5c;
    -webkit-border-radius: 0 0px 8px 8px;
    -moz-border-radius: 0 0px 8px 8px;
    -ms-border-radius: 0 0px 8px 8px;
    -o-border-radius: 0 0px 8px 8px;
    border-radius: 0 0px 8px 8px;
    text-align: center;
    margin: 0 0 14px;
    font:bold 18px/31px Arial;
    height:31px;
    width:88px;
}
#masthead .social .social-first {
    margin-right: 10px;
}
#masthead .social a {
    float: left;
}
#masthead .social a:hover {
    opacity: .6;
}
#masthead .wrapper {
    height:100%;
}
/* MAIN NAV */
 @media screen and (max-width: 40em) {
    .hgroup .wrapper {
        padding: 0;
    }
}
@media screen and (max-width: 50em) {
    a.site-title {
        margin: 0 0 20px 2%;
    }
}
@media screen and (max-width: 40em) {
    #nav {
        width: 100%;
        margin: 0;
        top: 0;
        padding: 0 2%;
    }
}
.js #nav {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
}
#nav.opened {
    max-height: 9999px;
}
@media screen and (min-width: 40em) {
    .js #nav {
        position: relative;
        max-height: none;
    }
}
.main-navigation {
    float: left;
    position: relative;
    top: 30px;
    margin-left: 2%;
}
@media screen and (max-width: 40em) {
    .main-navigation {
        border-bottom: 4px solid #53c4ea;
    }
}
.main-navigation ul {
    margin: 0;
    padding: 0;
    background: #53c4ea;
}
@media screen and (max-width: 40em) {
    .main-navigation ul {
        margin: 0;
        padding: 0;
        width: 100%;
        display: block;
        list-style: none;
    }
}
.main-navigation ul li {
    float: left;
    background: #53c4ea;
}
@media screen and (max-width: 40em) {
    .main-navigation ul li {
        width: 100%;
        display: block;
    }
}
.main-navigation ul li a {
    padding: 5px 10px;
    display: block;
    color: white;
    text-decoration: none;
    font-size: 13px;
}
.main-navigation ul li a:hover {
    color: #698996;
}
@media screen and (max-width: 40em) {
    .main-navigation ul li a {
        padding: 8px 2%;
        background: white;
        color: #53c4ea;
        font-size: 14px;
        margin-bottom: 6px;
        border: 2px solid white;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        -o-border-radius: 6px;
        border-radius: 6px;
        behavior: url(pie/PIE.htc);
    }
}
@media screen and (max-width: 40em) {
    .main-navigation ul li a:hover {
        background: #698996;
        color: white;
    }
}
.nav-home {
    text-indent: -9999px;
    background: url(../img/home.png) no-repeat;
    width: 20px;
    height: 18px;
    position: relative;
    margin: 4px;
}
.nav-home:hover {
    background-position: 0 -22px;
}
@media screen and (max-width: 40em) {
    .nav-home {
        display: none !important;
    }
}
.current {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    behavior: url(pie/PIE.htc);
    background: white !important;
    color: #53c4ea !important;
}
.current.nav-home {
    background: url(../img/home.png) no-repeat !important;
    background-position: 0 -22px !important;
    margin: 4px;
    position: relative;
}
#nav-toggle {
    display: none;
}
@media screen and (max-width: 40em) {
    #nav-toggle {
        display: block;
        position: absolute;
        right: 80px;
        top: 26px;
        color: white;
        text-decoration: none;
        font-size: 24px;
    }
    #nav-toggle span {
        font-family:'icomoon';
    }
    #nav-toggle:hover {
        color: #698996;
    }
}
@media screen and (max-width: 40em) {
    #nav-toggle a {
        color: white;
        text-decoration: none;
    }
}
.span-grid {
    width: 97%;
}
.one-of-two {
    width: 47%;
}
.two-of-two {
    width: 97%;
}
.one-of-three {
    width: 30.36%;
}
.two-of-three {
    width: 63.666666666%;
}
.one-of-four {
    width: 22.05%;
}
.three-of-four {
    width: 72%;
}
.one-of-five {
    width: 17.0%;
}
.two-of-five {
    width: 37%;
}
.three-of-five {
    width: 57%;
}
.four-of-five {
    width: 77%;
}
.five-of-five, .full-width {
    width: 97%;
}
.two-text-col {
    column-count: 2;
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari and Chrome */
}
@media screen and (max-width: 50em) {
    .two-text-col {
        column-count: 1;
        -moz-column-count: 1;
        /* Firefox */
        -webkit-column-count: 1;
        /* Safari and Chrome */
    }
}
.home.grid {
    top: -44px;
    margin-bottom: -44px;
}
.IE7 .home.grid {
    overflow:hidden;
}
.home.grid .one-of-four {
    width:23.2%;
    display:inline-block;
}
.IE7 .home.grid .one-of-four {
    display:inline;
    zoom:1;
}
@media (max-width:480px) {
    .home.grid .one-of-four {
        width:24.2%;
    }
}
.home.grid .one-of-four + .one-of-four {
    margin-left:1.3%;
}
.grid {
    margin-left: -3%;
    position: relative;
}
.cell {
    position: relative;
    color: #7a9aa6;
    text-decoration: none;
    padding: 30px;
    margin-bottom: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.17);
    -moz-box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.17);
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.17);
    behavior: url(/pie/PIE.htc);
    background: white;
}
.cell h2 {
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-family:'Benton Sans Bold';
}
.menu {
    position:absolute;
    top:-79px;
    left:0;
    height: 43px;
}
.menu ul {
    list-style: none;
    height: 45px;
    margin:0;
}
.menu li.HighLighted, .menu li:hover {
    background-color: #dbd9d9;
    padding-bottom:22px;
    margin-top:0;
}
.menu li {
    float: left;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    background-color: #fff;
    /* layer fill content */
    padding:5px 0;
    margin-left: 0;
    margin-top:16px;
    *display:inline;
}
.menu li + li {
    margin-left:11px;
}
.menu li a {
    color:#173178;
    font-size:14px;
    font-family:'Benton Sans Bold';
    text-decoration:none;
    text-transform: uppercase;
    padding:0 13px;
}
.menu li.last a {
    padding:0 18px;
}
.unit, .page .unit {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin-left: 3%;
    margin-right: -.25em;
}
@media screen and (max-width: 35em) {
    .menu {
        height:auto;
    }
    .grid {
        margin-left:0;
    }
    .menu ul li {
        width:100%;
        margin:8px 0 0 0;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .menu ul {
        margin:35px 0 35px 0;
    }
    .unit, .page .unit {
        width: auto;
        margin-left: 0;
        display: block;
        height: auto;
    }
}
.unit h3, .page .unit h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.unit .entry-content p {
    margin-bottom: 1em;
    font-size: 14px;
}
.unit .entry-content .copy {
    display: block;
    max-width: 70%;
    float: left;
}
.max-640 {
    max-width: 640px;
}
.center {
    margin: 0 auto;
}
.unit .entry-content a, .unit .entry-content a:visited {
    color: #7a9aa6;
}
.unit .entry-content a.button, .unit .entry-content a.button:visited {
    color: white;
}
.unit .entry-content a.button.large {
    font-size: 16px;
}
.unit p, .page .unit p {
    font-size: 12px;
    margin: 0;
}
.unit .button, .page .unit .button {
    background: #7a9aa6;
    color: white;
    width: inherit;
    padding: 8px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    behavior: url(/pie/PIE.htc);
    font-size: 12px;
    line-height: 14px;
    border: none !important;
    box-shadow: none !important;
}
.unit .button p, .page .unit .button p {
    margin: 0;
    width: auto;
}
.unit .button:hover, .page .unit .button:hover {
    background: #fec825;
    cursor: pointer;
}
.tweets ul {
    list-style: none;
    margin: 0;
}
.tweets ul li {
    background-image: url("../img/dots.png");
    background-position: top;
    background-repeat: repeat-x;
    position:relative;
}
.tweetBtn {
    position:absolute;
    width: 85px;
    padding: 12px 0;
    left:0;
}
.tweetTxt {
    font-size: 13px;
    min-height: 62px;
    padding: 12px 0 12px 90px;
    *min-height:38px;
}
.tweetTxt a {
    color: #7a9aa6;
}
.cell:after {
    content:'';
    height: 28px;
    width: 24px;
    background: url("../img/triangle.png");
    bottom: -28px;
    right: 20px;
    position: absolute;
}
.selected .cell:after, .highlighted .cell:after {
    z-index: 4;
    background: url("../img/triangle-blue.png");
}
.notSelected .cell:after {
    background: none;
}
.cell.highlight {
    background: #fec825 !important;
    color: white !important;
}
.cell.highlight h3 {
    font-weight: bold;
    font-size: 47px;
    line-height: 46px;
    text-align: center;
}
.cell.highlight:after {
    background: url("../img/triangle-yellow.png");
    left: 30px;
}
.accordion {
    margin-bottom: 35px;
    height: 68px;
}
@media screen and (max-width: 50em) {
    .accordion {
        height: auto;
    }
}
.accordion h3 .title {
    font-family:'Benton Sans Bold';
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    line-height: 20px;
    margin-left: 0px;
}
.small .accordion h3 .title {
    width:100%;
    display:block;
    position:absolute;
    top:50%;
    left:0;
    margin-top:-10px;
    text-align:center;
    text-indent:56px;
}
.introFields {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    display: inline-block;
    padding: 5px 10px;
    float: right;
    position: relative;
    bottom: 65px;
    right: 10px;
}
@media screen and (max-width: 50em) {
    .introFields {
        display: none;
    }
}
.introFields .postcode h3, .introFields .topPostcode h3 {
    color: #7a9aa6;
}
.light-blue {
    background-color: #4db8e6;
}
.light-blue p {
    color: #ffffff;
}
.cell .full-line {
    height: 71px;
    padding: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: -30px -30px 10px -30px;
}
.cell .full-line img {
    float: left;
    margin-right: 10px;
}
@media screen and (max-width: 35em) {
    .cell .full-line img {
        top: -5px;
    }
}
.cell .full-line p {
    font-family:'Benton Sans Bold';
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    line-height: 54px;
}
@media screen and (max-width: 59em) {
    .cell .full-line p {
        font-size: 14px;
        line-height: 16px;
    }
}
@media screen and (max-width: 35em) {
    .cell .full-line p {
        font-size: 16px;
        line-height: 24px;
    }
}
.form-button-tab .cell {
    padding: 10px 30px;
}
.small.form-button-tab .cell {
    padding:0;
    height:74px;
    text-decoration:none;
}
@media (max-width:480px) {
    .small.form-button-tab .cell {
        height:50px;
        background-image:none !important
    }
    .small .accordion h3 .title {
        font-size:70%;
        margin-top:-14px;
        line-height:1.2em;
        text-indent:0;
        text-align:left;
        padding-left: 12px;
    }
    .tweet.small .accordion h3 .title {
        padding-left: 21px;
    }
    .shareimage.small .accordion h3 .title {
        padding-left: 10px;
    }
    .signup.small .accordion h3 .title {
        padding-left: 17px;
        margin-top:-7px;
    }
}
.home .unit.form-tab {
    display: none;
}
.home .unit.form-tab {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
.unit.selected .cell, .unit.highlighted .cell {
    background-color: #698996;
    color: #fff;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.small.email .cell {
    background-image:url(/voice/img/mail.png);
    background-repeat:no-repeat;
    background-position:4px 10px;
}
.small.tweet .cell {
    background-image:url(/voice/img/dark-twitter.png);
    background-repeat:no-repeat;
    background-position:4px 10px;
}
.small.shareimage .cell {
    background-image:url(/voice/img/imagesIcon.png);
    background-repeat:no-repeat;
    background-position:4px 10px;
}
.small.signup .cell {
    background-image:url(/voice/img/sign-up.png);
    background-repeat:no-repeat;
    background-position:4px 10px;
}
@media screen and (max-width: 35em) {
    .unit.selected .cell, .unit.highlighted .cell {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        background-image:none;
    }
}
.unit.notSelected .cell {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.home .unit.form-signup, .home .unit.form-email {
    top: -28px;
}
.IE7 .home .unit.form-signup, .IE7 .home .unit.form-email {
    width:90%;
}
.unit.form-button-tab {
    z-index: 4;
    cursor: pointer;
}
.unit.form-tab {
    z-index: 3;
}
.shareable-images {
    text-align: center;
    font-weight: bold;
    color: #4b656f;
    padding:35px;
    *float:left;
}
.shareable-images img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}
.shareable-images .image {
    background-color: #dfe6e9;
    padding: 10px;
    float: left;
    width: 270px;
    *width:250px;
    margin-bottom: 15px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
}
.shareable-images .image + .image {
    margin-left:50px;
    display:inline;
}
@media screen and (min-width: 50em) and (max-width: 80em) {
    .shareable-images .image {
        margin-left: 1%;
    }
}
.shareable-images .image p {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 15px;
    color:#193278;
}
@media screen and (max-width: 50em) {
    .shareable-images .image {
        width: 270px;
        float: none;
        margin: 10px auto;
    }
}
.shareable-images .image:first-child, .shareable-images .image:nth-child(4n+4) {
    margin-left: 0;
}
@media screen and (max-width: 50em) {
    .shareable-images .image:first-child {
        margin: 10px auto;
    }
}
.shareable-images .share-icons {
    max-width: 255px;
}
.shareable-images .share-icons ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.shareable-images .share-icons ul li {
    padding-left: 10px;
    float: left;
}
.shareable-images .share-icons ul li:first-child {
    padding-left: 0;
}
.cell.single-line img {
    float: left;
    margin-right: 10px;
    position: relative;
    top: -8px;
}
@media screen and (max-width: 35em) {
    .cell.single-line img {
        top: -5px;
    }
}
.cell.single-line p {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    position: relative;
    line-height: 20px;
}
@media screen and (max-width: 59em) {
    .cell.single-line p {
        font-size: 14px;
        line-height: 16px;
    }
}
@media screen and (max-width: 35em) {
    .cell.single-line p {
        font-size: 16px;
        line-height: 24px;
    }
}
a.cell.single-line {
    display: block;
    color: #7a9aa6;
}
a.cell.single-line:hover {
    background: #7a9aa6;
    color: white;
}
a.cell.single-line:hover:after {
    content:'';
    height: 20px;
    width: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #7a9aa6;
    bottom: -10px;
    right: 20px;
    position: absolute;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.disclaimer p {
    text-align: center;
    color: #7a9aa6;
    font-size: 12px;
    line-height: 14px;
}
.form-title {
    margin-bottom: 10px;
    position: relative;
}
.form-title p, .form-title img {
    float: left;
}
.form-title p.email {
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    position: absolute;
    left: 60px;
    top: 3px;
}
@media screen and (max-width: 48em) {
    .form-title p.email {
        top: -8px;
    }
}
@media screen and (max-width: 35em) {
    .form-title p.email {
        top: 3px;
    }
}
.ui-accordion-content {
    padding: 0 30px;
    margin: 0px 0 30px;
}
p.instructions {
    color: #7a9aa6;
}
/* FOOTER */
 .site-footer {
    background: #dbd9d9 url("../img/knights/lines.png") no-repeat -130px bottom;
    color: #193278;
    padding: 20px 0;
    margin-top: 30px;
    min-height: 232px;
}
.site-footer a {
    color: #193278;
    text-decoration: none;
}
.site-footer a:hover {
    color: #ef7c00;
}
.site-footer h5 {
    font-size:18px;
}
.site-footer h5 a {
    color: #193278;
}
.site-footer h5 a:hover {
    color: #ef7c00;
}
.site-footer p {
    font-size: 11px !important;
}
.site-footer .column {
    width:196px;
    float:left;
    *display:inline;
    margin-left:18px;
}
.site-footer .column.no-header {
    padding-top:25px;
    width:160px;
}
.site-footer .column + .column {
    margin-left:0;
}
.site-footer .column + .right {
    margin-right:15px;
}
.pod {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 9px 0 rgba(40, 40, 40, 1);
    box-shadow: 2px 2px 9px 0 rgba(40, 40, 40, 1);
    overflow:hidden;
    margin-top:35px;
}
.full-width {
    width:980px;
    background:white;
    float:left;
    height:auto;
    position:relative;
    clear:both;
}
.full-width .text {
    padding:35px;
    font-family:'Benton Sans';
    font-size:14px;
    color:#000;
    *width:910px;
}
.full-width > .text > .copy {
    max-width:70%;
    float:left;
    display:block;
}
.hero {
    height:400px;
}
.watch .hero { display:none; }
.hero > .right {
    position:absolute;
    right:0;
}
.hero > .text {
    position:relative;
    z-index:2;
    background:url(../img/knights/hero-mask.png) no-repeat right top;
    font-family:'Benton Sans Medium';
    font-size:14px;
    color:#000000;
    width:505px;
    height:100%;
    padding:0;
}
.maskless > .text { background-image:none; }
.hero > .text > .content {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 90%;
    padding-left: 25px;
    padding-right: 90px;
    z-index: 10;
    *margin-top:40px;
}
.emailMP, .signup {
    height:auto;
}
.emailMP > h3, .signup > h3, .twitter > h3, .share > h3, .submission > h3 {
    color:#193278;
    font-family:'Benton Sans Bold';
    /*font-size:18px;*/
    font-size:16px;
    line-height:70px;
    background:url(../img/knights/envelope.png) no-repeat 34px 15px #dbd9d9;
    padding-left:97px;
    cursor:pointer;
}
.submission > h3 {
    background-image:url(../img/knights/submission.png);
    padding-left:48px;
    background-position: 13px 15px;
}
.signup > h3 {
    background-image:url(../img/knights/pencil.png);
}
.twitter > h3 {
    background-image:url(../img/knights/tweet.png);
}
.share > h3 {
    background-image:url(../img/knights/share-images.png);
}
.share.email-container > h3 {
    background-image:url(../img/knights/envelope.png);
}
.emailMP .form, .signup .form {
    padding:35px;
}
ul.tabs {
    background:none;
    margin:35px 0 0;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;*/
    overflow:hidden;
}
ul.tabs li {
    width:50%;
    list-style:none;
    float:left;
}
ul.tabs li + li {
    float:right;
    display:inline;
    width:49%;
}
ul.tabs li > h3 {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
ul.tabs li.selected > h3 {
    background-color:#FFF;
}
ul.tabs + .forms {
    *width:910px;
    padding:35px;
    position:relative;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}
/* four tabs */
ul.four-tabs li, ul.four-tabs li + li { width:24%; float:left; display:inline; }
ul.four-tabs li + li { margin-left:13px }
ul.four-tabs .emailMP > h3,
ul.four-tabs .twitter > h3 { background-position:22px center; padding-left: 70px;}
ul.four-tabs .share > h3 { background-position:15px center; padding-left:60px;}
ul.four-tabs .signup > h3 { background-position:45px center; padding-left:100px;}

.email-form {
    background:#FFF;
}
.email-container {
    padding-bottom: 60px;
}
.email-container .email-form {
    padding: 30px;
}
.welcome .email-form, .watch .emailMP {
    display: none;
}
.welcome .hero {
    display:block;
}
.form-wrapper {
    display:none;
    background:#FFF;
}
.CheckBoxListField {
    position:relative;
}
.CheckBoxListField input[type='checkbox'] {
    position:absolute;
    left: 0;
}
.CheckBoxListField label {
    position:relative;
    width:500px;
}
a.button.large {
    background: none repeat scroll 0% 0% #193278;
    color: #FFF;
    width: inherit;
    padding: 8px 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 14px;
    border: medium none !important;
    box-shadow: none !important;
}
a.button.large:hover {
    background-color:#ef7c00;
}
/*
.site-footer .nav-footer a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    margin: 4px 0;
}
.site-footer .tandc span.mobile-break {
    display: none;
}
*/
 @media screen and (max-width: 50em) {
    .site-footer .tandc span.mobile-break {
        display: inline;
    }
}
.site-footer .tandc span.space {
    padding-right: 5px;
}
.site-footer .tandc p {
    font-size: 8px !important;
    float: right;
    line-height: 12px;
}
.site-footer .tandc img {
    width: 50px;
    height: auto;
    float: right;
    margin-left: 20px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}
@media screen and (max-width: 50em) {
    .site-footer .tandc {
        padding-bottom: 20px;
    }
}
.site-footer p.copyright {
    float: right;
    text-align: right;
    padding-right: 10px;
    font-size: 10px;
    line-height: 14px;
    margin: 0;
    padding-top: 5px;
    text-transform: uppercase;
}
.site-footer img.footer-logo {
    width: 50px;
    height: auto;
    float: right;
}
.site-footer .no-header {
    padding-top: 20px;
}
@media screen and (max-width: 50em) {
    .site-footer .no-header {
        padding-top: 0;
    }
}
/* IE */
 .ie8 #privacy:after, .ie8 #confirmation:after, .ie7 #privacy:after, .ie7 #confirmation:after {
    content:'';
    height: 0px !important;
    width: 0px !important;
}
.ie8 .cell:after, .ie7 .cell:after {
    content:'';
    height: 0px !important;
    width: 0px !important;
    background: white;
    bottom: -10px;
    right: 20px;
    position: absolute;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
}
.ie8 .cell, .ie7 .cell {
    border: 1px solid #e6e6e6;
    z-index: 999;
}
.ie8 .cell.highlight, .ie7 .cell.highlight {
    border-radius: 10px !important;
    behavior: url(pie/PIE.htc);
}
.ie8 .frame, .ie8 .secondary-content .thumbnail, .ie8 .thumbnail, .ie7 .frame, .ie7 .secondary-content .thumbnail, .ie7 .thumbnail {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.ie8 .one-of-four.single-image, .ie7 .one-of-four.single-image {
    padding: 40px !important;
}
.ie8 .content-w-img-right .narrow-img, .ie7 .content-w-img-right .narrow-img {
    max-height: 180px;
}
.ie8 .one-of-four.single-image img, .ie7 .one-of-four.single-image img {
    max-height: 180px;
}
.ie8 .open-search .search-instructions, .ie7 .open-search .search-instructions {
    padding-top: 10px;
}
.ie7 .main-footer .one-of-five {
    width: 16.0%;
}
.ie7 .main-footer .tow-of-five {
    width: 33%;
}
.ie7 .home .unit .button, .ie7 .home .unit .button {
    height: 18px;
}
.ie7 .flex-control-nav {
    display: none;
}
/* FORM */
 .form-fields-signup .seperator, .form-fields-email .seperator {
    width: 50%;
    float: left;
}
@media screen and (max-width: 50em) {
    .form-fields-signup .seperator, .form-fields-email .seperator {
        float: none;
        width: 100%;
    }
}
.form-fields-signup .seperator.left fieldset, .form-fields-email .seperator.left fieldset {
    padding-right: 5%;
}
.form-fields-signup .seperator.right fieldset, .form-fields-email .seperator.right fieldset {
    padding-left: 5%;
    margin-bottom:15px;
}
.form-fields-email .seperator.right fieldset.lastField {
    margin-bottom:0;
}
@media screen and (max-width: 50em) {
    .form-fields-signup .seperator.right fieldset, .form-fields-email .seperator.right fieldset {
        padding-left: 0;
    }
}
.form-fields-signup .checkandsubmit {
    display: block;
}
.postcode h3, .topPostcode h3 {
    font-size: 18px;
    font-weight: bold;
    display: inline;
    vertical-align: middle;
    color:#193278;
    text-transform: uppercase;
}
.postcode label, .topPostcode label {
    display: none !important;
}
.postcode .TextBoxField, .postcode .EditingFormControlNestedControl, .topPostcode .TextBoxField, .topPostcode .EditingFormControlNestedControl {
    width: 117px;
    min-width: 117px;
    display: inline-block;
    margin-left:23px;
    font-size:13px;
    padding:0 5px;
    *display:inline;
    *zoom:1;
}
.widerPostcode .EditingFormControlNestedControl { width:100%; margin:0; padding:0; }
.widerPostcode.postcode .TextBoxField {
    width: 100%;
    padding:0px 15px;
    *width:400px;
}
.postcodeSubmit {
    background: url("../img/knights/btn-FindMP.png") no-repeat #193278;
    border-radius:8px;
    width: 93px;
    height: 32px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    *display:inline;
    *zoom:1;
    margin-left:-4px;
    *margin-left:-14px;
    margin-top:-3px;
}
.form .postCodeResults {
    display: none;
}
.form .postCodeResults .resultsField {
    background-color: #eff3f4;
}
.form .statementField textarea {
    text-transform: none;
}
.postcodeSubmit:hover, .postcodeSubmit:active, .postcodeSubmit:focus {
    background-image: url("../img/Find-MP-Selected.jpg");
}
.form .postCodeResults textarea {
    height: 72px;
}
.form textarea.TextAreaField {
    width: 100%;
    height: 110px;
    padding: 10px;
}
.postCodeResults .resultsField {
    height: 100%;
    width: 100%;
    text-transform: none;
    padding: 10px;
}
fieldset .EditingFormLabel {
    display: none !important;
}
fieldset .TextBoxField, fieldset textarea, fieldset .resultsField {
    height: 32px;
    min-width: 250px;
    border: 1px solid #193278 !important;
    color: #193278 !important;
    font-weight: bold !important;
    padding: 0 15px;
    margin: 5px 0 !important;
    font-size: 12px;
    width: 100%;
    *width:400px;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
::-webkit-input-placeholder {
    color:#193278;
}
::-moz-placeholder {
    color:#193278;
}
/* firefox 19+ */
 :-ms-input-placeholder {
    color:#193278;
}
/* ie */
 input:-moz-placeholder {
    color:#193278;
}
fieldset .EditingFormErrorLabel, .ErrorLabel {
    font-size: 11px;
    color: red;
    display:none;
}
.statement {
    padding: 15px;
    height: 300px;
    overflow: auto;
    border: 1px solid #698995;
    font-size:13px;
    /* stroke */
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    /* prevents bg color from leaking outside the border */
    background-color: #fff;
    /* layer fill content */
    -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
    /* inner shadow */
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
    /* inner shadow */
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.28);
    /* inner shadow */
    font-family:'Benton Sans Medium';
}
.statement p { margin-bottom: 1em; }
.InfoLabel {
    color: green;
    font-family: 'Benton Sans';
    font-size: 14px;
}
.checkandsubmit {
    position:relative;
}
.checkandsubmit .EditingFormControlNestedControl {
    width: 25px;
    display: inline;
    position:absolute;
    top:2px;
    left:0;
}
.checkandsubmit label {
    font-weight: bold;
    font-size: 12px;
    display: inline;
    vertical-align: middle;
    color:#193278;
    margin-left:25px;
    display:block !important;
}
.checkandsubmit .FormButton {
    float: right;
    background-image: url("../img/knights/bluebtn-signup.jpg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 93px;
    height: 32px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.checkandsubmit.mp .FormButton {
    float: right;
    background-image: url("../img/knights/btn-Submit-Send.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 223px;
    height: 32px;
    /*width:auto;
    height:auto;*/
    border: none;
    cursor: pointer;
    margin-top:15px;
}
.checkandsubmit.mp.btn-email .FormButton { margin-top:0; }
.Thanks .mp .FormButton:hover, .Thanks .mp .FormButton:active, .Thanks .mp .FormButton:focus {
    background-image: url("../img/knights/btn-signup.png");
}
.Thanks .checkandsubmit.mp .FormButton {
    background-image: url("../img/knights/btn-signup.png");
}
.Thanks .checkandsubmit.mp .FormButton:hover, .Thanks .checkandsubmit.mp .FormButton:active, .Thanks .checkandsubmit.mp .FormButton:focus {
    background-image: url("../img/knights/btn-signup.png");
}
​ .FormButton:hover, .FormButton:active, .FormButton:focus {
    background-image: url("../img/knights/btn-signup.png");
}
​ textarea {
    height: 95px !important;
    border: 1px solid #698996 !important;
    color: #698996 !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    padding: 10px !important;
    margin: 5px 0 !important;
    -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 10px !important;
}
.gform_wrapper .validation_error {
    color: #fec825 !important;
}
.gform_wrapper li.gfield.gfield_error .gfield_description {
    color: #698996 !important;
}
.gform_wrapper .left_label li.gfield_html_formatted, .gform_wrapper .right_label li.gfield_html_formatted {
    margin-left: 0 !important;
}
/* FANCYBOX */

/* fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
 .fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}
.fancybox-skin {
    position: relative;
    /*  background: #f9f9f9; */
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-inner {
    overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px"Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/popup-close.png");
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("fancybox_loading.gif") center center no-repeat;
}
.fancybox-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 8040;
}
.fancybox-close:hover {
    opacity: .7;
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
/* Overlay helper */
 .fancybox-lock {
    overflow: hidden;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("../img/fancybox_overlay.png");
    background: rgba(0, 0, 0, 0.7);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.7);
}
/* Title helper */
 .fancybox-title {
    visibility: hidden;
    font: normal 13px/20px"Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}
.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}
#fancybox-thumbs {
    position: fixed;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 8050;
}
#fancybox-thumbs.bottom {
    bottom: 2px;
}
#fancybox-thumbs.top {
    top: 2px;
}
#fancybox-thumbs ul {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
#fancybox-thumbs ul li {
    float: left;
    padding: 1px;
    opacity: 0.5;
}
#fancybox-thumbs ul li.active {
    opacity: 0.75;
    padding: 0;
    border: 1px solid #fff;
}
#fancybox-thumbs ul li:hover {
    opacity: 1;
}
#fancybox-thumbs ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #222;
    background: #111;
    outline: none;
}
#fancybox-thumbs ul li img {
    display: block;
    position: relative;
    border: 0;
    padding: 0;
}
#privacy, #letter {
    display: none;
    background: #53c3e9;
    width: 100% !important;
    padding: 20px;
    color: white;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#privacy h3, #letter h3 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .5em;
}
@media screen and (max-width: 35em) {
    #privacy h3, #letter h3 {
        font-size: 20px;
        line-height: 22px;
    }
}
#privacy p, #letter p {
    font-size: 14px;
    line-height: 16px;
}
@media screen and (max-width: 40em) {
    #privacy p, #letter p {
        font-size: 12px;
        line-height: 14px;
    }
}
#letter:after {
    content:'';
    width: 34px;
    height: 34px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #53c3e9;
    position: absolute;
    bottom: -16px;
    right: 25px;
}
#privacy:after {
    content:'';
    width: 34px;
    height: 34px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #53c3e9;
    position: absolute;
    bottom: -16px;
    right: 25px;
}
#confirmation {
    display: none;
    background: #14aa25;
    width: 100% !important;
    padding: 20px;
    color: white;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
#confirmation h3 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: .5em;
}
@media screen and (max-width: 35em) {
    #confirmation h3 {
        font-size: 16px;
        line-height: 18px;
    }
}
#confirmation p {
    font-size: 14px;
    line-height: 16px;
}
#confirmation:after {
    content:'';
    width: 34px;
    height: 34px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #14aa25;
    position: absolute;
    bottom: -16px;
    right: 25px;
}
/* Tablets */
 @media screen and (max-width:979px) {
    #masthead {
        height:215px;
        border-bottom:none;
    }
    .menu {
        position:relative;
        top:0;
        height:auto;
        margin-bottom: 10px;
    }
    .menu li.HighLighted, .menu li:hover {
        padding-bottom:5px;
        margin-top:8px;
    }
    .menu li.last a {
        padding:0 18px;
    }
    .menu li {
        margin:10px 0 0px !important;
        width:100%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }
    .full-width {
        width:100%;
        height:auto;

    }
    .form-fields-email .seperator.left fieldset {
        padding-right:0;
    }
    .form-fields-email .seperator {
        margin-bottom:10px;
    }
    .hero > img.right {
        float:left;
        width:100%;
        max-width:100%;
        position:static;
    }
    .hero > .text {
        float:left;
        clear:both;
        width:100%;
        background:#fff;
    }
    .hero > .text > .content {
        position:relative;
        padding:20px;
    }
    .emailMP > h3, .postcode h3, .twitter > h3, .share > h3, .signup > h3 {
        font-size:13px;
        line-height:1em;
        height:70px;
        padding-top:25px;
    }
    .shareable-images .image {
        margin:10px auto;
    }
    .shareable-images .image + .image {
        float:none;
        display:block;
        margin:10px auto;
    }
    .no-tablet {
        display:none;
    }
    ul.tabs + .forms { padding:15px;}
    ul.four-tabs li + li { margin-left:1%;}
    ul.four-tabs li.signup > h3 { background-position:22px center; padding-left:70px;}
}
/* Mobile */
@media screen and (max-width:620px) {
    ul.four-tabs li > h3 { text-indent:-9999px; background-position:center center !important;}
}
 @media screen and (max-width:480px) {
    #masthead {
        background-size:cover;
        height:185px;
        border-bottom:25px solid #dbd9d9;
    }
    #masthead .headline {
        margin:50px 0 15px;
        display:inline-block;
        padding:0 10px;
        max-width: 100%;
    }
    #masthead a.site-title {
        margin: 15px;
        float: left;
    }
    .menu {
        position:relative;
        top:0;
    }
    .menu li.HighLighted, .menu li:hover {
        padding-bottom:5px;
        margin-top:8px;
    }
    .menu li.last a {
        padding:0 18px;
    }
    .site-footer .column {
        margin-bottom:15px;
    }
    .site-footer .column + .column {
        margin-left:18px;
    }
    .site-footer .column.no-header {
        padding-top:0px;
    }
    .emailMP .form, .full-width > .text, .shareable-images {
        padding:15px;
    }
    .hero > .text, .form-fields-signup .seperator.left fieldset {
        padding:0;
    }
    .form-fields-signup .seperator.right fieldset {
        margin:0;
    }
    .postcode > h3, .twitter > h3, .share > h3 {
        font-size:13px;
    }
    .emailMP > h3, .signup > h3 {
        font-size:13px;
        height:70px;
        line-height: 1em;
        padding-top:12px;
    }
    .postcode h3 {
        display:block;
    }
    .postcode .EditingFormControlNestedControl {
        margin-left:0;
    }
    .statement {
        height:250px;
    }
    .postcodeSubmit {
        margin-top:0;
    }
    .CheckBoxListField label {
        width:160px;
    }
    .no-mobile {
        display:none;
    }

}
/* Shit iPhone screen widths */
 @media screen and (max-width:320px) {
    .emailMP > h3, .signup > h3 {
        font-size:12px;
        padding-left:80px;
    }
    .CheckBoxListField label {
        width:140px;
    }
}
/* Edit Mode styles */
 .EditMode .hero > .text {
    top: 0;
    position:absolute;
}
.EditMode .hero > .text > .content {
    position:relative;
    padding:0;
}
.EditMode .form-wrapper, .DesignMode .form-wrapper {
    display:block;
}
.EditMode .hero .text { top:50px; }

/* Register lightbox */
.formRegister { display:none; }
.formRegister h3 {
    background:url(../img/knights/signup-lightbox-title.png) no-repeat;
    width:348px;
    height:156px;
    text-indent:-9999px;
}
.formRegister .FormPanel {
    padding:40px 347px 40px 40px;
    background:url(../img/knights/signup-lightbox-image.jpg) no-repeat top right;
    height:478px;
    border-radius:4px;
    overflow:hidden;
}
#podRegoLite > div > label { display:none; }
.formRegister .TextBoxField {
    height:32px;
    line-height:32px;
    font-family:Arial;
    font-size:12px;
    text-transform:uppercase;
    padding:0 10px;
    color:#193278;
    border:1px solid #7a9aa6;
    width:310px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 4px 8px -4px #7a9aa6;
    box-shadow:inset 0 4px 8px -4px #7a9aa6;
    font-weight:bold;
    ::-webkit-input-placeholder {color: #193278;font-weight:bold;}
    :-moz-placeholder {color: #193278;font-weight:bold;}
    ::-moz-placeholder {color: #193278;font-weight:bold;}
    :-ms-input-placeholder {color: #193278;font-weight:bold;}
}

@media screen and (max-width:767px) {
    .formRegister .FormPanel {
        padding:30px 15px;
        background:none;
    }
    .formRegister h3 {
        background-size:contain;
        width:100%;
        height:25%;
    }
    .formRegister .TextBoxField { width:100%; }
}
.pod-familyDay--title > h3 {
    color: #193278;
    font-family: 'Benton Sans Bold';
    font-size: 20px;
    line-height: 30px;
    padding-left: 97px;
    padding: 15px 0 15px 97px;
}
.pod-familyDay > .left {
    width: 100%;
}
.pod-familyDay > .right {
    float:initial;
    padding-top: 20px;
}
.pod-familyDay > .right > .video-single {
    margin: 20px 0;
}
.pod-familyDay p {
font-family: 'Benton Sans Medium';
}
.form-election {
    padding:30px;
}
.title-icon-envelope {
    background: url(../img/knights/envelope.png) no-repeat 34px 10px #dbd9d9;
}
.title-icon-film {
    background: url(../img/knights/envelope.png) no-repeat 34px 10px #dbd9d9;
}
.video-header {
    background: #04a8e6;
    border-radius: 5px 5px 0 0;
    text-align: center;
    padding: 5px 0;
    color: #ffffff;
    font-size: 20px;
    font-family: 'Benton Sans Bold';
}
@media screen and (min-width:976px) {
    .pod > .left {
        width: 50%;
    }
    .pod > .right  {
        float: right;
        height: 400px;
    }
    .pod-familyDay > .right > .video-single {
        margin: 20px 50px 20px 0;
    }
}
/* new campaign page styles */
@font-face {
    font-family:'benton sans black';
    src: url("../fonts/BentonSans Black.eot");
    src: url("../fonts/BentonSans Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans Black.woff") format("woff"), url("../fonts/BentonSans Black.ttf") format("truetype"), url("../fonts/BentonSans Black.svg#bentonsans") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family:'Benton Sans Bold';
    src: url("../fonts/BentonSans Black.eot");
    src: url("../fonts/BentonSans Black.eot?#iefix") format("embedded-opentype"), url("../fonts/BentonSans Black.woff") format("woff"), url("../fonts/BentonSans Black.ttf") format("truetype"), url("../fonts/BentonSans Black.svg#bentonsans") format("svg");
    font-weight: normal;
    font-style: normal;
}
.hero {
    height: auto;
    min-height:400px;
}
.header-image {
    width: 100%;
    min-width: 100%;
}
.header-text-container {
    padding: 40px 30px;
}
.header-title {
    color: #173178;
    font-family: 'benton sans black', 'arial';
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -3px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.header-text {
    white-space: pre-wrap;
    font-family: 'benton sans medium', 'arial';
    font-size: 14px;
    font-weight: bold;
}
.header-title.small {
    font-size:18px;
    letter-spacing: -1px;
    margin-bottom: 20px;
}
.thankyou-form {
    margin-top: 60px;
}
.light-text {
    white-space: pre-wrap;
    font-size: 14px;
    font-family: 'benton sans', 'arial';
    font-weight: bold;
    margin-bottom: 30px
}
.pod.padded {
    padding: 40px 30px;
}
.campaign-container {
    width: 100%;
    margin-bottom: 20px;
    display: inline-block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow:  0px 0px 4px 3px rgba(0,0,0,0.3);
    -moz-box-shadow:  0px 0px 4px 3px rgba(0,0,0,0.3);
    box-shadow:  0px 0px 4px 3px rgba(0,0,0,0.3);
    transition: box-shadow 0.2s linear;
    overflow: hidden;
}
.campaign-container:hover {
    -webkit-box-shadow:  0px 0px 6px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:  0px 0px 6px 3px rgba(0,0,0,0.2);
    box-shadow:  0px 0px 6px 3px rgba(0,0,0,0.2);
}
.campaign-container:nth-of-type(1) {
    margin-right: 30px;
}
.campaign-text-container {
    padding: 30px;
    height: 200px;
    position: relative;
}
.campaign-thumbnail {
    width: 100%;
    min-width: 100%;
}
.campaign-text-container > p {
    white-space: pre-wrap;
    font-size: 14px;
    font-family: 'benton sans', 'arial';
    font-weight: bold;
    text-decoration: none;
    color:black;
}
.campaign-container > a {
    text-decoration: none;
}
.cta {
    bottom: 20px;
    position: absolute;
    background: #173178;
    color: #fff;
    padding: 5px 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-family: 'benton sans bold', 'arial';
    font-size: 20px;
    text-transform: uppercase;
}

@media screen and (min-width:979px) {
    .campaign-container {
        width: 445px;
    }
}

/*-- video styles */
.video-columns-2
{
margin:0 -10px;
}

.video-columns-2 .video-single
{
width:445px;
margin: 0 10px;
float: left;
}

@media (max-width: 980px){
    .video-columns-2
    {
      margin:0;
    }
    .video-columns-2 .video-single
    {
      width:auto;
      margin: 10px 0;
      float:none;
    }
}
.confirmation-label {
    text-align: left;
}
.checkandsubmit.thanks .FormButton {
    float: left;
    content: "subscribe";
    background: url("../img/knights/btn-signup.png");
    width: 100px;
    height: 32px;
}