/******************************************************************
Theme Name: MND Association Website 2.0
Theme URI: http://www.jointswp.com
Description:
Author: Oliver New
Author URI: http://www.bluefroglondon.com
Version: 1.6 (CSS)
Tags:

Foundation Version: 5.1.1
******************************************************************/

/*----------------------------------------
Table of contents:

- Colours
- Base styles
- Font overrides
- Icons
- Custom headers
- Links
- Link colours
- Background colours
- Text colours
- Borders
- Lists
- Tabs
- Buttons
- Form elments
- Header
- Footer
- Slick carousel globals
- Home page
- Sub home page
- Branch page
- Fightback funds
- Campaign
- Campaign home
- Campaign thanks
- Fundraising hub
- Mini hero panels
- Ideas nav and list
- General
- Call to action
- Quotations
- Testimonials
- Calendar date graphic
- Right column boxes
- Global Contact
- FAQ
- Comments
- Checklist
- Images vertical layered
- Shadows
- Helpers
- Responsive
----------------------------------------*/


/*----------------------------------------
Colours
----------------------------------------*/
/*
MNDA orange:           #F8810B
MNDA blue:             #002663
Grey borders:          #dedede
Light grey background: #ececec
 */


/*----------------------------------------
Base styles
----------------------------------------*/
html{
    margin: 0!important;
}

body {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: normal;
    background: #f1f1f1;
    overflow-x: hidden;
}

.gt-ie8 body{
    overflow-x: hidden;
}

h1 {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 2rem;
    line-height: 2.7rem;
    font-weight: normal;
    color: #09347a;
}

h2 {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    line-height: 1.9rem;
    font-weight: normal;
    color: #09347a;
}

h3,h4,h5,h6, a .button {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #222222;
}

h3.small-blue {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #09347a;
    font-size: 18px;
    font-weight: bold;
}

p, li .button {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #222222;
}

.site-container {
    background-color: #fff;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #09347a;
    clear: both;
}

.content h3 {
    font-size: 21px;
    padding-bottom: 4px;
}

.content a {
    color: #F8810B;
}

.content .alignleft {
    float: left;
    margin: 0 10px 10px 0;
}

.content .alignright {
    float: left;
    margin: 0 0 10px 10px;
}


#site-container {
    position: relative;
    z-index: 10;
    background: #fff;
    background: #Fff;
    -moz-box-shadow: 5px 5px 5px #C2C2C2;
    -webkit-box-shadow: 5px 5px 5px #C2C2C2;
    box-shadow: 5px 5px 5px #C2C2C2;
    margin-bottom: 25px;
}

/*----------------------------------------
Font overrides
----------------------------------------*/
p.small {
    font-size: 13px;
}

/*----------------------------------------
Icons
----------------------------------------*/
.custom-icons {
    display: inline-block;
    font: normal normal normal 14px/1 Arial;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 16px;
    position: relative;
}
    .custom-icons.adventure-challenges:before {
        content: url("library/images/adventure-challenges.svg");
        display: inline-block;
        position: absolute;
        width: 19px;
        top: -16px;
        left: -2px;
    }

    .custom-icons.cycling:before {
        content: url("library/images/cycling.svg");
        display: inline-block;
        position: absolute;
        width: 19px;
        top: -16px;
        left: -2px;
    }

    .custom-icons.family-fun:before {
        content: url("library/images/family-fun.svg");
        display: inline-block;
        position: absolute;
        width: 19px;
        top: -16px;
        left: -2px;
    }

    .custom-icons.international-challenges:before {
        content: url("library/images/international-challenges.svg");
        display: inline-block;
        position: absolute;
        width: 19px;
        top: -16px;
        left: -2px;
    }

    .custom-icons.running:before {
        content: url("library/images/running.svg");
        display: inline-block;
        position: absolute;
        width: 19px;
        top: -16px;
        left: -2px;
    }

    .custom-icons.social:before {
        content: url("library/images/social.svg");
        display: inline-block;
        position: absolute;
        width: 19px;
        top: -16px;
        left: -2px;
    }

    .custom-icons.uk-treks:before {
        content: url("library/images/uk-treks.svg");
        display: inline-block;
        position: absolute;
        width: 19px;
        top: -16px;
        left: -2px;
    }

    .custom-icons.walks:before {
        content: url("library/images/walks.svg");
        display: inline-block;
        position: absolute;
        width: 19px;
        top: -16px;
        left: -2px;
    }

/*----------------------------------------
Custom headers
----------------------------------------*/
h1.large {
    font-size: 1em;
    line-height: 1.5em;
}

/*----------------------------------------
Links
----------------------------------------*/
a.arrow:after {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    content: ">";
    padding-left: 0.3em;
}

span.arrow:after {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    content: ">";
    padding-left: 0.3em;
}

/*----------------------------------------
Link colours
----------------------------------------*/
.link-orange,
.link-orange:hover,
.link-orange:active,
.link-orange:visited {
    color: #F8810B !important;
}

.link-white,
.link-white:active,
.link-white:visited,
.link-white:hover {
    color: #ffffff !important;
}

/*----------------------------------------
Background colours
----------------------------------------*/
.light-grey {
    background-color: #ececec;
}

.mnda-blue {
    background-color: #002663;
}

.mnda-orange {
    background-color: #F8810B;
}

.bg-white {
    background-color: #fff;
}

.twitter-blue {
    background-color: #12aced;
}
/*----------------------------------------
Text colours
----------------------------------------*/
.white-text {
    color: #fff;
}

    .white-text p {
        color: #fff;
    }

.mid-grey-text {
    color: #999999;
}

    .mid-grey-text p {
        color: #999999;
    }

.grey-text {
    color: #cccccc;
}

    .grey-text p {
        color: #cccccc;
    }

.mnda-orange-text {
    color: #F8810B;
}

    .mnda-orange-text p {
        color: #F8810B;
    }

/*----------------------------------------
Borders
----------------------------------------*/
.top-border-grey {
    border-top: 1px solid #dedede;
}

.bttm-border-grey {
    border-bottom: 1px solid #dedede;
}

.full-border-grey {
    border: 1px solid #dedede;
}

.full-border-shadow-bttm {
    border: 1px solid #dadada;
    padding: 19px 15px 9px 15px;
    -webkit-box-shadow: 0 8px 6px -6px #999999;
    -moz-box-shadow: 0 8px 6px -6px #999999;
    box-shadow: 0 8px 6px -6px #999999;
}

/*----------------------------------------
Lists
----------------------------------------*/
.link-list {
    margin-left: 0;
}

.link-list li a {
    color: #F8810B;
    font-size: 15px;
}

.link-list li {
    list-style-type: none;
    padding-left: 1rem;
}

.link-list li:before {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    content: ">";
    position: absolute;
    left: 0.625rem;
    color: #09347a;
}

.link-list.left-0 li:before {
    left: 0rem;
}

ul.no-list-style li {
    list-style-type: none !important;
}

/*----------------------------------------
Tabs
----------------------------------------*/
.tabs.standard li {
    border: 1px solid #dedede;
    margin-bottom: -1px !important;
}

.tabs.standard .tab-title {
    float: none;
    text-align: center;
}

.tabs.standard .tab-title a {
    background-color: #dedede;
    color: #002663;
    font-size: 21px;
    padding: 0.5rem 1rem;
}

.tabs.standard .tab-title.active a {
    background-color: #ffffff;
    color: #F8810B;
}

/* Large and up styles for standard tabs */
@media only screen and (min-width: 64.063em) {
    .tabs.standard .tab-title {
        float: left;
    }

    .tabs.standard .tab-title.active {
        border-bottom: 1px solid #ffffff;
        background-color: #ffffff;
    }

    .tabs.standard li {
        margin-right: 0.6em;
    }

    .tabs.standard li:last-child {
        margin-right: 0;
    }
}

