﻿/* ------------------------------- *\
        Layout Contents
    Created:August 20, 2013
    Updated:September 11, 2013
\* ------------------------------- */
/*
    $Contents.......................Table of Contents
    $RadEditor......................Empty styles for rad HTML Editor
    $Reset..........................Reset styles
    Global Styles...................Stuctural layouts
        $Seasonal...................Seasonal classes
        $Contact....................Contact classes
        $Structual..................Block classes
        $SiteNav....................Sitenav classes
        $Breadcrumbs................Breadcrumb classes
        $Search.....................Seach classes
        $AwesomeBar.................Page Bar Classes
        $DefaultContent.............Default Content Region Classes
        $LeftNav....................Left Navigation Classes
        $Footer.....................Footer Classes
        $Misc.......................Misc Global Classes
    Specific Styles.................Modular styles for widgets, custom pages, randomness
        $SideBar....................Sidebar Widget
        $MyTabs....................
        $Feedback...................Feedback form
        $CustomNavi.................
        $BBAProfiles................BBA Profiles
        $ShowHide...................
        $Drapes.....................Give Drapes
        $WidgetLock................
        $NewsFeed..................
        $NavWidget.................
        $AnimatedMenu..............
        $InformationBox............Career Services
        $TertiaryHeader............
        $DepartmentPages...........
        $MasonryRSS................JQuery Masonry RSS Classes
        $International.............International Programs
    $PrettyPhoto...................JQuery Pretty Photo Classes
	$JSFallback....................js fallback fixes
*/



/* ------------------------------- *\
        $RadEditor
    EMPTY STYLES FOR RAD HTML EDITOR
	(reorder these to reorder CSS Class dropdown)
\* ------------------------------- */
.img-border {
}

.img-left {
}

.img-right {
}

.img-left-noBorder {
}

.img-right-noBorder {
}

ul.check {
}

a.external {
}

.button-link {
}

.link-button-orange {
}

.link-button-orange-container-center {
}

.lightbox {
}

.blockquote {
}

.blockquote-odd {
}

.sortable {
}

.no-zebra {
}

.blank-table {
}

.full-border-table {
}

.table-left {
}

.table-right {
}

.nav-container {
}

.col-half {
}

.col-third {
}

.clear {
}
/* ------------------------------- *\
        $RadCalendar 
    Overrides
\* ------------------------------- */
/*14.11.03 - gmertens - accessibility - Added as a workaround for double lablels showing on calendar - fixed in sitecore 7? */
.riContentWrapper {
    width: 100% !important;
}
/*14.11.03 - gmertens - accessibility - Added as a workaround for double lablels showing on calendar - fixed in sitecore 7? */
.RadPicker td span label {
    display: none !important;
}
/*14.11.03 - gmertens - accessibility - Added as a workaround for double lablels showing on calendar - fixed in sitecore 7? */
label[id*="RadDatePicker"] {
    font-weight: bold;
    font-size: 13px;
}

/* ------------------------------- *\
        $RadCalendar 
    Overrides
\* ------------------------------- */
/*14.11.03 - gmertens - accessibility - Added as a workaround for double lablels showing on calendar - fixed in sitecore 7? */
.riContentWrapper {
    width: 100% !important;
}
/*14.11.03 - gmertens - accessibility - Added as a workaround for double lablels showing on calendar - fixed in sitecore 7? */
.RadPicker td span label {
    display: none !important;
}
/*14.11.03 - gmertens - accessibility - Added as a workaround for double lablels showing on calendar - fixed in sitecore 7? */
label[id*="RadDatePicker"] {
    font-weight: bold;
    font-size: 13px;
}

/* ------------------------------- *\
        $Basics
\* ------------------------------- */
.RadEContentBordered {
    background: #fff !important;
    font-family: Cambria,Georgia,Serif;
    filter: none !important;
}

body {
    /*14.11.03 - gmertens - uncommented. Did i accidently comment this out?*/
    background: #d9d9d9; /*old browsers*/
    background: -moz-linear-gradient(top, #d9d9d9 0, #CDCDCD 100%); /*firefox*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#d9d9d9), color-stop(100%,#CDCDCD)); /*webkit*/
    background: -o-linear-gradient(left, #d9d9d9 0,#cdcdcd 100%); /* opera */
}

    /*14.11.03 - gmertens - uncommented. Did i accidently comment this out?*/
    body.myMcCombs {
        background: url("/assets/themes/default/images/body-bg-00.jpg") no-repeat scroll 0 30px #362424;
    }

    /*14.11.03 - gmertens - uncommented. Did i accidently comment this out?*/
    body.myMcCombs {
        background: url("/assets/themes/default/images/body-bg-00.jpg") no-repeat scroll 0 30px #362424;
    }

/*.content {}*/



/* ------------------------------- *\
        $Seasonal
\* ------------------------------- */
.halloween {
    position: absolute;
    top: -13px;
    left: 140px;
    z-index: 15000;
}



/* ------------------------------- *\
        $Contact
\* ------------------------------- */
.contact {
    width: 90%;
    padding: 1em;
}

    .contact img {
        float: left;
        position: relative;
    }

.info {
    float: left;
    position: relative;
    width: 50%;
    margin-left: -10px;
}

    .info p {
        font-size: .9em;
        margin: 0;
    }

    .info h4 {
        margin: 0 0 10px;
    }



/* ------------------------------- *\
        $Structual
\* ------------------------------- */
/*body {}*/

#wrapper {
    position: inherit;
}

#header {
    -webkit-box-shadow: 0 1px 2px #707070;
    -moz-box-shadow: 0 1px 2px #707070;
    box-shadow: 0 1px 2px #707070;
    background: none repeat scroll 0 0 #FFFFFF;
    height: 60px;
    position: relative;
    width: 100%;
}

    #header a img {
        left: 0;
        position: relative;
        top: 12px;
        -webkit-transition: -webkit-box-shadow 0.4s ease-out 0s;
        -moz-transition: -moz-box-shadow 0.4s ease-out 0s;
        transition: box-shadow 0.4s ease-out 0s;
    }

    #header a:hover img {
        -webkit-box-shadow: 0 1px 6px #666;
        -moz-box-shadow: 0 1px 6px #666;
        box-shadow: 0 1px 6px #666;
    }

    #header a.ut-link {
        background: url("/assets/themes/default/images/wordmark-ut.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 23px;
        font-size: 24px;
        font-weight: bold;
        position: absolute;
        right: 329px;
        text-indent: -9999px;
        top: 23px;
        width: 367px;
    }

    #header a.mccombs-link {
        background: url("/assets/themes/default/images/wordmark-mccombs.png") no-repeat scroll 0 0 transparent;
        display: block;
        height: 23px;
        position: absolute;
        right: 0;
        text-indent: -9999px;
        top: 23px;
        width: 329px;
    }

#mor-header #header h1 a {
    background: url("/assets/themes/default/images/mor-wordmark.png") no-repeat scroll 0 0 transparent;
    width: 518px;
}

.execEdHeader {
    margin-bottom: 60px;
}

#egade-header {
    background: none repeat scroll 0 0 #666666;
    border-top: 1px solid #C6C6C6;
    height: 59px;
    position: relative;
    width: 100%;
}

    #egade-header h1 {
        margin: 0;
    }

        #egade-header h1 a.egade-link {
            /*background: url("/assets/themes/default/images/egade.png") no-repeat scroll 0 0 transparent; logo changed - 10.14.14 - gmertens*/
            /*background: url("/assets/themes/default/images/egade-2014.png") no-repeat scroll 0 0 transparent; logo removed, added as an image that can be changed via sitecore - 10.21.14 - gmertens*/
            display: block;
            /*height: 52px;*/
            height: 48px;
            position: absolute;
            right: 10px;
            text-indent: -9999px;
            /*top: 2px; moved down for new logo - 10.14.14.a gmertens*/
            top: 4px;
            /*width: 154px; changed width for new logo - 10.14.14 - gmertens*/
            width: 263px;
        }

    #egade-header .egadeLogoImage {
        position: absolute;
        right: 0;
        height: 48px;
    }

.title-bar {
    height: 60px;
    position: relative;
    width: 980px;
    margin: 0 auto;
}



/* ------------------------------- *\
        $SiteNav
\* ------------------------------- */
#site-nav {
    font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    margin: 0 auto;
    position: relative;
    width: 980px;
    z-index: 9999;
}

.js #site-nav {
    height: 60px;
}

#quick-menu-area {
    position: relative;
    top: 20px;
    width: 130px;
    z-index: 9999;
}

.js #quick-menu-area {
    height: 23px;
}

.quick-menu {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: url("/assets/themes/default/images/mccombs-logo-only-large.png") no-repeat scroll 932px 282px #FFFFFF;
    border: 1px solid #C6C6C6;
    padding-bottom: 15px;
    overflow: hidden;
    width: 978px;
    z-index: 9997;
    display: block;
}

.js .quick-menu {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
}

.debug {
    color: #6a6a6a;
}

