

/* ---=== books.css ===---  */
a.book_list_item:hover {
    text-decoration: none;
}
a.book_list_item:hover .book_title {
    text-decoration: none;
    color: #b52600;
    transition: 0.2s;
}
a.book_list_item {
    display: block;
    clear: both;
    min-height: 115px;
    border-bottom: 1px solid #e3e3e3;
    padding: 20px 0px;
}
a.book_list_item:first-of-type {
    border-top: 1px solid #e3e3e3;
}
.book_list_item .book_image {
    float: left;
    max-width: 70px;
    height: auto;
    box-shadow: 0 7px 10px -9px #222;
}
.book_data {
    vertical-align: top;
    margin-left: 120px;
}
.book_list_item .book_title {
    font-size: 18px;
    color: #000;
}
.book_list_item .book_details {
    font-size: 16px;
    font-family: Karla;
    line-height: 130%;
    font-weight: normal;
    color: #666;
}
.book_list_item .book_pricing {
    margin: 0.33em 0;
}
.book_pricing .amazon_icon, .book_pricing .bookdepository_icon {
    background-image: url('/images/amazon-bookdepository-icons-16px.png');
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: 0px 0px;
    position: relative;
    top: 4px;
    margin-right: 2px;
}
.book_pricing .bookdepository_icon {
    background-position: 10px 0px;
    width: 10px;
    margin-right: 4px;
    top: 3px;
}
.book_list_item .book_price {
    color: #000;
    margin-right: 1em;
}
a.book_purchase_button {
    color: #000;
    display: inline-block;
    border: 1px solid #222;
    border-radius: 5px;
    padding: 50px 15px 10px 15px;
    font-family: Karla;
    line-height: 130%;
    margin-right: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    min-width: 160px;
    background-repeat: no-repeat;
    background-position: center 10px;
    text-align: center;
}
a.book_purchase_button:hover {
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #000;
    background-color: #f3f3f3;
    transition: 0.2s;
}
a.book_purchase_button.amazon {
    background-image: url('/images/amazon-logo.svg');
    background-size: 100px;
    background-position: center 15px;
}
a.book_purchase_button.bookdepository {
    background-image: url('/images/book-depository-logo.svg');
    background-size: 100px;
    background-position: center 7px;
}
a.book_purchase_button .shipping {
    font-size: 14px;
    color: #999;
}
.book_purchase_buttons {
    margin: 25px 0;
    background-color: #f3f3f3;
    padding: 15px 20px;
    border-radius: 5px;
    display: block;
}
.book_purchase_buttons .purchase {
    text-transform: uppercase;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: 20px;
}
.book_purchase_buttons .sym {
    color: #b52600;
    font-size: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.book_purchase_buttons .lp_download_wrapper {
    padding-left: 28px;
    margin-top: 5px;
}
.book_purchase_affiliate_explainer {
    color: #999;
    font-family: Karla;
    font-size: 14px;
    line-height: 130%;
    margin-top: 1em;
}

/* ---=== buttons.css ===---  */
.headline_button, .content_button_tiny, .grey_button, .ci_rel_type {
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #b52600;
    padding: 0px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    background-color: #f3f3f3;
    cursor: pointer;
}

.headline_button:hover, .content_button_tiny:hover, .grey_button:hover, .ci_rel_type:hover {
    background-color: #B52600;
    color: white;
    text-decoration: none;
    transition-duration: 0.25s;
}

.outline_button {
    border: 1px solid #222;
    padding: 3px 10px;
    border-radius: 3px;
    color: #222;
    font-family: Karla;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: normal !important;
}

.outline_button:hover, .outline_button.selector:hover {
    color: #FFF;
    background-color: #222;
    transition-duration: 0.25s;
    text-decoration: none;
    border: 1px solid #222;
}

.outline_button.selector {
    margin: 5px 5px 0px 0px;
    display: inline-block;
    line-height: 15px;
    text-transform: none;
    border: 1px solid #999;
    color: #999;
}

.outline_button.selected {
    border: 1px solid #b52600;
    background-color: #b52600;
    color: white;
}

.outline_button input {
    display: none;
}

.ci_rel_type {
    display: inline-block;
    text-transform: none;
    cursor: pointer;
    margin: 0px 2px;
    top: auto;
}
.ci_rel_type.selected, .grey_button.selected {
    background-color: #B52600;
    color: #FFF;
}
.ci_rel_type.selected .ci_rel_type_count {
    color: #BBB;
}
.ci_rel_type_count {
    display: none;
    margin-top: -11px;
    font-size: 8pt;
    color: #666;
}

.grey_button {
    float: none;
    line-height: 15px;
    font-size: 14px;
    white-space: pre;
    padding: 7px 10px;
    margin: 3px 7px 7px 0px;
    display: inline-block;
}

.grey_button.green {
    background-color: #c9e693;
    color: #6d9d14;
}

.grey_button.green:hover {
    background-color: #6d9d14;
    color: white;
}

.content_button, .link_button, input[type=submit], input[type=button], .link_button.external_link, .content_button.external_link {
    display: block;
    width: 160px;
    overflow: hidden;
    color: #B52600;
    font-weight: bold;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 6px !important;
    cursor: pointer;
    margin: 5px 0px 5px 0px;
    border-radius: 5px;
    border: 2px solid #B52600;
    background-color: white;
    position: relative;
    top: -1px;
}

.green_button {
    display: inline-block;
    color: #FFF;
    background-color: #1BB77D;
    font-weight: bold;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    padding: 6px 12px !important;
    cursor: pointer;
    margin: 5px 0px 5px 0px;
    border-radius: 5px;
    border: 2px solid #1BB77D;
    position: relative;
    top: -1px;
}
.green_button:hover {
    text-decoration: none;
    background: #1BCA90;
    border-color: #1BCA90;
    transition-duration: 0.25s;
}

input[type=submit], input[type=button] {
    padding: 8px inherit !important;
}

.content_button:hover, .link_button:hover, input[type=submit]:hover, input[type=button]:hover {
    color: #FFF;
    text-decoration: none;
    background: #B52600;
    transition-duration: 0.25s;  
}

.content_button_narrow.inline, .content_button.inline {
    display: inline-block;
    vertical-align: middle;
}

.content_button_narrow, .content_button.narrow {
    width: auto !important;
}

.content_button.unpublish {
    background-color: #ebbaa5;
    color: #983e18;
    border-color: #983e18;
}

.content_button.publish {
    background-color: #c9e693;
    color: #6d9d14;
    border-color: #6d9d14;
}

.content_button.publish:hover {
    background-color: #6d9d14 !important;
    color: white !important;
}

.content_button.unpublish:hover {
    background-color: #983e18;
    color: white !important;
}

.content_button.inline {
    display: inline-block;
    width: inherit;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.content_button.red {
    display: inline-block;
    border: 0;
    background-color: #b52600;
    color: #fff;
    line-height: 22px;
    width: auto;
    padding: 6px 14px !important;
}
.content_button.red:hover {
    background-color: #222;
    transition-duration: .25s;
}

input[disabled], .content_button.disabled, .content_button_tiny.disabled, .content_button_narrow.disabled {
    color: silver !important;
    cursor: default !important;
}

input[disabled].content_button, input[disabled].content_button_tiny, input[disabled].content_button_narrow,
.content_button.disabled, .content_button_tiny.disabled, .content_button_narrow.disabled {
    border: 2px solid silver !important;
}

input[disabled]:hover, .content_button.disabled:hover, .content_button_tiny.disabled:hover, .content_button_narrow.disabled:hover {
    color: silver !important;
    background-color: white !important;
}

.social_login_button {
    display: block;    
    width: 174px;
    height: 35px;
    background-image: url('/images/social_signin_buttons.png');
    background-color: silver;
}

.social_login_button:hover {
    opacity: 0.9;
    transition-duration: 0.25s;
}

.social_login_button.google {
    background-position: 0 0;
}
.social_login_button.twitter {
    background-position: 0 -36px;
}
.social_login_button.facebook {
    background-position: 0 71px;
}
.social_login_button.patreon {
    background-position: 0 35px;
}

.big_red_button:hover {
    text-decoration: none;
    opacity: 0.9;
    transition-duration: 0.5s;
}

.big_red_button {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 20px;
    background-color: #b52600;
    background-image: url("/template/images/big_red_button_bg.jpg");
    border-radius: 5px;
    color: white;
    display: block;
    font-weight: bold;
    margin: 20px auto 0;
    padding: 5px 16px;
    text-align: center;
    text-transform: uppercase;
    width: 250px;
    cursor: pointer;
}

button.big_red_button {
    padding: 6px 16px 7px;
    outline: none;
    border-style: none;
    font-size: 13pt;
    font-family: hypatia-sans-pro;
    cursor: pointer;
}

.simple_button {
    border: 1px solid #222;
    color: #222;
    font-weight: normal;
    width: auto;
    padding: 7px 14px !important;
    font-family: Karla,Arial,Helvetica,sans-serif;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    margin: 5px 5px 5px 0;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}
.simple_button:hover {
    text-decoration: none;
    background: #444;
    border: 1px solid #444;
    color: #EEE;
    transition-duration: .25s;
}
.simple_button.red:hover {
    border: 1px solid #222;
    background-color: #222;
    transition-duration: .25s;
}
.simple_button.red {
    border: 1px solid #b52600;
    background-color: #b52600;
    color: #fff;
    font-weight: bold;
}

.simple_button.disabled {
    border: 1px solid silver;
    color: silver;
}
.simple_button.disabled:hover {
    border: 1px solid silver;
    color: silver;
    background: #fff;
    cursor: default;
}

.ad_membership_notice {
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding: 0px 10px;
    display: inline-block;
    border-radius: 5px;
    float: right;
    background-color: #f3f3f3;
}
.ad_membership_notice:hover {
    background-color: #B52600;
    color: white;
    text-decoration: none;
    transition-duration: 0.25s;
}


/* ---=== content_items.css ===---  */
/* CI PREVIEW */
.content_item {
    display: inline-block;
    margin: 20px 0px;
    padding: 0;
    max-width: 350px;
    vertical-align: top;
    position: relative;
}

.content_item:hover h3 {
    text-decoration: underline;
}

.content_item:hover .ci_preview, .content_item:hover h3 {
    color: #b52600 !important;
    transition: 0.5s;
}

.content_item:hover {
    text-decoration: none;
    padding: 0;
    transition: 0.5s;
    color: #b52600 !important;
}

.content_item .ci_type_name {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: -10px;
    color: #999;
    position: relative;
    top: -2px;
}

.content_item .ci_image {
    margin: 0;
    box-shadow: 0 7px 10px -9px #222;
    max-width: 100%;
    width: 360px;
    height: auto;
}

.content_item .ci_header h3 {
    font-family: Karla,Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: bold !important;
    text-transform: none;
    color: #b52600;
    margin-bottom: 4px;
    line-height: 120%;
    margin-top: 6px;
}

.content_item .ci_preview {
    color: #444;
    font-weight: normal;
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 130%;
    padding-left: 30px;
    margin-top: -1px;
}

.content_item .featured_ci_marker {
    float: left;
    background-color: #b52600;
    color: #fff;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-transform: uppercase;
    padding: 1px 15px;
}


/* CI DETAILS */

.ci_info {
    color: #999;
    font-size: 14px;
    line-height: 18px;
    display: table;
    margin: 0px 0px 5px 0;
    width: 100%;
}

.ci_info .ci_author {
    font-family: Karla, Arial, Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    float: left;
    padding: 6px;
}

.ci_info .ci_author_image {
    width: 28px;
    position: relative;
    top: 9px;
}

.ci_header .ci_info.wide {
    width: 100%;
}

.ci_info.wide table {
    width: 100%;
}

.ci_author_image img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.ci_author_and_copyright p {
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 140%;
    color: #666;
}

#ci_related_type_list {
    margin-bottom: 30px;
    margin-top: 10px;
}

.filter_label {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    margin: 2px;
    margin-top: 1em;
}

.ci_type_icon {
    width: 30px;
    height: 30px;
    background-size: 20px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    position: absolute;
    top: 7px;
    left: 7px;
    opacity: 0.8;
}

.content_item .ci_header {
    background: no-repeat left 1px;
    background-size: 20px;
    padding-left: 30px;
    min-height: 21px;
}

.ci_related_content_wrapper .ci_preview {
    font-size: 14px;
}
#ci_status_list_items {
    padding: 0;
}
#ci_status_list_items li {
    list-style-type: none;
    padding: 0.1em 0;
}
#google_classroom_wrapper {
    float: right;
    position: relative;
    top: 9px;
    display: inline-block;
}
.gc_button {
    width: 32px;
    height: 32px;
    display: inline-block;
    margin-left: 5px;
}
.gc_label {
    display: inline-block;
    position: relative;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #999;
    top: -11px;
}

