/* Id: 7.810343.1674586575
 * Generated: Mar 13, 2023 9:14:24 PM
 */
    /* */

a.bookmark {
    margin-left: 80%;
}
span.author {
    display: none;
}
a._idFootnoteAnchor._idGenColorInherit {
    pointer-events: none;
}
a._idFootnoteLink._idGenColorInherit {
    pointer-events: none;
}
.faq-item {
    min-height: 95px;
}
a.homeTerms {
    color: #fff!important;
    font-size: 10px;
    float: right;
    font-style: italic;
    text-transform: capitalize;
    font-weight: 100;
}
span.date {
    display: none;
}

.user-only.my-subscription {
    border-bottom: 1px solid #c0bb2f;
}
span.nav-item, a.dropdown-toggle.more-toggle {
    font-weight: 900;
}
span.nav-item > .invisible {
  display: none;
}
.search input[type="submit"]:hover{
      background:#0c8805!important;
}
.btn-primary {
    color: #fff;
    background-color: #006eff!important;
    border-color: #2e6da4;
    border-radius: 30px!important;
}

#wrapper .my-subscription ul li {
    display: inline-block;
    padding-left: 0 !important;
    padding-right: 10px;
}

#wrapper .my-subscription ul {
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0 !important;
}

.my-subscription h3 {
    font-size: 16px;
    font-weight: 600;
}

body .hasSub {
    display: none;
}

body[class*="sub-"] .hasSub {
    display: inline;
}

body .pb20.user-only,
body .or20.user-only,
body .pc20.user-only,
body .PB20.user-only,
body .OR20.user-only,
body .PC20.user-only,
body .FREE.user-only {
    display: none;
}

body[class*="pb20"] .PB20.user-only,
body[class*="or20"] .OR20.user-only,
body[class*="pc20"] .PC20.user-only,
body[class*="PB20"] .PB20.user-only,
body[class*="OR20"] .OR20.user-only,
body[class*="PC20"] .PC20.user-only,
body[class*="FREE"] .FREE.user-only {
    display: block;
}


/* */

p[class*="Wingding"] .fa {
    font-size: 0;
}

p[class*="Wingding"] .fa:before {
    font-size: 14px;
}

.Change-copy-footnote {
    background: rgba(0, 41, 82, 1);
    color: #fff;
    text-align: right;
    font-size: 12px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 5px 10px;
    font-style: italic;
}

#not-sidebar .nav-links ul {
    padding-left: 0 !important;
}

/* advertisement specific styles */


.publication-home .contain.basic-group.navigation-pages {
    display: block;
}

/* advertisement specific styles */

/* Figure Boxes */

figure {
    box-shadow: 0 0 2px rgba(0, 0, 0, .025), 0 0 10px rgba(0, 0, 0, .025);
    background: transparent !important;
    /* overrides Basic-Text-Frame blue background */
    font-style: normal !important;
    /* overrides
Basic-Text-Frame italic font-style */
    font-size: 13px;
}

figure img {
    padding: 10px 0;
}

figcaption {
    background: transparent !important;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    border-top: 1px solid rgba(0, 0, 0, .025);
}

/* Figure Boxes */

.ach-advertisement-right img,
.ach-advertisement img {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.loggedIn div#resetPassword * {
    visibility: hidden;
}

.loggedIn div#resetPassword:before {
    content: "You are now Logged in.";
}

.basic.inPage .hr,
.basic.pdfViewer.pdf .hr {
    display: none;
}

.loggedIn .info-flag .container h1,
.loggedIn .info-flag .container .lead {
    visibility: hidden;
    height: 0;
    margin: 0;
}

.loggedIn .info-flag .container .articleBody a {
    font-size: 16px;
    font-size: 1.6rem;
}

.Section.publication.text:empty {}

.Section.publication.text:empty:before {
    content: "Use the navigation on the right to continue";
}

.pub-navigation ul,
.pub-navigation ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pub-navigation ul li:first-child {
    margin-bottom: 15px;
}

/* hide search from basic editions */

.notLoggedIn .search.element,
.notLoggedIn .mobile-search-button,
.search.element,
.mobile-search-button {
    display: none;
}

@media (min-width:768px) {
    body.sub-superAdmin .search.element,
    body[class*="sub-pb"] .search.element,
    body[class*="sub-or"] .search.element,
    body[class*="sub-pc"] .search.element,
    body[class*="sub-PB"] .search.element,
    body[class*="sub-OR"] .search.element,
    body[class*="sub-PC"] .search.element {
        display: block;
    }
}