.quick-menu-toggle {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #E0E0E0; /* old browsers */
    background: -moz-linear-gradient(top, #e9e9e9 0, #f1f1f1 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#e9e9e9), color-stop(100%,#f1f1f1)); /* webkit */
    background: -o-linear-gradient(top, #e9e9e9 0,#f1f1f1 100%); /* opera */
    border: 1px solid #C6C6C6;
    /*color: #808080; color darkened for accessibility 19.09.14 gmertens*/
    color: #6a6a6a;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 100;
    height: 21px;
    line-height: 21px;
    position: relative;
    text-align: center;
    width: 130px;
    z-index: 9998;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#f1f1f1',GradientType=0 ); /* ie */
}

    .quick-menu-toggle.qm-active {
        background: none repeat scroll 0 0 #FFFFFF;
        border-bottom: medium none;
        color: #868686;
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

.quick-menu ul, .quick-menu a {
    position: relative;
}

.quick-menu li {
    background: none repeat scroll 0 0 transparent;
    list-style: none outside none;
}

.main-nav {
    padding: 10px 0;
}

    .main-nav ul {
        float: left;
        font-size: 16px;
        font-weight: bold;
        margin: 0 0 0 15px;
        position: relative;
        width: 225px;
    }

        .main-nav ul ul {
            float: none;
            font-size: 14px;
            font-weight: normal;
            margin: 0;
            padding-bottom: 10px;
            width: 100%;
        }

    .main-nav li {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        font-size: 12px;
    }

    .main-nav a {
        color: #303030;
        display: inline-block;
        letter-spacing: 1px;
        outline: medium none;
        text-decoration: none;
        text-transform: uppercase;
        width: 223px;
    }

    .main-nav ul ul a {
        border-bottom: 1px dotted #E6E6E6;
        color: #C75B12;
        letter-spacing: 0;
        line-height: 16px;
        padding: 4px 0 4px 3px;
        text-transform: none;
        width: 220px;
    }

    .main-nav a:hover {
        background-color: #E0E0E0; /* old browsers */
        background-image: -moz-linear-gradient(top, #E0E0E0 0, #E9E9E9 100%); /* firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#E0E0E0), color-stop(100%,#E9E9E9)); /* webkit */
        background-image: -o-linear-gradient(top, #E0E0E0 0,#E9E9E9 100%); /* opera */
        color: #000000;
    }

    .main-nav span {
        color: #AA9C8F;
        display: block;
        font-size: 11px;
        line-height: 12px;
    }

#page {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-box-shadow: 0 0 1px #303030;
    -moz-box-shadow: 0 0 1px #303030;
    box-shadow: 0 0 1px #303030;
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    padding: 0;
    width: 980px;
    z-index: 2;
}

    /*#page.wide {}*/

    #page.full {
        background: none repeat scroll 0 0 #FFFFFF;
    }

#home #page {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 0;
    margin-bottom: 40px;
}

#skipNavigationLink, #sectionNav {
    border: 0 solid red;
    color: #00264D;
    left: -1000px;
    position: absolute;
    text-decoration: none;
}



/* ------------------------------- *\
        $Breadcrumbs
\* ------------------------------- */
#breadcrumb {
    /*background-color: #c75b12; darkend for accessibility - 10.16.14 - gmertens*/
    background-color: #c04d00;
    height: 35px;
    position: relative;
    font-family: Georgia, serif;
    font-size: 11px;
    font-style: italic;
    color: white;
    margin-bottom: 0;
    z-index: 0;
}

.BBA #breadcrumb {
    background-color: #244363;
}

#breadcrumb p {
    font-family: Cambria,Georgia,serif;
    line-height: 0;
    margin: 0 0 0 20px;
    padding: 15px;
    text-indent: -13px;
    font-size: 12px;
    font-style: italic;
}

#breadcrumb span {
    /*color: #C75B12; lightened for accessibility - 10.15.14 - gmertens - changed to white for when against burt orange back*/
    color: #ffffff;
    padding-right: 5px;
}

#breadcrumb a {
    color: white;
    padding-right: 5px;
}

    #breadcrumb a:hover {
        color: navy;
    }



/* ------------------------------- *\
        $Search
\* ------------------------------- */
.site-search {
    float: right;
    position: relative;
}

.search-toggle {
    background: url("/assets/themes/default/images/search.png") no-repeat scroll left 50% transparent;
    cursor: pointer;
    display: block;
    height: 36px;
    position: relative;
    text-indent: -9999px;
    top: -5px;
    width: 36px;
}

    .search-toggle:hover {
        background: url("/assets/themes/default/images/search-over.png") no-repeat scroll left 50% transparent;
    }

.search-area {
    text-align: right;
    width: 267px;
}

    .search-area label {
        height: 1px;
        left: -10000px;
        overflow: hidden;
        position: absolute;
        top: auto;
        width: 1px;
    }

    .search-area p {
        margin: 0;
    }

#searchForm {
    border: medium none;
    margin: 0;
    padding: 0;
}

/* #Search targets text input field */
input#Search {
    background: none repeat scroll 0 0 #BFBFBF;
    color: #EFEFEF;
    width: 180px;
}

    input#Search:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #000000;
    }

/*input.search {}*/ /* targets the search button */

input.searchbox {
    background: none repeat scroll 0 0 #E1E1E1;
    color: #707070;
    width: 180px;
    font-size: 11px;
}

    input.searchbox:focus {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #000000;
    }

.search-area .button, .old-search .button {
    border: 0 none;
    color: #244363 !important;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-left: 2px;
    padding: 0;
    width: 50px;
}

#searchpage {
    width: 710px;
}

.resultsrange {
    font-weight: bold;
}

.searchpaging a {
    border: 1px solid #CDCDCD;
    display: inline-block;
    padding: 0 7px;
}

    .searchpaging a:hover {
        background: none repeat scroll 0 0 #616161;
        color: #FFFFFF;
    }

    .searchpaging a[disabled="disabled"] {
        display: none;
    }

    .searchpaging a.selectedpage {
        background: none repeat scroll 0 0 #CDCDCD;
    }

#searchresultslist table {
    margin-top: 0;
}

td.SearchResultsArticles {
    border-bottom: medium none;
    padding: 10px 0;
}

.searchresultstitle {
    font-size: 18px;
}

.searchweight {
    font-size: 14px;
}

.searchresultsurl {
    color: #B7AD66;
}

.old-search {
    text-align: center;
}

    .old-search .button {
        font-family: Interstate, Calibri,Trebuchet MS,Sans-Serif;
    }


/* ------------------------------- *\
        $AwesomeBar
\* ------------------------------- */
.awesome-bar {
    margin: 0 0 0 0;
    position: relative;
    width: 980px;
}

.awesome-bar-title {
    -moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #FFF; /* old browsers */
    background: -moz-linear-gradient(top, #FFF 0, #e0e0e0 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#FFF), color-stop(100%,#e0e0e0)); /* webkit */
    background: -o-linear-gradient(top, #FFF 0,#e0e0e0 100%); /* opera */
    -webkit-box-shadow: 0 2px 5px 0 #414141;
    -moz-box-shadow: 0 2px 5px 0 #414141;
    box-shadow: 0 2px 5px 0 #414141;
    height: 50px;
    position: relative;
    z-index: 1;
}

.awesome-bar-breadcrumbs {
    background-color: #c75b12;
    height: 35px;
    position: relative;
    font-family: Calibri, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
}

    .awesome-bar-breadcrumbs a {
        color: white;
    }

    .awesome-bar-breadcrumbs p {
        margin: 0 0 0 10px;
        padding: 5px;
    }

    .awesome-bar-breadcrumbs span {
        padding: 0 3px 0 3px;
    }

#my .awesome-bar-content {
    color: #AA9C8F;
}

.MPA .awesome-bar-title {
    color: #B7AD66;
}

.MBA .awesome-bar-title {
    color: #eaab00;
}

.BBA .awesome-bar-title {
    color: #244363;
}

.awesome-bar-toggle {
    background: url("/assets/themes/default/images/nav-toggle-up.png") no-repeat scroll 50% 50% transparent;
    cursor: pointer;
    display: block;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    z-index: 1;
}

.awesome-bar-toggle-active {
    background-image: url("/assets/themes/default/images/nav-toggle-down.png");
}

.section-head {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 50px;
    margin: 0;
}

.awesome-bar .section-head {
    /*color: #808080 !important;  modified for accessibility 10.14.14 - gmertens*/
    color: #6a6a6a !important;
    font-family: Interstate, Calibri,Trebuchet MS,Arial,sans-serif !important;
    font-size: 16px /* 20px */;
    font-weight: 900;
    letter-spacing: 2px;
    left: 20px;
    line-height: 50px;
    position: absolute;
    top: 0;
    text-shadow: 0 1px 1px #fff;
}

.awesome-bar-content {
    background: none repeat scroll 0 0 #FFF;
    height: 300px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
}

.awesome-bar-content-short {
    width: 755px;
    height: 280px;
    overflow: hidden;
    position: relative;
    float: right;
    background: url('/assets/themes/default/images/left-shadow.png') no-repeat left;
}

    .awesome-bar-content-short img {
        float: right;
    }

.captions {
    background: none repeat scroll 0 0 #000000;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    margin-top: -67px;
    min-height: 50px;
    width: 724px;
    float: right;
    padding: 8px;
}

.awesome-bar-content-short p {
    color: white;
}




/* ------------------------------- *\
        $DefaultContent
\* ------------------------------- */
.content {
    width: 980px;
}

.narrow .content {
    float: right;
    margin: 0 30px;
    width: 490px;
}

.execed .content {
    float: right;
    margin: 0 10px;
    width: 475px;
    font-size: 14px;
}

.wide .content {
    float: right;
    margin: 0 30px;
    width: 720px;
}

.full .content {
    width: 920px;
    margin: 0 30px;
}

/* the next two styles are specific to narrow pages, forcing the breadcrumb not to wrap and then adjusting the h1 to compensate for margin issues */
.narrow #breadcrumb {
    position: absolute;
}

