/* 
 * Deprecated DNN CSS class names will remain available for some time
 * before being  permanently removed. Removal will occur according to
 * the  following process:
 *
 * 1. Removal will only occur with a major (x.y) release, never
 *    with a maintenance (x.y.z) release.
 * 2. Removal will not occur less than six months after the release
 *    when it was deprecated.
 * 3. Removal will not occur until after deprecation has been noted 
 *    in at least two major releases.
 *
 *                                              |        |Planned |
 *  Name                                        |Release |Removal |
 *----------------------------------------------+--------+--------+
 * Mod{NAME}C                                     5.6.2    6.2
 *   {NAME} = sanitized version of the DesktopModule Name 
 *   Used on <div> tag surrounding Module Content, inside container
 *----------------------------------------------+--------+--------+
 */



/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane {
}

.ContentPane {
}

.RightPane {
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited {
}

A.SelectedTab:hover {
}

A.SelectedTab:active {
}

/* text style for the unselected tabs */
.OtherTabs {
}

/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited {
}

A.OtherTabs:hover {
}

A.OtherTabs:active {
}

/* GENERAL */
/* style for module titles */
.Head {
}

/* style of item titles on edit and admin pages */
.SubHead {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal {
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox {
}

.NormalRed {
}

.NormalBold {
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton {
}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited {
}

A.CommandButton:hover {
}

A.CommandButton:active {
}

/* button style for standard HTML buttons */
.StandardButton {
}

/* GENERIC */
H1 {
}

H2 {
}

H3 {
}

H4 {
}

H5, DT {
}

H6 {
}

TFOOT, THEAD {
}

TH {
}

A:link {
}

A:visited {
}

A:hover {
}

A:active {
}

SMALL {
}

BIG {
}

BLOCKQUOTE, PRE {
}


ul ul, ul ol, ol ol, ol ul {
    margin-left: 0;
}


.content ul {
    padding-left: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.content li {
    margin-bottom: 4px;
}

.content ul li {
    list-style-type: disc;
}

.content ul ul li {
    list-style-type: square;
}

.content ul ul ul li {
    list-style-type: circle;
}

.content ol {
    padding-left: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
    list-style-type: decimal;
    list-style-position: outside;
}

OL LI {
    list-style-type: decimal;
}

OL OL LI {
    list-style-type: lower-alpha;
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message {
}

/* style of item titles by Announcements and events */
.ItemTitle {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel {
}

.LoginTabGroup {
}

.LoginTab {
}

.LoginTabSelected {
}

.LoginTabHover {
}

.LoginContainerGroup {
}

.LoginContainer {
}


#contentBannerArea {
    height: 108px;
}

#contentBannerArea, #contentBannerAreaTall {
    display: table;
    margin: 0 auto;
    width: 100%;
}

h2.bannerHeaderBigger {
    color: #00529B;
    display: table-cell;
    font-family: "opensanslight",sans-serif;
    font-size: 2.5em;
    font-weight: normal;
    padding-left: 20px;
    text-transform: uppercase;
    vertical-align: middle;
}

/* Content UI
**********************************************/

.column {
    border: 0 solid rgba(0,0,0,0);
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding-box!important;
    -webkit-background-clip: padding-box!important;
    background-clip: padding-box!important;
}

@media screen and (min-width:0) {
    .column {
        margin-left: 2%;
        padding: 0;
    }

    .row .column:first-child {
        margin-left: 0;
    }

    .span_1 {
        width: 4.375%;
    }

    .span_2 {
        width: 10.75%;
    }

    .span_3 {
        width: 17.125%;
    }

    .span_4 {
        width: 23.5%;
    }

    .span_5 {
        width: 29.875%;
    }

    .span_6 {
        width: 36.25%;
    }

    .span_7 {
        width: 42.625%;
    }

    .span_8 {
        width: 49%;
    }

    .span_9 {
        width: 55.375%;
    }

    .span_10 {
        width: 61.75%;
    }

    .span_11 {
        width: 68.125%;
    }

    .span_12 {
        width: 74.5%;
    }

    .span_13 {
        width: 80.875%;
    }

    .span_14 {
        width: 87.25%;
    }

    .span_15 {
        width: 93.625%;
    }

    .span_16 {
        margin-left: 0;
        width: 100%;
    }
}

div[class*='span_'] { /*background-color:rgba(255,0,0,0.5);border:1px solid #f3c; margin-bottom:20px;*/
}
/* Content Banner
******************************************************/
.subContentRow {
    margin: 32px 0 0 0;
}

.content {
    /*padding: 0 0 40px 0;*/
}

    .content,
    .content p {
        color: #424242;
        font-size: 1em;
        line-height: 1.4286em;
    }

        /*.content ul {
            padding-left: 40px;
			margin-bottom: 10px;
			margin-top: 10px;
        }

            .content ul li {
                position: relative;
                list-style: none;
				margin-bottom: 4px;
            }

                .content ul li:before {
                    font-family: 'BarnesJewishHospital';
                    content: '\66';
                    speak: none;
                    color: #00529b;
                    font-size: .4em;
                    display: inline-block;     
                    height: 16px;
                    width: 12px;
                    margin-left: -12px;
					margin-top: -1px;
                }

                .content ul li li:before {
                    font-family: 'BarnesJewishHospital';
                    content: '\66';
                    speak: none;
                    color: #bfced2;
                    font-size: .4em;
                    display: inline-block;
                    position: absolute;
                    height: 16px;
                    width: 16px;
                    left: -16px;
                    top: 1px;
                }

            .content ul.listSquare {
            }

                .content ul.listSquare li {
                    list-style-type: square !important;
                }

                    .content ul.listSquare li:before {
                        display: none;
                    }


            .content ul li > p {
            }

        .content ol {
            margin: 10px 0;
			padding-left: 28px;
        }

            .content ol li {
                margin: 0 0 4px 0;
				list-style-position: outside;
				margin-left: 1.3em;
            }*/

        .content a:link {
            color: #00529b;
            text-decoration: underline;
        }

        .content a:visited {
            color: #00529b;
            text-decoration: underline;
        }

        .content a:hover {
            color: #1a6cb5;
            text-decoration: underline;
        }

        .content a:active {
            color: #1a6cb5;
            text-decoration: underline;
        }

        .content h1,
        .content h2,
        .content h3,
        .content h4,
        .content h5,
        .content h6 {
            font-family: "opensanslight", sans-serif;
            color: #000;
            text-transform: uppercase;
        }

        .content h1 {
            font-size: 1.857em;
        }

        .content h2 {
            font-size: 1.769em;
            color: #00529b;
        }

        .content h3 {
            font-size: 1.615em;
        }

        .content h4 {
            font-size: 1.462em;
        }

        .content h5 {
            font-size: 1.308em;
        }

        .content h6 {
            font-size: 1.154em;
        }

        /*.content hr {
            border: 0;
            color: #e6e6e6;
            background-color: #e6e6e6;
            height: 1px;
            margin-top: 40px;
            margin-bottom: 40px;
        }*/

        .content #relatedContent hr {
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .content table tr td {
            padding: 5px;
        }

.subhead {
    font-family: "opensanslight", sans-serif;
    font-size: 1.143em;
    color: #828383;
    text-transform: none;
}

.content table.tabular {
}

    .content table.tabular th {
        padding: 19px 0 19px 0;
        border: 1px solid #e6e6e6;
        background: #f7f7f7;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 1.143em;
        text-align: center;
    }

    .content table.tabular tr {
        border: 1px solid #e6e6e6;
    }

    .content table.tabular td {
        vertical-align: top;
        padding: 20px;
        border: 1px solid #e6e6e6;
    }

.content .imgborder {
    background: #e6e6e6;
    border: 5px double #e6e6e6;
    outline: 1px solid #fff;
    outline-offset: -5px;
}

.imgLeft {
    float: left;
    margin: 0 16px 0 0;
    border: none;
}

.imgRight {
    float: right;
    margin: 0 0 0 16px;
    border: none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    margin: 0 !important;
    overflow: hidden;
    float: none !important;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

img.border {
    background: #e6e6e6;
    border: 6px double #e6e6e6;
    outline: 1px solid #fff;
    outline-offset: -6px;
}

.content blockquote {
    margin: 0;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

    .content blockquote p {
        margin-top: 0;
        font-family: "opensanslight", sans-serif;
        color: #000;
        font-size: 1.143em;
        line-height: 1.857em;
    }

        .content blockquote p:last-child {
            margin-bottom: 0;
        }

    .content blockquote small {
        font-size: 1.143em;
        display: block;
        color: #424242;
    }

        .content blockquote small:before {
            content: '\2014 \00A0';
        }

.content form {
    box-sizing: border-box;
}

.content label {
    font-size: 1em;
    color: #000;
    font-weight: normal;
}

/* Conflicting with telerik :/ */
/*.content input[type="text"] {
	display: inline-block;
	width: 100%;
	height: 36px;
	padding-left: 10px;
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.content select {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
	margin-bottom: 20px;
}
.content textarea {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
	margin-bottom: 20px;
}
.content button {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding: 12px 96px 12px 96px;
    background: #00529b;
    border: 1px solid #034681;
}

    .content button:hover,
    .content button:active {
        background: #1a6cb5;
        border: 1px solid #1761a4;
    }

    .content button span {
        color: #fff;
        font-size: 0.786em;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        padding-left: 10px;
    }*/
/***********************************************/

.pageTitle {
    font-family: "opensanslight", sans-serif;
    color: #000;
    text-transform: uppercase;
    font-size: 2.286em;
    margin: 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #e6e6e6;
}

.pageTitle,
.pageTitleFull,
.pageTitleHL {
    font-family: "opensanslight", sans-serif;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    padding: 0 0 13px 0;
}


/*Fix for IE 8*/
.vidPlayBtn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(/Portals/0/Skins/Goldfarb/pie/PIE.htc);
}

.dnnForm fieldset {
    border: 0;
}


/* Override Expandable Module CSS */
.ICG_ETH_topCollapseLink {
    display: none;
}

.btmLinks {
    display: none !important;
}

a.ICG_ETH_greenLink {
    font-size: 15px;
    margin: 0 0 10px !important;
    display: block;
    font-family: "opensanslight", sans-serif;
    color: #00529b !important;
    text-transform: uppercase;
}

.ICG_ETH_Expanders {
    height: auto;
    padding-bottom: 10px;
}

    .ICG_ETH_Expanders a.SubHead {
        font-size: 15px;
        height: auto;
        font-family: "opensanslight", sans-serif;
        color: #00529b;
        text-transform: uppercase;
        text-decoration: none;
        float: none;
    }

[id*=ICG_ETH_] hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

[id*=ICG_ETH_] [id*=ICG_ETH_ColTop_] {
    display: none;
}

/* Fix title & description on video gallery*/
.chameleon_slider.NewsOne .scrollable_box.item_info {
    bottom: 165px !important;
    background: url("Images/transparent-black.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.chameleon_slider.NewsOne .title_box.current_item {
    background: url("Images/transparent-black.png") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.chameleon_slider.NewsOne .title_box {
    bottom: 235px !important;
}

    .chameleon_slider.NewsOne .title_box span {
        top: 5px !important;
    }

.row6 .centersNav {
    margin-top: 10px;
}

.row6 .whyChooseNav {
    margin-top: 110px;
}



/* Second Rotator */
.second-rotator-header {
    color: #ffffff;
    font-size: 26px;
    line-height: 30px;
    font-weight: normal;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
    margin-top: 0;
}

#second-rotator .rotator-item {
    padding: 0 10px;
    text-align: center;
}

    #second-rotator .rotator-item .link {
        text-align: center;
    }

        #second-rotator .rotator-item .link img {
            padding-bottom: 10px;
            max-width: 100%;
            height: auto;
        }

        #second-rotator .rotator-item .link .title {
            color: #fff;
            text-align: center;
            font-size: 0.857em;
            line-height: 1.143em;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
            padding-top: 20px;
        }



#second-rotator {
    padding: 0 30px;
}


.vidRow .vidRowBorder .container {
    position: relative;
}
/* < > */
#vidThumbsNav {
    position: absolute;
    width: 100%;
}

    #vidThumbsNav a {
        position: absolute;
        top: 55px;
        padding: 0;
        font-size: 2em;
        color: #fff;
        opacity: 0.5;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
        z-index: 3;
    }

    #vidThumbsNav .prev {
        left: 0;
    }

    #vidThumbsNav .next {
        right: 0;
    }

    #vidThumbsNav a:hover {
        opacity: 0.7;
    }

    #vidThumbsNav a:active {
        opacity: 1;
    }