@media (max-width:767px) {
    body.sub-superAdmin .mobile-search-button,
    body[class*="sub-pb"] .mobile-search-button,
    body[class*="sub-or"] .mobile-search-button,
    body[class*="sub-pc"] .mobile-search-button,
    body[class*="sub-PB"] .mobile-search-button,
    body[class*="sub-OR"] .mobile-search-button,
    body[class*="sub-PC"] .mobile-search-button {
        display: block;
    }
}

/* hide search from basic editions */

/* Hide fake mobile-nav */

#mobile-nav {
  display: none;
}


/* table zooming */

table.zoomable {
    box-shadow: -20px 0px 20px -20px inset;
    cursor: zoom-in;
    background-color: transparent;
    display: block;
    max-width: 55em;
    overflow: hidden;
}

#lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    overflow: scroll;
    z-index: 9999;
}

#lightbox>#lightbox_content>.zoomable {
    box-shadow: none;
    max-width: 100%;
    background: white;
    display: table;
}

#lightbox_content {
    max-width: 95%;
    max-height: fit-content;
    background: #ffffff;
    border-radius: 3px;
    text-align: center;
    margin: 10vh auto;
    width: -moz-fit-content;
    width: fit-content;
}

body.zoom {
    overflow: hidden;
}

body.zoom #wrapper {
    position: relative;
}

body.zoom #wrapper:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
}

/* end table zooming */

.helpBlock {
    flex: 1 1 100%;
}

.articlePage .addToToolbox,
.articlePage .sideBar {
    display: none;
}

.articlePage .dateLine {
    display: flex;
}

.articlePage .dateLine>span {
    padding: 0px 10px 0 0;
    font-size: 13px;
    font-weight: 400;
}

.articlePage .dateLine {
    border-bottom: 1px solid #eee;
}

.articlePage .element>div>h1 {
    margin-top: 0;
    margin-bottom: 0;
}

/* feedback page */

.feedback-page .dateLine,
.feedback-page .sideBar,
.feedback-page .addToToolbox {
    display: none;
}

.feedback-page #not-sidebar>.container,
.feedback-page #not-sidebar>.container .articleBody {
    width: 100% !important;
}

@media (min-width: 990px) {
    body #main {
        margin-top: 0px;
        padding-bottom: 60px;
    }
}

body input.button.submit.logoutButton {
    padding: 10px 0 10px 20px;
    background: transparent;
    color: #00509e;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1.42857143;
    margin: 0;
    border: 0;
}

body input.button.submit.logoutButton:hover {
    background: transparent;
    color: #569ce1;
}

body .loggedin #logoutform:before {
    display: none;
}

.printOnly, .printCopyright {
    display: none;
}

div#main-nav {
    margin-left: -15px;
    margin-right: -15px;
}

.basic .addToToolbox {
    display: none;
}

div#main {
    padding-top: 10px;
}

#not-sidebar>.publication>.addToToolbox {
    /*display:none;*/
}

.top-left-block.top-left-block,
.top-right-block.top-right-block {
    padding: 0 5px;
}

/*div { max-width: 100%; }*/

.alert h2:first-child {
    margin-top: 0;
}

.top-left-block div,
.top-right-block div {
    height: 150px;
    background: lightblue;
}

.basic-group.row {
    padding-bottom: 10px;
    padding-top: 10px;
}

#not-sidebar>.publication {
    /* padding-left: 15px; padding-right: 15px; */
}

.captchaBox p {
    font-size: 16px;
}

.welcome-header+.flag-group.public-only {
    padding-top: 0;
}

a.btn.btn-default.btn-lg.user-only {
    display: inline-block;
    margin: 10px auto 20px;
}

@media only screen and (max-width: 767px) {
    .not-mobile {
        display: none;
    }
    .mobile-only {
        display: block;
    }
}

@media only screen and (min-width: 768px) {
    #wrapper .mobile-only {
        display: none !important;
    }
}

@media (max-width: 767px) {
    div#main-nav {
        z-index: 100;
    }
}

.mobile-only.utility-group {
    border-top: 1px solid #101010;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.mobile-only.utility-group input.button.submit.logoutButton {
    width: 100%;
    text-align: left;
}

#navi button.navbar-toggle.mobile-search-button.pull-right {
    transform: translateX(0px);
}

.mobile-only h3 {
    display: none;
}

.mobile-only form#searchForm {
    display: block;
    position: static;
    padding: 10px 0;
}

.mobile-search-button span.glyphicon.glyphicon-search {
    top: 0;
    font-size: 16px;
    color: #fff;
}

.elementgroup.userProfile {
    width: 100%;
}

/* reference */

body .addToRefsLink input[type="button"] {
    text-transform: none;
    text-shadow: none;
    margin-top: 20px;
    width: auto;
    text-decoration: none;
    font-family: "proxima-nova", Arial, Helvetica, sans-serif;
    background: transparent;
    background-image: none;
    border: 1px solid #007abd;
    border-radius: 4px;
    color: #007abd;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    margin-bottom: 0;
    padding: 6px 12px !important;
    text-align: center;
    box-shadow: none;
}

