/* 
 * 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;
}

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;
}

.newsroom-top-header {
}

#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;
}

/*Fix responsive issue on EasyDNNRotator*/
/*.chameleon_slider .main_panel .items_wrapper .item_container > img {
    width: 100% !important;
}*/

.imgLeft {
    float: left;
    margin: 0 10px 10px 0;
}

.imgRight {
    float: right;
    margin: 0 0 10px 10px;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.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%;
    }

.table-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.table-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.img-caption {
    font-size: 11px;
    line-height: 12px;
    /*NOTE: Please do not put any align css here as it will cause defect throughout the site*/
    /*text-align: center;*/
    color: #424242;
    margin-left: 2px;
    display: block;
}

span.img-caption {
    padding-top: 5px;
}

.subBoxTitle {
    font-family: "opensanslight", sans-serif;
    padding: 20px 12px 20px 12px;
    text-transform: uppercase;
    text-align: left;
}

.bgGreenlt {
    background: #bfd2cd;
}

.subBoxTitle h4 {
    margin: 0;
    color: #00529b;
    font-size: 1.143em;
    font-weight: normal;
    line-height: 1.1;
}


@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.DNNEmptyPane {
        padding-bottom: 0;
    }

    .content p.img-caption,
    .content p.img-caption,
    .content div p.img-caption {
        padding-top: 5px!important;
        padding-bottom: 0px!important;
        font-size: 11px!important;
        line-height: 12px!important;
        margin: 0;
    }

    .content,
    .content p,
    .content div {
        color: #424242;
        font-size: 1em;
        line-height: 1.571em !important;
    }

        .content ul {
            padding-left: 20px;
            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;
                    position: absolute;
                    height: 16px;
                    width: 12px;
                    left: -12px;
                    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: 20px 0 20px 0;
            padding-left: 20px;
        }

            .content ol li {
                margin: 20px 0 20px 0;
            }

        .content a:link {
            color: #00529b;
            text-decoration: underline;
        }

        .content h1 a:link, .content h2 a:link, .content h3 a:link, .content h4 a:link, .content h5 a:link, .content h6 a:link,
        .content h1 a:visited, .content h2 a:visited, .content h3 a:visited, .content h4 a:visited, .content h5 a:visited, .content h6 a:visited {
            color: #00529b;
            text-decoration: none!important;
        }

        .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 a:visited {
            color: #00529b;
            text-decoration: underline;
        }

        .content li a,
        .content li a:hover,
        .content li a:active,
        .content li a:visited {
            /*text-decoration: underline !important;*/
            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: 2.286em;
        }

        .content h2 {
            font-size: 1.714em;
        }

        .content h3 {
            font-size: 1.4em;
        }

        .content h4 {
            font-size: 1.429em;
        }

        .content h5 {
            font-size: 1.286em;
        }

        .content h6 {
            font-size: 1.143em;
        }

        .content hr {
            border: 0;
            color: #e6e6e6;
            background-color: #e6e6e6;
            height: 1px;
            margin-top: 40px;
            margin-bottom: 40px;
        }

        .content h1 a,
        .content h2 a,
        .content h3 a,
        .content h4 a,
        .content h5 a,
        .content h6 a,
        .content a h1,
        .content a h2,
        .content a h3,
        .content a h4,
        .content a h5,
        .content a h6 {
            text-decoration: none;
        }

.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 12px 0 0;
    border: none;
}

.imgright {
    float: right;
    margin: 0 0 0 12px;
    border: none;
}

img.border {
    background: #e6e6e6;
    border: 6px double #e6e6e6;
    outline: 1px solid #fff;
    outline-offset: -6px;
}

.eds_news_BJH.eds_subCollection_news blockquote,
.content blockquote {
    margin: 0;
    padding: 20px;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
}

.eds_news_BJH.eds_subCollection_news blockquote {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

    .eds_news_BJH.eds_subCollection_news blockquote p,
    .content blockquote p {
        margin-top: 0px;
        font-family: "opensans", sans-serif;
        font-size: 14px;
        font-style: normal;
        line-height: 1.857em;
    }

    .eds_news_BJH.eds_subCollection_news blockquote a,
    .content blockquote a {
        margin-top: 0px;
        font-family: "opensans", sans-serif;
        color: #1A6CB5!important;
        font-size: 14px;
        font-style: normal;
    }

    .eds_news_BJH.eds_subCollection_news blockquote p:last-child,
    .content blockquote p:last-child {
        margin-bottom: 0;
    }

    .eds_news_BJH.eds_subCollection_news blockquote small,
    .content blockquote small {
        font-size: 1.143em;
        display: block;
        color: #424242;
    }

        .eds_news_BJH.eds_subCollection_news blockquote small:before,
        .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;
}