.narrow h1#content {
    margin-top: 33px;
}

.col-half {
    float: left;
    margin-right: 3%;
    width: 47%;
}

.col-third {
    float: left;
    margin: 0 1% 0 0;
    width: 31%;
}

.secondary {
    background: #fff;
    border: 1px solid gray;
    border-top: 5px solid gray;
    clear: both;
    display: inline-block;
    float: right;
    font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 20px 20px;
    padding: 0 10px 10px;
    width: 180px;
}

.tab-pane .secondary {
    margin-top: 20px;
}

.related {
    margin: 20px 0;
}

#content-footer {
    border-top: 1px solid #CDCDCD;
    color: #244363;
    font-family: Interstate, Calibri,Trebuchet MS,Sans-Serif;
    font-size: 12px;
    margin: 100px 0 60px;
    padding-top: 10px;
    position: relative;
}



/* ------------------------------- *\
        $LeftNav
\* ------------------------------- */
#navigation {
    float: left;
    font-family: Interstate, Calibri, trebuchet ms, sans-serif;
    font-weight: normal;
    margin: 0;
    position: relative;
    width: 190px;
    margin-top: 10px;
    padding-left: 10px;
}

    #navigation ul {
        margin: 0;
    }

        #navigation ul ul {
            border: medium none;
            padding: 0;
            margin: 0;
        }

    #navigation li {
        font-size: 14px;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        background: none;
    }

        #navigation li a {
            color: #000;
            display: block;
            font-size: 13px /* 14px */;
            line-height: 16px;
            padding: 5px;
            position: relative;
            text-decoration: none; /*-moz-transition: all .3s ease 0s;*/
        }

            #navigation li a:hover {
                background-color: #E0E0E0; /* old browsers */
                background-image: -moz-linear-gradient(top, #E0E0E0 0, #E9E9E9 100%); /* firefox */
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#E0E0E0), color-stop(100%,#E9E9E9)); /* webkit */
                background-image: -o-linear-gradient(top, #E0E0E0 0,#E9E9E9 100%); /* opera */
                text-shadow: 0 0 0 transparent, 0 1px 1px #fff;
            }

    #navigation .nav-top a {
        /*color: #c75b12; darkened to burnt Orange for accessibility - 10.15.14 - gmertens*/
        color: #c04d00;
        font-weight: bold;
        border: 0;
        text-transform: uppercase;
        letter-spacing: 3px;
    }

    #navigation .nav-level2 a {
        padding-left: 5px;
        font-weight: normal;
        border-top: 1px solid #d0d0d0;
        text-transform: none;
        letter-spacing: 0;
        color: #2f2f2f;
    }

    #navigation .nav-level3 a {
        font-weight: normal;
        padding-left: 15px;
        border: 0;
    }

    #navigation .nav-level4 a {
        padding-left: 25px;
        font-style: italic;
    }

    #navigation .nav-level5 a {
        font-style: italic;
        padding-left: 35px;
    }

    #navigation .nav-level6 a {
        padding-left: 45px;
    }

    #navigation .nav-level7 a {
        padding-left: 55px;
    }

    #navigation .nav-level8 a {
        padding-left: 65px;
    }

    #navigation li a.nav-open {
        font-weight: bold;
        position: relative;
    }

    #navigation li a.current {
        font-weight: bold;
    }

    #navigation li.nav-top a.current {
        /*color: #c75b12; darkened for accessibility - 10.15.14 - gmertens*/
        color: #c04d00;
    }

    #navigation .nav-toggle:hover {
        cursor: pointer;
    }



/* ------------------------------- *\
        $Footer
\* ------------------------------- */
#footer {
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-box-shadow: 0 0 1px #303030;
    -moz-box-shadow: 0 0 1px #303030;
    box-shadow: 0 0 1px #303030;
    background: url("/assets/themes/default/images/footer-bg.png") no-repeat scroll 230px 12px #202020;
    border-top: 1px solid #000000;
    clear: both;
    color: #FFFFFF;
    margin: 0 auto 40px auto;
    padding: 10px 0 20px;
    position: relative;
    width: 980px;
    font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
}

.footer-content {
    position: relative;
}

.footer-helper {
    margin: 0 auto;
    position: relative;
    width: 960px;
}

.footer-column {
    border-top: 1px solid #393939;
    float: left;
    margin: 10px 20px 0 0;
    width: 220px;
}

    .footer-column br {
        /*border-top: 1px solid #393939;*/
    }

.footer-map {
    padding: 30px 0 20px 20px;
    width: 960px;
}

    .footer-map a {
        text-decoration: none;
        color: #FFFFFF;
        padding: 6px 0 6px 3px;
    }

        .footer-map a:hover {
            color: #C75B12;
            text-decoration: underline;
        }

    .footer-map p {
        border-bottom: 1px solid #393939;
        color: #AA9C8F;
        font-size: 12px;
        line-height: 14px;
        margin: 6px 0;
        padding: 0 0 10px 3px;
    }

    .footer-map ul {
        border-bottom: 1px solid #393939;
        list-style: none outside none;
        margin: 0;
        padding-bottom: 10px;
    }

        .footer-map ul li {
            background-image: none;
            color: #AA9C8F;
            font-size: 12px;
            line-height: 14px;
            list-style-image: none;
            margin: 0;
            padding: 0;
        }

    .footer-map li a {
        display: inline-block;
    }

    .footer-map span {
        display: block;
        font-weight: 100;
    }

    .footer-map li img {
        float: left;
        margin-right: 3px;
        position: relative;
        top: 4px;
    }

    .footer-map h3 {
        font-size: 12px;
        letter-spacing: 1px;
        margin: 0;
        font-style: normal;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

        .footer-map h3.solo {
            border-bottom: 1px solid #393939;
        }

        .footer-map h3 a {
            color: #AA9C8F;
            display: block;
            padding: 2px 0 2px 3px;
        }

.footer-ut {
    border-top: 1px solid #393939;
    clear: both;
    height: 33px;
    position: relative;
    top: 20px;
}

    .footer-ut img {
        bottom: 0;
        left: 20px;
        position: absolute;
    }

    .footer-ut p {
        color: #AA9C8F;
        font-size: 12px;
        margin: 5px 10px 0 0;
        text-align: right;
        font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    }

    .footer-ut a {
        color: #AA9C8F;
        text-decoration: none;
    }

        .footer-ut a:hover {
            text-decoration: underline;
        }



/* ------------------------------- *\
        $Misc
\* ------------------------------- */
.curveshadow {
    -webkit-box-shadow: 5px 5px 5px #000000;
    -moz-box-shadow: 5px 5px 5px #000000;
    box-shadow: 5px 5px 5px #000000;
}

.shadow {
    /*background:url('bottom-shadow.png') no-repeat center;*/ /* RESOURCE DOES NOT EXIST */
    width: 213px;
    height: 8px;
    position: relative;
    top: 3px;
    left: 7px;
}

#common-links {
    position: absolute;
    right: 0;
    top: 20px;
    width: 550px;
}

    #common-links a {
        /*color: #707070; changed to darker color 10.09.14 for accessibility gmertens*/
        color: #5d5d5d;
    }

        #common-links a:hover {
            color: #303030;
        }

    #common-links ul {
        float: left;
        margin: 0;
        position: relative;
        text-align: right;
        width: 270px;
    }

    #common-links li {
        background-image: none;
        display: inline;
        font-size: 11px;
        margin: 0;
        padding-left: 10px;
    }

ul.page-tools {
    float: left;
    margin: 0;
    width: 180px;
}

.page-tools li {
    background-image: none;
    display: inline;
    list-style: none outside none;
    margin: 0 20px 0 0;
}

.page-tools img {
    position: relative;
    top: 10px;
}

.page-tools:hover img, #rate-feedback:hover img.feedback-img {
    -webkit-transform: rotate(-9deg);
    -moz-transform: rotate(-9deg);
    transform: rotate(-9deg);
}

.page-tools a {
    font-weight: bold;
    text-decoration: none;
    color: #606060;
    font-size: 11px;
}

    .page-tools a:hover {
        color: #c75b12;
    }

.hidden {
    display: none;
}

