/** General **********************************************/
body
{
    background-color: #f1f1f1;
    color: #717074;
}

table
{
    border-collapse: collapse;
    border-spacing: 0;
}

p
{
    margin: 0 0 12px 0;
}

a, a:visited, a:link, #content a
{
    color: #cc6600;
    text-decoration: none;
}

    a:hover, #content a:hover
    {
        text-decoration: underline;
    }

    a img
    {
        border: none;
    }

.err-msg
{
    padding: 5px;
    border: 1px dotted #9e0b0f;
    color: #9e0b0f !important;
    text-align: left !important;
    font-weight: normal !important;
}

.err-msg-text
{
    color: #9e0b0f !important;
    font-weight: normal !important;
}

.pill
{
    background-color: #F3901D;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 16px;
}

#content h1
{
    font-family: 'Roboto Slab', serif;
    font-size: 60px;
    font-weight: 700;
    color: #000000;
    line-height: 105%;
    margin-bottom: 10px;
    margin-top: 0;
}

#content h2
{
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 700;
    color: #619080;
    line-height: 110%;
    margin-bottom: 5px;
}

#content-left h3,
#content-single-column h3
{
    font-size: 15px;
    font-style: italic;
    font-weight: 700;
    color: #666666;
}

strong
{
    font-weight: bold;
}

.clear
{
    clear: both;
}

.subheader
{
    color: #cc6600;
    font-size: 18px;
    font-style: italic;
    line-height: 120%;
    margin: 0;
}

.allcaps
{
    text-transform: uppercase;
}

.inner
{
    /*overflow-x: auto; 
     overflow-y: visible;*/
    padding: 13px;
}

ul.dynamic li
{
    background: #f5f5f5 url('/_layouts/15/NORC.APNORC.Web/images/listBullet.png') 13px 11px no-repeat;
    padding: 3px;
    padding-left: 25px;
}

.ulLetters
{
    list-style: lower-alpha;
}

.ulNumbers
{
    list-style: decimal;
}

/** Layout *****************************************************/
#header
{
    background-color: #ffffff;
    height: 70px;
    margin: 0 auto;
    /*overflow: hidden;*/
    width: 960px;
    top: 0;
    position: relative;
    z-index: 2;
}

    #header .logos
    {
        float: left;
        margin-left: 20px;
        overflow: hidden;
    }

        #header .logos a
        {
            border-left: 3px solid #f1f1f1;
            display: block;
            float: left;
            padding: 0 25px;
        }

            #header .logos a img
            {
                display: block;
                max-height: 70px;
            }

            #header .logos a:first-child
            {
                border-left: none;
                padding-left: 0;
            }

    #header .links
    {
        list-style: none;
        float: right;
        margin-top: 30px;
        margin-right: 30px;
    }

        #header .links li
        {
            display: inline;
        }

            #header .links li a
            {
                display: block;
                float: left;
                font-weight: bold;
                color: #717074;
                text-decoration: none;
                padding-right: 15px;
            }

                #header .links li a:hover
                {
                    text-decoration: underline;
                }

                #header .links li a.last
                {
                    padding-right: 0;
                }

    #header .hamburgerContainer .text
    {
        border-right: 3px solid #F1F1F1;
        color: #bfb6ac;
        height: 70px;
        line-height: 70px;
        float: left;
        font-size: 13px;
        padding-right: 18px;
    }

    #header .hamburgerContainer .hamburger
    {
        height: 55px;
        float: left;
        padding-left: 20px;
        padding-right: 20px;
        width: 32px;
        padding-top: 25px;
    }

        #header .hamburgerContainer .hamburger:hover
        {
            background: url('/_layouts/15/NORC.APNORC.Web/images/navarrow.png') no-repeat bottom center;
        }

    #header .hamburgerContainer ul.hamburgerNav
    {
        list-style: none;
        padding: 7px 7px 7px 7px;
        background-color: white;
        display: none;
        box-shadow: 1px 1px 3px #AAA;
        min-width: 190px;
        /* For IE 8 */
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
        /* For IE 5.5 - 7 */
        filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
        z-index: -1;
    }

        #header .hamburgerContainer ul.hamburgerNav li
        {
            border-bottom: 3px solid white;
            white-space: nowrap;
        }

        #header .hamburgerContainer ul.hamburgerNav a
        {
            background-color: #f5f5f5;
            display: block;
            padding: 0 8px;
            font-size: 11px;
            color: #ab5f09;
            font-weight: bold;
            line-height: 30px;
        }

            #header .hamburgerContainer ul.hamburgerNav a:hover
            {
                background-color: white;
                text-decoration: none;
            }

    #header .hamburgerContainer
    {
        float: right;
        height: 100%;
    }

    #header .hamburgerFlyout
    {
        position: absolute;
        top: 65px;
        right: 0px;
        z-index: -1;
    }

    #header .hamburgerContainer ul.hamburgerNav a.extlink
    {
        background-color: #fde9d2;
    }

        #header .hamburgerContainer ul.hamburgerNav a.extlink:hover
        {
            background-color: white;
        }

    #header ul.links
    {
        font-size: 11px;
    }

