/* reset / baseline */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}

body {
    line-height: 1;
    color: black;
    background: white;
}

ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}

blockquote, q {
    quotes: "" "";
}

b, strong {
    font-weight: bold;
}

i, em {
    font-style: italic;
}

textarea {
    resize: none;
}

/* site wide styles */
h3 {
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    margin: 0 0 5px;
}

h2.em {
    font-family: Georgia, Times New Roman, serif;
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    color: #515151;
}

/* util */
.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.stack-10 {
    z-index: 10;
}

.stack-100 {
    z-index: 100;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.progress img {
    float: left;
    margin: -2px 7px 0 7px;
}

.error-red {
    color: Red;
}

.fl {
    float: left;
    margin: 4px 10px 1px 0;
}

.fr {
    float: right;
    margin: 4px 0 1px 20px;
}

.image-float-left {
    float: left;
    margin: 0 10px 10px 0;
}

.image-float-right {
    float: right;
    margin: 0 0 10px 10px;
}

.mobile-only {
    display: none;
}

/* overrides */
a:active, a:visited, a:link {
    outline: none;
    color: #da4d49;
}

a:hover {
    color: #cc0000;
}

a[disabled="disabled"] {
    color: #525252;
}

body {
    background: url(/Static/images/bg.png);
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    color: #525252;
    font-size: 12px;
}

.pink {
    color: #ff269e !important;
}

/* header */
.login-overlay {
    display: none;
    background-image: url(/Static/images/overlay_bg.png);
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 5010;
    height: 600px;
    width: 100%;
    cursor: pointer;
}

.login-container {
    width: 236px;
    height: 178px;
    background-color: #fff;
    cursor: auto;
    z-index: 5011;
    -moz-box-shadow: 1px 1px 7px #333333;
    -webkit-box-shadow: 1px 1px 7px #333333;
    box-shadow: 1px 1px 7px #333333;
}

    .login-container, .login-container a {
        font-family: Arial, Sans-Serif;
        font-size: 10px;
        color: #5F5F5F;
        font-style: normal;
    }

        .login-container a {
            text-decoration: none;
            color: #cc6666;
        }

        .login-container p {
            margin: 0 0 10px 0;
        }

        .login-container .login-container-top {
            padding: 10px 10px 0 10px;
        }

            .login-container .login-container-top input {
                width: 195px;
                background-color: #E1E1E1;
                border: 1px solid #C1C1C1;
                height: 13px;
                font-size: 10px;
                padding: 7px 9px;
            }

        .login-container .login-container-bottom {
            padding: 10px;
            border-top: solid 1px #e1e1e1;
        }

            .login-container .login-container-bottom .remember-checkbox {
                float: left;
                margin-right: 5px;
            }

            .login-container .login-container-bottom label {
                display: block;
                float: left;
                margin-top: 5px;
            }

#header {
    z-index: 3000;
    position: relative;
    margin-bottom: 22px;
}

#header-courtesy {
    height: 26px;
    background-color: #525252;
    overflow: hidden;
}

#header-logo {
    float: left;
}

#header-main {
    height: 95px;
    overflow: hidden;
}

#header-nav {
    height: 93px;
    background-color: #7a7a7a;
    border-top: solid 1px #979797;
    border-bottom: solid 1px #525252;
}

#nav-main {
    float: left;
    margin-top: 64px;
    padding-left: 10px;
}

    #nav-main ul {
        list-style-type: none;
    }

        #nav-main ul li {
            float: left;
            border-right: solid 1px #7A7A7A;
            height: 29px;
            line-height: 25px;
        }

            #nav-main ul li.active {
                border-left: solid 1px #525252;
                border-right: solid 1px #525252;
                border-top: solid 1px #525252;
                background: #CCC;
                color: #000;
            }

            #nav-main ul li.last {
                border-right: 0;
            }

            #nav-main ul li a {
                margin-top: 10px;
                height: 10px;
                line-height: 10px;
                display: block;
                float: left;
                border-right: solid 1px #909090;
                font-weight: bold;
                color: #fff;
                font-family: "Interstate";
                font-style: normal;
                font-size: 12px;
                text-decoration: none;
                padding: 0 10px;
            }

                #nav-main ul li a:hover {
                    color: #000;
                }

            #nav-main ul li.active a {
                border-right: 0;
                font-weight: bold;
                color: #000;
                font-family: "Interstate";
                font-style: normal;
                text-decoration: none;
            }

            #nav-main ul li.nosub {
                background: url("/Static/images/bg.png") repeat scroll 2px 0 transparent;
            }

            #nav-main ul li.active.main-5 {
                background-position: 0 1px;
            }

            #nav-main ul li.nosub a {
                color: #000;
            }

            #nav-main ul li.before-selected a {
                border-right-color: #7A7A7A;
            }

            #nav-main ul li a.last-item {
                border-right: 0;
            }

            #nav-main ul li.main-3 {
                background-position: 0 6px;
            }

            #nav-main ul li.main-4 {
                background-position: 0 5px;
            }

        #nav-main ul ul {
            position: relative;
        }

#nav-right {
    width: 160px;
    float: right;
    height: 93px;
    padding-top: 1px;
}

    #nav-right ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        padding-right: 10px;
    }

        #nav-right ul li {
            border-bottom: solid 1px #999999;
            height: 22px;
            line-height: 18px;
        }

            #nav-right ul li.last {
                padding-bottom: 0;
                border-bottom: 0;
            }

            #nav-right ul li a {
                display: block;
                line-height: 22px;
                background-image: url(/Static/images/courtesy_right_arrow.png);
                background-repeat: no-repeat;
                background-position: 145px 8px;
                font-weight: bold;
                font-size: 10px;
                font-family: "Interstate";
                font-style: normal;
                color: #fff;
                text-decoration: none;
            }

                #nav-right ul li a span.finda {
                    color: #b9b9b9;
                }

                #nav-right ul li a:hover span.finda {
                    color: #b9b9b9;
                }

                #nav-right ul li a:hover {
                    color: #000;
                    background-image: url(/Static/images/courtesy_right_arrow_hover.png);
                }

#courtesy-left {
    list-style-type: none;
}

    #courtesy-left li {
        float: left;
    }

        #courtesy-left li a, #courtesy-left li span {
            font-family: Georgia, Times New Roman, serif;
            padding: 7px 8px 5px 9px;
            display: block;
            height: 20px;
            color: #fff;
            font-weight: bold;
            text-decoration: none;
            font-style: normal;
            font-size: 10px;
        }

        #courtesy-left li.last a {
            border-right: 0;
        }

        #courtesy-left li.loginlink, #courtesy-left li.last {
            background-image: url(/Static/images/login_separator.png);
            background-color: #525252;
            background-repeat: no-repeat;
            background-position: right 9px;
            background-repeat: no-repeat;
        }

        #courtesy-left li.social-icon {
            margin-top: -3px;
        }

            #courtesy-left li.social-icon.first-icon {
                margin-left: -5px;
            }

            #courtesy-left li.social-icon a {
                padding-left: 5px;
                padding-right: 5px;
            }

        #courtesy-left li a:hover, .login-link-active {
            background-image: none;
            background-color: #000;
        }

#courtesy-right {
    float: right;
}

#head-search {
    width: 171px;
    height: 26px;
    background-image: url(/Static/images/search_bg.png);
    background-repeat: no-repeat;
    float: right;
}

    #head-search input {
        width: 135px;
        font-size: 11px;
        color: #2c2c2c;
        font-weight: bold;
        margin-top: 7px;
        margin-left: 10px;
        font-family: "Interstate";
        font-style: normal;
        background-color: transparent;
        border: 0;
    }

#head-iama {
    float: right;
}

#iama-dropdown {
    cursor: pointer;
}

#head-new-here {
    float: right;
    padding-top: 7px;
    padding-right: 10px;
}

    #head-new-here, #head-new-here a {
        font-family: Georgia, Times New Roman, serif;
        text-decoration: none;
        font-style: normal;
        color: #b9b9b9;
        font-weight: bold;
        font-size: 10px;
    }

#head-iama-container {
    position: absolute;
    display: none;
    background-color: #fff;
    width: 171px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
}

    #head-iama-container ul {
        list-style-type: none;
        padding: 5px 0;
    }

        #head-iama-container ul li a {
            padding: 2px 13px 2px 13px;
            display: block;
            line-height: 17px;
            text-decoration: none;
            color: #D24E4C;
            font-family: "Interstate";
            font-style: normal;
            font-size: 10px;
            font-weight: bold;
        }

            #head-iama-container ul li a:hover {
                color: #000;
            }

#head-iama .audience-selected {
    cursor: pointer;
    color: #000;
    background-color: #5184a3;
    font-size: 10px;
    font-weight: bold;
    font-family: "Interstate";
    width: 171px;
    height: 25px;
    border-top: solid 1px #555;
    background-image: url(/Static/images/audience_down_arrow.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#head-iama .audience-text {
    margin-top: 7px;
    margin-left: 9px;
}

    #head-iama .audience-text .audience-name {
        color: #fff;
        margin-left: 10px;
    }

#subnav {
    background: #CCC;
    overflow: hidden;
}

    #subnav ul {
        padding: 20px 0 20px 20px;
        width: 150px;
        list-style-type: none;
        float: left;
    }

    #subnav.resources ul {
        padding: 4px 0 20px;
    }

    #subnav ul li {
        height: 14px;
        margin-bottom: 1px;
        padding: 0;
    }

        #subnav ul li a {
            font-family: Arial, Sans-Serif;
            font-size: 11px;
            color: #DA4D49;
            line-height: 14px;
            font-style: normal;
        }

            #subnav ul li a:hover {
                color: #000;
            }

.iama-overlay {
    display: none;
    background-image: url(/Static/images/audience_bg.png);
    position: absolute;
    top: 26px;
    left: 0;
    z-index: 4000;
    height: 600px;
    width: 100%;
    cursor: pointer;
}

.overlay-close {
    background-color: #fff;
    padding: 7px;
    position: absolute;
    right: 171px;
    top: -26px;
    z-index: 3001;
    color: #DA4D49;
}

    .overlay-close a {
        font-family: Georgia, Times New Roman, serif;
        font-weight: bold;
        font-style: italic;
        font-size: 11px;
    }

.iama-interiorpage {
    position: absolute;
    right: 171px;
    width: 830px; /*height: 800px;*/
    background-color: #F5F5F5;
    cursor: auto;
    z-index: 4001;
}

    .iama-interiorpage, .iama-interiorpage a {
        font-family: Arial, Sans-Serif;
        font-size: 10px;
        color: #5F5F5F;
        font-style: normal;
    }

/* footer */
#footer {
    position: relative;
    margin-top: 40px;
    z-index: 3000;
    clear: both;
}

.footer-meta {
    font-size: 12px;
    color: #565656;
    font-family: Georgia, Times New Roman, serif;
    padding-left: 20px;
    padding-bottom: 20px;
}

    .footer-meta a {
        font-size: 12px;
        color: #565656;
        font-family: Georgia, Times New Roman, serif;
        text-decoration: none;
    }

    .footer-meta .tagline {
        font-size: 14px;
        color: #000;
        font-style: italic;
        margin-bottom: 10px;
    }

.carousel-bg {
    background-color: #E8E8E8;
    height: 52px;
    overflow: hidden;
}

#footer-left {
    float: left;
    cursor: pointer;
    width: 31px;
    height: 52px;
    background: url(/Static/images/foot_left_disabled.png) no-repeat;
}

#footer-carousel {
    background-color: #E8E8E8;
    border-top: solid 1px #D4D4D4;
    float: left;
    overflow: hidden;
    height: 51px;
    margin-left: -1px;
}