.addToToolbox {
    -webkit-box-flex: 1.1;
    -moz-box-flex: 1.1;
    -ms-flex: 1 1 100%;
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-top: 10px;
}

.itinerary_folders {
    width: 100%;
}

.row.itinerary_folders {
    overflow: hidden;
}

/* references reset */

body .addToToolbox .addToRefsContainer {
    position: static;
    left: initial;
    bottom: initial;
    z-index: initial;
    transform: translateX(0px);
    padding-right: 0;
}

body .addToToolbox .addToRefsContainer.show {
    transform: initial;
}

body .addToRefsContainer>a {
    color: initial;
    padding: initial;
    display: initial;
    text-decoration: initial;
}

body .addToToolbox .referenceIcon {
    position: initial;
    right: initial;
    top: initial;
    display: initial;
    padding: initial;
    font-family: initial;
}

body .addToToolbox .referenceIcon:before {
    content: initial;
}

body .addToToolbox .show .referenceIcon:before {
    content: initial;
}

body .addToRefsContainer.show>a:focus .referenceIcon,
.addToRefsContainer.show>a:focus,
.addToRefsContainer.show>a .referenceIcon,
.addToRefsContainer.show>a,
.addToRefsContainer>a:hover .referenceIcon,
.addToRefsContainer>a:hover {
    background: initial;
}

body .addToRefsContainer>a .referenceIcon,
.addToRefsContainer>a,
.addToRefsContainer>a:focus .referenceIcon,
.addToRefsContainer>a:focus {
    background: initial;
}

body span.referenceText {
    font-size: initial;
    font-weight: initial;
    display: initial;
}

body .addToRefsContainer>a {
    color: initial;
    padding: initial;
    display: initial;
    text-decoration: initial;
    width: initial;
}

body .addToRefsLink {
    padding: 0;
    background: transparent;
    border-top: 0;
    position: static;
}

body .addToRefsLink a {
    color: initial;
    text-decoration: initial;
}

body .addToRefsLink a u {
    text-decoration: initial;
}

body .addToRefsLink a:hover {
    color: initial;
    text-decoration: initial;
}

body .addToRefsLink ul,
.addToRefsLink li {
    list-style: initial;
    margin: initial;
    padding: initial;
}

body .addToRefsLink::before {
    content: "";
    border-width: 0;
    position: static;
    left: 0px;
    transform: translateX(0px);
    border-color: transparent;
    top: 0px;
    border-style: none;
    z-index: 0;
}

body .addToRefsLink input[type="button"] {
    padding: initial;
    font-family: initial;
}

body .addToRefsContainer>a .referenceIcon,
body .addToRefsContainer>a,
body .addToRefsContainer>a:focus .referenceIcon,
body .addToRefsContainer>a:focus {
    background: transparent;
}

body .addToRefsContainer.show>a:focus .referenceIcon,
body .addToRefsContainer.show>a:focus,
body .addToRefsContainer.show>a .referenceIcon,
body .addToRefsContainer.show>a,
body .addToRefsContainer>a:hover .referenceIcon,
body .addToRefsContainer>a:hover {
    background: transparent;
}

/* add reference */

body .addToRefsLink a u:before {
    content: "\f07c";
    font: normal normal normal 14px/1 FontAwesome;
    display: inline-block;
    margin-right: 4px;
}

body .addToRefsLink li a {
    display: block;
    padding: 4px 8px;
    border: 1px solid #007abd;
    border-radius: 4px;
    color: #007abd;
    background-color: #fff;
}

body .addToRefsLink li {
    display: inline-block;
}

body .addToRefsLink li+li {
    margin-left: 10px;
}

body #wrapper .addToRefsLink ul {
    padding-top: 10px;
    padding-bottom: 10px;
}

body .addToRefsLink>input,
body .addToRefsLink>ul {
    display: none !important;
}

body .show .addToRefsLink>input {
    display: inline-block !important;
}

body .show .addToRefsLink>ul {
    display: block !important;
}

body #wrapper .addToRefsLink ul:before {
    content: "Clicking on a folder name below will save this section in the \'Saved
 Bookmarks\' page, organized in the folder you selected."; display: block; padding: 2px 0 20px 0; font-style: italic; opacity:
 .7;
}

body #wrapper .addToRefsLink ul:after {
    content: "To add a new folder, enter a folder name below and click the plus
 sign. Then click on the New folder above to add this section."; font-style: italic; opacity: .7; display: block; padding:
 30px 0 0px 0;
}

body #wrapper .addToRefsLink>input[type="text"] {
    margin-top: 0px;
    vertical-align: top;
    border-radius: 4px 0 0 4px;
    border-right: 0;
}

