/* RESET STYLES*/

#LoggedInHeaderPanel {
    display: none;
}

body {
    font-family: Arial, sans-serif;
    font-size: 0.9em;
    color: #656565;
    background-color: #fff;
}

.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -80;
}

.subBody {
    background-position: top left;
    width: 100%;
    background-color: #fff;
}

    .subBody form {
        margin-bottom: 0px;
    }

/*Common Styles*/

a {
    color: #000;
    outline: none;
    text-decoration: none;
}

    a:hover {
        color: #6d6d6d;
    }

    a img {
        border: 0px;
    }

p {
    margin-bottom: 1.5em !important;
    line-height: 19px;
}

    p.bold {
        font-weight: bold;
    }

ul {
    list-style-type: none;
    line-height: 19px;
}

    ul.contentList {
        margin-left: 2em;
        margin-bottom: 0.5em;
        list-style-type: disc;
        margin-top: -15px;
    }

address {
    margin: 0 0 1.2em 0em;
    font-style: normal;
    line-height: 19px;
}

/* HEADINGS
----------------------------------------------------------*/

h1, h2, h3 {
    margin-bottom: 0px !important;
    color: #000;
}

h1 {
    font-size: 1.8em;
    padding-bottom: 0px !important;
    margin-bottom: 1em !important;
    font-weight: bold;
}

h2 {
    font-size: 1.4em;
    margin-bottom: 0.9em !important;
    line-height: 24px;
    font-weight: bold;
}

h3 {
    font-size: 1.3em;
    margin-bottom: 0.8em !important;
    text-transform: uppercase;
    padding: 0em 0 0.2em 0em !important;
}

/* WRAPPER
----------------------------------------------------------*/

#wrapper {
    width: 100%;
    min-width: 1150px;
}

/* CONTENT
----------------------------------------------------------*/

.content {
    max-width: 1150px;
    margin: 0 auto;
    margin-top: 35px;
    font-family: Arial, sans-serif;
}

.subBody .content {
    margin-top: 58px;
}

    .subBody .content a {
        color: #000;
    }

    .subBody .content h1 {
        font-size: 3.6em;
        text-transform: uppercase;
        margin-bottom: 0.8em !important;
        margin-top: 0px !important;
        line-height: 46px;
    }

/* HEADER
----------------------------------------------------------*/

#header {
    width: 100%;
}

#navLogo {
    width: 100%;
    position: relative;
    z-index: 15;
    background: url('/Views/MasterPages/SiteTemplates/images/navBg.png') no-repeat;
    background-position: top center;
}

#navLogoContent {
    width: 1150px;
    margin: 0px auto;
}

.aocLogo {
    position: absolute;
    top: 10px;
}

ul.elementTest {
    margin-bottom: 2em;
}

    ul.elementTest li {
        display: inline;
        padding-right: 1em;
    }

#banner {
    width: 100%;
    background: url('/Views/MasterPages/SiteTemplates/images/headerBg2.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    height: 515px;
    position: relative;
    top: -10px;
    z-index: 10;
}

#bannerContent {
    width: 1150px;
    margin: 0px auto;
}

.bannerMid {
    width: 302px;
    float: left;
    margin-top: 62px;
    margin-left: 133px;
}

    .bannerMid img {
        margin-bottom: 12px;
    }

a.submitRequest {
    padding-top: 13px;
    width: 291px;
    height: 48px;
    background-color: #b2bb1c;
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 18px;
    -moz-box-shadow: 5px 5px #000;
    -webkit-box-shadow: 5px 5px #000;
    box-shadow: 5px 5px #000;
}

.newsDesc p {
    margin-bottom: 1.1em;
}

.locateRequestHead {
    text-transform: uppercase;
    font-size: 1.3em;
}

.locateRequestSub {
    font-style: italic;
    font-size: 0.9em;
    font-weight: 400;
}

a.submitRequest:hover {
    background-color: #000;
    border: 1px solid #b2bb1c;
}

