﻿@charset "utf-8";
@import url(css/boilerplate.css);

@-ms-viewport {
    width: device-width;
    zoom: 1.0;
}

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

a.offscreen {
    position: absolute;
    left: -1000px;
    top: -1000px;
    width: 1px;
    height: 1px;
    text-align: left;
    overflow: hidden;
}

    a.offscreen:focus, a.offscreen:active, a.offscreen:hover {
        position: absolute;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        overflow: visible;
        background-color: #FF3;
        border: 1px dotted #000;
    }

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
    clear: both;
    margin-left: 0;
    width: 100%;
    float: left;
    display: block;
}

.fluidList {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

/* Mobile Layout: 568px and below. */

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 86.45%;
    padding-left: 2.275%;
    padding-right: 2.275%;
    clear: none;
    float: none;
}

nav {
    background-color: #939598;
}

.announceBreak {
      display:none;
   }
.top_section {
    width: 100%;
    background: url("/portals/54/skins/apsa/assets/topheader.png") repeat scroll 0% 0% / cover transparent;
    position: relative;
    /*z-index: 0;*/
    clear: both;
    height: 59px;
}

.banner_section {
    width: 100%;
    margin-bottom: 10px;
    background: url("/portals/54/skins/apsa/assets/btmheader.png") repeat scroll 0% 0% / cover transparent;
    position: relative;
    /*z-index: 99;*/
    clear: both;
    height: 69px;
}

    .banner_section .announcement {
        background: url('/portals/54/skins/apsa/assets/pin-white.png') no-repeat scroll 5px 15px rgba(0, 0, 0, 0);
        float: left;
    }

        .banner_section .announcement h1 {
            color: #fff;
            font-size: 29px;
            font-family: Arial, Helvetica, sans-serif;
            padding: 10px 0 0 58px;
            border: none;
            float: left;
            font-weight: 400;
            background: none;
        }

.logo_section {
    margin: 0px auto;
    max-width: 950px;
    padding: 0px;
    padding-top: 14px;
}

    .logo_section img {
    }

/* top links */
.top_links {
    width: 97%;
    float: right;
    text-align: right;
    display: inline-block;
    /*padding-top: 16px;*/
    padding-bottom: 4px;
    padding-right: 8px;
    color: #ffffff;
}

    .top_links a {
        color: #ffffff;
        text-decoration: none;
        padding-left:10px;
        padding-right:10px;
    }

        .top_links a:hover {
            text-decoration: underline;
        }

.header_section {
    width: 100%;
    clear: both;
    margin-left: 0;
}

    .header_section a {
        display: block;
        background-color: #6DBDD6;
        border: 1px solid #6DBDD6;
        padding: 8px 10px;
        color: #fff;
        text-align: center;
        margin-bottom: 2px;
        border-radius: 15px;
        width: 150px;
        font-weight: bold;
    }

        .header_section a:hover {
            background-color: #bae0ec;
            color: #000;
            border: 1px solid #bae0ec;
        }

.content_buffer {
    padding: 0px 0px 30px;
}

.content-bottom-green {
    display: block;
    background: #409c46;
    float: left;
    width: 100%;
    padding: 20px 0 30px;
    height: 70px;
}

.content-bottom-gray {
    display: block;
    background: #939598;
    float: left;
    width: 100%;
    padding: 20px 0 30px;
    height: 70px;
}

.bottom_section {
    font-size: 0.85em;
    text-align: left;
    border-top: 0px solid #d6d6d6;
    margin: 0 auto;
    padding-top: 5px;
    float: none;
    width: 98%;
}

    .bottom_section a {
        color: #636267;
    }

        .bottom_section a:hover {
            color: #6DBDD6;
        }

.span-small-left {
    display: none;
}

.span_full {
    width: 100%;
}

.span_100 {
    width: 100%;
}

.span_half {
    width: 100%;
    clear: both;
    margin-left: 0;
}

.span_large {
    width: 100%;
}

.span_small {
    width: 100%;
    clear: both;
    margin-left: 0;
}


.span-third {
    width: 100%;
    margin-left: 0;
    clear: both;
}

.bottom_dnn_links {
    margin-top: 5px;
}

.content-bottom-green {
    display: none;
}

.content-bottom-gray {
    display: none;
}

/* scroll to top */
#scrollToPageTop {
    display: none; /* in case JavaScript is disabled */
    position: fixed;
    bottom: 25px;
    right: 25px;
}

    #scrollToPageTop a, #scrollToPageTop a:link {
        display: block;
        color: #fff;
        font-size: 0.9em;
        font-weight: bold;
        text-transform: lowercase;
        background-color: #000;
        opacity: 0.6;
        padding: 8px 25px;
        -moz-transition: opacity 650ms ease;
        -o-transition: opacity 650ms ease;
        -webkit-transition: opacity 650ms ease;
        transition: opacity 650ms ease;
    }

        #scrollToPageTop a:hover {
            opacity: 0.8;
        }