body .addToRefsLink input[type="button"] {
    margin-top: 0;
    border-radius: 0 4px 4px 0;
}

body #wrapper .addToRefsLink>input[type="text"],
body .addToRefsLink input[type="button"] {
    background-color: #fff;
    height: 34px;
}

body .show .addToRefsLink {
    margin-top: 4px;
    border-top: 1px solid #002952;
    border-bottom: 1px solid #002952;
    padding: 0 10px 10px;
    background-color: rgba(51, 122, 183, .05);
    clear: both;
}

.myResearchList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.myResearchItem {
    -webkit-box-flex: 1.1;
    -moz-box-flex: 1.1;
    -ms-flex: 1 1 48%;
    -webkit-flex: 1 1 48%;
    flex: 1 1 48%;
    padding: 10px;
}

body .myResearchItem:first-child .head {
    padding-top: 60px;
}

body a.emailFolder {
    display: none;
}

.myResearchItem:first-child:last-child {
    max-width: 100%;
}

.myResearchItem:last-child {
    max-width: 50%;
}

.digital-subscriptions,
.hard-copy .container+.container {
    padding-top: 40px;
}

.editor {
    -webkit-column-count: 2;
    /* Chrome, Safari, Opera */
    -moz-column-count: 2;
    /* Firefox */
    column-count: 2;
}

.myReferenceFolders>h2 {
    display: none;
}

.addToToolbox {
    order: -1;
    padding: 0 0 10px;
}

body #wrapper .addToRefsContainer>a {
    float: right;
    padding: 10px 20px;
    background: #0ac500;
    color: white;
}

.addToRefsContainer>a span.referenceText {
    font-size: 20px;
}

body #wrapper .addToRefsContainer>a {
    float: right;
    padding: 10px 20px;
    background: #0ac500;
    color: white;
    border-radius: 10px;
}

body #wrapper .addToRefsContainer.show>a {
    border-radius: 10px 10px 0 0;
}

.publication-home .addToToolbox {
    display: none;
}

/* LOGIN PAGE */

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

.elementgroup.user-page #element-login-element form#loginForm {
    display: block !important;
    position: static;
}

#header-wrapper div#element-login-element>.not-loggedin>h3 {
    display: none;
}

.elementgroup.user-page div#element-login-element {
    padding: 1px 30px;
    background: #dedfd9;
}

.elementgroup.user-page div#element-login-element>.not-loggedin>h3 {
    margin: 0;
    padding: 0;
}

.user-page #userRegistration h1,
span.page-header.h1 {
    display: block;
    font-size: 27px;
    line-height: 40.5px !important;
    font-size: 2.7rem;
    line-height: 3.375rem !important;
    font-weight: 300;
}

.user-page #userRegistration h1 {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.user-page p.regInstructons,
span.page-header.h1+span {
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 14px;
    display: block;
}

.elementgroup.user-page .not-loggedin>div>a {
    display: none;
}

.elementgroup.user-page #element-login-element form#loginForm {
    display: block !important;
    position: static;
    background: transparent;
    border: 0;
    box-shadow: 0 0 0 transparent;
    color: #333;
    padding: 0;
}

.elementgroup.user-page #element-login-element form#loginForm .field label {
    display: block;
    float: left;
    width: 100px;
    margin-top: 10px;
}

.elementgroup.user-page #element-login-element form#loginForm .field input {
    float: left;
    display: block;
    width: 80%;
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
    .elementgroup.user-page #element-login-element form#loginForm .field input {
        float: left;
        display: block;
        width: 65%;
    }
}

.user-page a.forgotPasswordLink {
    color: #333;
    opacity: .6;
}

.user-page a.forgotPasswordLink:hover {
    opacity: .9;
    color: #333;
}

.user-page a.forgotPasswordLink {
    padding-right: 15px;
}

.user-page a.signUpLink {
    display: none !important
}

.user-page form#loginForm {
    padding-bottom: 50px !important;
}

.user-page form .field {
    display: block;
    float: left;
    clear: both;
    margin: 0 0 15px 0;
    width: 100%;
}

.loginForm .fieldset.clearfix:after {
    content: "Password is case sensitive";
    padding-bottom: 8px;
    color: #fff;
    opacity: 0.7;
}

.user-page .loginForm .fieldset.clearfix:after {
    color: #333;
}

.user-page .membershipForm {
    padding-bottom: 50px;
}

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

.info-flag.user-only+.supplement-list {
    margin-top: -22px;
    padding: 40px 15px 20px;
}

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

.ach-advertisement-right.ach-advertisement-right,
.ach-advertisement.ach-advertisement {
    padding: 0 5px;
}