.button, .button-link {
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background: none repeat scroll 0 0 #CDCDCD;
    border: 1px solid #AAAAAA;
    border-color: #aaa #ccc #ccc #aaa;
    color: #333333;
    line-height: 16px;
    padding: 5px 5px 5px 50px;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    font-weight: 100;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.button-link {
    display: inline-block;
    padding: 7px 5px;
    text-align: center;
}

    /* Line 893 */
    .button:hover, .button-link:hover {
        color: #c75b12;
        border-color: #999 #ccc #ccc #999;
        background: #CCCCCC; /* old browsers */
        background-image: -moz-linear-gradient(top, #cdcdcd 0%, #ddd 100%); /* firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#ddd)); /* webkit */
        -webkit-box-shadow: inset 0 0 2px #999;
        -moz-box-shadow: inset 0 0 2px #999;
        box-shadow: inset 0 0 2px #999;
    }

/* Orange Link Button - 2013-09-17*/
.link-button-orange-container-center {
    text-align: center;
}

    a.link-button-orange, .link-button-orange-container-center a, .link-button-orange a {
        height: 18px;
        padding: 5px 20px 5px 45px;
        text-decoration: none;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        font-weight: bold;
        color: #fff !important;
        background-color: #bf5700;
        background-image: -moz-linear-gradient(left, #aa9c8f 0, #aa9c8f 26px, #fff 26px, #fff 29px, #bf5700 29px, #bf5700 100%); /* FF3.6+ */
        background-image: -webkit-linear-gradient(left, #aa9c8f 26px, #fff 26px, #fff 29px, #bf5700 29px, #bf5700 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #aa9c8f 0,#aa9c8f 26px,#fff 26px, #fff 29px,#bf5700 29px, #bf5700 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #aa9c8f 0,#aa9c8f 26px,#fff 26px,#fff 29px, #bf5700 29px, #bf5700 100%); /* IE10+ */
        background: linear-gradient(to right, #aa9c8f 0,#aa9c8f 26px,#fff 26px,#fff 29px, #bf5700 29px, #bf5700 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf5700', endColorstr='#bf5700',GradientType=1); /* IE6-9 */
    }

        a.link-button-orange:hover, .link-button-orange-container-center a:hover, .link-button-orange a:hover {
            background-color: #000;
            background-image: -moz-linear-gradient(left, #aa9c8f 0, #aa9c8f 26px, #fff 26px, #fff 29px, #000 29px, #000 100%); /* FF3.6+ */
            background-image: -webkit-linear-gradient(left, #aa9c8f 26px, #fff 26px, #fff 29px, #000 29px, #000 100%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, #aa9c8f 0,#aa9c8f 26px,#fff 26px, #fff 29px,#000 29px, #000 100%); /* Opera 11.10+ */
            background: -ms-linear-gradient(left, #aa9c8f 0,#aa9c8f 26px,#fff 26px,#fff 29px, #000 29px, #000 100%); /* IE10+ */
            background: linear-gradient(to right, #aa9c8f 0,#aa9c8f 26px,#fff 26px,#fff 29px, #000 29px, #000 100%); /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000',GradientType=1); /* IE6-9 */
        }



/* ------------------------------- *\
        $SideBar
\* ------------------------------- */
#sidebar, #widgetsidebar {
    float: right;
    margin: 81px 0 30px 30px;
    padding: 0 10px 10px 10px;
    position: relative;
    width: 180px;
    font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    clear: right;
}

    #sidebar.execed, #widgetsidebar.execed {
        float: right;
        margin: 25px 0 0 0;
        position: relative;
        top: -13px;
        right: -20px;
        width: 235px;
        font-family: Arial, Helvetica, Sans-Serif;
        font-size: 12px;
        color: #535353;
        line-height: 1.8em;
        padding: 10px;
    }

        #sidebar.execed .content, #widgetsidebar.execed .content {
            position: relative;
        }

        #sidebar.execed p, #widgetsidebar.execed p {
            color: #707070;
            float: left;
            padding: 30px 10px;
            margin: -60px 20px 0 0;
            position: relative;
            top: -11px;
            width: 90%;
        }

        #sidebar.execed a.morebutton, #widgetsidebar.execed a.morebutton {
            background-color: #1b86f9;
            padding: 4px;
            color: white;
            text-decoration: none;
            position: relative;
            text-decoration: none;
            top: -30px;
            left: 10px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
        }

            #sidebar.execed a.morebutton:hover, #widgetsidebar.execed a.morebutton:hover {
                background-color: #c75b12;
                color: black;
            }

        #sidebar.execed h2, #widgetsidebar.execed h2 {
            -webkit-border-top-left-radius: 10px;
            -moz-border-radius-topleft: 10px;
            border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -moz-border-radius-topright: 10px;
            border-top-right-radius: 10px;
            border-top: none;
            background-color: #d5d5d5;
            min-height: 30px;
            width: 215px;
            top: -40px;
            right: 0;
            position: relative;
            text-align: center;
            line-height: 1.5em;
            margin: 0;
            padding: 5px;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 22px;
            font-weight: bolder;
            color: #555555;
        }

.sidebarborder {
    border: 1px solid #DDDDDD;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#sidebar.sidebarNoTopMargin, #widgetsidebar.sidebarNoTopMargin {
    float: right;
    margin: 0 0 5px 30px;
    position: relative;
    font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    clear: right;
}

#sidebar.sidebarNegTopMargin, #widgetsidebar.sidebarNegTopMargin {
    float: right;
    margin: -20px 0 5px 30px;
    position: relative;
    font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    clear: right;
}

#sidebar.widebar, #widgetsidebar.widebar {
    width: 250px;
}

#sidebar img, #widgetsidebar img {
    max-width: 180px;
}

#sidebar.widebar img, #widgetsidebar.widebar img {
    max-width: 250px;
}



/* ------------------------------- *\
        $MyTabs
\* ------------------------------- */
.my-tabs {
    height: 32px;
    margin: 0 auto;
    width: 960px;
}

    .my-tabs ul {
        height: 32px;
        margin: 0;
    }

        .my-tabs ul li {
            background: none repeat scroll 0 0 transparent;
            float: left;
            list-style: none outside none;
            margin: 0;
            padding: 0;
        }

    .my-tabs li a {
        -webkit-border-top-left-radius: 4px;
        -moz-border-radius-topleft: 4px;
        border-top-left-radius: 4px;
        -webkit-border-top-right-radius: 4px;
        -moz-border-radius-topright: 4px;
        border-top-right-radius: 4px;
        background: none repeat scroll 0 0 #AA9C8F;
        color: #FFFFFF;
        display: block;
        float: left;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
        margin-right: 5px;
        padding: 0 10px;
        text-decoration: none;
    }

        .my-tabs li a:hover {
            color: #FFFFFF;
            text-decoration: underline;
        }

        .my-tabs li a.selected {
            background: none repeat scroll 0 0 #fff;
            color: #c75b12;
        }

            .my-tabs li a.selected:hover {
                border-bottom: 0 none;
                height: 32px;
            }

    .my-tabs li#mor-tab-home a span {
        background: url("/assets/themes/default/images/mor-home-icon.png") no-repeat scroll 50% 50% transparent;
        display: block;
        height: 32px;
        padding: 0;
        text-indent: -9999px;
        width: 40px;
    }



/* ------------------------------- *\
        $Feedback
\* ------------------------------- */
#rate-feedback {
    float: left;
    width: 68%;
}

    #rate-feedback .scfForm {
        position: relative;
        left: 4px;
    }

.narrow #rate-feedback {
    width: 55%;
}

img.feedback-img {
    float: left;
    position: relative;
    top: -10px;
}

#rate-feedback fieldset {
    border: medium none;
    margin: 10px 0 0;
    padding: 0;
}

#rate-feedback textarea, #rate-feedback .scfEmailTextBox {
    width: 100%;
}

#rate-feedback .scfEmailTextBox {
    margin-bottom: 10px;
}

#rate-feedback .scfSingleLineGeneralPanel .scfSingleLineTextBox {
    display: none;
}

#email-page {
    padding: 10px;
}

.scfRequired {
    color: Red;
}

.ui-widget-overlay {
    background: url("/assets/themes/default/images/ui-bg_flat_0_aaaaaa_40x100.png") repeat-x scroll 50% 50% #AAAAAA;
    opacity: 0.3;
}

.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ui-dialog {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 10px 30px #666666;
    -moz-box-shadow: 0 10px 30px #666666;
    box-shadow: 0 10px 30px #666666;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px double #AA9C8F;
    cursor: move;
}

.ui-dialog-titlebar {
    background: none repeat scroll 0 0 #AA9C8F;
    color: #FFFFFF;
    padding: 5px 10px;
    position: relative;
}

.ui-dialog-title {
    display: block;
    font-size: 18px;
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 5px;
}

