﻿@import url('fonts.css') screen;


/* =============================================================================
   GLOBAL HTML & BODY: Global HTML and Body Styles
   ========================================================================== */
.zeroout {
    margin: 0;
    padding: 0;
}

sup {
    padding-top: 30px;
}

h2.hide {
    display: none;
}

h2 {
    font-family: "Frutiger LT W01 65 Bold", Helvetica, Arial, sans-serif;
    font-size: 18px;
}

    h2 small {
        font-family: "FrutigerLTW01-45Light", Helvetica, Arial, sans-serif;
        font-size: 12px;
        font-style: italic;
        font-weight: normal;
    }

    h2 p {
        font-size: 60%;
        font-style: italic;
        font-weight: normal;
        line-height: 16px;
    }

h3 {
    color: #91835e;
    font-size: 120%;
    margin: 10px 0;
}

h4 {
    color: #000;
    font-size: 100%;
    padding: 0;
    margin: 5px 0;
}

html {
    background-color: #000;
    font-family: "FrutigerLTW01-55Roman", Arial, sans-serif;
    font-size: 100%;
}

body, #tabs {
    font: 14px/24px 'FrutigerLTW01-55Roman', Helvetica Neue, Arial;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

.bgwhite {
    background-color: #fff;
}

.pad25per {
    padding: 2.5%;
}

.pad10per {
    padding: 1.0%;
}

.w75per {
    width: 75%;
}

.printpage a {
    text-decoration: none;
}

/* =============================================================================
   HEADER: Main Header Styles
   ========================================================================== */
#header-container {
}

#header div.frbtitle {
    font-size: 0.9em;
    letter-spacing: 0.1em;
    font-weight: 700;
    padding-top: 0.35em;
    padding-bottom: 0.40em;
    text-align: center;
    text-transform: uppercase;
    background-color: rgb(0,0,0);
    color: rgb(255,255,255);
}

    #header div.frbtitle a {
        color: rgb(255,255,255);
        text-decoration: none;
    }

    #header div.frbtitle p {
        margin-top: 20px;
    }

#header h1, #header h2 {
    display: none;
    font-family: "FrutigerLTW01-55Roman", Helvetica, Arial, sans-serif;
}

#header img {
    width: 100%;
    margin: 0;
    padding: 0;
}

#header > #nav {
    width: 100%;
    padding: 5px 0 5px 0;
    background: #fff;
    font-family: 'FrutigerLTW01-55Roman', 'Myriad Pro';
}

    #header > #nav > ul > li {
        float: left;
        width: 20%;
        color: #000;
        border-right: 1px solid #bfb392;
    }

        #header > #nav > ul > li.last-child {
            border-right: 0;
            width: 18%;
        }

    #header > #nav a {
        display: block;
        text-align: center;
        text-decoration: none;
        font-weight: normal;
        font-size: 0.85em;
        letter-spacing: 0.055em;
        text-transform: uppercase;
        color: #000;
    }

        #header > #nav a:hover, #nav a:visited {
            color: #000;
            text-decoration: underline;
        }

/* =============================================================================
   NAVIGATION: Menu Styles Wide (Desktop)
   ========================================================================== */
.topnav {
    text-align: right;
    font-size: 1em;
    padding-bottom: 6px;
    background-color: rgb(218,211,192);
    width: 100%;
}

    .topnav > ul {
        float: right;
        padding-right: 1.5%;
        padding-top: 0.5%;
    }

        .topnav > ul > li a {
            font-size: 0.8em;
            text-align: center;
            color: #000;
            text-decoration: none;
            vertical-align: middle;
        }

        .topnav > ul > li a, input {
            margin-left: 10px;
        }
        /*.topnav input{margin-top:3px;}*/

        .topnav > ul > li {
            float: left;
            list-style: none;
        }

.topsearch {
    width: 150px;
    height: 12px;
}

.twitter {
    height: 20px;
    width: 20px;
    margin-top: 2px;
    background-image: url(/CBC/_images/btn-twitter.png);
    display: block;
    background-position: center;
    background-repeat: no-repeat;
}

    .twitter:hover {
        background-image: url(/CBC/_images/btn-twitter-h.png);
    }

.mobiledropmenulink {
    display: none;
}



/* =============================================================================
   BODY: Main Body Styles
   ========================================================================== */