.ach-advertisement-right.ach-advertisement-right {
    margin-bottom: 10px;
}

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

.flag-group {
    background-color: #24241f!important;
    border-radius: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px!important;
    padding-top: 10px!important;
}

.info-flag .container {
    background: #24241f;
    color: #fff;
    padding: 10px;
    padding-left: 20px;
    -webkit-box-flex: 2.0;
    -moz-box-flex: 2.0;
    -ms-flex: 2 0 auto;
    -webkit-flex: 2 0 auto;
    flex: 2 0 auto;
}

.info-flag .container h1 {
    color: #ffffff;
    font-size: 18px;
    line-height: 27px;
    font-size: 1.8rem;
    line-height: 2.25rem;
    margin: 10px 0;
    text-align: left;
}

.info-flag .container .lead {
    color: #a3a494;
    font-size: 14px;
    line-height: 21px;
    font-size: 1.4rem;
    line-height: 1.75rem;
    text-align: left;
}

.info-flag .container .articleBody a {
    color: #c0bb2f;
    vertical-align: bottom;
}

.info-flag .container .articleBody>p {
    bottom: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.info-flag.col-sm-4 {
    padding: 0 0 10px;
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
    .info-flag .container h1 {
        font-size: 16px;
        line-height: 24px;
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .info-flag .container .lead {
        font-size: 12px;
        line-height: 18px;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

@media (min-width:768px) {
    .flag-group.public-only,
    .info-flag.col-sm-4,
    .info-flag .container,
    .info-flag .container .article,
    .info-flag .container .clearfix,
    .flag-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        ;
    }
    .info-flag .container .article,
    .info-flag .container .clearfix,
    .flag-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-flex: 1.1;
        -moz-box-flex: 1.1;
        -ms-flex: 1 1 100%;
        -webkit-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .info-flag .container .sideBar,
    .info-flag .container .dateLine {
        display: none;
    }
    .info-flag .container .leadContainer {
        -webkit-box-flex: 2.0;
        -moz-box-flex: 2.0;
        -ms-flex: 2 0 auto;
        -webkit-flex: 2 0 auto;
        flex: 2 0 auto;
    }
    .info-flag .container .articleBody>p {
        margin-bottom: 0;
    }
    .flag-wrap .parent {
        position: relative;
        overflow: hidden;
    }
    .flag-wrap .child {
        border-top: 20px solid #24241f;
        border-left: 150px solid transparent;
        border-right: 150px solid transparent;
        border-left: 15vw solid transparent;
        border-right: 15vw solid transparent;
        width: 0;
        height: 0;
        bottom: 2px;
        content: "";
        display: block;
        position: absolute;
        overflow: hidden;
        left: 50%;
        right: 0;
        transform: translatex(-50%);
    }
    .info-flag .container .article>div.clearfix {
        flex: 1 0 auto;
    }
    inspector-stylesheet:5 .info-flag .container .article>div {
        flex: 0 0 auto;
    }
}

@media (max-width:768px) {
    .user-page {
        max-width: initial;
        margin-left: -15px;
        margin-right: -15px;
    }
    .user-page .col-md-6:first-of-type {
        max-width: initial;
        padding: 0;
    }
}

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

.nav>li.user-only,
.user-only,
.loggedIn .public-only,
.loggedIn .nav>li.public-only {
    display: none;
}

.nav>li.public-only,
.public-only,
.loggedIn .user-only,
.loggedIn .nav>li.user-only {
    display: block
}

.spacer5 {
    padding: 5px;
}

.spacer10 {
    padding: 10px;
}

.spacer20 {
    padding: 20px;
}

.spacer30 {
    padding: 30px;
}

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

/**/

body {
    color: #24241f;
    font: 14px/19px 'Open Sans', Helvetica, Arial, sans-serif, Helvetica, Arial, sans-serif;
    background-image: -webkit-linear-gradient(top, #f6f6f4 0%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #f6f6f4 0%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff6f6f4', endColorstr='#ffffffff', GradientType=0);
    background-repeat: no-repeat;
}

div#possibleError {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.pub-nav .list>h3,
.pub-nav .list .panel-teaserLinkList>i,
.pub-nav .list .panel-teaserLinkList>br,
.pub-nav .list .panel-teaserLinkList>p {
    display: none;
}

.pub-nav .panel-teaserLinkList {
    text-align: center;
}

div#footer>.teaser {
    display: none;
}

.home .dinner {
    max-width: initial;
}

div#main {
    margin-top: 0 !important;
}

.home .container.twoColumnsLeftHeavy .col1 .article {
    padding-top: 30px;
}

.inPage .dinner {
    max-width: initial;
    margin: initial;
}

body.inPage div#not-sidebar {
    display: block;
}

/*sidebar styles*/

.align-left,
.align-left p.lead {
    text-align: left;
}

.supplement-list {
    padding: 30px 15px 50px 15px;
    background: #dedfd9;
    border-bottom: 5px solid #1d682a;
}

.home .row>.contain>.container:first-child .clearfix {
    border-bottom: 1px solid #002952;
}

.home .twoColumnsLeftHeavy .col2 {
    padding-top: 0;
}

.supplement-list h3 {
    color: #28903a;
    font-size: 21px;
    line-height: 31.5px;
    margin: 0;
}

.supplement-list .list>h3 {
    display: none;
}

.supplement-list .list h4,
.supplement-list .linklist li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 3px;
}