/* NOAH form layout styles */
.FormArea, .FormRow, .FormLabelCol, .FormHelpCol, .FormControlCol, .FormButtons {
    display: inline-block;
}

.FormArea {
    width: 100%;
    max-width: 900px;
}

.FormRow {
    width: 100%;
    margin-top: 6px;
}

.FormLabelCol {
    float: left;
    width: 100%;
}

.FormHelpCol {
    display: none;
    float: left;
    width: 5%;
    text-align: center;
}

.FormControlCol {
    float: left;
    width: 92%;
}

.FormButtons {
    width: 100%;
    margin-top: 25px;
}

.FormControl {
    width: 100%;
}

/* FormButton, FormButtonSecondary - match dnnPrimaryAction and dnnSecondaryAction styles from boilerplace.css */
input.FormButton, input.FormButton:active, .FormButton, .FormButton:active, a.FormButton, a.FormButton:active {
    font-size: 1em;
    background: #008000;
    color: #fff;
    border: 1px solid #6DBDD6;
}

    input.FormButton:hover, .FormButton:hover, a.FormButton:hover {
        background: #bae0ec;
        color: #404040;
        border-color: #bae0ec;
    }

input.FormButtonSecondary, input.FormButtonSecondary:active, .FormButtonSecondary, .FormButtonSecondary:active, a.FormButtonSecondary, a.FormButtonSecondary:active {
    font-size: 0.95em;
    background: #cfcfcf;
    border: 1px solid #ccc;
    color: #333;
    box-shadow: none;
}

    input.FormButtonSecondary:hover, .FormButtonSecondary:hover, a.FormButtonSecondary:hover {
        background: #dfdfdf;
        border-color: #ddd;
        color: #555;
    }

    .FormButton[disabled], .FormButton[disabled]:hover, .FormButton[disabled]:active, .FormButtonSecondary[disabled], .FormButtonSecondary[disabled]:hover, .FormButtonSecondary[disabled]:active {
        background: #dddddd;
        color: #999;
        cursor: not-allowed;
        text-decoration: none;
        border: 1px solid #dddddd;
    }

input.HelpButton, input.HelpButton:active, .HelpButton, .HelpButton:active, a.HelpButton, a.HelpButton:active {
    font-size: 1em;
    background: #d71635;
    color: #fff;
    border: 1px solid #6DBDD6;
}

    input.HelpButton:hover, .HelpButton:hover, a.HelpButton:hover {
        background: #e2a2ad;
        color: #000;
        border-color: #6DBDD6;
    }

.FormHelpImage {
    background-image: url(/images/helpI-icn-grey.png);
    width: 14px;
    height: 13px;
    border-style: none;
}

/* helpers */
.spacing_top {
    display: block;
    margin-top: 5.2631%;
}

.spacing_bottom {
    display: block;
    margin-bottom: 5.2631%;
}

.spacing_left {
    display: block;
    margin-left: 5.2631%;
}

.spacing_right {
    display: block;
    margin-right: 5.2631%;
}

.zeroMargin_mobile {
    margin-left: 0;
}

.hide_mobile {
    display: none;
}

@media only screen and (max-width: 768px) {

    .logo_section {
        position:relative;
        z-index:9998;
       margin-top: 0;
    }
     .top_links .FormButton {
        width: 100%;
   }

    .top_links .HelpButton {
        width: 100%;
 }
    .top_links .CartButton {
        display:none;
 }
    .top_links a {
       /* color: #ffffff; */
        padding-left:1px;
        padding-right:1px;
        font-size:.8em;
    }
    .top_links .topHLinks {
        float:left;
    }
   .top_links .topBLinks {
        width:30%;
        float:right;
        margin-top: 35px;
        position:relative;
        z-index:9999;
   }
    .banner_section .announcement h1 {
       font-size:16px;
       padding: 10px 0 0 58px;

   }
      .banner_section .announcement h1 img {
       width:35%;

   }
     .banner_section .announcement .announceBreak {
      display: block;
   }
}
/* Tablet Layout: 569px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 569px) {
    /* Site Search */

    #dnn_dnnSearch_txtSearch {
        font-size: 0.9em;
        width: 150px;
    }

    .gridContainer {
        width: 90.675%;
        padding-left: 1.1625%;
        padding-right: 1.1625%;
        clear: none;
        float: none;
        margin-left: auto;
    }

    header {
        position: relative;
        padding-bottom: 5px;
    }

    .top_section {
        display: block;
    }

        .top_section a {
            font-size: 12px;
            text-decoration: none;
            line-height: normal;
        }

    .logo_section {
        width: 35.8974%;
        text-align: left;
        /*margin-top: 4.45%;*/
        min-height: 50px;
    }

        .logo_section img {
            height: auto;
        }

    .header_section {
        width: 61.5384%;
        clear: none;
        margin-left: 2.5641%;
    }

    .header_sectionMETRO {
        width: 61.5384%;
        clear: none;
        margin-left: 2.5641%;
    }

    .span-small-left {
        width: 15%;
        display: inline-block;
    }

    .span_full {
        width: 85%;
    }

    .span_100 {
        width: 100%;
    }

    .span_half {
        width: 48.7179%;
        clear: none;
        margin-left: 2.5641%;
    }

    .span_large {
        width: 61.5384%;
    }

    .span_small {
        width: 35.8974%;
        clear: none;
        margin-left: 2.5641%;
    }

    .span-third {
        width: 31%;
        clear: none;
        margin-left: 2.2727%;
    }



    .content-bottom-green {
        display: block;
        padding: 3px 0 5px;
    }

    .content-bottom-gray {
        display: block;
        padding: 3px 0 5px;
    }


    /* NOAH form styles */
    .FormLabelCol {
        float: left;
        width: 30%;
    }

    .FormHelpCol {
        display: inline-block;
    }

    .FormControlCol {
        float: left;
        width: 60%;
    }

    /* helpers */
    .spacing_top {
        display: block;
        margin-top: 2.5641%;
    }

    .spacing_bottom {
        display: block;
        margin-bottom: 2.5641%;
    }

    .spacing_left {
        display: block;
        margin-left: 2.5641%;
    }

    .spacing_right {
        display: block;
        margin-right: 2.5641%;
    }

    .hide_tablet {
        display: none;
    }

    .zeroMargin_tablet {
        margin-left: 0;
    }
}