/* ---=== fonts_and_colours.css ===---  */
* {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap !important;
}

body {
    font-family: "Libre Baskerville", "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-display: swap !important;
    color: #333;
}

h1#page_title_text {
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 120%;
    color: #000;
    margin-bottom: -12px;
    border-bottom: 1px solid #E3E3E3;
    margin: 0;
    padding-bottom: 10px;
}

#content h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 120%;
    color: #000;
    padding-bottom: 10px;
    border-bottom: none;
    margin-bottom: 10px;
    margin-top: 40px;
}
h3 {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 130%;
    font-weight: normal;
    margin: 20px 0px -4px 0px;
    padding: 0px;
    color: #000;
}

h4 {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 20px 0px 0px 0px;
}

strong h3, b h3, h3 strong, h3 b {
    font-weight: normal !important;
}

.ci_header h3 {
    margin: 4px 0px 0px 0px;
}

#content h3 a, #content a h3 {
    font-weight: normal;
}

#content {
    font-size: 16px;
    line-height: 170%;
}

a {
    color: #B52600;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.messages {
    display: block;
    margin: 0 auto;
    width: 75%;
    padding: 1em 1em 1em 1em;
    margin-top: 50px;
}

#result_error_messages, .registration_errors, #float_message.msg_error {
    border: 1px solid #B52600;
    background-color: #f1d1c9;
    color: #B52600;
}

#result_messages_in_doc, .info_in_doc {
    background-color: #ffc600;
    color: #000;
    font-size: 18px;
    border-radius: 5px;
}
.info_in_doc {
    font-family: Karla, Arial, Helvetica, sans-serif;
    padding: 0.5em 1em;
    line-height: 130%;
    margin: 1em 0em;
}

#result_messages, #float_message {
    border: 1px solid #999;
    background-color: #F8ECDD;
}

.error_box {
    border: 2px solid #b52600;
    background-color: #f1d1c9;
    padding: 10px;
    margin: 0px -12px;
}

blockquote {
    font-size: 16px;
    line-height: 130%;
    color: grey;
    padding-left: 5px;
    margin-bottom: 0;
    padding: 1px 1em 1px 80px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    margin-left: 0;
    background-image: url('/template/images/bg_quote.png');
    background-repeat: no-repeat;
    background-position: 15px 15px;
}

blockquote p {
    margin: 0.5em 0;
}

.light {
    color: #999;
}
.light.normal {
    font-weight: normal;
}

textarea {
    border: 1px solid #D2C2A9;
    padding: 0.5em;
}

#content input[type=text], #content input[type=url], #content input[type=number], #content select, #content input[type=password], #content input[type=email],
#ahe_dialogue_popup input[type=text], #ahe_dialogue_popup select, #ahe_dialogue_popup input[type=password], #ahe_dialogue_popup input[type=email],
#TB_window input[type=text], #TB_window select, #TB_window input[type=password], #TB_window input[type=email] {
    font-size: 16px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #666;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 6px 10px;
    position: relative;
    top: 1px;
}

#content input[type=text]:focus, #content input[type=email]:focus, #content input[type=url]:focus, #content input[type=number]:focus, #content select:focus, #content input[type=password]:focus,
#ahe_dialogue_popup input[type=text]:focus, #ahe_dialogue_popup input[type=email]:focus, #ahe_dialogue_popup select:focus, #ahe_dialogue_popup input[type=password]:focus,
#TB_window input[type=text]:focus, #TB_window select:focus, #TB_window input[type=password]:focus {
    border: 1px solid #B52600;
    box-shadow: inset 0px 0px 5px rgba(181, 38, 0, 0.1);
    color: #222;
    outline: none;
}

#content textarea, #TB_window textarea, #ahe_dialogue_popup textarea {
    font-size: 16px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    color: #666;
    border: 1px solid #D2C2A9;
    border-radius: 5px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
    padding: 6px 10px;
}

#content textarea:focus, #TB_window textarea:focus, #ahe_dialogue_popup textarea:focus {
    border: 1px solid #B52600;
    box-shadow: inset 0px 0px 5px rgba(181, 38, 0, 0.1);
    color: #222;
    outline: none;    
}

.link_style {
    color: #B52600;
    font-weight: bold;
    cursor: pointer;
}

.link_style:hover {
    text-decoration: underline;
}

.teamprofiles tr {
    margin-bottom: 2em;
}

.teamprofiles td {
    font-size: 10px;
    vertical-align: top;
    padding: 17px 7px 30px 7px;
}
.teamprofiles p {
    margin: 0 0 1em 0;
}

.team_member_details li {
    list-style-type: circle;
}

.big_quote {
    font-family: Karla, Arial, Helvetica, sans-serif;
    float: right;
    background: url(/template/images/bg_quote.png) center 20px no-repeat;
    padding: 76px 20px 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
    color: #B52600;
    margin: 10px;
    display: block;
    width: 300px;
}
.big_quote .quote_author {
    font-size: 16px;
    color: #E4DED7;
}
.ahe-ad, .sovrn-onetag-ad, .ahe-ad h4, .ahe-promo h4 {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.ahe-ad h4, .sovrn-onetag-ad {
    font-weight: normal;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 20px;
    margin-top: 40px;
}

.sovrn-onetag-ad iframe:before {
    content: "Advertisement";
}

@media (max-width: 991px) {
    .ad_Mobile_Intext {
        display: block;
        margin: 2em 0;
    }
    .ad_Mobile_Intext .innerwrapper {
        text-align: center;
    }
}

@media (min-width: 992px) {
    .ad_Mobile_Intext {
        display: none;
    }
}

.filter_count {
    color: #999;
}
.partners_list p {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 21px;
}
.statistics_table td {
    padding-left: 0.5em;
    font-family: Karla, Arial, Helvetica, sans-serif;
}
label, .banner-caption {
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 130%;
}

/* Membership & Static Pages */

#search_filters li {
    font-family: Karla, Arial, Helvetica, sans-serif;
}

a.monkeyrewards {
    color: silver;
    font-family: Karla;
    font-weight: normal;
    font-size: 14px;
    float: right;
    margin-top: 8px;
}
.breadcrumb_navigation {
    font-family: Karla, Arial, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
}
.search_filters {
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 130%;
}
input::placeholder {
    color: #dadada;
}
.form_field_label {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px;
    color: #666;
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 1em;
}
.errors_in_doc {
    font-family: Karla;
    padding: 10px 20px;
    display: inline-block;
    line-height: 130%;
}
.errors_in_doc p {
    margin: 0.5em 0;
}
input:read-only {
    opacity: 0.6;
}

select {
    background-color: #fff;
}
.error {
    background-color: orangered;
    color: white;
    border-radius: 3px;
    padding: 3px 6px;
}
.error a {
    color: white !important;
    text-decoration: underline !important;
    font-weight: bold;
}
#content .external_link {
    padding-right: 13px;
    background-image: url('/template/images/external_link.gif');
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

#content .external_link.no_external {
    padding-right: 0;
    background-image: none;
}

/* Editorial Review Notice */
.editorial_review_notice {
    font-family: Karla,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #666;
    line-height: 18px;
    border-top: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
    padding: 1em 0em;
}
.editorial_review_header.translations {
    margin-top: 0.5em;
}

.editorial_review_header {
    text-transform: uppercase;
    font-weight: bold;
    color: #222;
    padding-right: 0.8em;
    display: block;
}
.yellow_highlight {
    background-color: #ffc600;
    padding: 1px 3px;
}

.yellow_highlight_box {
    background-color: #ffc600;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: Karla, Arial, Helvetica, sans-serif;
}


/* ---=== header.css ===---  */
#header {
    position: relative;
}
#header_ahe_logo {
    margin: 40px;
}
#header_top_row {
    position: absolute;
    top: 40px;
    left: 418px;            
    width: 643px;
    padding: 5px 0px;
}
#header_bottom_row {
    position: absolute;
    top: 105px;
    left: 418px;
    width: 643px;
}
#header_search_box, .common_search_box {
    position: relative;
    display: inline-block;
    width: 295px;
    height: 32px;
    background-image: url('/template/images/header/search_field_bg.png');            
}
#header_search_field, .common_search_box .common_search_field {                
    position: absolute;
    left: 8px;
    height: 30px !important;
    border: 0 !important;
    width: 238px;
    background-color: transparent;
    outline-width: 0 !important;
    color: #666 !important;
    font-size: 16px !important;
    padding: 0px 3px !important;
    box-shadow: none !important;
    font-family: Karla, Arial, Helvetica, sans-serif;
}
#header_search_button_new, .common_search_box .common_search_button_new {
    position: absolute;
    top: 1px;
    left: 254px;
    height: 32px;
    width: 40px;
    padding: 0;
    margin: 0;
    background-image: url('/template/images/header/search_button.png');                
}
#header_search_button_new:hover, .common_search_box .common_search_button_new:hover {
    background-position-y: -32px;
}
#header_eu_web_award img {
    height: 100px;
    float: left;
    margin: -37px 40px 0px 35px;
    display: inline-block;
}
#header_donate_button {
    position: absolute;
}