.supplement-list .list .inList {
    padding-left: 10px;
}

.supplement-list .list p.lead {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

.supplement-list .linklist li {
    background: transparent;
    box-shadow: 0 0 0 transparent;
    border: 0;
}

.supplement-list .linklist {
    margin: 0;
    padding: 0;
}

/*sidebar styles*/

.not-loggedin>div>a:before {
    display: none !important;
}

.utility {
    float: right;
    width: 50%;
    margin: 0;
    padding: 10px 0 25px 0;
    font-size: 1.2rem;
}

.utility .nav {
    float: right;
}

.utility .nav li,
.utility .login-element {
    float: right;
    position: relative;
}

.utility .nav li a,
.utility .login-element .not-loggedin div a:first-child {
    padding: 10px 0 10px 20px;
    color: #00509e;
    background: transparent;
    font-size: inherit;
}

.utility .nav li a:hover,
.utility .login-element .not-loggedin div a:first-child:hover {
    color: #569ce1;
    background: transparent;
}

a.openForm:after {
    margin-left: 10px;
}

.utility .search h3 {
    display: none;
}

.utility form#searchForm {
    display: block;
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: 0 0 0 transparent;
    position: static;
    float: right;
}

.utility #searchForm input[type="submit"] {
    margin: 0;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    -webkit-box-flex: 1.1;
    -moz-box-flex: 1.1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
}

div#header-wrapper #searchForm input[type="text"] {
    -webkit-box-flex: 2.1;
    -moz-box-flex: 2.1;
    -ms-flex: 2 1 70%;
    -webkit-flex: 2 1 70%;
    flex: 2 1 70%;
    border-radius: 4px 0 0 4px;
}

div#header-wrapper .block-menu:after {
    display: block;
    content: "";
    clear: both;
}

div#header-wrapper .block-menu {
    width: 100%;
    margin-bottom: 15px;
}

div#header-wrapper .navbar-brand {
    float: left;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    margin-top: 15px;
    padding: 15px;
}

div#header-wrapper .navbar-brand img {
    margin: 0;
}

div#wrapper {
    padding-top: 0;
}

.topNav.topNav {
    position: static;
}

div#header-wrapper .row {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
}

form#loginForm {
    z-index: 5000;
}

div#banner {
    display: none;
}

@media (min-width: 500px) {
    /* if the customer doesn't call it a track, change this to whatever they call it. */
    body h2.title span.arrowIcon:after {
        content: "show track";
    }
    body h2.title.open span.arrowIcon:after {
        content: "hide track";
    }
}

@media (min-width: 768px) {
    .hasRooms .activity.container,
    .bioRelated div.Activity li,
    section.activity.indexMode {
        padding-right: 84px;
    }
    .hasTimes .activity.container,
    .bioRelated div.Activity li,
    section.activity.indexMode,
    div.myItinerary li {
        padding-left: 200px;
    }
}

.activity.inner .indexMetadata .indexRooms {
    max-width: 84px;
    min-width: 84px;
}

@media (min-width: 768px) {
    .hasTimes .indexTrackColors {
        left: 200px;
    }
    .hasRooms .indexTrackColors {
        right: 84px;
    }
}

.navpath li:first-child {
    display: none;
}

.home .breadcrumb {
    display: none;
}

ul.navpath,
ul.navpath li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

div.breadcrumb {
    font-size: 11.5px;
    line-height: 17.25px;
    padding: 16px 15px 15px;
    border-radius: 0;
    background: none;
}

.navpath li:last-child .separator {
    display: none;
}

.navpath li:last-child a {
    color: #a3a494;
}

span.separator {
    padding: 0 5px 0 10px;
    color: #a3a494;
}