#footer-right {
    float: right;
    cursor: pointer;
    width: 31px;
    height: 52px;
    background: url(/Static/images/foot_right_enabled.png) no-repeat;
}

#footer-carousel ul {
    list-style-type: none;
}

    #footer-carousel ul li {
        float: left;
        width: 320px;
        height: 52px;
        cursor: pointer;
    }

        #footer-carousel ul li:hover {
            background-color: #fff;
        }

    #footer-carousel ul div.list-thumb {
        border-left: solid 1px #D4D4D4;
        border-right: solid 1px #D4D4D4;
        width: 53px;
        float: left;
    }

    #footer-carousel ul div.list-content {
        padding: 10px;
        float: left;
        position: relative;
    }

        #footer-carousel ul div.list-content .list-title, .list-title a {
            font-family: "Interstate Black";
            text-decoration: none;
            font-size: 10px;
            font-weight: bold;
            color: #525252;
            font-style: normal;
        }

        #footer-carousel ul div.list-content .list-subtitle, .list-subtitle a {
            text-decoration: none;
            font-family: Georgia,Times New Roman,serif;
            font-size: 11px;
            font-style: italic;
            font-weight: bold;
            color: #747474;
            margin-top: 5px;
        }

        #footer-carousel ul div.list-content .count {
            width: auto;
            height: 31px;
            background: url(/Static/images/bubble_grey.gif) no-repeat;
            position: absolute;
            right: 10px;
            top: -10px;
            background-position: -11px -5px;
        }

            #footer-carousel ul div.list-content .count p {
                padding: 3px 5px;
                text-align: center;
                font-size: 10px;
                font-weight: bold;
                color: #FFF;
            }

/* home page layout constraints */
.top-copy {
    font-family: Georgia, Times New Roman, serif;
    font-size: 18px;
    line-height: 26px;
    color: #DA4D49;
    width: 400px;
    margin-left: 20px;
    position: relative;
    z-index: 5;
}

.full-main {
    position: relative;
    margin-left: 95px;
    margin-top: 60px;
}

    .full-main .wide {
        padding: 26px 0 0 0px;
        left: 0;
        top: 0;
    }

        .full-main .wide .col1 {
            width: 490px;
        }

        .full-main .wide .col2 {
            width: 490px;
        }

        .full-main .wide .col3 {
            width: 490px;
        }

        .full-main .wide .col4 {
            width: 320px;
        }

    .full-main .narrow {
        margin-left: 320px;
        width: 170px; /*margin-top: -15px;*/
    }

/* why design layout */
.full-why-design {
    position: relative;
    margin-left: 20px;
}

    .full-why-design .wide {
        padding: 26px 0 0 0px;
        left: 0;
        top: 0;
    }

        .full-why-design .wide .col1 {
            width: 490px;
        }

        .full-why-design .wide .col2 {
            width: 490px;
        }

        .full-why-design .wide .col3 {
            width: 320px;
        }

    .full-why-design .narrow {
        margin-left: 320px;
        width: 170px;
        margin-top: 60px;
    }

/* inspiration layout */
.full-inspiration {
    position: relative;
    padding: 14px 0 0;
}

    .full-inspiration .left-nav {
        width: 150px;
        margin: 0 0 0 20px;
        border-top: 2px solid #2B2B2B;
        font-size: 11px;
        position: absolute;
        top: 24px;
    }

        .full-inspiration .left-nav h3 {
            margin: 10px 0 6px;
            font-family: "Interstate";
            font-size: 12px;
            color: #2B2B2B;
            font-weight: bold;
        }

        .full-inspiration .left-nav ul {
            list-style: none;
            margin-bottom: 5px;
        }

            .full-inspiration .left-nav ul li {
                margin-bottom: 5px;
                color: #909090;
            }

                .full-inspiration .left-nav ul li span {
                    color: #8B6880;
                }

        .full-inspiration .left-nav .top-tags {
            color: #7A7A7A;
            margin-top: 15px;
            border-top: 1px solid #000;
        }

            .full-inspiration .left-nav .top-tags ul {
                margin-bottom: 10px;
            }

            .full-inspiration .left-nav .top-tags a {
                color: #525252;
            }

                .full-inspiration .left-nav .top-tags a.more {
                    color: #DA4D49;
                    font-family: Georgia, Times New Roman, serif;
                    font-style: italic;
                }

    .full-inspiration .inspiration-results {
        position: relative;
        top: 10px;
        left: 190px;
        width: 790px;
    }

    .full-inspiration .wide {
        padding: 0;
        left: 0;
        top: 0;
    }

        .full-inspiration .wide .col1 {
            width: 490px;
        }

        .full-inspiration .wide .col2 {
            width: 490px;
        }

        .full-inspiration .wide .col3 {
            width: 320px;
        }

    .full-inspiration .narrow {
        margin-left: 320px;
        width: 170px;
        margin-top: 60px;
    }

.interior-paging-controls {
    clear: both;
    border-top: solid 1px #ADADAD;
    font-size: 11px;
    margin: 0 0 20px 0;
    text-align: right;
    padding-top: 10px;
}

.paging-list {
    float: right;
    list-style-type: none;
    margin-left: 20px;
}

    .paging-list li {
        display: inline;
        color: #929292;
        margin-right: 7px;
        font-size: 11px;
        line-height: 11px;
    }

        .paging-list li a {
            font-family: Arial, Helvetica, Tahoma, sans-serif;
            font-style: normal;
            text-decoration: none;
            font-size: 12px;
        }

            .paging-list li a:hover {
                color: #929292;
            }

        .paging-list li.left-arrow {
            margin-right: 17px;
        }

        .paging-list li.right-arrow {
            margin-left: 11px;
            margin-right: 0;
        }

.inspiration-results .question-text {
    font-family: "Interstate Ultra Black";
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
    padding: 16px 12px;
    margin-bottom: 10px;
    background-color: #E1DCB6;
    color: #B9B08F;
}

.inspiration-results .why-content-count {
    color: #2c2c2c;
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    margin: 3px 10px 10px 10px;
}

    .inspiration-results .why-content-count .num {
        color: #459D9E;
    }

    .inspiration-results .why-content-count a {
        text-decoration: none;
    }