.donate_button {
    display: inline-block;
    width: 90px;
    height: 32px;
    background-image: url('/template/images/header/donate_button_bg.png');
    color: #FFF;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    font-family: Karla, Arial, Helvetica, sans-serif;
	line-height: 17px;	
    text-transform: uppercase;
}
.donate_button span {
    position: relative;
    top: 8px;
}
.donate_button:hover {
    text-decoration: none;
    opacity: 0.8;
}

#header_wrapper {
    box-shadow: 0px 2px 6px silver;
}

/* ---=== images.css ===---  */
a img {
    border: 0;
}

.body img, body.mceContentBody img, .image-wrapper .image img, .tag_definition_image, .tm-grid-item img, .avatar_image, .shadow_image {
    margin: 1em auto;
    display: block;
    box-shadow: 0px 7px 10px -9px #222;
}

.image_page .copyright {
    font-size: 75%;
}

.image_page .description {
    margin-top: 2em;
}

.image-wrapper .description {
    margin-top: 1em;

}

.image-wrapper figure {
    margin: 0px;
    padding: 0px;
    width: 100%;
}
figure.image_intext_wrapper {
    margin: 1em 0px;
}

figure.image_intext_wrapper figcaption,
figure.definition_image figcaption {
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 130%;
    text-align: center;
    margin-top: -7px;
}
figure.image_intext_wrapper figcaption .figtitle,
figure.definition_image figcaption .figtitle {
    color: #222;
    font-weight: normal;
}
figure.image_intext_wrapper a:hover,
figure.definition_image a:hover {
    text-decoration: none;
}
figure.image_intext_wrapper a:hover figcaption .figtitle,
figure.definition_image a:hover figcaption .figtitle {
    color: #b52600;
    transition: 0.5s;
}
figure.image_intext_wrapper figcaption .figauthor,
figure.definition_image figcaption .figauthor {
    font-size: 14px;
    font-weight: normal;
    color: #999;
    display: block;
}

img.tag_definition_image {
    max-width: 300px;
    height: auto;
    box-shadow: 0px 7px 10px -9px #222;
}

figure.definition_image {
    float: right;
    margin: 0px 0px 10px 10px;
    display: table;
    max-width: 300px;
}


.image_large {
    max-width: 100%;
}
.round_image {
    box-shadow: 0 7px 10px -9px #222;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #e7e7e7;
}


/* ---=== jquery.autocomplete.css ===---  */
.ac_results {
	padding: 0px;
	border: 1px solid #D2C2A9;
	background-color: white;
	overflow: hidden;
	z-index: 2130000000;
    text-align: left;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 4px 5px;
    cursor: default;
    display: block;
    font: menu;
    font-size: 13px;
    line-height: 18px;
    overflow: hidden;
    color: #999;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

/*
.ac_odd {
	background-color: #eee; 
}
*/

.ac_over {
	background-color: #f0ebe6;
	color: white;
}


/* ---=== layout.css ===---  */
body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

body.iframe {
    background-color: #FFF;
}

a img {
    border: 0;
}

#page {
    background-color: #FFF;
    width: 1101px;
    border-left: 1px solid white;
    border-right: 1px solid white;
    margin: 0 auto;
}

#content_wrapper {
    padding: 40px;
    padding-top: 22px;
}


.left_3_column {
    float: left;
    width: 681px;
}

.right_1_column  {
    float: left;
    width: 300px;
    margin-left: 40px;    
}


.left_1_column {
    float: left;
    width: 300px;
}
    
.right_3_column {
    float: left;
    width: 681px;
    margin-left: 40px;
}

.left_2_column {
    float: left;
    width: 490px;
}

.right_2_column {
    float: left;
    width: 490px;
    margin-left: 40px;
}

.right_narrow_column {
    float: left;
    width: 250px;
    margin-left: 40px;
}

.left_narrow_column {
    float: left;
    width: 160px;    
}

.middle_wide_column {
    float: left;
    width: 531px;
    margin-left: 40px;
}

.middle_2_column {
    float: left;
    width: 427px;
    margin-left: 21px;
}

.full_4_column {
    width: 1021px;
}    

.clear {
    clear: both;
}

.pagination {
    margin: 10px auto;
    display: block;
    text-align: center;
    font-size: 10px;
    font-family: Karla, Arial, Helvetica, sans-serif;
}

.pagination a {
    border: 1px solid #D2C2A9;
    padding: 5px 7px;
    margin: 2px;
}

.pagination a:hover {
    color: #FFF;
    background-color: #B52600;
    text-decoration: none;
}


.pagination strong {
    border: 1px solid #B52600;
    padding: 5px 7px;
    margin: 2px;
    background-color: #B52600;
    color: #FFF;
}

.float_right {
    float: right;
}

.hidden {
    display: none;
}

.searchform input[type=text] {
    height: 21px;
    margin-right: 5px;
    border: 1px solid #D2C2A9;
}

.left_1_column .searchform input[type=text] {
    width: 145px;
    margin-left: -4px;
}

.about_links, .left_menu {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e3e3e3;
}

.left_menu a, .about_link a {
    display: block;
    border-top: 1px solid #e3e3e3;
    padding: 0.3em 0.3em;
    margin: 0 0;
    font-family: Karla, Arial, Helvetica, sans-serif;
}

.left_menu a:hover, .about_link a:hover {
    background-color: #f3f3f3;
    text-decoration: none;
}

.index_alphabet {
    display: block;
    margin: 0 0;
    width: 682px;
    padding-left: 20px;
    background-image: url('/template/images/index_alphabet_fadout_bg.png');
    clear: both;
    max-width: 728px;
}

#index_tags_container {
    display: block;
    min-height: 700px;
    vertical-align: middle;
    max-width: 400px;
}

input.button_height {
    font-size: 12px;
    padding: 4px;
}

input[type=radio], input[type=checkbox] {
    position: relative;
    margin-right: 0.5em;
}

#content select {
    height: 33px;
}

.uvOverlay1 {
    z-index: 2000000001 !important;
}

#delete_reason_wrapper {
    display: none;
}


table {
    border-collapse: collapse;
    font-family: Karla, Arial, Helvetica, sans-serif;
}

.team_member_details b {
    font-size: 14px;
    line-height: 20px;
}

.team_member_details {
    padding-left: 2.5em !important;
}

.teamprofiles td img {
    border: 1px solid silver;
    padding: 2px;
    border-radius: 75px;
}

#mce-EMAIL {
    width: 200px;
    height: 20px;
    margin-right: 5px;
}

.right_narrow_column #mce-EMAIL {
    width: 122px;
}

.right_1_column #mce-EMAIL {
    width: 165px;
}

#mc_embed_signup {
    background-color: #f3f3f3;
    margin-top: 30px;
    min-height: 547px;
}

#mc_embed_signup form {
    padding: 1px 10px 15px 14px;
}

#mc_embed_signup h3 {
    background-color: #222;
    display: inline-block;
    font-size: 14px;
    color: white;
    border-radius: 3px;
    padding: 3px 10px;
    margin: 10px 0px 0px 0px;
    font-weight: bold;
}

img.newsletter_banner {
    border-bottom: 1px solid #e4ded7;
}

.bottom_float_bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #353535;
    left: 0;
    border-top: 3px solid #B52600;
    z-index: 10;
}

.youtube-embed-wrapper {
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0px 7px 10px -9px #222;
}

#content.video_page .youtube-embed-wrapper, #content.image3d_page .youtube-embed-wrapper {
    max-width: 100% !important;
}

.youtube-embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%;
    width: 100%;
}
.youtube-embed-container iframe, .youtube-embed-container object, .youtube-embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.ad_Flexi_TopRight {
    margin-bottom: 100px;
    min-height: 600px;
}
.ad_Flexi_MiddleRight {
    margin: 100px 0px;
    min-height: 250px;
}
.ad_Flexi_LowerRight {
    margin: 100px 0px;
    min-height: 600px;
}
.ad_Flexi_BottomLeft {
    max-width: 728px;
    margin: auto;
}
.ahe-ad iframe.hstryFrame, .ahe-ad institutional_sub_promo {
    position: sticky;
    top: 20px;
}

.right_1_column .shop_promo {
    margin: 100px 0;
}

.image3d_embed { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
}
.image3d_embed iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.contribute_page #tag_add_button {
    float: none;
}
body.iframe {
    padding: 2em;
}

.map_section {
    margin-top: 1em;
}

.pre_article_section {
    border-top: 1px dotted #dadada;
    border-bottom: 1px dotted #dadada;
    margin: 1em 0;
}
.ci_audio_link, .translations_header {
    clear: both;
    margin: 20px 0;
    font-family: Karla,Arial,Helvetica,sans-serif;
    color: #999;
    font-size: 14px;
    line-height: 18px;
}

.ci_audio_link img.headphones_icon {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    padding-right: 13px;
    position: relative;
    top: -1px;
}
.ci_audio_link a.soundcloud_link img.soundcloud_icon {
    float: right;
    position: relative;
    top: 4px;
    opacity: 0.2;
}

.ci_audio_link a.soundcloud_link:hover img.soundcloud_icon {
    opacity: 0.7;
}

.translations_header {
    margin-bottom: 6px;
}
.translations_header img {
    width: 32px;
    height: 32px;
    vertical-align: top;
    padding-right: 9px;
    position: relative;
    top: -7px;
}
.translations_title {
    display: inline-block;
    vertical-align: top;
    margin-right: 0.5em;
}
.translations_links {
    display: inline-block;
    vertical-align: top;
}

.soundclound_link_section img.soundcloud_logo {
    position: relative;
    top: 3px;
    padding-right: 20px;
}

.soundclound_link_section {
    font-family: Karla, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
}

.soundclound_link_section .appstore_button {
    position: relative;
    margin-left: 10px;
}

.inline {
    display: inline;
}

.collection_contents .ci_listing {
    margin: 2em 0;
}

.collection_contents .ci_listing h3 {
    margin-bottom: 0.5em;
}

.our_videos_wrapper {
    margin: 100px 0;
    min-height: 630px;
}

.timeline_outer_wrapper {
    margin: 100px 0;
}
.mosaicflow__column {
    float: left;
}

.image-list img {
    float: left;
    display: block;
    height: auto;
    max-width: 150px;
    border-radius: 50%;
    box-shadow: 0 7px 10px -9px #222;
}
.image-list .label {
    margin-left: 170px;
}
.image-list .preheader {
    font-family: Karla;
    color: #999;
    font-size: 14px;
    margin-bottom: -8px;
}
.image-list h3.header {
    margin: 0;
}
.image-list .image-list-item {
    margin: 60px 0px;
    min-height: 150px;
    clear: both;
}
.image-list-item .label-content p {
    margin: 0.6em 0em;
}