.btn-group>.btn>a {
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

span.btn.btn-default.upLink {
    border-width: 0 1px;
}

span.btn.btn-default>a {
    color: #fff;
    position: relative;
}

span.btn.btn-default>a {
    color: #fff;
    position: relative;
}

span.btn.btn-default>a .glyphicon {
    position: absolute;
}

span.glyphicon.glyphicon-chevron-up,
span.glyphicon.glyphicon-chevron-left {
    left: 0;
}

span.glyphicon.glyphicon-chevron-right {
    right: 0;
}

span.next.btn.btn-default>a {
    padding-right: 20px;
}

span.upLink.btn.btn-default>a,
span.prev.btn.btn-default>a {
    padding-left: 20px;
}

span.glyphicon.glyphicon-chevron-up,
span.glyphicon.glyphicon-chevron-left,
span.glyphicon.glyphicon-chevron-right {
    top: 2px;
}

span.btn.btn-default {
    background: #006eff;
    border-width: 0;
    border-color: #fff;
    padding: 15px 10px;
}

#faqlist h3+div {
    display: none;
}

.help-div #faqlist h3 {
    padding: 10px 15px;
    margin: 0 0 0 15px;
    text-indent: -15px;
}

.help-div #faqlist h3+div {
    padding: 0px 0 10px 30px;
    margin: 0;
}

.faq-item h3 .fa-minus,
.faq-item h3.open .fa-plus {
    display: none;
}

.faq-item h3.open .fa-minus,
.faq-item h3 .fa-plus {
    display: inline-block
}

.faq-item .fa {
    font-size: 0;
    margin-right: 10px;
}

.faq-item .fa:before {
    font-size: 24px;
}

div#faqlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    ;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.faq-item {
    -webkit-box-flex: 1.1;
    -moz-box-flex: 1.1;
    -ms-flex: 1 1 40%;
    -webkit-flex: 1 1 40%;
    flex: 1 1 40%;
    max-width: 50%;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #eee;
    margin-bottom: 15px;
}

.faq-item:nth-child(2n+2) {
    margin-left: 10px;
}

/* eStore filter checkbox tree */

.bef-tree {
    padding: 0;
    list-style: none;
    margin-left: -50px;
}

.bef-tree li {
    list-style: none;
}

.bef-tree-child li div.form-type-bef-checkbox {}

.bef-tree-depth-1 {
    margin-left: -15px;
}

/* eStore
- Grid view | Related products */

.list-result-counter {
    margin: 25px 0 0 0;
}

#block-views-related-products-block {
    display: block;
    float: left;
    width: 100%;
    /* border-top: solid 2px #c4c4c4;*/
}

#block-views-estore-feature-products-block .block-title,
#block-views-estore-recently-added-block .block-title,
#block-views-related-products-block .block-title,
#block-views-comments-block-block .block-title,
#block-commentsblock-comment-form-block .block-title {
    border-bottom: 1px dashed #bbbbb0;
    margin: 15px 0 25px 0;
    padding: 25px 5px 10px 5px !important;
    color: #8b8d78;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 25px;
}

.product-item-grid {
    padding: 0 15px;
    min-height: 310px;
    border-bottom: solid 1px #ddd;
    margin-bottom: 25px;
}

.product-item-grid-lg {
    min-height: 200px;
}

.product-item-grid .help-block,
.product-item-grid .fivestar-static-item .form-group p {
    display: none;
}

.product-item-grid .fivestar-static-item .form-group {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-item-grid,
    .product-item-grid-lg {
        min-height: 325px;
    }
}

@media only screen and (min-width: 534px) and (max-width: 767px) {
    .product-item-grid {
        min-height: 350px;
    }
    .product-item-grid-lg {
        min-height: 180px;
    }
}

@media only screen and (max-width: 533px) {
    .product-item-grid {
        min-height: 380px;
    }
    .product-item-grid-lg {
        min-height: 180px;
    }
}

/* Out of stock on view */

.prod-view-instock.prod-view-instock {
    display: none;
}

.gridview-prod-title.gridview-prod-title {
    color: #ff530d;
}

.gridview-text-wrap.gridview-text-wrap {
    padding: 0;
}

.gridview-prod-title.gridview-prod-title {
    font-size: 16px;
    line-height: 18px;
    margin: 10px 0 5px 0;
}

.responsive-image-block.responsive-image-block.responsive-image-block {
    overflow: hidden;
    text-align: center;
    padding: 0;
    min-height: 140px;
    max-height: 140px;
}

.responsive-image-block.responsive-image-block.responsive-image-block img {
    width: auto;
    max-width: 100%;
    height: auto;
}

.view .text-center {
    display: block;
    clear: both;
}

.gridview-price {
    line-height: 14px;
    font-weight: bold;
}

.gridview-stars {
    margin: 5px 0;
}

#block-views-estore-feature-products-block .product-item-grid,
#block-views-estore-recently-added-block .product-item-grid {
    border-bottom: none;
}

.page-node-1632 #block-views-estore-recently-added-block .block-title {
    margin-top: 0;
}

/*eStore - hide page header and crumbs */