.two_col_right .pageTitle span.titleText {
    display: block;
    width: 520px;
}

.two_col_right .printemailcolum {
    margin-bottom: 0px;
}

.pageTitle,
.pageTitleFull,
.pageTitleHL {
    font-family: "opensanslight", sans-serif;
    font-size: 2em !important;
    color: #000;
    text-transform: uppercase;
    margin: 6px 0 5px 0;
    padding: 0 0 15px 0;
}


/*Fix for IE 8*/
.vidPlayBtn {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    behavior: url(Portals/0/Skins/BJH/pie/PIE.htc);
}

.dnnForm fieldset {
    border: 0;
}





/*Gift Shop*/
.ListCell, .AltListCell {
    height: auto !important;
    float: left;
}

a.btn-primary {
    color: #ffffff !important;
    text-decoration: none !important;
}

.PagingTable {
    margin-top: 20px !important;
}

.Detail .PurchasingPanel .label {
    color: #000;
}

.Detail .PurchasingPanel .Value {
    font-size: 14px;
    line-height: 18px;
}

.MiniCartWrapper .label {
    color: #000;
}

.DisableCartFlag {
    margin-top: 20px;
}

.BillingAddressFieldset legend, .GatewayFieldset legend {
    width: auto;
    margin-bottom: 5px;
    font-size: 12px;
}

.Checkout fieldset legend span {
    font-size: 14px;
    padding: 10px 10px 10px 5px;
}

.red {
    color: #ff0000;
}

.BillingAddressFieldset table, .AddressOptions table {
    width: 100%;
}

.BillingAddressFieldset .row {
    margin-top: 10px !important;
}

.EmailFieldset input, .BillingAddressFieldset input {
    width: 100%;
}