.image-list-cards img {
    display: block;
    height: auto;
    max-width: 150px;
    border-radius: 50%;
    box-shadow: 0 7px 10px -9px #222;
    margin: 0 auto;
}
.image-list-cards .label {
    margin-top: 15px;
}
.image-list-cards .preheader {
    color: #999;
    font-size: 14px;
}
.image-list-cards h4 {
    margin: 0;
}
.image-list-cards .image-list-item {
    margin: 40px 40px 40px 0px;
    min-height: 150px;
    clear: both;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 130%;
    position: relative;
}
.image-list-cards .coming_soon {
    background-color: #ea5b3a;
    display: inline-block;
    padding: 2px 0px;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 15px;
    border-radius: 3px;
    position: absolute;
    top: 137px;
    width: 110px;
    left: 95px;
    left: calc(50% - 55px);
    font-weight: bold;
}
.image-list-cards .image-list-item .label-content p {
    margin: 0.3em 0em;
    color: #999;
}
.image-list-cards.small .image-list-item {
    max-width: 200px;
    margin: 20px 40px 20px 0;
}
.image-list-cards.small img {
    max-width: 100px;
}
.image-list-cards.small .coming_soon {
    top: 90px;
}
.checkbox_wrapper input[type=checkbox] {
    margin-right: -20px;
    position: relative;
    top: -2px;
}
.checkbox_wrapper label {
    margin-bottom: .5em !important;
    display: inline-block;
    vertical-align: top;
    line-height: 130%;
    margin-left: 25px;
    float: right;
}

.checkbox_wrapper {
    margin: 0.5em 0;
}

.right_1_column .adcontainer {
    min-height: 250px;
}
.right_1_column .adcontainer > div {
    position: sticky;
    top: 40px;
}
#div-adcontainer-AHE_Flexi_TopRight, #div-adcontainer-AHE_Flexi_LowerRight {
    height: 600px;
}
#div-adcontainer-AHE_Flexi_MiddleRight {
    height: 250px;
}
#div-adcontainer-AHE_Flexi_BottomLeft {
    min-height: 90px;
}

.publication_status {
    font-family: Karla, Arial, Helvetica, sans-serif;
    margin: 10px;
}
.publication_status.is_published .published {
    display: block;
}
.publication_status.is_published .suggested {
    display: none;
}
.publication_status .published {
    display: none;
}
.publication_status .suggested {
    display: block;
}
.publication_status .suggested {
    color: #983e18;
}
.publication_status .published {
    color: #6d9d14;
}
.publication_status .sym {
    font-weight: bold;
}
#footer_spacer {
    clear: both;
    height: 1px;
}
.clear {
    clear: both;
}
.inline_block_section {
    display: inline-block;
    margin: 1em 1em 1em 0em;
}
.inline_block_section .form_field_label {
    margin-top: 0px;
}
#loadingOverlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #222;
    z-index: 29999999;
    opacity: 0.85;
}
#loadingOverlayMessage {
    color: white;
    font-size: 60px;
    font-family: Libre Baskerville;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#pubexchange_below_content {
    min-height: 350px;
}
.membership-below-block-wrapper {
    min-height: 301px;
}
#audio-frame-wrapper {
    display: none;
}
.highlight_box {
    display: block;
    padding: 15px;
    background-color: #f3f3f3;
    border-radius: 5px;
    font-family: Karla;
    line-height: 130%;
}
#float_message {
    display: none;
    position: fixed;
    top: 0px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    width: 700px;
    padding: 10px;
    border-top: none;
    font-size: 16px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    z-index: 19999999;
}
#float_message_close_wrapper {
    border-top: 1px solid silver;
    display: block;
    font-size: 10px;
    text-align: center;
    padding-top: 8px;
    margin-top: 12px;
}

.msg_error #float_message_close_wrapper  {
    border-top: 1px solid rgba(181, 38, 0, 0.3);
}

#float_message .content_button {
    margin-right: 10px !important;
}
.membership_below_notice {
    background-color: #b52600;
    padding: 7px;
    background-size: cover;
    background-position: right;
    margin: 40px 0px;
}
.membership_below_notice_inner {
    padding: 10px 310px 12px 20px;
    color: #FFF;
}
#content .membership_below_notice h2 {
    margin: 10px 0px;
    padding: 0px;
    color: #fff !important;
}
.membership_below_notice p {
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 130%;
}
#content .membership_below_notice .content_button {
    display: inline-block;
    border: 2px solid white;
    background-color: white;
    color: black;
    width: auto;
    padding: 6px 17px !important;
}

#content .membership_below_notice .content_button:hover {
    background-color: #ffc600;
    border-color: #ffc600;
}
@media (max-width: 1199px) {
    .membership_below_notice_inner {
        padding: 10px 10px 12px 20px;
    }
}

.grey_box p {
    margin: 0.5em 0 1em 0;
    font-family: Karla;
    line-height: 140%;
    font-size: 16px !important;
}
.grey_box p strong {
    background-color: #ffc600;
    padding: 1px 3px;
    border-radius: 3px;
}
.grey_box {
    background-color: #f3f3f3;
    padding: 20px;
}
.right_1_column .grey_box {
    margin: 40px 0px 80px 0px;
}
.left_3_column .grey_box {
    margin: 40px 0px;
}
.grey_box h2 {
    padding: 0;
    margin: 0 !important;
    line-height: 120% !important;
}

#mobilenewsletter {
    display: none;
    margin: 20px -100px;
    padding: 20px 100px;
}
#mobilenewsletter .headline {
    font-size: 24px;
    font-weight: bold;
}
#mobilenewsletter form {
    margin-top: -10px;
}
#mobilenewsletter input[type="submit"] {
    display: inline-block;
    width: auto;
    color: #FFF;
    background-color: #222;
    border: 0px;
    line-height: 21px;
    position: relative;
    top: 1px;
}
.membership-intext-promo {
    background: #f3f3f3;
    padding: 20px;
    position: relative;
    margin: 1em 0;
}
.membership-intext-promo h5 {
    font-size: 20px;
    margin: 0;
}
.membership-intext-promo p {
    margin: 0.75em 0;
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 140%;
}

/* ---=== reference.css ===---  */

.aws_book_item_short a {
    display: block;
    text-decoration: none;
    border-bottom: 1px solid silver;
    font-size: 0.8em;
    color: #000 !important;
    padding: 2px;
}

.aws_book_item_short .title {
    font-weight: bold;
}

.aws_book_item_short a:hover { 
    text-decoration: none !important;
    background-color: #B52600;
    color: #FFF !important;
}

#title_search_response {
    display: block;
    float: right;
    width: 350px;
}

#references {
    margin-top: 0em;
    font-size: 14px;
}
body.contribute #references {
    border-top: none;
}

.ref_list.tag_definition {
    margin: 1.5em 0;
}

/* ---=== rtl.css ===---  */
.lang_rtl .trans {
    direction: rtl;
}
.lang_rtl .original_article_link {
    direction: rtl;
}
.lang_rtl blockquote {
    background-position: right 15px;
    padding: 1px 80px 1em 1px;
    margin-right: 0px;
}
.lang_rtl .big_quote {
    float: left;
}
.lang_rtl .ci_info .ci_author_image {
    float: right;
    margin-left: 8px;
    top: 7px;
}
.lang_rtl .ci_info .ci_author {
    direction: rtl;
    float: right;
}
.lang_rtl h2.trans_headline {
    text-align: right;
}
.lang_rtl h1, .lang_rtl h2.trans_headline {
    text-align: right;
}
.lang_rtl .left_3_column {
    float: right;
    padding-right: 0px;
}
@media (max-width: 1199px) and (min-width: 992px) {
    .right_1_column {
        margin-left: 0px;
        margin-right: 40px;
    }
}



/* ---=== tags.css ===---  */
#tag_index_wrapper {
    margin-top: -0em;
}

#tag_edit_form p {
    margin: 0.0em 0;
}

#tag_update_response {
    position: relative;
    top: 2em;
}

.related_pages ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#tag_definition_image_selector_wrapper {
    width: 430px;
    border: 1px solid #DDD;
    padding: 2px;
}

#tag_definition_image_selector_wrapper img {
    padding: 2px;
    cursor: pointer;
}

#tag_definition_image_selector_wrapper .selected_tag_image {
    border: 2px solid #B52600 !important;
    padding: 0px;
}

#image_selector_ajax_loader {
    margin: 34px;
}

.tag_definition_image {
    margin-left: 0.5em;
}

#tag_to_add {
    position: relative;
    top: 1px;
    width: 170px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#tag_to_add:focus {
    color: #222;
}

.ci_tag_item {
    padding: 5px 10px;
    border-collapse: collapse;
    background-color: #f3f3f3;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: normal;
    line-height: 16px;
    position: relative;
    padding-right: 30px;
}
.ci_tag_item a {
    font-weight: normal;
}
.ci_tag_item .remove_tag_link {
    margin-left: 5px;
    background-color: #e0e0e0;
    position: absolute;
    top: 0px;
    right: 0px;
    line-height: 26px;
    padding: 0px 7px;
    border-radius: 5px;
}
.ci_tag_item .remove_tag_link:hover {
    color: #fff;
    background-color: #b52600;
    transition: 0.5s;
    text-decoration: none;
}

/* ---=== timeline.css ===---  */
#tag_index_wrapper {
    padding-top: 0.2em;
}

#time_list {
    list-style-type: none;
    margin: 20px 0 -20px 0 !important;
    padding: 0;
    width: 100%;
    padding-right: 20px;
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 140%;
}

.timeline_entry {
    margin: 1.9em 0;
}
.timeline_entry:last-child {
    border-bottom: none;
}
.timeline_entry .date {
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin: 1em 0 0.2em 0;
}


#timeline_search_form select {
    padding: 3px;
    border: 1px solid #D2C2A9;
}

table.timeline_search_form_wrapper td {
    vertical-align: top;
    padding-right: 4em;
    width: 300px;
    padding-left: 1px;
}

table.timeline_search_form_wrapper td table {
    margin: 0;
    padding: 0;
    border-spacing: 0;
}

table.timeline_search_form_wrapper td table td {
    width: auto;
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

.tt_category_wrapper {
    white-space:nowrap;
    font-size: 14px;
    display: block;
    width: 150px;
    margin-bottom: 2px;
}

.tt_legend_wrapper {
    white-space:nowrap;
    font-size: 14px;
    padding-right: 4px;
    margin-right: 4px;
}

.tt_legend_wrapper input {
    display: none;
}

.tt_legend_wrapper label {
    padding-left: 2px;
}

.visual_timeline_button {
    margin: 0px auto !important;
}

#form_timeline_search #txt_book_search_submit {
    position: relative;
    top: -5px;
}

.timeline_search_section {
    width: 300px;
    float: left;
}