.page-products .page-header,
.page-taxonomy .page-header,
.page-estore-products .page-header,
.page-estore-front .breadcrumb,
.page-estore-front .page-header,
.page-node-1600 .page-header,
.page-node-1600 .breadcrumb,
.page-node-1632 .page-header,
.page-node-1632 .breadcrumb {
    display: none;
}

.filter-head-wrap {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding-bottom: 0px;
    border-bottom: solid 5px #ddd;
    margin-bottom: 30px;
}

/* eSotre - List view */

.view-footer {
    text-align: center;
    font-weight: bold;
    clear: both;
}

/* eSotre - Search promotion
*/

.promo-container {
    background-color: #eee;
}

.promo-recommended-text {
    font-size: 10px;
    background-color: #fff;
    border: solid 1px #1d682a;
    color: #28903a;
    display: block;
    padding: 0 10px;
    margin: 5px 0;
    width: auto;
    float: left;
}

/* eStore - Cart
*/

.estore-success-btn {
    float: right;
    margin: 0 10px;
}

.view-product-list .pagination>.active>a,
.view-product-list .pagination>.active>span,
.view-product-list .pagination>.active>a:hover,
.view-product-list .pagination>.active>span:hover,
.view-product-list .pagination>.active>a:focus,
.view-product-list .pagination>.active>span:focus,
.view-store-taxonomy-term .pagination>.active>a,
.view-store-taxonomy-term .pagination>.active>span,
.view-store-taxonomy-term .pagination>.active>a:hover,
.view-store-taxonomy-term .pagination>.active>span:hover,
.view-store-taxonomy-term .pagination>.active>a:focus,
.view-store-taxonomy-term .pagination>.active>span:focus {
    background-color: #4367a1;
    border-color: #4367a1;
    color: #fff;
    font-weight: 600;
}

.row.product-item-grid.product-item-grid.product-item-grid {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}

.nomargin {
    margin: 0;
}

div.ach-basic-ad {
    max-width: 350px;
    margin-top: 10px;
}

div.ach-basic-ad a img {
    width: 100%;
    height: auto;
}

section.content.publication.pdfView {
    height: 90%;
}

/* Authorization
*/

/* Authorization */

/* Authorization */

/* Authorization */

.notLoggedIn #paywall-auth-mesasge {
    display: block;
}

.notLoggedIn.publication-home div.pubNav-Parent {
    display: none;
}

.notLoggedIn .publication-home #not-sidebar>.publication {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    ;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.notLoggedIn div#productList {
    position: relative;
    -webkit-box-flex: 1.1;
    -moz-box-flex: 1.1;
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 100%;
    margin: 0;
    padding: 10px 15px;
}

.notLoggedIn div#productList:after {
    content: "";
    position: absolute;
    height: 100%;
    background: rgba(74, 74, 74, .075);
    top: 0;
    left: 50%;
    width: 100vw;
    z-index: -1;
    bottom: 0;
    transform: translatex(-50%);
    border: 0;
    padding: 0;
    box-shadow: 0 2px 0 -1px rgba(74, 74, 74, .1) inset, 0 -2px 0 -1px rgba(74, 74, 74, .1) inset;
}

.publication-home.notLoggedIn {
    overflow-x: hidden;
}

.notLoggedIn div#productList+p:empty {
    display: none;
}

.membersContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.memberListHeader {
  flex: 3;
  min-width: 100%;
  text-align: center;
}

.directMember {
  min-width: 45%;
  min-height: 150px;
  flex: 1;
  display: inline-flex;
  flex-direction: column;
  justify-content: start;
  border: 1px #dedfd9 solid;
  padding: 24px;
}

.memberDetails {
  font-size: 1rem;
  margin: 0 0 0 24px;
}

.memberName {
  font-weight: bold;
  margin-bottom: 5px;
}

.directMember .email {
    font-weight: .9rem;  
}

/* Authorization */

/* Authorization */

/*
Authorization */

/* Authorization */

@media (max-width: 767px) {
    body div#main-nav {
        left: 15px;
    }
}

.loggedIn .col-loginbox div#element-login-element {
    display: none;
}

.col-claim.user-only .parent {
    display: none;
}

iframe.serial-form {
    margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 911px) {
    div#main-nav {
        padding-left: 0;
        padding-right: 0;
    }
    nav .nav-links a,
    nav .nav a.dropdown-toggle.more-toggle {
        font-size: 13px !important;
    }
}

@media (min-width: 912px) and (max-width: 1012px) {
    nav .nav-links a,
    nav .nav a.dropdown-toggle.more-toggle {
        font-size: 14px !important;
    }
}

body .mobile-only input.button.submit.logoutButton {
    background: #fff;
    padding: 10px;
    font-size: 16px;
    text-transform: capitalize;
}

      