/* Minification failed. Returning unminified contents.
(7408,47): run-time error CSS1046: Expect comma, found '0'
(7408,51): run-time error CSS1046: Expect comma, found '/'
(7409,39): run-time error CSS1046: Expect comma, found '0'
(7409,43): run-time error CSS1046: Expect comma, found '/'
 */
/*
 * Override of bootstrap
 */

/* text */
.text-preserve-ws {
    white-space: pre-line;
}

blockquote.plain {
    font-size: 100%;
}

.glyphicon.glow.text-success {
    text-shadow: 0px 0px .35em rgba(0, 128, 0, 0.6);
}

.close-hi-visibility {
    color: #e03a3e;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

    .close-hi-visibility:hover {
        color: #e03a3e;
        opacity: 1.0;
        filter: alpha(opacity=100);
    }

.opaque-on-hover {
    opacity: .4
}

    .opaque-on-hover:hover,
    .opaque-on-hover:focus {
        opacity: 1;
    }


/* force a span to have not have any left margin and hence line up with its container. */
.offset0 {
    margin-left: 0;
}


/* lost styles with move to bootstrap3 (need to find replacement) */
.help-inline {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
}


/* Buttons */
.btn-padded {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 90%;
    padding: .85em 1.5em;
    font-weight: 600;
}

.input-group-btn .btn-padded {
    min-width: inherit;
    font-size: 12px;
    padding: 8px 12px 7px;
}

.btn-wrap {
    white-space: normal;
}


/* text */
.center-to-left,
.center-to-right {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.text-center-to-left,
.text-center-to-right {
    text-align: center;
}

@media (min-width: 768px) {
    .center-to-left {
        text-align: left;
        float: left;
    }

    .center-to-right {
        float: right;
        text-align: right;
    }

    .text-center-to-left {
        text-align: left;
    }

    .text-center-to-right {
        text-align: right;
    }
}


/* pagination */
.pagination {
    margin: auto;
}

/* modals */
.modal-backdrop {
    bottom: 0px;
    position: fixed;
}

@media (max-width: 992px) {
    .modal-lg {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
}


/* navbar */
.navbar-muted {
    background-color: #F5F5F5;
}

.navbar.small {
    min-height: 35px;
}

    .navbar.small .navbar-nav > li > a,
    .navbar.small .navbar-nav > li.navbar-text {
        margin: 0px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .navbar.small .navbar-nav.breadcrumb > li.navbar-text {
        padding: 2px 4px;
    }

.navbar .divider-vertical {
    height: 50px;
    margin: 0 9px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #f2f2f2;
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

.btn + .btn {
    margin-left: 5px;
}

/* pills */
.nav-pills > li {
    vertical-align: middle;
}

.nav-pills.center-pills {
    display: inline-block;
}

.nav-pills > li.active-muted > a, .nav-pills > li.active-muted > a:hover, .nav-pills > li.active-muted > a:focus {
    background-color: #eeeeee;
    color: #333366;
}

.nav-pills-xs {
}

    .nav-pills-xs > li > a {
        padding: 2px 4px;
    }


/* breadcrumbs */
.breadcrumb-plain {
    background-color: none;
}

.navbar .breadcrumb {
    margin-bottom: 0px;
    margin-left: -15px;
}

    .navbar .breadcrumb li a {
        line-height: normal;
    }


/* panels */
.panel.panel-plain {
    border-bottom: none;
    box-shadow: none;
}

    .panel.panel-plain .panel-heading {
        border-bottom: 1px solid #cccccc;
    }

    .panel.panel-plain .panel-footer {
        background-color: transparent;
    }


/* forms */
.form-inline .form-group {
    display: inline-block;
    padding: .5em;
}

.input-group .input-group {
    width: 100%; /* for chrome,webkit */
}

.static-input-validation-error {
    border: 1px solid #E03A3E;
    background-color: #FEE;
}

.form-control {
    font-size: 13px;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.control-label[class*=col-] {
    margin-top: 7px;
}

label {
    font-weight: 600;
    color: #333;
}

@media (max-width: 768px) {
    label {
        font-weight: 700;
    }
}

textarea.form-control {
    min-height: 80px;
}

/* lists */
.dl-horizontal dt {
    overflow: visible;
}

.dl-horizontal dd {
    overflow: visible;
}

ul.list-horizontal {
    display: block;
}

    ul.list-horizontal > li {
        display: inline-block;
    }

ul.list-simple {
    list-style-position: inside;
    padding: 0em;
}

/* tables */
.table-striped > tbody > tr:nth-child(2n+1) > td.mark, .table-striped > tbody > tr:nth-child(2n+1) > th.mark {
    padding: .2em;
    background-color: #fcf8e3;
}



/* tooltips and popovers */
.popover-longread {
    font-size: .85em;
    max-width: 450px;
}

    .popover-longread .popover-content {
        overflow: hidden;
    }

.popover {
    max-width: 450px;
    min-width: 350px;
}

/* badges */
.badge-info,
.panel-default > .panel-heading .badge-info {
    color: #fff;
    background-color: #5bc0de;
}


/* Angular UI styling */
.tab-content {
    margin: 1em .5em;
}


/* Angular UI DatePicker */
[datepicker] .btn {
    border: none;
}


/* ui-select */
.ui-select-match {
    min-width: 5em;
}

.ui-select-placeholder, .ui-select-match-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
}

.ui-select-toggle > .btn.btn-link {
    margin-right: 10px;
    top: 6px;
    position: absolute;
    right: 10px;
}

.ui-select-bootstrap > .ui-select-choices {
    width: auto;
    max-width: 300px;
}

    .ui-select-bootstrap > .ui-select-choices * {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.ui-select-toggle[disabled] {
    background-color: #EEE;
    opacity: 1;
}

.navbar-static-top {
    z-index: 100;
}

.tooltip-inner {
    max-width: 270px;
}

.no-border {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/*-----Base-----*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/css/vendor/boxsizing.htc);
}

html {
    min-height: 100%;
    position: relative;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    background: #ffffff;
    font-size: 13px;
    margin-bottom: 200px;
    -ms-overflow-style: scrollbar;
}

    body.gray {
        background: #eaeaea;
    }

p.sub {
    color: #4f4f4f;
}

p.sub-minor {
    color: #696969;
    font-size: 12.75px;
    font-style: italic;
    line-height: 20px;
}
/* Indentation for Chinese Language Releases. */
p.indent {
    text-indent: 2em;
}

img {
    max-width: none;
}

    img.push {
        margin: 13px 0 20px;
    }

    img.contain {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    img.img-circle {
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

::-moz-selection {
    background: #dddddd;
}

::selection {
    background: #dddddd;
}

label {
    font-size: 14px;
}

/*-----Typography-----*/
h1 {
    font-size: 34px;
    font-weight: 600;
}

    h1.page_title {
        font-weight: 300;
        color: #333333;
        margin: 25px 0;
        letter-spacing: -0.34px;
    }
/* Replaces h1.page_title small, which is messing up Google results 4/11/16 */
div.release_date {
    display: block;
    text-transform: uppercase;
    color: #333333;
    font-size: 12.5px;
    font-weight: 600;
    letter-spacing: normal;
    margin-top: 23px;
    margin-bottom: -18px;
}

    div.release_date .red {
        color: #dc0002;
    }

    div.release_date .lite {
        color: #333333;
        font-weight: 400;
    }

h2 {
    font-weight: 500;
}

    h2.post_title {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 0;
        margin-top: 0;
    }

    h2.news_title {
        font-size: 14px;
        line-height: 18px;
        color: #333333;
        margin: 10px 0 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    h2.subhead {
        text-align: left;
        font-size: 13px;
        font-weight: 600;
        color: #dc0002;
        text-transform: uppercase;
        margin: 30px 0;
        padding: 0;
    }

        h2.subhead.secondary {
            color: #005080;
            border: none;
            border-left: 2px solid #333333;
            padding-left: 8px;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
        }

            h2.subhead.secondary.marine {
                border-left: 2px solid #333333;
                color: #008875;
            }

            h2.subhead.secondary.cancer {
                border-left: 2px solid #333333;
                color: #7f222a;
            }

        h2.subhead.text-left {
            text-align: left;
        }

h3.subject_title {
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding-bottom: 8px;
    margin-top: 20px;
}

a {
    color: #0088cc;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    transition: all 0.1s linear;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #08a3f1;
    }

    a:focus,
    a:active,
    a:visited {
        text-decoration: none;
    }

    a.inverse {
        color: #000000;
    }

        a.inverse:hover {
            color: #08a3f1;
        }

    a.push {
        top: 30px;
        position: relative;
    }

b,
strong {
    font-weight: 600;
}

hr.major {
    height: 8px;
    background: #f1f1f1;
    margin: 0 -20px;
    border-bottom: 1px solid #b9babc;
    border-top: 1px solid #b9babc;
}

hr.minor {
    height: 1px;
    background: #b9babc;
    margin: 0 -20px;
    border: none;
}

hr.trending {
    height: 1px;
    background: #b9babc;
    margin: 20px -20px 20px -20px;
    border: none;
}

.well {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: none;
    background: #f1f1f1;
}

.panel-body {
    padding: 20px;
}

.lightgraypanel {
    background-color: #e7e7e7;
}

.arabic {
    font-family: Traditional Arabic;
    direction: rtl;
}

.fa-eurekalert {
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    .fa-eurekalert:before {
        content: '';
        display: block;
        background: url(/images/e4/icn.eurekalert.png);
        width: 13px;
        height: 13px;
        -webkit-background-size: 13px 13px;
        -moz-background-size: 13px 13px;
        -o-background-size: 13px 13px;
        background-size: 13px 13px;
    }

.break-text {
    white-space: pre;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.no-break-text {
    white-space: nowrap;
}
/*-----Scaffolding-----*/
#main-content,
#sidebar-content {
    padding-left: 10px;
    padding-right: 10px;
}

.equal-height {
    overflow: hidden;
}

    .equal-height > * {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

.full-height {
    height: 100%;
}

.pipe > *:before {
    display: block;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    border-left: 1px solid #d9d9d9;
}

.pipe > *:first-child:before,
.pipe > *.hide-pipe:before {
    border-left: none;
    display: none;
    visibility: hidden;
}

.center-image {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    white-space: nowrap;
}

    .center-image:after {
        display: inline-block;
        height: 100%;
        width: 0;
        vertical-align: middle;
        content: "";
    }

    .center-image img {
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }
/*-----Buttons-----*/
.btn {
    white-space: normal;
}

    .btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn-icon {
    padding-right: 25px !important;
    line-height: 18px !important;
}

    .btn-icon i.fa.pull-right {
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -7px;
    }
/*-----Pagination-----*/
.pagination {
    margin: 0;
}

    .pagination > li a {
        border-radius: 4px;
        margin: 0 4px;
        border-color: #0088cc;
        color: #0088cc;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        .pagination > li a:hover {
            border-color: #0088cc;
            color: #0088cc;
            background: #cdeaf8;
        }

    .pagination > li.active a {
        color: #ffffff;
        background: #0088cc;
        border-color: #0088cc;
    }

        .pagination > li.active a:hover {
            background: #0088cc;
            border-color: #0088cc;
        }
/*-----Navigation-----*/
/*.navbar {
    border: none;
    background: #cb2121 url(/Content/images/bg.header-mobile.png) center center no-repeat;
    margin-bottom: 0;
    min-height: 40px;
}*/

.navbar .container.flush {
    padding: 0;
}

    .navbar .container.flush > .clearfix {
        position: relative;
    }

.navbar.navbar-inverse {
    background: #505050;
}

    .navbar.navbar-inverse .nav-pills {
        margin: 0 -20px;
    }

        .navbar.navbar-inverse .nav-pills > li {
            margin: 0;
        }

            .navbar.navbar-inverse .nav-pills > li > a {
                padding: 11px 18px;
                text-transform: uppercase;
                font-weight: 400;
                color: #ffffff;
                border-radius: 0;
            }

                .navbar.navbar-inverse .nav-pills > li > a:hover,
                .navbar.navbar-inverse .nav-pills > li > a:visited,
                .navbar.navbar-inverse .nav-pills > li > a:active,
                .navbar.navbar-inverse .nav-pills > li > a:focus {
                    color: #ffffff;
                    background: none;
                }

.logo {
    display: inline-block;
    z-index: 1;
}

    .logo img {
        display: inline-block;
        margin: 17px 0 16px;
        /*border-right: 1px solid #ffffff;*/
        width: auto;
        height: auto;
        /*max-width: 270px;*/
        max-height: 100%;
    }

.brand {
    display: inline-block;
}

    .brand img {
        display: inline-block;
        width: auto;
        height: auto;
        max-width: 111px;
        max-height: 60px;
    }

#search {
    text-align: right;
}

    #search.navbar-collapse {
        border: none;
        box-shadow: none;
    }

    #search form {
        margin: 34px -15px 5px -15px;
        overflow: hidden;
    }

    #search .form-control {
        height: 30px;
        padding-top: 3px;
        padding-bottom: 3px;
        font-size: 13px;
        background: #f1f1f1;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-weight: 600;
        border-radius: 4px 0 0 4px;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        #search .form-control::-webkit-input-placeholder {
            text-transform: uppercase;
            color: #333333;
        }

        #search .form-control:-moz-placeholder {
            /* Firefox 18- */
            text-transform: uppercase;
            color: #333333;
        }

        #search .form-control::-moz-placeholder {
            /* Firefox 19+ */
            text-transform: uppercase;
            color: #333333;
        }

        #search .form-control:-ms-input-placeholder {
            text-transform: uppercase;
            color: #333333;
        }

    #search #search-btn {
        height: 30px;
        border: none;
        margin: 0;
        padding-top: 3px;
        padding-bottom: 3px;
        color: #333333;
        background: #f1f1f1;
        font-size: 17px;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
        border-radius: 0 4px 4px 0;
    }

        #search #search-btn:hover {
            background: #f1f1f1;
        }

.advanced-search {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 2.2px;
}

    .advanced-search:active,
    .advanced-search:visited,
    .advanced-search:focus,
    .advanced-search:hover {
        color: #ffffff;
        text-decoration: none;
    }

.search-header {
    position: relative;
    z-index: 2;
}

.search-wrapper {
    position: absolute;
    right: 0;
    height: 100%;
}

    .search-wrapper .search-btn {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        right: 15px;
        padding: 7px;
        border: none;
        background: none;
        color: #ffffff;
    }

        .search-wrapper .search-btn:hover,
        .search-wrapper .search-btn:active,
        .search-wrapper .search-btn:focus {
            color: #ffffff;
            background: none;
            outline: none;
        }

.navbar-toggle {
    margin: 0 20px 0 0;
    border: none;
    padding: 13px 10px;
    border-radius: 0;
    background: none;
}

    .navbar-toggle:hover,
    .navbar-toggle:focus {
        background: none !important;
    }

        .navbar-toggle:hover span.icon-bar,
        .navbar-toggle:focus span.icon-bar {
            /*background-color: #ffdb3d;*/
        }

.nav > li.mega-dropdown {
    position: static;
}

    .nav > li.mega-dropdown.active > a.dropdown-toggle {
        background-color: #2f2f2f;
    }

        .nav > li.mega-dropdown.active > a.dropdown-toggle:hover {
            background-color: #2f2f2f;
        }

    .nav > li.mega-dropdown > ul.dropdown-menu {
        display: none;
        left: 0;
        right: 0;
        width: 100%;
        float: none;
        padding: 0;
        margin: 0;
        border: none;
        border-bottom: 1px solid #90B8D0;
        border-radius: 0;
        background: transparent url(/images/e4/bg.meganav-o.png) top center repeat;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

        .nav > li.mega-dropdown > ul.dropdown-menu h3 {
            font-weight: 400;
            color: #dc0002;
            font-size: 14px;
            text-transform: uppercase;
        }

        .nav > li.mega-dropdown > ul.dropdown-menu h4 {
            font-size: 12px;
            padding: 0 15px;
            text-transform: uppercase;
            color: #4f4f4f;
        }

        .nav > li.mega-dropdown > ul.dropdown-menu p.aboutblurb {
            height: 75px;
        }

        .nav > li.mega-dropdown > ul.dropdown-menu li.hidden-xs {
            padding: 25px 0;
        }

        .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs {
            background: #e6f6ff;
        }

            .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav {
                margin: 0;
            }

                .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav li {
                    border-top: 1px solid #90B8D0;
                }

                    .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav li:first-child,
                    .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav li.first {
                        border-top: none;
                    }

                    .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav li.dropdown-header {
                        background: #ffdb3d;
                        color: #000000;
                        text-transform: uppercase;
                        padding-top: 10px;
                        padding-bottom: 10px;
                    }

                    .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav li.open > a {
                        background: #d2eeff;
                        border-bottom: 1px solid #90B8D0;
                    }

                    .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav li.open ul {
                        background: #ffffff;
                    }

                        .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav li.open ul li {
                            border: none;
                        }

                            .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav li.open ul li a:active {
                                color: #08a3f1;
                            }

                    .nav > li.mega-dropdown > ul.dropdown-menu li.visible-xs .navbar-nav li a {
                        color: #353535;
                    }

    .nav > li.mega-dropdown.hover > a:after {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #e6f6ff;
    }

    .nav > li.mega-dropdown .nav-stacked {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 13px;
        text-transform: uppercase;
    }

        .nav > li.mega-dropdown .nav-stacked > li {
            margin: 0;
        }

            .nav > li.mega-dropdown .nav-stacked > li > a {
                line-height: 14px;
                padding: 7px 0;
                color: #4f4f4f;
            }

                .nav > li.mega-dropdown .nav-stacked > li > a:hover {
                    color: #08a3f1;
                    background: none;
                }

        .nav > li.mega-dropdown .nav-stacked.primary,
        .nav > li.mega-dropdown .nav-stacked.secondary {
            font-size: 14px;
            text-transform: none;
        }

            .nav > li.mega-dropdown .nav-stacked.primary > li > a,
            .nav > li.mega-dropdown .nav-stacked.secondary > li > a {
                color: #000000;
            }

                .nav > li.mega-dropdown .nav-stacked.primary > li > a:hover,
                .nav > li.mega-dropdown .nav-stacked.secondary > li > a:hover {
                    color: #08a3f1;
                }

                .nav > li.mega-dropdown .nav-stacked.primary > li > a small,
                .nav > li.mega-dropdown .nav-stacked.secondary > li > a small {
                    font-size: 12px;
                    text-transform: uppercase;
                    font-weight: 300;
                }

        .nav > li.mega-dropdown .nav-stacked.secondary {
            padding-top: 0;
        }

        .nav > li.mega-dropdown .nav-stacked .btn {
            border: 1px solid #000000;
            border-radius: 3px;
            padding-left: 10px;
            padding-right: 10px;
            text-align: left;
            margin-left: -10px;
            z-index: 0;
            behavior: url(/css/vendor/pie/PIE.htc);
        }

            .nav > li.mega-dropdown .nav-stacked .btn.btn-primary {
                background: #ffffff;
            }

                .nav > li.mega-dropdown .nav-stacked .btn.btn-primary:hover {
                    background: #ffffff;
                }

            .nav > li.mega-dropdown .nav-stacked .btn:hover {
                border-color: #08a3f1;
            }

    .nav > li.mega-dropdown a.thumbnail {
        background: none;
        border: none;
        margin: 10px 0;
        padding: 0;
        color: #000000;
        font-weight: 600;
    }

        .nav > li.mega-dropdown a.thumbnail:hover {
            text-decoration: none;
            color: #08a3f1;
        }

            .nav > li.mega-dropdown a.thumbnail:hover > img {
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

        .nav > li.mega-dropdown a.thumbnail > img {
            border: 1px solid #000000;
            margin-bottom: 10px;
            width: 100%;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    .nav > li.mega-dropdown .panel {
        margin: 10px 0;
        border: 1px solid #b9babc;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        .nav > li.mega-dropdown .panel a {
            display: block;
            color: #000000;
            font-weight: 600;
            margin-bottom: 0;
        }

            .nav > li.mega-dropdown .panel a:hover {
                color: #08a3f1;
            }

        .nav > li.mega-dropdown .panel h3 {
            margin-top: 0;
        }

        .nav > li.mega-dropdown .panel div.mega-dropdown-meeting-listing {
            margin-bottom: 12px;
        }

        .nav > li.mega-dropdown .panel span.mega-dropdown-meeting-date {
            font-weight: normal;
        }

        .nav > li.mega-dropdown .panel div.mega-dropdown-meeting-stacked-banner {
            max-height: 80px;
            float: none;
            margin: auto
        }

        .nav > li.mega-dropdown .panel img.mega-dropdown-meeting-banner {
            border: 1px solid #dddddd;
        }

.nav.account .mega-dropdown > a {
    color: #ffdb3d !important;
}

.nav.account .mega-dropdown .navbar-toggle .icon-bar {
    background-color: #ffdb3d;
}

.nav.account .mega-dropdown.hover > a {
    color: #ffdb3d !important;
}

.nav.account .mega-dropdown.hover .navbar-toggle:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffdb3d;
}

.nav.account .mega-dropdown.hover .navbar-toggle .icon-bar {
    background-color: #ffdb3d;
}

.break {
    margin: 0;
    height: 8px;
}

.title {
    margin-top: 10px;
}

    .title small {
        display: block;
        margin: 5px 0;
        text-transform: uppercase;
        color: #959595;
        font-size: 11px;
    }

.portal {
    margin: 20px 0;
}

    .portal img.img-circle {
        width: 60px;
        height: 60px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    .portal:hover img {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }
/*----Main Content-----*/
/*-----Social Buttons-----*/
.social-share {
    margin-bottom: 20px;
}

    .social-share a.btn {
        font-size: 14px;
        border-radius: 2px;
        margin-right: 8px;
        text-transform: uppercase;
        border: 1px solid;
    }

        .social-share a.btn.share-facebook {
            border-color: #3162a2;
            color: #3162a2;
        }

        .social-share a.btn.share-twitter {
            border-color: #2eb1eb;
            color: #2eb1eb;
        }

        .social-share a.btn.share-stumbleupon {
            border-color: #c15842;
            color: #c15842;
        }

        .social-share a.btn.share-general {
            border-color: #aaaaaa;
            color: #aaaaaa;
        }
/*-----tipsheet-item Buttons-----*/
.tipsheet-item-tools {
    margin-bottom: 20px;
}

    .tipsheet-item-tools a.btn {
        font-size: 14px;
        text-transform: uppercase;
        margin-left: 8px;
        color: #7b7b7b;
        border: 1px solid;
        border-radius: 2px;
    }
/*-----tipsheet-item Links-----*/
.tipsheet-item-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .tipsheet-item-links li {
        margin: 20px 0;
    }

        .tipsheet-item-links li.icon-right a {
            padding-right: 30px;
        }

        .tipsheet-item-links li a {
            display: block;
            position: relative;
            font-weight: 400;
            font-size: 14px;
            line-height: 17px;
            color: #333333;
        }

            .tipsheet-item-links li a.breakingnews:visited {
                color: #aaaaaa;
            }

            .tipsheet-item-links li a.hero {
                font-size: 20px;
                line-height: 24px;
            }

            .tipsheet-item-links li a .date {
                display: block;
                font-size: 10px;
                font-style: italic;
                color: #aaaaaa;
            }

            .tipsheet-item-links li a > i.fa {
                position: absolute;
                left: -20px;
                top: 2px;
                color: #aaaaaa;
            }

            .tipsheet-item-links li a span,
            .tipsheet-item-links li a p.meta_institute {
                display: block;
                position: relative;
                font-size: 10px;
                line-height: 14px;
                font-weight: 400;
                text-transform: uppercase;
                color: #909090;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

                .tipsheet-item-links li a span span.icon,
                .tipsheet-item-links li a p.meta_institute span.icon {
                    position: absolute;
                    top: 0;
                    right: -30px;
                    text-transform: none;
                    font-style: italic;
                    font-size: 11px;
                }
/* Override visited state for calendar links */
.calendar-links li a:visited {
    color: #333333 !important;
}
/*-----Individual tipsheet-item Links-----*/
a.tipsheet-item-link:hover h2,
a.tipsheet-item-link:active h2,
a.tipsheet-item-link:hover p.meta_institute,
a.tipsheet-item-link:active p.meta_institute,
a.tipsheet-item-link:hover span,
a.tipsheet-item-link:active span {
    color: #aaaaaa;
}

a.tipsheet-item-link:visited h2 {
    color: #aaaaaa;
}
/*-----View Links-----*/
a.view-more {
    font-size: 12px;
    font-weight: 600;
    display: block;
    margin: 10px 0 30px;
}
/*-----tipsheet-item Labels-----*/
b.label-type {
    font-weight: 300;
    text-transform: uppercase;
}
/*-----Scaffolding-----*/
#main-content.white {
    background: #ffffff;
}

.main {
    margin: 20px 0;
}
/*-----Toolbars-----*/
.toolbar {
    margin: 0;
}

    .toolbar:before,
    .toolbar:after {
        content: " ";
        display: table;
    }

    .toolbar:after {
        clear: both;
    }

    .toolbar select {
        color: #333333;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #909090;
        max-width: 100%;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        .toolbar select:focus {
            border-color: #909090;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .toolbar .btn-group .btn {
        background: transparent;
        padding: 8px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        border-radius: 4px !important;
        color: #888;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        .toolbar .btn-group .btn:hover {
            background: none;
            color: #333333;
        }

        .toolbar .btn-group .btn.active {
            color: #333333;
            background: #dedede;
        }

            .toolbar .btn-group .btn.active:hover {
                color: #333333;
                background: #dedede;
            }

.gray .toolbar .btn-group .btn.active {
    background: #ffffff;
}

    .gray .toolbar .btn-group .btn.active:hover {
        background: #ffffff;
    }

.multimedia-toolbar {
    margin: 0 -10px;
    margin-bottom: 30px;
}

    .multimedia-toolbar .search-sub {
        width: 315px;
    }

    .multimedia-toolbar .search-sub-mobile {
        margin-top: 1px;
        padding-left: 0;
        padding-right: 0;
        color: #333333;
        font-size: 12px;
        text-transform: uppercase;
    }

.search-sub .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #909090;
    border-right: none;
    font-size: 12px;
    z-index: 0;
    behavior: url(/css/vendor/pie/PIE.htc);
}

    .search-sub .form-control:before,
    .search-sub .form-control:after {
        content: " ";
        display: table;
    }

    .search-sub .form-control:after {
        clear: both;
    }

.search-sub .search-sub-btn {
    border-color: #909090;
    border-left: none;
    z-index: 0;
    behavior: url(/css/vendor/pie/PIE.htc);
}

    .search-sub .search-sub-btn:hover,
    .search-sub .search-sub-btn:active,
    .search-sub .search-sub-btn:focus {
        background: #ffffff;
    }

.search-sub .advanced-search {
    float: right;
    margin-top: 5px;
    color: #909090;
}

.gray .search-sub .form-control,
.gray .search-sub .search-sub-btn {
    background: transparent;
}
/*-----Home Page-----*/
.trending {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}

    .trending a {
        display: block;
        color: #1c1c1c;
    }

        .trending a img {
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .trending a:hover {
            color: #888888;
        }

            .trending a:hover header .meta_institute {
                color: #888888;
            }

            .trending a:hover img {
                opacity: 0.8;
                filter: alpha(opacity=80);
            }

        .trending a:visited header h2 {
            color: #888888;
        }

    .trending .thumb {
        position: absolute;
        right: 0;
        top: 0;
        width: 90px;
        height: 50px;
        text-align: right;
    }

        .trending .thumb img {
            width: auto;
            height: auto;
            max-width: 100%;
            max-height: 50px;
        }

    .trending header h2 {
        font-size: 14px;
        margin: 0;
    }

    .trending.has-thumb {
        min-height: 50px;
    }

        .trending.has-thumb header {
            margin-right: 100px;
        }

    .trending.highlight {
        border: 1px solid #ccc;
        height: 150px;
    }

        .trending.highlight header {
            padding: 20px;
        }

    .trending.photo {
        height: 150px;
    }

        .trending.photo img {
            display: block;
            width: 100%;
            height: auto;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .trending.photo header {
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 8px 20px;
            width: 100%;
            background: rgba(0, 0, 0, 0.57);
            color: #ffffff;
            font-weight: 300;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            .trending.photo header p.meta_institute {
                color: #ffffff;
            }

        .trending.photo a:hover img {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        .trending.photo a:hover header {
            color: #c3c3c3;
        }

            .trending.photo a:hover header p.meta_institute {
                color: #c3c3c3;
            }

        .trending.photo a:visited header h2 {
            color: #c3c3c3;
        }

        .trending.photo a:visited header p.meta_institute {
            color: #c3c3c3;
        }

    .trending.featured img {
        display: block;
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .trending.featured header {
        padding: 0;
        margin-top: 10px;
    }

.meta_institute {
    margin: 2px 0 0 0;
    font-size: 10px;
    font-weight: 400;
    text-transform: uppercase;
    color: #909090;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.subject-tipsheet-items {
    min-height: 220px;
}

.subject-links-mobile {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

    .subject-links-mobile a {
        display: block;
        padding: 10px 0;
        font-size: 17px;
        font-weight: 300;
        color: #1c1c1c;
        border-bottom: 1px solid #b9babc;
    }

        .subject-links-mobile a i.fa {
            float: right;
            font-size: 18px;
        }

    .subject-links-mobile li:last-child a {
        border-bottom: none;
    }
/*-----Posts-----*/
.post {
    border-bottom: 1px solid #b9babc;
    padding: 0;
    margin: 0 -10px;
}

    .post a {
        display: block;
        position: relative;
        padding: 0 10px;
    }

        .post a:before,
        .post a:after {
            content: " ";
            display: table;
        }

        .post a:after {
            clear: both;
        }

        .post a header {
            padding: 18px 0;
            color: #333333;
        }

            .post a header div.reltime {
                margin-bottom: 2px;
            }

            .post a header small.meta_date {
                color: #aaaaaa;
                letter-spacing: -0.28px;
                font-size: 11px;
                text-transform: uppercase;
            }

            .post a header .meta_date_embargoed {
                color: #dc0002;
                letter-spacing: -0.28px;
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 600;
            }

            .post a header .meta_date_embargoed_lite {
                letter-spacing: -0.28px;
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 400;
            }

            .post a header:hover header h2.post_title,
            .post a header:visited header h2.post_title {
                color: #888888;
            }

            .post a header span {
                text-transform: uppercase;
                font-weight: 300;
                font-size: 12px;
            }

        .post a .entry p.intro {
            color: #505050;
            border-left: 2px solid #b9babc;
            padding-left: 10px;
            font-size: 13px;
            line-height: 19px;
            font-weight: 400;
        }

        .post a .thumb {
            width: 87px;
            height: 87px;
            border: 1px solid #b9babc;
            background: #ffffff;
            padding: 4px;
            margin: 18px 0;
        }

        .post a:active header {
            color: #888;
        }

        .post a:active .entry p.intro {
            color: #aaaaaa;
            border-color: #ccc;
        }

        .post a:active dl.meta dt {
            border-color: #ccc;
        }

        .post a:active .thumb img {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        .post a.has-thumb header,
        .post a.has-thumb .entry,
        .post a.has-thumb dl.meta {
            margin-right: 110px;
        }

dl.meta {
    margin-top: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #888888;
}

    dl.meta:before,
    dl.meta:after {
        content: " ";
        display: table;
    }

    dl.meta:after {
        clear: both;
    }

    dl.meta dt {
        text-align: left;
        font-weight: 500;
        text-transform: uppercase;
        border-left: 2px solid #b9babc;
        padding-left: 10px;
        margin-bottom: 12px;
        width: auto;
        min-width: 100px;
    }

        dl.meta dt.yellow {
            border-color: #ffb134;
        }

        dl.meta dt.green {
            border-color: #66bc33;
        }

        dl.meta dt.purple {
            border-color: #6666cc;
        }

        dl.meta dt.red {
            border-color: #f6303d;
        }

    dl.meta dd {
        margin-left: 100px;
    }

    dl.meta.stacked dt {
        float: none;
        margin-bottom: 0;
        margin-top: 20px;
    }

    dl.meta.stacked dd {
        margin-left: auto;
        padding-left: 10px;
        border-left: 2px solid #b9babc;
    }

        dl.meta.stacked dd.yellow {
            border-color: #ffb134;
        }

        dl.meta.stacked dd.green {
            border-color: #66bc33;
        }

        dl.meta.stacked dd.purple {
            border-color: #6666cc;
        }

        dl.meta.stacked dd.red {
            border-color: #f6303d;
        }

.next-date,
.archive-search-box {
    display: block;
    color: #aaaaaa;
    margin: 30px -20px 0;
}

    .next-date > span,
    .archive-search-box > span {
        display: block;
        text-align: center;
        text-transform: uppercase;
        background: #0088cc;
        color: #ffffff;
        padding: 15px 0;
    }

        .next-date > span i.fa,
        .archive-search-box > span i.fa {
            font-size: 16px;
        }

    .next-date .panel,
    .archive-search-box .panel {
        margin: 0;
        position: relative;
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        .next-date .panel .panel-body,
        .archive-search-box .panel .panel-body {
            padding: 30px 135px 52px 30px;
        }

        .next-date .panel i.arrow,
        .archive-search-box .panel i.arrow {
            position: absolute;
            top: 50%;
            right: 40px;
            width: 42px;
            height: 131px;
            margin-top: -65px;
            background: transparent url(/images/e4/next-day-chevron_84x232.png) 0 0 no-repeat;
            background-size: 42px 131px;
        }

    .next-date h2,
    .archive-search-box h2 {
        font-weight: 400;
        margin: 0 0 20px;
    }

    .next-date h4,
    .archive-search-box h4 {
        margin: 30px 0 0;
    }

    .next-date span.author,
    .archive-search-box span.author {
        text-transform: uppercase;
        font-weight: 300;
        font-size: 12px;
    }

    .next-date:hover {
        color: #888888;
        background: none;
    }

        .next-date:hover .panel i.arrow {
            background-image: url(/images/e4/next-day-chevron_84x232-hover.png);
        }

    .archive-search-box .panel .panel-body {
        padding: 30px;
    }

    .archive-search-box .search-sub .form-control {
        border-color: #aaaaaa;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        .archive-search-box .search-sub .form-control::-webkit-input-placeholder {
            color: #aaaaaa;
        }

        .archive-search-box .search-sub .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #aaaaaa;
        }

        .archive-search-box .search-sub .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #aaaaaa;
        }

        .archive-search-box .search-sub .form-control:-ms-input-placeholder {
            color: #aaaaaa;
        }

        .archive-search-box .search-sub .form-control.placeholder {
            color: #aaaaaa;
        }

    .archive-search-box .search-sub .search-sub-btn {
        border-color: #aaaaaa;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        .archive-search-box .search-sub .search-sub-btn i.fa {
            color: #aaaaaa;
        }

    .archive-search-box .mobile-archive-search-box {
        margin-bottom: 30px;
    }

        .archive-search-box .mobile-archive-search-box .search-sub .form-control {
            border-color: #4f4f4f;
        }

            .archive-search-box .mobile-archive-search-box .search-sub .form-control::-webkit-input-placeholder {
                color: #505050;
            }

            .archive-search-box .mobile-archive-search-box .search-sub .form-control:-moz-placeholder {
                /* Firefox 18- */
                color: #505050;
            }

            .archive-search-box .mobile-archive-search-box .search-sub .form-control::-moz-placeholder {
                /* Firefox 19+ */
                color: #505050;
            }

            .archive-search-box .mobile-archive-search-box .search-sub .form-control:-ms-input-placeholder {
                color: #505050;
            }

            .archive-search-box .mobile-archive-search-box .search-sub .form-control.placeholder {
                color: #505050;
            }

        .archive-search-box .mobile-archive-search-box .search-sub .search-sub-btn {
            border-color: #4f4f4f;
        }

            .archive-search-box .mobile-archive-search-box .search-sub .search-sub-btn i.fa {
                color: #505050;
            }

.multimedia-gallery > .row {
    margin-left: -20px;
    margin-right: -20px;
}

.multimedia-gallery ul.pagination {
    margin: 55px 0;
}

.multimedia-item {
    padding: 10px;
}

    .multimedia-item a {
        display: block;
        position: relative;
        padding: 0 5px;
        background: #ffffff;
    }

        .multimedia-item a .label {
            position: absolute;
            top: 1px;
            right: 1px;
            border-radius: 0;
            background: rgba(203, 33, 33, 0.9);
            padding: 10px 12px;
            font-size: 15px;
            font-weight: 300;
            text-transform: uppercase;
            z-index: 2;
        }

            .multimedia-item a .label i.fa {
                margin-right: 8px;
                font-size: 13px;
            }

        .multimedia-item a .center-image {
            margin: 5px 0;
            height: 134px;
        }

            .multimedia-item a .center-image img {
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -ms-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
            }

        .multimedia-item a .multimedia_card {
            height: 150px;
            margin: 0 -5px;
            border-top: 1px solid #dedede;
            padding: 0 5px;
        }

            .multimedia-item a .multimedia_card h3 {
                margin: 5px 0 0;
                font-size: 14px;
                line-height: 17px;
                color: #333333;
            }

                .multimedia-item a .multimedia_card h3 small {
                    display: block;
                    text-transform: uppercase;
                    font-size: 10px;
                    line-height: 14px;
                    margin-top: 3px;
                }

        .multimedia-item a:hover .center-image img {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        .multimedia-item a:hover .multimedia_card h3 {
            color: #888888;
        }

            .multimedia-item a:hover .multimedia_card h3 small {
                color: #888888;
            }
/*-----Portal Trending 4/21/16-----*/
.headline header h2 {
    color: #333333;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 0;
}

.headline header .meta_institute {
    font-size: 12px;
    line-height: 17px;
}

.headline header .reltime {
    color: #333333;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px;
}
/*-----End Portal Trending 4/21/16-----*/
.tipsheet-item .page_title {
    color: #2b2b2b;
    margin: 25px 0 0;
}

    .tipsheet-item .page_title span.type {
        text-transform: uppercase;
    }

.tipsheet-item p.summary {
    margin-top: 5px;
    font-size: 17px;
    font-style: italic;
    font-weight: 300;
    color: #7b7b7b;
}

.tipsheet-item p.meta_institute {
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    color: #2b2b2b;
}

.tipsheet-item .featured_image {
    position: relative;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

    .tipsheet-item .featured_image.single .center-image {
        background: #ffffff;
        border: 1px solid #b9babc;
        padding: 10px;
    }

    .tipsheet-item .featured_image.single img {
        width: auto;
    }

    .tipsheet-item .featured_image img {
        width: 100%;
        height: auto;
    }

    .tipsheet-item .featured_image .caption {
        margin-left: 10px;
        margin-right: 10px;
    }

    .tipsheet-item .featured_image .details {
        margin: 0 20px;
    }

        .tipsheet-item .featured_image .details .well {
            background: none;
            margin: 20px 0 40px;
            padding: 0 0 0 10px;
            border-left: 2px solid #dddddd;
        }

            .tipsheet-item .featured_image .details .well h4 {
                text-transform: uppercase;
                font-size: 13.5px;
                line-height: 23px;
                font-weight: 600;
                color: #333333;
                margin: 0;
            }

            .tipsheet-item .featured_image .details .well p {
                font-size: 13.5px;
                line-height: 23px;
                margin-bottom: 25px;
                color: #333333;
            }

                .tipsheet-item .featured_image .details .well p:last-child {
                    margin-bottom: 0;
                }

            .tipsheet-item .featured_image .details .well.primary {
                padding: 25px;
            }

            .tipsheet-item .featured_image .details .well.yellow {
                background: #fffaea;
                border-color: #ffdb3d;
            }

                .tipsheet-item .featured_image .details .well.yellow a {
                    color: #333333;
                    font-weight: 600;
                }

                    .tipsheet-item .featured_image .details .well.yellow a:hover,
                    .tipsheet-item .featured_image .details .well.yellow a:active,
                    .tipsheet-item .featured_image .details .well.yellow a:visited {
                        color: #aaaaaa;
                    }

.tipsheet-item .toolbar {
    margin: 0;
}

.tipsheet-item .caption {
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.4;
}

    .tipsheet-item .caption a {
        text-transform: none;
        font-weight: 600;
    }

    .tipsheet-item .caption p.credit {
        font-weight: 400;
        color: #aaaaaa;
    }

.tipsheet-item .entry {
    font-size: 14px;
    line-height: 23px;
    color: #333333;
}

    .tipsheet-item .entry p {
        margin-top: 5px;
        margin-bottom: 15px;
    }

.tipsheet-item .thumbnail {
    width: 288px;
    border: none;
    border-radius: 0;
    padding: 0;
}

    .tipsheet-item .thumbnail.pull-right {
        margin-left: 34px;
    }

    .tipsheet-item .thumbnail.pull-left {
        margin-right: 34px;
    }

    .tipsheet-item .thumbnail .img-wrapper {
        display: inline-block;
        width: 288px;
        height: 288px;
        text-align: center;
        white-space: nowrap;
        background: #f1f1f1;
        border: 1px solid #aaaaaa;
    }

        .tipsheet-item .thumbnail .img-wrapper:after {
            content: '';
            display: inline-block;
            height: 100%;
            width: 0;
            vertical-align: middle;
        }

        .tipsheet-item .thumbnail .img-wrapper img {
            display: inline-block;
            width: auto;
            height: auto;
            max-width: 272px;
            max-height: 272px;
            vertical-align: middle;
        }

    .tipsheet-item .thumbnail .caption {
        padding: 0;
    }

        .tipsheet-item .thumbnail .caption p {
            font-size: 12px;
            line-height: 1.4;
            margin: 0 0 10px;
        }

.tipsheet-item .tipsheet-item_disclaimer {
    margin: 20px 0 25px;
}

    .tipsheet-item .tipsheet-item_disclaimer p {
        font-size: 13.5px;
        line-height: 23px;
        color: #333333;
    }

        .tipsheet-item .tipsheet-item_disclaimer p:last-child {
            margin-bottom: 0;
        }
/*-----Sidebar Content-----*/
#sidebar-content {
    background: #ffffff;
}

    #sidebar-content h2.subhead:first-child {
        margin-top: -20px;
    }

    #sidebar-content hr {
        margin: 0 -20px;
        border-color: #b9babc;
        border-style: solid;
    }

        #sidebar-content hr.major {
            height: 8px;
            background: #f1f1f1;
            margin-right: -21px;
            border-bottom: 1px solid #b9babc;
        }

    #sidebar-content .nav-stacked > li + li {
        margin: 2px 0;
    }

    #sidebar-content .widget {
        margin: 20px 0 35px 0;
    }

        #sidebar-content .widget h3.widget-title {
            text-align: left;
            text-transform: none;
            font-size: 14px;
            color: #222222;
            margin: 0 -20px 18px 0;
            padding: 10px 15px;
            border-left: 4px solid;
        }

            #sidebar-content .widget h3.widget-title.blue {
                background: #D2EDF6;
                border-color: #96E0F9;
            }

            #sidebar-content .widget h3.widget-title.red {
                background: #fee5e0;
                border-color: #fea09e;
            }

            #sidebar-content .widget h3.widget-title.yellow {
                background: #feedcf;
                border-color: #fbd894;
            }

            #sidebar-content .widget h3.widget-title.green {
                background: #dbfffc;
                border-color: #27ccc0;
            }

            #sidebar-content .widget h3.widget-title.purple {
                background: #f7ebff;
                border-color: #c299ff;
            }

            #sidebar-content .widget h3.widget-title.climate-feature {
                background: #d8e4eb;
                border-color: #005080;
            }

            #sidebar-content .widget h3.widget-title.climate-news {
                background: none;
                border-color: #005080;
                color: #b9babc;
            }

            #sidebar-content .widget h3.widget-title.marine-feature {
                background: #5af0da;
                border-color: #008875;
            }

            #sidebar-content .widget h3.widget-title.marine-news {
                background: #dbf6f7;
                border-color: #008875;
            }

            #sidebar-content .widget h3.widget-title.cancer-feature {
                background: #f8e1e3;
                border-color: #7f222a;
            }

            #sidebar-content .widget h3.widget-title.cancer-news {
                background: rgba(212, 57, 70, 0.88);
                border-color: #d43946;
                color: #ffffff;
            }

            #sidebar-content .widget h3.widget-title.seminar-feature {
                background: #6dace2;
                border-color: #4294da;
                color: #ffffff;
            }

        #sidebar-content .widget h4.widget-subtitle {
            margin-top: 40px;
            margin-bottom: 20px;
            padding-bottom: 4px;
            font-size: 13.5px;
            font-weight: 600;
            color: #2b2b2b;
            text-transform: uppercase;
            border-bottom: 1px solid #b9babc;
        }

        #sidebar-content .widget .ad {
            position: relative;
            border-color: #000000;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
            padding: 0;
            margin: 12px -8px;
            max-width: 302px;
        }

            #sidebar-content .widget .ad.single {
                margin-bottom: -22px;
            }

            #sidebar-content .widget .ad:first-child {
                margin-top: -8px;
            }

            #sidebar-content .widget .ad .byline {
                position: absolute;
                top: 0;
                left: 0;
                background: #333333;
                background: rgba(0, 0, 0, 0.6);
                padding: 2px 15px;
                color: #ffffff;
                font-size: 10px;
                text-transform: uppercase;
            }

        #sidebar-content .widget .sponsored_content header {
            /* BEGIN NEW BLOCK - Sponsored Content */
            position: absolute;
            bottom: 0;
            left: 0;
            padding: 8px 20px;
            width: 100%;
            background: rgba(0, 0, 0, 0.57);
            color: #ffffff;
            font-weight: 300;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

            #sidebar-content .widget .sponsored_content header h2 {
                font-size: 14px;
                margin: 0;
            }

            #sidebar-content .widget .sponsored_content header p.meta_institute {
                color: #ffffff;
            }

        #sidebar-content .widget .tipsheet-item-links a .breakingnews:visited {
            color: #aaaaaa;
        }

        #sidebar-content .widget .tipsheet-item-links a:hover,
        #sidebar-content .widget .tipsheet-item-links a:active {
            color: #aaaaaa;
        }

            #sidebar-content .widget .tipsheet-item-links a:hover span,
            #sidebar-content .widget .tipsheet-item-links a:active span,
            #sidebar-content .widget .tipsheet-item-links a:hover p.meta_institute,
            #sidebar-content .widget .tipsheet-item-links a:active p.meta_institute {
                color: #aaaaaa;
            }

        #sidebar-content .widget .twitter-feed-header {
            width: 290px;
            font-size: 18px;
            font-weight: bold;
            padding: 8px;
            margin: 0px auto 25px auto;
        }

        #sidebar-content .widget .twitter-feed-header-hashtag {
            color: #333333;
        }

        #sidebar-content .widget .twitter-feed-header-link {
            color: #1DA1F2;
        }

        #sidebar-content .widget .twitter-feed-content {
            width: 290px;
            margin: 0 auto;
        }

    #sidebar-content div.sponsored_content_whatsthis {
        width: 300px;
        margin: 10px auto;
    }

        #sidebar-content div.sponsored_content_whatsthis a {
            font-style: italic;
            color: #888888;
        }