p.last-updated {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overview {
    padding-bottom: 20px;
    position: relative;
    width: 50%;
    z-index: 2;
}

.career .overview {
    float: none;
    width: 262px;
}

/* ------------------------------- *\
        $CustomNavi
\* ------------------------------- */
.navi-wrapper {
    float: left;
    padding: 20px 0 5px 0;
    margin: 0;
    width: 730px;
    height: 90px;
    overflow: hidden;
}

.navi-items {
    width: 720px;
    height: 88px;
    overflow: hidden;
}

    .navi-items li {
        display: inline-block;
        list-style-type: none;
        width: 230px;
        height: 86px;
        float: left;
        background: none;
        font-family: Calibri,Trebuchet MS,Sans-Serif;
        padding-left: 0;
        padding-bottom: 5px;
    }

.naviList {
    border-top: #ccc 1px solid;
    border-bottom: #706f6f 1px solid;
    border-right: #706f6f 1px solid;
    border-left: #ccc 1px solid;
    width: 230px;
    height: 86px;
}

    .naviList .naviTitle h2 {
        font-size: 18pt;
        color: #706f6f;
        position: relative;
        top: 0;
        left: 20px;
        width: 205px;
        height: 25px;
        overflow: hidden;
    }

    .naviList p {
        width: 205px;
        height: 20px;
        overflow: hidden;
        font-family: Calibri;
        font-size: 15px;
        position: relative;
        left: 20px;
    }

    .naviList a {
        text-decoration: none;
        color: #4a668d;
    }

        .naviList a:hover {
            text-decoration: none;
            color: #706f6f;
        }

.css-arrow {
    display: inline-block;
}

.css-arrow, a:hover .css-arrow {
    border-bottom: white 4px solid;
    border-left: #4a668d 6px solid;
    width: 0;
    height: 0;
    border-top: white 4px solid;
    border-right: white 2px solid;
}

a:hover .css-arrow {
    border-left: #706f6f 6px solid;
}



/* ------------------------------- *\
        $BBAProfiles
PROFILES used in BBA Prospective site
\* ------------------------------- */
.profiles {
    display: block;
    margin-top: 20px;
    position: relative;
}

.profile {
    clear: right;
}

    .profile img {
        border: 1px solid #e0e0e0;
        float: right;
        margin-bottom: 20px;
    }

    .profile blockquote {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: none repeat scroll 0 0 #fff;
        border: 1px solid #CDCDCD;
        color: #303030;
        font-family: Cambria,Georgia,serif;
        font-style: italic;
        margin: 0 0 20px;
        padding: 10px;
        width: 335px;
    }

    .profile cite {
        color: #506379;
        display: block;
        font-weight: bold;
        margin-top: 10px;
        text-align: right;
    }

.js .profile {
    clear: none;
}

ul.profiles-nav {
    display: none;
    height: 52px;
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 10px;
    top: 20px;
    width: 52px;
    z-index: 999;
}



    ul.profiles-nav img {
        border: medium none;
    }

    ul.profiles-nav li {
        background-image: none;
        line-height: 0;
        list-style-image: none;
        margin: 0;
        padding: 0;
    }

        ul.profiles-nav li a {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            background: none repeat scroll 0 0 transparent !important;
            border: 1px solid #CDCDCD;
            color: #FFFFFF;
            display: block;
            float: none;
            height: 50px;
            margin: 0 0 3px;
            padding: 0 !important;
            position: relative;
            width: 50px;
        }

            ul.profiles-nav li a:hover {
                border-color: #244363;
            }

.js ul.profiles-nav {
    display: block;
}

.profiles-nav .ui-tabs-selected a {
    border-color: #C75B12;
}

#connect .profiles {
    float: right;
}

#connect ul.profiles-nav {
    right: 10px;
    top: 10px;
}

#connect .profile blockquote {
    padding-right: 80px;
    width: 570px;
}

#connect ul.profiles-nav li a {
    border-color: #999999;
}

#connect .profiles-nav .ui-tabs-selected a {
    border-color: #FFFFFF;
}

#home-profiles {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
    height: 300px;
    margin-bottom: 20px;
    overflow: hidden;
}

    #home-profiles .profile img {
        float: none;
        left: -20px;
        position: relative;
        border: none;
    }

    #home-profiles .profile blockquote {
        background: none repeat scroll 0 0 transparent;
        border: medium none;
        color: #506379 !important;
        float: left;
        padding: 20px;
        width: 167px;
    }

        #home-profiles .profile blockquote p {
            background: none repeat scroll 0 0 transparent;
            font-family: Cambria,Georgia,Serif;
            font-size: 20px;
            font-style: italic;
            margin: 0;
            text-align: right;
        }

        #home-profiles .profile blockquote cite {
            background: none repeat scroll 0 0 transparent;
            color: #9A4013 !important;
            font-weight: bold;
        }

    #home-profiles ul.profiles-nav {
        right: 10px;
        top: 10px;
    }



/* ------------------------------- *\
        $ShowHide
\* ------------------------------- */
ul.show-hide {
    background-image: none;
    border-bottom: 1px solid #CDCDCD;
    list-style: none outside none;
    margin-bottom: 30px;
}

    ul.show-hide li {
        background-image: none;
        list-style: none outside none;
    }

        ul.show-hide li.show-hide-title {
            background: url("/assets/themes/default/images/sort-down-orange.png") no-repeat scroll 4px 10px transparent;
            border-top: 1px solid #CDCDCD;
            cursor: pointer;
            margin: 0;
            padding: 5px 0 5px 20px;
        }

            ul.show-hide li.show-hide-title.open {
                background-image: url("/assets/themes/default/images/sort-right-orange.png");
            }

            ul.show-hide li.show-hide-title:hover {
                background-color: #f1f1f1;
            }

.show-hide-content {
    display: none;
    margin: 10px 0;
}



/* ------------------------------- *\
        $Drapes
    Engagency Drape
\* ------------------------------- */
.drape {
    /*14.11.06 - gmertens - added to temporarily get rid of interstate*/
    /*todo - fix for interstate*/
    font-family: Arial, sans-serif;
    background: #c75b12;
    background-image: url("/assets/themes/default/images/give-button.png");
    height: 44px;
    position: absolute;
    right: -7px;
    top: 55px;
    width: 149px;
    -moz-box-shadow: 1px 1px 2px #555;
    -webkit-box-shadow: 1px 1px 2px #555;
    box-shadow: 1px 1px 2px #555;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .drape:hover {
        text-shadow: 0 0 4px #fff;
        -moz-box-shadow: 1px 1px 4px #000;
        -webkit-box-shadow: 1px 1px 6px #000;
        box-shadow: 1px 1px 4px #000;
    }

    .drape p {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        text-align: center;
    }

    .drape a {
        /*color: #fff; todo remove redundant color*/
        display: block;
        padding: 10px 20px 6px 6px;
        text-decoration: none;
        text-align: right;
        /*color: #7d8180; darkened for accessibility - 10.16.14 - gmertens*/
        color: #292929;
        font-size: 12px;
        /*font-size: 15px; 14.11.06 - gmertens - reduced for font change away from interstate - todo adjust after interstate implemented*/
        font-weight: bold;
    }

        .drape a strong {
            color: #ffffff;
            letter-spacing: 1px;
            font-size: 30px;
            font-weight: bold;
            margin-right: -5px;
        }

.drape-long-text a {
    margin-right: -14px;
}