.timeline_page .right_1_column #timeline_search_form {
    min-height: 1000px;
}
.timeline_types_wrapper {
    font-family: Karla, Arial, Helvetica, sans-serif;
}

/* ---=== user.css ===---  */
#user_management_form small {
    line-height: 12px;
    font-size: 10px;
}
#user_management_form input[type=text] {
    margin-bottom: 0.75em;
    width: 200px;
}

#user_management_form label {
    margin-bottom: 0.1em;
}

#contact_user_message {
    width: 95%;
    margin: 1em 0;
}

#user_navigation .link_button {
    float: none !important;
    display: block;
    clear: left !important;
    margin: 6px 0;
}

#image_result{
    margin-bottom:20px;
    position:relative;
}
#image_result img{
    display:inline-block;
    border-radius:100%;
    width:50px;
    height:50px;
}
#image_result span{
    position:absolute;
    display:inline-block;
    width:300px;
    bottom:35%;
    padding-left:10px;
}

.user_short_bio {
    padding: 15px 15px 15px 125px;
    min-height: 100px;
    margin: 10px 0px;
}       
.user_short_bio img.avatar_image {
    float: left;
    margin-left: -125px;
    max-width: 100px;
}
.user_short_bio .user_name {
    font-size: 20px;
    margin-bottom: 5px;
}
.sm_links {
    margin-top: 10px;
}
.user_biography {
    margin-left: 175px;
}

.user_biography .bio_image {
    float: left;
    margin-left: -175px;
    border-radius: 50%;
}

/* ---=== xres.css ===---  */
#lead_image_preview {
    max-width: 300px;
    max-height: 300px;
    width: auto;
    height: auto;
}


.xres_headline {
    font-weight: bold;
}
.xres_domain {
    color: #999;
    font-size: 14px;
    line-height: 18px;
}
.xres_preview {
    color: #444;
    font-size: 14px;
    line-height: 18px;
    margin-top: 3px;
}

/* Card View */
.card .xres picture, .card .xres img {
    width: 100%;
    height: auto;
}

.card .xres {
    position: relative;
    max-width: 100%;
    break-inside: avoid;
    margin-bottom: 0px;
    overflow: hidden;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
    padding-top: 10px;
}

.card .xres a {
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 140%;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
}
.card .xres .outline_button {
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 2;
    background: white;
}
.card .xres .xres_text {
    padding: 10px 0px;
}
.card .xres .xres_domain {
    display: inline;
}
.card .xres:hover {
    background-color: #f3f3f3;
}
.card .xres picture {
    display: block;
    margin-bottom: -6px;
}
.card .xres .editor_view_link.grey_button {
    display: none;
}
.xres_categories .simple_button {
    clear: both;
}
.xres_wrapper.card {
    margin-top: -20px;
}

.xres_card_default_container .xres {
    border: 1px solid #dadada;
    padding: 10px 15px;
}

/* List View */
.list .xres {
    padding: 0.4em 0;
    margin: 0em;
    position: relative;
    font-family: Karla, Arial, Helvetica, sans-serif;
    line-height: 140%;
    border-top: 1px solid #dadada;
}
.list .xres:last-of-type {
    border-bottom: 1px solid #dadada;
}
.list .xres:first-of-type {
    margin-top: 1em;
}
.list .xres .editor_view_link {
    position: absolute;
    top: 11px;
    right: 0px;
    z-index: 2;
    font-weight: normal;
}
.list .xres .editor_view_link.outline_button {
    font-family: Karla,Arial,Helvetica,sans-serif;
    line-height: 140%;
    font-weight: normal;
    text-decoration: none;
    display: inline-block;
}
.list .xres .editor_view_link.outline_button:not(:hover) {
    background-color: white;
}
.list .xres .xres_domain.external_link {
    display: inline;
    font-family: Karla, Arial, Helvetica, sans-serif;
    font-weight: normal;
    position: relative;
    top: -5px;
}
.list .xres .grey_button, .xres.listitem .grey_button {
    float: right;
}
.list .xres picture, .list .xres img {
    display: none;
}
.list .xres .xres_preview {
    display: none;
}
.list .xres .editor_view_link.outline_button {
    display: none;
}
.xres .xres_domain {
    font-family: Karla, Arial, Helvetica, sans-serif;
}
#moderate_ajax_container .xres.listitem .xres_domain {
    display: inline-block;
    position: relative;
    top: -8px;
}
.xres.listitem .xres_headline, .xres.listitem a {
    font-weight: normal;
}
.xres.listitem {
    margin: 0.2em 0;
}

/* Categorisation */
.xres_categories_dropdown_wrapper .selected_categories_wrapper_outside {
    border: 1px solid #999;
    padding: 10px;
    border-radius: 5px;
    display: block;
    max-width: 600px;
}

.xres_categories_dropdown_wrapper .selected_categories_header {
    margin-bottom: 5px;
    display: block;
}


/* ---=== zzz-ahe-vox.css ===---  */
/* VARIABLES */
/* Markup variables */
/* GENERAL CSS */
body {
  /* background: url('/template/images/bg_body.png') left top repeat-x #ffffff; */
  background-color: #fff;
}
.img-responsive {
  height: auto;
  max-width: 100%;
}
.img-responsive-full {
  height: auto;
  width: 100%;
}
/****************************** HEADER *************************************/
#header_wrapper {
  background: url('/template/images/header/subject_headers/mesopotamia_shadow.jpg') center bottom repeat-x;
  padding-bottom: 163px;
}
#header {
  width: 930px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}
#header_follow_buttons {
  margin: 0px 8px 0px 10px;
  float: left;
}
#header_donate_button {
  position: relative;
  float: right;
}
#header_ahe_logo {
  margin: 40px 40px 36px 0;
  float: left;
}
#header_tools {
  float: right;
  padding-top: 50px;
}
#header_tools .header_row_bottom {
  text-align: right;
}
#header_tools .follow_us {
  display: inline-block;
  float: left;
  padding-top: 6px;
  color: #999;
  font-size: 17px;
}
#header_search_box, .common_search_box {
  background: none;
  border: 1px solid #D3D3D3;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -web-border-radius: 5px;
  width: 274px !important;
  -webkit-box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 7px rgba(0, 0, 0, 0.2);
}
#header_search_button_new, .common_search_button_new {
  left: 234px !important;
}
#header_search_field, .common_search_field {
  color: #817B74 !important;
  width: 220px !important;
}
#header_follow_buttons .addthis_32x32_style span {
  border-radius: 100% !important;
}

#header_ahe_logo{
  width: 265px ;
  height: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.header_row_bottom{
  float: left;
  margin-right: 40px;
}

#header_tools .header_row_top{ float: right; }
#header_tools .follow_us{ display: none; }

#title_bar {
  width: 100%;
  padding-top: 20px;
}
#title_bar .box_wrapper {
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#nav_bar {
  border-top: 1px solid #e3e3e3;
  width: 100%;
  text-align: center;
}
.box_wrapper {
  width: 930px;
  margin: 0 auto;
}
.v_spacing {
  padding: 20px 0px;
}
/*********************** FOOTER *********************************/
#footer_wrapper #sponsors_box,
#footer_wrapper #partners_list,
#footer_wrapper #footer {
  margin-left: 0;
  margin-right: 0;
  margin-top: 60px;
}
#sponsors_box {
  padding: 25px 20px;
  margin: 0;
}
#partners_list, #recommended_list {
  margin-top: 30px;
  margin-bottom: 20px;
}
.sponsors_logos_wrapper a {
  display: inline-block;
  margin: 15px;
}
/******************************** LAYOUT ***********************************/
#page {
  width: 990px;
  border: 0px solid #FFF;
}
#content_wrapper {
  padding: 0 15px;
}
#content {
  width: 960px;
}
/* layout 3 col */
.left_narrow_column {
  width: 150px;
  padding: 15px;
  margin: 0;
}
.right_narrow_column {
  width: 250px;
  padding: 15px;
  margin: 0;
}
.middle_wide_column {
  width: 470px;
  padding: 15px;
  margin: 0;
}
/* layout 2 col */
.left_3_column,
.right_3_column {
  width: 600px;
  padding: 15px;
  margin: 0;
}
.right_1_column,
.left_1_column {
  width: 300px;
  padding: 15px;
  margin: 0;
}
.left_2_column {
  width: 435px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
  margin-right: 0;
}
.right_2_column {
  width: 435px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
#map_container {
  width: 100% !important;
}
#grid_submissions {
  width: 100%;
}
#grid_submissions .item_1_col {
  min-height: 335px;
}
.item_1_col {
  width: 21%;
  margin: 0 1% 15px;
  float: left;
}
.item_1_col img {
  width: 100%;
  height: auto;
}
/** Team **/
.teamprofiles p {
  font-size: 15px;

}
.team_member {
  padding-top: 20px;
  padding-bottom: 20px;
}

.team_member_details b {
  font-size: 19px;
  line-height: 27px;
}

.team_pic {
  float: left;
  width: 20%;
  margin: 0;
  padding: 0;
}
.team_pic img {
  border: 1px solid #C0C0C0;
  padding: 2px;
  border-radius: 75px;
}
.team_member_details {
  float: right;
  width: 73%;
  margin-left: 5%;
  margin: 0;
  padding: 0;
}
/************************************* SINGLE ***************************************/
.timeline_wrapper {
    background-color: #f3f3f3;
    padding: 20px;
    margin-top: -10px;
}
.timeline_entry {
  margin: 12px 0;
  border-bottom: 1px dashed #E3E3E3;
  padding: 0px 0 12px;
}
/********************************* MAIN CONTENT *************************************/
/* Index */
.content_button_alphabet {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #b52600;
  font-weight: bold;
  text-align: center;
  padding: 0;
  margin: 0px;
  margin-bottom: 8px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #e3e3e3;
  line-height: 35px;
  background: none;
  transition: all .2s;
  font-family: Karla, Arial, Helvetica, sans-serif;
}

.content_button_alphabet.selected {
  background-color: #222;
  color: #fff;
}

.content_button_alphabet:hover {
  background-color: #B52600;
  border-color: #b52600;
  color: #FFF;
}
.index_alphabet {
  width: 100%;
  padding-left: 0px;
  background-color: white;
  clear: both;
  z-index: 1000 !important;
}
.related_pages {
  margin-top: 40px;
}
.related_pages h2 {
  margin-bottom: 30px !important;
}


/* CONTENT ITEMS */

.ci_author_image{
  float: left;
  width: 32px;
  margin-right: 10px;
}

/* MESSAGES */
h3.highlight_box{
  font-size: 20px;
}