#title
{
    margin: 0 auto;
    padding: 0 0 22px 0;
    width: 960px;
}

    #title a:hover
    {
        text-decoration: none;
    }

    #title .header
    {
        color: #717074;
        display: inline-block;
        font-family: 'Roboto Slab', serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 110%;
        margin: 0;
    }

    #title .subheader
    {
        display: none;
    }

/* Navigation *******************************/
#nav
{
    display: none;
    width: 960px;
    margin: 0 auto;
    padding: 8px 0;
    font-size: 12px;
}

.menu ul li.static
{
    padding-right: 15px;
}

    .menu ul li.static > a.menu-item
    {
        padding: 0 0 12px 0;
        font-weight: bold;
        color: #333;
    }

    .menu ul li.static.dynamic-children:hover > a.menu-item
    {
        background: url('/_layouts/15/NORC.APNORC.Web/images/navarrow.png') no-repeat bottom center;
    }

    .menu ul li.static > a.menu-item span.additional-background
    {
        background: none;
        padding: 0;
    }

.menu ul.dynamic
{
    z-index: -1;
    margin-top: -2px;
    padding: 9px;
    box-shadow: 1px 1px 3px #AAA;
    border: 1px solid #CCC;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
}

#nav .s4-tn li.dynamic > .menu-item
{
    padding-top: 0;
    padding-bottom: 0;
}

#nav .s4-tn li.dynamic > a:hover
{
    background: transparent;
}

/* Breadcrumb **************************************/
#breadcrumb
{
    font-size: 10px;
    font-weight: bold;
    line-height: 20px;
    margin: 24px 0 6px 0;
}

    #breadcrumb a
    {
        color: #f3901d;
    }


/** Main Content **/
#main
{
    background-color: #ffffff;
    margin: 0 auto;
    width: 960px;
}

#content
{
}

    #content hr
    {
        background-color: #b1c5d2;
        border: none;
        color: #b1c5d2;
        height: 1px;
        line-height: 1px;
        margin: 30px 0;
    }

    #content ul
    {
        list-style-type: disc;
        margin: 0 0 12px 15px;
    }

        #content ul li
        {
            line-height: 130%;
            padding: 1px 0;
        }

        #content ul.ms-MenuUIUL
        {
            list-style-type: none;
            margin: 0;
        }

            #content ul.ms-MenuUIUL li
            {
                line-height: 100%;
                padding: 0px;
            }

        #content ul.arrowlist
        {
            list-style: none;
            margin-left: 1px;
        }

            #content ul.arrowlist li
            {
                background: url("../images/arrow-bullet-gray.png") no-repeat 0 5px;
                padding-left: 10px;
            }

#content-title
{
    margin-bottom: 10px;
}

    #content-title.project
    {
        margin-top: -13px;
    }

    #content-title h1
    {
        width: 760px;
    }

    #content-title.project h1
    {
        margin-top: 40px;
    }

    #content-title .subheader
    {
        display: inline-block;
        width: 587px;
    }

    #content-title img
    {
        margin: 20px 0;
    }

#content-left
{
    float: left;
    width: 587px;
}