#bannerRight {
    float: right;
    padding-left: 50px;
    width: 200px;
    height: 56px;
    padding-top: 17px;
    margin-right: 45px;
    margin-top: 10px;
    background: url('/Views/MasterPages/SiteTemplates/images/snipeHighlightBg.png');
    background-repeat: no-repeat;
}

    #bannerRight a {
        text-decoration: none;
        color: #000;
        line-height: 20px;
    }

        #bannerRight a:hover {
            border-bottom: 1px dotted #fff;
        }

.firstTime {
    font-size: 2.7em;
    color: #fff !important;
}

#bannerLeft {
    float: left;
    width: 289px;
    margin-top: 62px;
    height: 72x;
}

    #bannerLeft span {
        color: #000;
        font-size: 1.4em;
    }

    #bannerLeft a {
        margin-top: 10px;
    }

        #bannerLeft a.downloadApple {
            background: url("/Views/MasterPages/SiteTemplates/images/DowloadBtn_Apple.png");
            width: 142px;
            height: 43px;
            float: left;
            margin-right: 5px;
        }

        #bannerLeft a.downloadGoogle {
            background: url("/Views/MasterPages/SiteTemplates/images/DowloadBtn_Google.png");
            width: 142px;
            height: 43px;
            float: left;
        }

/* CONTENT
----------------------------------------------------------*/

/*Left Column*/

.column-left, .column-mid {
    width: 299px;
    float: left;
    padding-right: 52px;
    padding-left: 20px;
    border-right: 1px solid #989697;
    margin-right: 20px;
}

    .column-left h1, .column-mid h1 {
        font-size: 1.3em;
        line-height: 22px;
    }

    .column-left h1 {
        margin-bottom: 5px !important;
    }

    .column-mid h1 {
        margin-bottom: 2px !important;
    }

.column-mid {
    padding-right: 0px;
    margin-right: 45px;
    border-right: 0px;
}

.newsDate {
    width: 44px;
    float: left;
    margin-right: 13px;
}

.newsTitle {
    float: left;
    position: relative;
    top: -9px;
    width: 270px;
}

    .newsTitle h1 a {
        text-decoration: none;
    }

        .newsTitle h1 a:hover {
            border-bottom: 1px dotted #000;
        }

    .newsTitle span {
        font-size: 0.9em;
        color: #989697;
        font-style: italic;
    }

.dateNumber {
    width: 38px;
    height: 29px;
    background-color: #b2bb1c;
    font-size: 2.1em;
    font-weight: bold;
    display: block;
    padding-top: 11px;
    padding-left: 6px;
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.monthWord {
    display: block;
    width: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #b2bb1c;
    font-size: 1.1em;
    padding-top: 2px;
    line-height: 24px;
    border: 1px solid #b2bb1c;
}

.newsDesc {
    padding-top: 2px;
}

/*RightColumn*/
.column-right {
    width: 380px;
    float: left;
}

.headingLink {
    width: 329px;
    height: 23px;
    background: url('/Views/MasterPages/SiteTemplates/images/headerLinkBg.gif');
    background-repeat: no-repeat;
    float: left;
    clear: left;
    margin-top: 10px;
}

    .headingLink, .headingLink a {
        color: #fff !important;
    }

.column-right .headingLink {
    float: none;
    margin: 0px auto;
    margin-bottom: 4px;
}

.sectionHeading {
    float: left;
    width: 202px;
    font-weight: bold;
    padding: 2px 0px 0px 10px;
}

.sectionLink {
    float: left;
    width: 96px;
    padding: 2px 0px 0px 20px;
}

    .sectionLink a {
        text-decoration: none;
    }

        .sectionLink a:hover {
            border-bottom: 1px dotted #fff;
        }

.dirtBtn {
    padding-top: 40px;
}

    .dirtBtn span {
        margin-top: -12px;
        display: block;
        background: url('/Views/MasterPages/SiteTemplates/images/dirtbtn.png');
        width: 327px;
        height: 57px;
    }

        .dirtBtn span a {
            font-weight: bold;
            line-height: 58px;
            margin-left: 20px;
        }

            .dirtBtn span a:hover {
                text-decoration: none;
            }

a.contentBtn {
    padding: 1em 2.5em 1em 2.5em;
    background-color: #000;
    font-weight: bold;
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

    a.contentBtn:hover {
        background-color: #262626;
    }

/*Sub Columns*/

#subNavColumn {
    width: 214px;
    float: left;
    margin-right: 30px;
    padding-left: 10px;
}

#subMidColumn {
    width: 656px;
    float: left;
    margin-right: 35px;
}

    #subMidColumn a {
        text-decoration: underline;
    }

        #subMidColumn a:hover {
            text-decoration: none;
        }