#main-container {
    background-color: #f4f2ec;
    padding: 1% 0 1% 0;
}

#main {
    padding: 2.5%;
    width: 95%;
    padding: 1%;
    margin: 0 auto
}

    #main #article {
        float: left;
        width: 68%;
    }

        #main #article #section p {
            margin-bottom: 10px;
        }

#article > span {
    font-size: 0.7em;
}

#main #article.OneColumn {
    width: 100%;
    float: none;
}

#main #article.TwoColumn {
    float: left;
    width: 68%;
}

p.articledate {
    margin-top: 10px;
    margin-bottom: -15px !important;
}

/* ====================   HOMEPAGE SLIDER: Homepage BX Slider Styles   ==================== */
.slidercontainer {
    margin-left: -3.75%;
    width: 100%;
}

.sliderwrap {
    width: 670px;
    height: auto;
    background-color: #c5ba9e;
}

#homeslider div {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: right;
    background: transparent;
}

    #homeslider div img {
        width: 100%;
    }


.tabnull {
    background: #b7af98; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7af98', endColorstr='#8f8770'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#b7af98), to(#8f8770)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #b7af98, #8f8770); /* for firefox 3.6+ */
    padding: 5%;
}

#go-one:hover, #go-two:hover, #go-three:hover, .tabactive {
    background: #1b1b1b; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1b1b', endColorstr='#4b4b4b'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#4b4b4b)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #1b1b1b, #4b4b4b); /* for firefox 3.6+ */
    padding: 5%;
}

#controls {
    position: relative;
    margin-top: -3.75%;
    z-index: 999;
    float: right;
    font-size: 0.8em;
}

    #controls div#nav a {
        border: 1px solid #d1c8b0;
        padding: 4px 8px;
        text-align: center;
        background: #fff;
        color: #d1c8b0;
        margin: 0 5px;
        text-decoration: none;
    }

    #controls a.bx-prev {
        border: 1px solid #d1c8b0;
        padding: 4px 8px;
        text-align: center;
        background: #fff;
        color: #d1c8b0; /*margin-right:10px;*/
        text-decoration: none;
    }

    #controls a.bx-next {
        border: 1px solid #d1c8b0;
        padding: 4px 8px;
        text-align: center;
        background: #fff;
        color: #d1c8b0; /*margin-right:10px;*/
        text-decoration: none;
    }

    #controls div#nav a {
        border: 1px solid #d1c8b0;
        padding: 4px 8px;
        text-align: center;
        background: #fff;
        color: #d1c8b0;
        margin: 0 4px;
        text-decoration: none;
    }

/* ====================   HOMEPAGE: Callout Box Styles   ==================== */
div.callcontainer {
    clear: both;
    width: 99.5%;
    margin: 20px auto;
    margin-bottom: 0;
}

#calloutboxcontainer {
    width: 100%;
    margin: 0 auto;
}

.calloutboxes.first {
    margin-right: 1.6%;
    width: 32%;
    border: 1px solid #fff;
}

div.callcontainer .calloutboxes {
    min-height: 270px;
}

.calloutboxes {
    width: 32%;
    border: 1px solid #fff;
    min-height: 160px;
    background-color: #fff;
}

    .calloutboxes div {
        padding: 10px;
        font-size: 75%;
    }

        .calloutboxes div h4 {
            font-size: 1.4em;
            margin: 0;
            padding: 0;
            font-family: 'FrutigerLTW01-55Roman', "Frutiger Linotype", 'Myriad Pro';
        }

        .calloutboxes div p {
            line-height: 1.4em;
            margin: 0;
            padding: 0;
            margin-top: 10px;
            font-size: 14px;
        }

        .calloutboxes div h3 {
            margin: 0;
        }

            .calloutboxes div h3 a {
                text-decoration: none;
                color: #000;
                font-family: 'Frutiger LT W01 65 Bold';
                letter-spacing: 0.05em;
                font-size: 21px;
            }


/* ====================   ABOUT PAGE: About Page Styles   ==================== */
.aboutquote {
    font-size: 0.8em;
    line-height: 2.2em;
}


/* ====================   CONNECTIONS PAGE: Connection Page Map Styles   ==================== */
#mapinfo-container {
    margin-bottom: 15px;
}

    #mapinfo-container a {
        color: #2c2c2c;
        font-size: 0.75em;
    }

.mapcolumn {
    width: 30%;
    float: left;
    margin-right: 2.5%;
}