/*----------------------------------------
Buttons
----------------------------------------*/
button,
.button {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

button.small,
.button.small {
    padding-top: 0.75rem;
    padding-right: 1.75rem;
    padding-bottom: 0.8rem;
    padding-left: 1.75rem;
    font-size: 1rem;
}

button.smaller,
.button.smaller {
    padding-top: 0.5rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 0.8rem;
}

.bttn-orange {
    background-color: #F8810B;
    color: #fff !important;
}

    .bttn-orange a {
        color: #fff !important;
    }

.bttn-blue {
    background-color: #09347a;
    color: #fff !important;   
}

    .bttn-blue a {
        color: #fff !important;
    }

    .bttn-blue:hover {
        background-color: #F8810B;
    }

.bttn-grey {
    background-color: #ececec;
    color: #09347a !important;   
}

    .bttn-grey a {
        color: #09347a !important;
    }

    .bttn-grey:hover {
        background-color: #cccccc;
    }

.bttn-mid-grey {
    background-color: #d7d7d7;
    color: #09347a !important;   
}

    .bttn-mid-grey a {
        color: #09347a !important;
    }

    .bttn-mid-grey:hover {
        background-color: #cccccc;
    }

.bttn-small-text {
    font-size: 16px !important;
}

.bttn-large-text {
    font-size: 23px !important;
}

.bttn-orange-link,
.bttn-orange-link:hover,
.bttn-orange-link:active,
.bttn-orange-link:visited  {
    color: #F8810B !important;
    font-weight: bold !important;
}

.bttn-auction {
    background-image: url("library/images/auction.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-golf {
    background-image: url("library/images/golf.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-matched {
    background-image: url("library/images/giving.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-money {
    background-image: url("library/images/money.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-online-page {
    background-image: url("library/images/online.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-photo {
    background-image: url("library/images/camera.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-quiz {
    background-image: url("library/images/quiz.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-raffle {
    background-image: url("library/images/raffle.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-raffle-northern-ireland {
    background-image: url("library/images/clover.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-raffle-society {
    background-image: url("library/images/society.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-target {
    background-image: url("library/images/target.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

.bttn-safety {
    background-image: url("library/images/safety.svg");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 16px 50%;
    padding-left: 55px !important;
}

/*----------------------------------------
Form elments
----------------------------------------*/
label {
    font-size: 16px;
    font-weight: normal !important;
}

/*----------------------------------------
Gravity forms overrides
----------------------------------------*/
.gf-time-hour-i .gfield_time_hour i {
    margin-top: -3px;
}

.gf-address-geolocation div.gfgeo-locator-button-wrapper.infield {
    top: 3px !important;
}

.gf-address-geolocation input {
    width: 100% !important;
}

.gf-fix-checkbox input[type=checkbox] {
    margin: 0 !important;
}

.gfield_description {
    padding-top: 0 !important;
}

/*----------------------------------------
Header
----------------------------------------*/
.header {
    background: #fff;
    position: relative;
    z-index: 20;
    margin-bottom: 0px;
    border-top-right-radius: 22px;
}

.header-logo-container {
    padding-left: 0;
    padding-right: 0;
}

.header_logo {
    margin-left: 30px;
    padding-top: 10px;
}

.header_logo a{
    background: url("library/images/logo.png");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:left top;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    max-width: 258px;
    height: 102px;
}

.header-top {
    padding-top: 10px;
}

.header_nav {
    height: 52px;
    margin-bottom: -3px;
    background: #002663;
    text-align: center;

}

.header_nav ul {
    text-align: center;
    margin-left: 5px !important;
}

.header_nav ul,
.header_nav li,
.header_nav a {
    margin: 0;
    padding: 0;
    list-style:none;
    display: inline-block;
    vertical-align: top;
}

.header_nav li {
    background: url("library/images/nav-divider.png") no-repeat scroll right 16px;
    height: 52px;
    padding: 0 12px 0 0;
}

.header_nav li:last-child {
    background: 0;
}

.header_nav a {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 14px 0 7px 5px;
    text-align: left;
}

.header_nav li.current-menu-item,
.header_nav li.current-page-ancestor {
    color: #F8810B;
}

.header_nav .active a {
    color: #F8810B;
}

.header_nav li:hover a {
    color: #F8810B;
    border-bottom: solid 5px #F8810B;
}

.header_nav li a span{
    display:block;
}

.header_nav li ul{
    display: none;
}

.header_nav li:hover ul{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    background: rgba(235,0,139,0.6);
    padding: 10px 0;
}

.header .panel{
    border: none;
    background: #e9eaec;
}

.header_search{
    position: relative;
    float: left;
    margin-left: 10px;
    background: url("library/images/search-bar.png") no-repeat;
    width: 200px;
    height: 50px;
    top: 10px;
}

.header_search form{
    margin: 0;
    height: 31px;
}

.header_search label{
    display: none;
}

.header_search input {
    height: 31px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 150px;
    border: 0;
}

input.header_search_input {
    position: relative;
    left: 6px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 143px;
    padding-left: 7px;
    color: #002663;
    font-family: 'Lato',"Helvetica Neue",Arial,Helvetica,sans-serif;
    height: 26px;
    top: 3px;
}

.header_search .button {
    background: url("library/images/search-button.gif") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 42px;
    overflow: hidden;
    padding: 0;
    text-indent: -999px;
    width: 50px;
    right: 0px;
    position: absolute;
    top: 1px;
}

.contact-link {
    float: right;
    height: 30px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}

.contact-link a span {
    font-family: 'Lato',"Helvetica Neue",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.contact-link ul {
    margin-left: 0;
    float: right;
}

.contact-link li {
    background: none repeat scroll 0 0 #ececec;
    border-radius: 15px;
    float: left;
    list-style-type: none;
    margin-right: 14px;
    width: 116px;
    padding-bottom: 4px;
}

.contact-link li:last-child {
    background: url("library/images/shop-icon.png") no-repeat scroll 11px -2px #ececec;
    width: 103px;
}


.contact-link li:last-child a {
    padding-left: 31px;
}

.donate-link {
    background: #F8810B;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-left-radius: 20px;
    height: 55px;
    width: 181px;
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: center;
    padding-top: 14px;
}

.donate-link ul {
    margin-left: 0;
}

.donate-link li {
    list-style-type: none;
}

.donate-link a span {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    font-family: 'Lato',"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.header-lower {
    margin-top: -15px;
}

.viewing_option {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 15px;
    text-align: right;
}

.viewing_option a {
    color: #002663;
    font-size: 12px;
    position: relative;
    top: 0px;
}

.header-text-size {
    float: left;
    margin-top: 14px;
    position: relative;
}

.acc-small {
    font-size: 10px;
}

.acc-medium {
    font-size: 13px;
}

.acc-large {
    font-size: 17px;
}

#menu-primary-menu {
    font-family: 'Lato',"Helvetica Neue",Arial,Helvetica,sans-serif;
}

/*----------------------------------------
Footer
----------------------------------------*/
.footer {
    color: #48484a;
    margin: 0;
    position: relative;
    z-index: 222222;
    padding-top: 22px;
}

.footer-container {
    background-color: #fff;
}

.footer ul {
    margin: 0;
    margin-bottom: 10px;
}

.footer-inner{
    padding-top: 115px;
}

.footer-links {
    list-style-type: none;
    position: relative;
    top: 10px;
}

.footer-links li {
    display: inline;
    margin-top: 7px;
    padding: 2px 10px 0px 10px;
    border-right: dotted 1px #002663;
    height: 22px;
}

.footer-links li:last-child {
    border-right: none;
}

.footer-links a {
    color: #002663;
    font-size: 12px;
}

.footer-social ul,
.footer-social li,
.footer-social a{
    display: block;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;
}

.footer-social li {
    margin-right: 2px;
}

.footer-social a{
    text-indent: -999px;
    height: 48px;
    width: 48px;
}

.footer-social .facebook{
     background: url("library/images/facebook-icon.png")  no-repeat;
}

.footer-social .twitter{
    background: url("library/images/twitter-icon.png") no-repeat;
}

.footer-social .youtube{
    background: url("library/images/youtube-icon.png") no-repeat;
}

.footer-social .flickr{
    background: url("library/images/flickr-icon.png") no-repeat;
}

.footer p.copyright {
    font-size: 12px;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #002663;
    margin-top: 20px;
}

.footer-social a.frsb-logo {
    height: 90px;
    width: 90px;
    text-indent: 0px;
    padding-left: 10px;
}

/*----------------------------------------
Slick carousel globals
----------------------------------------*/
.slick-initialized,
.slick-slide:first-child {
    display: block;
}

.banner .item-details img {
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
}

.banner .item-details .caption {
    background: none repeat scroll 0 0 #002663;
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
    color: #fff;
    height: 295px;
    right: 0px;
    margin: 0 0 0 10px;
    padding: 35px 27px;
    position: absolute;
    top: 0;
    width: 268px;
    z-index: 500;
}

.caption h3 {
    color: #fff;
    font-size: 30px;
    font-family: 'Lato',"Helvetica Neue",Arial,Helvetica,sans-serif;
    padding-bottom: 10px;
    line-height: 30px;
}

.caption p.description {
    font-size: 14px;
    line-height: 22px;
    padding-right: 15px;
}

.caption .read-more {
    background: none repeat scroll 0 0 #a52972;
    border-radius: 15px;
    box-shadow: 3px 3px 5px #091a4f;
    height: 32px;
    padding: 5px 0 0 15px;
    position: absolute;
    bottom: 29px;
    width: 125px;
    z-index: 1000;
}

.caption .read-more a {
    color: #fff;
}

.slick-next {
    background: url("library/images/slider-next.png") no-repeat !important;
    width: 40px;
    height: 61px !important;
    right: -8px !important;
    top: 46% !important;
}

.slick-prev {
    background: url("library/images/slider-prev.png") no-repeat !important;
    width: 40px !important;
    height: 61px !important;
    left: -10px !important;
    top: 46% !important;
}

.slick-next:before,
.slick-prev:before {
    content: none !important;
}

.slick-dots {
    top: 10px !important;
    text-align: left !important;
    bottom: auto !important;
}

.slick-dots li {
    margin: 0 7px !important;
}

.slick-dots li a {
    display: block;
    width: 32px;
    background: url("library/images/pagination.png") no-repeat;
    background-position: 0 0;
    float: left;
    overflow: hidden;
    text-align: center;
    height: 32px;
    padding-top: 6px;
    color: #a52972;
    font-size: 12px;
}

.slick-dots li.slick-active a {
    background-position: 0 -34px;
    color: #fff;
}

/*----------------------------------------
Home page
----------------------------------------*/
.home-top-row {
    margin-top: 19px;
    margin-left: 10px;
}

.home-top-link {
    background: url("library/images/arrow-right.png") no-repeat 70% center;
    height: 75px;
    width: 220px;
}

.home-top-link-2 {
    width: 300px;
}

.home-top-link a {
    line-height: 30px;
    font-size: 30px;
    color: #002663;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding-right: 30px;
}

.home-iya
{
    height: 75px;
    background: url("library/images/iya-map.png") no-repeat right center;
    margin-right: 20px;
}

.home-iya h3 {
    font-size: 30px;
    color: #F8810B;
    line-height: 30px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.iya-search {
    border: 1px solid #F8810B;
    border-radius: 9px;
    display: inline-block;
    padding: 3px;
}

.iya-search input#search_address {
    float: left;
    height: 30px;
    width: 150px;
    border: none;
    margin-bottom: 0px;
    box-shadow: none;
}

.iya-search .iya-search-button {
    background: url("library/images/iya-search-button.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    text-indent: -9999px;
    width: 24px;
    height: 24px;
}

.homepage-banner {
    padding: 15px 24px;
}

.caption p.description {
    font-size: 14px;
    line-height: 22px;
    padding-right: 15px;
    color: #fff;
}

.banner .item-details img {
    border-bottom-left-radius: 60px;
    border-top-right-radius: 60px;
}

.home-banner {
    margin-top: -5px;
}

/* Medium and up styles for home banner area */
@media only screen and (min-width: 40.063em) {
    .home-banner {
        margin-top: 0px;
    }
}

.home-banner .caption {
    color: #fff;
    margin: 0;
    padding: 5px 10px;
}

.home-banner .caption h3 {
    color: #002663;
    font-size: 30px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    line-height: 35px;
    margin-bottom: 2px;
}

.home-banner .caption p.description {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 22px;
    padding-right: 15px;
    color: #002663;
}

.home-banner .caption .read-more {
    background: none repeat scroll 0 0 #F8810B;
    border-radius: 30px;
    box-shadow: none;
    height: auto;
    padding: 8px 16px;
    position: absolute;
    width: auto;
}

.home-banner .caption .read-more a {
    color: #fff;
}

/* Medium and up styles for home banner caption area */
@media only screen and (min-width: 40.063em) {
    .home-banner .caption h3 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 8px;
    }
}

/* Large and up styles for home banner caption area */
@media only screen and (min-width: 64.063em) {
    .home-banner .caption {
        padding: 35px 27px;
    }
}

.home-banner-image {
    padding-right: 0;
    padding-left: 0;
}

/* Medium and up styles for home banner image */
@media only screen and (min-width: 40.063em) {
    .home-banner-image {
        padding-right: 0;
        padding-left: 0.625em;
    }
}

.home-banner .slick-track {
    background-color: #ececec;
}

.home-banner .slick-dots {
    right: 0;
    width: auto;
    margin-top: -40px;
    bottom: auto;
    top: auto !important;
}

.home-banner .slick-dots li {
    margin: 0 !important;
    width: auto;
    height: auto;
}

.home-banner .slick-dots li a {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;;
    float: left;
    overflow: hidden;
    text-align: center;
    padding-top: 9px;
    color: #a52972;
    font-size: 14px;
    background-color: #ececec;
    color: #F8810B;
}

.home-banner .slick-dots li.slick-active a {
    color: #fff;
    background-color: #002663;
}

.home-middle h3 {
    font-size: 19px;
    color: #002663;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.cta-one .cta-item {
    border-top: dotted 1px #002663;
    padding: 3px 0;
}

.cta-one .cta-item:last-child {
    border-bottom: dotted 1px #002663;
}

.cta-one .item-image {
    margin-top: 4px;
}

.cta-one .item-title a {
    color: #008695;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 19px;
    margin-bottom: 10px;
}

.cta-one .item-description {
    margin-bottom: 0px;
    color: #002663;
    font-size: 14px;
}

.cta-two .cta-item-container {
    background: #F37F32;
    border-radius: 0 30px 0 0;
    padding: 5px;
    display: inline-block;
}

.cta-two .cta-item-1 {
    border-radius: 0 30px 0 0;
    padding: 5px;
}

.cta-two .cta-item-2,
.cta-two .cta-item-3 {
    background: #fff;
    padding-top: 12px;
}

.cta-two .cta-item-3 {
    padding-bottom: 5px;
}

.cta-two .item-image-container {
    padding: 0 !important;
}

.cta-two .item-title a {
    font-size: 14px;
    color: #002663;
    font-weight: bold;
    font-family: sans-serif;
}

.cta-two .item-description {
    font-size: 14px;
    color: #002633;
}

.cta-three .cta-item-container .columns {
    padding: 0 !important;
}

.connect-container {
    border-radius: 0px 30px;
    margin-top: 40px;
}

.forum-link {
    background: #a52972 none repeat scroll 0 0;
    border-radius: 30px 0;
    margin-top: 12px;
    padding: 10px 10px 10px 20px;
}

.forum-link a {
    width: 100%;
    color: #fff;
    height: 40px;
    display: block;
    text-align: left;
    font-size: 17px;
    line-height: 40px;
    background: url("library/images/purple-arrow.png") no-repeat 100% 50%;
    font-weight: bold;
}

.helpline-details {
    padding-bottom: 8px;
    border: 4px solid #F37E28;
    border-radius: 0px 30px 0px 30px;
    text-align: center;    
    margin-top: 10px;
}


.helpline-details h3,
.helpline-details h3 a {
    font-size: 32px;
    font-weight: bold;
    color: #002663;
    text-decoration: none;
    border-bottom: none;
}

.helpline-details a {
    padding-top: 5px;
    color: #F8810B;
    border-bottom: 1px dotted #F8810B;
    font-size: 12px;
}

.helpline-details a.mnd-connect-link {
    background: transparent url("library/images/connect-bg.png") no-repeat scroll 50% 6%;
    border: none;
    display: block;
    height: 40px;
    margin-top: 5px;
    text-indent: -9999px;
}
.newsletter-columns {
    padding: 0px !important;
}

.home-newsletter-signup {
    margin-top: 10px;
}

.home-newsletter-signup h3 {
    background: #1581c3;
    border-radius: 0 30px 0 0;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 3px;
    padding: 15px;
}

.newsletter-input {
    background: #f37f32;
    border-radius: 0 0 25px;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.newsletter-input input.news-field {
    font-size: 11px;
    height: 21px;
    margin-bottom: 5px;
    padding: 3px;
}

.home-newsletter-signup .newsletter-button {
    background: url("library/images/arrow-right-white.png") no-repeat right center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    height: 37px;
    margin-left: 5px;
    margin-top: 18px;
    padding-right: 31px;
    padding-top: 8px;
}

.twitter-feed-container {
    background: #008695;
    padding: 26px;
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topright: 35px;
    border-top-right-radius: 35px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-bottom-left-radius: 35px;
    min-height: 204px;
}

.twitter-feed-container.old {
    color: #fff;
}

.home-bottom h3 {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 19px;
    padding-bottom: 9px;
}

.home-twitter {
    margin-top: 25px;
    background: url("library/images/twitter-feed-icon.png") no-repeat 93% 7px;
    padding-top: 21px;
    clear: both;
}

.home-tweets-ul {
    margin-left: 0;
    margin-bottom: 0;
}

.home-tweets-ul li {
    list-style-type: none;
}

.home-tweet-tweet {
    clear: both;
    margin-bottom: 5px;
}

.home-tweet-tweet a {
    color: #F8810B;
}

.tweet-avatar {
    position: relative;
}

.tweet-avatar .user-details {
    display: inline-block;
    margin-left: 5px;
    margin-top: -11px;
    position: absolute;
    top: 0;
    width: 100%;
}

.tweet-avatar .user-details .screenname,
.tweet-avatar .user-details .name {
    display: block;
    font-size: 14px;
    font-weight: bold;
    width: 240px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 16px;
    color: #F8810B;
}

.home-tweet-date a {
    color: #F8810B;
    font-size: 12px;
    display: block;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.tweet-text {
    display: block;
    font-size: 16px;
    line-height: 18px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    margin-top: 10px;
}

.twitter-feed-container.old .screenname,
.twitter-feed-container.old .name,
.twitter-feed-container.old .tweet-text  {
 color: #fff;
}

.tweet-text a {
    color: #F8810B;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.green-tail {
    background: url("library/images/green-tail.png") no-repeat bottom right;
    height: 27px;
}

.home-flickr {
    background: url("library/images/flickr-feed-icon.png") no-repeat 241px top;
    padding-top: 21px;
    padding-bottom: 9px;
    margin-top: 38px;
}

.home-flickr h3 {
    margin-top: -10px;
    position: relative;
}

.flickr-container {
    background: #008695;
    height: 255px;
    -webkit-border-bottom-left-radius: 35px;
    -moz-border-radius-bottomleft: 35px;
    border-bottom-left-radius: 35px;
    -webkit-border-top-right-radius: 35px;
    -moz-border-radius-topright: 35px;
    border-top-right-radius: 35px;
    padding: 22px 10px;
}

.flickr-container li {
    float: left;
    list-style-type: none;
    padding-bottom: 11px;
    padding-right: 11px;
    width: 82px;
}

.flickr-container li img {
    width: 63px;
    height: 63px;
}

.home-news {
    background: url("library/images/news-icon.png") no-repeat right 11px;
    padding-top: 21px;
    padding-bottom: 9px;
    margin-top: 38px;
}

.home-news h3 {
    border-bottom: 1px dotted #002663;
}

.home-news-feed li {
    list-style-type: none;
    margin-bottom: 5px;
}

.home-news-feed .date {
    color: #F8810B;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.home-news-feed .title a {
    color: #002663;
    display: block;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
}

.home-news-feed .description {
    line-height: 12px;
}

.home-news-feed .description a {
    color: #008695;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
    line-height: 18px;
}

.home-link-list h2 {
    background-color: #002663;
    color: #F8810B;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding: 20px 22px;
    font-size: 23px;
}

    .home-link-list h2:after {
        background-image: url("/wp-content/themes/mndawebtwo/library/images/arrow_right_orange_2x.png");
        background-size: 11px 21px;
        content: "";
        background-repeat: no-repeat;
        width: 11px;
        height: 21px;
        display: block;
        position: absolute;
        right: 25px;
        top: 29px;
    }

    .home-link-list.orange h2 {
        background-color: #F8810B;
        color: #fff;
    }

    .home-link-list.orange h2:after {
        background-image: url("/wp-content/themes/mndawebtwo/library/images/arrow_right_white_2x.png");
    }

.home-link-list ul {
    margin-left: 0;
}

.home-link-list ul li a {
    color: #F8810B;
    font-size: 17px;
}

.home-link-list ul li {
    list-style-type: none;
    padding-left: 1rem;
}

.home-link-list ul li:before {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.1rem;
    content: ">";
    position: absolute;
    left: 0.625rem;
    color: #09347a;
}

/* Mobile styles for mnd-connect-logo */
@media only screen { 
    .mnd-connect-logo {
        padding-left: 0;
    }
}

/* Medium and up styles for mnd-connect-logo */
@media only screen and (min-width: 40.063em) {
    .mnd-connect-logo {
        padding-left: 40px;
    }
}

.mnd-connect-contact {
    color: #002663;
    font-size: 20px;
    line-height: 30px;
}

.mnd-connect-contact a {
    color: #F8810B;
}

.news-list {

}

    .news-list h3 {
        font-size: 18px;
        font-weight: bold;
        color: #09347a;
    }

/*----------------------------------------
Sub home page
----------------------------------------*/
.item-text-container {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    padding: 19px 43px 19px 19px;
    position: relative;
    top: -30px;
    max-width: 207px;
}

.item-text-container p {
    color: #fff;
}

.item-text-container .item-title {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 9px;
    margin-bottom: 0px !important;
}

.item-text-container .item-description {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 0px !important;
}

.dkBlue-accent .item-text-container
{
    background:#002663 url("library/images/arrow-right-white.png") no-repeat 90% 70%;
}
.ltBlue-accent .item-text-container
{
    background:#007aa1 url("library/images/arrow-right-white.png") no-repeat 90% 70%;
}
.green-accent .item-text-container
{
    background:#69be28 url("library/images/arrow-right-white.png") no-repeat 90% 70%;
}
.pink-accent .item-text-container
{
    background:#a52972 url("library/images/arrow-right-white.png") no-repeat 90% 70%;
}
.teal-accent .item-text-container
{
    background:#008695 url("library/images/arrow-right-white.png") no-repeat 90% 70%;
}
.orange-accent .item-text-container
{
    background:#F8810B url("library/images/arrow-right-white.png") no-repeat 90% 70%;
}

.sub-sub-home-banner {
    margin-top: -5px;
}


/*
Original sub homepage banners
*/
.sub-homepage-banner .banner .item {
    height: 265px;
    position: relative;
}

.sub-homepage-banner .banner .caption {
    z-index: 0;
    position: absolute;
    bottom: 0px;
    padding: 5px 50px 10px 30px;
    width: 365px;
    color: #fff;
    margin: 0 0 0 10px;
    height: 90px;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    left: -10px;
    top: auto;
}

.sub-homepage-banner .banner .item img {
    webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    max-height: 265px;
    width: 660px;
    padding-bottom: 0px;
}

.sub-homepage-banner .banner .item .title {
    color: #fff;
    font-size: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-family: 'Lato',"Helvetica Neue",Arial,Helvetica,sans-serif;
}

.sub-homepage-banner .banner .item .description {
    padding-top: 0px;
    font-size: 12px;
    color: #fff;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    line-height: 19px;
    padding-right: 5px;
}

.sub-homepage-banner .slick-prev,
.sub-homepage-banner .slick-next {
    top: 37% !important;
}

.sub-homepage-banner .slick-prev {
    left: -5px !important;
}
.sub-homepage-banner .slick-next {
    right: 5px !important;
}

.sub-homepage-banner .slick-dots li a.item-1,
.sub-homepage-banner .slick-dots li a.item-4,
.sub-homepage-banner .slick-dots li a.item-7 {

    background: url("library/images/pagination-blue.png");
    width: 29px;
    height: 29px;
    color: #fff;
    padding-top: 4px;
    font-weight: bold;

}

.sub-homepage-banner .slick-dots li a.item-2,
.sub-homepage-banner .slick-dots li a.item-5,
.sub-homepage-banner .slick-dots li a.item-8 {

    background: url("library/images/pagination-red.png");
    width: 29px;
    height: 29px;
    color: #fff;
    padding-top: 4px;
    font-weight: bold;

}

.sub-homepage-banner .slick-dots li a.item-3,
.sub-homepage-banner .slick-dots li a.item-6,
.sub-homepage-banner .slick-dots li a.item-9 {

    background: url("library/images/pagination-green.png");
    width: 29px;
    height: 29px;
    color: #fff;
    padding-top: 4px;
    font-weight: bold;

}

.sub-homepage-banner .slick-dots .slick-active a {
    background-position: 0 -30px !important;
    height: 27px !important;
}

.sub-homepage-banner .banner-item-1 div.caption,
.sub-homepage-banner .banner-item-4 div.caption,
.sub-homepage-banner .banner-item-7 div.caption
{
    background:#002663;

}
.sub-homepage-banner .banner-item-2 div.caption,
.sub-homepage-banner .banner-item-5 div.caption,
.sub-homepage-banner .banner-item-8 div.caption
{
    background:#a52972;

}
.sub-homepage-banner .banner-item-3 div.caption,
.sub-homepage-banner .banner-item-6 div.caption,
.sub-homepage-banner .banner-item-9 div.caption
{
    background:#69be28;

}

.sub-homepage-banner .slider-arrow a {
    background: url("library/images/arrow-right-white.png") no-repeat scroll 0 0;
    bottom: 10px;
    height: 27px;
    left: 315px;
    position: absolute;
    width: 27px;
    z-index: 1000;
}
/*
End Original sub homepage banners
*/


/* Medium and up styles for home banner area */
@media only screen and (min-width: 40.063em) {
    .sub-home-banner {
        margin-top: 0px;
    }
}

.sub-home-banner .caption {
    color: #fff;
    margin: 0;
    padding: 5px 10px;
}

.sub-home-banner .caption h3 {
    color: #002663;
    font-size: 22px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    line-height: 30px;
    margin-bottom: 2px;
}

.sub-home-banner.with-quote .caption h3 {
    font-size: 21px;
    line-height: 25px;
    font-style: italic;
    margin-bottom: 15px;

}

.sub-home-banner .caption p.description {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 22px;
    padding-right: 15px;
    color: #002663;
}

.sub-home-banner .caption .read-more {
    background: none repeat scroll 0 0 #F8810B;
    border-radius: 30px;
    box-shadow: none;
    height: auto;
    padding: 8px 16px;
    position: absolute;
    width: auto;
}

.sub-home-banner .caption .read-more a {
    color: #fff;
}

/* Medium and up styles for sub home banner caption area */
@media only screen and (min-width: 40.063em) {
    .sub-home-banner .caption h3 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 8px;
        padding-bottom: 0px;
    }
}

/* Large and up styles for sub home banner caption area */
@media only screen and (min-width: 64.063em) {
    .sub-home-banner .caption {
        padding: 5px 14px;
    }
}

.sub-home-banner-image {
    padding-right: 0;
    padding-left: 0;
}

/* Medium and up styles for home banner image */
@media only screen and (min-width: 40.063em) {
    .sub-home-banner-image {
        padding-right: 0;
        padding-left: 0.625em;
    }
}

.sub-home-banner .slick-track {
    background-color: #ececec;
}

.sub-home-banner .slick-dots {
    right: 0;
    width: auto;
    margin-top: -40px;
    bottom: auto;
    top: auto !important;
}

.sub-home-banner .slick-dots li {
    margin: 0 !important;
    width: auto;
    height: auto;
}

.sub-home-banner .slick-dots li a {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;;
    float: left;
    overflow: hidden;
    text-align: center;
    padding-top: 9px;
    color: #a52972;
    font-size: 14px;
    background-color: #ececec;
    color: #F8810B;
}

.sub-home-banner .slick-dots li.slick-active a {
    color: #fff;
    background-color: #002663;
}

.wide-cta {
    background: #002663;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    float: left;
    padding: 15px 0 0;
    margin-bottom: 28px;
}

.wide-item-text-container p {
    color: #fff;
}

.wide-cta-item .item-title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
}

.wide-cta-item .item-description {
    font-size: 12px;
}

.wide-cta-item .read-more-link {
    background: url("library/images/arrow-right-white.png") no-repeat right center;
    height: 27px;
    width: 150px;
    color: #fff !important;
    font-size: 12px;
}

.bottom-content h3 {
    background: url("library/images/double-border.png") repeat-x bottom;
    padding-bottom: 5px;
}

.subhome-bottom {
    margin-top: 10px;
}

/*----------------------------------------
Branch page
----------------------------------------*/
.branch-header-image {
    margin-left: 10px;
}

.branch-header-image .image {
    max-width: 660px;
    height: 265px;
    position: relative;
    margin-bottom: 30px;
}

.branch-header-image img {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}

.branch-header-image .caption {
    background: #69be28;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    bottom: 0px;
    position: absolute;
    opacity: 0.8;
    padding: 10px 15px;
}

.branch-header-image .caption .title {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.branch-header-image .caption .description {
    font-size: 12px;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.branch .content h3 {
    background: url("library/images/double-border.png") repeat-x bottom;
    padding-bottom: 5px;
}

.branch-contact .contact-details {
    background-color: #002663;
    color: #fff;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    padding: 12px 18px 18px 18px;
    position: relative;
    top: -25px;
    height: 355px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.branch-contact div {
    font-size: 12px;
}

.branch-contact h3.title,
.branch-event h3.title {
    color: #fff;
    font-size: 19px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    background: url("library/images/double-border-white.png") repeat-x bottom left;
    padding-bottom: 5px;
}

.branch-event .event-details {
    background-color: #007aa1;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    padding: 12px 18px 18px 18px;
    position: relative;
    top: -25px;
    height: 355px;
}

.branch-event-link {
    background: url("library/images/single-border.png") repeat-x left bottom;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 10px;
}

.branch-event-link .branch-event-title a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.branch-event-link .branch-event-description a {
    font-size: 13px;
}

.branch-event-link .branch-event-description a p {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0px;
}

.branch-tall-feature .image img {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}

/* .branch-tall-feature .caption {
    margin-left: 12px;
    position: absolute;
    background: #fff url("library/images/arrow-right-orange.png") no-repeat scroll 90% 80%;
    top: 80%;
    right: 0;
    padding: 20px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
}
*/

.branch-tall-feature .caption h3.title {
    color: #F8810B;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
    min-height: 10px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    padding-bottom: 0px;
}

.branch-tall-feature .caption p.description {
    color: #F8810B;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    min-height: 1px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.branch-bottom-links {
    margin-top: 10px;
}

.branch-bottom-links img {
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
}

.branch-bottom-links .item-details .caption {
    background: #F8810B url("library/images/arrow-right-white.png") no-repeat 90% 90%;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    padding: 19px 43px 19px 19px;
    position: relative;
    top: -30px;
}

.branch-bottom-links .item-details .caption h3.title {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    min-height: 59px;
    line-height: 19px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.branch-flickr-feed {
    background: url("library/images/flickr-feed-icon-small.png") no-repeat right top;
}

.branch-flickr-feed h3.title {
    background: url("library/images/double-border.png") repeat-x bottom left;
    padding-top: 17px;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #002663;
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.branch-flickr-images {
    background: #002663;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    padding-top: 14px;
    height: 90px;
}

.branch-flickr-images ul {
    margin-left: 36px;
}

.branch-flickr-images li {
    display: inline;
    list-style-type: none;
    width: 77px;
    padding-right: 14px;
    float: left;
}

.branch-flickr-images img {
    width: 63px;
    height: 63px;
}

/*----------------------------------------
Fightback Funds
----------------------------------------*/
.fightback-funds-totals {
    background-color: #ececec;
    margin-bottom: 1.25em;
    padding: 1em;
}

.fightback-funds-totals h3 {
    margin-bottom: 1em;
}

.fightback-funds-totals p {
    margin-bottom: 0.25em;
    margin-top: 0.25em;
}

.fightback-funds-totals .number {
    color: #959595;
}

.fightback-funds-totals .total {
    color: #09347a;
    font-weight: bold;
}

/* Medium and up styles for fightback funds totals */
@media only screen and (min-width: 40.063em) {
    .fightback-funds-totals p {
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

    .fightback-funds-totals p.medium-up-right {
        text-align: right;
    }
}

/*----------------------------------------
Campaign
----------------------------------------*/
.campaign a,
.campaign a:hover,
.campaign a:active,
.campaign a:visited {
    color: #F8810B;
}

/* h2 */
.campaign h2 {
    font-size: 1.4rem;
    line-height: 2rem;
}

/* Top CTA */
.campaign.top-cta {
    padding-top: 25px;
    padding-bottom: 30px;
}

    .campaign.top-cta h1 {
        font-size: 2rem;
        line-height: 2.3rem;
    }

    .campaign.top-cta h2 {
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    .campaign.top-cta-button {
        margin-top: -24px;
    }

    .campaign.top-cta-button-1 {
        margin-top: -24px;
        text-align: center;
    }

    .campaign.top-cta-button-2 {
        margin-top: -24px;
        text-align: center;
    }
    
    .campaign.top-cta-button-2 .two-bttns-left,
    .campaign.top-cta-button-2 .two-bttns-right {
        margin-right: 0;
        margin-left: 0;
    }

/* Top sub-header */
.campaign.sub-header {
    padding-top: 0px;
    padding-bottom: 20px;
}

    .campaign.sub-header h2 {
        font-size: 1rem;
        line-height: 1.5rem;
    }

/* Take part */
.campaign.take-part {
    padding-top: 25px;
    padding-bottom: 25px;
}

    .campaign.take-part .circular-image {
        margin-bottom: 20px;
        max-width: 85% !important;
        border: 5px solid #fff;
        border-radius: 1000px;
        -webkit-box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);
        -moz-box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);
        box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);
    }

/* Get started */
.campaign.get-started {
    padding-top: 25px;
    padding-bottom: 0px;
    border: 1px solid #dedede;
}

.campaign.get-started p {
    padding-left: 20px;
    padding-right: 20px;
}
 
/* Donation examples */
.campaign.donation-examples {
    padding-top: 25px;
    padding-bottom: 0px;   
}

    .campaign.donation-examples img {
        margin-bottom: 30px;
    }

    .campaign.donation-examples p.donation_examples_text {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        margin-bottom: 0;
        min-height: 100px;
    }

    .campaign.donation-examples .donation-info {
        margin-bottom: 10px;
    }

/* Medium and up styles for campaign */   
@media only screen and (min-width: 40.063em) {
    /* General h2 */
    .campaign h2 {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    
    /* Top CTA */
    .campaign.top-cta {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .campaign.top-cta h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .campaign.top-cta h2 {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }

    .campaign.top-cta-button {
        margin-top: -30px;
    }

    .campaign.top-cta-button-1 {
        margin-top: -30px;
        text-align: right;
    }

    .campaign.top-cta-button-2 {
        margin-top: -30px;
        text-align: center;
    }
    
        .campaign.top-cta-button-2 .two-bttns-left {
            margin-right: 15px;
        }

        .campaign.top-cta-button-2 .two-bttns-right {
            margin-left: 15px;
        }     
    
    /* Top sub-header */
    .campaign.sub-header {
        padding-top: 15px;
        padding-bottom: 45px;
    }

    .campaign.sub-header h2 {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
    
    /* Button */
    .campaign .button {
        font-size: 1.5rem;
    }
    
    /* Take part */
    .campaign.take-part {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    /* Get started */
    .campaign.get-started {
        padding-top: 50px;
        padding-bottom: 40px;
    }

    /* Donation examples */
    .campaign.donation-examples {
        padding-top: 50px;
        padding-bottom: 60px;   
    }

        .campaign.donation-examples .donation-info {
            margin-bottom: 0px;
            border: 1px solid #dedede;
        }
}

/*----------------------------------------
Campaign home
----------------------------------------*/
/* Case study */
.campaign.home.case-study {
    padding-top: 25px;
    padding-bottom: 25px;
    border: 1px solid #dedede;
    border-top: 0;
}

    .campaign.home.case-study h2 {
        font-size: 1.4rem;
        line-height: 2rem;
    }

/* Sign up form */
.campaign.home.sign-up-form {
    padding-top: 25px;
    padding-bottom: 0px;  
}

    .campaign.home.sign-up-form .fa-ul {
        margin-left: 1.6em !important;
        margin-bottom: 0;
    }

    .campaign.home.sign-up-form .fa-ul li {
        margin-bottom: 15px;
    }

    .campaign.home.sign-up-form .fa-li {
        top: 0.35em !important;
        color: #002663;
    }

    .campaign.home.sign-up-form .apple-tel a {
        color: #fff !important;
    }

    .campaign.home.sign-up-form .logo {
        margin-top: 30px;
        margin-bottom: 40px;
    }

/* Medium and up styles for campaign home */   
@media only screen and (min-width: 40.063em) {
    /* Case study */
    .campaign.home.case-study {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .campaign.home.case-study h2 {
            font-size: 1.6rem;
            line-height: 2.1rem;
        }

    /* Sign up form */
    .campaign.home.sign-up-form {
        padding-top: 50px;
        padding-bottom: 50px;  
    }
}

/*----------------------------------------
Campaign thanks
----------------------------------------*/
.campaign.thanks h1 {
    font-size: 1.4rem;
    line-height: 2.3rem;
}

.campaign.thanks.sub-header h2 {
    font-size: 1rem;
    line-height: 1.5rem;
}

.campaign.thanks .button {
    font-size: 1rem;
}

/* Medium and up styles for campaign thanks */   
@media only screen and (min-width: 40.063em) {
    .campaign.thanks h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }

    .campaign.thanks.sub-header h2 {
        font-size: 1.5rem;
        line-height: 2.2rem;
    }
}

/*----------------------------------------
Fundraising hub
----------------------------------------*/
.fundraising-hub .tweet-text {
    margin-bottom: 14px;
}

.items-list .call-to-action-content {
    min-height: 0;
}

    .items-list .call-to-action-content h3 {
        display: inline-block;
    }

/*----------------------------------------
Mini hero panels
----------------------------------------*/
.mini-hero-panels .fundraising-panel h2 {
    font-size: 1.5rem;
    line-height: 1.7rem;
}

/*----------------------------------------
Ideas nav and list
----------------------------------------*/
.ideas-nav a {
    width: 100%;
    padding: 10px 0;
    display: inline-block;
    font-weight: bold;
}

    .ideas-nav .link-text {
        display: inline-block;
        width: 80%;
        margin-top: 4px;
    }

    .ideas-nav .fa-stack {
        float: right;
    }

    .ideas-nav .fa-stack .fa-circle {
        color: #ffffff;
    }

    .ideas-nav .fa-stack .fa-angle-down {
        color: #F8810B;
    }

.ideas-list .circular-image {
    border: 5px solid #ececec;
    border-radius: 1000px;
}

    .ideas-list .circular-image.white-border {
        border: 5px solid #ffffff;
        border-radius: 1000px;
    }

    .ideas-list .image-wrapper {
        padding: 22px 10px 10px 10px;
    }

    .ideas-list .idea {
        padding-bottom: 20px;
    }

    .ideas-list .bottom-link {
        margin-top: -42px;
    }

/* Medium and up styles for ideas list */   
@media only screen and (min-width: 40.063em) {
    .ideas-list .image-wrapper {
        padding: 25px;
    }

    .ideas-nav {
        margin-top: 50px;
    }

        .ideas-nav .link-text {
            margin-top: 0;
        }

        .ideas-nav .fa-stack {
            width: 20%;
        }
}

/* Large and up styles for ideas list */   
@media only screen and (min-width: 64.063em) {
    .ideas-list .idea {
        padding-bottom: 0;
    }
}

/*----------------------------------------
General
----------------------------------------*/
#map_canvas {
    height: 300px;
}

.vfb-fieldset .vfb-legend {
    display: none;
}

.visual-form-builder fieldset.vfb-fieldset {
    background-color: #fff;
    border: none;
}

.hierarchical_breadcrumb{
    padding-bottom: 10px;
    overflow: hidden;
    line-height: 14px;
}

.hierarchical_breadcrumb a{
    color: #002663;
    font-size: 12px;
    text-decoration: none;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.hierarchical_breadcrumb a:after{
    content: '|';
    padding-left: 5px;
    padding-right: 0px;
}

.hierarchical_breadcrumb span{
    color: #f58026;
    font-size: 12px;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.hierarchical_submenu{
    margin-bottom: 20px;
    font-size: 12px;
    border-radius: 10px;
    font-family: 'Arial';
}

.side-menu-container {
    background: url("library/images/double-border.png") repeat-x scroll center top #fff;
}

.hierarchical_submenu:empty {
    background: none;
}

.hierarchical_submenu ul,
.hierarchical_submenu li,
.hierarchical_submenu a{
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 12px;
}

.hierarchical_submenu ul {
    padding-top: 5px;
}

.hierarchical_submenu li ul{
    border-bottom: none;
}

.hierarchical_submenu ul li{
    background: url('library/images/nav-right-arrow.png') 9px center no-repeat #fff;
}

.hierarchical_submenu ul li ul li {
    background: #fff;
}


.hierarchical_submenu a {
    padding: 5px 10px 5px 5px;
    color: #002663;
    font-size: 12px;
    border-bottom: 1px dotted #272526;
    padding-left: 25px;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

.hierarchical_submenu li:hover {
    background-color: #ececec;
}

.hierarchical_submenu li li a {
    padding: 5px 10px 5px 40px;
}

.hierarchical_submenu li li a.selected,
.hierarchical_submenu li li a.selected span {
    background: transparent;
    color: #f58026;
}

.hierarchical_submenu li li li a {
    padding: 5px 10px 5px 55px;
}

.hierarchical_submenu a.selected,
.hierarchical_submenu a.selected-ancestor{
    background: #002663 url("library/images/nav-down-arrow.png") 9px center no-repeat;
    padding-right: 25px;
    color: #fff;
}

.hierarchical_submenu a.selected span {
    color: #fff;
}

a.selected .sub-menu-text {
    display: block;
    padding: 4px 4px 4px 4px;
}

.hierarchical_submenu h3 {
    margin-top: 15px;
}

.page-actions {
    padding-left: 10px;
    padding-bottom: 5px;
    background: url("library/images/double-border.png") repeat-x bottom;
}

.page-actions .pa-link {
    display: block;
    height: 32px;
    padding-left: 40px;
    margin-bottom: 10px;
    color: #002663;
    font-size: 12px;
    padding-top: 6px !important;
}

.print-this-page {
    background: url("library/images/print-icon.png") no-repeat;
}

.email-this-page {
    background: url("library/images/email-icon.png") no-repeat;
}

.share-this-page {
    background: url("library/images/share-icon.png") no-repeat;
    padding-left: 20px !important;
}

.share-this-page .at16t_compact {
    background: none !important;
}

.post-archive-entry-image {
    float: left;
    margin-right: 15px;
    max-width: 39%;
}

.page-header {
    margin-top: 30px;
}

h1.page-title {
    font-size: 24px;
    margin-bottom: 18px;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #09347a;
    background: url("library/images/double-border.png") repeat-x bottom;
    line-height: 35px;
}

h2.page-description {
    color: #09347a;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

h3.left-nav-title {
    background: url("library/images/arrow-down.png") no-repeat right center !important;
    min-height: 37px;
    padding: 6px 35px 0px 10px;
    margin: 0px;
    font-size: 19px;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
    color: #09347a;
    margin-bottom: 10px;
}

.row.page-container {
    padding-top: 20px;
    position: relative;
    z-index: 500;
}

.addthis_button_facebook_like.at300b {
    padding-right: 15px !important;
}

.share-text {
    float: left;
    padding-right: 20px;
    font-size: 16px;
    font-weight: bold;
}

.general-content img {
    padding-bottom: 5px;
}

.quote-item {
    padding: 12px 15px 15px 15px;
    -webkit-border-bottom-left-radius: 30px;
    -moz-border-radius-bottomleft: 30px;
    border-bottom-left-radius: 30px;
    margin-bottom:40px;
    background:#002663;
    -webkit-border-top-right-radius: 30px;
    -moz-border-radius-topright: 30px;
    border-top-right-radius: 30px;
    overflow:auto;
}

.quote-item .quote-description {
    color: #fff;
    font-style: italic;
    font-size: 14px;
}

.quote-item .quote-link {
    background:url("library/images/arrow-right-white.png") no-repeat right;
    text-align:right;
    min-height:27px;
    padding-top:1px;
    padding-right:40px;
    margin:5px 0px 0px 0px;
}

.quote-item .quote-link a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.related-links h3 {
    background: url("library/images/double-border.png") repeat-x scroll center bottom rgba(0, 0, 0, 0);
    padding-bottom: 5px;
    font-size: 21px;
    color: #002663;
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.related-link img {
    float: left;
    margin-right: 10px;
}

.related-link .description {
    font-size: 14px;
    line-height: 18px;
}

.right-col-top {
    margin-bottom: 30px;
}

.right-col-top .right-col-top-one .item-details,
.right-col-bottom .right-col-bottom-one .item-details {
    color: #fff;
    background: #A42C73;
    margin-bottom: 3px;
    padding: 10px;
    overflow: hidden;
}

.right-col-top .right-col-top-one img,
.right-col-bottom .right-col-bottom-one img {
    border-radius: 0 30px 0 0;
    padding-bottom: 0px;
    width: 100%;
}

.right-col-top .right-col-top-one .item-title,
.right-col-bottom .right-col-bottom-one .item-title {
    background: none;
    font-family: Sans-Serif;
    font-weight: bold;
    font-size: 1.3em;
}

.right-col-top .item-title a,
.right-col-bottom .item-title a {
    color: #fff;
    font-size: 16px;
}

.right-col-top .item-description,
.right-col-top .item-description a,
.right-col-bottom .item-description,
.right-col-bottom .item-description a  {
    color: #fff;
    font-size: 14px;
}

.right-col-top .right-col-top-two .item-details {
    color: #fff;
    background: #042862;
    border-radius: 0 0 0 30px;
    padding: 10px;
    overflow: hidden;
}

.right-col-top .item-read-more,
.right-col-bottom .item-read-more {
    color: #fff;
    line-height: 29px;
    display: inline-block;
    padding-right: 40px;
    font-weight: bold;
    float: right;
    background: url("library/images/arrow-right-white.png") no-repeat right center;
    min-height: 29px;
}

.right-col-top .item-read-more a,
.right-col-bottom .item-read-more a {
    color: #fff;
    font-size: 14px;
}

.right-col-bottom .right-col-bottom-one .item-details {
    padding-bottom: 40px;
}

.right-col-newsletter {
    border-bottom: 3px solid #fff;
    border-radius: 0 30px;
    border-top: 3px solid #fff;
    margin-top: -30px;
    background: #f37f32;
    padding: 15px;
    position: relative;
    z-index: 200;
}

.right-col-newsletter h4 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}

.right-col-newsletter .newsletter-button {
    background: url("library/images/arrow-right-white.png") no-repeat right center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    margin-left: 80px;
    padding-right: 33px;
    padding-top: 8px;
    cursor: pointer;
}

.right-col-donation {
    background: #042862;
    border-radius: 0 0 30px;
    color: #fff;
    margin-top: -30px;
    overflow: hidden;
    padding: 50px 10px 10px;
    position: relative;
}

.right-col-donation h4 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.right-col-donation label {
    color: #fff;
    display: inline;
    padding-right: 10px;
}

.right-col-donation .donation-link {
    background: url("library/images/arrow-right-white.png") no-repeat right center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    margin-left: 104px;
    padding-right: 33px;
    padding-top: 8px;
    cursor: pointer;
}

.this-page-right-col .right-col-one img,
.this-page-right-col .right-col-three img {
    border-top-right-radius: 30px;
    width: 100%;
}

.this-page-right-col .right-col-one .item-details {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    min-height: 113px;
    padding: 19px;
    position: relative;
    top: 25px;
    display: inline-block;
    width: 100%;
}

.this-page-right-col .right-col-one .item-details-dkBlue,
.this-page-right-col .right-col-three .item-details-dkBlue {
    background: #002663;
}

.this-page-right-col .right-col-one .item-details-ltBlue,
.this-page-right-col .right-col-three .item-details-ltBlue {
    background: #007aa1;
}

.this-page-right-col .right-col-one .item-details-green,
.this-page-right-col .right-col-three .item-details-green {
    background: #69be28;
}

.this-page-right-col .right-col-one .item-details-pink,
.this-page-right-col .right-col-three .item-details-pink {
    background: #a52972;
}

.this-page-right-col .right-col-one .item-details-teal,
.this-page-right-col .right-col-three .item-details-teal {
    background: #008695;
}

.this-page-right-col .right-col-one .item-details-orange,
.this-page-right-col .right-col-three .item-details-orange {
    background: #F8810B;
}

.this-page-right-col .right-col-one .item-details a {
    color: #fff;
}

.this-page-right-col .right-col-one .item-title a,
.this-page-right-col .right-col-three .item-title a {
    font-weight: bold;
}

.this-page-right-col .item-read-more {
    line-height: 17px;
}

.this-page-right-col .right-col-one .item-read-more {
    float: left;
    margin-top: 10px;
}

.this-page-right-col .right-col-two h3 {
    border-bottom: 1px dotted #002663;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 30px;
    padding-bottom: 3px;
    color: #09347a;
}

.this-page-right-col .right-col-two .item-details {
    margin-bottom: 10px;
}

.this-page-right-col .right-col-two .item-details a {
    background: url("library/images/document-icon.png") no-repeat;
    border-bottom: 1px dotted #002663;
    padding-left: 45px;
    display: block;
    min-height: 40px;
}

.this-page-right-col .right-col-three .item-details {
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    min-height: 30px;
    padding: 19px;
    position: relative;
    top: -30px;
}

.this-page-right-col .right-col-four {
    border: 5px solid #F8810B;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 40px;
    padding: 17px;
}

.this-page-right-col .right-col-four a {
    color: #002663;
}

.this-page-right-col .right-col-four .item-details {
    position: relative;
}

.this-page-right-col .right-col-four .item-title {
    font-weight: bold;
}

.this-page-right-col .right-col-four .item-description {
    margin-bottom: 10px;
}

.this-page-right-col .right-col-four .item-read-more {
    background: url("library/images/arrow-right-white.png") no-repeat 90% center #F8810B;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 45px;
    padding: 8px 40px 9px 10px;
    position: absolute;
    width: auto;
    right: 0;
}


.this-page-right-col .right-col-four .item-read-more a {
    color: #fff;
    font-size: 12px;
}

.this-page-right-col .right-col-five {
    border: 5px solid #F8810B;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 21px;
    padding: 17px;
    position: relative;
}

.this-page-right-col .right-col-five a {
    color: #002663;
}

.this-page-right-col .right-col-five .item-details {
    position: relative;
}

.this-page-right-col .right-col-five .item-title {
    font-weight: bold;
}

.this-page-right-col .right-col-five .item-description {
    margin-bottom: 10px;
}

.this-page-right-col .right-col-five .item-details-standard {
    border-bottom: 1px dotted #002663;
}

.this-page-right-col .right-col-five .item-details-bottomorange {
    background: url("library/images/arrow-right-white.png") no-repeat 90% center #F8810B;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    height: 45px;
    padding: 8px 40px 9px 10px;
    position: absolute;
    width: auto;
    right: 0;
}

.this-page-right-col .right-col-five .item-details-bottomorange .item-title a {
    color: #fff;
}

.this-page-right-col .right-col-five .item-details-bottomorange .item-description {
    display: none;
}

.section-summary {
    padding: 15px 35px;
}

.section-summary ul {
    margin-bottom: 0px;
}

.section-summary .title {
    color: #F8810B;
    display: block;
    float: left;
    font-size: 12px;
    padding-top: 4px;
}

.section-summary .page-description {
    font-size: 12px;
    color: #48484a;
    display: block;
}

.section-summary .post-date {
    font-size: 12px;
    color: #48484a;
    display: block;
    font-style: italic;
}

.section-summary .link-details {
    display: inline-block;
}

.section-summary .requires-images li {
    border-bottom: 1px dotted #000;
    clear: both;
    display: inline-block;
    list-style-type: none;
    padding-bottom: 5px;
    width: 100%;
}

.section-summary .requires-images ul {
    margin: 0px;
}

.section-summary .requires-images a {
    display: block;
}

.section-summary .requires-images .link-image {
    float: left;
    padding-right: 15px;
    padding-bottom: 10px;
}

.section-summary .requires-images .link-image img {
    max-width: 100px;
}

.section-summary .requires-images .link-details {
    padding-left: 15px;
    display: block;
}

.section-summary .requires-images .title {
    display: block;
    float: none;
    padding-top: 5px;
    font-size: 12px;
}

.section-summary .requires-images .page-description {
    display: block;
}

/*----------------------------------------
Call to action
----------------------------------------*/
/* Mobile styles for call-to-action module */
@media only screen { 
    .home .call-to-action {
        margin-bottom: 35px;
    }
}

/* Medium and up styles for call-to-action module */
@media only screen and (min-width: 40.063em) {
    .call-to-action {
        margin-bottom: 0;
    }
}

    .call-to-action h3 {
        margin-top: 15px;
        width: 100%;
    }

    .call-to-action h3 a {
        color: #F8810B;
        font-weight: bold;
        font-size: 20px;
        line-height: 25px;
    }

    .call-to-action h3 a:after {
        font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
        content: ">";
        padding-left: 0.5rem;
    }

    .call-to-action-content {
        min-height: 330px;
        padding: 0 15px 15px 15px;
    }

    .call-to-action-content p {
        margin-bottom: 0;
    }

    .call-to-action.blue .call-to-action-content {
        background-color: #09347a;
    }

    .call-to-action.blue .call-to-action-content p {
        color: #fff;
    }

    .call-to-action.grey .call-to-action-content {
        background-color: #ececec;
    }

/*----------------------------------------
Quotations
----------------------------------------*/
.quotebox {
    background-color: #ececec;
    margin-bottom: 1.25em !important;
    padding: 1em;
}

    .quotebox img {
        padding-right: 1em;
    }

    .quotebox h3 {
        font-size: 19px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 0.625em;
        font-style: italic;
    }

    .quotebox p {
        margin-bottom: 0;
    }

.quotebox_2 {
    margin-bottom: 1.25em !important;
}

    .quotebox_2 img {
        padding-left: 1em;
    }

    .quotebox_2 h3 {
        font-size: 20px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 0.625em;
        font-style: italic;
    }

    .quotebox_2 p {
        margin-bottom: 0;
    }

/*----------------------------------------
Testimonials
----------------------------------------*/
.testimonial {
    border: 1px solid #dadada;
    padding: 19px 15px 9px 15px;
    -webkit-box-shadow: 0 8px 6px -6px #999999;
    -moz-box-shadow: 0 8px 6px -6px #999999;
    box-shadow: 0 8px 6px -6px #999999;
}
    .testimonial h3,
    .testimonial-no-border h3 {
        color: #09347a;
        clear: both;
        font-size: 21px;
        padding-bottom: 4px;
    }

    .testimonial h4,
    .testimonial-no-border h4 {
        font-size: 17px;
        line-height: 26px;
        margin-top: 0;
        margin-bottom: 0.625em;
        font-style: italic;
        color: #09347a;
    }

/*----------------------------------------
Calendar date graphic
----------------------------------------*/
.calendar-graphic {
    display: inline-block;
}

.calendar-date {
    display: inline-block;
    border: 7px solid #ececec;
    border-top: 14px solid #ececec;
    padding: 5px 10px;
}

    .calendar-tabs {
        margin: 0px 10px;
        height: 10px;
        border-left: 7px solid #ececec;
        border-right: 7px solid #ececec; 
    }

    .calendar-date p {
        margin-bottom: 0;
        font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 1.3em;
        line-height: 1.2em;
        color: #09347a;
    }

/*----------------------------------------
Right column boxes
----------------------------------------*/
.right-col-box {
    margin-bottom: 1.25em !important;
    padding: 1em;
    border-radius: 0 30px 0 30px;
    color: #fff;
}

    .right-col-box h3 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 0;
        margin-bottom: 0.625em;
        font-weight: bold;
    }

    .right-col-box p {
        margin-top: 0.5em;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 20px;
    }

    /* Additional styles for promo boxes */
    .right-col-box.promo {
        border-radius: 0;
    }

    .right-col-box.promo h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .right-col-box.promo h3 a {
        font-weight: normal;
    }

/*----------------------------------------
Global Contact
----------------------------------------*/
.contactbox {
    background-color: #09347a;
    color: #fff;
}

    .contactbox h3 {
        font-size: 20px;
        line-height: 26px;
        color: #fff;
        font-weight: bold;
    }

    .contactbox p {
        color: #fff;
    }

    .contactbox .fa-ul {
        margin-left: 1.6em !important;
        margin-bottom: 0;
    }

    .contactbox .fa-li {
        top: 0.35em !important;
    }

    .contactbox .apple-tel a {
        color: #fff !important;
    }

/*----------------------------------------
FAQ
----------------------------------------*/
.faq h3 {
    display: none;
}

/*----------------------------------------
Comments
----------------------------------------*/
.commentlist {
    margin-left: 0;
}

.commentlist li.panel {
    background-color: #fff;
    border: solid 3px #F8810B;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
}

.respond-form textarea {
    background-color: #ECECEC;
}

h3#comments,
#comment-form-title {
    font-family: 'Lato', "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #002663;
}

.respond-form {
    margin: 1.5em 0px;
}

.comment-author {
    border-top: 1px dotted #ccc;
    font-size: 14px;
    padding-left: 5px;
    padding-top: 10px;
}

.alert-info p {
  font-weight: bold;
  color: #F8810B;
  margin-bottom: 0px;
}

.commentlist .comment_content p {
    margin-bottom: 0.5em !important;
    margin-top: 0 !important;
}

/*----------------------------------------
Checklist
----------------------------------------*/
.checklist {
    padding: 20px 15px 10px 15px;
}

   .checklist h3 {
        font-weight: bold;
        font-size: 17px;
   }

   .checklist ul {
        margin-left: 0
   }

   .checklist ul li {
        list-style: none;
        background-image: url("library/images/checklist.svg");
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: 0 5px;
        padding-left: 30px;
        margin-bottom: 5px;
   }

/*----------------------------------------
Images vertical layered
----------------------------------------*/
.images-vertical-layered {
    position: relative;
    padding-right: 10px;
    width: 83%;
}

.images-vertical-layered .top-image {
    -ms-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
    position:relative;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.4);
    margin-top: 10px;
}

.images-vertical-layered .bottom-image {
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    margin-top: -15px;
    z-index: 1000;
    position:relative;
    -webkit-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 5px 5px 3px 0px rgba(0, 0, 0, 0.4);
}

/*----------------------------------------
Shadows
see https://css-tricks.com/almanac/properties/b/box-shadow/
----------------------------------------*/

/*----------------------------------------
Helpers
----------------------------------------*/
.margin-0 {
    margin: 0 !important;
}

.margin-top-0 {
    margin-top: 0px !important;
}

.margin-top-1em {
    margin-top: 1em !important;
}

.margin-top-2em {
    margin-top: 2em !important;
}

.margin-top-20px {
    margin-top: 20px !important;
}

.margin-top-35px {
    margin-top: 35px !important;
}

.margin-top-40px {
    margin-top: 40px !important;
}

.margin-top-60px {
    margin-top: 60px !important;
}

.margin-bottom-0 {
    margin-bottom: 0 !important;
}

.margin-bottom-0-625em {
    margin-bottom: 0.625em !important;
}

.margin-bottom-5px {
    margin-bottom: 5px !important;
}

.margin-bottom-10px {
    margin-bottom: 10px !important;
}

.margin-bottom-15px {
    margin-bottom: 15px !important;
}

.margin-bottom-1-25em {
    margin-bottom: 1.25em !important;
}

@media only screen and (min-width: 40.063em) {
    .margin-bottom-1-25em-medium-up {
        margin-bottom: 1.25em !important;
    }
}

.margin-bottom-15px {
    margin-bottom: 15px !important;
}

.margin-bottom-20px {
    margin-bottom: 20px !important;
}

.margin-bottom-35px {
    margin-bottom: 35px !important;
}

.margin-left-0 {
    margin-left: 0 !important;
}

.padding-0-625em {
    padding: 0.625em !important;
}

.padding-5px {
    padding: 5px !important;
}

.padding-15px {
    padding: 15px !important;
}

.padding-top-5px {
    padding-top: 5px !important;
}

.padding-top-10px {
    padding-top: 10px !important;
}

.padding-top-15px {
    padding-top: 15px !important;
}

.padding-top-20px {
    padding-top: 20px !important;
}

    @media only screen and (min-width: 40.063em) {
        .padding-top-20px-medium-up {
            padding-top: 20px !important;
        }
    }

.padding-top-30px {
    padding-top: 30px !important;
}

.padding-top-40px {
    padding-top: 40px !important;
}

.padding-top-50px {
    padding-top: 50px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.padding-right-5px {
    padding-right: 5px !important;
}

.padding-bottom-0 {
    padding-bottom: 0 !important;
}

.padding-bottom-15px {
    padding-bottom: 15px !important;
}

.padding-bottom-20px {
    padding-bottom: 20px !important;
}

    @media only screen and (min-width: 40.063em) {
        .padding-bottom-20px-medium-up {
            padding-bottom: 20px !important;
        }
    }

.padding-bottom-30px {
    padding-bottom: 30px !important;
}

.padding-bottom-40px {
    padding-bottom: 40px !important;
}

.padding-bottom-50px {
    padding-bottom: 50px !important;
}

.padding-bottom-25px {
    padding-bottom: 25px !important;
}

.padding-left-0 {
    padding-left: 0 !important;
}

.padding-left-5px {
    padding-left: 5px !important;
}

.padding-left-10 {
    padding-left: 10px !important;
}

.display-none {
    display: none;
}

.min-height-60px {
    min-height: 60px;
}

.min-height-90px {
    min-height: 90px;
}

.min-height-120px {
    min-height: 120px;
}

@media only screen and (min-width: 40.063em) {
    .text-align-left-medium-up {
        text-align: left !important;
    }
}

/* Column padding: for use in collapsed rows where we still require
padding on one side */
@media only screen and (min-width: 40.063em) {
    .column-padding-left-medium-up {
        padding-left: 0.625em !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .column-padding-right-medium-up {
        padding-right: 0.625em !important;
    }
}

.inline-block {
    display: inline-block;
}

/* WordPress TinyMCE alignment */
img.alignright {
    float: right; margin: 0 0 1em 1em;
}

img.alignleft {
    float: left; margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block; margin-left: auto; margin-right: auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.aligncenter {
    display: block; margin-left: auto; margin-right: auto;
}

/*----------------------------------------
Responsive
----------------------------------------*/
.responsive-header {
  background-color: #fff;
  border-bottom: solid 30px #fff;
}

.responsive-menu-link,
.responsive-menu-link a {
    float: right;
    height: 40px;
    width: 40px;
    display: block;
    margin-top: 10px;
}

a.responsive-menu-link {
    text-indent: -999px;
    background: url('library/images/menu-icon.png') no-repeat;
}

#menuModal {
    top: 0 !important;
}

.responsive-menu-popup {
    overflow: hidden;
}

.responsive-accessibility {
    background-color: #eee;
    display: inline-block;
    width: 100%;
}

.responsive-accessibility a {
    background-color: transparent !important;
}

.responsive-menu-viewing-options {
  width: 50%;
  float: left;
}

.responsive-menu-popup .header-text-size a {
    float: left;
    line-height: 6px;
}



.responsive-menu-popup label{
    display: none;
}

.responsive-menu-popup ul,
.responsive-menu-popup li,
.responsive-menu-popup a,
.responsive-menu-popup h3{
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: block;
}

.before-menu {
    background: #fff;
}

.responsive-menu-viewing-options {
    clear: both;
}


.responsive-menu-popup a {
    background-color: #fff;
    color: #09347a;
    padding: 10px 30px 10px 10px;
    text-decoration: none;
}

.responsive-menu-popup .responsive-nav a {
    font-size: 14px;
}

.responsive-menu-popup a.close-reveal-modal {
    background-color: transparent;
    margin-right: 10px;
    margin-top: 10px;
    color: #F8810B;
}

@media only screen and (max-width: 385px) {

    .responsive-menu-popup a.close-reveal-modal {
        margin-right: -10px;
    }
}

.responsive-menu-popup a.close-reveal-modal:hover {
    background-color: transparent;
}

.responsive-menu-popup a:hover,
.responsive-menu-popup a:focus {
    background-color: #09347a;
    color: #fff;
}


.responsive-menu-popup a.selected,
.responsive-menu-popup a.selected:hover{
    background-color: #fff;
    color: #09347a;
}

.responsive-menu-popup li li a{
    padding-left:30px;
    color: #09347a;
}

@media only screen and (max-width: 40.063em) {

    .viewing_option{
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 325px) {

    .flickr-container li {
        padding-right: 3px;
        width: 79px;
    }
}

@media only screen and (max-width: 640px) {

    .home-top-link a {
        font-size: 18px;
        line-height: 20px;
        padding-right: 25px;
    }

    .home-top-link {
      background: url("library/images/arrow-right-small.png") no-repeat right center;
      height: 30px;
      width: auto;
    }

    .home-top-link {
        width: auto;
    }

    .home-top-links {
        padding-bottom: 30px;
    }

    .home-iya h3 {
        font-size: 22px;
        padding-left: 30px;
    }

    .home-iya .iya-search {
        margin-left: 30px;
    }

    .contact-link {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 900px) {
    .banner .item-details .caption {
        width: 200px;
    }

    .caption h3 {
        font-size: 25px;
        line-height: 25px;
    }

    .caption p.description {
        font-size: 12px;
        line-height: 16px;
    }
}

@media only screen and (max-width: 800px) {
    .donate-link {
        width: 125px;
    }

    .contact-link li {
        width: 95px;
    }
}

@media only screen and (max-width: 700px) {

    .banner .item-details {
        height: 310px;
    }

    .banner .item-details .caption {
      max-height: 200px;
      height: auto;
      width: 100%;
      bottom: 5%;
      top: auto;
      border-top-right-radius: 0px;
    }

    .caption h3 {
        font-size: 18px;
        line-height: 18px;
    }

    .caption .read-more {
        bottom: 12px;
    }

    .donate-link {
        width: 105px;
    }

    .contact-link li {
        margin-right: 5px;
    }
}