#subRightColumn {
    width: 202px;
    float: left;
}

/*SubNavColumnStyles*/

.parentTitle {
    text-transform: uppercase;
    display: block;
    font-size: 1.8em;
    font-weight: bold;
    line-height: 25px;
    padding-bottom: 15px;
    color: #000;
}

    .parentTitle img {
        vertical-align: middle;
    }

#subNavColumn ul li {
    padding-bottom: 0.2em;
}

#subNavColumn ul {
    margin-left: 0px;
    width: 150px;
}

    #subNavColumn ul li a {
        color: #000;
    }

    #subNavColumn ul li.current a {
        border-bottom: 1px dotted #000;
    }

/*Toggle Tab Styles*/

.nav-tabs {
    width: 650px;
    border: 0px !important;
}

.subBody .content .nav-tabs a {
    border: 0px !important;
    padding: 0px !important;
    color: #fff !important;
    font-size: 1.1em;
    padding-top: 8px !important;
    padding-left: 25px !important;
    border-radius: 0px !important;
    text-decoration: none !important;
    font-size: 1.1em;
}

.nav-tabs a:hover {
    background-color: transparent !important;
}

.nav-tabs li.tab1, .nav-tabs li.tab2 {
    margin-left: -15px;
}

    .nav-tabs li.tab0 a, .nav-tabs li.tab1 a {
        width: 201px;
        height: 26px;
        background: url('/Views/MasterPages/SiteTemplates/images/tabOnOff.png');
        background-position: -226px;
    }

    .nav-tabs li.tab0.active a, .nav-tabs li.tab1.active a {
        width: 201px;
        height: 26px;
        background: url('/Views/MasterPages/SiteTemplates/images/tabOnOff.png');
    }

    .nav-tabs li.tab2 a {
        width: 189px;
        height: 26px;
        background: url('/Views/MasterPages/SiteTemplates/images/tabLast.png');
    }

    .nav-tabs li.tab2.active a {
        width: 189px;
        height: 26px;
        background: url('/Views/MasterPages/SiteTemplates/images/tabLast.png');
        background-position: -214px;
    }

.tab-content {
    padding-top: 25px;
}

ul.colorCodeExample {
    margin-left: 0px;
    margin-bottom: 1.5em;
}

    ul.colorCodeExample li {
        margin-bottom: 0.6em;
        padding: 0.4em 0 0.4em 0.8em;
        color: #fff;
        display: block;
    }

        ul.colorCodeExample li.whiteMark {
            background-color: #fff;
            border: 1px solid #dfdfdf;
            color: #000;
        }

        ul.colorCodeExample li.pinkMark {
            background-color: #e9098c;
        }

        ul.colorCodeExample li.redMark {
            background-color: #d2232c;
        }

        ul.colorCodeExample li.yellowMark {
            background-color: #f6ec15;
            color: #000;
        }

        ul.colorCodeExample li.orangeMark {
            background-color: #f47f49;
        }

        ul.colorCodeExample li.blueMark {
            background-color: #27abe2;
        }

        ul.colorCodeExample li.greenMark {
            background-color: #3ead4a;
        }

        ul.colorCodeExample li.purpleMark {
            background-color: #742e8d;
        }

/*Home Owner Callouts*/

#homeownerCallouts {
    width: 100%;
    clear: left;
    margin-top: 1.5em;
}

.responsibilityCallout {
    float: left;
    width: 195px;
    background: url('/Views/MasterPages/SiteTemplates/images/youresponsibilityHeading.gif');
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 69px;
}

.faqCallout {
    width: 198px;
    height: 140px;
    float: left;
    background: url('/Views/MasterPages/SiteTemplates/images/faqboxBg.jpg');
    background-repeat: no-repeat;
}

.responsibilityCallout, .faqCallout {
    margin-right: 30px;
}