/* =============================================================================
   ASIDE: Main Right Side Styles
   ========================================================================== */

/*#main #aside{float:right;width:30%;}
#main #aside.home{float:right;width:32.0%; max-height:370px; min-height:370px; height:auto; font-size:85%; background-color:#ffffff;}

#main #aside.home ul.issuelist li{ padding-bottom:18px; width:275px;}
#main #aside.home ul.issuelist li.last{ padding-bottom:0;}*/

#main #aside {
    float: right;
    width: 30%;
}

    #main #aside.home {
        float: right;
        width: 32.0%;
        min-height: 370px;
        height: auto;
        font-size: 85%;
        background-color: #ffffff;
    }

        #main #aside.home ul.issuelist li {
            padding-bottom: 2px;
        }

            #main #aside.home ul.issuelist li.last {
                padding-bottom: 0;
            }

/* ====================   ASIDE: Callout Box Styles Styles   ==================== */
#aside > #section {
    border: 1px solid #fff;
    background-color: #fff;
    width: 92.5%;
    margin: 0 auto;
    margin-bottom: 8.5%;
    padding: 10px;
    color: #2c2c2c;
}

    #aside > #section #tabs {
        color: #2c2c2c;
    }

#aside.home > #section {
    margin-bottom: 2.0%;
    padding: 10px;
    width: 96%;
    border: 0;
    background: transparent;
}

#main #aside h3 {
    color: #000;
    font-family: "FrutigerLTW01-55Roman", Helvetica, Arial, sans-serif;
    letter-spacing: 0.05em;
    font-size: 1.2em;
    margin: 0;
}

#main #aside.OneColumn {
    display: none;
}


/* =============================================================================
   FOOTER: Main Footer Styles
   ========================================================================== */
#footer-container {
    background-color: #dad3c0;
    border-bottom: 20px solid #f4f2ec; /*rgb(218,211,192);*/
}

    #footer-container #footer {
        color: #000;
        padding-right: 1.5%;
    }

#footer > #footnav {
    width: 60%;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 1.5%;
}

    #footer > #footnav > ul > li {
        float: left;
        padding-right: 2%;
        margin: 0;
    }

#footer {
    font-size: 0.8em;
}

    #footer > #footnav > ul > li a {
        display: block;
        margin-bottom: 1px;
        padding: 0;
        color: #000;
        text-align: center;
        text-decoration: none;
        font-weight: normal;
    }

        #footer > #footnav > ul > li a:hover, a:visited {
            color: #000;
        }

        #footer > #footnav > ul > li a:hover {
            text-decoration: underline;
        }

ul.Footnote {
    border-top-width: 1px;
    border-top-style: solid;
    /*border-top-color: #AEAFAB;
	padding-top: 10px;*/
    padding-left: 0px;
    margin-left: 0px;
    border-top-color: #E5E8D7;
    padding-top: 20px;
    margin-top: 20px;
    display: block;
}

    ul.Footnote li {
        list-style-type: none;
        list-style-image: none;
        /*font-size: 0.7em;*/
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 0.8em;
        margin-bottom: 20px;
        color: #585955;
    }

.Footnote {
    line-height: 18px;
}