.subject-links {
    font-size: 15px;
}

    .subject-links .btn {
        display: block;
        border: 1px solid #000000;
        border-radius: 3px;
        padding-left: 15px;
        padding-right: 15px;
        font-size: 15px;
        text-align: left;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        .subject-links .btn.btn-red {
            border-color: transparent;
            color: #dc0002;
        }

            .subject-links .btn.btn-red .fa {
                font-size: 20px;
            }

            .subject-links .btn.btn-red:hover {
                color: #dc0002;
            }

    .subject-links .break {
        height: 30px;
    }

    .subject-links .nav li a {
        color: #222222;
        font-weight: 400;
        border: 1px solid transparent;
        border-radius: 3px;
        padding: 7px 15px;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        .subject-links .nav li a:hover {
            background: #ffffff;
            color: #222222;
            border-color: #dc0002;
        }

        .subject-links .nav li a .fa {
            font-size: 18px;
        }

    .subject-links .nav li.active a {
        border-color: #dc0002;
        background: #ffffff;
        font-weight: 600;
    }

a.agency {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    display: table;
    border: none;
    background: none;
    color: #005283;
    font-size: 15.25px;
    font-weight: 300;
}

    a.agency:before,
    a.agency:after {
        content: " ";
        display: table;
    }

    a.agency:after {
        clear: both;
    }

    a.agency img {
        max-width: 60px;
        max-height: 60px;
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    a.agency .btn {
        border: none !important;
        display: table-cell !important;
        vertical-align: middle;
        text-align: left;
        padding-left: 20px;
        width: 100%;
    }

    a.agency .fa {
        font-size: 16px;
    }

    a.agency:hover,
    a.agency:active,
    a.agency:focus {
        background: none;
    }

        a.agency:hover .btn,
        a.agency:active .btn,
        a.agency:focus .btn {
            color: #0e71ab;
        }

        a.agency:hover img,
        a.agency:active img,
        a.agency:focus img {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    a.agency:visited .btn {
        color: #005283;
    }

.widget-content {
    margin-left: 20px;
}

    .widget-content hr {
        margin: 40px 0 !important;
    }

aside.more a {
    color: #333333;
}

    aside.more a p.meta_institute {
        color: #333333;
    }

    aside.more a:hover {
        color: #aaaaaa;
    }

        aside.more a:hover p.meta_institute {
            color: #aaaaaa;
        }

    aside.more a.inactive {
        color: #aaaaaa;
        cursor: default;
    }

        aside.more a.inactive p.meta_institute {
            color: #aaaaaa;
        }

aside.more h3 {
    margin: 18px 0 2px;
    line-height: 20px;
    font-size: 17px;
    font-weight: 500;
    color: #888888;
}

aside.more p.meta_institute {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

aside.more dl.meta {
    margin: 0;
}

ul.tags {
    margin: 0 -3px 10px;
    padding: 0;
    list-style: none;
}

    ul.tags:before,
    ul.tags:after {
        content: " ";
        display: table;
    }

    ul.tags:after {
        clear: both;
    }

    ul.tags li {
        float: left;
        margin: 3px;
    }

        ul.tags li a {
            display: inline-block;
            background: #b9babc;
            color: #ffffff;
            padding: 2px 7px;
            text-transform: uppercase;
            font-size: 11.5px;
        }

            ul.tags li a:hover {
                background: #aaaaaa;
            }

        ul.tags li.active a {
            background: #888888;
        }

.translations-nav a {
    font-size: 12.5px;
    display: block;
    margin-bottom: 20px;
    color: #222222;
}

    .translations-nav a.red {
        color: #dc0002;
    }

    .translations-nav a:hover {
        color: #888888;
    }

    .translations-nav a i.fa {
        font-size: 18px;
    }

.translations-nav.pull-up {
    margin-bottom: -25px;
}

a.view-all {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    /*mobile*/
    margin: 30px 0;
    padding: 12px 0;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 3px;
    behavior: url(/css/vendor/pie/PIE.htc);
}

a.multimedia {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    border: none;
    margin: 5px 0;
    padding: 0;
}

    a.multimedia:before,
    a.multimedia:after {
        content: " ";
        display: table;
    }

    a.multimedia:after {
        clear: both;
    }

    a.multimedia .center-image {
        margin-right: 10px;
        padding: 3px;
        width: 87px;
        height: 87px;
        border: 1px solid #b9babc;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    a.multimedia img {
        -webkit-backface-visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    a.multimedia .desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        color: #333333;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

        a.multimedia .desc span {
            display: block;
            text-transform: uppercase;
            font-weight: 300;
        }

        a.multimedia .desc .view-more {
            color: #08a3f1;
            color: #0088cc;
            font-size: 12px;
            font-weight: 600;
            margin-top: 15px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            -o-transition: all 0.2s ease-in-out;
            -ms-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

    a.multimedia:hover,
    a.multimedia:visited,
    a.multimedia:focus {
        background: none !important;
    }

        a.multimedia:hover .desc,
        a.multimedia:active .desc {
            color: #aaaaaa;
        }

            a.multimedia:hover .desc .view-more,
            a.multimedia:active .desc .view-more {
                color: #08a3f1;
            }

        a.multimedia:hover .center-image,
        a.multimedia:active .center-image {
            background: #f1f1f1;
        }

        a.multimedia:hover img,
        a.multimedia:active img {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

    a.multimedia.active {
        background: none;
    }

        a.multimedia.active .desc {
            color: #aaaaaa;
        }

        a.multimedia.active .center-image {
            background: #f1f1f1;
        }

        a.multimedia.active img {
            opacity: 0.8;
            filter: alpha(opacity=80);
        }

        a.multimedia.active:hover {
            background: none;
        }

            a.multimedia.active:hover .desc {
                color: #aaaaaa;
            }

    a.multimedia .mm_sidebar {
        font-size: 14px;
        color: #333333;
    }

        a.multimedia .mm_sidebar span {
            font-size: 10px;
            color: #aaaaaa;
            display: block !important;
            text-transform: uppercase;
            font-weight: 400;
        }

.widget .portal {
    text-align: center;
    height: 150px;
}

    .widget .portal a {
        display: block;
        padding: 0 20px;
    }

        .widget .portal a:hover .title {
            color: #888888;
        }

            .widget .portal a:hover .title span {
                color: #08a3f1;
            }

    .widget .portal .title {
        font-size: 14px;
        color: #333333;
    }

        .widget .portal .title span {
            display: block;
            font-size: 12px;
            font-weight: 600;
            color: #0088cc;
        }

.contact-info,
.original-source {
    font-size: 13.25px;
}
/*-----Language Portals-----*/
img.language-reporter-logo {
    display: block;
    max-width: 270px;
    margin: 35px auto 35px auto;
}
/*-----Form Content-----*/
.panel {
    border-radius: 0;
}

    .panel.panel-default .panel-body {
        border-radius: 0;
    }

        .panel.panel-default .panel-body .form-group input {
            border-bottom: 1px solid #ccc;
        }

        .panel.panel-default .panel-body .field-wrapper .form-group input {
            padding-bottom: 6px;
            padding-top: 6px;
        }

        .panel.panel-default .panel-body select {
            /*color: #000000;
            background-color: #ffffff;
            font-weight: 500;
            font-size: 13px;
            height: 35px;
            margin-top: 10px;
            width: 100%;
            z-index: 0;*/
        }

            .panel.panel-default .panel-body select[disabled] {
                background-color: #eee;
            }

        .panel.panel-default .panel-body hr {
            border-color: #bbb;
            border-style: solid;
            margin-top: 15px;
        }

        .panel.panel-default .panel-body .btn-group input[type="submit"] {
            background: #dc0002;
            border: none;
            border-bottom: 1px solid #dc0002;
            border-radius: 1px;
            color: #ffffff;
            padding: 20px 40px;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }

            .panel.panel-default .panel-body .btn-group input[type="submit"]:hover {
                background: #f60002;
            }
/*-----Footer-----*/
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    clear: both;
    background: #606060;
    color: #ffffff;
    font-weight: 300;
    padding: 35px 0 25px;
}

    #footer a {
        color: #ffffff;
        line-height: 39px;
        white-space: nowrap;
    }

        #footer a i.fa {
            margin-right: 10px;
            font-size: 16px;
            width: 16px;
        }

        #footer a:hover {
            color: #C3C3C3;
        }

            #footer a:hover i.fa-eurekalert {
                opacity: 0.5;
                filter: alpha(opacity=50);
            }

    #footer .stack-5 a {
        line-height: 30px;
    }

    #footer .logo {
        width: 60%;
        max-width: 200px;
    }

        #footer .logo img {
            max-width: 100%;
        }

            #footer .logo img.image-hidden-xs {
                display: none;
            }

            #footer .logo img.image-visible-xs {
                display: inline-block;
            }

    #footer .brand {
        width: 40%;
        max-width: 110px;
    }

    #footer p.copy {
        line-height: 30px;
    }

        #footer p.copy a {
            text-decoration: underline;
        }