/* ONE COLUMN LAYOUT CORRECTION (medium resolution) */
.registration_message_page{
  width: 930px !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* Icons */
h2 i {
  color: #E5C357;
  font-size: 31px;
}

/********* TEAM PAGE CHANGES ******************/

.section-team h3{
  text-align: center;
  letter-spacing: -1px;
  font-size: 30px;
  text-transform: none;
  margin-bottom: 15px;
}

/* Links */
.tab-links{
  list-style: none;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 60px;
  padding: 0;
}

.tab-links li{
  width: 33%;
  float: left;
  text-align: center;
}

.tab-links li a{
  display: block;
  font-weight: normal;
  font-size: 20px;
  padding-bottom: 20px;
}

.tab-links li a.active{
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 4px solid #C42F28;
}

.tab-links li a:hover{
  text-decoration: none;
}

.section-team.initial-on{
  display: block;
}

/***** COLUMN BASED GRID ****/
.tm-lg-2{ width: 50%; }
.tm-lg-3{ width: 33.3333%; }
.tm-lg-4{ width: 25%; }
.tm-lg-5{ width: 20%; }

.tm-grid-item{
  float: left;
}

.item-wrapper{
  padding: 20px;
  background: #FFF;
  text-align: center;
}

.tm-grid-item img {
  margin: 0 auto 15px;
  float: none;    
}

.tm-grid-item img, .avatar_image {
  display: block;
  height: auto;
  max-width: 150px;
  border-radius: 50%;
}

.tm-grid-item .tm-name{
  display: block;
  font-weight: bold;
  font-size: 19px;
}

.tm-grid-item .tm-studies{
  font-family: Karla, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0px;
}

.tm-grid-item .tm-description{
  font-family: Karla, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

.tm-grid-item .tm-position{
  font-size: 15px; 
}

.tm-grid-item .tm-summary {
  color: #666;
  font-size: 16px;
}

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
}
.clr {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* ACCORDION */
#accordion-home {
  /*padding: 14px;*/
  /*border: 1px solid #E3E3E3;*/
  border-radius: 5px;
  box-shadow: 0 8px 16px -12px #666;
  margin: 0 15px 15px;
  height: 280px;
}
.kwicks {
  display: block;
  list-style-type: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.kwicks > * {
  display: block;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.kwicks.kwicks-processed > * {
  margin: 0;
  position: absolute;
}
.kwicks-horizontal > * {
  float: left;
}
.kwicks-horizontal > :first-child {
  margin-left: 0;
}
.kwicks-vertical > :first-child {
  margin-top: 0;
}
.kwicks {
  height: 280px;
}
.kwicks > li {
  height: 280px;
}
.kwicks > a {
  height: 280px;
  /* overridden by kwicks but good for when JavaScript is disabled */
  width: 125px;
  margin-left: 5px;
  float: left;
}
#panel-1 { background: url('/template/images/accordion/s1.png') left bottom no-repeat #ffffff; }
#panel-2 { background: url('/template/images/accordion/s2.png') left bottom no-repeat #ffffff; }
#panel-3 { background: url('/template/images/accordion/s3.png') left bottom no-repeat #ffffff; }
#panel-4 { background: url('/template/images/accordion/s4.png') left bottom no-repeat #ffffff; }
#panel-5 { background: url('/template/images/accordion/s5.png') left bottom no-repeat #ffffff; }
#panel-6 { background: url('/template/images/accordion/s6.png') left bottom no-repeat #ffffff; }
#panel-7 { background: url('/template/images/accordion/s7.png') left bottom no-repeat #ffffff; }




/* PAGINATION */
div.pagination strong,
div.pagination a {
  display: inline-block;
  width: auto;
  height: 35px;
  font-weight: bold;
  text-align: center;
  padding: 0 10px 0;
  margin: 1px;
  cursor: pointer;
  font-size: 17px;
  border-radius: 2px;
  border: 1px solid #E3E3E3;
  line-height: 35px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}


/* BOOK RECOMMENDATIONS */
.book_recommendation_list .book_detail.book_image.book_smallimage {
  left: 15px;
  top: -45px;
}
.book_recommendation_list h3 {
  line-height: 24px;
  margin: 5px 0px 0px 75px;
  padding: 0px;
}
.book_recommendation_list p {
  margin-top: 20px;
}
/* FULL WIDTH */
.content_main_full_width,
#map_area {
  padding-left: 15px;
  padding-right: 15px;
}
.full_4_column {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.contribute_page td p {
  padding-right: 20px;
}


/*********************************** Tooltips ***********************************************/

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
  border-radius: 5px; 
  border: 1px solid #f3f3f3;
  background: #f3f3f3;
  color: #000;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: Karla, Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px;
  overflow: hidden;
  max-width: 350px;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 19999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}
.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1px;
  left: 0;
  z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0; 
  height: 0;
  position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
  right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important; 
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important; 
  border-left: 9px solid;
  margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important; 
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important; 
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}
.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0,0);
  -moz-transform: scale(0,0);
  -o-transform: scale(0,0);
  -ms-transform: scale(0,0);
  transform: scale(0,0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -o-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}
.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
  -moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
  -ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
  -o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
  transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}




/* ---=== zzz-media-desktop-small.css ===---  */
/***************************************************************************
*************************** Medium devices  ********************************
***************************************************************************/

@media (min-width: 992px) and (max-width: 1199px) {
    .right_3_column img,
    .left_3_column img {
        max-width: 100%;
        height: auto;
    }
    .ad_Flexi_TopLeft {
        display: none;
    }
    .left_1_column {
        width: 200px;
    }
    .right_3_column {
        width: 700px;
    }
    .right_3_column .content_item {
        max-width: 320px;
    }
    .right_3_column .content_item:nth-child(odd) {
        margin-left: 50px;
    }
    .right_1_column {
        margin-left: 40px;
    }
    .left_3_column {
        width: 560px;
    }
    .left_3_column .content_item {
        max-width: 255px;
    }
    .left_3_column .content_item:nth-child(even) {
        margin-left: 40px;
    }
    #books_preview .booklistentry:nth-child(5) {
        display: none;
    }
    .ci_related_content_wrapper .content_item {
        margin-right: 40px;
        max-width: 255px !important;
    }
    .ci_related_content_wrapper .content_item .ci_image {
        width: 255px;
        height: 143px;
    }
    .ci_related_content_wrapper .content_item:nth-child(2n) {
        margin-right: 0px !important;
    }
    .xres_wrapper.card {
        column-count: 2;
    }
}
@media (min-width: 992px) {
    .right_1_column #time_list {
        max-height: 600px;
        overflow: scroll;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    #nav_bar ul li.toplevel > a {
        padding-right: 2.5em;
    }
    /*** arrows (for all except IE7) **/
    .sf-arrows .sf-with-ul {
        padding-right: 2.5em;
        *padding-right: 1em;
        /* no CSS arrows for IE7 (lack pseudo-elements) */
    }
    /* styling for both css and generated arrows */
    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #C02A1C;
    }
    .sf-arrows > li > .sf-with-ul:focus:after,
    .sf-arrows > li:hover > .sf-with-ul:after,
    .sf-arrows > .sfHover > .sf-with-ul:after {
        border-top-color: #C02A1C;
        /* IE8 fallback colour */
    }
    /* styling for right-facing arrows */
    .sf-arrows ul .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
        border-color: transparent;
        border-left-color: #C02A1C;
    }
    .sf-arrows ul li > .sf-with-ul:focus:after,
    .sf-arrows ul li:hover > .sf-with-ul:after,
    .sf-arrows ul .sfHover > .sf-with-ul:after {
        border-left-color: white;
    }
    .ci_rel_type {
        margin-bottom: 8px !important;
    }
    #primis_video_mobile_container {
        display: none;
    }
    .timeline_wrapper h2 {
        display: none;
    }
}

/* HEIGHT CORRECTION (under 800px height) */
@media (max-height: 800px) {
    #header_wrapper{
        background-size: auto 80px;
        padding-bottom: 80px !important;
    }
    .sf-menu a {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}



/* ---=== zzz-media-desktop-wide.css ===---  */
/**********************************************************************
********************* Large devices (1200px and up) *******************
***********************************************************************/

@media (min-width: 1200px) {
    #header {
        width: 1140px;
    }
    #page {
        width: 1200px;
    }
    #content {
        width: 1170px;
    }
    /* layout 3 col */
    .left_narrow_column {
        width: 190px;
    }
    .right_narrow_column {
        width: 250px;
    }
    .middle_wide_column {
        width: 600px;
        padding: 15px 35px 15px;
    }
    /* layout 2 col */
    .left_3_column {
        width: 750px;
        padding-right: 75px;
    }
    .right_3_column {
        width: 790px;
        padding-left: 35px;
    }
    .right_1_column,
    .left_1_column {
        width: 300px;
    }
    .box_wrapper {
        width: 1140px;
    }
    .first-menu-item {
        padding-left: 0px !important;
    }
    .index_alphabet {
        z-index: 1000 !important;
        top: 0px !important;
        padding-top: 15px !important;
        background-color: #FFF;
    }
    .left_2_column {
        width: 540px;
        padding-right: 30px;
        margin-left: 0;
        margin-right: 0;
    }
    .right_2_column {
        width: 540px;
        padding-left: 30px;
        margin-left: 0;
        margin-right: 0;
    }

    #header_ahe_logo{
        width: 265px ;
        height: auto;
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .header_row_bottom{
        float: left;
        margin-right: 100px !important;
    }
    .membership-intext-promo p, .membership-intext-promo h5 {
        margin: 0;
        width: 500px;
    }
    .membership-intext-promo .content_button.red {
        position: absolute;
        right: 30px;
        top: 35px;
    }

    #header_tools .header_row_top{ float: right; }
    #header_tools .header_row_bottom{ padding-top: 0; }
    #header_tools .follow_us{ display: none; }


    #header_search_box, .common_search_box { width: 375px !important; }
    #header_search_button_new, .common_search_button_new {left: 334px !important; }
    #header_search_field, .common_search_field { width: 320px !important; }


    /* ONE COLUMN LAYOUT CORRECTION (Large Devices) */

    .registration_message_page{
        width: 1140px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .ad_Flexi_TopLeft {
        display: none;
    }
    .left_3_column .content_item:nth-child(even), .right_3_column .content_item:nth-child(even) {
        margin-left: 70px;
    }

    .left_3_column .content_item, .right_3_column .content_item {
        max-width: 335px;
    }
    .ci_related_content_wrapper .content_item .ci_image {
        width: 220px;
        height: 123px;
    }
    .ci_related_content_wrapper .content_item:nth-child(3n+0) {
        margin-right: 0;
    }
    .ci_related_content_wrapper .content_item {
        max-width: 220px !important;
    }
    .ci_related_content_wrapper .content_item:nth-child(3n) {
        margin-right: 0px !important;
    }

}