.inspiration-results .next-page {
    top: 40px;
    right: 0px;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

    .inspiration-results .next-page .hidden-overlay {
        position: absolute;
        height: 100%;
        width: 312px;
        z-index: 50;
        background: url(/Static/images/trans_bg.png);
    }

    .inspiration-results .next-page:hover {
        opacity: 1.0;
    }

        .inspiration-results .next-page:hover .hidden-overlay {
            display: none;
        }

/* widget generics used globally throughout site */
.widget-container {
    position: relative;
    -moz-box-shadow: 4px 4px 13px #bbbbbb;
    -webkit-box-shadow: 4px 4px 13px #bbbbbb;
    box-shadow: 4px 4px 13px #bbbbbb;
    margin: 0px 0px 20px 0px;
    background-color: #fff;
}

    .widget-container.no-bg {
        background-color: transparent;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .widget-container .callout {
        width: auto;
        height: 31px;
        background: url(/Static/images/bubble.gif) no-repeat;
        position: absolute;
        right: -10px;
        top: -10px;
    }

    .widget-container .callout-hidden {
        display: none;
    }

    .widget-container .callout p {
        margin: 0 !important;
        padding: 3px 5px;
        text-align: center;
        font-family: Georgia, Times New Roman, serif;
        font-style: italic;
        font-size: 11px !important;
        color: #FFF !important;
        -moz-box-shadow: 1px 1px 6px #444;
        -webkit-box-shadow: 1px 1px 6px #444;
        box-shadow: 1px 1px 6px #444;
    }

.wide .widget-container {
    width: 300px;
    border-top: 1px solid #CFCFCF;
    padding-bottom: 10px;
}

    .wide .widget-container:hover {
        -moz-box-shadow: 4px 4px 13px #AFAFAF;
        -webkit-box-shadow: 4px 4px 13px #AFAFAF;
        box-shadow: 4px 4px 13px #AFAFAF;
    }

    .wide .widget-container h2 {
        color: #2D2D2D;
        font-family: "Interstate Ultra Black";
        font-size: 28px;
        font-weight: bold;
        line-height: 28px;
        margin: 16px 10px 5px;
        text-decoration: none;
    }

        .wide .widget-container h2 a {
            color: #2D2D2D;
            font-family: "Interstate Ultra Black";
            font-size: 28px;
            font-weight: bold;
            line-height: 28px;
            text-decoration: none;
            white-space: pre-wrap;
            white-space: -moz-pre-wrap;
            white-space: -pre-wrap;
            white-space: -o-pre-wrap;
            word-wrap: break-word;
        }

    .wide .widget-container:hover h2, .wide .widget-container:hover h2 a {
        color: #5084A2;
        text-decoration: none;
    }

    .wide .widget-container .article-info {
        font-family: Georgia, Times New Roman, serif;
        font-style: italic;
        font-size: 11px;
        padding: 0 10px;
        color: #2c2c2c;
        margin-bottom: 20px;
    }

        .wide .widget-container .article-info span {
            color: #949494;
            margin-left: 5px;
        }

    .wide .widget-container .small-image {
        margin-bottom: 10px;
        position: relative;
    }

    .wide .widget-container .small-image img{
        max-width: 100%;
    }

        .wide .widget-container .small-image .small-caption {
            background-color: #000;
            background-color: rgba(0,0,0,.6);
            padding: 4px 5px;
            color: #fff;
            font-style: italic;
            font-size: 10px;
            line-height: 14px;
            position: absolute;
            bottom: 0;
        }

    .wide .widget-container .article-teaser a {
        text-decoration: none;
    }

    .wide .widget-container .article-teaser iframe {
        width: 300px;
    }

    .wide .widget-container .article-teaser p.event-date {
        color: #909090;
        font-family: Georgia, 'Times New Roman', serif;
        font-size: 11px;
        font-style: italic;
    }

    .wide .widget-container .article-teaser.event-teaser {
        margin-bottom: 10px;
    }

    .wide .widget-container .de-post-description {
        font-size: 11px;
        line-height: 16px;
        margin: 0 10px;
        color: #525252;
    }

        .wide .widget-container .de-post-description a {
            text-decoration: none;
        }

    .wide .widget-container p, .widget-container.event p {
        font-size: 11px;
        line-height: 16px;
        margin: 0 10px 0 10px;
        color: #525252;
    }

        .wide .widget-container p a {
            color: #525252;
        }

.red {
    color: #da4d49 !important;
}

.wide .widget-container p.article-tags, .widget-container.event p.article-tags {
    margin-bottom: 10px;
    color: #919191;
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
}

.widget-container.event p.article-tags {
    padding: 0 10px 10px 10px;
}

.widget-container.event p {
    line-height: 16px;
}

.event-venue {
    margin: -15px 0px 10px 10px;
    font-family: Georgia, Times New Roman, serif;
    font-style: italic;
    font-size: 11px;
    color: #2c2c2c;
}

.wide .widget-container p.article-tags a, .widget-container.event p.article-tags a {
    color: #919191;
}

    .wide .widget-container p.article-tags:hover, .wide .widget-container p.article-tags a:hover, .widget-container.event p.article-tags a:hover {
        color: #2c2c2c;
    }

.wide .widget-container.nobg {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding-bottom: 0;
}

.wide .nobg:hover {
    -moz-box-shadow: none;
}

.wide .widget-container.free-form {
    padding-top: 10px;
}

    .wide .widget-container.free-form p {
        margin: 0 10px 10px;
    }

    .wide .widget-container.free-form ul {
        line-height: 16px;
        list-style-type: disc;
        list-style-position: inside;
        margin: 0 10px;
    }

.content p.ad-caption {
    font-size: 10px;
    margin: 0 0 10px 0;
}

.ad-block p {
    margin: 0 !important;
    padding: 0;
}

.ad-block img {
    margin: 10px 0 0;
}

.narrow .widget-container {
    padding-bottom: 10px;
    width: 150px;
    opacity: 0.6;
    background-color: #ebebeb;
    color: #525252;
    border-color: #666666 #CFCFCF #CFCFCF;
    border-style: solid;
    border-width: 2px 1px 1px;
    word-wrap: break-word;
}

    .narrow .widget-container h3 {
        background-color: #fff;
        font-size: 12px;
        font-family: "Interstate Black";
        color: #2c2c2c;
        font-weight: bold;
        padding: 9px;
    }

    .narrow .widget-container p {
        margin: 0 8px 8px 8px;
        font-family: Georgia,Times New Roman,serif;
        font-size: 11px;
        font-style: italic;
        line-height: 15px;
    }

    .narrow .widget-container .small-image {
        margin-bottom: 8px;
    }

    .narrow .widget-container p.byline {
        color: #919191;
    }

        .narrow .widget-container p.byline:hover {
            color: #949494;
        }

    .narrow .widget-container p.image-title {
        margin-bottom: 0;
        font-weight: bold;
        color: #2c2c2c;
    }

        .narrow .widget-container p.image-title a {
            font-weight: bold;
            color: #2c2c2c;
            text-decoration: none;
        }

    .narrow .widget-container:hover {
        opacity: 1.0;
    }

    .narrow .widget-container a:hover {
        color: #2C2C2C;
    }

.narrow .nobg {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding-bottom: 0;
}

    .narrow .nobg h3 {
        background-color: transparent;
        padding-top: 0;
    }

.narrow .nofade {
    opacity: 1.0;
}

.narrow .widget-container.free-form ul {
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    line-height: 15px;
    list-style-type: disc;
    list-style-position: inside;
    margin: 0 8px 8px;
}

.narrow .widget-container.free-form p {
    margin: 0px;
    padding: 0px;
}

.widget-container p.error {
    color: #FF0000;
    font-weight: bold;
    font-size: 11px;
    margin: 5px 0;
}

.search-resources h1 {
    margin: 0 0 20px 0;
    font-weight: bold;
    font-size: 28px;
    color: #2a2a2a;
    font-family: "Interstate Ultra Black";
}

.search-resources .filter-toggle {
    display: none;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}

    .search-resources .filter-toggle .hide-filters {
        display: none;
    }

.search-resources .resource-filters {
    width: 150px;
    font-size: 11px;
    border-top: 2px solid #2B2B2B;
    display: none;
}

.search-resources h3.filter-heading {
    display: none;
}

.search-resources .resource-filters h3 {
    margin: 8px 0 6px;
    font-family: "Interstate";
    font-size: 12px;
    color: #2B2B2B;
    font-weight: bold;
    line-height: 16px;
}

.search-resources .resource-filters ul {
    list-style: none;
    margin-bottom: 20px;
}

    .search-resources .resource-filters ul li {
        margin-bottom: 3px;
        color: #909090;
    }

        .search-resources .resource-filters ul li span {
            color: #8B6880;
        }

.search-resources .resource-filters label {
    color: #da4d49;
    text-decoration: underline;
}

.search-resources .resource-results {
    float: right;
    margin: 0 0 0 20px;
    width: 465px;
}

    .search-resources .resource-results .resource-item {
        clear: both;
        margin: 0 0 20px 0;
        background-color: #F8F8F8;
        -moz-box-shadow: 2px 2px 10px #BBBBBB;
        -webkit-box-shadow: 2px 2px 10px #BBBBBB;
        box-shadow: 2px 2px 10px #BBBBBB;
    }

        .search-resources .resource-results .resource-item .thumbnail {
            overflow: hidden;
            float: left;
            width: 150px;
        }

            .search-resources .resource-results .resource-item .thumbnail img {
                width: 150px !important;
                height: auto !important;
            }

        .search-resources .resource-results .resource-item .result {
            float: right;
            width: 315px;
        }

    .search-resources .resource-results .result .title {
        color: #2c2c2c;
        margin: 20px 20px 10px 20px;
        font-family: Georgia,Times New Roman,serif;
        font-style: italic;
        font-size: 14px;
        font-weight: bold;
        line-height: 14px;
    }

        .search-resources .resource-results .result .title a {
            color: #2c2c2c;
            text-decoration: none;
            line-height: 16px;
        }

    .search-resources .resource-results .result .byline {
        color: #2C2C2C;
        font-family: Georgia,Times New Roman,serif;
        font-size: 11px;
        font-style: italic;
        margin: 0 20px 16px 20px;
    }

        .search-resources .resource-results .result .byline span {
            color: #949494;
            margin: 0 0 0 10px;
        }

    .search-resources .resource-results .result .url {
        margin: 0 20px 10px 20px;
        color: #4F9EA6;
        font-size: 11px;
    }

    .search-resources .resource-results .result .teaser {
        margin: 0 20px 20px 20px;
        line-height: 15px;
        font-size: 11px;
        color: #525252;
    }

    .search-resources .resource-results .result .tags {
        margin: 5px 0 19px 20px;
        font-family: Georgia,Times New Roman,serif;
        font-size: 11px;
        font-style: italic;
        color: #949494;
        line-height: 16px;
    }

        .search-resources .resource-results .result .tags a {
            color: #919191;
        }

    .search-resources .resource-results .result .comments-recommended {
        margin: 20px;
        font-size: 11px;
        color: #474747;
    }

        .search-resources .resource-results .result .comments-recommended a {
            color: #4F9EA6;
            text-decoration: none;
        }

        .search-resources .resource-results .result .comments-recommended span {
            border-left: solid 1px #ababab;
            padding-left: 30px;
            margin-left: 10px;
            background: transparent url(/Static/images/recommend_icon.png) no-repeat 10px 0;
        }

.search-resources #next-page {
    display: block;
    background: #7a7a7a;
    color: #fff;
    font-family: "Interstate", sans-serif;
    font-weight: normal;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
}

.search-resources #clear-filters {
    display: block;
    padding: 5px;
    font-family: "Interstate";
    font-size: 12px;
    color: #2B2B2B;
    font-weight: bold;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    background-color: #ccc;
    margin-bottom: 5px;
}

/* global widget edit styles */
.widget-edit-container h2 {
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 10px;
}

.widget-edit-container p {
    margin-bottom: 10px;
}

.widget-edit-container .required-note {
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 80%;
    font-style: italic;
    border-bottom: solid 1px #aaa;
}

.widget-edit-container .recent-count, .widget-edit-container .select-content, .widget-edit-container .select-taxonomy {
    display: none;
}

.tree-control {
    border: solid 1px #aaa;
    padding: 5px;
    background-color: #fff;
    margin-bottom: 10px;
    height: 200px;
    overflow: scroll;
}

    .tree-control td {
        vertical-align: middle !important;
    }

        .tree-control td a {
            color: #000;
        }

.widget-edit-container h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 6px;
}

.tree-control .tree-node-item {
    margin-left: 3px;
}

/* delicious widget */
.delicious-header {
    border-bottom: solid 1px #CECECE;
    margin-bottom: 8px;
}

    .delicious-header .rss-link {
        float: right;
    }

.narrow .widget-container .delicious-header h3 {
    padding-bottom: 3px;
}

.delicious-list {
    margin: 0 9px;
    padding: 0;
}

    .delicious-list li {
        margin: 0 0 16px 0;
        font-family: Georgia,Times New Roman,serif;
        font-size: 11px;
        font-style: italic;
        line-height: 15px;
    }

        .delicious-list li:last-child {
            margin: 0;
        }

.external-link {
    background: transparent url(/Static/images/external_link.png) no-repeat right 3px;
    padding-right: 8px;
}

/* content-list widget */
.content-list.style-1 .content-list-item {
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    color: #909090 !important;
    line-height: 15px;
}

.content-list.style-1 .content-list-item {
    padding: 6px 12px;
    border-top: 1px solid #EAEAEA;
}

.content-list.style-1 .article-title-link {
    font-weight: bold;
    display: block;
}

.content-list.style-1 .content-list-item span.author {
    color: #2C2C2C;
    margin: 0 5px 0 0;
}

.content-list.style-1 .content-list-item p {
    margin: 0 !important;
    color: #909090 !important;
    line-height: 17px !important;
}

.content-list.style-1 h2 {
    color: #909090 !important;
    margin: 18px 11px 20px !important;
}

div.widget-container.content-list.style-1:hover h2 {
    color: #2D2D2D !important;
}

.content-list.style-2 h3 {
    color: #2D2D2D;
    font-family: "Interstate Black";
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 9px;
    width: 300px;
}

    .content-list.style-2 h3 span {
        color: #DC4D49;
    }

.content-list.style-2 .content-list-item span {
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    color: #909090;
    line-height: 15px;
}

.content-list.style-2 .content-list-item {
    padding: 10px 10px 15px;
    border-top: 1px solid #EAEAEA;
}

    .content-list.style-2 .content-list-item a {
        text-decoration: none;
    }

        .content-list.style-2 .content-list-item a h2 {
            padding: 0;
            margin: 0 0 3px;
            color: #909090 !important;
            text-decoration: none;
            font-size: 22px;
            line-height: 22px;
            font-family: "Interstate Ultra Black";
        }

    .content-list.style-2 .content-list-item span.author {
        color: #2C2C2C !important;
        margin: 0 5px 0 0;
    }

    .content-list.style-2 .content-list-item p {
        margin: 0 !important;
        color: #909090 !important;
        line-height: 17px !important;
    }

div.content-list.style-2 .content-list-item:hover h2 {
    color: #2D2D2D !important;
}

/* why question widget */
.why-question .question-text {
    padding: 16px 12px;
    margin-bottom: 10px;
}

    .why-question .question-text, .why-question .question-text a {
        font-family: "Interstate Ultra Black";
        font-size: 28px;
        font-weight: bold;
        line-height: 28px;
        text-decoration: none;
    }

        .why-question .question-text a {
            display: block;
        }

.why-question.tan .question-text, .why-question.tan .question-text a {
    background-color: #E1DCB6;
    color: #B9B08F;
}

.why-question.green .question-text, .why-question.green .question-text a {
    background-color: #C3C594;
    color: #5E8282;
}

.why-question.blue .question-text, .why-question.blue .question-text a {
    background-color: #A1C8CD;
    color: #5285A2;
}

.why-question .why-content-count {
    color: #2c2c2c;
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    margin: 3px 10px 10px 10px;
}

    .why-question .why-content-count .num {
        color: #459D9E;
    }

    .why-question .why-content-count a {
        text-decoration: none;
    }

/* design envy widget */
.wide .widget-container .small-image .design-envy-image {
    width: 300px;
    max-height: 200px;
    overflow: hidden;
}

.widget-container .envy-flag.right {
    float: right;
    position: relative;
    left: 9px;
    top: 5px;
}

.widget-container .envy-flag.left {
    float: left;
    position: relative;
    left: -10px;
    top: 5px;
}

/* chapter news widget */
.wide .widget-container .small-image .chapter-news-image img {
    width: 300px;
}

/* free form badge */
.free-form p.badge {
    margin: 0;
}

/* twitter widget */
.narrow .twitter-widget h3 {
    background-repeat: no-repeat;
    background-position: 125px 6px;
    margin-bottom: 8px;
}

.narrow .twitter-widget .external-link, .narrow .from-the-blogs .external-link, .narrow .design-envy-narrow .external-link {
    padding: 0;
    background: transparent none no-repeat 0 0;
    float: right;
    margin-top: 6px;
    margin-right: 8px;
}