.Checkout {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.GatewayFieldset {
    padding-top: 0 !important;
}

td.CardGatewayButton {
    text-align: left;
}

.ManualGatewayButton {
    display: none;
}

.ListHeader {
    display: none;
}

.MiniCartWrapper {
    float: right;
    padding: 0 !important;
}

    .MiniCartWrapper .MiniCart li {
        float: left;
        margin: 0;
    }

        .MiniCartWrapper .MiniCart li::before {
            content: "" !important;
        }

    .MiniCartWrapper .MiniCart .Quantity, .MiniCartWrapper .MiniCart .Total {
        margin-top: 5px !important;
    }

    .MiniCartWrapper .MiniCart .Checkout.Button {
        margin-left: 10px;
    }


a.Checkout, a.ContinueOrder, a.Button {
    background-color: #9c9d9d !important;
    color: #fff !important;
}

/*End of Gift Shop*/


/*Giftshop Category List*/
.categoryList {
    width: 100%;
}

.categoryItem {
    margin-top: 20px;
    display: table;
}

.categoryImage {
    display: table-cell;
    max-width: 75px;
    width: 75px;
    vertical-align: top;
}

    .categoryImage img {
        width: 100%;
    }

.categoryInfo {
    padding: 0 20px;
    display: table-cell;
    vertical-align: top;
}

.categoryTitle a {
    text-decoration: none !important;
    font-size: 16px;
}

/*End*/


/************************* Content Feature Boxes Common *************************/
.boxContent {
    border: 1px solid #dddddd;
    padding: 10px;
    margin-top: 10px;
    height: 150px;
}

    .boxContent img, .boxContentFull img {
        float: left;
        margin: 0 8px 8px 0;
    }

    .boxContent ul, .boxContentFull ul {
        list-style-type: none;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .boxContent li, .boxContentFull li {
        margin: 0px 0px 0px 80px;
        padding: 2px 0px 2px 8px;
        font-size: 0.75em;
        line-height: 14px;
        color: #999;
        background: url(Images/box1bullet.gif) no-repeat 0 8px;
    }
    .boxContent li a, .boxContentFull li a {
        font-size: 0.75em;
        line-height: 14px;
    }
    .boxContent li {
        font-size: 0.95em;
    }

.box1Title {
    display: block;
    color: #0145c4;
    font-size: 0.938em;
    font-weight: normal;
    clear: both;
    padding: 0 0 13px 20px;
    margin: 0;
    background: url(Images/box1Arrow.jpg) no-repeat left top;
    /*text-decoration: none !important;*/
}

a.box1Title:hover {
    text-decoration: underline !important;
}

.box1Title a {
    /*text-decoration: none !important;*/
}

    .box1Title a:hover {
        text-decoration: underline !important;
    }
p.box1Des {
    font-size: 0.75em !important;
}

.box1Des {
    /*font-size: 0.75em !important;*/
    margin-top: 0px !important;
}

/*.box-wrapper a {
    text-decoration: none !important;
}*/
.box-wrapper .boxContent a {
    text-decoration: underline !important;
}

/*.box-wrapper a:hover {
        text-decoration: underline !important;
    }*/

.box-wrapper .row .left {
    padding-left: 0;
    padding-right: 5px;
}

.box-wrapper .row .right {
    padding-right: 0;
    padding-left: 5px;
}

.box-wrapper .row .full {
    padding: 0;
}


#relatedInfoTemplate h2 {
    margin: 0 0 7px 0;
    padding: 0;
    color: #0145c4;
}


/* widget
****************************************************************/
.widgetBox {
    display: block;
    border: 1px solid #e6e6e6;
    width: 100%;
    margin-top: 10px;
}

    .widgetBox .widgetTitle {
        /*padding: 20px 5px 20px 5px;*/
        padding: 22px 5px 13px 5px;
        border-bottom: 1px solid #e6e6e6;
        text-align: left;
        text-transform: uppercase;
        color: #343434;
    }

        .widgetBox .widgetTitle a {
            display: inline-block;
            width: 100%;
            position: relative;
            color: #00529b;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 14px;
        }

            .widgetBox .widgetTitle a:after {
                display: inline-block;
                margin: 0 0 0 4px;
                font-family: 'BarnesJewishHospital';
                content: "\3d";
                vertical-align: middle;
                font-size: 0.714em;
            }


    .widgetBox img {
        -moz-border-radius: 6px 6px 6px 6px;
        -webkit-border-radius: 6px 6px 6px 6px;
        border-radius: 6px 6px 6px 6px;
        border: 1px solid #e6e6e6;
        width: 71px;
        height: 71px;
        float: left;
        margin: 0 8px 8px 0;
    }

    .widgetBox ul {
        margin: 0 10px 0 10px;
        border-top: 1px solid #e6e6e6;
    }

        .widgetBox ul li {
            text-indent: 0;
        }

            .widgetBox ul li:before {
                /*display: none;*/
            }

    .widgetBox .widgetContent {
        padding: 10px;
        text-align: left;
        font-size: 11px;
    }

        .widgetBox .widgetContent .widgetDescription {
            margin-top: 0 !important;
        }

/*End*/

/*Related Info*/
#relatedTemplate {
    width: 226px;
    padding-top: 0px;
}

    #relatedTemplate .content {
        width: 226px;
        font-size: 12px;
        color: #383e4b;
        line-height: 18px;
        padding: 0px;
        margin: 7px 0px 0px 0px;
        padding: 0px 0px 15px 0px;
    }

        #relatedTemplate .content a {
            color: #0042c2;
            text-decoration: underline;
        }

            #relatedTemplate .content a:hover {
                text-decoration: underline;
            }

        #relatedTemplate .content p {
            margin: 7px 0px;
            padding: 0px;
        }

        #relatedTemplate .content h2 {
            margin: 20px 0px 7px 0px;
            padding: 0px;
            color: #0145c4;
        }

        #relatedTemplate .content ul {
            margin: 0px;
            padding: 10px 0px 0px 15px;
        }

        #relatedTemplate .content li {
            margin: 4px 0 15px 0;
        }

            #relatedTemplate .content li a {
                color: #0042c2;
            }

                #relatedTemplate .content li a:hover {
                    text-decoration: underline;
                }

        #relatedTemplate .content .calloutBox {
            padding: 15px;
            background: #f1f3f6;
            color: #2f4981;
            font-size: 12px;
            line-height: 14px;
            border-top: 1px solid #b8c1d0;
            margin: 15px 0px;
        }

    #relatedTemplate ul {
        margin: 0px 0px 10px 15px;
        padding: 0px 0px 10px 0px;
    }
    #relatedTemplate .content ul li.linkOpen {
        cursor: text;
        color: #00529b;
    }
    #relatedTemplate .content ul li.linkOpen img {
        margin-bottom: 2px!important;
    }
    #relatedTemplate .content ul li.linkOpen:before {
        content: "";
    }
    #relatedTemplate .content span.ApplyClass a, 
    #relatedTemplate .content a.ApplyClass {
        color: #00529b;
    }