#content-single-column
{
    width: 900px;
}

    #content-left h2,
    #content-single-column h2
    {
        color: #666666;
    }

        #content-left h2.imgtxt,
        #content-single-column h2.imgtxt
        {
            background: url("/_layouts/15/NORC.APNORC.Web/images/hdr-leftcol-h2introducing.png") no-repeat top left;
            height: 0;
            overflow: hidden;
            padding-top: 19px;
        }

    #content-left .subheader-imgtxt,
    #content-single-column .subheader-imgtxt
    {
        background: url("/_layouts/15/NORC.APNORC.Web/images/subhdr-leftcol-intro.png") no-repeat top left;
        height: 0;
        overflow: hidden;
        padding-top: 60px;
    }

    #content-left ul,
    #content-single-column ul
    {
        margin-bottom: 0;
    }

        #content-left ul li,
        #content-single-column ul li
        {
            margin-bottom: 5px;
        }

#newsArticles
{
    border-top: solid 1px #C6C6C7;
}

.newsArticle
{
    border-bottom: solid 1px #C6C6C7;
    padding: 13px 0;
}

    .newsArticle img
    {
        float: right;
        margin: -10px 0 0 15px;
    }

    .newsArticle a
    {
        font-weight: bold;
        font-size: 15px;
        line-height: 22px;
    }

    .newsArticle .posted
    {
        display: block;
        font-size: 10px;
    }

/* Footer ***********************************************/
#footer
{
    color: #666666;
    margin: 0 auto;
    padding: 25px 0 60px 0;
    text-align: right;
    width: 960px;
    font-size: 10px;
}

    #footer .sep
    {
        color: #cc6600;
        padding: 0 4px;
    }

/* Promo boxes ****************************************/
.promobox
{
    margin-bottom: 13px;
    font-weight: bold;
}

.promobox-general
{
    background-color: #f8f8f8;
    padding: 13px;
}

    .promobox-general .cta
    {
        font-weight: bold;
    }

.promobox-about
{
    font-size: 10px;
}

.promobox-general h3
{
    text-transform: uppercase;
    margin-bottom: 5px;
}

/* Announcements ******************************************/
#announcements
{
    margin: 13px 0;
}

    #announcements .s4-wpcell-plain
    {
        background: #ffffff;
        color: #333333;
    }

    #announcements .s4-wpTopTable tr:first-child,
    #announcements .ms-SPZone .s4-wpTopTable tr:first-child
    {
        display: table-row;
    }

    #announcements .ms-WPBody
    {
        display: table;
    }

    #announcements a
    {
        color: #ab5f09;
        font-weight: bold;
    }

    #announcements strong
    {
        background-color: #F3901D;
        color: #FFFFFF;
        display: inline-block;
        float: left;
        margin-right: 12px;
        padding: 8px 20px;
        white-space: nowrap;
    }

    #announcements p
    {
        display: table-cell;
        height: 100%;
        line-height: 140%;
        margin: 0;
        vertical-align: middle;
    }

/* Featured ******************************************/
#featuredProjects
{
    margin: 13px 0;
    overflow: hidden;
    font-size: 7pt;
    table-layout: fixed;
    width: 100%;
}

td.featuredProjectBox
{
    background: #f6f2e1;
    padding: 13px;
    font-size: 11px;
    line-height: 15px;
    vertical-align: top;
}

#featuredProjects td.spacer
{
    width: 14px;
}

#content .featuredProjectBox .ms-WPHeaderTd h3
{
    font-size: 10px;
    line-height: 10px;
    padding-bottom: 10px;
    font-style: normal;
}

.featuredProjectBox .ms-WPBody
{
    font-size: 10px;
    line-height: 15px;
}

.featuredProjectBox h3, .aboutBox h3
{
    color: #666666;
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 3px 0 3px 0;
    background-repeat: no-repeat;
}

.featuredProjectSummary
{
    overflow: hidden;
    padding-bottom: 20px;
}

    .featuredProjectSummary img
    {
        padding: 5px;
        background-color: #F6F6F6;
        border: 1px solid #DDD;
    }

    .featuredProjectSummary .photo
    {
        float: left;
    }

    .featuredProjectSummary .summary
    {
        float: left;
        width: 395px;
        padding-left: 10px;
    }

/* About ******************************************/
#about
{
    margin: 13px 0;
    overflow: hidden;
}

    #about .aboutBox
    {
        background: #f8f8f8;
        padding: 13px;
        font-size: 11px;
        line-height: 15px;
        vertical-align: top;
    }

    #about td.spacer
    {
        width: 14px;
    }

    #about .aboutBox:first-child
    {
        margin-left: 0;
    }