.narrow .twitter-widget .byline a {
    color: #919191;
    text-decoration: none;
}

.narrow .twitter-widget strong a, .narrow .twitter-widget strong a:hover {
    color: #525252;
    text-decoration: none;
}

/* new member widget */
.narrow .new-members h3 {
    margin-bottom: 8px;
}

.narrow .new-members .byline a {
    color: #919191;
    text-decoration: none;
}

.narrow .new-members strong a, .narrow .new-members strong a:hover {
    color: #525252;
    text-decoration: none;
}

/* generic rss widget */
.generic-feed ul {
    list-style-type: none;
    margin-top: 15px;
}

    .generic-feed ul li {
        border-top: solid 1px #E6E6E6;
        padding: 9px;
        font-weight: bold;
        line-height: 16px;
    }

        .generic-feed ul li a {
            font-family: Georgia,Times New Roman,serif;
            font-size: 11px;
            font-style: italic;
        }

        .generic-feed ul li span.publish-date {
            font-weight: normal;
            font-size: 11px;
            outline: none;
            color: #949494;
            font-family: Georgia, Times New Roman, serif;
            font-style: italic;
        }

            .generic-feed ul li span.publish-date a {
                color: #949494;
            }

                .generic-feed ul li span.publish-date a:hover {
                    color: #444;
                }

/* featured job widget */
.narrow .featured-job p.image-title {
    margin-top: 10px;
}

/* from the blogs widget */
.narrow .from-the-blogs p.image-title {
    font-weight: normal;
    margin-top: 8px;
}

/* Form Template */
.full-width-container {
    padding: 10px;
    background-color: #fff;
    margin: 0 20px;
    -moz-box-shadow: 4px 4px 13px #bbbbbb;
    -webkit-box-shadow: 4px 4px 13px #bbbbbb;
    box-shadow: 4px 4px 13px #bbbbbb;
}

/* Article / All Main Body Copy */
.body-copy p {
    margin-bottom: 10px;
}

.body-copy h1 {
    margin: 0 0 0.75em;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.body-copy h2 {
    margin: 0 0 1em;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.body-copy h3 {
    margin: 0 0 1.286em;
    font-size: 1.167em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.body-copy h4 {
    margin: 0 0 1.5em;
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.body-copy h5 {
    margin: 0 0 1.8em;
    font-size: .834em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.body-copy h6 {
    margin: 0 0 2em;
    font-size: .75em;
    font-weight: bold;
    margin: 0 0 10px 0;
}

.body-copy td {
    padding: 3px;
}

.body-copy table {
    margin: 0 0 10px 0;
}

.body-copy hr {
    margin: 0 0 10px 0;
}

.body-copy th {
    font-weight: bold;
    padding: 3px;
}

/* interior content page items */
.dark-heading {
    color: #000;
}

    .dark-heading.detail {
        margin: 0 0 26px 20px;
    }

.interior-top {
    width: 980px;
    margin: 25px 0;
}

.breadcrumbs {
    float: left;
    margin-left: 20px;
    display: none;
}

    .breadcrumbs ul {
        list-style-type: none;
    }

        .breadcrumbs ul li {
            margin-bottom: 7px;
            font-family: Georgia,Times New Roman,serif;
            font-size: 18px;
            display: inline;
            margin-right: 10px;
        }

            .breadcrumbs ul li a {
                text-decoration: none;
                font-style: normal;
                font-family: Georgia,Times New Roman,serif;
                font-size: 18px;
                background: transparent url(/Static/images/crumb_icon.png) no-repeat right 8px;
                padding-right: 8px;
            }

            .breadcrumbs ul li ul.social-icons {
                margin: 20px 0 0 0;
                padding: 0;
            }

                .breadcrumbs ul li ul.social-icons li {
                    display: inline;
                    margin: 0;
                }

                    .breadcrumbs ul li ul.social-icons li a {
                        background-image: none;
                    }

.interior-main {
    margin: 0 0 65px 0;
}

.interior-left {
    width: 640px;
    float:left;
    margin-left: 20px;
    -moz-box-shadow: 2px 2px 10px #bbbbbb;
    -webkit-box-shadow: 2px 2px 10px #bbbbbb;
    box-shadow: 2px 2px 10px #bbbbbb;
    background-color: #fff;
    border-top: solid 1px #2c2c2c;
}

.interior-right {
    float:left;
    left: 660px;
    margin: 0 0 0 20px;
    width: 490px;
}

    .interior-right .wide {
        padding: 26px 0 0 0px;
    }

        .interior-right .wide .col1 {
            width: 490px;
        }

        .interior-right .wide .col2 {
            width: 320px;
        }

    .interior-right .narrow {
        margin-left: 320px;
        width: 170px;
    }

.article-utilities {
    clear: both;
    border-top: solid 1px #E1E1E1;
    margin-top: 15px;
    padding: 10px 0px 25px 0px;
    font-family: Arial, Helvetica, Tahoma, sans-serif;
    font-style: normal;
    text-decoration: none;
    font-size: 11px;
    height: 12px;
    overflow: hidden;
}

    .article-utilities a {
        font-family: Arial, Helvetica, Tahoma, sans-serif;
        font-style: normal;
        text-decoration: none;
        font-size: 11px;
    }

    .article-utilities #recommend {
        float: left;
        margin-left: 10px;
        display: none;
    }

        .article-utilities #recommend .recommend-link {
            background: transparent url(/Static/images/recommend_icon_disabled.png) no-repeat top left;
            padding: 2px 0 0 25px;
            display: none;
        }

            .article-utilities #recommend .recommend-link.recommended {
                background: transparent url(/Static/images/recommend_icon.png) no-repeat top left;
                display: none;
            }

        .article-utilities #recommend .recommend-count {
            margin-left: 25px;
            display: none;
        }

    .article-utilities #print {
        float: right;
        margin: 0 23px 0 0;
    }

        .article-utilities #print #print-link {
            background: transparent url(/Static/images/print_icon.png) no-repeat top right;
            padding-right: 25px;
        }

        .article-utilities #print #print-link {
            color: #000;
        }

    .article-utilities #share {
        float: right;
        margin: -2px 0 0 0;
    }

        .article-utilities #share .share-list {
            margin: 0;
            padding: 0px 10px 10px 0px;
            list-style-type: none;
        }

            .article-utilities #share .share-list li {
                float: left;
                margin: 0 0 0 10px;
                padding: 0;
                line-height: 14px;
            }

                .article-utilities #share .share-list li:last-child {
                    float: right;
                    margin: -5px 12px 0 10px;
                }

.article-comments-main {
    border-top: solid 1px #2C2C2C;
    margin-bottom: 10px;
}

.article-comments .comment {
    border-top: solid 1px #E2E2E2;
    padding-bottom: 10px;
    clear: both;
}

.article-comments h2 {
    font-size: 20px;
    font-family: "Interstate Ultra Black";
    padding: 14px;
    line-height: 20px;
    color: #909090;
    float: left;
}

.article-comments #comment-sort {
    float: right;
    padding: 14px;
}

.article-comments .count {
    color: #282828;
}

.article-comments #comment-add {
    border-top: solid 1px #2C2C2C;
}

.article-comments .avatar {
    float: left;
    margin-right: 10px;
}

    .article-comments .avatar img {
        width: 96px;
        height: 96px;
    }

.article-comments .comment-byline {
    font-size: 11px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .article-comments .comment-byline a {
        font-family: Arial, Helvetica, Tahoma, sans-serif;
        font-style: normal;
        text-decoration: none;
    }

.article-comments #comment-add-right {
    float: left;
    width: 534px;
}

.article-comments .comment-body p {
    color: #919191;
    font-size: 13px;
    line-height: 20px;
}

.article-comments .author-name {
    font-size: 10px;
    line-height: 8px;
    font-weight: bold;
    margin-top: 8px;
    font-family: "Interstate Black";
}

.article-comments .comment-input {
    margin: 18px 0 10px 0;
    height: 120px;
    border: solid 1px #D3D3D3;
    width: 522px;
}

    .article-comments .comment-input textarea {
        border: 1px solid #fff;
        background-color: #fff;
        margin: 10px 10px;
        width: 500px;
        font-family: Georgia,Times New Roman,serif;
        font-size: 15px;
        font-style: italic;
        color: #919191;
        height: 98px;
    }

.article-comments .comment-submit {
    float: right;
    margin-right: 10px;
}

.article-comments .comment-policy {
    float: left;
    width: 250px;
    font-size: 10px;
    color: #919191;
    line-height: 15px;
    margin-bottom: 30px;
}

    .article-comments .comment-policy a {
        font-family: Arial, Helvetica, Tahoma, sans-serif;
        font-style: normal;
        text-decoration: none;
        font-size: 10px;
    }

.article-comments .comment-anonymous {
    float: left;
    margin-left: 40px;
}

    .article-comments .comment-anonymous label, .article-comments .comment-anonymous input {
        float: left;
        font-size: 11px;
    }

    .article-comments .comment-anonymous label {
        margin: 4px 0 0 10px;
    }

.article-comments .comment-terms {
    margin: 0 10px 30px;
    font-size: 10px;
    color: #919191;
    line-height: 15px;
}