/* ---=== zzz-media-mobile.css ===---  */
/******* MOBILE MENU *******/
@media screen {
    @media (max-width: 767px) {
        /* Conversant CMP */
        .gdpr-modal-html {
            position: absolute !important;
            top: 0;
            border-radius: 0px !important;
        }

        /* hide the link until viewport size is reached */
        #nav_bar {
            display: none !important;
        }
        #meanmenu {
            min-height: 48px;
        }
        a.meanmenu-reveal {
            display: none;
        }

        h1#page_title_text {
            font-size: 40px !important;
        }
        .home_page .membership-below-block-wrapper {
            display: none;
        }
        .pagination .pagination_page {
            display: none !important;
        }

        /* when under viewport size, .mean-container is added to body */
        .mean-container .mean-bar {
            float: left;
            width: 100%;
            position: relative;
            background: #B52600;
            padding: 4px 0 0;
            min-height: 42px;
            z-index: 999999;
            font-family: Karla, Arial, Helvetica, sans-serif;
        }

        .mean-container a.meanmenu-reveal {
            width: 22px;
            height: 22px;
            padding: 13px 13px 11px 13px;
            position: absolute;
            top: 0;
            right: 0;
            cursor: pointer;
            color: #fff;
            text-decoration: none;
            font-size: 16px;
            text-indent: -9999em;
            line-height: 22px;
            font-size: 1px;
            display: block;
            font-family: Arial, Helvetica, sans-serif;
            font-weight: 700;
        }

        .mean-container a.meanmenu-reveal span {
            display: block;
            background: #fff;
            height: 3px;
            margin-top: 3px;
        }

        .mean-container .mean-nav {
            float: left;
            width: 100%;
            background: #B52600;
            margin-top: 44px;
        }

        .mean-container .mean-nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            list-style-type: none;
        }

        .mean-container .mean-nav ul li {
            position: relative;
            float: left;
            width: 100%;
        }

        .mean-container .mean-nav ul li a {
            display: block;
            float: left;
            width: 90%;
            padding: 1em 5%;
            margin: 0;
            text-align: left;
            color: #fff;
            border-top: 1px solid #383838;
            border-top: 1px solid rgba(255,255,255,0.5);
            text-decoration: none;
            text-transform: uppercase;
        }

        .mean-container .mean-nav ul li li a {
            width: 80%;
            padding: 1em 10%;
            border-top: 1px solid #f1f1f1;
            border-top: 1px solid rgba(255,255,255,0.25);
            opacity: 0.75;
            filter: alpha(opacity=75);
            text-shadow: none !important;
            visibility: visible;
            text-transform: none;
        }

        .mean-container .mean-nav ul li.mean-last a {
            border-bottom: none;
            margin-bottom: 0;
        }

        .mean-container .mean-nav ul li li li a {
            width: 70%;
            padding: 1em 15%;
        }

        .mean-container .mean-nav ul li li li li a {
            width: 60%;
            padding: 1em 20%;
        }

        .mean-container .mean-nav ul li li li li li a {
            width: 50%;
            padding: 1em 25%;
        }

        .mean-container .mean-nav ul li a:hover {
            background: #252525;
            background: rgba(255,255,255,0.1);
        }

        .mean-container .mean-nav ul li a.mean-expand {
            margin-top: 1px;
            width: 26px;
            /*height: 32px;*/
            height: 27px;
            padding: 12px !important;
            text-align: center;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 2;
            font-weight: 700;
            background: rgba(255,255,255,0.1);
            border: none !important;
            border-left: 1px solid rgba(255,255,255,0.4) !important;
            border-bottom: 1px solid rgba(255,255,255,0.2) !important;
        }

        .mean-container .mean-nav ul li a.mean-expand:hover {
            background: rgba(0,0,0,0.9);
        }

        .mean-container .mean-push {
            float: left;
            width: 100%;
            padding: 0;
            margin: 0;
            clear: both;
        }

        .mean-nav .wrapper {
            width: 100%;
            padding: 0;
            margin: 0;
        }

        /* Fix for box sizing on Foundation Framework etc. */
        .mean-container .mean-bar, .mean-container .mean-bar * {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
        }

        .mean-remove {
            display: none !important;
        }

        /* Google Classroom */
        #google_classroom_wrapper {
            float: none;
        }

        /* Bottom Float Ad */
        .ad_Flexi_MobileSticky {
            position: fixed;
            bottom: 0px;
            left: 0px;
            padding: 0px;
            width: 100%;
            text-align: center;
            z-index: 100;
        }
        .ad img {
            box-shadow: none;
        }
        .ad_Mobile_Intext .adcontainer {
            min-height: 250px;
        }

        #div-adcontainer-AHE_Flexi_BottomLeft {
            margin: auto;
            width: 320px;
            min-height: 50px !important;
        }
        /* Layout */
        #page{
            margin-bottom: 40px;
        }

        #header {
            padding-left: 0;
            padding-right: 0;
            width: 100%;
        }

        #header_wrapper {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 0px !important;
            background-image: none;
            box-shadow: none;
        }

        #header_ahe_logo {
            width: 226px;
            float: none;
            display: block;
            text-align: center;
            margin: 25px auto;
            padding-top: 20px;
        }

        .header_row_top {
            display: none;
        }

        #header_tools {
            float: none;
            padding-top: 0px;
        }

        #header_tools .header_row_bottom {
            text-align: center;
            float: none;
            margin-right: 0;
        }

        #title_bar{
            padding-left: 15px;
            padding-right: 15px;
            width: auto;
            padding-top: 5px;
            text-align: center;
        }

        .right_narrow_column{
            display: none;
        }

        .home #title_bar, .index #title_bar{
            display: none;
        }

        .index #page, .home #page{
            padding-top: 30px;
        }

        .box_wrapper{
            width: 100%;
        }

        .membership-intext-promo {
            margin-left: -100px;
            margin-right: -100px;
            padding-left: 100px;
            padding-right: 100px;
        }

        /**** TEAM ****/
        .tm-lg-2{ width: 50%; }
        .tm-lg-3{ width: 50%; }
        .tm-lg-4{ width: 50%; }
        .tm-lg-5{ width: 50%; }

        /* team tab Links */
        .tab-links{ margin-bottom: 30px; }

        .tab-links li{ width: 33%; }

        .tab-links li a{
            display: block;
            font-weight: normal;
            font-size: 18px;
            letter-spacing: -1px;
            padding-bottom: 20px;
        }

        .tab-links li a.active {
            font-weight: bold;
            border-bottom: 4px solid #C42F28;
        }

        .left_1_column {
            display: none;
        }
        .content_item {
            max-width: 100%;
        }

        /**** MAPSELECT ****/
        .left_2_column, .right_2_column {
            padding-right: 0;
            padding-left: 0;
            width: 46%
        }

        .left_2_column{
            margin-right: 2%;
        }

        .right_2_column {
            margin-left: 2%;
        }

        .item-map{
            margin-bottom: 25px;
            margin-top: 10px;
        }

        #map_share {
            margin-bottom: 30px;
        }

        #map_area center b{
            padding: 8px;
            border: 2px solid #B52600;
            display: inline-block;
            font-weight: normal;
            font-size: 15px;
            line-height: 19px;
            margin: 0;
        }

        #map_area {
            margin-top: 10px;
        }


        /**** About ****/
        .left_1_column, .right_3_column{
            width: 100%;
            padding: 15px 0;
            margin: 0;
        }

        .left_menu{
            display: none;
        }

        /**** Support Us ****/
        .subscribe_button_container {
            display: block;
            width: 90% !important;
            padding-left: 5% !important;
            padding-right: 5% !important;
        }

        .content_button.subscribe_button{
            display: inline-block !important;
            margin: 0 auto;
            width: 80%;
            line-height: 23px;
        }

        .content_main_full_width{
            padding-left: 0;
            padding-right: 0;
        }

        .benefit, .reason{
            width: 45% !important;
            padding-left: 1.25%;
            padding-right: 1.25%;
            padding-top: 30px;
            margin: 0 !important;
        }

        .reasons_list{
            margin-bottom: 40px;
        }

        .hide-in-mobile{
            display: none;
        }

        /* HOME */
        #accordion-home {
            display: none;
        }
        .left_narrow_column{
            display: none;
        }

        .middle_wide_column{
            width: 100%;
            padding-left: 0;
            padding-right: 0;
            margin-left: 0;
            margin-right: 0;
        }

        #page {
            width: 100%;
            min-width: 320px;
            overflow: hidden !important;
        }
        #content{
            width: 100%;
        }

        .left_3_column, .right_1_column{
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .map_section {
            margin-top: 40px;
        }

        /* Mobile Ads */
        .ad_Flexi_TopLeft {
            margin-bottom: 30px;
        }
        .ad_Flexi_BottomLeft {
            margin-top: 30px;
        }
        /* Membership Ad */

        .footer_phrase {
            margin-top: 1px;
            line-height: 130%;
        }
        #footer {
            padding-bottom: 70px;
        }
        #footer_contents {
            background-position: center 80px;
        }
        .footer_section {
            margin-right: 20px !important;
            margin-left: 20px !important;
        }
        .footer_section .center, .footer_section .right {
            margin: 60px 0px !important;
            text-align: center;
            display: block !important;
            width: auto !important;
        }
        .footer_section p {
            font-size: 14px;
        }
        .footer_section .partners img {
            margin: 15px 15px;
        }
        .shop_promo {
            margin-bottom: 0px !important;
        }
        #footer_spacer {
            height: 1px;
            margin: 0px;
        }

        /* HIDES */
        #editor_tools, .gravity_widget_wrapper,
        .gravity_right_col, #middle_float_ad_container, .addthis-smartlayers-desktop, .visual_timeline_button,
        .ad_Flexi_TopRight, .ad_Flexi_MiddleRight, .ad_Flexi_LowerRight, #uvTab, #squinchpix_results, .share_this,
        #recommended_list, #sponsors_box, #partners_list, .bottomRightStickySpacer {
            display: none;
        }

        .search_page .ci_related_content_outer_wrapper {
            display: block !important;
        }
        .ci_related_content_outer_wrapper #ci_related_type_list {
            display: none;
        }
        .ci_two_cols .columns {
            -webkit-column-count: 1;
            -moz-column-count: 1;
            column-count: 1;
        }
        #content .search_form_in_content {
            display: none !important;
        }
        .search_results_page h2.search_header {
            display: none;
        }
        .static_page .left_1_column {
            display: none;
        }
        .user_biography .bio_image {
            float: none;
            margin: 1em 0px;
            display: block;
        }
        .user_biography {
            margin-left: 0px;
        }
        #txt_book_search.wide {
            width: 100%;
            max-width: 300px;
        }
        #txt_book_search_submit {
            display: none;
        }
        .reasons_list {
            padding-left: 10px;
            padding-right: 10px;
        }
        .shop_sections_wrapper {
            text-align: center;
        }
        .shop_section {
            margin-right: 0px;
        }
        .right_1_column .timeline_wrapper #time_list {
            margin-top: 20px;
            margin-bottom: 20px;
            overflow: initial;
        }
    }

    /************ Corrections for mobile under 560px ***************/
    @media (max-width:560px) {


        .big_quote {
            float: none;
            padding: 76px 5% 30px;
            margin: 20px 0;
            display: block;
            width: 90%;
        }

        img.tag_definition_image {
            float: none;
        }
        figure.definition_image {
            float: none;
            margin: 0px;
            display: block;
            width: 100%;
            max-width: 100%;
        }

        .body img, img.tag_definition_image, img.in_text_image, .video_link img, figure.image_intext_wrapper {
            margin: 1em -15px;
            width: 100%;
            width: calc(100% + 30px) !important;
            max-width: calc(100% + 30px) !important;
            display: block;
            height: auto;
            max-height: none;
        }

        /**** MAPSELECT ****/
        .left_2_column, .right_2_column {
            padding-right: 0;
            padding-left: 0;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
        }

        .item-map{
            margin-bottom: 25px;
            margin-top: 10px;
        }

        /**** Support Us ****/
        .benefit, .reason{
            width: 100% !important;
            padding-left: 0%;
            padding-right: 0%;
        }

        /**** Team ****/
        .tm-lg-2{ width: 100%; }
        .tm-lg-3{ width: 100%; }
        .tm-lg-4{ width: 100%; }
        .tm-lg-5{ width: 100%; }

        /**** Audio Versions ****/
        .ci_audio_link img.soundcloud_icon {
            display: none;
        }
        .book_review_text img.book_image.reviews_img {
            float: none;
            display: block;
            max-width: 100%;
            height: auto;
        }
    }

    /******* Corrections for mobile under 360px *********/

    @media (max-width:360px) {
        .latest_content_items .content_item img.ci_image {
            margin: 1em -15px;
            width: 100%;
            width: calc(100% + 30px) !important;
            max-width: calc(100% + 30px) !important;
            display: block;
            height: auto;
            max-height: none;
        }
        .featured_ci_marker {
            margin-left: -15px !important;
        }

    }
}