/* ------------------------------- *\
        $WidgetLock
\* ------------------------------- */
.widget-lock {
    float: right;
    width: 233px;
}

    .widget-lock .widget {
        margin-right: 0;
        width: 233px;
        background: none repeat scroll 0 0 #F1F1F1;
        border-color: #e0e0e0;
    }

        .widget-lock .widget h2 {
            background-image: -moz-linear-gradient(top, #E0E0E0 0, #E9E9E9 100%); /* firefox */
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#E0E0E0), color-stop(100%,#E9E9E9)); /* webkit */
            background-image: -o-linear-gradient(top, #E0E0E0 0,#E9E9E9 100%); /* opera */
            color: #981e32;
        }

        .widget-lock .widget li a {
            border-color: #FFFFFF;
        }

    .widget-lock form, .widget-lock .scfForm {
        padding: 5px;
        width: auto;
    }

.widget-blog {
    float: right;
    width: 233px;
    padding-right: 20px;
}

    .widget-blog .widget {
        margin-right: 0;
        width: 233px;
        background: none repeat scroll 0 0 #F1F1F1;
        border-color: #e0e0e0;
    }

        .widget-blog .widget h2 {
            background-image: -moz-linear-gradient(top, #E0E0E0 0, #E9E9E9 100%); /* firefox */
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #E0E0E0), color-stop(100%,#E9E9E9)); /* webkit */
            background-image: -o-linear-gradient(top, #E0E0E0 0,#E9E9E9 100%); /* opera */
            color: #C75B12;
        }

        .widget-blog .widget li a {
            border-color: #FFFFFF;
        }

    .widget-blog form, .widget-lock .scfForm {
        padding: 5px;
        width: auto;
    }

.widget label, .scfForm label {
    /*color: #999999 !important; darkened for accessibility - 10.15.14 - gmertens*/
    color: #767676 !important;
    margin-top: 10px;
    font-family: Interstate, Calibri, "Trebuchet MS",sans-serif !important;
    font-size: 12px;
}

.widget:hover label {
    color: #616161 !important;
}

.widget textarea {
    height: 200px;
}

.widget input[type="text"], .widget textarea {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CDCDCD;
    font-size: 12px;
}

.widget:hover input[type="text"], .widget:hover textarea {
    background: none repeat scroll 0 0 #FFFFFF;
}

.widget input[type="submit"] {
    margin-top: 10px;
}

.widget-content {
    width: 705px;
}

.wide .widget-content {
    width: 470px;
}

.widget {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #F1F1F1;
    color: #616161;
    float: left;
    height: auto;
    margin: 0 20px 40px 0;
    padding: 0;
    position: relative;
    width: 213px;
}

    .widget h2 {
        -webkit-border-top-left-radius: 8px;
        -moz-border-radius-topleft: 8px;
        border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topright: 8px;
        border-top-right-radius: 8px;
        background: #e0e0e0;
        background-image: -moz-linear-gradient(top, #E0E0E0 0, #E9E9E9 100%); /* firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#E0E0E0), color-stop(100%,#E9E9E9)); /* webkit */
        background-image: -o-linear-gradient(top, #E0E0E0 0,#E9E9E9 100%); /* opera */
        color: #333333;
        font-size: 16px;
        font-weight: 900;
        line-height: 30px;
        margin: 0;
        padding: 2px 5px;
        position: relative;
    }

        .widget h2 a {
            color: #C75B12;
            text-decoration: none;
        }

    .widget ul {
        font-family: Interstate, Calibri, "Trebuchet MS",sans-serif;
        margin: 0;
    }

    .widget li {
        background: none repeat scroll 0 0 transparent;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        line-height: 16px;
    }

        .widget li a {
            border-bottom: 1px solid #F1F1F1;
            color: #999999;
            display: block;
            padding: 4px 5px;
            text-decoration: none;
        }

    .widget .see-all {
        display: block;
        font-family: Interstate, Calibri, "Trebuchet MS",sans-serif;
        padding: 4px 5px;
        text-align: right;
        font-size: 12px;
        line-height: 16px;
    }

        .widget .see-all a {
            color: #999999;
        }

    .widget:hover {
        -webkit-box-shadow: 1px 2px 5px #666666;
        -moz-box-shadow: 1px 2px 5px #666666;
        box-shadow: 1px 2px 5px #666666;
        border-color: #CDCDCD;
    }

        .widget:hover h2 {
            background-image: -moz-linear-gradient(top, #e9e9e9 0, #e0e0e0 100%); /* firefox */
            background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#E0E0E0), color-stop(100%,#E9E9E9)); /* webkit */
            background-image: -o-linear-gradient(top, #E0E0E0 0,#E9E9E9 100%); /* opera */
        }

        .widget:hover li a, .widget:hover p {
            color: #616161;
        }

    .widget li a:hover {
        background-image: -moz-linear-gradient(top, #E0E0E0 0, #E9E9E9 100%); /* firefox */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0,#E0E0E0), color-stop(100%,#E9E9E9)); /* webkit */
        background-image: -o-linear-gradient(top, #E0E0E0 0,#E9E9E9 100%); /* opera */
        color: #C75B12;
    }

    .widget h2 a:hover, .widget .see-all a:hover {
        color: #C75B12;
    }

    .widget h2 a:hover, .widget li a:hover {
        text-decoration: underline;
    }

.widget-feed h4 {
    font-size: 14px;
    font-weight: normal;
}

    .widget-feed h4 a {
        padding-top: 0;
    }

.widget-feed .rssDate {
    margin-left: 5px;
}

.widget p, .scfForm p {
    font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    font-size: 11px;
    line-height: 16px;
    margin: 10px 0;
    color: #999;
}

.required {
    color: #981e32 !important;
    font-size: 10px;
}



/* ------------------------------- *\
        $NewsFeed
\* ------------------------------- */
#newsfeed-article {
    clear: both;
}

.newsfeed-hr {
    clear: both;
}

.newsfeed-a {
    color: #236c92;
}


/* ------------------------------- *\
        $NavWidget
\* ------------------------------- */
.nav-container {
    background-image: url("/assets/themes/default/images/nav-widget-small.gif");
    display: block;
    float: left;
    height: 59px;
    width: 200px;
    font-size: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-family: georgia;
    font-weight: normal;
    padding-top: 15px;
    color: Gray;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px solid #C6C6CA;
    text-decoration: none;
}

    .nav-container:hover {
        background-image: url("/assets/themes/default/images/nav-widget-small.gif");
        background-position: 0 -75px;
    }


/* ------------------------------- *\
        $AnimatedMenu
\* ------------------------------- */
.ac a {
    color: #fff;
    text-decoration: none;
}

img.ac_bgimage {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.8;
    display: none;
}

.ac_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    color: #000;
    /*background:transparent url(../images/pattern.png) repeat top left;*/ /* RESOURCE MISSING*/
}

.ac_loading {
    position: fixed;
    top: 10px;
    right: 10px;
    /*background:#000 url(../images/loader.gif) no-repeat center center;*/ /* RESOURCE MISSING */
    width: 50px;
    height: 50px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px 10px 10px 10px;
    z-index: 999;
    opacity: 0.7;
    display: none;
}

#ac_content {
    position: relative;
    height: 70px;
    width: 715px;
    left: 0;
}

    #ac_content h1 span {
        display: block;
        font-weight: normal;
        font-size: 14px;
    }

#ac_menu {
    float: left;
    position: relative;
    height: 70px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #dadada 0, #cdcdcd 18%, #a6a6a6 89%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0,#dadada), color-stop(18%,#cdcdcd), color-stop(89%,#a6a6a6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dadada 0, #cdcdcd 18%, #a6a6a6 89%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dadada 0, #cdcdcd 18%, #a6a6a6 89%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dadada 0, #cdcdcd 18%, #a6a6a6 89%); /* IE10+ */
    background: linear-gradient(to bottom, #dadada 0, #cdcdcd 18%, #a6a6a6 89%); /* W3C */
    width: 715px;
    -moz-box-shadow: 10px 10px 5px #888;
    -webkit-box-shadow: 10px 10px 5px #888;
    box-shadow: 1px 3px 3px #404040;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#a6a6a6',GradientType=0 ); /* IE6-9 */
}

    #ac_menu > ul {
        float: left;
    }

        #ac_menu > ul > li {
            float: left;
            position: relative;
            height: 70px;
            overflow: hidden;
            background: none;
        }

            #ac_menu > ul > li a {
                margin-top: 60px;
                opacity: 0;
                display: block;
                height: 70px;
                padding: 0 10px;
                text-align: center;
                line-height: 70px;
                outline: none;
                font-size: 17px;
                font-weight: bold;
                text-decoration: none;
                color: #fff;
            }

                #ac_menu > ul > li a:hover {
                    color: #000;
                }

    #ac_menu .ac_subitem {
        width: 400px;
        height: 0; /* animate to 400px */
        top: 45%;
        left: 40%;
        margin-top: 0; /* animate to -200px */
        position: fixed;
        z-index: 99;
        overflow: hidden;
        background-color: #dadada;
        box-shadow: 1px 3px 3px #404040;
    }

        #ac_menu .ac_subitem h2 {
            font-size: 22px;
            font-weight: bold;
            color: #fff;
            padding: 20px 0 0 40px;
            text-shadow: 0 0 0 transparent, 0 1px 1px #000;
        }

        #ac_menu .ac_subitem ul {
            padding: 0 40px;
        }

            #ac_menu.ac_subitem ul li {
                margin: 10px 0;
            }

    #ac_menu > ul > li a:hover {
        color: #000;
    }

.ac_subitem > ul > li a {
    margin: 0 !important;
    display: block !important;
    padding: 0 !important;
    outline: none;
    line-height: 1.5em !important;
    font-size: 14px !important;
    opacity: 1 !important;
    font-weight: normal !important;
    text-decoration: none;
    text-align: left !important;
    color: #C75B12 !important;
    height: 100% !important;
}

    .ac_subitem > ul > li a:hover {
        color: #000 !important;
    }

.ac_subitem br {
    padding: 0 !important;
    margin: 0 !important;
    height: 100%;
}

span.ac_close {
    float: right;
    margin: 10px;
    width: 11px;
    height: 12px;
    cursor: pointer;
    background: transparent url("/assets/themes/default/images/close.png") no-repeat top left;
    opacity: 0.4;
}

    span.ac_close:hover {
        opacity: 1.0;
    }


/* ------------------------------- *\
        $TertiaryHeader
\* ------------------------------- */
.tertiary-header {
    background-image: none;
    background-position: left center;
    background-repeat: no-repeat;
    float: right;
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 755px;
}

    .tertiary-header img {
        float: right;
    }

.tertiary-header-text {
    background: none repeat scroll 0 0 #000000; /* Fall back*/
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
    display: inline-block;
    width: 100%;
    padding: 5px 170px 5px 0;
    position: absolute;
    float: right;
    height: 36px;
    bottom: 0;
    right: 0;
    text-align: right;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
}