@media (max-width: 568px) {
    #navigation > .navbar > .container {
        padding: 0;
    }

    #navigation > .navbar.navbar-inverse .nav-pills {
        margin: 0 -15px;
    }

    #navigation > .navbar.navbar-inverse > .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo {
        width: 65%;
        margin-left: -10px;
    }

        .logo img {
            width: 100%;
            height: auto;
        }

    .brand {
        width: 33%;
    }

        .brand img {
            max-width: 100%;
            max-height: 100%;
        }

    .search-header {
        padding: 0 5px;
    }

    .search-wrapper .search-btn {
        right: 10px;
    }

    .navbar.navbar-inverse .nav-pills > li > a {
        font-size: 11px;
        padding: 15px 8px;
    }

    .navbar-toggle {
        margin: 1px -5px 0 0;
        padding: 15px;
    }

    .tipsheet-item .thumbnail {
        float: none !important;
        margin: 0 auto 20px !important;
    }

    .multimedia-item a .multimedia_card {
        height: 150px;
    }
}

@media (max-width: 767px) {
    body {
        margin-bottom: 160px !important;
    }

    .trending header h2 {
        font-size: 17px;
        line-height: 20px;
    }

    .trending header .meta_institute {
        font-size: 12px;
        line-height: 17px;
    }

    .tipsheet-item-links li a {
        font-size: 17px;
        line-height: 20px;
    }

        .tipsheet-item-links li a p.meta_institute {
            font-size: 12px;
            line-height: 17px;
        }

    #footer {
        /*position: relative;*/
        bottom: 0;
    }

    #sidebar-content .widget .ad {
        margin: 0 auto;
    }

    div.thumbnail {
        margin: 20px auto;
    }
}

@media (min-width: 768px) {
    body {
        background: #f1f1f1;
    }

    h1.page_title {
        margin: 25px 0;
    }

    #main-content,
    #sidebar-content {
        padding-left: 20px;
        padding-right: 20px;
    }

    #content {
        background: #ffffff;
    }

    .gray #content {
        background: none;
    }

    #sidebar-content {
        background: #f1f1f1;
        padding-top: 10px;
    }

        #sidebar-content.white {
            background: #ffffff;
        }

    #search form {
        margin-left: 0;
        margin-right: 0;
    }

    #search #search-btn {
        color: #cb2121;
    }

    .nav > li.mega-dropdown.hover > a:after {
        border-left-width: 6px;
        border-right-width: 6px;
        border-bottom: 6px solid #ffffff;
    }

    #footer .logo img.image-visible-xs {
        display: none;
    }

    #footer .logo img.image-hidden-xs {
        display: inline-block;
    }

    .portal > a {
        display: block;
        color: #000000;
    }

        .portal > a .title {
            color: #000000;
        }

        .portal > a:hover {
            color: #08a3f1;
        }

            .portal > a:hover .title {
                color: #000000;
            }

    .portal .inverse {
        display: block;
        position: absolute;
        width: 100%;
        top: 200px;
        left: 0;
        font-weight: 600;
    }

    .form-control.inline {
        width: auto;
        min-width: 200px;
    }

    .toolbar {
        margin: 0;
    }

        .toolbar .btn-group .btn {
            padding: 8px 12px;
        }

    .multimedia-toolbar {
        margin: 0 0 20px 0;
    }

    .multimedia-gallery > .row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .post {
        margin: 0 -20px;
        padding: 0 20px;
        border-bottom: 2px solid #f1f1f1;
    }

        .post a {
            padding: 0;
        }

            .post a .thumb {
                position: absolute;
                right: 0;
                width: 150px;
                height: 150px;
                padding: 8px;
            }

            .post a:hover {
                background: none;
            }

            .post a.has-thumb header,
            .post a.has-thumb .entry,
            .post a.has-thumb dl.meta {
                margin-right: 175px;
            }

    a.view-all {
        margin: 20px 0;
        padding: 15px 0;
        text-transform: none;
        border: none;
        border-radius: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

    .next-date,
    .archive-search-box {
        border-radius: 4px;
        margin: 50px 0;
        border: 1px solid #aaaaaa;
        z-index: 0;
        behavior: url(/css/vendor/pie/PIE.htc);
    }

        .next-date:hover {
            border-color: #08a3f1;
        }

            .next-date:hover .panel {
                background: #ecf4f8;
            }

    .tipsheet-item .featured_image {
        margin-left: 0;
        margin-right: 0;
    }

        .tipsheet-item .featured_image img {
            max-height: 700px;
        }

        .tipsheet-item .featured_image .caption {
            margin-left: 0;
            margin-right: 0;
        }

        .tipsheet-item .featured_image .details {
            margin: 0;
        }

    .tipsheet-item-tools a.btn {
        border: none;
        margin-left: 5px;
    }

    .multimedia-item a {
        padding: 0 20px;
    }

        .multimedia-item a .center-image {
            margin: 10px 0;
            height: 200px;
        }

        .multimedia-item a .multimedia_card {
            margin: 0 -20px;
            padding: 0 20px;
            height: 160px;
        }

            .multimedia-item a .multimedia_card h3 {
                margin: 15px 0 0;
            }
    /*-----Portal "headline" Trending-----*/
    .headline {
        margin: 0 0 25px;
    }
    /*-----Language Portals-----*/
    img.language-reporter-logo {
        margin: 35px 0px 35px 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    h2.subhead {
        margin: 30px 0 30px;
    }

    .text-center-sm {
        text-align: center;
    }

    hr.major {
        border-color: #cdcdcd !important;
    }

    #sidebar-content .widget h4.widget-subtitle {
        border: none;
        margin-top: 20px;
    }

    #sidebar-content .widget .ad {
        margin: 0 auto;
    }

    #sidebar-content .widget-content {
        margin: 0 20px;
    }

    aside.more dl.meta {
        margin-top: 20px;
    }

    dl.meta.stacked dt {
        float: left;
        margin-top: 0;
        margin-bottom: 12px;
    }

    dl.meta.stacked dd {
        margin-left: 100px;
        border: none;
        padding-left: 0;
    }

    a.multimedia {
        margin: 20px 0;
    }

        a.multimedia .center-image {
            width: 150px;
            height: 150px;
            padding: 8px;
            margin-right: 20px;
        }

        a.multimedia .desc span {
            display: inline;
        }

    .post a.has-thumb {
        min-height: 185px;
    }
}