/* Homepage *******************************/
.homepage-spacer
{
    height: 27px;
    margin: 0 -13px;
    width: 960px;
}

.homepage-fullwidth.first > table,
.homepage-fullwidth.first > div
{
    margin-top: 0 !important;
}

.homepage-fullwidth
{
    width: 100%;
}

    .homepage-fullwidth.last > table,
    .homepage-fullwidth.last > div
    {
        margin-bottom: 0 !important;
    }

.homepage-about
{
    color: #333333;
    margin: 13px;
}

    .homepage-about h2
    {
        color: #f3901d !important;
    }

    .homepage-about .ms-WPBody
    {
        position: relative;
    }

    .homepage-about img
    {
        position: absolute;
        right: 0;
        bottom: -26px;
        z-index: 1;
    }

    .homepage-about p
    {
        margin: 0;
        position: relative;
        width: 55%;
        z-index: 2;
    }

/* Right column web parts *******************************************/
#content-right
{
    float: right;
    width: 291px;
    font-size: 11px;
    line-height: 15px;
    color: #999;
}

    #content-right h2
    {
        color: #cc6600;
    }

        #content-right h2.imgtxt
        {
            background: url("/_layouts/15/NORC.APNORC.Web/images/hdr-rightcol-h2tenyears.png") no-repeat top left;
            height: 0;
            overflow: hidden;
            padding-top: 38px;
        }

        #content-right h2.imgtxtv2
        {
            background: url("/_layouts/15/NORC.APNORC.Web/images/hdr-rightcol-h2civilliberties.png") no-repeat top left !important;
        }

    #content-right #moreInfo
    {
        color: #666;
        margin-top: 10px;
    }

    #content-right .s4-wpTopTable
    {
        background-color: #f8f8f8;
        font-weight: bold;
    }

        #content-right .s4-wpTopTable > tbody > tr > td
        {
            padding: 0 13px 13px 13px;
        }

        #content-right .s4-wpTopTable > tbody > tr:first-child > td
        {
            padding: 13px 13px 0 13px;
        }

    #content-right .ms-PartSpacingVertical
    {
        margin-top: 13px;
    }

    #content-right .ms-WPHeaderTd h3
    {
        margin-bottom: 4px;
    }

    #content-right h3.ms-WPTitle
    {
        text-transform: uppercase;
        font-weight: bold;
        padding: 0;
        margin: 0 0 5px 0;
    }

    #content-right h2.ms-webpart-titleText
    {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 11px;
        padding: 0;
        margin: 0 0 5px 0;
        color: rgb(102,102,102);
        font-style: normal;
    }

/* Sharepoint Dueling ********************************/
body #s4-bodyContainer
{
    font: 15px/22px Arial, Helvetica, Sans-Serif;
}

.ms-WPHeader
{
    background: transparent;
}

.ms-WPTitle, .ms-WPTitle a
{
    color: inherit;
}

.ms-WPBody
{
    margin: 0;
    font-family: Arial, Helvetica, Sans-Serif;
}

.ms-WPTitle
{
    font-size: inherit;
    font-family: inherit;
    color: #666;
}

#content-right a
{
    color: #cc6600;
}

.s4-wzActive, .ms-SPZoneSelected
{
    background: inherit;
}

td.ms-wpTdSpace
{
    display: none;
}

#content .ms-rtestate-field img
{
    margin-bottom: 13px;
}

.ms-SPZone .s4-wpTopTable, .ms-SPZoneSelected .s4-wpTopTable, .ms-SPZone .ms-WPSelected, .ms-SPZoneSelected .ms-WPSelected
{
    background-color: inherit;
}

.ms-SPZone
{
    background-color: inherit;
}

.ms-WPHeader td, .ms-fakewptitle
{
    border-bottom: 0px;
}

.ms-long
{
    width: 100%;
}

.ms-rtestate-field.ms-rtefield
{
    min-width: 0px;
}

    .ms-rtestate-field.ms-rtefield div
    {
        min-width: 0px;
    }

.ms-WPBorder, .ms-WPBorderBorderOnly
{
    border: none;
}