.tertiary-header p {
    letter-spacing: 0.06em;
    margin: 0;
    color: #EDEBEC;
    font-weight: 500;
    font-size: 36px;
    line-height: 40px;
    font-family: georgia;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=120, Color='#000000')";
    text-shadow: 1px 1px 1px #000, 1px 1px 1px #000;
}


/* ------------------------------- *\
        $DepartmentPages
\* ------------------------------- */
.main-information {
    background-color: #ece9d0;
    width: 598px;
    float: left;
    position: relative;
    border: 1px solid #bab597;
}

    .main-information img {
        float: left;
        padding: 15px;
    }

.mi h1 {
    font-family: blanchcaps, Sans-Serif;
    font-size: 52px;
    color: #bb540c;
    margin: 10px 0 5px;
}

.mi p {
    font-family: 'josefin_sansregular';
    font-size: 18px;
}

.secondary-information {
    width: 250px;
    float: right;
    clear: right;
    position: relative;
}

    .secondary-information img {
        width: auto;
        margin-left: 20px;
        -webkit-box-shadow: 0 5px 5px #323232; /* Fall back*/
        -webkit-box-shadow: 0 5px 5px rgba(50, 50, 50, 0.54);
        -moz-box-shadow: 0 5px 5px #323232; /* Fall back*/
        -moz-box-shadow: 0 5px 5px rgba(50, 50, 50, 0.54);
        box-shadow: 0 5px 5px #323232; /* Fall back*/
        box-shadow: 0 5px 5px rgba(50, 50, 50, 0.54);
    }

.si h2 {
    font-family: blanchcaps, Sans-Serif !important;
    font-size: 52px !important;
    color: #334451 !important;
    margin: -8px 0 5px !important;
    background-image: url("/assets/themes/default/images/mpa/prof_header_bg.png") !important;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    height: 59px !important;
    line-height: 1.1em !important;
    text-align: center !important;
    border: none !important;
}

.si a {
    text-decoration: none;
}

.si p {
    font-family: 'josefin_sansregular';
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}

.tertiary-information {
    width: 620px;
    float: left;
    position: relative;
    margin: 10px 0 10px 0;
}

    .tertiary-information img {
        float: right;
        margin: -58px 0 0 0;
    }

.ti h3 {
    font-family: blanchcaps, Sans-Serif;
    font-size: 52px;
    color: #862c2c;
    margin: 10px 0 5px;
    background: url('/assets/themes/default/images/mpa/cs_header_bg.jpg') no-repeat top left;
    height: 56px;
    line-height: 1em;
    text-align: left;
}

.ti a {
    text-decoration: none;
}

.ti p {
    font-family: 'josefin_sansregular';
    font-size: 18px;
}

.qi p {
    font-family: 'josefin_sansregular';
    font-size: 18px;
}

#bottom-area {
    background-color: #ece9d0;
    width: 960px;
    float: left;
    clear: both;
    position: relative;
    padding: 10px 10px 90px;
    margin: 20px 0 -45px -30px;
}

.bottomvideo {
    width: 80%;
    height: 250px;
    position: relative;
    margin: 20px auto;
    background-image: url("/assets/themes/default/images/mpa/video-bg.png");
}

.vid-column {
    float: left;
    position: relative;
    margin: 10px 3px 0 14px;
    width: 31%;
}

    .vid-column a {
        text-decoration: none;
    }

    .vid-column img {
        -webkit-box-shadow: 0 5px 5px #323232; /* Fall back*/
        -webkit-box-shadow: 0 5px 5px rgba(50, 50, 50, 0.54);
        -moz-box-shadow: 0 5px 5px #323232; /* Fall back*/
        -moz-box-shadow: 0 5px 5px rgba(50, 50, 50, 0.54);
        box-shadow: 0 5px 5px #323232; /* Fall back*/
        box-shadow: 0 5px 5px rgba(50, 50, 50, 0.54);
        position: relative;
        z-index: 1;
    }

.vid-text {
    width: 242px;
    height: 183px;
    margin: -27px 0 0;
    position: relative;
    z-index: 0;
}

    .vid-text h4 {
        font-family: blanchcaps, Sans-Serif;
        font-size: 48px;
        color: White;
        padding: 10px 5px 5px 5px;
    }

    .vid-text p {
        font-family: 'josefin_sansregular';
        font-size: 16px;
        color: white;
        padding: 5px;
        line-height: 1.3em;
    }

.vtorange {
    background: url('/assets/themes/default/images/mpa/orange-paper-vid.png') no-repeat top left;
}

.vtgreen {
    background: url('/assets/themes/default/images/mpa/green-paper-vid.png') no-repeat top left;
}

.vtblue {
    background: url('/assets/themes/default/images/mpa/blue-paper-vid.png') no-repeat top left;
}

.department-tabs {
    position: relative;
    float: left;
    top: -110px;
    left: 10px;
    width: 100%;
}

    .department-tabs a {
        font-family: Arial, helvetica, Sans-Serif;
        font-size: 18px;
        color: White;
        text-decoration: none;
        text-align: center;
        line-height: 4.5em;
        text-align: center;
        text-decoration: none;
        display: block;
    }

#department-feature-tabs {
    margin: 0;
    padding: 30px 20px 15px 15px;
    position: relative;
}

#department-feature-thumbs {
    list-style: none outside none;
    margin: 0 0 0 0;
    position: relative;
    width: 23%;
    bottom: -206px;
}

    #department-feature-thumbs li {
        background-image: none;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        display: inline;
    }

    #department-feature-thumbs a {
        border: 1px solid #D0D0D0;
        display: inline;
        height: 50px;
        margin-bottom: 10px;
        padding: 1px;
        width: 50px;
        float: left;
    }

        #department-feature-thumbs a:hover {
            border: 1px solid #000;
            -webkit-box-shadow: 0 2px 5px #000;
            -moz-box-shadow: 0 2px 5px #000;
            box-shadow: 0 2px 5px #000;
        }

    #department-feature-thumbs .ui-tabs-selected a {
        -webkit-box-shadow: 0 2px 5px #000;
        -moz-box-shadow: 0 2px 5px #000;
        box-shadow: 0 2px 5px #000;
        border-color: #AA9C8F;
        float: left;
        position: relative;
    }

.department-feature {
    height: 360px;
    margin-top: -60px;
}

    .department-feature img, .feature object {
        -webkit-box-shadow: 0 2px 5px #aaa;
        -moz-box-shadow: 0 2px 5px #aaa;
        box-shadow: 0 2px 5px #aaa;
        border: 4px solid white;
        float: right;
        margin-right: 0;
        position: relative;
        z-index: 0;
    }

    .department-feature object {
        border: medium none;
    }

    .department-feature h3 {
        font-family: Interstate, Calibri,Trebuchet MS,Arial,sans-serif;
        font-size: 12px;
        margin: 0;
        display: none;
    }

    .department-feature h2 {
        font-family: Georgia,Serif;
        font-size: 22px;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 20px;
        margin: 0 0 10px;
        position: relative;
        top: 60px;
        display: inline-block;
    }

        .department-feature h2 a {
            color: #000000;
            text-decoration: none;
        }

    .department-feature h3 a {
        color: #606060;
        letter-spacing: 1px;
        text-decoration: none;
    }

    .department-feature h2 a:hover, .feature h3 a:hover {
        color: #C75B12;
    }

    .department-feature p {
        color: black;
        font-size: 12px;
        line-height: 1.7em;
        margin: 0;
        float: left;
        position: relative;
        top: -30px;
        width: 23%;
        max-height: 40%;
        overflow: hidden;
    }

.bluepaper, .greenpaper, .redpaper, .orangepaper {
    height: 83px;
    width: 228px;
    float: left;
    position: relative;
    margin: 0 15px 0 0;
    -webkit-box-shadow: inset 0 -15px 20px -17px #000000; /* Fall back*/
    -webkit-box-shadow: inset 0 -15px 20px -17px rgba(0, 0, 0, 1);
    box-shadow: inset 0 -15px 20px -17px #000000; /* Fall back*/
    box-shadow: inset 0 -15px 20px -17px rgba(0, 0, 0, 1);
}

    .bluepaper a:hover, .greenpaper a:hover, .redpaper a:hover, .orangepaper a:hover {
        text-decoration: underline;
        -webkit-box-shadow: inset 0 -15px 20px -17px #000000; /* Fall back*/
        -webkit-box-shadow: inset 0 -15px 20px -17px rgba(0, 0, 0, 1);
        box-shadow: inset 0 -15px 20px -17px #000000; /* Fall back*/
        box-shadow: inset 0 -15px 20px -17px rgba(0, 0, 0, 1);
    }

.bluepaper {
    background: url('/assets/themes/default/images/mpa/blue_paper.png') no-repeat top center;
}

    .bluepaper a:hover {
        background: url('/assets/themes/default/images/mpa/blue_paper_hover.png') no-repeat top center;
    }