@media (min-width: 992px) {
    body {
        background: #f1f1f1 url(/Content/images/bg.gradient.png) 0 140px repeat-x;
    }

    /*.navbar {
        background: #cb2121 url(/Content/images/bg.header.png) center center no-repeat;
    }*/

    h2.subhead {
        text-align: left;
        border-bottom: 1px solid #b9babc;
        margin-top: 25px;
        margin-bottom: 10px;
        padding-bottom: 3px;
    }

    .nav > li.mega-dropdown ul.dropdown-menu {
        height: 290px;
    }

    .post {
        border: none;
        margin: 0;
        padding: 0;
    }

        .post a .thumb {
            width: 87px;
            height: 87px;
            border: 1px solid #b9babc;
            background: #ffffff;
            padding: 4px;
        }

        .post a.has-thumb {
            min-height: 125px;
        }

            .post a.has-thumb header,
            .post a.has-thumb .entry,
            .post a.has-thumb dl.meta {
                margin-right: 110px;
            }

    .tipsheet-item-links li {
        margin: 0 0 20px 0;
    }

    a.view-all {
        margin: 0;
        padding: 10px 0 0 0;
    }

    .next-date .panel,
    .archive-search-box .panel {
        background-image: -webkit-linear-gradient(top, #ffffff 15%, #f1f1f1 100%);
        background-image: -o-linear-gradient(top, #ffffff 15%, #f1f1f1 100%);
        background-image: linear-gradient(to bottom, #ffffff 15%, #f1f1f1 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff1f1f1', GradientType=0);
    }

    .tipsheet-item .featured_image img {
        max-height: 600px;
    }

    .tipsheet-item-tools a.btn,
    .social-share a.btn {
        font-size: 12px;
    }

    #content {
        background: none;
    }

    #main-content,
    #sidebar-content {
        border-right: 1px solid #b9babc;
    }

    #sidebar-content {
        background: #ffffff;
        padding-top: 25px;
    }

    .multimedia-item a .center-image {
        height: 200px;
    }

    .multimedia-item a .multimedia_card {
        height: 150px;
    }

    .multimedia-item.photo .multimedia_card {
        background: url(/images/e4/bg.media-photo.jpg) right bottom no-repeat;
    }

    .multimedia-item.video .multimedia_card {
        background: url(/images/e4/bg.media-video.jpg) right bottom no-repeat;
    }

    .multimedia-item.audio .multimedia_card {
        background: url(/images/e4/bg.media-audio.jpg) right bottom no-repeat;
    }

    .trending.photo,
    .trending.highlight {
        height: 130px;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 992px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 992px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 992px), only screen and (min-device-pixel-ratio: 2) and (min-width: 992px), only screen and (min-resolution: 192dpi) and (min-width: 992px), only screen and (min-resolution: 2dppx) and (min-width: 992px) {
    .multimedia-item.photo .multimedia_card {
        background: url(/images/e4/bg.media-photo@2x.png) right bottom no-repeat;
        background-size: 170px 100px;
    }

    .multimedia-item.video .multimedia_card {
        background: url(/images/e4/bg.media-video@2x.png) right bottom no-repeat;
        background-size: 170px 100px;
    }

    .multimedia-item.audio .multimedia_card {
        background: url(/images/e4/bg.media-audio@2x.png) right bottom no-repeat;
        background-size: 170px 100px;
    }
}

@media print {
    /* "equal-height" is causing IE to print out 100+ pages for news releases
     This should fix that issue */
    .equal-height > * {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    /* Bootstrap by default shows the full URL for links in print view.  This prevents that behavior. */
    a[href]:after {
        content: "";
    }
}

/*////*/

.action-box {
    margin-top: 24px;
}

    .action-box a.btn.btn-primary {
        color: #fff;
    }

.workflow-component {
    margin-bottom: 60px;
}
    .workflow-component .reporting-beats-box .selected-values {
        margin-top: 8px;
        display:block;
    }
/*.register-account-page .form-ea .field-container {
    min-height: 81px;
}*/
.form-ea {
    font-size: 14px;
}

    .form-ea select {
        margin: 0;
    }

    .form-ea .form-group label i.glyphicon-info-sign {
        font-size: 13px;
    }

    .form-ea .panel-heading {
        font-weight: bold;
    }

    .form-ea .field-wrapper {
        margin-right: 12px;
        float: left;
    }

    .form-ea .captcha-wrapper .field-wrapper {
        float: none;
    }

    .form-ea .captcha-wrapper .field-wrapper .captcha-box{
        float: left;
    }

    .form-ea .field-container {
        min-height: 48px;
    }

    .form-ea .field-class.small-input {
        width: 60px;
    }

    .form-ea .form-control {
        height: auto;
        padding: 4px 2px;
        border-radius: 2px;
    }

        .form-ea .form-control:focus {
            border-color: #005699;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,86,153, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,86,153, .6);
        }

.ng-ckeditor {
    margin: 3px 0 3px 0;
}

.ng-submitted .form-control.ng-invalid,
.ng-submitted .ng-invalid .cke_chrome,
.validation-error,
.account-component-wrapper .form-control.ng-invalid.ng-dirty,
.account-detail-wrapper .form-control.ng-invalid,
.account-detail-wrapper .validation-error-box,
.url-field .form-control.ng-invalid {
    border-color: #DC0002 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ng-submitted .institution-search-component .form-control.ng-invalid {
    border-color: #ccc !important;
}

.ng-submitted .institution-search-component .ng-submitted .form-control.ng-invalid {
    border-color: #DC0002 !important;
}

.error-message {
    color: #DC0002;
    font-style: italic;
    font-size: 12px;
}

.form-ea .checkbox.form-group > label {
    position: relative;
    top: auto;
    left: auto;
}

.form-ea .panel .checkbox {
    margin-bottom: 0;
    margin-top: 24px;
}

.form-ea .panel .field-wrapper .checkbox label {
    padding-top: 6px;
}

.form-ea .checkbox input {
    float: left;
    margin-right: 6px;
    margin-top: 4px;
}

.form-ea .radio {
    margin-bottom: 0;
    margin-top: 0;
}

.form-ea .radio-wrapper .radio-label {
    margin-bottom: 12px;
}

.form-ea .radio-wrapper .radio {
    margin-bottom: 12px;
}

.form-ea .radio input {
    float: left;
    margin-right: 6px;
    margin-top: 4px;
    position: static;
    margin-left: 0;
}

.form-ea .form-group {
    position: relative;
    padding: 0 0 4px 0;
}

.form-ea .panel .form-group {
    min-height: 40px;
}

.form-ea .form-group label {
    /*font-weight: normal;*/
}

.form-ea .institution-search-component .form-group {
    padding-left: 0;
}

.form-ea .dropdownWrapper label {
    margin-bottom: 0;
}

.form-ea .panel-body .field-dropdown select, .form-ea .panel-body .select-dropdown select {
    margin: 3px 0px 3px 0px;
    height: 32px;
    border-color: #bbb;
}

.form-ea .authorizations-box .field-class {
    float: none;
    margin-right: 0;
}

.form-ea .authorizations-box .checkbox-description {
    max-height: 126px;
    overflow-y: auto;
    border: 1px solid #e0e0e0;
    padding: 6px;
}

.form-ea .authorizations-box .panel-body .panel-body {
    background: #f9f9f9;
}

.form-ea .authorizations-box .panel-body .panel-heading {
    background: #dcdcdc;
}

.form-ea .authorizations-box .panel-body .panel-body .checkbox-description {
    background: #fff;
}


.form-ea .field-group-component:after {
    display: block;
    content: "";
    clear: both;
}

.form-ea .date-picker-wrapper {
    max-width: 200px;
}

.form-ea .btn-date-picker {
    padding: 4px 9px;
    border: 1px solid #bbb;
}

.breadcrumb {
    padding: 8px 15px 8px 0;
    list-style: none;
    background: none;
    border-radius: 0;
}

    .breadcrumb > li {
        cursor: pointer;
        font-weight: 300;
        color: #7b7b7b;
    }

    .breadcrumb > .active {
        color: #323232;
        font-weight: 500;
    }

    .breadcrumb > li + li:before {
        content: ">";
    }

.break-line {
    clear: both;
}

.json-label {
    font-weight: bold;
    display: inline-block;
    text-transform: capitalize;
}

.registration-review-list-group .review-account-item:hover {
    background: #f7f7f7;
    cursor: pointer;
}

.registration-review-list-group .review-account-header {
    background: #505050;
    color: #fff;
}

.registration-review-list-group .review-account-name {
    display: inline-block;
}

    .registration-review-list-group .review-account-name:hover {
        /*cursor: pointer;*/
        /*text-decoration: underline;
    color: #005699;*/
    }

.popup-wrapper .popup-heading .page-header {
    margin: 0;
    padding: 20px;
}

.popup-wrapper .popup-heading {
    position: relative;
}

    .popup-wrapper .popup-heading .glyphicon-remove {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
    }

.account-review-popup .role-title {
    margin: 6px 0 24px;
}

.glyphicon-remove {
    cursor: pointer;
}

.account-review-popup .item-box {
    width: 49%;
    float: left;
    display: table;
    margin-bottom: 4px;
}

@media (max-width: 760px) {
    .account-review-popup .item-box {
        width: 100%;
    }
}

.account-review-popup .item-box.item-row {
    width: 100%;
}

.account-review-popup .item-label {
    display: table-cell;
    font-weight: bold;
    text-align: right;
    width: 188px;
    padding-right: 6px;
}

.account-review-popup .item-value {
    display: table-cell;
}

.account-review-popup .institution-box .panel-title > strong span + span:before {
    content: ',';
    margin-right: 4px;
    display: inline-block;
}



.fild-upload-file-wrapper .upload-info {
    margin: 0 12px;
    max-width: 240px;
}

.form-ea .field-wrapper.field-upload-box {
    width: 100%;
}

.fild-upload-file-wrapper .url-field {
    margin-top: 6px;
}

.fild-upload-file-wrapper .upload-info .file-name {
    font-size: 14px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fild-upload-file-wrapper .upload-info .file-error {
    font-size: 11px;
    color: red;
}

.fild-upload-file-wrapper .upload-info .progress {
    height: 14px;
    margin-bottom: 0;
}

.fild-upload-file-wrapper .upload-info .progress-bar {
    font-size: 11px;
    line-height: 14px;
}

.account-component-wrapper .form-group input {
    width: 164px;
}

.account-component-wrapper button {
    margin-right: 6px;
}

.media-outlet-wrapper .btn {
    /*margin-top: 27px;
    margin-left: 12px;*/
}

.media-outlet-wrapper .fild-multiselect-wrapper {
    margin-bottom: 5px;
}

.media-outlet-wrapper .form-info-message.no-margin {
    margin: 0;
}

.media-outlet-wrapper .fild-multiselect-wrapper .selected-values {
    padding-top: 8px;
}

.btn {
    margin-top: 0;
    margin-bottom: 0;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.fild-multiselect-wrapper label {
    margin-bottom: 7px;
}

.fild-multiselect-wrapper .ui-select-container {
    width: 164px;
}

    .fild-multiselect-wrapper .ui-select-container .btn {
        margin: 0;
        height: 32px;
        border-color: #bbbbbb;
    }

        .fild-multiselect-wrapper .ui-select-container .btn:hover {
            background: none;
        }

.reporter-details-panel .fild-multiselect-wrapper .ui-select-container {
    width: 300px;
}

.organization-identifiers-box .fild-multiselect-wrapper .ui-select-container,
.organization-identifiers-box .fild-multiselect-wrapper .multiselect-values {
    width: 220px;
}

.fild-multiselect-wrapper .ui-select-match-text {
    padding-left: 2px;
}

.fild-multiselect-wrapper .ui-select-search {
    margin: 0;
}

.fild-multiselect-wrapper .ui-select-choices {
    border-radius: 0;
}

.ui-select-bootstrap .ui-select-toggle {
    height: 34px;
    min-height: auto;
}

.fild-multiselect-wrapper .ui-select-bootstrap .ui-select-toggle > .caret {
    border-top: 6px dashed;
    right: 6px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}

.fild-multiselect-wrapper {
    display: table;
}

    .fild-multiselect-wrapper .multiselect-values {
        display: table-cell;
        width: 164px;
        vertical-align: top;
    }

    .fild-multiselect-wrapper .dropdown-menu {
        max-height: 120px;
        overflow: auto;
    }

    .fild-multiselect-wrapper .badge {
        font-weight: normal;
        position: relative;
        padding-right: 19px;
        background-color: #005699;
        font-size: 14px;
        padding: 4px 24px 4px 9px;
        word-break: break-word;
        white-space: normal;
    }

        .fild-multiselect-wrapper .badge.badge-danger {
            background-color: #cb2121;
        }

        .fild-multiselect-wrapper .badge .glyphicon-remove {
            font-size: 10px;
            position: absolute;
            top: 6px;
            right: 8px;
            cursor: pointer;
        }

    .fild-multiselect-wrapper .selected-values {
        display: table-cell;
        padding-top: 6px;
        vertical-align: top;
    }

        .fild-multiselect-wrapper .selected-values ul {
            list-style: none;
            padding: 0;
            margin-bottom: 0;
        }

            .fild-multiselect-wrapper .selected-values ul li {
                display: inline-block;
                margin-left: 6px;
                margin-bottom: 4px;
            }

    .fild-multiselect-wrapper.full-width-multiselect {
        display: block;
    }

        .fild-multiselect-wrapper.full-width-multiselect .multiselect-values,
        .fild-multiselect-wrapper.full-width-multiselect .multiselect-values .ui-select-container {
            display: block;
            width: auto;
        }

            .fild-multiselect-wrapper.full-width-multiselect .multiselect-values .ui-select-container .btn {
                height: 34px;
            }

    .fild-multiselect-wrapper.no-label .multiselect-values label {
        display: none;
    }

.spinner {
    background-image: url(/Content/img/big-wait-indicator-inverse.gif);
    background-position: center;
    background-repeat: no-repeat;
}

.red-text {
    color: #dc0002;
}

.file-url-list {
    margin: 0;
    padding-bottom: 20px;
}

    .file-url-list .list-group-item {
        position: relative;
    }

        .file-url-list .list-group-item .file-url-list-value {
            padding-right: 26px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }

        .file-url-list .list-group-item .glyphicon-remove {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
        }

.url-field .add-url-form {
    position: relative;
    padding-right: 96px;
}

    .url-field .add-url-form .btn {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

.phone-box {
    padding-bottom: 15px;
}



    .phone-box .contact-action-item {
        color: #337ab7;
        text-decoration: underline;
        cursor: pointer;
    }

    .phone-box .form-add-item {
        position: relative;
    }

        .phone-box .form-add-item .remove-from-list {
            float: left;
        }

        .phone-box .form-add-item .email-info {
            float: left;
            margin: 9px 0 0 14px;
        }

.phones-label-box label {
    float: left;
    margin-right: 12px;
    width: 158px;
}

.field-wrapper .phone-box .remove-from-list {
    margin-top: 3px;
    padding: 5px 12px;
}

.social-media-label-box label {
    float: left;
    margin-right: 12px;
    width: 200px;
}

.organization-social-media .btn.remove-from-list {
    margin-top: 3px;
    padding: 5px 12px;
}



.accound-detail-form .form-with-section .phone-box .phones-label-box {
    padding-right: 45px;
}

    .accound-detail-form .form-with-section .phone-box .phones-label-box label {
        width: 33.3%;
        margin-right: 0;
    }

.accound-detail-form .form-with-section .phone-box .form-add-item {
    position: relative;
    padding-right: 40px;
}

    .accound-detail-form .form-with-section .phone-box .form-add-item .remove-from-list {
        position: absolute;
        top: 3px;
        right: 0;
    }

    .accound-detail-form .form-with-section .phone-box .form-add-item .field-wrapper {
        width: 33.3%;
        float: left;
        padding-right: 5px;
    }

.accound-detail-form .form-with-section .field-phones.phone-box .phones-label-box .phone-type-label {
    width: 20%;
}

.accound-detail-form .form-with-section .field-phones.phone-box .phones-label-box .phone-number-label {
    width: 45%;
}

.accound-detail-form .form-with-section .field-phones.phone-box .phones-label-box .phone-ext-label {
    width: 15%;
}

.accound-detail-form .form-with-section .field-phones.phone-box .form-add-item .phone-type {
    width: 20%;
}

.accound-detail-form .form-with-section .field-phones.phone-box .form-add-item .phone-number {
    width: 45%;
}

.accound-detail-form .form-with-section .field-phones.phone-box .form-add-item .phone-ext {
    width: 15%;
}



.accound-detail-form .form-with-section .phone-box.field-emails .phones-label-box .email-type-label {
    width: 33%;
}

.accound-detail-form .form-with-section .phone-box.field-emails .phones-label-box .email-value-label {
    width: 67%;
}

.accound-detail-form .form-with-section .phone-box.field-emails .form-add-item .field-wrapper.email-type {
    width: 33%;
}

.accound-detail-form .form-with-section .phone-box.field-emails .form-add-item .field-wrapper.email-value {
    width: 67%;
}


.accound-detail-form .checkbox.science-source-access {
    margin-top: 32px;
}

.form-with-section .file-upload-box .add-url-form .form-control {
    margin-top: 0;
}



.organization-social-media .select-dropdown select {
    margin: 3px 0px 3px 0px !important;
    height: 32px !important;
}

.no-float-element {
    float: none !important;
}

.account-detail-wrapper {
    margin: 24px 0;
}

.form-horizontal .control-label[class*=col-] {
    margin-top: 0;
}

.user-detail-title {
    margin-bottom: 24px;
}

.clickable-element {
    cursor: pointer;
}

.form-info-message {
    font-size: 12px;
    font-style: italic;
}

.no-left-padding {
    padding-left: 0;
}

.no-right-padding {
    padding-right: 0;
}

.text-align-right {
    text-align: right;
}

.full-width {
    width: 100%;
}


.btn-nav-link {
    background-color: transparent;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    text-shadow: none;
    text-transform: uppercase;
    padding: 10px 0;
    font-size: 13px;
    line-height: 1.4;
    margin: 0 12px 0;
    float: right;
    border-radius: 0;
    border: none;
}

    .btn-nav-link:hover, .btn-nav-link:focus, .btn-nav-link:active, .btn-nav-link:focus:active {
        color: #fff;
        outline: none;
        border: none;
        -moz-outline-style: none;
    }

        .btn-nav-link:hover::after {
            width: 100%;
        }

    .btn-nav-link:after {
        content: '';
        display: block;
        width: 0;
        height: 2px;
        background: #fff;
        transition: width .3s;
    }

    .btn-nav-link.special-nav-item {
        color: #505050;
        background: #fff;
        margin: 8px 12px;
        padding: 2px 8px;
        border-radius: 4px;
    }

        .btn-nav-link.special-nav-item:hover {
            background: #e6e6e6;
        }

        .btn-nav-link.special-nav-item::after {
            background: none;
        }

        .btn-nav-link.special-nav-item::after {
            background: none;
        }

.only-mobile-nav-link {
    display: none !important;
}

@media (max-width: 767px) {
    .btn-nav-link {
        padding: 6px 0 12px;
        float: none;
        padding-top: 0;
    }

        .btn-nav-link:hover {
            font-weight: bold;
        }

            .btn-nav-link:hover::after {
                width: 0;
            }

    .only-mobile-nav-link {
        display: block !important;
    }
}

.fild-upload-file-wrapper .upload-info {
    margin: 0 12px;
    max-width: 240px;
}

.field-wrapper.field-upload-box {
    width: 100%;
}

.fild-upload-file-wrapper .url-field {
    margin-top: 6px;
}

.fild-upload-file-wrapper .upload-info .file-name {
    font-size: 14px;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fild-upload-file-wrapper .upload-info .file-error {
    font-size: 11px;
    color: red;
}

.fild-upload-file-wrapper .upload-info .progress {
    height: 14px;
    margin-bottom: 0;
}

.fild-upload-file-wrapper .upload-info .progress-bar {
    font-size: 11px;
    line-height: 14px;
}

.file-url-list {
    margin: 0;
    padding-bottom: 20px;
}

    .file-url-list .list-group-item {
        position: relative;
    }

        .file-url-list .list-group-item .file-url-list-value {
            padding-right: 26px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            display: block;
        }

        .file-url-list .list-group-item .glyphicon-remove {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 10px;
        }

.url-field .add-url-form {
    position: relative;
    padding-right: 96px;
}

    .url-field .add-url-form .btn {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 5px 12px;
    }

.file-list .file-list-item {
    position: relative;
    padding: 6px 60px 6px 12px;
}

.file-list .file-list-item-action {
    position: absolute;
    top: 50%;
    right: 9px;
    cursor: pointer;
    transform: translateY(-50%);
}

.file-list .file-list-item-link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.file-upload-box .upload-info {
    margin-left: 8px;
}

.file-upload-box select {
    margin: 0 !important;
}

.main-alert-box {
    margin: 20px 0 12px;
    display: block;
}

.validation-error-wrapper {
    border: 1px solid #DC0002;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-detail-title {
    text-align: center;
}

.remove-from-org-wrapper {
    margin-bottom: 12px;
    text-align: right;
}

@media screen and (min-width: 992px) {
    .user-detail-title {
        text-align: left;
        position: relative;
        padding-right: 340px;
    }

        .user-detail-title .remove-from-org {
            position: absolute;
            top: 0;
            right: 0;
            left: auto;
            font-size: 14px;
        }
}

.notification-modal .notification-text {
    font-size: 14px;
    margin: 0;
}

.top-meta-box {
    margin: 24px 0;
}

.panel-heading.bg-info .btn.btn-xs.btn-default {
    margin-top: 0;
    padding: 1px 5px;
}

.subscription-form .checkbox {
    margin-top: 30px;
}

.date-with-calendar, .select-box-with-remove {
    position: relative;
    padding-right: 45px;
}


    .date-with-calendar .date-input[readonly] {
        background: #fff;
    }

    .date-with-calendar .date-input[disabled], .date-with-calendar .btn-default[disabled] {
        background: #eee;
    }

    .date-with-calendar .date-button, .select-box-with-remove .remove-btn {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        height: 34px;
    }

    .date-with-calendar.date-with-calendar-with-remove {
        padding-right: 90px;
    }

        .date-with-calendar.date-with-calendar-with-remove .date-button {
            right: 45px;
        }

        .date-with-calendar.date-with-calendar-with-remove .date-button-remove {
            right: 0;
        }

    .invalid-field, input.ng-invalid.ng-dirty, .modal-user .fieldType.ng-invalid, .date-with-calendar .date-input.ng-invalid {
        border-color: #a94442;
    }

    .date-with-calendar .date-input.no-validation {
        border-color: #ccc !important;
    }


.subscription-list-filter-box {
    margin-bottom: 12px;
}

    .subscription-list-filter-box .filter-item {
        margin-right: 24px;
    }

    .subscription-list-filter-box .btn-xs {
        padding: 2px 6px;
    }

    .subscription-list-filter-box .btn + .btn {
        margin-left: 1px;
    }

    .subscription-list-filter-box .toggle-off-pad.btn.btn-xs {
        padding-left: 8px;
    }

    .subscription-list-filter-box .toggle-on-pad.btn.btn-xs {
        padding-right: 6px;
        padding-left: 0px;
    }



    .subscription-list-filter-box label.btn.btn-xs {
        font-size: 12px;
    }

    .subscription-list-filter-box .filter-item .subscription-list-filter-label {
        float: right;
        margin-left: 6px;
        margin-top: 2px;
    }


.terms-box .checkbox {
    margin-top: 0;
}

.terms-box .form-info-message {
    margin-bottom: 8px;
}

.ticket-panel {
    margin-top: 20px;
}

.ticket-list {
    overflow-y: auto;
    max-height: 433px;
}

.subscription-table {
}

.false-link {
    color: #2c56ac;
    cursor: pointer;
}

.ticket-list .list-group-item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
    margin: 0;
    color: #2c56ac;
    background: #efefef;
    padding-left: 10px;
    border-bottom-color: #b3b3b3;
}

    .ticket-list .list-group-item:first-child {
        border-radius: 0;
        border-top: 1px solid #b3b3b3;
    }

    .ticket-list .list-group-item.active-ticket {
        background: #fff;
        position: relative;
        padding-right: 50px;
    }

        .ticket-list .list-group-item.active-ticket .active-ticket-item-info {
            white-space: nowrap;
        }

.ticket-filter {
    margin-bottom: 20px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: inline-block;
    margin-top: 12px;
}

    .ticket-filter .ticket-filter-item {
        cursor: pointer;
    }

        .ticket-filter .ticket-filter-item.ticket-filter-item-left {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
            border-right: none;
            padding: 0 4px 0 8px;
        }

        .ticket-filter .ticket-filter-item.ticket-filter-item-right {
            border-top-right-radius: 10px;
            border-bottom-right-radius: 10px;
            border-left: none;
            padding: 0 8px 0 4px;
        }

        .ticket-filter .ticket-filter-item.ticket-filter-item-active {
            color: #fff;
            background: #337ab7;
        }


.ticket-list .ticket-item-info {
    margin-top: 6px;
    color: #000;
    font-size: 12px;
}

.ticket-form {
    position: relative;
    padding-right: 60px;
}

    .ticket-form.new-ticket-form {
        margin-bottom: 0;
    }

    .ticket-form label {
        font-weight: bold !important;
        font-size: 12px;
    }

    .ticket-form .btn {
        position: absolute;
        top: 24px;
        right: 0;
        left: auto;
        height: 32px;
    }

        .ticket-form .btn.btn-new-ticket {
            top: 0;
            margin-top: 0;
            height: 30px;
        }

.ticket-comment-box .comment-body {
    background: #f3f3f3;
    padding: 10px;
    margin-top: 4px;
    margin-bottom: 12px;
}

.ticket-comment-box .ticket-comment-author-user {
    color: #989898;
}

.ticket-comment-box .ticket-comment-date {
    font-style: italic;
    color: #989898;
    font-size: 12px;
}

.comment-wrapper h4 {
    margin-top: 0;
}

.comment-wrapper .comment-list {
    overflow-y: auto;
    max-height: 430px;
}

    .comment-wrapper .comment-list .comment-ticket-user {
        background: #d9edf7;
    }

.organization-subscription-row .no-full-acces-icon {
    font-size: 12px;
}

.organization-title .collapseIcon {
    margin-top: 2px;
    float: right;
    font-size: 14px;
    margin-left: 10px;
}

.organization-title .organization-title-button {
    width: 110px;
}

.user-supporting-files-box .current-files-box {
    border-bottom: 1px solid #ddd;
    margin-bottom: 24px;
    padding-bottom: 12px;
}

.user-supporting-files-box .files-title {
    font-weight: 600;
}

    .user-supporting-files-box .files-title .collapseIcon {
        margin-top: 0;
        font-size: 13px;
    }

.collapseIcon {
    transition: all 0.2s;
}

    .collapseIcon.hideContent {
        transform: rotate(90deg);
    }

.multimedia-form .form-info-message.label-description, .multimedia-form .dropdown {
    margin-top: 0;
}

.multimedia-file-box .mime-type-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .multimedia-file-box .mime-type-list li {
        display: inline-block;
        padding-right: 5px;
    }

.multimedia-file-box .mime-type-list-label {
    padding-right: 5px;
}

.preview-upload-box .mime-type-list-label, .preview-upload-box .mime-type-list {
    display: inline-block;
}

.multimedia-file-box .preview-upload-box .mime-type-list li {
    padding-left: 5px;
    padding-right: 0;
}

.multimedia-file-box .preview-upload-box .mime-type-list-label {
    padding-right: 0;
}

.multimedia-display-box {
    margin: 12px 0;
}

    .multimedia-display-box img {
        margin: 0 auto;
    }

.display-multimedia-modal .modal-dialog {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
}

.display-multimedia-modal .modal-content {
    border-radius: 0;
    background: rgba(0,0,0,0.45);
    height: 100%;
}

.close-multimedia-display-modal {
    position: absolute;
    top: 8px;
    right: 8px;
    background: rgba(0,0,0,0.6);
    width: 30px;
    height: 30px;
    line-height: 1;
    color: #fff;
    border: none;
    outline: none;
    z-index: 100;
    font-size: 23px;
}

.display-multimedia-modal .img-responsive, .display-multimedia-modal audio, .display-multimedia-modal video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    max-width: 100%;
    max-height: 100%;
}

.multimedia-submit-btn {
    margin-left: 10px;
}

.ea-navbar .dropdown-menu {
    background: #505050;
    color: #fff;
    padding-left: 10px;
}

.multimedia-list-page .panel-body {
    position: relative;
    overflow: hidden;
    min-height: 507px;
}

.multimedia-list-page .pagination {
    margin-top: 24px;
}

.press-release-list-page {
    min-height: 500px;
}



.multimedia-filter-box .filter-trigger {
    margin-top: 5px;
}

    .multimedia-filter-box .filter-trigger .filter-trigger-label {
        margin-right: 12px;
    }

.multimedia-filter-box .multimedia-filter-content {
    position: absolute;
    left: -500px;
    top: 43px;
    right: auto;
    bottom: auto;
    transition: 0.5s all;
    background: #fff;
    border: 1px solid #e7e7e7;
    z-index: 100;
    padding: 15px;
    box-shadow: 0 0 15px -9px #000;
}

.multimedia-filter-box .filter-trigger .list-inline > li {
    margin-bottom: 5px;
}

.filter-trigger {
    margin-top: 5px;
}

.multimedia-filter-box .multimedia-filter-content.show-filter {
    left: 15px;
}

    .multimedia-filter-box .multimedia-filter-content.show-filter .multimedia-filter-content-item {
        padding-bottom: 8px;
    }

.multimedia-filter-box .date-with-calendar .date-button {
    height: 30px;
    margin: 0;
}

.multimedia-filter-box .action-box {
    margin-top: 6px;
}

    .multimedia-filter-box .action-box .btn {
        margin-right: 6px;
    }

.multimedia-filter-box .filter-item-label {
    font-weight: 600;
    margin-top: 6px;
    margin-bottom: 0;
}

.multimedia-filter-box .form-group {
    margin-bottom: 0;
}

.multimedia-filter-box .date-with-calendar {
    width: 130px;
    padding-right: 40px;
}

    .multimedia-filter-box .date-with-calendar.date-with-calendar-from {
        margin-right: 10px;
    }

    .multimedia-filter-box .date-with-calendar .date-input {
        margin: 0;
    }

.multimedia-filter-box .type-selector, .multimedia-filter-box .set-per-page-box {
    display: inline-block;
}

    .multimedia-filter-box .type-selector ul {
        margin: 0;
    }

@media screen and (max-width: 660px) {
    .multimedia-filter-box .type-selector li {
        margin-bottom: 4px;
    }
}



.multimedia-filter-box .set-per-page-box {
    margin-right: 18px;
    margin-bottom: 8px;
    margin-left: 30px;
}

    .multimedia-filter-box .set-per-page-box .dropdown-menu {
        min-width: auto;
        width: 48px;
        text-align: center;
        right: 0;
        left: auto;
    }

        .multimedia-filter-box .set-per-page-box .dropdown-menu li:hover {
            background: #e6e6e6;
        }

.multimedia-list .preview-container {
    background: #f5f5f5;
    margin-top: 12px;
    box-shadow: 2px 3px 2px rgba(0,0,0,0.3);
}

    .multimedia-list .preview-container .image-box-wrapper {
        padding: 12px;
        border-bottom: 1px solid #cccccc;
        height: 100%;
        width: 100%;
        height: 260px;
    }

    .multimedia-list .preview-container .image-box {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        height: 100%;
        position: relative;
    }

        .multimedia-list .preview-container .image-box .multimedia-type {
            top: 0;
            bottom: auto;
            left: auto;
            right: 0;
            position: absolute;
            width: 80px;
            height: 40px;
            background: rgba(0,0,0,0.6);
            text-align: center;
        }

            .multimedia-list .preview-container .image-box .multimedia-type.video-type {
                background: rgba(245,30,30,0.4);
            }

            .multimedia-list .preview-container .image-box .multimedia-type.sound-type {
                background: rgba(30,186,245,0.4);
            }

            .multimedia-list .preview-container .image-box .multimedia-type.image-type {
                background: rgba(30,245,96,0.4);
            }

            .multimedia-list .preview-container .image-box .multimedia-type i {
                font-size: 26px;
                color: #f7f7f7;
                margin-top: 4px;
            }

   

    .multimedia-list .preview-container .image-box img {
        margin: auto auto;
        max-width: 100%;
        max-height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .multimedia-list .preview-container .meta-box {
        padding: 10px;
        font-size: 12px;
    }

        .multimedia-list .preview-container .meta-box ul.meta-box-list {
            padding-left: 10px;
        }

            .multimedia-list .preview-container .meta-box ul.meta-box-list .meta-box-item:before {
                content: '\2022';
                margin-right: 3px;
            }

        .multimedia-list .preview-container .meta-box .meta-box-item {
            margin-bottom: 4px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 100%;
            cursor: default;
        }

            .multimedia-list .preview-container .meta-box .meta-box-item.meta-with-checkbox {
                position: relative;
                padding-right: 24px;
            }

                .multimedia-list .preview-container .meta-box .meta-box-item.meta-with-checkbox .checkbox {
                    position: absolute;
                    top: 0;
                    right: 0;
                    margin: 0;
                }

                .multimedia-list .preview-container .meta-box .meta-box-item.meta-with-checkbox .meta-box-item__value {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    max-width: 100%;
                    cursor: default;
                }

/*.multimedia-list .preview-container .meta-box .meta-box-item.checkbox {
                margin-top: 0;
                margin-bottom: 4px;
            }*/

.multimedia-detail-modal .text-box {
    margin-bottom: 18px;
}

    .multimedia-detail-modal .text-box p {
        margin: 0;
        padding: 0;
    }

.multimedia-detail-modal p {
    margin-top: 0;
}

.multimedia-list-pagination {
    margin-top: 24px;
}

.embargo-date-box label {
    margin-top: 8px;
    margin-right: 4px;
}

    .embargo-date-box label.embargo-date-label {
        width: 40px;
    }

.embargo-date-box {
    margin-top: 35px;
}

.press-release-submission .embargo-date-box label.embargo-date-label {
    margin-bottom: 24px;
    width: auto;
}

.press-release-submission .embargo-date-box {
    margin-top: 15px;
}

    .press-release-submission .embargo-date-box .date-with-calendar {
        width: 210px
    }

        .press-release-submission .embargo-date-box .date-with-calendar .date-input {
            text-align: center;
        }

.embargo-date-box .date-with-calendar {
    width: 136px;
}

    .embargo-date-box .date-with-calendar .date-input {
        padding-left: 4px;
        padding-right: 4px;
        margin: 0;
    }

.embargo-date-box .uib-timepicker {
    margin-left: 4px;
    margin-top: -22px;
    border-spacing: 0;
    border-collapse: collapse;
}

    .embargo-date-box .uib-timepicker input {
        padding-left: 4px;
        padding-right: 4px;
        width: 34px;
        margin: 0;
    }

.embargo-date-box.common-date-time-box {
    margin: 0;
}

    .embargo-date-box.common-date-time-box label {
        margin: 0 0 5px 0;
    }


.timezone-timepicker {
    margin: 8px 0 0 8px;
}

.igloo-date .remove-with-timepicker {
    margin-left: 6px;
}

.igloo-date .info-message {
    color: #DC0002;
}

    .igloo-date .info-message.info-message-xl {
        margin-top: 6px;
        margin-left: 6px;
        float: left;
    }

.uib-timepicker a.btn-link {
    padding: 0;
}

.uib-timepicker .uib-time input {
    height: 34px;
}

[uib-typeahead-popup].dropdown-menu {
    height: 160px;
    overflow: auto;
}

.press-release-submission .release-type-box label {
    margin-bottom: 8px;
}

.press-release-submission .press-relase-submit-box p {
    margin-top: 0;
}

.press-release-submission .press-relase-submit-box hr {
    margin-bottom: 12px;
    border-color: #dedede;
}

.press-release-submission h3 {
    margin: 4px 0 0;
}

.press-release-submission .step-navigation-wrapper {
    margin-bottom: 28px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dedede;
    text-align: right;
}

.press-release-submission .step-navigation {
    list-style-position: inside;
    padding: 0em;
    margin-left: -5px;
    list-style: none;
}

    .press-release-submission .step-navigation li {
        display: inline-block;
    }

.press-release-submission .step-navigation-item {
    display: inline-block;
    background: #da6060;
    padding: 4px 8px;
    color: #fff;
    border: none;
    outline: none;
    position: relative;
    margin-left: 24px;
    transition: 500ms all;
    min-width: 38px;
    height: 27px;
    float: right;
}



    .press-release-submission .step-navigation-item::after {
        position: absolute;
        content: '';
        width: 27px;
        height: 27px;
        right: -27px;
        top: 0;
        left: auto;
        bottom: auto;
        border: 13px solid transparent;
        border-left-color: #da6060;
        transition: 500ms all;
    }

    .press-release-submission .step-navigation-item::before {
        position: absolute;
        content: '';
        width: 25px;
        height: 27px;
        right: auto;
        top: 0;
        left: -19px;
        bottom: auto;
        border: 13px solid transparent;
        border-right-color: #da6060;
        border-top-color: #da6060;
        border-bottom-color: #da6060;
        transition: 500ms all;
    }

    .press-release-submission .step-navigation-item.active, .press-release-submission .step-navigation-item:hover {
        background: #cb2121;
        color: #fff;
    }

        .press-release-submission .step-navigation-item.active::before, .press-release-submission .step-navigation-item:hover::before {
            border-right-color: #cb2121;
            border-top-color: #cb2121;
            border-bottom-color: #cb2121;
        }

        .press-release-submission .step-navigation-item.active::after, .press-release-submission .step-navigation-item:hover::after {
            border-left-color: #cb2121;
        }

    .press-release-submission .step-navigation-item[disabled] {
        cursor: not-allowed;
        background: #c1bbbb;
        color: #fff;
    }

        .press-release-submission .step-navigation-item[disabled]::before {
            border-right-color: #c1bbbb;
            border-top-color: #c1bbbb;
            border-bottom-color: #c1bbbb;
        }

        .press-release-submission .step-navigation-item[disabled]::after {
            border-left-color: #c1bbbb;
        }

    .press-release-submission .step-navigation-item.first-step::before,
    .press-release-submission .step-navigation-item.last-step::after {
        display: none;
    }

    .press-release-submission .step-navigation-item.last-step {
        padding-right: 14px;
    }

    .press-release-submission .step-navigation-item.first-step {
        padding-left: 14px;
    }

@media screen and (max-width: 736px) {
    .press-release-submission .step-navigation-wrapper {
        text-align: left;
    }

    .press-release-submission .step-navigation li {
        display: block;
        text-align: center;
    }

    .press-release-submission .step-navigation-item {
        margin-bottom: 6px;
        width: 200px;
        float: none;
    }

        .press-release-submission .step-navigation-item::before,
        .press-release-submission .step-navigation-item::after {
            display: none;
        }
}

.funder-action-item {
    margin: 0 3px;
}

.igloo-funder .funder-top-box, .component-top-box {
    border-bottom: 1px solid #dedede;
    padding-bottom: 12px;
}

.add-button {
    padding: 4px 10px;
    margin: 5px 0 0 14px;
}

@media (min-width: 768px) {
    .new-item-modal .modal-dialog {
        width: 420px;
    }

        .new-item-modal .modal-dialog .modal-body {
            padding: 15px 25px;
        }
}

.press-release-add-multimedia {
    margin-bottom: 18px;
}

.select-subscription-wrapper .select-subscription-content {
    margin-top: 4px;
}

.select-subscription-btn {
    padding: 0 4px;
    font-size: 13px;
}

.form-multimedia-display .multimedia-display-box img {
    max-height: 200px;
}

.contact-expert-separator {
    margin-bottom: 21px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}

.bulk-wrapper {
    margin: 22px 0 34px;
}

    .bulk-wrapper .btn {
        padding: 6px 12px;
    }

.journal-search-modal .checkbox {
    padding-top: 21px;
}

.journal-search-modal .journal-search-wrapper {
    position: relative;
    padding-right: 50px;
}

    .journal-search-modal .journal-search-wrapper .btn {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        margin: 0;
        height: 34px;
    }

.selected-journal-box {
    margin-top: 6px;
}

    .selected-journal-box .journal-name {
        float: left;
        margin-top: 6px;
        margin-right: 6px;
    }

.press-release-detail p {
    margin-top: 0;
}

.selected-journal-wrapper {
    position: relative;
    padding-right: 50px;
}

    .selected-journal-wrapper .btn {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        margin: 0;
        height: 34px;
    }

.translations-box {
    margin-top: 24px;
    margin-bottom: 24px;
}

    .translations-box .translation-list {
        margin-top: 12px;
    }

.translation-form-modal span.form-control, .translation-form-modal p.form-control {
    margin-bottom: 12px;
    height: auto;
    min-height: 34px;
    font-size: 13px;
}

.action-cell .action-cell-item {
    margin: 0 2px;
}

.revision-info.alert.alert-info p {
    margin-top: 0;
}

.igloo-tree {
}

    .igloo-tree ul {
        list-style-type: none;
    }

    .igloo-tree #add:hover {
        cursor: pointer;
        color: blue;
    }

    .igloo-tree #arrow:hover {
        cursor: pointer;
        color: blue;
    }

    .igloo-tree #entered:hover {
        cursor: pointer;
    }

    .igloo-tree #enteredRightTriangle:hover {
        cursor: pointer;
    }

    .igloo-tree #enteredBottomTriangle:hover {
        cursor: pointer;
    }

    .igloo-tree #enteredArrow:hover {
        cursor: pointer;
    }

    .igloo-tree #enteredTermName:hover {
        cursor: pointer;
        color: blue;
    }

    .igloo-tree .showData ul {
        display: none;
    }

    .igloo-tree .boldElement {
        font-weight: 700 !important;
    }

    .igloo-tree .highlight-term {
        background-color: #e1e1e1;
    }

    .igloo-tree .tree-list .glyphicon, .igloo-tree .treeList .fa {
        color: #555555;
    }

    .igloo-tree .tree-termLink {
        display: inline-block;
        background: transparent !important;
    }

        .igloo-tree .tree-termLink .tree-termLink__addItem {
            display: none;
        }

        /*.igloo-tree .tree-termLink .glyphicon, .igloo-tree .tree-termLink .fa {
            color: #555555;
        }*/

        .igloo-tree .tree-termLink:hover .tree-termLink__addItem {
            display: inline-block !important;
        }