/* Publication */
.publication-list {
    width: 100%;
    list-style: none !important;
    list-style-type: none !important;
    padding-left: 0 !important;
}

    .publication-list li {
        float: left;
        margin-bottom: 10px;
        margin-right: 10px;
        text-align: center;
        list-style: none !important;
        list-style-type: none !important;
    }

/* EasyDNNNew list*/
.eds_news_GSN.eds_subCollection_news .ednMoreArticlesTriggerWrapper > button.trigger {
    width: auto !important;
}

.eds_news_GSN.eds_subCollection_news .EDN_meta-details li.EDN_number-views {
    display: none !important; /* Hide number of view*/
}
/*Events*/
.edn_widget_filtermenu_box.Blue > h2.edn_module_title {
    margin-bottom: 0;
}

.edn_widget_filtermenu_box .edn_filter_menu {
    display: none;
}

.eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div {
    margin-bottom: 1px;
}

.eds_news_BlogOne.eds_subCollection_categoryMenu ul {
    margin-top: -17px;
}

    .eds_news_BlogOne.eds_subCollection_categoryMenu ul.edn_category_menu_wrapper li div a.icon.rss {
        width: auto !important;
    }

.edn_widget_filtermenu_box {
    margin-bottom: 0 !important;
}

.eds_news_BlogOne.eds_subCollection_categoryMenu {
    margin-bottom: 0 !important;
}