.ulbullets {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

    .ulbullets li {
        margin: 10px 0;
    }

.dislist, .dislistwide {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .dislist li {
        width: 25%;
        float: left;
        margin-bottom: 2.5%;
    }

    .dislistwide li {
        width: 33%;
        float: left;
        margin-bottom: 2.5%;
    }

.issuelist {
    margin: 5% 3%;
    padding: 0;
    line-height: 18px;
}

    .issuelist li {
        padding-bottom: 15px;
    }

ul.issuelisthome {
    margin: 0 2.5% 5% 5%;
    padding: 0;
}

    ul.issuelisthome li {
        margin-bottom: 10px;
    }

        ul.issuelisthome li a {
            color: #7e704d;
            font-size: 14px;
        }

.answerimg {
    margin-right: 10px;
    float: left;
}

ul.contentlist {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    ul.contentlist li {
        margin-bottom: 20px;
    }

ul.padbtm0 {
    padding-bottom: 0;
    margin-bottom: 0;
}

span.moreInfo /* I separated this style from the fileLink style because the white-space attribute was breaking the layout in the Bank Resources section */ {
    font-size: 11px;
    line-height: 15px;
    color: #666666;
    font-weight: normal;
    display: inline;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-style: normal;
    font-variant: normal;
}

form#feedbackform input, textarea, select {
    display: block;
    margin: 0;
    margin-bottom: 9px;
    clear: both;
}

form#feedbackform input, textarea {
    width: 50%;
}

label {
    display: inline;
    vertical-align: middle;
    margin-bottom: 3px;
}

    label.error {
        display: block;
        z-index: 100;
        height: 1.35em;
        width: 35%;
        position: relative;
        top: -2.75em;
        left: 42%;
        font-size: 95%;
        padding: 5px;
        margin: 0;
        margin-bottom: -3em;
        background-color: #ffc;
        border: 1px solid #cc9;
        filter: Alpha(Opacity=80);
        box-shadow: 7px 5px 5px rgba(159,159,159,0.5);
    }

input.radio {
    display: inline;
}

@media only screen and (min-width: 1140px) {

    /* ===============   Maximal Width  =============== */

    .wrapper {
        width: 1026px; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
}




@media only screen and (max-width: 1100px) {

    /* ====================
    INTERMEDIATE: Menu
   ==================== */
    .showmap img {
        width: 99%;
    }

    .slidercontainer {
        margin-left: 0;
        width: 100%;
    }

    #leftbox h1 {
        font-size: 16px !important;
    }

    #leftbox p {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .mainInfo p {
        font-size: 15px !important;
    }

    .mainInfo#four p {
        line-height: 22px !important;
    }
}

@media only screen and (max-width: 760px) {
    #leftbox h1 {
        font-size: 17px !important;
    }

    #leftbox p {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .mainInfo p {
        font-size: 18px !important;
    }

    .mainInfo#four p {
        line-height: 23px !important;
    }
    /* ==============
    MOBILE: Main
   ============== */
    .showmap img {
        width: 99%;
    }

    #main {
        /*padding:30px 0;*/
    }

        #main #article h1 {
            font-size: 2em;
        }


        #main #article h1 {
            width: 100%;
        }

        #main #article {
            width: 100%;
        }

        #main #aside {
            clear: both;
            float: left;
            width: 100%;
        }

            #main #aside.home {
                clear: both;
                float: left;
                width: 100%;
                margin-top: 15px;
                min-height: 0;
                height: auto;
            }


    .showmap {
        display: none;
    }




    .calloutboxes {
        width: 98%;
        border: 1px solid #fff;
        min-height: 125px;
        background-color: #fff;
        float: none;
        clear: both;
        margin-top: 3.5%;
    }

        .calloutboxes.first {
            width: 98%;
        }



    footer > nav {
        width: 98%;
        float: none;
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 1.5%;
        text-align: center;
    }

        footer > nav > ul > li {
            display: inline;
            padding-right: 2%;
            margin: 0;
            text-align: center;
        }

    footer {
        font-size: 0.7em;
        text-align: center;
    }

        footer p.copyright {
            margin-right: 1.5%;
            text-align: right;
        }
}

@media only screen and (max-width: 560px) {
    #rightbox {
        display: none !important;
    }

    #leftbox {
        width: 100% !important;
        margin: 0 auto !important;
    }

        #leftbox img {
            width: 45% !important;
            margin: 0 auto !important;
            margin-bottom: 7px !important;
            margin-top: 10px !important;
        }

        #leftbox h1 {
            font-size: 20px !important;
            text-align: center;
            margin: 0 auto !important;
            margin-bottom: 5px !important;
        }

        #leftbox p {
            margin: 0 auto !important;
            font-size: 16px !important;
            text-align: center;
        }

    #main #article {
        width: 100%;
    }

    .divNivoControls {
        display: none;
    }

    .topsearch {
        width: 70px;
    }

    .mobiledropmenulink {
        display: block;
    }

    footer > nav > ul > li {
        padding-right: 2%;
        margin: 0;
        clear: both;
        text-align: center;
        display: block;
        width: 100%;
    }

    #calloutboxcontainer .calloutboxes {
        clear: both;
        height: auto;
        width: 98%;
    }

    #fedlinksbox img {
        margin: 0 auto !important;
        margin-top: 3% !important;
    }

    #fedlinksbox h1 {
        text-align: center !important;
        font-size: 20px !important;
    }
}