.subBody .content .calloutLinks a {
    color: #737373 !important;
    text-decoration: none !important;
}

    .subBody .content .calloutLinks a:hover {
        color: #000 !important;
    }

.faqCallout p {
    width: 156px;
    padding-top: 65px;
    padding-left: 16px;
}

.homeownersCallout {
    width: 199px;
    height: 133px;
    float: left;
    background: url('/Views/MasterPages/SiteTemplates/images/safediggingCallout.gif');
}

.contractorsCallout {
    width: 199px;
    height: 133px;
    float: left;
    background: url('/Views/MasterPages/SiteTemplates/images/contractorssafediggingCallout.gif');
}

.subRightColumnCallouts {
    margin-bottom: 1.5em;
}

.subBody .content .subRightColumnBtns {
    padding: 21px;
    color: #fff !important;
    text-transform: uppercase;
    background-color: #b2bb1c;
    text-align: center;
    font-size: 1.4em;
    -moz-box-shadow: 5px 5px #000;
    -webkit-box-shadow: 5px 5px #000;
    box-shadow: 5px 5px #000;
    display: block;
}

    .subBody .content .subRightColumnBtns:hover {
        text-decoration: none;
        background-color: #939598;
    }

.subRightColumnBtns, .bannerMid a span.locateRequestHead, .subBody .content h1, .subBody .content h2, .parentTitle, #bannerRight, ul.colorCodeExample li span,
.subBody .content .nav-tabs a, #bannerLeft span {
    font-family: 'SourceSansProBlack', Arial, sans-serif;
}

/*Career Styles*/

.itemPosting {
    width: 100%;
    clear: left;
    margin-bottom: 2.5em;
}

.newsPosting {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}

span.itempostingTitleDate {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding-bottom: 0.5em;
}

span.itempostingDate {
    font-size: 0.8em;
    font-weight: normal;
    font-style: italic;
    color: #989697;
}

.itemPosting p {
    padding-bottom: 1em;
    margin-bottom: 0.7em !important;
    border-bottom: 1px dotted #989697;
}

.newsPosting p {
    padding-bottom: 1.5em;
}