#relatedInfoTemplate {
    width: 245px !important;
    padding-top: 0px !important;
}

    #relatedInfoTemplate .content {
        font-size: 12px;
        color: #383e4b !important;
        line-height: 18px !important;
        padding: 0px !important;
        margin: 7px 0px 0px 0px !important;
        width: 245px !important;
        padding: 0px 0px 0px 0px !important;
    }

    #relatedInfoTemplate h2 {
        margin: 20px 0px 7px 0px;
        padding: 0px;
        color: #0145c4;
    }

    #relatedInfoTemplate .content ul {
        margin: 0px !important;
        padding: 10px 0px 0px 15px !important;
        list-style-image: none !important;
    }

    #relatedInfoTemplate .content li {
        list-style-image: none !important;
    }

    #relatedInfoTemplate .linkOpen {
        font-size: 12px;
        color: #07318f !important;
        list-style-type: none !important;
    }

    #relatedInfoTemplate .linkBullet, #relatedInfoTemplate .viewMore {
        font-size: 12px;
        color: #4f4f4f !important;
        list-style-type: none !important;
        padding-left: 30px !important;
    }

        #relatedInfoTemplate .linkBullet a {
            color: #4f4f4f !important;
            text-decoration: none !important;
        }

        #relatedInfoTemplate .viewMore a {
            color: #0042c2 !important;
            text-decoration: none !important;
        }

        #relatedInfoTemplate .linkBullet a:hover {
            color: #0b4ecf !important;
        }

        #relatedInfoTemplate .viewMore a:hover {
            text-decoration: underline !important;
        }
/* End Related Info */

/*RHS Heading*/
.empty h3 {
    font-size: 1.429em;
    font-family: "opensanslight", sans-serif;
    color: #000;
    text-transform: uppercase;
}

.Right_Column_Header {
    margin: 20px 0px 7px 0px;
    padding: 0;
    color: #0145c4!important;
}
/*End RHS Heading*/

/* add line height to right pane */
.rightPane p {
    line-height: 1.571em !important;
}

.rightPane .Normal {
    line-height: 1.571em !important;
}

    .rightPane .Normal a:link, a:visited, a:active {
        text-decoration: underline;
    }

.edn_socialPrintWrapper {
    display: none;
    visibility: hidden;
}
/*Form- thank you -  blue background and align text to the left*/
.phFormTemplate .bstrap30 .alert {
    background: none !important;
    border: 0 !important;
    color: #424242;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding-left: 0;
}

    .phFormTemplate .bstrap30 .alert p {
        text-align: left !important;
    }

.middleLeftPane .relatedAdditionalInfoContainer {
    margin: 0 0 6px;
}


.eds_news_BJH.eds_subCollection_news .EDN_article h2.normal-style {
    font-size: 1em;
}

    .eds_news_BJH.eds_subCollection_news .EDN_article h2.normal-style a {
        font-size: 1em;
    }

/* Action form */
.form-group-radio-list div.radio-list {
    float: left;
    margin-right: 8px;
}
.err-placeholder {
    clear: both;
    float: none;
}
.field-container.form-group-captcha {
    padding-left: 9px;
}
/*Calendar*/
.ui-datepicker .ui-datepicker-title {
    color: #000;
}
/*** As requested, this is to hide banner on secondary pages (17-Oct-2016) ***/
.globalBannerArea .second-page-banner{
    display: none
}
@media (min-width: 768px) and (max-width: 991px) {
    .box-wrapper .row .left, .box-wrapper .row .right {
        padding: 0;
    }
}

@media (max-width: 767px) {
    .MiniCartWrapper {
        float: left;
    }
    /*Gift Shop*/
    .SpecialInstructions {
        width: 100% !important;
    }

    .GateWays .CardGatewayButton input {
        width: 200px;
    }
    /*End*/

    .box-wrapper .row .left, .box-wrapper .row .right {
        padding: 0;
    }

    .two_col_right .pageTitle span.titleText {
        display: block;
        width: 100%;
    }
}

@media (max-width: 480px) {
    /*Gift Shop*/
    .CheckoutSteps .Label {
        padding: 0 !important;
    }
    /*End*/

}