/*Blog*/
.rss {
    background: url("images/rss-icon.png") no-repeat left center transparent;
    display: block;
    padding-left: 25px;
}

.author-list {
    padding-bottom: 10px;
}

    .author-list a {
        display: block;
        float: left;
        margin: 0 0 5px 5px;
    }

/* Events Back Button */
a.Events_BackButton {
    background: url("images/btn_back.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    color: #883327;
    display: block;
    font: 11px Verdana,Arial,Helvetica,sans-serif;
    height: 26px;
    padding-left: 20px;
    padding-top: 5px;
    margin-top: 5px;
    text-align: left;
    text-decoration: none;
    width: 91px;
    float: right;
}

    a.Events_BackButton:hover {
        background: url("images/btn_back_over.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    }

/* Add to Calendar */
.export {
    background-image: url("images/AddtoCalendar.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #013e8a;
    display: block;
    padding: 5px 0 0 21px !important;
    line-height: 16px;
    text-decoration: none;
}

.edn_widget_filtermenu_box .edn_filter_menu li > div {
    margin: 0 !important;
}

.eds_news_BlogOne.eds_subCollection_search .search_input.button_outside .input {
    width: 100%;
}

.eds_news_BlogOne.eds_subCollection_search .search_input.button_outside .do_search {
    transition: none !important;
}

    .eds_news_BlogOne.eds_subCollection_search .search_input.button_outside .do_search:hover {
        transition: none !important;
    }

.edn_widget_filtermenu_box > div select {
    padding: 2px 9px !important;
}

.table-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.table-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.img-caption {
    font-size: 12px !important;
    color: #707070 !important;
    margin-left: 2px;
}

/*Action Form : Fix textarea height*/
.bstrap30 textarea {
    height: 114px !important;
}

.bstrap30 .form-horizontal .control-label {
    text-align: left !important;
}

.rss-icon {
    background: url('Images/rss-icon.png') no-repeat left center transparent;
    padding-left: 40px;
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .row6 .centersNav {
        margin-top: 0;
    }

    .row6 .whyChooseNav {
        margin-top: 0;
    }

    /*Second Rotator*/
    .vidRow .vidRowBorder .container {
        padding: 0;
    }

    #vidThumbsNav .prev {
        left: 5px;
    }

    #vidThumbsNav .next {
        right: 5px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .imgRight {
        float: left;
        margin: 0 16px 0 0;
        border: none;
    }

    table, .table-left, .table-right {
        table-layout: fixed;
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        float: none;
    }

    .chameleon_slider.NewsOne .scrollable_box .viewport .overview, .chameleon_slider.NewsOne .scrollable_box .viewport p {
        padding: 0 10px !important;
    }

    .row6 .centersNav {
        margin-top: 0;
    }

    .row6 .whyChooseNav {
        margin-top: 0;
    }

    /*Second Rotator*/
    .second-rotator-header {
        padding: 0 20px;
        margin-top: 0;
    }

    #second-rotator .owl-item {
    }

    .vidRow .vidRowBorder .container {
        padding: 0;
    }

    #vidThumbsNav .prev {
        left: 15px;
    }

    #vidThumbsNav .next {
        right: 15px;
    }
}