.taxonomy-container {
    padding: 10px;
}

    .taxonomy-container .term-row {
        margin-bottom: 20px;
    }

    .taxonomy-container .field-wrapper {
        position: relative;
        min-height: 26px;
    }

    .taxonomy-container .term-input-box {
        position: relative;
    }

        .taxonomy-container .term-input-box .form-control {
            padding-right: 32px;
        }

.term-input-box .ajax-spinner {
    position: absolute;
    top: 6px;
    left: auto;
    right: 56px;
}

.taxonomy-container .field-wrapper label {
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    padding-top: 6px;
}

.taxonomy-container .field-wrapper .control-wrapper {
    padding-left: 56px;
}

.taxonomy-container .adjust-label {
    padding-top: 8px;
}

.taxonomy-container .non-hover-box-term {
    padding-left: 10px;
}

.taxonomy-container .box-term {
    padding-left: 10px;
}

    .taxonomy-container .box-term:hover {
        cursor: pointer;
        -webkit-user-select: none; /* Chrome/Safari */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* IE10+ */
        -o-user-select: none;
        user-select: none;
        font-weight: 900;
    }

.taxonomy-container .terms-box {
    height: 100px;
    overflow-y: auto;
}

.taxonomy-container .dropdown-menu {
    max-height: 200px;
    overflow-y: auto;
    background: #fff !important;
}

.taxonomy-container .taxonomy-tree-container {
    padding-top: 0;
}

    /*.taxonomy-container .taxonomy-tree-container .glyphicon, .taxonomy-container .taxonomy-tree-container .fa {
            color: #555555;
        }*/

    .taxonomy-container .taxonomy-tree-container span ul {
        background-color: white !important;
    }

    .taxonomy-container .taxonomy-tree-container a, .taxonomy-container .taxonomy-tree-container a:hover, .taxonomy-container .taxonomy-tree-container a:visited {
        color: #555555 !important;
        font-weight: normal;
    }

.taxonomy-container .panel {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
    margin-left: 0;
}

.taxonomy-container .panel-heading {
    margin-bottom: 0;
}

.taxonomy-container .list-group-item {
    border: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: auto;
    padding: 4px 30px 4px 8px;
    position: relative;
}

    .taxonomy-container .list-group-item:hover {
        background: #f5f5f5;
        cursor: default;
    }

    .taxonomy-container .list-group-item.no-hover:hover {
        background: none;
    }

    .taxonomy-container .list-group-item:first-child, .taxonomy-container .list-group-item:last-child {
        border-radius: 0;
    }

    .taxonomy-container .list-group-item > span {
        cursor: pointer;
    }

.taxonomy-container .list-group .list-group-item i.glyphicon-plus {
    position: absolute;
    top: 7px;
    right: 10px;
}

.press-release-taxonomy-col {
    padding-top: 54px;
}

    .press-release-taxonomy-col .suggested-keywords-list {
        overflow-y: auto;
        max-height: 146px;
    }

        .press-release-taxonomy-col .suggested-keywords-list .list-group-item {
            padding: 4px 30px 4px 15px;
            position: relative;
        }

            .press-release-taxonomy-col .suggested-keywords-list .list-group-item.hasAttention {
                padding-left: 30px;
            }

            .press-release-taxonomy-col .suggested-keywords-list .list-group-item i.attention-sign {
                position: absolute;
                top: 7px;
                left: 10px;
            }

            .press-release-taxonomy-col .suggested-keywords-list .list-group-item i.glyphicon-plus {
                position: absolute;
                top: 7px;
                right: 10px;
            }


    .press-release-taxonomy-col .form-control {
        height: auto;
        min-height: 34px;
    }

        .press-release-taxonomy-col .form-control.hasAttention {
            position: relative;
            padding-left: 30px;
        }

    .press-release-taxonomy-col i.attention-sign {
        position: absolute;
        top: 9px;
        left: 10px;
    }

.select-with-remove-box {
    position: relative;
    padding-right: 50px;
}

    .select-with-remove-box .remove-selected-value {
        position: absolute;
        top: 0;
        right: 0;
    }

.keyword-detail-box .keyword-list {
    padding-left: 0;
    list-style: none;
}

    .keyword-detail-box .keyword-list > li, .keyword-detail-box .primary-keyword-box {
        position: relative;
        padding-bottom: 4px;
    }

        .keyword-detail-box .keyword-list > li.hasAttention, .keyword-detail-box .primary-keyword-box.hasAttention {
            padding-left: 20px;
        }

            .keyword-detail-box .keyword-list > li.hasAttention i.attention-sign {
                position: absolute;
                top: 2px;
                left: 0px;
            }

            .keyword-detail-box .primary-keyword-box.hasAttention i.attention-sign {
                position: absolute;
                top: 10px;
                left: 0px;
            }


.taxonomy-switch {
    margin-left: 6px;
}

.igloo-switch-button {
    margin: 0 0 6px;
    cursor: pointer;
}

    .igloo-switch-button .switch-button {
        margin: 4px 6px 0;
        border-radius: 10px;
        width: 36px;
        background-color: #97c2e6;
        height: 12px;
        float: left;
        position: relative;
        transition: all 0.1s linear;
    }

    .igloo-switch-button.disabled-switch .switch-button {
        background-color: #cecece;
    }

    .igloo-switch-button .switch-button .switch-button-circle {
        position: absolute;
        background: #337ab7;
        box-shadow: 0 0 5px -1px rgba(0,0,0,0.5);
        width: 20px;
        height: 20px;
        border-radius: 50%;
        top: -4px;
        left: 16px;
        transition: all 0.1s linear;
    }

    .igloo-switch-button.disabled-switch .switch-button .switch-button-circle {
        background: #cecece;
        box-shadow: 0 0 5px -1px rgba(100,100,100,0.5);
    }

    .igloo-switch-button .switch-button.switch-on {
        background: #97c2e6;
    }

    .igloo-switch-button.disabled-switch .switch-button.switch-on {
        background: #e4e4e4;
    }


    .igloo-switch-button .switch-button.switch-on .switch-button-circle {
        left: 0;
        background: #337ab7;
        box-shadow: 0 0 5px -1px rgba(0,0,0,0.5);
    }

    .igloo-switch-button.disabled-switch .switch-button.switch-on .switch-button-circle {
        background: #cecece;
        box-shadow: 0 0 5px -1px rgba(100,100,100,0.5);
    }

.modal.edit-form-modal {
    overflow-x: auto;
}


@media (min-width:1200px) {
    .modal.edit-form-modal .modal-dialog {
        width: 1200px;
    }
}

@media (max-width:991px) {
    .modal.edit-form-modal .modal-dialog {
        min-width: 800px;
    }
}

.keywords-info-wrapper {
    margin: 12px 0 18px;
}

    .keywords-info-wrapper .keyword-detail-box {
        margin: 18px 0 0;
    }

        .keywords-info-wrapper .keyword-detail-box .keyword-primary-group {
            margin-bottom: 6px;
        }

        .keywords-info-wrapper .keyword-detail-box .keyword-label {
            float: left;
            width: 82px;
            text-align: right;
        }

        .keywords-info-wrapper .keyword-detail-box .keyword-value {
            float: left;
            margin-left: 10px;
        }

.select-remove-field-wrapper .select-remove-field {
    position: relative;
    padding-right: 50px;
    margin: 3px 0;
}

    .select-remove-field-wrapper .select-remove-field.with-remove {
        padding-right: 100px;
    }

        .select-remove-field-wrapper .select-remove-field.with-remove.with-edit {
            padding-right: 150px;
        }

    .select-remove-field-wrapper .select-remove-field .select-remove-field_select {
        position: absolute;
        top: 0;
        right: 0;
        left: auto;
        bottom: auto;
        margin: 0;
        padding: 6px 12px;
    }

    .select-remove-field-wrapper .select-remove-field.with-remove .select-remove-field_remove {
        position: absolute;
        top: 0;
        right: 50px;
        left: auto;
        bottom: auto;
        margin: 0;
        padding: 6px 12px;
    }

    .select-remove-field-wrapper .select-remove-field.with-remove.with-edit .select-edit-field_edit {
        position: absolute;
        top: 0;
        right: 100px;
        left: auto;
        bottom: auto;
        margin: 0;
        padding: 6px 12px;
    }

.meeting-description-cell {
    max-width: 200px;
}

textarea.form-control.meeting-description-field {
    min-height: 103px;
}