.content-body-copy {
    font-size: 13px;
    color: #525252;
    line-height: 18px;
}

    .content-body-copy p {
        margin: 0 10px 20px 10px;
    }

    .content-body-copy h1 {
        margin: 20px 10px;
        font-size: 40px;
        line-height: 40px;
        font-family: "Interstate Ultra Black";
        color: #2c2c2c;
        word-wrap: break-word;
    }

    .content-body-copy h2, .content-body-copy h3, .content-body-copy h4, .content-body-copy h5 {
        line-height: 1em;
        font-weight: bold;
        margin: 0 10px 20px 10px;
    }

    .content-body-copy h2 {
        font-size: 24px;
    }

    .content-body-copy h3 {
        font-size: 20px;
    }

    .content-body-copy h4 {
        font-size: 16px;
        color: #777;
        margin: 0 10px 5px;
    }

    .content-body-copy h5 {
        font-size: 14px;
    }

        .content-body-copy h5 a {
            text-decoration: none;
        }

    .content-body-copy a h5 {
        text-decoration: none;
    }

    .content-body-copy ul {
        margin: 0 10px 20px 10px;
        list-style-type: disc;
    }

        .content-body-copy ul li {
            margin: 0 0 0 25px;
        }

    .content-body-copy ol {
        margin: 0 10px 20px 10px;
        list-style-type: decimal;
    }

        .content-body-copy ol li {
            margin: 0 0 0 30px;
        }

    .content-body-copy h3 {
        margin: 0 10px 5px;
        line-height: 24px;
    }

    .content-body-copy table {
        margin: 0 10px;
        border-top: 2px solid #404040;
        color: #000;
    }

        .content-body-copy table th {
            padding: 9px 40px 8px 0;
            font-family: Georgia, Times New Roman, serif;
            font-size: 12px;
            font-weight: bold;
            font-style: italic;
            color: #adadad;
        }

        .content-body-copy table td, .content-body-copy table th {
            border-bottom: 1px solid #ccc;
            vertical-align: top;
        }

        .content-body-copy table td {
            padding: 13px 40px 13px 0;
            line-height: 18px;
        }

        .content-body-copy table.board-table td {
            padding: 13px 20px 13px 0;
        }

        .content-body-copy table td.key {
            font-weight: bold;
        }

    .content-body-copy blockquote {
        background: url(/Static/images/blockq-left.gif) no-repeat scroll 10px 10px #F0F0F0;
        clear: both;
        color: #666666;
        font-style: italic;
        margin: 10px 10px 20px 10px;
        padding: 10px 10px 10px 45px;
        font-family: Georgia,Times New Roman,serif;
    }

    .content-body-copy .comment-count {
        position: absolute;
        background-image: url(/Static/images/bubble.gif);
        background-repeat: no-repeat;
        color: #fff;
        height: 35px;
        right: -10px;
        top: -10px;
        display: none;
    }

        .content-body-copy .comment-count .comment-count-label {
            float: left;
            font-style: italic;
            font-family: Georgia,Times New Roman,serif;
            font-size: 11px;
            margin: 3px 7px 0 6px;
            -moz-box-shadow: 1px 1px 6px #444;
            -webkit-box-shadow: 1px 1px 6px #444;
            box-shadow: 1px 1px 6px #444;
            height: 20px;
        }

        .content-body-copy .comment-count .comment-count-number {
            float: right;
            font-weight: bold;
            font-size: 13px;
            margin: 0;
            padding: 3px 5px;
            font-family: "Interstate Black";
            background-color: #5D5D5D;
        }

    .content-body-copy .informational-separator {
        height: 1px;
        background-color: #e1e1e1;
        margin: 0 0 20px 0;
    }

    .content-body-copy .byline, .content-body-copy .tags {
        font-family: Georgia, Times New Roman, serif;
        font-style: italic;
        font-size: 11px;
        padding: 0 10px;
        color: #2c2c2c;
    }

        .content-body-copy .byline span {
            margin-left: 10px;
        }

        .content-body-copy .byline span, .content-body-copy .tags {
            color: #949494;
        }

        .content-body-copy .byline a {
            text-decoration: none;
        }

    .content-body-copy .tags {
        margin: 0 0 20px 0;
    }

        .content-body-copy .tags a {
            text-decoration: none;
        }

    .content-body-copy .case-study-tags {
        margin-bottom: 10px;
    }

    .content-body-copy .recommend-count {
        background: transparent url("/Static/images/recommend_icon.png") no-repeat scroll left top;
        margin: 0 10px 20px 10px;
        color: #949494;
        font-size: 11px;
        padding-left: 17px;
        display: none;
    }

    .content-body-copy .hero-image {
        margin: 0;
        line-height: 0;
        padding-bottom: 10px;
        text-align: center;
    }

        .content-body-copy .hero-image img {
            max-width: 100%;
        }

    .content-body-copy .why-hero {
        margin-bottom: 20px;
    }

    .content-body-copy .image-caption {
        font-family: Georgia,Times New Roman,serif;
        font-size: 11px;
        font-style: italic;
        color: #949494;
        margin: 10px 10px 20px 10px;
    }

    .content-body-copy .author-info {
        clear: both;
        font-family: Georgia,Times New Roman,serif;
        font-size: 11px;
        font-style: italic;
        color: #919191;
        margin: 0 10px 20px 10px;
    }

        .content-body-copy .author-info.member-contributed {
            font-family: Arial, Helvetica, Sans-Serif;
            font-style: normal;
            font-size: 10px;
            color: #919191;
            line-height: 16px;
        }

            .content-body-copy .author-info.member-contributed .author-bio {
                font-style: italic;
                font-size: 11px;
                line-height: 16px;
            }
    /*.content-body-copy .author-info span { color: #525252; }*/
    .content-body-copy .author-title {
        color: #525252;
    }

    .content-body-copy .author-info span.author-bio {
        color: #919191;
    }

    .content-body-copy .author-info p {
        display: inline;
        margin: 0;
    }

    .content-body-copy .image-carousel {
        line-height: 0;
        border-bottom: 1px solid #E1E1E1;
        margin-bottom: 20px;
    }

        .content-body-copy .image-carousel ul.thumbs {
            margin: 20px 0 0 0;
            padding: 0;
            width: 640px;
            height: 111px;
            overflow: hidden;
            list-style-type: none;
        }

            .content-body-copy .image-carousel ul.thumbs li {
                float: left;
                margin: 0 0 0 10px;
                padding: 0;
            }

        .content-body-copy .image-carousel .pagination {
            clear: both;
            margin: 0 10px;
            padding: 20px 0;
            line-height: 12px;
            color: #949494;
        }

        .content-body-copy .image-carousel .slideshow {
            background-color: #e8e8e8;
        }

            .content-body-copy .image-carousel .slideshow a {
                text-decoration: none;
            }

        .content-body-copy .image-carousel #controls .ss-controls {
            display: none;
        }

        .content-body-copy .image-carousel #controls .nav-controls {
            position: absolute;
        }

            .content-body-copy .image-carousel #controls .nav-controls .prev, .content-body-copy .image-carousel #controls .nav-controls .next {
                width: 35px;
                height: 37px;
                display: inline-block;
                text-decoration: none;
            }

            .content-body-copy .image-carousel #controls .nav-controls .prev {
                margin: 0 1px 0 0;
                background: url(/Static/images/slideshow_prev.png) no-repeat;
            }

            .content-body-copy .image-carousel #controls .nav-controls .next {
                background: url(/Static/images/slideshow_next.png) no-repeat;
            }

        .content-body-copy .image-carousel a.thumb img {
            border: solid 1px #B9B9B7 !important;
        }

        .content-body-copy .image-carousel .pagination span {
            margin-right: 12px;
        }

        .content-body-copy .image-carousel .pagination a {
            text-decoration: none;
            margin-right: 12px;
        }

            .content-body-copy .image-carousel .pagination a.next-page-link {
                margin: 0 0 0 10px;
                background: transparent url(/Static/images/page_right.png) no-repeat 0 5px;
            }

            .content-body-copy .image-carousel .pagination a.prev-page-link {
                margin: 0 20px 0 0;
                background: transparent url(/Static/images/page_left.png) no-repeat 0 5px;
            }

        .content-body-copy .image-carousel .caption-container {
            margin: 10px 10px 0 10px;
            line-height: 14px;
        }

        .content-body-copy .image-carousel span.image-caption {
            margin: 0;
        }

    .content-body-copy .case-study-details {
        margin: 0 10px;
        color: #000;
        display: table;
        border-top: 2px solid #000;
    }

        .content-body-copy .case-study-details .row {
            border-bottom: 1px solid #ccc;
        }

            .content-body-copy .case-study-details .row div {
                vertical-align: top;
                font-size: 13px;
                float: left;
                padding: 13px 40px 13px 0;
                line-height: 18px;
            }

                .content-body-copy .case-study-details .row div.field-name {
                    padding-bottom: 15px;
                    width: 100px;
                    font-family: Interstate;
                    font-weight: bold;
                    font-size: 12px;
                }

                .content-body-copy .case-study-details .row div.field-value {
                    max-width: 440px;
                }

                .content-body-copy .case-study-details .row div p, .content-body-copy .case-study-details .row div ul, .content-body-copy .case-study-details .row div h2, .content-body-copy .case-study-details .row div h3, .content-body-copy .case-study-details .row div h4, .content-body-copy .case-study-details .row div h5 {
                    margin-left: 0;
                    margin-right: 0;
                }

    .content-body-copy .medalist-details {
        margin: 0 10px;
        color: #000;
        display: table;
    }

        .content-body-copy .medalist-details .row {
            border-bottom: 1px solid #ccc;
        }

            .content-body-copy .medalist-details .row div {
                vertical-align: top;
                font-size: 13px;
                float: left;
                padding: 13px 40px 13px 0;
                line-height: 18px;
            }

                .content-body-copy .medalist-details .row div.field-name {
                    padding-bottom: 15px;
                    width: 100px;
                    font-family: Interstate;
                    font-weight: bold;
                    font-size: 12px;
                }

                .content-body-copy .medalist-details .row div.field-value {
                    max-width: 440px;
                }

                .content-body-copy .medalist-details .row div p, .content-body-copy .medalist-details .row div ul, .content-body-copy .medalist-details .row div h2, .content-body-copy .medalist-details .row div h3, .content-body-copy .medalist-details .row div h4, .content-body-copy .medalist-details .row div h5 {
                    margin-left: 0;
                    margin-right: 0;
                }

    .content-body-copy table.medalist-details {
        border-top: 0;
    }

    .content-body-copy .byline.case-study {
        border-bottom: solid 1px #e1e1e1;
        padding-bottom: 17px;
        margin-bottom: 17px;
    }

    .content-body-copy h1.case-study {
        margin-bottom: 0;
    }

    .content-body-copy .video-container {
        margin: 0 0 20px 0;
    }

    .video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 35px;
        height: 0;
        overflow: hidden;
    }

    .video-container embed, .video-container iframe{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    

    /* imported Photos in articles - from AIGA prev stylesheet */
    .content-body-copy div.photo {
        float: left;
        margin: .5em 15px 5px 10px;
        padding: 0;
    }

        .content-body-copy div.photo img {
            display: block;
        }

        .content-body-copy div.photo p {
            margin: 0;
            padding: 10px;
            font-size: 90%;
            line-height: 1.2em;
            font-style: italic;
            background: #f2f2f2;
            border-bottom: 1px solid #ccc;
        }

    .content-body-copy div.full {
        float: none;
        margin: 0 0 20px 0;
    }

    .content-body-copy div.half {
        width: 294px;
    }

    .content-body-copy div.third {
        width: 196px;
    }

    .content-body-copy div.quarter {
        width: 148px;
    }

    .content-body-copy div.alt {
        float: right;
        margin: 0 10px 5px 15px;
    }

    .content-body-copy div.generic { /* any width floated left */
        float: left;
        margin: .5em 20px 10px 0;
    }

    /* why design detail */
    .content-body-copy .question-number {
        color: #B9B08F;
    }

    .content-body-copy .byline.why-design {
        margin-bottom: 20px;
    }

/* resources page header */
#subnav.resources {
    margin: 0 0 21px;
}

    #subnav.resources .category-list {
        float: left;
        padding: 18px 0 0 20px;
    }

    #subnav.resources .content-type-list {
        float: left;
        padding: 18px 0 0 20px;
    }

    #subnav.resources span.title {
        font-weight: bold;
        color: #2B2B2B;
    }

    #subnav.resources .content-type-list .items-list ul li {
        color: #909090;
        font-size: 11px;
    }

        #subnav.resources .content-type-list .items-list ul li span {
            color: #8b6880;
        }

.top-copy.resources-copy {
    margin-bottom: 23px;
}

/* quick finder */
.interior-main.resources .interior-left {
    -moz-box-shadow: 0 0 0 #FFF;
    -webkit-box-shadow: 0 0 0 #FFF;
    box-shadow: 0 0 0 #FFF;
    background: none;
    border-top: none;
}

.quick-finder {
    border-top: solid 2px #2C2C2C !important;
}

    .quick-finder h2 {
        border-bottom: 1px solid #E1E1E1;
        color: #2C2C2C;
        font-family: "Interstate Ultra Black";
        font-size: 40px;
        line-height: 40px;
        margin: 8px 0 10px;
        padding: 0 10px 10px;
    }

    .quick-finder .go-button-container {
        clear: both;
    }

    .quick-finder .article-teaser {
        font-size: 11px;
        margin: 0 10px 20px;
        color: #525252;
        line-height: 18px;
    }

    .quick-finder .float-left {
        margin: 0 10px 0 10px;
        font-size: 11px;
    }

    .quick-finder h3 {
        font-family: "Interstate Black";
        font-weight: bold;
        color: #2C2C2C;
        margin: 0 0 10px 0;
        font-size: 10px;
    }

    .quick-finder .audience-dropdown {
        margin: 0 0 20px 0;
    }

    .quick-finder .categories-dropdown {
        margin: 0 0 20px 0;
    }

        .quick-finder .audience-dropdown select, .quick-finder .categories-dropdown input {
            background-color: #E1E1E1;
            border: solid 1px #C3C3C3;
            font-size: 11px;
            width: 215px;
            padding: 7px;
        }

    .quick-finder .audience-dropdown select {
        width: 230px;
    }

    .quick-finder .type-list {
        margin: 0 0 20px 0;
    }

        .quick-finder .type-list td {
            min-width: 110px;
        }

        .quick-finder .type-list input {
            border: 1px solid #E2E2E2;
            float: left;
            height: 20px;
            margin: 7px 10px 7px 0;
        }

        .quick-finder .type-list label {
            float: left;
            line-height: 34px;
        }

    .quick-finder .go-button-container {
        padding: 10px;
        border-top: solid 1px #E1E1E1;
    }