/* make the body use it's proper scrollbar again */
body
{
    overflow: auto !important;
}
    /* fix the width of the workspace, centre it and turn off its scrollbar. Also add a default padding to the top to cope with the ribbon in its standard form */
    body #s4-workspace
    {
        overflow: visible;
    }
    /* fix the position of the ribbon, float it above the content and allow it to grow when it's height changes */
    body #s4-ribbonrow
    {
        /*position: fixed;*/
        left: 0;
        top: 0;
        z-index: 10;
        overflow-y: visible;
        display: none;
    }

.ms-dialog #s4-workspace
{
    width: 960px !important;
}


/* Image carousel *******************************************/
.carousel {
    position: relative;
    margin: 13px 0;
}

.carousel a {
    color: #ab5f09 !important;    
}

.carousel-inner {
    background-color: #000000;
}

.carousel-cutout {
    background-color: rgba(255, 255, 255, .95);
    position: absolute;
    left: auto;
}

.carousel-cutout.top {
    top: 15px;
    bottom: 62px;
    right: 15px;
    width: 290px;
    z-index: 1;
}

.carousel-cutout.left {
    bottom: 15px;
    height: 45px;
    padding: 0;
    right: 130px;
    text-align: center;
    top: auto;
    width: 175px;
    z-index: 1;
}

.carousel-cutout.right {
    bottom: 15px;
    height: 45px;
    font-size: 13px;
    font-weight: bold;
    line-height: 45px;
    right: 15px;
    text-align: center;
    width: 113px;
    z-index: 1;
}

.carousel-indicators {
    display: table;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 17px;
    right: 0;
    text-align: center;
}

.carousel-indicators li {
    background-color: transparent;
    border: 1px solid #696969;
    border-radius: 6px;
    cursor: pointer;
}

.carousel-indicators .active {
    background-color: #f3901d;
    border-color: #f3901d;
}

.carousel-caption
{
    background-color: transparent;
    top: 15px;
    bottom: 62px;
    right: 15px;
    left: auto;
    padding: 0px;
    width: 290px;
    z-index: 2;
}

    .carousel-caption h2 
    {
        color: #000000 !important;
        font-size: 24px;
    }

    .carousel-caption p
    {
        color: #000000 !important;
        font-style: italic;
        font-size: 13px;
    }

    .carousel-caption ul {
        margin: 12px 0 !important;
        padding: 0;
    }

    .carousel-caption li {
        background: url('/_layouts/15/NORC.APNORC.Web/images/listBullet-darker.png') 0 6px no-repeat;
        font-weight: bold;
        font-size: 13px;    
        list-style: none;
        padding-left: 12px !important;
    }

    .carousel-caption .text
    {
        position: absolute;
        margin: 0 23px;
        top: 40px;
    }

    .carousel-caption .pill 
    {
        margin: 0 23px;
    }

.carousel-inner .item
{
    height: 475px;
}

.carousel-inner img
{
    height: auto;
    width: 100%;
}

.carousel-control {
    height: 70px;
    margin-top: -35px;
    top: 50%;
    width: 39px;
}

.carousel-control.right
{
    background: transparent url('/_layouts/15/NORC.APNORC.Web/images/carousel-arrow-right.png') 0 0 no-repeat;
    right: -65px;
    left: auto;
}

.carousel-control.left
{
    background: transparent url('/_layouts/15/NORC.APNORC.Web/images/carousel-arrow-left.png') 0 0 no-repeat;
    left: -65px;
    right: auto;
}

.carousel-control:hover
{
    text-decoration: none !important;
}


/* ShareThis *******************************************/
.s4-tn,
.s4-tn .menu-horizontal
{
    width: 100%;
}

#shareThis span
{
    cursor: pointer;
}

/*slesmana*/
ul.dynamic {
    width:auto !important;
    white-space: nowrap;
}

ul.ms-core-listMenu-root{
    padding-left:0;
}

.menu ul.static li.static ul.dynamic li.dynamic > a.menu-item
{
   color: rgb(204, 102, 0);
}

.menu ul.static li.static ul.dynamic li.dynamic
{
   list-style-type: none;
}

#content-title h1
{
   margin-left: 0;
   margin-right: 0;
}

#content-right .ms-webpart-chrome-vertical
{
   background-color: #f8f8f8;
   font-weight: bold;
}

#announcements .s4-wpcell-plain
{
   margin: auto;
}