.element-text-concat {
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

span.form-control {
    height: auto;
    min-height: 34px;
}

.igloo-notification .modal-header h3 {
    margin: 0;
}

.formated-text {
    white-space: pre-line !important;
    margin: 0;
    line-height: normal;
}

.submit-release-modal .radio {
    margin-top: 0;
    margin-bottom: 5px;
}

.multimedia-translation-tabs .nav.nav-tabs {
    display: none;
}

.multimedia-translation-tabs .multimedia-item-preview {
    margin-bottom: 20px;
}

.multimedia-translation-buttons .active-mutlimedia, .sidebar-list .active-item {
    background: #efefef;
}

.multimedia-translation-buttons .list-group-item:first-child, .multimedia-translation-buttons .list-group-item:last-child,
.sidebar-list .list-group-item:first-child, .sidebar-list .list-group-item:last-child {
    border-radius: 0;
}

.multimedia-translation-buttons .list-group-item,
.sidebar-list .list-group-item {
    border-left: none;
    border-right: none;
    padding-left: 25px;
    position: relative;
}

    .multimedia-translation-buttons .list-group-item i,
    .sidebar-list .list-group-item i {
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
    }

.sidebar-list.tipsheet-item-list .list-group-item {
    padding-right: 25px;
}

.sidebar-list.tipsheet-item-list .bulk-action-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.modal.big-modal {
    overflow-x: auto;
}

@media (max-width: 992px) {
    .big-modal .modal-dialog {
        width: 990px;
    }
}

@media (min-width: 992px) {
    .big-modal .modal-dialog {
        width: 990px;
    }
}

@media (min-width: 1300px) {
    .big-modal .modal-dialog {
        width: 1260px;
    }
}

.person-contact-component {
    margin-bottom: 20px;
}

    .person-contact-component .person-contact-top-box {
        margin-bottom: 12px;
    }

.translations-box {
    margin-top: 24px;
    margin-bottom: 24px;
}

    .translations-box .translation-list {
        margin-top: 12px;
    }

.translation-form-modal .equal > [class^="col-"] {
    margin: 0;
    padding-bottom: 15px;
}

.translation-form-modal .form-group {
    margin: 0;
}

    .translation-form-modal .form-group .left-col {
        border-right: 1px solid #e5e5e5;
    }


.translation-form-modal ul > li:nth-child(even) .row {
    background: #f9f9f9;
}

.translation-form-modal ul > li .row {
    border-top: 1px solid #e5e5e5;
}

    .translation-form-modal ul > li .row [class^="col-"] {
        padding-top: 10px;
    }

.translation-form-modal ul > li:first-child .row {
    border-top: none;
}


.equal {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.equal > [class^="col-"] {
    margin-bottom: 20px;
}

.equal .panel {
    height: 100%;
}

.grey-text {
    color: #989898;
}

.tipsheet-item-title {
    margin-top: 30px;
    margin-bottom: 12px;
}

.tipsheet-item-subtitle-box {
    margin-bottom: 34px;
}

    .tipsheet-item-subtitle-box .collapse-trigger {
        margin-bottom: 6px;
    }

    .tipsheet-item-subtitle-box .supporting-files-wrapper {
        position: relative;
        padding-left: 110px;
    }

        .tipsheet-item-subtitle-box .supporting-files-wrapper .supporting-label {
            position: absolute;
            top: 0;
            left: 0;
        }

.tipsheet-item-organization-form .checkbox {
    margin-top: 30px;
}

.tipsheet-item-organization-form .find-org-btn {
    margin-top: 30px;
}

.tipsheet-item-detail .tipsheet-item-detail-tables {
    margin-top: 24px;
}

    .tipsheet-item-detail .tipsheet-item-detail-tables .text-right .btn {
        margin-bottom: 12px;
    }

.tipsheet-item-detail .tab-content {
    margin: 0;
    padding: 20px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.tipsheet-item-detail a {
    word-break: break-word;
}


.datepicker-removed-head .uib-datepicker thead {
    display: none;
}

.author-org-list {
    padding-left: 20px;
}

.page-header-wrapper {
    margin: 15px 0 10px;
}

.allowed-extension-wrapper {
    margin-right: 6px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.direct-file-upload-box .file-name {
    margin: 6px 0 0 10px;
}

.collapseTitle {
    cursor: pointer;
}

.collapseIcon {
    transition: all 0.2s;
}

    .collapseIcon.closed {
        transform: rotate(90deg);
    }

@media (max-width: 992px) {
    .full-width-modal .modal-dialog {
        width: 1299px;
    }
}

@media (min-width: 992px) {
    .full-width-modal .modal-dialog {
        width: 1299px;
    }
}

@media (min-width: 1300px) {
    .full-width-modal .modal-dialog {
        width: 100%;
    }
}

.full-width-modal .modal-dialog {
    margin: 0 auto;
    overflow-x: auto;
}

.modal-open .full-width-modal {
    overflow-x: auto !important;
}

.full-width-modal.not-from-top .modal-dialog {
    margin-top: 30px;
}

.full-width-modal .modal-dialog .modal-content {
    border-radius: 0;
    box-shadow: none;
}

.tipsheet-item-resolve-conflict-modal .tipsheet-item-data {
    padding: 0 20px 20px;
    border: 1px solid #ddd;
    margin: 10px 0 0;
    overflow-y: auto;
}

.tipsheet-item-resolve-conflict-modal .tipsheet-item-top-stripe {
    margin-top: 12px;
}

    .tipsheet-item-resolve-conflict-modal .tipsheet-item-top-stripe .btn-accept {
        margin-left: 12px;
        margin-top: 2px;
    }

/* Chrome, Safari, Edge, Opera */
input.no-arrows::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number].no-arrows {
    -moz-appearance: textfield;
}

.form-horizontal .popover .form-group {
    margin-right: 0;
    margin-left: 0;
}

.ticket-attachment-list > li {
    border-top: 1px solid #ccc;
    margin-bottom: 6px;
    padding-bottom: 6px;
}

    .ticket-attachment-list > li:first-child {
        border: none;
    }


.ticket-attachment-list .ticket-attachment-file-wrapper {
    position: relative;
    padding-right: 40px;
}

.ticket-attachment-list .ticket-attachment-file-remove {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
}

.active-ticket-header {
    position: relative;
    padding-right: 126px;
    margin-bottom: 18px;
}

    .active-ticket-header .active-ticket-add-attachment {
        position: absolute;
        top: 50%;
        right: 6px;
        transform: translateY(-50%);
    }

.upload-file-string {
    display: block;
    line-height: 1;
}

.tipsheet-item-detail a {
    word-break: break-word;
}

.tipsheet-item-list.sidebar-list {
    padding-left: 0;
    margin-bottom: 20px;
    max-height: 634px;
    overflow-y: auto;
}

.tipsheet-item-list-filter-box .tipsheet-item-list-filter-box-state {
    width: 194px;
    position: absolute;
    right: 0;
    top: 0;
}

.tipsheet-item-list-filter-box {
    position: relative;
    padding-right: 205px;
}

@media (min-width: 768px) {
    .tipsheet-item-notification-types-form-modal-wrapper .modal-dialog {
        width: 400px;
    }
}

.tipsheet-item-form .embargo-date-box .date-with-calendar {
    width: 210px;
}

.tipsheet-item-form .checkbox {
    margin-top: 30px;
}

.institution-search-component .dont-have-id-checkbox {
    margin-bottom: 24px;
}

.institution-search-component .organization-filter-search-wrapper {
    margin-top: 12px;
}

.institution-search-component .not-liste-wrapper {
    margin-top: 6px;
}

.institution-search-component .organization-result-list .main-info {
    font-size: 12px;
}

    .institution-search-component .organization-result-list .main-info label {
        font-size: 12px;
        margin-bottom: 0;
        text-decoration: underline;
    }

.institution-search-component .organization-result-list .list-group {
    overflow-y: auto;
    max-height: 478px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.institution-search-component .organization-result-list .list-group-item {
    position: relative;
    padding: 6px 15px 7px 20px;
}

    .institution-search-component .organization-result-list .list-group-item:first-child {
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }

    .institution-search-component .organization-result-list .list-group-item:last-child {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom: none;
    }

    .institution-search-component .organization-result-list .list-group-item .collapseIcon {
        position: absolute;
        top: 15px;
        left: 5px;
        font-size: 10px;
    }

    .institution-search-component .organization-result-list .list-group-item.selected-org {
        background: #FFDB3D;
    }

.institution-search-component .organization-result-list .main-info ul {
    padding-left: 17px;
}

.institution-search-component .institution-search-form {
    border: 1px solid #ddd;
    padding: 15px;
}

.institution-search-component h3 {
    margin-top: 0;
}

.found-organization-match-modal .organization-box {
    font-size: 14px;
}

    .found-organization-match-modal .organization-box .org-name {
        font-weight: 600;
    }

    .found-organization-match-modal .organization-box .organization-box-other-info, .found-organization-match-modal .organization-box .organization-box-other-info label {
        font-size: 12px;
    }


.institution-name-field-wrapper .form-group .institution-name-box label {
    font-size: 12px;
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
}

.institution-name-field-wrapper .orgmapper-item {
    margin-right: 12px;
}

.page-wrapper {
    margin-top: 24px;
}

.found-organization-match-modal .are-you-sure-question {
    margin-top: 20px;
}

.text-bold {
    font-weight: 600;
}

.form-info-message.institution-search-help-box {
    font-weight: 600;
    font-size: 13px;
}

.tipsheet-item-organization-form .remove-orgmapper-id {
    margin: 2px 0 0 4px;
}

.link-organization-modal .dont-have-id-checkbox {
    margin-bottom: 24px;
}

.link-organization-modal .organization-filter-search-wrapper {
    margin-top: 12px;
}

.link-organization-modal .not-liste-wrapper {
    margin-top: 6px;
}

.link-organization-modal .organization-result-list .main-info {
    font-size: 12px;
}

    .link-organization-modal .organization-result-list .main-info label {
        font-size: 12px;
        margin-bottom: 0;
        text-decoration: underline;
    }

.link-organization-modal .organization-result-list .list-group {
    overflow-y: auto;
    max-height: 618px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}

.link-organization-modal .organization-result-list .list-group-item {
    position: relative;
    padding: 6px 15px 7px 20px;
}

    .link-organization-modal .organization-result-list .list-group-item:first-child {
        border-top-right-radius: 0px !important;
        border-top-left-radius: 0px !important;
    }

    .link-organization-modal .organization-result-list .list-group-item:last-child {
        border-bottom-right-radius: 0px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom: none;
    }

    .link-organization-modal .organization-result-list .list-group-item .collapseIcon {
        position: absolute;
        top: 15px;
        left: 5px;
        font-size: 10px;
    }

    .link-organization-modal .organization-result-list .list-group-item.selected-org {
        background: #FFDB3D;
    }

.link-organization-modal .organization-result-list .main-info ul {
    padding-left: 17px;
}

.link-organization-modal .institution-search-form {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.link-organization-modal h3 {
    margin-top: 0;
}

.link-organization-modal .all-name-list label.btn.btn-info {
    margin: 2px;
}

.found-local-organization-modal .organization-box {
    margin-top: 12px;
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 10px;
    font-size: 14px;
}

    .found-local-organization-modal .organization-box .org-name {
        font-weight: 600;
    }

.institution-name-field-wrapper.form-group .institution-name-box label {
    font-size: 12px;
    margin-bottom: 4px;
}

.orgmapper-detail-popover .other-info {
    font-size: 12px;
}

.modal-institution-wrapper .orgmapper-item .remove-orgmapper-id {
    margin-left: 6px;
    margin-top: 2px;
}

.modal-institution .input-with-link-organziation {
    position: relative;
    padding-right: 130px;
}

    .modal-institution .input-with-link-organziation .link-institution-btn {
        position: absolute;
        top: 0;
        right: 0;
    }

.tipsheet-item-organization-list .tipsheet-item-organization-name-wrapper {
    position: relative;
    padding-left: 30px;
}

.tipsheet-item-organization-list .tipsheet-item-organization-name-wrapper {
    position: relative;
    padding-left: 30px;
}

    .tipsheet-item-organization-list .tipsheet-item-organization-name-wrapper .org-not-resolved {
        position: absolute;
        top: 5px;
        left: 5px;
    }
/*full screen modal*/

.full-screen-modal .modal-dialog {
    height: 100%;
    margin: 0;
    padding: 0;
}

.full-screen-modal .modal-content, .full-screen-modal .full-screen-modal-inner {
    height: 100%;
}

.full-screen-modal.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.full-screen-modal .modal-dialog {
    position: fixed;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.full-screen-modal .modal-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.full-screen-modal .modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0;
    box-shadow: none;
}

.full-screen-modal .modal-body {
    position: absolute;
    top: 67px;
    bottom: 0;
    font-size: 15px;
    overflow: auto;
    margin-bottom: 60px;
    padding: 15px;
    width: 100%;
}

.full-screen-modal .modal-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #fff;
}

.resolved-table-row-danger {
    background: #f2dede !important;
}

.tipsheet-item-selector .list-item {
    margin-bottom: 5px;
}

    .tipsheet-item-selector .list-item .list-item-header {
        position: relative;
        padding: 5px 30px 5px 25px;
    }

        .tipsheet-item-selector .list-item .list-item-header .collapseIcon {
            position: absolute;
            left: 5px;
            font-size: 10px;
            top: 15px;
        }

        .tipsheet-item-selector .list-item .list-item-header .select-icon {
            position: absolute;
            right: 10px;
            top: 15px;
        }

    .tipsheet-item-selector .list-item .list-item-body {
        border: 1px solid #ddd;
        border-top: none;
        padding: 15px;
        margin: 0 5px;
    }

.is-peer-reviewed-checkbox-wrapper {
    margin-top: 7px;
}

    .is-peer-reviewed-checkbox-wrapper label + label {
        margin-left: 16px;
    }

.igloo-azure-media-player .azuremediaplayer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.multimedia-display-modal {
    width: 100%;
    height: 100%;
}

.tipsheet-item-upload-previews-modal .drop-box {
    background: #f5f5f5;
    border: 2px dashed #DDD;
    width: 100%;
    text-align: center;
    padding: 25px 0;
    font-weight: 600;
    color: #969696;
    cursor: not-allowed;
}

    .tipsheet-item-upload-previews-modal .drop-box.active {
        cursor: pointer;
        background: #eaeaea;
        border: 2px dashed #c3c3c3;
        color: #7b7b7b;
    }

.tipsheet-item-upload-previews-modal .dragover {
    border: 5px dashed blue;
}

.tipsheet-item-upload-previews-modal .preview-file-item {
    position: relative;
}

    .tipsheet-item-upload-previews-modal .preview-file-item .preview-file-item-file {
        position: relative;
        z-index: 2;
        padding: 6px 30px 6px;
        border-bottom: 1px solid #969696;
    }


    .tipsheet-item-upload-previews-modal .preview-file-item:first-child .preview-file-item-file {
        border-top: 1px solid #969696;
    }

    .tipsheet-item-upload-previews-modal .preview-file-item .preview-file-item-file .remove-file {
        position: absolute;
        top: 50%;
        right: 8px;
        transform: translateY(-50%);
    }

    .tipsheet-item-upload-previews-modal .preview-file-item .preview-file-item-file .has-preview-file {
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
    }

    .tipsheet-item-upload-previews-modal .preview-file-item .progress {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        height: 100%;
        background: #c9ffda;
    }

        .tipsheet-item-upload-previews-modal .preview-file-item .progress.error {
            background: #f2dede;
        }

.group-audit-list .group-audit-user-action {
    float: left;
    border-right: 1px solid #cecece;
    margin-right: 10px;
    padding-right: 10px;
}

.group-audit-list .group-audit-user-info {
    float: left;
}

.postal-country-wrapper, .postal-group-wrapper {
    position: relative;
}

    .postal-country-wrapper .postal-box, .postal-group-wrapper .postal-box {
        position: absolute;
        width: 74px;
        z-index: 20;
    }

    .postal-country-wrapper .country-box, .postal-group-wrapper .other-box {
        padding-left: 86px;
        z-index: 10;
    }

.mediaOutlet-form .copy-contact-btn {
    margin: 24px 0 0 15px;
}

.supportingDocumentsDescription-icon {
    font-size: 14px;
}

.waranty-wrapper .checkbox {
    margin-top: 0;
    margin-bottom: 20px;
}

    .waranty-wrapper .checkbox label {
        text-align: justify;
    }

.upload-media-action .file-upload-spinner {
    float: left;
    margin-left: 12px;
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(/Content/img/big-wait-indicator-inverse.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 6px;
}


.field-wrapper.phone-type {
    width: 158px;
}

.field-reporter-authorization-wrapper .error-message {
    margin-top: 4px;
}

.field-reporter-authorization-wrapper .radio {
    margin-top: 20px;
}

    .field-reporter-authorization-wrapper .radio label {
        padding-left: 0;
        padding-right: 20px;
    }

.igloo-notification .igloo-notification-container {
    margin-top: 10px;
}

.input-with-action {
    position: relative;
    padding-right: 50px;
}

    .input-with-action .btn {
        position: absolute;
        top: 0;
        left: auto;
        right: 0;
    }

.import-search-result .panel {
    margin: 0;
}

.import-search-result .panel-heading {
    position: relative;
    padding: 5px 10px 5px 56px;
}

    .import-search-result .panel-heading .panel-title {
        font-size: 12px;
    }

    .import-search-result .panel-heading .panel-heading-action {
        position: absolute;
        top: 5px;
        left: 10px;
    }

        .import-search-result .panel-heading .panel-heading-action .panel-heading-action-item {
            float: left;
            margin-right: 8px;
            cursor: pointer;
        }

        .import-search-result .panel-heading .panel-heading-action i.panel-heading-action-item {
            margin-top: 2px;
        }

.import-search-result-wrapper {
    margin-top: 4px;
}

.full-height-modal-wrapper {
    height: 100%;
}

    .full-height-modal-wrapper .modal-dialog {
        margin: 0 auto;
        height: 100%;
    }

    .full-height-modal-wrapper .modal-content {
        height: 100%;
        border: none;
        background: none;
        box-shadow: none;
    }

    .full-height-modal-wrapper .full-height-modal {
        position: relative;
        display: flex;
        flex-flow: column;
        max-height: 100%;
        overflow-y: auto;
        background: #fff;
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        border: 1px solid #999999;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 6px;
    }

    .full-height-modal-wrapper .modal-header {
        position: absolute;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 10;
    }

    .full-height-modal-wrapper .modal-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 10;
    }

    .full-height-modal-wrapper .modal-body {
        z-index: 5;
        height: 100%;
        overflow-y: auto;
        width: 100%;
    }


    .full-height-modal-wrapper .modal-body {
        margin: 87px 0 63px;
    }

.imported-item-notification-data .one-row-multiselect .selected-values {
    padding-top: 6px;
}

.tipsheet-item-form .import-tipsheet-article-btn {
    margin-top: 28px;
}

.one-row-multiselect .multiselect-values {
    width: 50%;
    padding: 0 15px 0 0;
    float: left;
}

.one-row-multiselect .selected-values {
    padding: 30px 0 0 15px;
    width: 50%;
}

.igloo-date {
    min-height: 56px;
}

    .igloo-date.just-date {
        min-height: 49px;
    }

    .igloo-date.read-mode {
        min-height: 0;
        display: inline;
    }

    .igloo-date.read-mode {
        min-height: 0;
        display: inline;
    }

        .igloo-date.read-mode .static-date {
            display: inline;
        }

.organization-header-action-box {
    margin-top: 20px;
}

.organization-title-content {
    margin-top: 4px;
    margin-left: 10px;
}

.org-resolution-legend-box .org-resolution-legend-item {
    position: relative;
    padding-left: 13px;
    font-size: 11px;
    float: left;
    margin-right: 15px;
}

.org-resolution-legend-box .org-resolution-legend-type {
    position: absolute;
    left: 0;
    top: 3px;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #a2a2a2;
}

.resolution-box .resolution-type-1 {
    background-color: #dff0d8 !important;
}

.resolution-box .resolution-type-2, .resolution-box .resolution-type-3 {
    background-color: #fcf8e3 !important;
}

.resolution-box .resolution-type-4 {
    background-color: #f2dede !important;
}

.article-selector .list-item {
    margin-bottom: 5px;
}

    .article-selector .list-item .list-item-header {
        position: relative;
        padding: 5px 30px 5px 25px;
    }

        .article-selector .list-item .list-item-header .collapseIcon {
            position: absolute;
            left: 5px;
            font-size: 10px;
            top: 15px;
        }

        .article-selector .list-item .list-item-header .select-icon {
            position: absolute;
            right: 10px;
            top: 15px;
        }

    .article-selector .list-item .list-item-body {
        border: 1px solid #ddd;
        border-top: none;
        padding: 15px;
        margin: 0 5px;
    }

.field-express-notifications-wrapper label span {
    font-weight: 400;
}

.express-notifications-list li span {
    font-weight: 400;
}

.fake-placeholder {
    color: #999;
}

.igloo-url-wrapper .igloo-url-container {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}

.igloo-url-tooltip .tooltip-inner {
    word-break: break-all;
}

.cell-vertical-middle {
    vertical-align: middle !important;
}

.blink-field {
    animation-duration: 1s;
    animation-name: blink;
    animation-timing-function: linear;
    animation-iteration-count: 4;
}

@keyframes blink {
    0% {
        border-color: #ccc;
    }

    50% {
        border-color: #d43f3a;
    }

    100% {
        border-color: #ccc;
    }
}

.populated-field {
    background-color: #f1f7ef;
}

.ajax-spinner {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(/Content/img/big-wait-indicator-inverse.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.typeahed-wrapper {
    position: relative;
}

    .typeahed-wrapper .form-control {
        padding-right: 32px;
    }

    .typeahed-wrapper .ajax-spinner {
        position: absolute;
        top: 6px;
        left: auto;
        right: 4px;
    }

.igloo-date-full-width .date-input-wrapper {
    width: 100%;
}

.igloo-date-with-remove-full-width .igloo-date-inner {
    position: relative
}

    .igloo-date-with-remove-full-width .igloo-date-inner .date-input-wrapper {
        width: 100%;
        padding-right: 45px;
    }

    .igloo-date-with-remove-full-width .igloo-date-inner .remove-with-date {
        position: absolute;
        bottom: 0;
        right: 0;
        left: auto;
        top: auto;
    }

.user-supporting-files-box .validation-error-wrapper {
    padding: 0 10px;
    margin: 0 -10px;
}

.igloo-date-popover {
    max-width: 270px;
    min-width: 270px;
    z-index: 999999;
}

    .igloo-date-popover .popover-content {
        padding: 0;
    }

.igloo-date-popover-wrapper .timepicker-inner {
    display: inline-block;
}

    .igloo-date-popover-wrapper .timepicker-inner .timepicker-text {
        margin: 28px 0 0;
    }

    .igloo-date-popover-wrapper .timepicker-inner .timepicker-time {
        margin: 0 16px 0;
    }

.igloo-date-popover-wrapper .well {
    margin: 0;
}

.igloo-date-popover-wrapper .igloo-date-action-wrapper {
    text-align: center;
    padding: 0 0 8px;
}

    .igloo-date-popover-wrapper .igloo-date-action-wrapper .btn {
        width: 40%;
    }

.igloo-date .date-input {
    display: block;
    border: 1px solid #bbbbbb;
    padding: 6px 8px;
    margin: 0;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor: default;
    min-width: 154px;
}

.igloo-date .disabled-date {
    background: rgb(239, 239, 239);
    cursor: default;
}

.igloo-date .date-button:focus, .uib-timepicker a.btn-link:focus {
    outline: none;
}

.igloo-date-action-wrapper .error-date-message-wrapper {
    padding-bottom: 4px;
    height: 20px;
}

.list-info {
    padding-left: 25px;
}

.organization-reporters-modal .search-section {
    padding: 20px 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
}

    .organization-reporters-modal .search-section label {
        margin-top: 6px;
        margin-right: 6px;
        float: left;
    }

    .organization-reporters-modal .search-section .form-control {
        float: left;
        width: 50%;
    }

.per-page-dropdown {
    padding: 2px 0;
    width: 66px;
    height: auto;
    margin: -4px 0px 0px 5px;
}
.multimedia-list .preview-container .multimedia-approved-box {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 26px;
    z-index: 10;
    padding: 4px 6px 0px;
}

.multimedia-approved-icon {
    color: #449d44;
}

.multimedia-not-approved-icon {
    color: #a94442;
}

.person-contact-modal .person-contact-organization {
    position: relative;
    padding-right: 50px;
}

    .person-contact-modal .person-contact-organization button {
        position: absolute;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
    }
.igloo-mkplayer .bmpui-ui-titlebar {
    right: 0;
    bottom: 0;
    padding-bottom: 1px;
    padding-right: 7px;
    background: none;
    top: auto;
}

.igloo-mkplayer .bmpui-ui-controlbar {
    padding-right: 100px;
}

.igloo-mkplayer .bmpui-ui-skin-smallscreen .bmpui-ui-settings-panel > .bmpui-container-wrapper {
    display: flex;
}

.igloo-mkplayer .bmpui-ui-skin-smallscreen .bmpui-ui-settings-panel .bmpui-ui-closebutton {
    margin: 5px;
    position: initial;
    top: auto;
    right: auto;
}

.session-expired-box{
    margin-top: 24px;
}
.display-none{
    display: none !important; 
}
.checkbox label .toggle,.checkbox-inline .toggle{margin-left:-20px;margin-right:5px}.toggle{position:relative;overflow:hidden}.toggle-group,.toggle-off,.toggle-on{position:absolute;top:0;bottom:0}.toggle-group{width:200%;left:0;transition:left .35s;-webkit-transition:left .35s;-moz-user-select:none;-webkit-user-select:none}.toggle.off .toggle-group{left:-100%}.toggle-on{left:0;right:50%;margin:0;border:0;border-radius:0}.toggle-off{left:50%;right:0;margin:0;border:0;border-radius:0}.toggle-handle{position:relative;margin:0 auto;padding-top:0;padding-bottom:0;height:100%;width:0;border-width:0 1px}.toggle-on-pad.btn.btn-lg{padding-right:32px}.toggle-off-pad.btn.btn-lg{padding-left:32px}.toggle-on-pad.btn{padding-right:24px}.toggle-off-pad.btn{padding-left:24px}.toggle-on-pad.btn.btn-sm{padding-right:20px}.toggle-off-pad.btn.btn-sm{padding-left:20px}.toggle-on-pad.btn.btn-xs{padding-right:9px}.toggle-off-pad.btn.btn-xs{padding-left:9px}
/* -------------------------------------------------------

   Style sheet for EurekAlert! content that will be carried over
   in the 2013 redesign.

   ------------------------------------------------------- */

.basicstyle {
  color: #000;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}

.basicstyle table {
  display: table;
  border-collapse: separate;
  border-spacing: 2px;
  border-color: gray;
}

.basicstyle td, th {
  display: table-cell;
  vertical-align: inherit;
}

.basicstyle hr {
  display: block;
  border-style: inset;
  border-width: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-right: 0px none;
  border-width: 1px 0px 0px;
  border-color: #eeeeee;
  border-image: none;
  height: 1px;
}

.basicstyle input, button, select, textarea {
  margin: 3px 0px 3px 0px;
  border: 1px solid #bbbbbb;
}

.basicstyle a {
  color: #2c56ac;
  text-decoration: none;
}

.basicstyle a:hover {
  color: #2c56ac;
  text-decoration: none;
}

.basicstyle .helpicon {
  font-size: 24px;
  color: #cb2121;
}

.basicstyle dt {
  font-weight: bold;
}

.basicstyle dd {
  font-weight: normal; 
  padding-left: 24px;
}

.basicstyle label {
  /*font-weight: normal;*/
  font-size: 14px;
}

hr.thin {
  border: 0;
  height: 1px;
  background-color: #505050;
}

b.boldlite {
  color: #4c4c4c;
}

h1.pagehead {
  color: #DC0002;
  display: block;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: normal;
  line-height: 13.75px;
  margin-bottom: 12px;
  margin-top: 8px;
  margin-left: 0;
  text-transform: uppercase;
}

    h1.pagehead a, h1.pagehead a:hover {
        color: #DC0002;
    }

    h1.pageheadsolo {
        color: #dc0002;
        font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
        font-size: 34px;
        font-weight: 300;
        letter-spacing: -0.333333px;
        line-height: 37.4px;
        margin-bottom: 25px;
    }

h2.pagesubhead {
  color: #555555;
  font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: -0.333333px;
  line-height: 37.4px;
  margin-bottom: 25px;
}

h4.sectionhead {
  color: #cb2121;
  margin-top: 40px;
  margin-bottom: 18px;
}

a.blacklink {
	color: #222222;
	text-decoration: none;
}
a.blacklink:hover { color: #2c56ac; text-decoration: none; }
a.blacklink:visited { color: #222222; text-decoration: none; }

p.journal_link {
  font-size: 15px;
  margin-bottom: 20px;
}

a.redlink { 
    color: #cb2121;
	text-decoration : none;
}
a.redlink:hover { color: #cb2121; text-decoration: underline; }
a.redlink:visited { color: #cb2121; text-decoration: none; }

a.whitelink { 
    color: #000000;
	text-decoration : none;
}
a.whitelink:hover { color: #000000; text-decoration: underline; }
a.whitelink:visited { color: #000000; text-decoration: none; }

div.printlink {
  float: right;
}

div.error {
  margin: 1em 0em 1em 0em;
  padding: .3em .3em .3em .3em;
  background-color: #eeeeee;
  border: .1em black solid;
}

.loginbox {
  border: 1px black solid;
  margin: 10px 0px 0px 0px;
  padding: 10px 10px 10px 10px;
}

.mediakittableheader {
  font-size: 14px;
}

strong.required {
  color: #cb2121;
}

a.userhomelink {
  color: #ffdb3d !important;
}

/*for bulletin signup page */
.asterisk{
font-size: 10.5px;
}

p.intro {
  font-size: 16px;
}


/* Style for reporter and PIO home pages */

div.userhomeleft {
  width: 50%;
  padding: 0px 20px 10px 0px;
  float: left;
  border-right: 1px dashed gray;
  margin: 10px 0px 10px 0px;
}

div.userhomeright {
  width: 50%;
  padding: 0px 10px 10px 40px;
  float: right;
  margin: 10px 0px 10px 0px;
}

/* For "Embargoed News & Journals" link on reporter page, and others */
div.usertopbutton {
  background-color: #ffdb3d;
  padding: 5px 10px 5px 10px;
  color: black;
  font-weight: bold;
  width: 250px;
  margin: 0px 0px 10px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* For "Submit to EurekAlert!" link on PIO page, and others */
div.usertopbuttonsubmittop {
  background-color: #ffdb3d;
  padding: 5px 10px 5px 10px;
  color: black;
  font-weight: bold;
  width: 250px;
  margin: 0px 0px 0px 0px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

div.usertopbuttonsubmitbottom {
  background-color: gray;
  padding: 5px 10px 5px 10px;
  font-size: 11px;
  color: white;
  font-weight: bold;
  width: 250px;
  margin: 0px 0px 10px 0px;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  clear: both;
}

div.usertopbuttonarrows {
  color: #cb2121;
  float: right;
}

a.usertopbuttonlink {
  text-decoration: none;
}

a.usertopbuttonlink:hover {
  text-decoration: none;
}

a.usertopbuttonlink:active {
  text-decoration: none;
}

a.usertopbuttonlink:visited {
  text-decoration: none;
}

div.userhomeseparator {
  margin: 35px 0px 30px 0px;
}

div.userhomeseparatorall {
  margin: 35px 0px 30px 0px;
  border-top: 1px dashed gray;
}

/* Make JW Player Responsive */
/* For video featured on individual MM pages
   and as "LARGE" videos on news releases      */

.JWplayerForMMitem {
  width: 100%;
  max-width: 640px;
}

/* For video featured on reporter & PIO landing pages */
.JWplayerForLanding {
  float: right;
  width: 356px;
  margin-left: 1em;
  margin-right: 1em;
}


/* Logos in Science Sources */

.scisrclogo {
  margin: 25px 0px 25px 0px;
  float: right;
}


/* For right sidebar menus */

.rightlist {
  margin: 15px 0px 15px 0px;  
  width: 100%;
}

.rightlistheader {
  background-color: darkgrey; 
  text-align: left;
  height: 25px;
}

.rightlisttitle {
  color: white;
  font-size: 16px;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: 1px 10px 1px 10px;
  padding-top: 3px;
}

.rightlistbody {

}

.rightlistitem {
  padding: 7px 7px 7px 7px;
}

.rightlistlinkbold {
  color: #000000;
  font-weight: bold;
}

.rightlistinstname {
  color: #909090;
  text-transform: uppercase;
}

.rightlisttimeicon {
  display: inline-block;
  float: right;
  color: #909090;
}

.rightlistlinkbold:visited {
  color: #000000;
}

.rightlistdivider {
  background-color: #cccccc;
  height: 1px;
  width: 100%;
}

.rightlisttable {
  border: none; 
  width: 90%;
}

td.NR_NavigationRule hr {
  margin: 3px 0px 3px 0px !important;
}

.rightlistcontent {
  width: 90%;
  margin: 10px auto 10px auto;
}

/* For positioning ads in adbars */

.buttonadbar {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0px auto 0px auto;
  border: 1px darkgray solid;
  background-color: white;
}

.buttonadbarsection {
  margin: 5px auto 5px auto;
}


/* To make long URLs wrap in releases instead of breaking out of their container */

.release a.url_wrap {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

/* General class to make long URLs wrap  */

.wraplongurls {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
/*white-space: pre;
  word-wrap: break-word;
  overflow-wrap: break-word; */
}

wbr:after {
  content: "\00200B";
}


/* For release dates in news releases */

.reldatetext {
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}

.reldatedate {
  margin-top: 10px;
  display: inline-block;
}

.reldatetextemb {
  float: left;
  margin-right: .5em;
  display: inline-block;
  color: #cc0000;
}

.reldatedateemb {
  display: inline-block;
}


/* h1.page_title style - developed by Nick, but removed because it was messing up Google search results */
h1.page_title small {
  display: block;
  text-transform: uppercase;
  color: #333333;
  font-size: 12.5px;
  font-weight: 600;
  letter-spacing: normal;
  margin-bottom: 10px;
}
h1.page_title small.red {
  color: #dc0002;
}
h1.page_title small .lite {
  color: #333333;
  font-weight: 400;
}


.featured_image_large {
  margin: 10px 0px 0px 0px;
  clear: both;
  width: 100%;
}

.featured_image_large img {
  max-width: 100%;
}

.featured_image_large .caption {
    font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
    margin: 6px 0px 3px 0px;
}

.featured_image_large .credit {
    color: gray;
    font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
    margin: 3px 0px 0px 0px;
}

.featured_image_large .video {
    max-width: 640px;
}

.featured_image_embed {
  margin: 15px 0px 15px 15px;
  float: right;
  width: 300px;
  max-width: 100%;
}

.featured_image_embed img {
  max-width: 288px;
  max-height: 288px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.featured_image_embed .imagecontainer {
  border: 1px solid gray;
  height: 300px;
  width: 300px;
  position: relative;
}

.featured_image_embed .caption {
    font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
    margin: 6px 0px 3px 0px;
}

.featured_image_embed .credit {
    color: gray;
    font-size: 12px;
	font-weight: 300;
	text-transform: uppercase;
    margin: 3px 0px 0px 0px;
}



/* For older images that are embedded in release text */

.legacyimage {
  margin: 0px 0px 10px 10px;
  max-width: 250px;
  float: right;
}

.legacyimage img {
  max-width: 250px;
}


/* For reporter-only text box on news releases */

div.mediaonly {
  width: 100%;
  border: 1px solid gray;
  padding: 10px 10px 10px 10px;
}

/* Make Font-Awesome icons red */

i.fa-eurekalert-red {
  color: #cc0000;
}

/* style for the addthis icons */
div .addthiscontainer {
  width: 100%;
  font-size: 24px;
}

div .addthiscontainer a {
  color: gray;
}

div .addthiscontainer .addthisleft {
  float: left;
}

div .addthiscontainer .addthisright {
  float: right;
}


/* For summaries pages */

a.summarytoggle {
  color: #888888;
}

a.summarytoggle:hover {
  color: #888888;
}

p.nosummaries {
  font-size: 16px;
  font-style: italic;
  padding: 35px 0px 20px 0px;
}

/* For Multimedia search form */

table.query {
  border: 1px solid gray;
}

/* Styles for individual multimedia pages */

img.featuredimage {
  border: none;
  max-width: 100%;
  max-height: 600px;
}


/* For PIO audit reports */

.audittableheader {
  color:white;
  font-size: 12px;
  font-weight: bold;
}


/* For PIO submission forms */

a.redlink_submit { 
	font-size: 14px;
	font-weight: bold;
	color: #cb2121;
	text-decoration: none;
}

a.redlink_submit:hover { color: #cb2121; text-decoration: underline; }
a.redlink_submit:visited { color: #cb2121; text-decoration: none; }

a.bluelink_submit { 
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.bluelink_submit:hover { text-decoration: underline; }
a.bluelink_submit:visited { text-decoration: none; }



  /* For the home page welcome banner */
  /* REMOVE SOMETIME IN JANUARY 2015 */

  #welcomebanner {
    z-index: -10;
  }

  #welcomebox {
    background-color: #fcfcfc;
	height: 130px;
	margin: 25px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px solid #505050;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; 
  }

  #welcomecloselink {
    float: right;
	font-size: 16px;
	margin-right: -3px;
	margin-top: -10px;
  }

  #welcomeimagecontainer {
    float: right;
	margin-right: 70px;
  }

  #welcomeimage {
   height: 100px;
  }

  #welcomemessagecontainer {
	 margin-left: 5px;
  }

  #welcomemessage {
   font-size: 15px;
   color: #000000;
   margin: 0px 0px 10px 0px;
  }

  #welcomeblurb {
   font-size: 14px;
   color: #505050;
   margin: 0px 0px 10px 0px;
  }

  #welcomelink {
   font-size: 13px;
   margin: 0px 0px 10px 0px;
  }

  /* For the "about our new design" page */
  /* REMOVE SOMETIME IN JANUARY 2015 */

#newdesignthumb {
  float: right;
  width: 150px;
  margin: 0px 15px 20px 20px;
}

h3.newdesign {
  margin-bottom: 18px;
}

li.newdesign {
  font-size: 15px;
  margin-top: 15px;
}

#feedbackbox {
  color: #222222;
  font-size: 15px;
  margin-top: 40px;
  padding: 25px 25px 25px 25px;
  border: 1px solid gray;
  background-color: white;
}


/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

/* MEDIA QUERIES */


/* ------------------------------------------------------- */
/*  BEGIN Desktop view (992px or more)                     */

@media screen and (min-width: 992px) {
	
  a.nomobile {
    display: inline;
  }

  span.nomobile {
    display: inline;
  }

  p.nomobile {
    display: block;
  }

  div.nomobile {
    display: block;
  }

  a.mobileonly {
    display: none;
  }

  span.mobileonly {
    display: none;
  }

  p.mobileonly {
    display: none;
  }

  div.mobileonly {
    display: none;
  }

  div.nodesktop {
    display: none;
  }

  div.desktoponly {
    display: block;
  }

  /* For the Trending News page (/trending) */

  a.trendingpageheadline {
    min-height: 110px;
  }


  #welcomemessagecontainer {
	 margin: 12px 0px 0px 100px;
  }

  #welcomeimagecontainer {
    float: right;
	margin-right: 140px;
  }

}

/* END Desktop view */
/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* BEGIN Tablet view (768px -> 991px) */

@media screen and (min-width: 768px) and (max-width: 991px) {

  div.nodesktop {
    display: block;
  }

  div.desktoponly {
    display: none;
  }

  /* For the Trending News page (/trending) */

  a.trendingpageheadline {
    min-height: 170px;
  }

  #welcomemessagecontainer {
	 margin: 10px 0px 0px 55px;
  }

  #welcomeimagecontainer {
    float: right;
	margin-right: 55px;
  }

}
/* END tablet view (768px -> 991px) */
/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* BEGIN mobile view (767px or less) */

@media screen and (max-width: 767px) {

    a.nomobile {
        display: none;
    }

    span.nomobile {
        display: none;
    }

    p.nomobile {
        display: none;
    }

    div.nomobile {
        display: none;
    }

    a.mobileonly {
        display: inline;
    }

    span.mobileonly {
        display: inline;
    }

    p.mobileonly {
        display: block;
    }

    div.mobileonly {
        display: block;
    }

    div.nodesktop {
        display: block;
    }

    div.desktoponly {
        display: none;
    }

    div.userhomeleft {
        width: 100%;
        padding: 0px 10px 10px 10px;
        float: none;
        border-right: none;
        border-bottom: 1px dashed gray;
        margin-bottom: 25px;
    }

    div.userhomeright {
        width: 100%;
        padding: 0px 10px 10px 10px;
        float: none;
        border-bottom: 1px dashed gray;
    }

    div.userhomeseparator {
        border-top: 1px dashed gray;
    }

    /* For video featured on reporter & PIO landing pages */
    .JWplayerForLanding {
        float: none;
        width: 85%;
        margin-left: auto;
        margin-right: auto;
        border: 1px solid black;
    }

    /* Logos in Science Sources */

    .scisrclogo {
        float: none;
        width: 25%;
    }

    .scisrclogoimage {
        width: 25%;
    }

    select.widelist {
        width: 95%;
    }


    .reldatetext {
        float: none;
        display: block;
    }

    .reldatedate {
        display: block;
    }


    /* For the Trending News page (/trending) */

    a.trendingpageheadline {
        min-height: 0px;
    }

    /*
  h1.pagehead {
    margin-left: -5px;
  }

  h1.pageheadsolo {
    margin-left: -5px;
  }
*/
    h2.pagesubhead {
        margin-left: -2px;
    }

    #welcomeblurb {
        min-height: 40px;
    }

    #welcomemessagecontainer {
        width: 250px;
        margin: 0 auto;
    }

    #newdesignthumb {
        width: 120px;
        margin: 0px 5px 10px 10px;
    }
}


/* END 767px or less */
/* ------------------------------------------------------- */


/* ------------------------------------------------------- */
/* BEGIN 550px breakpoint for release images */

@media screen and (max-width: 550px) {

  .featured_image_embed {
    margin: 15px auto 15px auto;
    float: none;
  }

  .legacyimage {
    margin: 10px auto 10px auto;
    float: none;
  }


}
/* END 550px breakpoint for release images */
/* ------------------------------------------------------- */



/* END MEDIA QUERIES */
/* ------------------------------------------------------- */


/* -------------------------------------------------------

   Maybe don't carry this stuff over!

   ------------------------------------------------------- */

.body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

.releasetitle {
  font-size: 30px;
  font-weight: 400;
}

.releasesubtitle {
  font-style: italic;
  font-size: 21px;
  font-weight: 300;
}

.relemb {
  font-size: 13px;
  font-weight: 400;
}

.piosurvey {
	width:400px; 
	margin:0 auto;
	border: 2px solid black;
	padding: 5px;
	text-align: center;
}


/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.19.8 - 2017-04-18T05:43:43.881Z
 * License: MIT
 */.ui-select-highlight{font-weight:700}.ui-select-offscreen{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.selectize-control.single>.selectize-input>input,.selectize-control>.selectize-dropdown{width:100%}.ui-select-choices-row:hover{background-color:#f5f5f5}.ng-dirty.ng-invalid>a.select2-choice{border-color:#D44950}.select2-result-single{padding-left:0}.select-locked>.ui-select-match-close,.select2-locked>.select2-search-choice-close{display:none}body>.select2-container.open{z-index:9999}.ui-select-container.select2.direction-up .ui-select-match,.ui-select-container[theme=select2].direction-up .ui-select-match{border-radius:0 0 4px 4px}.ui-select-container.select2.direction-up .ui-select-dropdown,.ui-select-container[theme=select2].direction-up .ui-select-dropdown{border-radius:4px 4px 0 0;border-top-width:1px;border-top-style:solid;box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-4px}.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search,.ui-select-container[theme=select2].direction-up .ui-select-dropdown .select2-search{margin-top:4px}.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match,.ui-select-container[theme=select2].direction-up.select2-dropdown-open .ui-select-match{border-bottom-color:#5897fb}.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden,.ui-select-container[theme=select2] .ui-select-dropdown .ui-select-search-hidden input{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.selectize-input.selectize-focus{border-color:#007FBB!important}.selectize-control.multi>.selectize-input>input{margin:0!important}.ng-dirty.ng-invalid>div.selectize-input{border-color:#D44950}.ui-select-container[theme=selectize].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25);margin-top:-2px}.ui-select-container[theme=selectize] input.ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0;width:0}.btn-default-focus{color:#333;background-color:#EBEBEB;border-color:#ADADAD;text-decoration:none;outline:-webkit-focus-ring-color auto 5px;outline-offset:-2px;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.ui-select-bootstrap .ui-select-toggle{position:relative}.ui-select-bootstrap .ui-select-toggle>.caret{position:absolute;height:10px;top:50%;right:10px;margin-top:-2px}.input-group>.ui-select-bootstrap.dropdown{position:static}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control{border-radius:4px 0 0 4px}.input-group>.ui-select-bootstrap>input.ui-select-search.form-control.direction-up{border-radius:4px 0 0 4px!important}.ui-select-bootstrap .ui-select-search-hidden{opacity:0;height:0;min-height:0;padding:0;margin:0;border:0}.ui-select-bootstrap>.ui-select-match>.btn{text-align:left!important}.ui-select-bootstrap>.ui-select-match>.caret{position:absolute;top:45%;right:15px}.ui-select-bootstrap>.ui-select-choices,.ui-select-bootstrap>.ui-select-no-choice{width:100%;height:auto;max-height:200px;overflow-x:hidden;margin-top:-1px}body>.ui-select-bootstrap.open{z-index:1000}.ui-select-multiple.ui-select-bootstrap{height:auto;padding:3px 3px 0}.ui-select-multiple.ui-select-bootstrap input.ui-select-search{background-color:transparent!important;border:none;outline:0;height:1.666666em;margin-bottom:3px}.ui-select-multiple.ui-select-bootstrap .ui-select-match .close{font-size:1.6em;line-height:.75}.ui-select-multiple.ui-select-bootstrap .ui-select-match-item{outline:0;margin:0 3px 3px 0}.ui-select-multiple .ui-select-match-item{position:relative}.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close{pointer-events:none}.ui-select-multiple:hover .ui-select-match-item.dropping-before:before{content:"";position:absolute;top:0;right:100%;height:100%;margin-right:2px;border-left:1px solid #428bca}.ui-select-multiple:hover .ui-select-match-item.dropping-after:after{content:"";position:absolute;top:0;left:100%;height:100%;margin-left:2px;border-right:1px solid #428bca}.ui-select-bootstrap .ui-select-choices-row>span{cursor:pointer;display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.ui-select-bootstrap .ui-select-choices-row>span:focus,.ui-select-bootstrap .ui-select-choices-row>span:hover{text-decoration:none;color:#262626;background-color:#f5f5f5}.ui-select-bootstrap .ui-select-choices-row.active>span{color:#fff;text-decoration:none;outline:0;background-color:#428bca}.ui-select-bootstrap .ui-select-choices-row.active.disabled>span,.ui-select-bootstrap .ui-select-choices-row.disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.ui-select-match.ng-hide-add,.ui-select-search.ng-hide-add{display:none!important}.ui-select-bootstrap.ng-dirty.ng-invalid>button.btn.ui-select-match{border-color:#D44950}.ui-select-container[theme=bootstrap].direction-up .ui-select-dropdown{box-shadow:0 -4px 8px rgba(0,0,0,.25)}.ui-select-bootstrap .ui-select-match-text{width:100%;padding-right:1em}.ui-select-bootstrap .ui-select-match-text span{display:inline-block;width:100%;overflow:hidden}.ui-select-bootstrap .ui-select-toggle>a.btn{position:absolute;height:10px;right:10px;margin-top:-2px}.ui-select-refreshing.glyphicon{position:absolute;right:0;padding:8px 27px}@-webkit-keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes ui-select-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.ui-select-spin{-webkit-animation:ui-select-spin 2s infinite linear;animation:ui-select-spin 2s infinite linear}.ui-select-refreshing.ng-animate{-webkit-animation:none 0s}
/*# sourceMappingURL=select.min.css.map */

/*!
   angular-block-ui v0.2.2
   (c) 2016 (null) McNull https://github.com/McNull/angular-block-ui
   License: MIT
*/.block-ui{position:relative}body.block-ui{position:static}.block-ui-main>.block-ui-container,body.block-ui>.block-ui-container{position:fixed}.block-ui-container{position:absolute;z-index:10000;top:0;right:0;bottom:0;left:0;height:0;overflow:hidden;opacity:0;filter:alpha(opacity=00)}.block-ui-active>.block-ui-container{height:100%;cursor:wait}.block-ui-active .block-ui-active>.block-ui-container{height:0}.block-ui-visible>.block-ui-container{opacity:1;filter:alpha(opacity=100)}.block-ui-overlay{width:100%;height:100%;opacity:.5;filter:alpha(opacity=50);background-color:#fff}.block-ui-message-container{position:absolute;top:35%;left:0;right:0;height:0;text-align:center;z-index:10001}.block-ui-message{display:inline-block;text-align:left;background-color:#333;color:#f5f5f5;padding:20px;border-radius:4px;font-size:20px;font-weight:700;filter:alpha(opacity=100)}.block-ui-anim-fade>.block-ui-container{transition:height 0s linear 200ms,opacity 200ms ease 0s}.block-ui-anim-fade.block-ui-active>.block-ui-container{transition-delay:0s}
html {
    position: relative;
    min-height: 100%
}

body {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 224px;
}

a:hover, a:focus {
    text-decoration: none;
}

object[type="image/svg+xml"] {
    pointer-events: none;
}

a {
    cursor: pointer;
}

p {
    line-height: 1.8em
}

h1 {
    font-weight: 400
}

.navbar-toggle {
    margin-top: 3px;
    margin-bottom: 2px;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

#aaasHome .navbar-brand {
    height: auto;
}

#aaasHome.navbar {
    margin-bottom: 0
}

#aaasHome .navbar-text {
    padding: 0 15px
}

#aaasHome .navbar-header .navbar-brand object {
    max-width: 185px;
}

#aaasHome .navbar-form .form-control {
    width: auto;
}

#aaas-nav {
    background-color: #505050;
    margin-bottom: 0;
    height: auto;
    min-height: 1px;
}

    #aaas-nav a {
        background-color: transparent;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
        text-shadow: none;
        text-transform: uppercase;
        padding: 10px 0;
        font-size: 13px;
        line-height: 1.4
    }