.interior-main.resources .interior-left .content-detail-widget {
    -moz-box-shadow: 2px 2px 10px #bbbbbb;
    -webkit-box-shadow: 2px 2px 10px #bbbbbb;
    box-shadow: 2px 2px 10px #bbbbbb;
    background-color: #fff;
    border-top: solid 1px #2c2c2c;
}

/* related landing widget */
.content-list-widget {
    margin-top: 15px;
    background: #fff;
    border-top: 2px solid #2C2C2C;
    -moz-box-shadow: 2px 2px 10px #BBBBBB;
    -webkit-box-shadow: 2px 2px 10px #BBBBBB;
    box-shadow: 2px 2px 10px #BBBBBB;
}

    .content-list-widget .list-meta {
        font-family: Georgia,Times New Roman,serif;
        font-size: 11px;
        font-style: italic;
        border-bottom: solid 1px #e1e1e1;
        padding: 8px 8px 17px 8px;
        color: #000;
    }

        .content-list-widget .list-meta span {
            color: #cc0000;
        }

    .content-list-widget .article-list {
        list-style-type: none;
        margin-top: 10px;
    }

        .content-list-widget .article-list li {
            margin: 0 0 10px 0;
            padding: 0;
            float: left;
            width: 310px;
            height: 150px;
            padding: 0 10px 10px 0;
            border-bottom: solid 1px #e1e1e1;
            overflow: hidden;
        }

            .content-list-widget .article-list li .article-summary-image {
                float: left;
                margin-right: 10px;
                width: 150px;
            }

        .content-list-widget .article-list li .article-summary-image img {
            width: 150px !important;
            height: 150px !important;
        }

        .content-list-widget .article-list li .teaser {
            float: left;
            width: 150px;
            height: 150px;
            overflow: hidden;
        }

            .content-list-widget .article-list li .teaser.no-summary {
                width: 300px;
                margin-left: 10px;
            }

            .content-list-widget .article-list li .teaser h3 {
                color: #B9B08F;
                font-family: "Interstate Ultra Black";
                font-size: 16px;
                line-height: 18px;
                margin-bottom: 6px;
                word-wrap: break-word;
            }

                .content-list-widget .article-list li .teaser h3 a {
                    color: #B9B08F;
                    text-decoration: none;
                }

            .content-list-widget .article-list li .teaser p {
                color: #000;
                font-family: Georgia,Times New Roman,serif;
                font-size: 11px;
                font-style: italic;
                line-height: 18px;
                margin: 0 0 5px 0;
            }

    .content-list-widget .list-paging {
        float: right;
    }

    .content-list-widget .article-utilities {
        border-top: 0;
        margin-top: 0;
        padding-top: 8px;
    }

.interior-main.landing .content-body-copy p:last-child {
    padding-bottom: 20px;
}

/* search */
.search-container h1 {
    margin: 35px 0 0 20px;
    font-weight: bold;
    font-size: 28px;
    color: #2a2a2a;
    font-family: "Interstate Ultra Black";
}

.search-container .left-nav {
    width: 150px;
    margin: 24px 0 0 20px;
    font-size: 11px;
    float: left;
    border-top: 2px solid #2B2B2B;
    padding-bottom: 12px;
}

    .search-container .left-nav h3 {
        margin: 8px 0 6px;
        font-family: "Interstate";
        font-size: 12px;
        color: #2B2B2B;
        font-weight: bold;
    }

    .search-container .left-nav ul {
        list-style: none;
        margin-bottom: 20px;
    }

        .search-container .left-nav ul li {
            margin-bottom: 5px;
            color: #909090;
        }

            .search-container .left-nav ul li span {
                color: #8B6880;
            }

    .search-container .left-nav .top-tags {
        color: #7A7A7A;
        margin-top: 20px;
        border-top: 1px solid #000;
    }

        .search-container .left-nav .top-tags ul {
            margin-bottom: 10px;
        }

        .search-container .left-nav .top-tags a {
            color: #525252;
        }

            .search-container .left-nav .top-tags a.more {
                color: #DA4D49;
                font-family: Georgia, Times New Roman, serif;
                font-style: italic;
            }

.search-container .search-results .search-term input {
    background-image: url(/Static/images/search_icon.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 100%;
    padding: 4px;
    border: solid 1px #C1C1C1;
    color: #525252;
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    box-sizing: border-box;
}

.search-container .search-results .search-term {
    margin: 0 0 8px 0;
    float: left;
    width: 100%;
}

.search-container .search-results {
    float: left;
    margin: 27px 0 0 20px;
    width: 940px;
}

.search-container .search-results-hidden {
    margin: 15px 0 20px 0;
    display: none;
}

.search-container #next-page {
    display: block;
    background: #7a7a7a;
    color: #fff;
    font-family: "Interstate", sans-serif;
    font-weight: normal;
    padding: 10px;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
}

.search-container .meta {
    clear: both;
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    margin: 0 0 15px 0;
}

    .search-container .meta span.highlight {
        color: #DA4D49;
    }

.search-container .search-results .sort {
    float: right;
}

    .search-container .search-results .sort .search-sort {
        background-color: #e1e1e1;
        border: solid 1px #C4C4C4;
        font-size: 11px;
        padding: 3px 5px;
        height: 24px;
    }

.search-container .search-results .results-pager, .search-container #navbar {
    clear: both;
    border-top: 1px solid #ADADAD;
    margin: 10px 0 18px 0;
    padding-top: 8px;
    text-align: right;
}

    .search-container .search-results .results-pager.bottom, .search-container #navbar {
        margin-top: 20px;
    }

        .search-container #navbar .ektronPaging {
            float: right;
        }

            .search-container #navbar .ektronPaging li {
                color: #929292;
                display: inline;
                font-size: 11px;
                line-height: 11px;
                margin-right: 7px;
            }

                .search-container #navbar .ektronPaging li a {
                    font-family: Arial,Helvetica,Tahoma,sans-serif;
                    font-size: 12px;
                    font-style: normal;
                    text-decoration: none;
                }

.search-container .search-results-list {
    -moz-box-shadow: 2px 2px 10px #BBBBBB;
    -webkit-box-shadow: 2px 2px 10px #BBBBBB;
    box-shadow: 2px 2px 10px #BBBBBB;
    background-color: #f8f8f8;
}

.search-container .search-results .result-item {
    clear: both;
    margin: 0 0 20px 0;
}

    .search-container .search-results .result-item .thumbnail {
        overflow: hidden;
        float: left; /*background-color: #F8F8F8;-moz-box-shadow: 2px 2px 10px #BBBBBB;-webkit-box-shadow: 2px 2px 10px #BBBBBB;box-shadow: 2px 2px 10px #BBBBBB;*/
        width: 150px;
    }

        .search-container .search-results .result-item .thumbnail img {
            width: 150px !important;
            height: auto !important;
        }

    .search-container .search-results .result-item .result {
        float: right; /*background-color: #fff;min-height: 161px;-moz-box-shadow: 2px 2px 10px #BBBBBB;-webkit-box-shadow: 2px 2px 10px #BBBBBB;box-shadow: 2px 2px 10px #BBBBBB;*/
        width: 790px;
    }

.search-container .result .title {
    color: #2c2c2c;
    margin: 20px 20px 10px 20px;
    font-family: Georgia,Times New Roman,serif;
    font-style: italic;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

    .search-container .result .title a {
        color: #2c2c2c;
        text-decoration: none;
    }

    .search-container .result .title.external a {
        padding-right: 25px;
        background: transparent url(/Static/images/right_arrow.png) no-repeat top right;
    }

.search-container .result .byline {
    color: #2C2C2C;
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    margin: 0 20px 16px 20px;
}

    .search-container .result .byline span {
        color: #949494;
        margin: 0 0 0 10px;
    }

.search-container .result .url {
    margin: 0 20px 10px 20px;
    color: #4F9EA6;
    font-size: 13px;
}

.search-container .result .teaser {
    margin: 0 20px 20px 20px;
    line-height: 19px;
    font-size: 13px;
    color: #525252;
}

.search-container .result .tags {
    margin: 5px 0 19px 20px;
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    color: #949494;
}

    .search-container .result .tags a {
        color: #919191;
    }

.search-container .result .comments-recommended {
    margin: 20px;
    font-size: 11px;
    color: #474747;
}

    .search-container .result .comments-recommended a {
        color: #4F9EA6;
        text-decoration: none;
    }

    .search-container .result .comments-recommended span {
        border-left: solid 1px #ababab;
        padding-left: 30px;
        margin-left: 10px;
        background: transparent url(/Static/images/recommend_icon.png) no-repeat 10px 0;
    }

.alternate-search .thumbnail {
    display: none;
}

.alternate-search .search-container .search-results-list {
    background: #f8f8f8;
    box-shadow: 2px 2px 10px #BBBBBB;
}

.alternate-search .search-container .search-results .result-item {
    background: transparent none;
    box-shadow: none !important;
    margin: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

    .alternate-search .search-container .search-results .result-item .result {
        float: none;
        width: 100%;
    }

.alternate-search .search-container .result {
    padding: 15px 0;
    margin: 0;
}

    .alternate-search .search-container .result .title {
        margin: 5px 20px 15px 20px;
        font-style: normal;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
    }

        .alternate-search .search-container .result .title a {
            color: #12c;
            text-decoration: underline;
        }

    .alternate-search .search-container .result .teaser {
        margin: 0 20px;
        font-size: 13px;
        line-height: 18px;
    }

    .alternate-search .search-container .result .url {
        font-size: 13px;
        margin: 10px 20px;
        color: #093;
    }

/* audience page */
.audience-main {
    width: 830px;
    background-color: #f5f5f5;
}

    .audience-main .audience-left {
        float: left;
        width: 470px;
        margin: 40px 0 20px 20px;
    }

    .audience-main .audience-right {
        float: right;
        width: 300px;
        margin: 40px 20px 20px 20px;
    }

.audience-welcome-message {
    line-height: 1em;
    font-family: "Interstate Ultra Black";
    color: #2c2c2c;
    font-size: 26px;
    margin: 0 0 20px 0;
}

    .audience-welcome-message span {
        color: #5184a3;
    }

.audience-welcome-message-body {
    margin: 0 0 25px 0;
    font-family: Georgia,Times New Roman,serif;
    font-size: 20px;
    line-height: 21px;
    color: #7a7a7a;
}

.audience-main-content {
    padding: 0 0 1px 0;
    border-top: solid 1px #000;
    background: #fff;
    -moz-box-shadow: 4px 4px 13px #bbbbbb;
    -webkit-box-shadow: 4px 4px 13px #bbbbbb;
    box-shadow: 4px 4px 13px #bbbbbb;
}

    .audience-main-content h2 {
        font-family: "Interstate Ultra Black";
        font-size: 40px;
        margin: 10px;
        color: #000;
    }

    .audience-main-content .image-caption {
        color: #949494;
        font-family: Georgia,Times New Roman,serif;
        font-size: 11px;
        font-style: italic;
        margin: 10px 10px 20px 10px;
    }

    .audience-main-content p {
        color: #525252;
        font-size: 12px;
        line-height: 17px;
        margin: 0 10px 20px 10px;
    }

    .audience-main-content span.number-item {
        font-family: "Interstate Ultra Black";
        font-size: 12px;
    }

.audience-main .audience-left .widget-container {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    position: inherit;
}

.quote-carousel-container {
    position: relative;
}

    .quote-carousel-container .quote-switcher {
        position: absolute;
        right: 0;
        top: -30px;
        height: 25px;
        -moz-box-shadow: 1px 3px 6px #444444;
        -webkit-box-shadow: 1px 3px 6px #444444;
        box-shadow: 1px 3px 6px #444444;
    }

        .quote-carousel-container .quote-switcher a.left {
            margin-right: 1px;
        }

    .quote-carousel-container li {
        display: none;
    }

.quote-carousel-item {
    position: relative;
}

    .quote-carousel-item .citation {
        position: absolute;
        top: -30px;
        right: 43px;
        background: url(/Static/images/quote_citation.png) no-repeat scroll 0 0 transparent;
        height: 35px;
    }

        .quote-carousel-item .citation p {
            color: #FFF;
            font-family: Georgia,Times New Roman,serif;
            font-size: 11px;
            font-style: italic;
            padding: 7px 30px 7px 7px;
            -moz-box-shadow: 1px 3px 6px #444444;
            -webkit-box-shadow: 1px 3px 6px #444444;
            box-shadow: 1px 3px 6px #444444;
        }

    .quote-carousel-item .text {
        font-family: Georgia,Times New Roman,serif;
        font-size: 42px;
        line-height: 48px;
        font-style: italic;
        color: #7ecfd3;
        margin: 20px 0;
    }

/* chapter feed */
#chapter-feeds-heading {
    float: right;
    width: 190px;
    background-color: #fff;
    padding-left: 10px;
    font-size: 11px;
    height: 23px;
    line-height: 26px;
    margin-bottom: 2px;
}

    #chapter-feeds-heading .bold-heading {
        font-family: "Interstate";
        font-weight: bold;
        padding-right: 10px;
        margin-right: 8px;
        border-right: 1px solid #c3c3c3;
        line-height: 10px;
    }