/***Mobile Version ****/
@media only screen and (max-width: 400px) {
    #fedlinksbox img {
        width: 85% !important;
    }

    #leftbox img {
        width: 65% !important;
    }

    .bx-pager {
        display: none;
    }

    #calloutboxcontainer .calloutboxes {
        clear: both;
        height: auto;
        width: 98%;
    }

    .topsearch {
        width: 70px;
    }

    .mobiledropmenulink {
        display: block;
    }

    #fedlinksbox h1 {
        font-size: 16px !important;
    }
}


/* =============================================================================
   Global Links and Framework Classes
   ========================================================================== */

::-moz-selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #ccc;
    color: #fff;
    text-shadow: none;
}

a {
    color: #7e704d;
}

    a:visited {
        color: #9e8e6d;
    }

    a:hover {
        color: #9e8e6d;
    }

    a:focus {
        outline: thin dotted;
    }

    a:hover, a:active {
        outline: 0;
    }

.clear {
    clear: both;
}

.tacenter {
    text-align: center;
}

.acenter {
    margin: 0 auto;
}

.mt15 {
    margin-top: 15px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.selectboxnav {
    background: transparent;
    width: 95%;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #ccc;
    height: 28px;
    margin-left: 2%;
}

blockquote {
    width: 85%;
    font-size: 14px;
    padding-top: 12px;
    margin: 5px auto;
    background-image: url(/CBC/_images/openquote.png);
    background-position: top left;
    background-repeat: no-repeat;
    /*text-indent: 35px;*/
    padding-right: 22px;
    padding-bottom: 12px;
    padding-left: 22px;
    background-color: #FBFBF9;
    display: block;
    border: 1px solid #E5E8D7;
}

    blockquote p {
        display: block;
        background-image: url(/CBC/_images/closedquote.png);
        background-repeat: no-repeat;
        background-position: bottom right;
        text-indent: 35px;
    }

    blockquote.callout {
        background: 0;
        background-color: #FBFBF9;
        display: block;
        text-indent: 0;
        border: 1px solid #E5E8D7;
        padding-top: 10px;
        padding-right: 12px;
        padding-bottom: 0px;
        padding-left: 12px;
    }

        blockquote.callout p {
            background: 0;
            text-indent: 0;
        }


/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    *line-height: 0;
}

    .ir br {
        display: none;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* =============================================================================
   Print Styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: black !important;
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important;
    }
    /* Black prints faster: h5bp.com/s */
    a, a:visited {
        text-decoration: underline;
    }
        /*a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }*/
        .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
            content: "";
        }
    /* Don't show links for images, or javascript/internal links */
    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: 3em 0.5cm;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2 {
        page-break-after: avoid;
        font-size: 115%;
    }

    h3 {
        page-break-after: avoid;
        font-size: 90%;
    }

    h4 {
        page-break-after: avoid;
        font-size: 80%;
    }

    #aside, #nav, .topnav, #footer-container, .breadcrumbs {
        display: none;
    }

    #section {
        width: 100%;
        float: none;
    }

    #article {
        width: 100%;
        float: none;
    }

    #main {
        width: 100%;
    }

        #main #article {
            float: none;
            width: 100%;
        }

    .printpage {
        display: none;
    }
}

/* =============================================================================
   Homepage Tab Styles
   ========================================================================== */

.ui-tabs .ui-tabs-nav {
    background: none;
    border-color: #ddd;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 16px;
}

.ui-tabs {
    position: relative;
    padding: 0;
    zoom: 1;
    border: 0px;
}
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */


    .ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a {
        background: #dedbd4;
        font-size: 14px;
        color: #444;
    }

        .ui-tabs .ui-tabs-nav li:hover, .ui-tabs .ui-tabs-nav li a:hover {
            background: #dedbd4;
            border-bottom: 1px solid #ddd;
            padding-bottom: 0px;
            color: #666;
        }


    .ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
        background-color: #fff;
        font-weight: bold;
        border-width: 1px;
        border-style: solid;
        border-color: #ddd #ddd #fff;
        font-size: 14px;
        color: #b59c78;
    }

    .ui-tabs .ui-tabs-nav li a {
        border-radius: 0px 0px 0px 0px;
    }


.ui-widget-content a {
    color: #c1aa83;
    font-size: 90%;
}

.ui-tabs .ui-tabs-panel {
    padding: 5px 5px 5px 10px;
}