.customBtn {
    background-color: hsl(68, 64%, 34%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acc02a", endColorstr="#7f8e1f");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#acc02a), to(#7f8e1f));
    background-image: -moz-linear-gradient(top, #acc02a, #7f8e1f);
    background-image: -ms-linear-gradient(top, #acc02a, #7f8e1f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acc02a), color-stop(100%, #7f8e1f));
    background-image: -webkit-linear-gradient(top, #acc02a, #7f8e1f);
    background-image: -o-linear-gradient(top, #acc02a, #7f8e1f);
    background-image: linear-gradient(#acc02a, #7f8e1f);
    border-color: #7f8e1f #7f8e1f hsl(68, 64%, 31%);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    font-weight: bold;
    padding: 0.7em 1.5em 0.7em 1.5em;
    border: 0px;
}

.customBtnSmall {
    background-color: hsl(68, 64%, 34%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acc02a", endColorstr="#7f8e1f");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#acc02a), to(#7f8e1f));
    background-image: -moz-linear-gradient(top, #acc02a, #7f8e1f);
    background-image: -ms-linear-gradient(top, #acc02a, #7f8e1f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #acc02a), color-stop(100%, #7f8e1f));
    background-image: -webkit-linear-gradient(top, #acc02a, #7f8e1f);
    background-image: -o-linear-gradient(top, #acc02a, #7f8e1f);
    background-image: linear-gradient(#acc02a, #7f8e1f);
    border-color: #7f8e1f #7f8e1f hsl(68, 64%, 31%);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 0px !important;
    font-weight: bold;
    border: 0px;
}

/*Member Styles*/

.memberCallouts {
    float: left;
    width: 200px;
    padding-right: 27px;
}

.memberCalloutLast {
    padding-right: 0px;
}

.memberSelectionBtns {
    margin-left: 0px;
    float: left;
    width: 100%;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
}

    .memberSelectionBtns li {
        float: left;
        display: inline;
        border-right: 1px solid #fff !important;
        border-bottom: 1px solid #fff !important;
    }

    .memberSelectionBtns a {
        padding-bottom: 8px;
        padding-top: 10px;
        padding-right: 27px;
        padding-left: 26px;
        text-align: center;
        font-size: 1.2em;
        width: 18px;
        height: 18px;
        float: left;
        text-decoration: none !important;
        color: #fff !important;
        background-color: #b2bb1c;
        font-weight: bold;
    }

        .memberSelectionBtns a:hover {
            background-color: #939598;
        }

        .memberSelectionBtns a.active {
            background-color: #000;
        }

.memberList {
    float: left;
    width: 620px;
    background-color: #f1f1f1;
    margin-left: 0px;
    padding-left: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
    border-top: 5px solid #d8d8d8;
}

    .memberList li {
        padding-bottom: 0.6em;
        text-transform: none;
    }

.promoList {
    width: 100%;
    float: left;
    margin-left: 0px;
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px dotted #989697;
}

    .promoList li {
        float: left;
        width: 325px;
    }

.promoContent span {
    display: block;
}

    .promoContent span input {
        width: 60px;
    }

.promoTitle {
    font-weight: bold;
    font-size: 1.1em;
    padding-bottom: 0.5em;
    border-bottom: 1px dotted #000;
}

.promoQuantity {
    padding-top: 8px;
    line-height: 22px;
}

    .promoQuantity input {
        font-weight: bold;
    }

.promoList li img {
    float: left;
    width: 140px;
    height: 140px;
}

.promoList li {
    margin-bottom: 0.3em;
}

.promoContent {
    float: left;
    width: 128px;
    padding: 20px;
    height: 105px;
    background-color: #f1f1f1;
    margin-left: 2px;
    border-top: 5px solid #d8d8d8;
}

#contactForm input, #promoForm input, #promoForm textarea {
    padding: 0.4em;
    font-size: 1em;
    width: 250px;
    margin-bottom: 1.2em;
}

#promoForm .check input {
    width: 20px;
    padding: 0.5em;
}

.column-mid ul {
    margin-left: 0px;
}

    .column-mid ul li {
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: 1px dotted #989697;
    }

.column-mid h2 img {
    vertical-align: middle;
}

.learningCentreItem {
    width: 100%;
    float: left;
}

    .learningCentreItem h3 {
        line-height: 23px;
        margin-top: 0px;
        margin-bottom: 0.4em !important;
    }

.learningCentreItemVisual {
    width: 172px;
    height: 172px;
    margin-right: 2.3em;
    float: left;
}

.learningCentreItem p {
    float: left;
    width: 400px;
}

#learningCentreItemList li {
    padding-bottom: 1em;
    margin-top: 1em;
    margin-bottom: 1.5em;
    display: block;
    width: 100%;
    float: left;
    border-bottom: 1px dotted #939598;
}

/* Cleaner */

.cleaner {
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

/* Skip menu */

.hidden {
    position: absolute;
    top: -10000px;
    left: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Images */

/* Menu */

#menu {
    z-index: 999999;
    height: 55px;
    width: 100%;
}

#menuContent {
    width: 1150px;
    margin: 0px auto;
}

    #menuContent ul {
        margin-left: 200px;
        margin-top: 12px;
        width: 800px;
        margin-right: 30px;
    }

        #menuContent ul li {
            padding-left: 21px;
            margin-left: 16px;
            background: url('/Views/MasterPages/SiteTemplates/images/navitemDivider.gif');
            background-repeat: no-repeat;
            background-position: left center;
        }

    #menuContent a {
        font-size: 1em;
        text-decoration: none;
        font-weight: bold;
        color: #c9c9c9 !important;
    }

        #menuContent a:hover, #menuContent li.current a, #menuContent li.currentParent a {
            color: #b2bb1c !important;
        }

#login {
    float: left;
    font-size: 0.9em;
    margin-top: 3px;
    width: 95px;
}

    #login a {
        color: #fff !important;
    }

        #login a:hover {
            color: #fff !important;
            border-bottom: 1px dotted #fff;
        }

        #login a img {
            padding-left: 8px;
        }

/* Footer */

#footer {
    width: 100%;
    min-width: 1150px;
    background: url('/Views/MasterPages/SiteTemplates/images/footerBgRepeat.gif');
    background-repeat: repeat-x;
    height: 307px;
    margin-top: 50px;
    position: absolute;
}