#chapter-feeds-rss {
    float: right;
}

#chapter-feed-items {
    width: 1000px;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: 25px;
    overflow: hidden;
    height: 80px;
    height: 78px;
}

    #chapter-feed-items li {
        float: right;
        clear: both;
        font-family: Georgia,Times New Roman,serif;
        font-size: 11px;
        font-style: italic;
        background-color: #fff;
        padding: 4px 10px 4px 10px;
        margin-bottom: 2px;
        line-height: 11px;
    }

        #chapter-feed-items li a {
            color: #000;
        }

            #chapter-feed-items li a.chapter-rss-link {
                position: absolute;
                right: 5px;
            }

.chapterfeed-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2998;
    background-color: rgba(181,177,142,.8);
}

#interior-chapter-feeds {
    float: right;
    position: relative;
    z-index: 1;
    margin: -100px 0 0;
}

#chapters-see-all {
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
}

/* conversations */
.conversations-main .conversations-right {
    left: 680px;
    margin: 0;
}

.conversations-left {
    width: 640px;
    margin: 0 20px;
    position: absolute;
}

    .conversations-left .post-add.top {
        border-top: 1px solid #2C2C2C;
        margin: 0 0 20px 0;
        background-color: #fff;
        -moz-box-shadow: 2px 2px 10px #bbbbbb;
        -webkit-box-shadow: 2px 2px 10px #bbbbbb;
        box-shadow: 2px 2px 10px #bbbbbb;
    }

    .conversations-left .post-add {
    }

    .conversations-left .conversation-threads {
        border-top: 1px solid #2C2C2C;
        background-color: #fff;
        -moz-box-shadow: 2px 2px 10px #bbbbbb;
        -webkit-box-shadow: 2px 2px 10px #bbbbbb;
        box-shadow: 2px 2px 10px #bbbbbb;
    }

    .conversations-left .conversation-item {
        clear: both;
        margin: 0 0 20px 0;
        border-top: solid 1px #E1E1E1;
    }

        .conversations-left .conversation-item .avatar {
            float: left;
            width: 106px;
        }

            .conversations-left .conversation-item .avatar img {
                width: 96px;
            }

        .conversations-left .conversation-item .conversation-text {
            float: left;
            width: 520px;
            padding-right: 10px;
        }

            .conversations-left .conversation-item .conversation-text .meta {
                font-size: 11px;
                margin: 7px 0 15px 0;
            }

                .conversations-left .conversation-item .conversation-text .meta a {
                    text-decoration: none;
                }

            .conversations-left .conversation-item .conversation-text .comment {
                font-size: 14px;
                margin: 0 0 20px 0;
                line-height: 18px;
            }

            .conversations-left .conversation-item .conversation-text .thread-link {
                font-size: 11px;
            }

                .conversations-left .conversation-item .conversation-text .thread-link a {
                    text-decoration: none;
                }

            .conversations-left .conversation-item .conversation-text .conversation-replies .comment {
                margin: 0;
            }

            .conversations-left .conversation-item .conversation-text .conversation-replies .conversation-text {
                width: 286px;
            }

            .conversations-left .conversation-item .conversation-text .conversation-replies {
                margin: 20px 0 0 0;
            }

            .conversations-left .conversation-item .conversation-text p {
                margin: 0 0 10px 0;
            }

            .conversations-left .conversation-item .conversation-text .comment ol, .conversations-left .conversation-item .conversation-text .comment ul {
                margin: 0 0 10px 40px;
            }

            .conversations-left .conversation-item .conversation-text .comment ol {
                list-style-type: decimal;
            }

            .conversations-left .conversation-item .conversation-text .comment ul {
                list-style-type: disc;
            }

        .conversations-left .conversation-item .conversation-replies .avatar {
            width: 58px;
        }

            .conversations-left .conversation-item .conversation-replies .avatar img {
                width: 48px;
            }

        .conversations-left .conversation-item .not-logged-in {
            font-size: 11px;
            color: #aaa;
        }

    .conversations-left .conversation-threads .results-pager {
        border-top: solid 1px #E1E1E1;
        padding: 20px 0;
    }

        .conversations-left .conversation-threads .results-pager .paging-list {
            float: left;
            margin-left: 10px;
        }

        .conversations-left .conversation-threads .results-pager .pager-meta {
            float: right;
            margin-right: 10px;
            font-size: 11px;
        }

    .conversations-left .conversation-threads .display-options {
        font-size: 11px;
    }

    .conversations-left .conversation-threads .sort-dropdown {
        float: left;
        margin: 10px;
    }

    .conversations-left .conversation-threads .per-page-dropdown {
        float: right;
        margin: 10px;
    }

        .conversations-left .conversation-threads .per-page-dropdown select {
            margin: 0 0 0 10px;
        }

        .conversations-left .conversation-threads .per-page-dropdown span {
            border-left: solid 1px #ACACAC;
            padding-left: 10px;
            margin-left: 10px;
        }

    .conversations-left .conversation-threads .display-options select {
        background-color: #E1E1E1;
        border: 1px solid #C4C4C4;
        font-size: 11px;
        height: 24px;
        padding: 3px 5px;
    }

    .conversations-left .post-add h1 {
        color: #2C2C2C;
        font-family: "Interstate Ultra Black";
        font-size: 28px;
        line-height: 28px;
        margin: 15px 10px;
    }

    .conversations-left .post-add .conversation-details {
        border-top: solid 1px #E0E0E0;
    }

    .conversations-left .post-add .avatar {
        float: left;
    }

        .conversations-left .post-add .avatar img {
            width: 96px;
        }

    .conversations-left .post-add .author-name {
        font-family: "Interstate Black";
        font-size: 10px;
        font-weight: bold;
        float: right;
        width: 535px;
        margin: 10px 0 0 0;
    }

    .conversations-left .post-add .comment-input {
        margin: 14px 10px 15px 0;
        height: 150px;
        width: 523px;
        float: right;
    }
    /*.conversations-left .post-add .comment-input textarea {border: 1px solid #fff;background-color: #fff;margin: 10px 10px;width: 500px;font-family:Georgia,Times New Roman,serif;font-size:15px;font-style: italic;color: #919191;height: 125px;}*/
    .conversations-left .post-add .comment-submit {
        float: right;
        margin-right: 10px;
    }

    .conversations-left .post-add .comment-policy {
        float: left;
        width: 390px;
        font-size: 10px;
        color: #919191;
        line-height: 15px;
        margin: 0 0 20px 106px;
    }

        .conversations-left .post-add .comment-policy a {
            font-family: Arial, Helvetica, Tahoma, sans-serif;
            font-style: normal;
            text-decoration: none;
            font-size: 10px;
        }

    .conversations-left .post-add.reply .comment-input {
        margin-right: 0;
    }

        .conversations-left .post-add.reply .comment-input textarea {
            margin-right: 10px;
        }

    .conversations-left .post-add.reply .comment-policy {
        margin: 0;
    }

    .conversations-left .post-add.reply .comment-submit {
        margin-right: 0;
    }

/* contact */
.content-body-copy .contact-table {
    width: 100%;
    max-width: 620px;
    border: 0;
}

.contact-table .table-cell {
    padding: 5px;
    vertical-align: top;
}

.contact-table .captchaButtons {
    text-align: center;
    padding: 5px;
}

    .contact-table .captchaButtons .g-recaptcha div {
        margin: 0 auto;
    }

.content-body-copy .contact-table td {
    vertical-align: top;
    padding: 0 0 15px 0;
    border: 0;
}

    .content-body-copy .contact-table td .form-element {
        width: 200px;
    }

    .content-body-copy .contact-table td.label-column {
        width: 260px;
    }

/* micro content submission */
.interior-left.post-micro-content {
    position: relative;
}

.post-micro-content .post-table {
    width: 100%;
    max-width: 620px;
    border-top: 0;
}

.post-table .table-row {
    display: table-row;
}

.post-micro-content .post-table td {
    vertical-align: top;
    border: 0;
}

.content-body-copy .post-table td {
    padding: 0 0 15px 0;
}

.post-micro-content .table-row .table-cell {
    display: table-cell;
}

.post-micro-content .label-cell {
    width: 125px;
}

.post-micro-content .counter.exceeded {
    color: Red;
}

.post-micro-content .success-message {
    color: Green;
}

.post-micro-content textarea {
    font-family: Arial, Helvetica, Sans-Serif;
    resize: none;
    font-size: 12px;
    line-height: 17px;
}

.narrow .micro-content h3 {
    margin-bottom: 8px;
}

/* 404 page */
.not-found-main {
    margin: 87px auto 223px;
    width: 950px;
}

.not-found-logo {
    float: left;
    margin: 5px 65px 0 0;
    font-size: 11px;
}

    .not-found-logo img {
        margin-bottom: 20px;
    }

.not-found-content {
    width: 625px;
    float: left;
}

.not-found-oops {
    font-family: "Interstate Ultra Black";
    font-size: 42px;
    line-height: 41px;
    color: #454545;
    margin: 0 0 15px;
}

.not-found-title {
    margin: 0 0 20px 0;
    font-size: 1.167em;
    font-weight: bold;
}

.not-found-description {
    font-family: Georgia,Times New Roman,serif;
    font-size: 18px;
    font-style: italic;
    color: #2c2c2c;
}

    .not-found-description a {
        text-decoration: none;
        color: #ff0000;
    }

    .not-found-description p {
        margin: 0 0 15px 0;
        line-height: 26px;
    }

    .not-found-description ul {
        margin: 0 0 15px 30px;
        line-height: 26px;
        list-style-type: disc;
    }