/* Desktop Layout: 769px to a max of 1132px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

    .gridContainer {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
    }

    .wrapper {
        margin: 0px auto;
        max-width: 950px;
        padding: 0px;
    }

    .menuwrapper {
        height: 59px;
        margin: 0px auto;
        max-width: 950px;
        padding: 0px;
    }


    .top_section {
        display: block;
    }

    .logo_section {
        width: 100%;
        margin: 0px auto;
        max-width: 950px;
    }

    .header_section {
        width: 66.1016%;
        margin-left: 1.6949%;
        clear: none;
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 10px;
    }

        .header_section a {
            display: inline-block;
            /* min-width: 115px;*/
        }

    .header_sectionMETRO {
        width: 58%;
        margin-left: 1.6949%;
        clear: none;
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 10px;
    }

        .header_sectionMETRO a {
            display: inline-block;
            /* min-width: 115px;*/
        }

    .span-small-left {
        display: inline-block;
        width: 28%;
    }


    .span_full {
        width: 66%;
        margin-left: 5.26316%;
        clear: none;
    }

    .span_100 {
        width: 100%;
    }

    .span_half {
        width: 49.1525%;
        margin-left: 1.6949%;
        clear: none;
    }

    .span_large {
        width: 66.1016%;
    }

    .span_small {
        width: 32.2033%;
        margin-left: 1.6949%;
        clear: none;
    }

    .siteShadow {
        box-shadow: 0 0 10px 5px #b7b7b7;
    }

    /* top links */
    .top_links {
        width: auto;
        float: right;
        padding-bottom: 0;
        padding-top: 16px;
    }


    /* Site Search */

    #site-search {
        background-color: #FFFFFF;
        border: 1px solid #C9C9C9;
        border-radius: 5px;
        padding-top: 2px;
        padding-bottom: 3px;
        float: right;
        margin-top: 15px;
    }

    #dnn_dnnSearch_txtSearch {
        border: 0;
        background-color: transparent;
        color: #999999;
        font-size: 0.8em;
        padding: 1px 4px;
        outline: none;
        width: 100px;
    }

    .searchInputContainer a.dnnSearchBoxClearText {
        top: -3px;
    }

    /* helpers */
    .spacing_top {
        display: block;
        margin-top: 1.6949%;
    }

    .spacing_bottom {
        display: block;
        margin-bottom: 1.6949%;
    }

    .spacing_left {
        display: block;
        margin-left: 1.6949%;
    }

    .spacing_right {
        display: block;
        margin-right: 1.6949%;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }

    /* NOAH Governance Style Overrides */
    .noahgov-member-col .member-details {
        min-height: 150px;
    }
}

.site-crumbs {
    padding: 10px;
}

    .site-crumbs img {
        display: none;
    }

.breadcrumbs, a.breadcrumbs {
    font-family: "Open Sans",sans-serif;
    font-weight: bold;
    color: #134889;
    font-size: .8em;
    position: relative;
    text-decoration: underline;
}


    a.breadcrumbs:hover {
        color: #797979;
    }



/* overrides for EditAddressesWeb and EditCommsWeb control styles */
.addrEntry, .commEntry {
    border-radius: 0 !important;
}

.memberbtn {
    float: left;
    margin-top: -10px;
}

a.controlUnderline   {
    text-decoration:underline !important;
}
.controlIndent
{
    padding-left:20px;
   
}
.controlIndent::before {
    content: "";
}
a.controlHide   {
   display:none;
}
.FormRowcontrolHide   {
   display:none;
}

.FormRowFormRowcontrolLink {
    text-align:center;
    padding-top:10px;
    width:80%;
}
.FormRowcontrolLink a {
}