#footerContent {
    max-width: 1150px;
    margin: 0px auto;
}

#footerLeft {
    width: 828px;
    float: left;
}

    #footerLeft span {
        display: block;
    }

        #footerLeft span.contactTitle {
            color: #fff;
            font-weight: bold;
            font-size: 1.1em;
        }

        #footerLeft span.contactNumber {
            font-size: 2.9em;
            font-weight: bold;
            color: #848384;
            letter-spacing: 1px;
            line-height: 38px;
        }

#footerMenu {
    width: 828px;
    float: left;
    margin-top: 18px;
    margin-bottom: 40px;
}

    #footerMenu ul {
        margin-left: 0px;
    }

        #footerMenu ul li {
            padding-right: 25px;
        }

    #footerMenu a, li.followTitle {
        color: #848384;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Arial, sans-serif;
        font-size: 0.8em;
        font-weight: bold;
    }

    #footerMenu a {
        font-size: 0.85em;
    }

#footerRight {
    width: 260px;
    float: right;
    padding-top: 12px;
}

    #footerRight ul {
        float: right;
        margin-right: 20px;
    }

    #footerRight li {
        padding-right: 5px;
    }

    #footerRight span.copyright {
        font-size: 0.9em;
        display: block;
        padding-top: 2.2em;
        color: #848384;
    }

li.followTitle {
    text-transform: uppercase;
    color: #fff;
    padding-top: 6px;
    font-size: 0.9em;
}

#footer ul li {
    float: left;
    display: inline;
    white-space: nowrap;
}

#footer a:hover {
    color: #fff;
}

/*Weather Widget*/

/*.weatherWidget {
    display: block;
    color: #ffffff;
    text-align: center;
    position: relative;
    font-size: 15px;
    font-family: arial;
}

.transparentBackground {
    background: url('/Views/MasterPages/SiteTemplates/images/transparentBackground.png') repeat;
}

.currentQuery {
    padding-top: 18px;
    background: rgba(0, 0, 0, .3);
    width: 165px;
}

.currentQuery, .weatherWrapper, .weather {
    float: left;
}

.currentTemp {
    font-size: 30px;
}

.weather {
    background: rgba(0, 0, 0, .2);
    margin-left: 1px;
    height: 100%;
    padding-bottom: 2px;
}

.currentDetails {
    padding-top: 10px;
    margin: 0 auto;
    width: 160px;
}

    .currentDetails img {
        float: left;
    }

.weather .iconWrapper {
    margin-bottom: 10px;
}

#weatherWidgetSlider {
    height: 123px;
    position: absolute;
    right: 0;
    width: 352px;
}

.carousel-inner {
    height: 100%;
}

    */

/*Take Action Tab*/

/*#takeActionTab {
    background: url('/Views/MasterPages/SiteTemplates/images/takeActionTab.png') no-repeat;
    width: 247px;
    height: 208px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 1000;
}

    #takeActionTab #handle {
        width: 124px;
        height: 100%;
        cursor: pointer;
    }

    #takeActionTab #tabContent {
        margin-left: 13px;
        margin-top: 10px;
        text-transform: uppercase;
        width: 89px;
    }

        #takeActionTab #tabContent a {
            border-bottom: 2px ridge #000000;
            padding: 4px 0;
            font-weight: bold;
        }

        #takeActionTab #tabContent strong, #takeActionTab #tabContent a {
            color: #000000 !important;
            display: block;
            font-family: 'Oswald', sans-serif;
        }

        #takeActionTab #tabContent .share {
            margin-top: 8px;
        }*/

form {
    margin-bottom: 0px;
}

.tickercontainer {
    width: 100%;
    background-color: #FE0200;
    border: 4px solid #ffffff;
    padding: 7px;
    margin-top: 60px;
}

    .tickercontainer .mask {
        width: 100%;
        top: 2px;
    }

    .tickercontainer ul.newsticker a {
        font-size: 18px;
        color: #ffffff;
    }

    .tickercontainer ul.newsticker li {
        background-color: transparent;
    }