/* Disqus */
.article-comments {
    padding: 15px 0 0;
    border-top: 1px solid #2B2B2B;
}

#disqus_thread {
    margin: 0 10px;
}

    #disqus_thread h3 {
        font-family: "Interstate Ultra Black";
        font-size: 20px;
        color: #909090;
    }

#dsq-content #dsq-global-toolbar {
    margin: 0 !important;
}

#dsq-account-dropdown {
    display: none;
}

#dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap a {
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
}

    #dsq-content #dsq-toolbar-dropdown #dsq-toolbar-dropdown-wrap a:hover {
        color: #aaa;
    }

/* Popular Conversations Widget */
.popular-conversations h2 {
    color: #909090 !important;
    margin: 18px 11px 20px !important;
}

.popular-conversations li {
    border-top: 1px solid #EAEAEA;
    padding: 10px 15px;
    font-size: 11px;
    color: #919191;
    line-height: 17px;
}

    .popular-conversations li .byline {
        margin-top: 5px;
        color: #666;
    }

    .popular-conversations li .discussion-teaser a {
        color: #666;
        text-decoration: none;
    }

/* gotv landing */
.content-list-widget .article-list.gotv-list li .teaser .submission-name, .content-list-widget .article-list.gotv-list li .teaser .submitted-by {
    font-size: 16px;
    color: #B9B08F;
    font-family: "Interstate Ultra Black";
    line-height: 18px;
    margin-bottom: 6px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.content-list-widget .article-list.gotv-list li .teaser .submission-name {
    margin-bottom: 0;
}

    .content-list-widget .article-list.gotv-list li .teaser .submission-name a, .content-list-widget .article-list.gotv-list li .teaser .submitted-by a {
        color: #262525;
        text-decoration: none;
    }

.content-list-widget .article-list.gotv-list li .teaser .submitted-by a {
    color: #9b9b9b;
}

.content-list-widget .article-list.gotv-list li .teaser .chapter-name {
    color: #8cd6d9;
    line-height: 18px;
    font-family: Georgia, Sans-Serif;
    font-size: 11px;
    font-style: italic;
    margin: 0 0 5px 0;
}

.content-list-widget .article-list.gotv-list li .teaser p, .content-list-widget .article-list.gotv-list li .teaser .submission-summary {
    color: #525252;
    font-family: Georgia,Times New Roman,serif;
    font-size: 11px;
    font-style: italic;
    line-height: 16px;
    margin: 0 0 5px 0;
}

.medalist-details.gotv-details {
    width: 620px;
}

/* directory */
.directory-widget .content-body-copy table {
    border: 0;
    margin: 0;
}

    .directory-widget .content-body-copy table td {
        border: 0;
        padding: 10px;
    }

        .directory-widget .content-body-copy table td.gv-cell {
            padding: 0 10px;
        }

        .directory-widget .content-body-copy table td td {
            padding: 0;
        }

        .directory-widget .content-body-copy table td p {
            margin: 0;
            padding: 0;
        }

        .directory-widget .content-body-copy table td.designerLeft {
            width: 105px;
        }

    .directory-widget .content-body-copy table th {
        font-style: normal;
        font-family: Arial, Helvetica, Sans-Serif;
    }

.directory-widget .table-cell {
    padding: 10px;
}

.directory-widget .first-column .table-cell:first-child {
    text-align: right;
    min-width: 105px;
}

.directory-widget .inputItem {
    width: 200px;
}

.directory-widget .status {
    color: red;
    font-style: italic;
    font-size: 107%;
}

.directory-widget span.numCount {
    display: block;
    float: left;
}

.directory-widget div.results {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 11px;
    color: #666;
}

.directory-widget .content-body-copy table tr.tableRow td {
    border-bottom: solid 1px #e8e8e8;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
}

    .directory-widget .content-body-copy table tr.tableRow td a:link, tr.tableRow td a:visited {
        text-decoration: none;
    }

    .directory-widget .content-body-copy table tr.tableRow td a:hover {
        text-decoration: underline;
    }

.directory-widget .content-body-copy table tr.tableHeader th {
    border-top: solid 2px #000;
    border-bottom: solid 1px #000;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 11px;
}

    .directory-widget .content-body-copy table tr.tableHeader th a:link, tr.tableHeader th a:visited {
        color: #000;
        text-decoration: none;
    }

.directory-widget ul.paging {
    margin: 0;
    padding: 0;
    height: 16px;
    float: right;
}

    .directory-widget ul.paging li {
        margin: 0;
        list-style-type: none;
        display: inline;
    }

        .directory-widget ul.paging li select {
            margin: 0;
        }

.directory-widget td.designerLeft {
    width: 100px;
    text-align: right;
}

.directory-widget .bodyContent a:link, .bodyContent a:visited {
    color: #CC3300;
}

.directory-widget .bodyContent a:hover {
    color: #990000;
}

.directory-widget tr.pagerRow td input {
    margin: 5px 5px 5px 0;
}

@media screen and (max-width:768px) {
    .directory-widget .table-row, .directory-widget .table-row .table-cell {
        display: block;
    }

    .directory-widget .first-column .table-cell:first-child {
        text-align: left;
        padding: 0 0 0 10px;        
    }

    .directory-widget .inputItem {
        width: 100%;
    }
}

/* benefits table */
.content-body-copy .flip-scroll table {
    margin: 15px 5px;
    padding: 0;
    border-collapse: collapse;
    border: 0;
    width: 620px;
}

    .content-body-copy .flip-scroll table td, .content-body-copy .flip-scroll table th {
        padding: 2px 4px;
        border: 0;
        border: 1px solid #fac0c2;
        font-size: 11px;
        line-height: 14px;
        text-align: left;
    }

        .content-body-copy .flip-scroll table td.bold-title {
            font-weight: bold;
        }

        .content-body-copy .flip-scroll table td.sustaining-column, .content-body-copy .flip-scroll table th.sustaining-column {
            background: #fcdada;
        }

        .content-body-copy .flip-scroll table td.bullet-center {
            vertical-align: middle;
            text-align: center;
        }

    .content-body-copy .flip-scroll table th {
        vertical-align: top;
        font-family: Arial, Helvetica, sans-serif;
        font-style: normal;
        color: inherit;
    }

.content-body-copy .flip-scroll.mobile-only {
    display: none;
}

.content-body-copy .flip-scroll.desktop-only th.first-column {
    vertical-align: bottom;
}

.content-body-copy .flip-scroll.desktop-only th {
    font-weight: normal;
}

/* member benefits */
.content-body-copy .table-replacement {
    border-top: 2px solid #404040;
    margin: 0 10px 15px 10px;
    width: 620px;
    color: #000;
    table-layout: fixed;
}

    .content-body-copy .table-replacement .table-row {
        border-bottom: 1px solid #ccc;
        clear: both;
    }

        .content-body-copy .table-replacement .table-row.full-width {
            padding: 13px 0;
        }

        .content-body-copy .table-replacement .table-row .table-column {
            padding: 13px 40px 13px 0;
            float: left;
            width: 460px;
        }

            .content-body-copy .table-replacement .table-row .table-column.first-column {
                width: 80px;
            }

/* map */
.tooltip {
    background: #fff;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    width: 150px;
    padding: 10px;
}

/* drop class style */
span.drop {
    font-size: 3.2em;
    display: inline-block;
    padding-top: 13px;
    font-family: "Interstate Ultra Black";
}

/* drop class float */
span.drop-float {
    font-size: 3.2em;
    display: inline-block;
    padding-top: 13px;
    font-family: "Interstate Ultra Black";
    float: left;
    padding-bottom: 10px;
    padding-right: 5px;
}


@media screen and (min-width: 1448px) { /* if display between 1314 - 1484, set column container widths */
    .interior-main.gotv-landing .interior-right .wide {
        display: block !important;
    }
}

/* Home Page Floats */
/*.full-main .narrow { margin-top: -15px; }*/

@media screen and (max-device-width: 480px) { /* Prevent iOS, WinMobile from adjusting font size */
    html {
        -webkit-text-size-adjust: none;
        -ms-text-size-adjust: none;
    }
}

@media screen and (min-width: 1130px) and (max-width: 1421px) {
    .full-main .wide {
        width: 980px;
    }

    .full-main .narrow.col3 {
        clear: left;
        margin-top: 0;
    }

    .full-main .wide .col1,
    .full-main .wide .col2 {
        float: left;
    }

    .full-main .wide .col3,
    .full-main .wide .col4 {
        float: right;
    }

    .full-main .wide .col4 {
        width: 490px;
    }
}

@media screen and (min-width: 1422px) and (max-width: 1590px) {
    .full-main .wide {
        width: 1300px;
    }

        .full-main .wide .col3 {
            width: 320px;
        }

        .full-main .wide .col4,
        .full-main .narrow.col3 {
            clear: left;
        }

    .full-main .narrow.col3 {
        margin-top: 0;
    }
}

@media screen and (min-width: 1591px) and (max-width: 1884px) {
    .full-main .wide {
        width: 1473px;
    }

        .full-main .wide .col4 {
            clear: left;
        }
}

@media screen and (min-width: 1885px) {
    .full-main .wide {
        width: 1790px;
    }
}

/* Medalist Bio/Article Author */
.content-body-copy .byline span[itemprop="name"],
.content-body-copy .byline span[itemprop="author"] {
    margin-left: 0px;
    color: #2c2c2c;
}

/* Updates By EpiServer */

.data-list {
    border-top: 2px solid #000;
    padding-top: 10px;
    margin: 0 20px;
}

    .data-list .data-item {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
    }

        .data-list .data-item:last-child {
            border-bottom: none;
            padding-bottom: 5px;
        }

.table-block {
    display: table;
    width: 100%;
}

.table-row {
    display: table-row;
}

    .table-row .table-cell {
        display: table-cell;
    }

@media screen and (max-width:520px) {
    .table-row, .table-row .table-cell {
        display: block;
    }

        .table-row .table-cell {
            padding-bottom: 0;
        }

            .table-row .table-cell + .table-cell {
                padding-top: 0;
                padding-bottom: 10px;
            }
}

#student-group-list-view .table-sort {
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

#student-group-list-view .table-row {
}

    #student-group-list-view .table-row .table-cell {
        padding: 0 10px 0 10px;
    }

        #student-group-list-view .table-row .table-cell .listing {
            border-bottom: 1px solid #ccc;
            margin-bottom: 15px;
            padding-bottom: 10px;
        }

    #student-group-list-view .table-row:last-child .table-cell .listing {
        border-bottom: none;
        padding-bottom: 0px;
    }


    #student-group-list-view .table-row .table-cell .list-heading {
        width: 100%;
    }



@media screen and (max-width:578px) {

    #student-group-list-view .table-row .table-cell .list-heading span {
        display: block;
    }

    #student-group-list-view .table-row .table-cell .list-heading .listing-order {
        position: static;
    }

    .search-resources .resource-results .resource-item .thumbnail {
        display: none;
    }

    .search-resources .resource-results {
        width: 100%;
    }

        .search-resources .resource-results .resource-item .result {
            float: none;
            width: 100%;
            padding-top: 5px;
        }

    .search-resources .resource-filters {
        width: 100%;
    }

    .search-resources .filter-toggle {
        display: block;
    }
}

@media screen and (min-width:579px) {
    .search-resources .resource-filters {
        display: block !important;
        float:left;
    }
}

@media screen and (max-width: 1447px) {
    .interior-top {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .content-body-copy .table-replacement {
        width: auto;
    } 
}



.horinzontal-scroll {
    overflow-x: auto;
}