/* ---=== zzz-media-tablet.css ===---  */
/***********************************************************************
*************************** Tablet devices ******************************
***********************************************************************/
@media screen {
    @media (max-width: 991px) {
        /* Mobile & Tablet */
        .mobile-band {
            margin-left: -500px !important;
            margin-right: -500px !important;
            padding-left: 500px !important;
            padding-right: 500px !important;
        }
        .right_1_column .timeline_wrapper #time_list {
            height: initial !important;
            max-height: initial !important;
        }
        .right_1_column .timeline_wrapper h2 {
            display: block;
            margin-top: 15px !important;
        }
        .right_1_column .timeline_outer_wrapper {
            margin: 80px 0;
        }
        .right_1_column .timeline_wrapper {
            background: transparent;
            padding: 0px;
        }
        .right_1_column .timeline_entry {
            border-bottom: none;
            margin: 0px;
        }
        .right_1_column #time_list {
            margin: 0px;
        }
        .right_1_column .timeline_entry .date {
            background-color: #f3f3f3;
            display: inline-block;
            padding: 5px 15px 5px 200px;
            margin-left: -200px;
        }
        .right_1_column #mc_embed_signup {
            margin-left: -200px;
            margin-right: -200px;
            padding: 20px 190px;
        }

        /* Mobile Newsletter */
        #mobilenewsletter {
            display: block;
        }

        /* Hides */
        body.home .membership_below_notice,
        img.newsletter_banner,
        .latest_content_items.featured,
        .our_videos_wrapper,
        .right_1_column .timeline_wrapper .timeline_add {
            display: none;
        }
    }

    @media (min-width: 768px) {
        .ad_Flexi_MobileSticky {
            display: none;
        }
        .ci_related_content_wrapper .content_item {
            margin: 20px 40px 20px 0px !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px) {
        .ad_Mobile_Intext .adcontainer {
            min-height: 110px;
        }
        #header {
            width: 708px;
        }
        #page {
            width: 768px;
        }
        #content {
            width: 738px;
        }
        /* layout 3 col */
        .left_narrow_column {
            display: none;
        }
        .right_narrow_column {
            display: none;
        }
        .middle_wide_column {
            width: 708px;
        }
        /* layout 2 col */
        .left_3_column{
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .left_1_column {
            display: none;
        }

        .right_3_column {
            width: 100%;
        }

        .right_1_column {
            width: 100%;
            padding: 0px;
        }
        #accordion-home {
            display: none;
        }
        .content_item.featured .ci_preview_content {
            padding-left: 395px;
        }
        .left_3_column .content_item {
            max-width: 340px;
        }
        .left_3_column .content_item:nth-child(even) {
            margin-left: 50px;
        }
        .left_3_column .content_item.featured:nth-child(even) {
            margin-left: 0px;
        }
        .ci_related_content_wrapper .content_item:nth-child(2n+0) {
            margin-right: 0;
        }
        .ci_related_content_wrapper .content_item {
            max-width: 215px !important;
            margin-right: 40px !important;
        }
        .ci_related_content_wrapper .content_item .ci_image {
            width: 215px;
            height: 121px;
        }
        .ci_related_content_wrapper .content_item:nth-child(3n) {
            margin-right: 0px !important;
        }

        .video_embed
        .right_1_column,
        .left_1_column {
            width: 300px;
        }
        .box_wrapper {
            width: 708px;
            padding-left: 30px;
            padding-right: 30px;
        }
        .ci_info .ci_social_media_buttons {
            display: none;
        }
        img.tag_definition_image {
            /*float: none;*/
            margin: 20px 0 20px 20px;
        }
        #header_ahe_logo {
            height: auto;
            width: 300px;
        }
        .follow_us {
            display: none !important;
        }
        .right_3_column .big_quote,
        .left_3_column .big_quote {
            margin-left: 0;
            margin-right: 0;
            width: 338px;
        }
        .right_3_column img,
        .left_3_column img {
            max-width: 100%;
            height: auto;
        }
        #grid_submissions .item_1_col {
            min-height: 382px;
        }
        .item_1_col {
            width: 46%;
            margin: 0 2% 0;
            float: left;
        }
        .team_member {
            padding-top: 20px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e3e3e3;
            margin-bottom: 10px;
        }
        .team_pic {
            float: none;
            width: 100%;
            margin: 0;
            padding: 0;
            padding-bottom: 15px;
        }
        .team_pic img {
            border: 1px solid #C0C0C0;
            padding: 2px;
            border-radius: 75px;
        }
        .team_member_details {
            float: right;
            width: 100%;
            margin-left: 0%;
            margin: 0;
            padding: 0;
        }
        #header_search_box, .common_search_box {
            width: 274px !important;
        }
        #header_search_field, .common_search_field {
            width: 220px !important;
        }
        #header_search_button_new, .common_search_button_new {
            left: 234px !important;
        }
        #header_tools {
            padding-top: 46px;
        }

        #footer_contents .footer_connect, #footer_contents .footer_about{
            width: 12%;
        }

        #footer_contents .footer_contribute{
            width: 16%;
        }

        #header_ahe_logo{
            width: 265px !important;
            height: auto;
            margin-top: 25px;
            margin-bottom: 25px;
            margin-right: 0px !important;
        }

        .header_row_bottom{
            float: left;
            margin-right: 34px !important;
        }

        #header_tools .header_row_top{ float: right !important; }
        #header_follow_buttons{ display: none !important;}
        #header_eu_web_award { display: none !important; }
        /* ONE COLUMN LAYOUTS CORRECTION (small devices) */

        .registration_message_page{
            width: 708px !important;
            padding-left: 15px !important;
            padding-right: 15px !important;
        }

        /* HIDES */
        .visual_timeline_button, .ad_Flexi_TopRight, .ad_Flexi_MiddleRight, .ad_Flexi_LowerRight, #uvTab, .bottomRightStickySpacer {
            display: none;
        }
    }
    /********** MENU CORRECTIONS **********************************/
    @media (min-width: 768px) {
        #nav_bar {
            border-top: 0px solid #E3E3E3;
            border-bottom: 1px solid #E3E3E3;
            background: url('/template/images/bg_timeline.png') left top repeat;
        }
        .sf-menu {
            padding-top: 0px;
            margin: 0 auto;
        }
        .sf-menu a {
            padding: 20px 1em;
        }
        #header_wrapper {
            padding-bottom: 156px;
        }

        /* STD MENU */
        /*** ESSENTIAL STYLES ***/
        .sf-menu,
        .sf-menu * {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .sf-menu li {
            position: relative;
        }
        .sf-menu ul {
            position: absolute;
            display: none;
            top: 100%;
            left: 50%;
            z-index: 99;
            width: 180px;
            margin-left: -96px;
        }
        .sf-menu > li {
            float: left;
        }
        .sf-menu li:hover > ul,
        .sf-menu li.sfHover > ul {
            display: block;
        }
        .sf-menu a {
            display: block;
            position: relative;
        }
        .sf-menu ul ul {
            top: 0;
            left: 100%;
        }
        .sf-menu {
            margin-bottom: 1em;
            font-family: Karla, Arial, Helvetica, sans-serif;
            margin: 0 auto;
            margin-bottom: -4px !important;
            display: inline-block;
            text-transform: uppercase;
        }
        .sf-menu ul {
            box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
            min-width: 12em;
            /* allow long menu items to determine submenu width */
            *width: 12em;
            /* no auto sub width for IE7, see white-space comment below */
            padding-top: 18px !important;
            background: url('/template/images/bg_nav_ul.png') top left no-repeat rgba(0, 0, 0, 0) !important;
            border-radius: 0 0 4px 4px;
            -moz-border-radius: 0 0 4px 4px;
            -web-border-radius: 0 0 4px 4px;
            -moz-box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 10px rgba(0, 0, 0, 0.1);
        }
        .sf-menu ul li {
            text-transform: none;
        }
        .sf-menu a {
            text-decoration: none;
            zoom: 1;
            /* IE7 */
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -ms-transition: all 0.2s;
            transition: all 0.2s;
        }
        .sf-menu a {
            /*color: #13a;*/
            color: #494949;
            cursor: pointer;
        }
        .sf-menu li {
            white-space: nowrap;
            /* no need for Supersubs plugin */
            *white-space: normal;
            /* ...unless you support IE7 (let it wrap) */
            -webkit-transition: background .2s;
            transition: background .2s;
        }
        .sf-menu ul li {
            background: #FFF;
        }
        .sf-menu ul li a {
            border-bottom: 1px solid #F0F0F0;
            padding: 11px 8px;
            -webkit-transition: all 0.2s;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -ms-transition: all 0.2s;
            transition: all 0.2s;
            margin-left: 10px;
            margin-right: 10px;
            font-size: 14px;
        }
        .sf-menu ul li a:hover {
            color: #B52600;
        }
        .sf-menu li:hover,
        .sf-menu li.sfHover {
            /* only transition out, not in */
            -webkit-transition: none;
            transition: none;
        }
    }
}