/*#aaas-nav a:hover {border-bottom: 1px  solid  #fff; color: #fff;}*/
#topCall {
    background: #cb2121 url(/Content/images/bg.header.png) center center no-repeat;
    text-align: center;
    min-height: 40px;
}

.field-name-title-field h1 a {
    color: #fff;
    text-decoration: none;
}

    .field-name-title-field h1 a:hover {
        text-decoration: none;
    }

.group-program-header .field-name-body p {
    color: #fff;
    font-weight: 300;
}

.group-program-header .field-name-field-parent-program a {
    border: 1px solid #99ccff;
    border-radius: 4px;
    color: #99cdff;
    display: block;
    text-transform: uppercase;
}

.footer {
    background: #606060;
    color: #fff;
    font-size: 0.83em;
    font-weight: 300;
    border-top: 1px solid #e5e5e5;
    text-transform: uppercase;
    padding: 2em 1em;
    margin-top: 2em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}

    .footer .policy a {
        color: #99ccff;
    }

#block-aaas-helper-page-updated-date {
    margin-bottom: 10px
}

.footer .published, .footer .policy, .footer .address {
    margin-bottom: 8px;
}

.footer .copyright, .footer .phone {
    margin-bottom: 1em
}

.footer .copyright, .footer .policy, .footer #block-aaas-helper-page-updated-date, .footer .address, .footer .phone {
    font-size: 99%
}