.greenpaper {
    background: url('/assets/themes/default/images/mpa/green_paper.png') no-repeat top center;
}

    .greenpaper a:hover {
        background: url('/assets/themes/default/images/mpa/green_paper_hover.png') no-repeat top center;
    }

.redpaper {
    background: url('/assets/themes/default/images/mpa/red_paper.png') no-repeat top center;
}

    .redpaper a:hover {
        background: url('/assets/themes/default/images/mpa/red_paper_hover.png') no-repeat top center;
    }

.orangepaper {
    background: url('/assets/themes/default/images/mpa/orange_paper.png') no-repeat top center;
}

    .orangepaper a:hover {
        background: url('/assets/themes/default/images/mpa/orange_paper_hover.png') no-repeat top center;
    }


.department-applynow {
    background-image: url("/assets/themes/default/images/mpa/apply_button.png");
    width: 196px;
    height: 50px;
    position: relative;
    float: right;
    margin: -130px -17px 0 0;
}

    .department-applynow a {
        font-family: Georgia, Serif;
        font-style: italic;
        font-size: 20px;
        text-align: right;
        color: white;
        margin-left: 55px;
        line-height: 1.5em;
    }

        .department-applynow a:hover {
            color: Gray;
        }

.awesome-bar-content-tall {
    background-image: url("/assets/themes/default/images/mpa/ab_bg.jpg");
    height: 375px;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    -webkit-box-shadow: inset 0 -15px 20px -10px #9d9d9d; /* Fall back*/
    -webkit-box-shadow: inset 0 -15px 20px -10px rgba(157, 157, 157, 1);
    box-shadow: inset 0 -15px 20px -10px #9d9d9d; /* Fall back*/
    box-shadow: inset 0 -15px 20px -10px rgba(157, 157, 157, 1);
}


/* ------------------------------- *\
        $MasonryRSS
    RSS Widget using JQuery Masonry Plugin
\* ------------------------------- */
.content-feed {
    border-top: 4px double rgb(189, 177, 166);
    clear: both;
}

    .content-feed .feed-item {
        border: 1px solid #cdcdcd;
        width: 328px;
        padding: 10px;
        margin: 0 10px 20px 0;
        float: left;
    }

    .content-feed h3 {
        margin: 0;
    }

        .content-feed h3 a {
            color: rgb(0, 0, 0);
            font-style: normal;
            text-decoration: none;
        }

            .content-feed h3 a:hover {
                color: rgb(199, 91, 18);
                text-decoration: underline;
            }

    .content-feed .feed-description {
        font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    }

    .content-feed .feed-item-publish-date {
        font-style: italic;
        font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
        font-size: 12px;
        color: #999;
        line-height: 16px !important;
        display: block;
    }

    .content-feed img {
        border: 4px double rgb(170, 156, 143);
        height: auto !important;
        margin: 0 10px 0 0 !important;
        max-width: 100px;
        padding: 0;
        float: left;
    }

    .content-feed .image-caption-container {
        margin: 0 !important;
        width: auto !important;
        float: none !important;
    }

    .content-feed .image-caption {
        display: none;
    }

    .content-feed p {
        margin: 5px 0 0 0;
        font-family: Interstate, Calibri, Trebuchet MS, Sans-Serif;
    }



/* ------------------------------- *\
        $International
\* ------------------------------- */
.ipbox {
    -webkit-box-shadow: 0 -6px 6px -6px black;
    -moz-box-shadow: 0 -6px 6px -6px black;
    box-shadow: 0 -6px 6px -6px black;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    border: 2px solid #aaaaaa;
    border-radius: 8px;
    -moz-border-radius: 10px;
    height: 240px;
    width: 330px;
    float: left;
    clear: right;
    margin-right: 25px;
    font-size: 12px;
    position: relative;
}

.row {
    width: 100%;
    margin-top: 30px;
    position: relative;
    float: left;
}

.ipbox p {
    padding: 10px;
    position: relative;
    width: 95%;
    height: 230px;
}

.more {
    float: right;
    position: absolute;
    bottom: 74px;
    right: 10px;
}

.ip h2 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 22px;
}

.ipawesomebar .onecol {
    width: 480px;
    float: left;
}

.ipawesomebar .twocol {
    width: 475px;
    float: right;
}

.ipawesomebar h2 {
    margin: 10px 0 !important;
    color: #d75a18 !important;
}

.ipawesomebar p {
    padding-right: 10px;
}



/* ------------------------------- *\
        $PrettyPhoto
\* ------------------------------- */
div.minimal .pp_top, div.minimal .pp_bottom, div.minimal .pp_details {
    display: none;
    height: 0;
    overflow: hidden;
}

div.minimal .ppt {
    color: #fff;
    margin-left: 0;
}

div.minimal .pp_content_container .pp_left, div.minimal .pp_content_container .pp_right {
    padding: 0;
}

div.minimal .pp_content {
    background: #000;
}

div.minimal .pp_next:hover {
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/btnNext.png") center right no-repeat;
    cursor: pointer;
}

div.minimal .pp_previous:hover {
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/btnPrevious.png") center left no-repeat;
    cursor: pointer;
}

div.minimal .pp_expand {
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/sprite.png") -31px -26px no-repeat;
    cursor: pointer;
}

    div.minimal .pp_expand:hover {
        background: url("/assets/themes/default/images/prettyphoto/light_rounded/sprite.png") -31px -47px no-repeat;
        cursor: pointer;
    }

div.minimal .pp_contract {
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/sprite.png") 0 -26px no-repeat;
    cursor: pointer;
}

    div.minimal .pp_contract:hover {
        background: url("/assets/themes/default/images/prettyphoto/light_rounded/sprite.png") 0 -47px no-repeat;
        cursor: pointer;
    }

div.minimal .pp_close {
    width: 75px;
    height: 22px;
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/sprite.png") -1px -1px no-repeat;
    cursor: pointer;
}

div.minimal .pp_arrow_previous {
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/sprite.png") 0 -71px no-repeat;
}

    div.minimal .pp_arrow_previous.disabled {
        background-position: 0 -87px;
        cursor: default;
    }

div.minimal .pp_arrow_next {
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/sprite.png") -22px -71px no-repeat;
}

    div.minimal .pp_arrow_next.disabled {
        background-position: -22px -87px;
        cursor: default;
    }

div.minimal .pp_loaderIcon {
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/loader.gif") center center no-repeat;
}

div.pp_pic_holder a:focus {
    outline: none;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

    .pp_content_container .pp_left {
        padding-left: 20px;
    }

    .pp_content_container .pp_right {
        padding-right: 20px;
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px;
    }

.pp_description {
    display: none;
    margin: 0 0 5px;
}

.pp_nav {
    clear: left;
    float: left;
    margin: 3px 0 0;
}

    .pp_nav p {
        float: left;
        margin: 2px 4px;
    }

    .pp_nav .pp_play, .pp_nav .pp_pause {
        float: left;
        margin-right: 4px;
        text-indent: -10000px;
    }

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

    .pp_gallery ul {
        float: left;
        height: 35px;
        overflow: hidden;
        position: relative;
        margin: 0 0 0 5px;
    }

        .pp_gallery ul a {
            border: 1px #000000 solid;
            border: 1px rgba(0,0,0,0.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden;
        }

            .pp_gallery ul a:hover, .pp_gallery li.selected a {
                border-color: #fff;
            }

            .pp_gallery ul a img {
                border: 0;
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
    }

        .pp_gallery li.default a {
            background: url("/assets/themes/default/images/prettyphoto/facebook/default_thumbnail.gif") 0 0 no-repeat;
            display: block;
            height: 33px;
            width: 50px;
        }

    .pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
        margin-top: 7px !important;
    }

a.pp_next {
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: url("/assets/themes/default/images/prettyphoto/light_rounded/btnNext.png") 10000px 10000px no-repeat;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    display: block;
    float: right;
    text-indent: -10000px;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 24px;
    margin: -12px 0 0 -12px;
}

#pp_full_res {
    line-height: 1 !important;
}

    #pp_full_res .pp_inline {
        text-align: left;
    }

        #pp_full_res .pp_inline p {
            margin: 0 0 15px;
        }

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    z-index: 9999;
    margin: 0 0 5px 15px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}

    .pp_top .pp_left, .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }

    .pp_top .pp_middle, .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }

    * html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
        left: 0;
        position: static;
    }

    .pp_top .pp_right, .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

.pp_fade, .pp_gallery li.default a img {
    display: none;
}



/* ------------------------------- *\
        $JSFallback
\* ------------------------------- */
.js #site-nav {
    height: 60px;
}

.js #quick-menu-area {
    height: 23px;
}

.js .quick-menu {
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 15px;
}

/* Start everything as hidden and only expand when needed */
.js .quick-menu, .js .pr-content, .js .tabs {
    display: none;
}

/* Hide elements for execed */
.ExecED #common-links ul, .ExecED .drape {
    display: none;
}

/* ------------------------------- *\
        $SiteCore
\* ------------------------------- */
/* Hides fieldset legend in WFFM */
#rate-feedback .scfSectionLegend {
    display: none;
}

.text-error {
    color: #ff0000;
}