.socialFooter {
    margin: .5em 0
}

    .socialFooter ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        .socialFooter ul li {
            display: inline;
            padding: 0;
        }

.logoFooter object {
    width: 100%
}


@media only screen and (max-width: 480px) {
    #topCall {
        margin-bottom: 2em
    }

        #topCall h1 {
            margin-bottom: 20px
        }

    body {
        margin-bottom: 360px
    }
}

@media (max-width: 767px) {
    /* Janel is trying to decide between centering and left-aligning the logo at this screen size. If she settles on centering, uncomment the 3 lines below. Otherwise, it's left-aligned. */
    /*#aaasHome .navbar-header {text-align: center;} 
	#aaasHome .navbar-brand {float: none;}
	#aaasHome .navbar-brand object {padding: 15px 0}*/
    #aaasHome #aaas-signin-etc .navbar-nav > li {
        border-top: solid 1px #eee
    }

    #aaasHome .navbar-text {
        padding: 15px 15px 0 15px;
        margin-top: 0
    }

    .group-program-header .field-name-field-parent-program a {
        margin-bottom: 1em
    }
    /*#aaas-nav a.navbar-brand, #mission-nav a.navbar-brand {font-weight: 400; font-size: 15px}*/ /*only needed if you add the aaas-nav back in for this screen size -- currently hidden */
    .logoFooter object {
        width: 185px
    }

    .group-program-header .field-name-body p {
        margin-bottom: 2em;
        line-height: 2
    }

    .group-program-header .field-name-field-parent-program a {
        padding: .2em
    }

    .socialFooter {
        margin: 2em 0 1em;
    }

    #smGroup .address {
        margin-bottom: 1em
    }

    #smGroup .phone {
        margin-bottom: 1.5em
    }

    body {
        margin-bottom: 296px;
    }

    .nav navbar-nav {
        margin: 20px 0;
    }

    #aaas-nav .navbar-nav {
        margin: 6px 0 6px;
    }

        #aaas-nav .navbar-nav > li > a {
            padding: 6px 0;
            border-bottom: 1px solid #fff;
        }

            #aaas-nav .navbar-nav > li > a:hover, #aaas-nav a.active {
                font-weight: 700;
            }
}

@media (min-width: 768px) {
    .container {
        max-width: 960px;
    }

    #aaasHome .navbar-form {
        clear: right;
        margin-top: 2px
    }

    #aaasHome #aaas-signin-etc .navbar-nav > li {
        margin-top: 3px
    }

        #aaasHome #aaas-signin-etc .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        #aaasHome #aaas-signin-etc .navbar-nav > li.navbar-text {
            margin: 15px
        }

    #aaasHome .navbar-brand {
        margin-left: 0
    }

    #aaasHome .navbar-form .input-group-addon, #aaasHome .navbar-form .form-control {
        font-size: 10px;
        padding: 6px 2px 6px 6px
    }

    #aaasHome .navbar-nav {
        font-size: 12px
    }

    #aaasHome .navbar-brand {
        padding-top: 18px
    }

    #aaas-nav {
        font-size: 1em;
        vertical-align: middle;
    }
        /*#aaas-nav a {border-radius: 6px; line-height: .5}*/
        #aaas-nav ul.navbar-nav {
            margin-top: 0;
        }

    #topCall {
        padding: 15px 0;
    }
    /*Janel really likes this grey bar to have padding; if you need to remove it, this is the line to edit */
    .group-program-header .field-name-body p {
        font-size: 1.4em;
        line-height: 1.79em;
        margin-bottom: 20px
    }

    .group-program-header .field-name-field-parent-program a {
        background: url(/Content/img/icon_arrow_lightblue.svg) no-repeat scroll 574px center transparent;
        height: 27px;
        margin: 0 auto 20px;
        padding: 10px 17px 0;
        width: 560px;
        box-sizing: content-box;
    }

    .footer {
        line-height: 1.24em;
        padding: 75px 0 65px;
        vertical-align: baseline;
        margin-top: 0;
    }

    .socialFooter {
        margin-bottom: .5em;
        margin-top: -.5em;
    }

        .socialFooter ul li a {
            margin-bottom: 1em;
            margin-right: 1.3em;
        }

    .logoFooter {
        text-align: right;
    }

    #smGroup {
        padding-left: 2em
    }

    body {
        margin-bottom: 300px;
    }

    #aaas-nav .navbar-nav {
        margin: 0;
    }

        #aaas-nav .navbar-nav > li > a.active::after {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background: #fff;
            width: 100%;
        }

        #aaas-nav .navbar-nav > li > a::after {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background: #fff;
            transition: width .3s;
        }

        #aaas-nav .navbar-nav > li > a:hover::after {
            width: 100%;
        }
}

@media (min-width: 768px) and (max-width: 959px) {
    #aaas-nav {
        font-size: .98em;
    }

        #aaas-nav .navbar-nav {
            width: 100%
        }

    .logoFooter object {
        width: 90%
    }

    body {
        margin-bottom: 240px;
    }
}

@media (max-width: 959px) {
    #search-block-form {
        display: none;
    }
}

@media (min-width: 960px) {
    .container {
        width: 960px
    }

    #aaasHome #aaas-signin-etc, #aaasHome #aaas-signin-etc .navbar-form {
        padding-right: 15px
    }

    .form-search input.search-query {
        border: medium none;
        color: #154e6c;
        font-family: "open sans",sans-serif;
        font-size: 14px;
        font-weight: 600;
        text-transform: none;
    }

    #search-block-form {
        border-radius: 4px;
        background-color: #fff;
        margin-right: 15px;
        padding-right: 0
    }

        #search-block-form .btn {
            background-color: #fff;
            color: #164e6c;
            text-align: right;
        }

    ::-webkit-input-placeholder {
        color: #164e6c;
    }

    :-moz-placeholder {
        color: #164e6c;
        opacity: 1;
    }

    ::-moz-placeholder {
        color: #164e6c;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #164e6c;
    }

    #edit-search-block-form--2 {
        width: 125px
    }

    body {
        margin-bottom: 240px;
    }
}

body {
    min-width: 320px;
}

.strike {
    text-decoration: line-through;
}

.AppHeader {
    background-color: #005699;
    color: white;
    font-size: 125%;
    line-height: 1.25em;
    font-weight: 300;
    padding: .65em;
    position: relative;
}

.AppHeader .calendar {
    border-color: white;
    line-height: 1em;
    margin: .25em 0em;
}

.AppHeader .logos {
    margin-top: .5em;
    margin-bottom: .5em;
}

.AppHeader .names {
    margin-top: .5em;
    margin-bottom: .5em;
}

.AppHeader .names > * {
    margin: .25em;
}

.AppHeader .AppMessage {
    margin: 0em auto 1.5em auto;
    max-width: 960px;
    margin: auto;
}

.AppHeader .AppHeaderDeadline {
    padding: 18px 0em;
}

.AppHeaderTitle {
    font-size: 40px;
    color: #000000;
}

.AppHeaderTitle a {
    display: block;
    color: #333;
    text-decoration: none;
}

.AppHeaderSubtitle {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #dc442a;
}

.AppLanguage {
    background-color: white;
}

.AppBody {
    padding: .5em 1.5em .5em 1.5em;
    min-height: 400px;
    background-color: #ffffff;
}

.AppNavigation {
    padding: 0px;
    margin: 0px auto;
    background-color: #f8f8f8;
}

.AppNavColumn 
{
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.AppFooter 
{
    border-top: 1px solid #DFDFDF;
    padding-top: 2em;
    background-color: #f0f0f0;
}

@media (min-width:990px) {
    .AppFooter .nav > li {
        border-left: 1px solid #333333;
    }

    .AppFooter .nav > li:first-child {
        border-left: none;
    }
}

.AppMessage {
    padding: .5em 2em;
    margin: 0px;
    text-align: center;
}

.AppContent {
    padding: .85em;
}
.AppContent > .breadcrumb {
    margin-bottom: 5px;
}

.SiteHero {
    background-color: #E7F3FE;
    font-size: 120%;
    text-align: center;
    padding: 0.5em;
    line-height: 1.65em;
}

.SiteHero h1 {
    background-color: transparent;
    color: #305195;
    font-size: 150%;
    font-weight: 600;
    margin: .85em;
}

.SiteHero a {
    color: inherit;
}

.PageContent {
    padding: 2em;
}
.PageContent.airy > .row {
    margin: 1em;
}

@media (max-width:990px) {
    .AppContent,
    .PageContent {
        padding: .25em;
    }
    .PageContent.airy > .row {
        margin: .5em 0em;
    }
}

.btn-breadcrumb {
    border: 1px solid #005699;
    color: #005699;
    background-color: #E7F3FE;
    padding: .35em .5em;
    font-weight: 600;
}

.btn-breadcrumb:hover, .btn-breadcrumb:active {
    background-color: #08C;
    color: #FFF;
}

.ButtonForm {
    width: 50%;
    margin: 0px auto; 
}

.hidden  {
    visibility: hidden;
}

.UnitTabInputRadioButtonList {
    display: table-cell;
    vertical-align:middle;
    padding: 0 0 1.5em 2em;
    border: 1px solid #FFFFFF;
    min-width: 11em;
}

.UnitTabInputRadioButtonList label {
    display: inline;
}

.textalign-right {
    text-align: right;
}

.radio-cell:hover {
    background-color: #e0e0e0;
}

div.DatePair input
{
    width: 100px;
}

ul.LoginIdentity {    
    list-style-type: none;
    margin-right: 35px;
}

ul.LoginIdentity li {
    text-align: right;
}

.dropdown-menu li a {
    text-align: left;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #e03a3e;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #e03a3e;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}

label.required,
.label.required,
.control-label.required {
    margin-right: .65em;
}

label.required:after,
.label.required:after,
.control-label.required:after {
    content: "*";
    color: #990000;
    width: .65em;
    margin-right: -.65em;
    padding-left: .15em;
    display: inline-block;
    box-sizing: border-box;
}
/*---------------------------------------------------------*/

p.AboutText {
    font-size:smaller;
    font-style:italic;
    color: Gray;    
}

p.EvaluationText {
    line-height: 140%;
}

.LoginButton {
    width: 9em;
}

.Copyright {
    text-align:center;
    font-size: small;
    color: #666666;
    line-height: normal;
}

.ClickableCell {
    cursor: pointer;
}

.SupportFilterButton {
    width: 18%;
}

.TravelSupportForm, .TravelSupportRequestor
{
    margin-top: 1em;
}

.ListNoStyle 
{
     list-style-type: none;
     margin: 0;
}

.TravelSupportRequestTableColumn1 
{
    width: 35%;
}

.TravelSupportRequestTableColumn2 
{
    width: 65%;
}

div.well table 
{
    margin-top: 0.75em;
}

.overflow-small
{
    height: 5em;
    overflow: auto;
}

.overflow-medium
{
    height: 10em;
    overflow: auto;
}

.controls > .ControlText {
    padding-top: 5px;
}


fieldset {
    margin: 1.5em 0em;
}

div.well fieldset{
    margin: 0px;
}

.RadioButton label, .RadioButton input 
{
    display: inline;   
}

.PlainList 
{
    list-style-type: none;
}

.list-full-width {
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 1.2em;
}
    .list-full-width li {
        margin-left: 0em;
        margin-right: 0em;
    }

.ReportBorder {
    border-top: 2px solid #000000;
    margin-top: 10px; 
    padding-top: 20px;
}

.FieldDescription {
    text-align: left;
    color: Gray;
    font-size: 85%;
}

.FieldData {
    text-align: left;
}

.xxxDetailSection {
    margin: 0 0 0 0;
}

.Detail .row {
    margin: 10px 0 0 0;
}

.alert-box {
    background-color: #f2dede;
    border-color: #ebccd1;
}


/* DateTime and Calendar
-----------------------------------------------------------*/
.calendar {
    display: inline-block;
    padding: .25em .5em;
    border: 1px solid black;
    border-radius: 5px;
}
.calendar .date {
    font-size: 20pt;
    font-weight: bold;
    display: block;
}
.calendar .month {
    font-size: 14pt;
    display: block;
}
/*---------------------------------------------------------*/


input[type="number"] {
    max-width: 100%; /* for firefox, input can be overly large when width is set to auto */
}

.collapse-top-margin {
    margin-top: 0em;
}
p + .collapse-top-margin {
    margin-top: -1em;
}

.paragraph-spacing-above {
    margin-top: 1em;
}



/* For Angular anti-FOUC
-----------------------------------------------------------*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}
/*---------------------------------------------------------*/


/* For Angular Bootstrap 
-----------------------------------------------------------*/
.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}
/*---------------------------------------------------------*/

/* For Timepicker 
-----------------------------------------------------------*/
#time .form-control {
    width: inherit;
}
/*---------------------------------------------------------*/

/* Generic UI elements 
-----------------------------------------------------------*/
/* For the loading element the affected area should be position: relative or the whole screen will be covered. */
.ajax-container {
    position: relative;
}
.ajax-container .ajax-data-loading {
    box-sizing: border-box;
    position:absolute;
    top:0px; right:0px; bottom:0px; left:0px;
    background-image: url(/Content/img/big-wait-indicator.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,.85);
    padding:14px;
    min-height: 60px;
    min-width: 60px;
    z-index: 1001;
}
.ajax-container .ajax-data-refreshing {
    box-sizing: border-box;
    position:fixed;
    bottom:0px; right:0px;
    background-image: url(/Content/img/big-wait-indicator.gif);
    background-position: center;
    background-repeat: no-repeat;
    padding:14px;
    min-height: 60px;
    min-width: 60px;
    z-index: 1001;
}
.spinner {
    background-image: url(/Content/img/big-wait-indicator-inverse.gif);
    background-position: center;
    background-repeat: no-repeat;
}
.spinner.inverse {
    background-image: url(/Content/img/big-wait-indicator-inverse.gif);
}

.form-control-file .fileinput-button.loading,
.form-control-url-file .fileinput-button.loading {
    background-image: url(/Content/img/ajax-loader-tile-256x256.gif);
    opacity: .5;
}


/*---------------------------------------------------------*/


/* Navigation elements 
-----------------------------------------------------------*/
#topCall {
    margin-bottom: 0px;
    padding-left: .85em;
    padding-right: .85em;
}

    #topCall, #topCall a {
        color: white;
    }

        #topCall h1 {
            font-weight: 300;
        }

        #topCall .nav-pills {
            margin-top: -10px;
            text-align: right;
        }

            #topCall .nav-pills + * {
                clear: both;
            }

            #topCall .nav-pills > li {
                min-width: 2em;
                float: none;
                display: inline-block;
                text-align: center;
                z-index: 1001;
            }

        #topCall .nav > li > a:hover,
        #topCall .nav > li > a:focus,
        #topCall .nav > li.dropdown.open > a {
            color: #333333;
        }

        #topCall .nav > li.active > a:hover,
        #topCall .nav > li.active > a:focus {
            color: #ffffff;
        }

        #topCall .nav > li.dropdown > .dropdown-menu > li > a {
            color: #333333;
        }

#aaas-nav a.active {
    color: #ffffff;
}

#aaas-nav .navbar {
    border-radius: 0px !important;
    margin-bottom: 0px;
    border: none;
    height: auto;
    min-height: 1px;
    padding-left: .85em;
    padding-right: .85em;
}



#aaas-nav .navbar-nav .divider {
    background-color: #cccccc;
}

#aaas-nav .navbar-nav .nav-divider {
    background-color: #cccccc;
}

#aaas-nav .navbar-nav > li.navbar-text {
    margin-top: 10px;
    margin-bottom: 10px;
}

#aaas-nav .navbar-nav > li > a {
    margin: 0 12px 0;
}


#aaas-nav .navbar-nav > li > .dropdown-menu > li > a {
    margin: 2px 0px;
    border-radius: 0px;
}

#aaas-nav .navbar-nav > li > .nav-pills > li > a.active,
#aaas-nav .navbar-nav > li > .nav-pills > li > a:hover {
    background-color: transparent;
    color: #164e6c;
    text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 959px) {
    #aaas-nav .navbar-nav {
        width: auto;
    }
}

#aaasHome.navbar {
    z-index: 1001;
}

.group-program-header .navbar {
    background-color: transparent;
    text-transform: uppercase;
}

    .group-program-header .navbar .navbar-nav > li > a {
        border-radius: 4px;
    }

    .group-program-header .navbar .navbar-nav > li > a,
    .group-program-header .navbar .navbar-header a {
        color: white;
        padding: 10px 15px;
    }

    .group-program-header .navbar .navbar-nav > li.active > a {
        background-color: #eeeeee;
        color: #505050;
    }

.breadcrumb {
    background-color: none;
}
/*---------------------------------------------------------*/


/* Generic UI elements 
-----------------------------------------------------------*/
[popover] {
    cursor: help;
}
/*---------------------------------------------------------*/

/* Navigation
-----------------------------------------------------------*/
[popover] {
    cursor: help;
}
/*---------------------------------------------------------*/


/* AAAS template overrides
-----------------------------------------------------------*/
#topCall a.logo { display: inline-block; }
.socialFooter ul li a {display: inline-block;}
.logoFooter object {width: auto}
.logoFooter a {display: inline-block;}
/*---------------------------------------------------------*/


/* For azure search loading
-----------------------------------------------------------*/
input[type=text].processing {
    background-image: url(/Content/img/big-wait-indicator.gif);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 80%;
}
/*---------------------------------------------------------*/


/* MVC Modal
-----------------------------------------------------------*/
.container.modal-content {
    margin: 1.5em auto;
}
/*---------------------------------------------------------*/



/* Select2 Override
-----------------------------------------------------------*/
.has-error .select2-selection {
    background-color: rgb(255, 238, 238);
}
/*---------------------------------------------------------*/

/* Hide href on contest title when printing
-----------------------------------------------------------*/
@media print {
    a[href].noprint-link:after {
        content: none !important;
    }
}
/*---------------------------------------------------------*/


/* WordCount
-----------------------------------------------------------*/
.wordCountContainer .scoreboard {
    display: block;
    font-size: .88em;
    color: #4a4a4a;
    line-height: 1.4em;
}
/*---------------------------------------------------------*/

