/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* MAIN CONTENT //////////////////////////////////////////////////////////////////////////////////////////*/
html, body{/*background:#111;*/font-size: 20px;font-family: 'Source Sans Pro', sans-serif;overflow-x: hidden;color: #3d4248;scroll-padding-top: 100px;}
.main {background: #f1f4f8;left: 0;overflow: hidden;position: relative;padding-bottom: 50px;min-height: 600px;z-index:105;}
.main, .responsive_fullscreen_header{webkit-transition: left 500ms ease;-webkit-transition: left 500ms ease;transition: left 500ms ease;}
.no_button_styling {background: none;border: none !important;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Text Elements /////////////////////////////////////////////////////////////////////////////////////////*/
a {color: #215EB8;text-decoration: none;}
a:hover, a:focus {    color: rgb(5, 93, 187);
    text-decoration: underline;}
h1, h2, h3, h4, h5, h6 {
    color: #16262e;
}
h3 span {
    font-size: 16px;
    color: #586f91;
}

/* Default colour styles */ 
.danger{color:#CA1E47;}
.alert{color:#F29500;}
.passive{color:#85CC8E;}
.tandf{color:#688FCA;}
.dusk{color:#C17270;}
.cyan{color:#448391;}
.purple{color:#7368A0;}
.slate{color:#333333;}
.med_slate{color:#5F5F5F;}
.mute_slate{color:#CFCFCF;}

/*Header Text / Title and SubTitle*/
.header-title, .header-subtitle{display: block;text-align: center;position: absolute;color: #fff;width: 100%;}
.header-title {line-height: 100vh; /* This value will get switched out by JS */font-size: 8vmin;}
.reduced_header .header-title {line-height: 28vh;}
.reduced_header .header-subtitle {line-height: 37vh;}
.header-subtitle {line-height: 110vh;margin-top:2vmin;font-size: 4vmin;}

/*Block Quotes for Routledge generated book quotes*/
.product_reviews-bq .fa {padding: 5px;font-size: 0.7em;position: absolute;}
.product_reviews-bq .fa-quote-left {margin-left: -22px;}
.product_reviews-bq p {margin-left: 22px;}
.citation{font-size: 0.7em;color: #688FCA;display: block;padding-top: 10px;}
blockquote {
    border-left: 5px solid #4ea6a6;
    background: #f2f7f8;
    padding: 20px;
    margin-left: 25px;
}
.html5warning{background:#CA1E47;color:#fff;text-align: center;margin:0;padding:0;position: absolute;top:0;left:0;z-index:400;width:100%;}
.html5logo{font-size:3em;}

/* RESPONSIVE HEADER ///////////////////////////////////////////////////////////////////////////////////*/
.hero-header{background: #F0F5F9;}/*The background image for the header...*/
.reduced_header{height:300px;}/*Header image size when you DON'T want fullscreen*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
.reduced_header{height:300px;}/*Header image size when you DON'T want fullscreen*/
/*/////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* FOOTER //////////////////////////////////////////////////////////////////////////////////////////////*/
footer{background:#333;color: #fff;-webkit-transition: left 500ms ease;transition: left 500ms ease;position:relative;left:0;}
.cw-navigation-main {margin-top: 25px;}
.FOOTER_information {display: none;}
.FOOTER_cookies{background:#111;color:#fff;text-align: center;height:44px;line-height:44px;font-size: 0.5em;}
.FOOTER_copyright{background:#222;color:#fff;text-align: center;height:44px;line-height:44px;font-size: 0.6em;}
.FOOTER_social {background: #688FCA;color: #fff;position: relative;z-index: 10;height: 150px;line-height: 150px;}
.FOOTER_social>.social>li>a {color:#fff;text-decoration: none;}
.social{margin:0;padding:0;display: -webkit-box;display: flex;display: -webkit-flex;display: -ms-flexbox;-webkit-box-pack: start;-ms-flex-pack: center;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-flex-direction: row;-ms-flex: row;flex-wrap: wrap;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;-ms-flex-line-pack: center;align-content: center;-webkit-align-content: center;-ms-flex-align: center;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-justify-content: center;-ms-justify: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-webkit-align-items: center;}
.social>li>a>i {font-size: 2em;top: 6px;position: relative;width: 34px;text-align: center;}
.social>li>a>span {display:none;}
.social>li{list-style: none;text-align: center;display: inline-block;padding-left: 20px;padding-right: 20px;}
.social>li>a:hover {color: #A42B51;}
#return {width: 44px;position: fixed;height: 44px;right: 0px;z-index: 200000;background: #111;bottom: 0;line-height: 39px;font-size: 2em;color: #fff;text-align: center;cursor: pointer;display: none;}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Page Blurb ////////////////////////////////////////////////////////////////////////////////////////////*/
.product_reviews, .product_description {margin: 0;padding-left: 5%;padding-right: 5%;z-index: 200;padding-top: 40px;padding-bottom: 40px;position: relative;webkit-transition: left 500ms ease;-webkit-transition: left 500ms ease;transition: left 500ms ease;left:0;}
.product_reviews{background: #E0E6F0;}
.product_description{background: #fff;z-index: 300;}
.product_reviews p, .product_description p,.product_reviews h1, .product_description h1,.product_reviews ul, .product_description ul   {max-width:1280px; margin-left:auto;margin-right:auto;}
.product_reviews blockquote:last-child {margin-bottom: 0;}
.product_reviews_arrow {font-size: 46px;position: absolute;border-radius: 100px;background: #E0E6F0;text-align: center;left: 50%;height: 50px;line-height: 50px;width: 50px;margin-left: -25px;bottom: -22px;}
.product_description_arrow {font-size: 46px;position: absolute;border-radius: 100px;background: #fff;text-align: center;left: 50%;height: 50px;line-height: 50px;width: 50px;margin-left: -25px;bottom: -22px;}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* NAVIGATION ////////////////////////////////////////////////////////////////////////////////////////////*/
nav.navbar.navbar-default.custom {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999;
    top: 0;
    background: #669CD0;
    border: none;
    border-radius: 0;
    /*box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 2px 8px rgb(0 0 0 / 28%);*/
    padding: 10px 0;
    margin-bottom: 0;
}
.navbar-default.custom .navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
}
.navbar-default.custom .navbar-brand .navbrand--header {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.navbar-default.custom .navbar-brand .badge-primary {
    font-size: 18px;
    font-weight: 600;
    color: #16262e;
    background: #e8e2df;
    border-radius: 2px;
    padding: 4px 4px;
}
.navbrand--subheader {
    font-weight: 600;
    font-size: 16px;
    color: rgb(255 255 255 / 80%);
}
.navbar-default.custom ul>li>a {
    background: none;
    color: #fff;
    padding: 0 8px;
    margin: 0 2px;
}

.navbar-default.custom ul>li>a:focus, .navbar-default.custom ul>li>a:hover {
    background: rgb(255 255 255 / 20%);
    color: #fff;
}
.CW-root_homepage nav::before {
    top: 35px;
    height: 40px !important;
}

.breadcrumb-nav {
    background: #fff;
    padding: 10px 10px;
    margin: 80px 0 0 0;
}

.navbar-default.custom .navbar-nav .open .dropdown-menu li a {
    background: #425368;
    color: #fff;
}

.pdf:after {
    font-family: "FontAwesome";content: "\f1c1";color: #EC0F02;margin: 1px 0px 0px 9px;
}
.word:after {
    font-family: "FontAwesome";content: "\f1c2";color: #307bfe;margin: 1px 0px 0px 9px;
}
.excel:after {
    font-family: "FontAwesome";content: "\f1c3";color: #026E38;margin: 1px 0px 0px 9px;
}
.zip:after {
    font-family: "FontAwesome";content: "\f1c6";color: #3d4246;margin: 1px 0px 0px 9px;
}

img.book--icon {
    width: 40px;
}
.global-IDH {
    padding: 0;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Page Tabs ////////////////////////////////////////////////////////////////////////////////////////////*/
#page_pills{display: -webkit-box;display: flex;display: -webkit-flex;display: -ms-flexbox;-webkit-box-pack: start;-ms-flex-pack: center;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-flex-direction: row;-ms-flex: row;flex-wrap: wrap;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;-ms-flex-line-pack: start;align-content: flex-start;-webkit-align-content: flex-start;-ms-flex-align: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-justify-content: flex-start;-ms-justify: center;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-webkit-align-items: flex-start;margin-bottom: 10px;overflow: hidden;}
#page_pills_2{display: -webkit-box;display: flex;display: -webkit-flex;display: -ms-flexbox;-webkit-box-pack: start;-ms-flex-pack: center;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-flex-direction: row;-ms-flex: row;flex-wrap: wrap;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;-ms-flex-line-pack: start;align-content: flex-start;-webkit-align-content: flex-start;-ms-flex-align: center;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-justify-content: flex-start;-ms-justify: center;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;-webkit-align-items: flex-start;margin-bottom: 10px;overflow: hidden;}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #2C3D54;
    border-radius: 2px;
    height: 40px;
    padding: 0;
    padding-left: 10px;
    line-height: 40px;
    padding-right: 30px;
    border: 2px solid #2C3D54;
}
.tab-pane>.nav-pills>li.active>a, .tab-pane>.nav-pills>li.active>a:hover, .tab-pane>.nav-pills>li.active>a:focus {color: #fff;background-color: #565f6c;border-radius: 0;}
.nav-pills>li {margin: 2px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-flex-grow:1;-ms-flex:1;-ms-flex-preferred-size: auto;}
.nav-pills > li.active::after {bottom: 3px;color: #fff;content: "\f103";font-family: FontAwesome;font-size: 1.4em;pointer-events: none;position: absolute;text-align: right;width: 100%;padding-right: 10px;}
.nav-pills > li::after {bottom: 10px;color: #215eb8;content: "\f067";font-family: FontAwesome;font-size: 0.7em;pointer-events: none;position: absolute;text-align: right;width: 100%;padding-right: 10px;}
.tab-content > .tab-pane > .nav-pills > li.active::after {bottom: 7px;color:#fff;content: "\f107";font-family: FontAwesome;font-size: 1.4em;pointer-events: none;position: absolute;text-align: right;width: 100%;}
.nav>li>a {
    position: relative;
    display: block;
    padding: 0;
    background: none;
    border-radius: 2px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 30px;
    color: #215eb8;
}
#page_pills li:first-child {margin-left: 1px;}
#page_pills li:last-child {margin-right: 1px;}
.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #215eb8;
    border-color: #215eb8;
    color: #fff;
}

.tab-pane>#page_pills {padding-left: 0;padding-right: 0;padding-top: 0;}
.horiz_navigation_button {position: fixed;top: 0;left: 0;z-index: 1000;font-size: 2em;width: 44px;text-align: center;height: 44px;line-height: 44px;}
.horizontal_menu {padding-top: 44px;}
.horizontal_menu>ul>li>a {text-decoration: none;color: #fff;background: none;display: block;text-align: left;padding-left: 10px;border: 2px solid #222;position: relative;text-overflow: ellipsis;overflow: hidden;height: 47px;}
.horizontal_menu>ul>li {display: block;background: #222;margin: 6px;font-size: 1em;line-height: 43px;min-height: 44px;padding-top: 0;padding: 0;border-radius: 0;text-align: center;list-style: none;border: 0;}
.horizontal_menu img {height: 44px;position: absolute;bottom: 5px;left: 5px;}
.navigation_reveal .dropdown-menu {position: relative;float: none;background: none;margin: 0;padding: 0;}
.navigation_reveal>ul>li>ul>li>a, .navigation_reveal>ul>li>ul>li>ul>li>a{text-decoration: none;color: #fff;display: block;text-align: left;border: 2px solid #222;position: relative;text-overflow: ellipsis;height: 47px;background: #333;padding: 0 0 0 10px;line-height: inherit;}
.navigation_reveal>ul>li>ul>li>ul>li>a{background:#444;}
.horizontal_menu .open>a, .horizontal_menu .open>a:hover, .horizontal_menu .open>a:focus {background:none; border:none;}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* Rows and Columns /////////////////////////////////////////////////////////////////////////////////////*/
.row {margin-left: auto;margin-right: auto;max-width: 1900px;background: none;}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* SAMS /////////////////////////////////////////////////////////////////////////////////////////////////*/

.LOGINFORM_modal {position: fixed;padding: 15px;top: 0;left: 0;background: #fff;width: 100%;height: 100%;z-index: 100000;}
.LOGINFORM_close {position: relative;float: right;font-size: 1.5em;margin-top: -6px;z-index: 20000;width: 44px;height: 44px;margin-right: -6px;line-height: 44px;text-align: center;cursor: pointer;}
.LOGINFORM-new .fa, .LOGINFORM-exist .fa {font-size: 3em;}
.global_form_loader footer{display:none;}
.LOGINFORM_return i, #LOGINFORM_submit_button i {font-size: 2em;}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* FORMS ///////////////////////////////////////////////////////////////////////////////////////////////*/
.form-group label {
    display: block;
    margin: 0;
    font-weight: 600 !important;
    height: 38px;
    width: 100%;
    padding: 0;
    line-height: 38px;
    position: relative;
    top: 0;
    color: #16262e;
    font-size: 18px !important;
}
.form-control {
    display: block;
    width: 100%;
    height: 44px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c7cbd5;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
}
.requestaccess form p {
    font-size: 16px;
}
.form-group {
    margin-bottom: 10px;
}
span.form_cat {
    display: block;
    color: #ffffff;
    font-weight: 600;
    background: none;
    padding: 2px 6px 2px 6px;
    margin: 30px 0px 0px 0px;
    border-radius: 2px;
    border-bottom: 0px solid #E8E1DF;
    text-align: center;
    background: #3d474f;
    width: fit-content;
}
.requestaccess form {
    max-width: 1100px;
    margin: 30px auto;
    background: #fff;
    padding: 5px 25px 25px 25px;
    border: 1px solid #00000020;
}
.requestaccess .form-text {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}
.requestaccess form .row {
    margin-left: -15px;
    margin-right: -15px;
}
p.form-error {
    padding: 4px 8px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
    width: fit-content;
    margin: 8px 0 0 0;
}
.alert--danger {
    background-color: #f9f2f4;
    border: 1px solid;
    border-color: #dc91a4;
    color: #c7254e;
    font-weight: 600;
    padding: 20px;
    margin-top: 20px;
}
.alert--danger h4 {
    font-size: 22px;
    font-weight: 600;
}


.state-hide {
    display: none;
}
.shipping-state-hide {
    display: none;
}
.shipping-address {
    display: none;
}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM ///////////////////////////////////////////////////////////////////////////////////////////////*/
.content {
    grid-area: 2 / 1 / 3 / 14;
    display: -ms-grid;
    display: grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: 1fr;
    grid-template-rows: repeat(1, 1fr);
}
#more {display: none;}
.well .plyr--audio .plyr__controls {
    background: #fff;
}
ul.included {
    padding-left: 0;
}
ul.included.sub {
    padding-left: 10px;
}
ul.included li {
    padding-left: 0;
    list-style: none;
    background: #e5e5ec;
    color: #394148;
    margin-left: 0;
    padding: .25em .4em;
    margin-bottom: 5px;
}
footer {
    background: #2e343b;
    padding: 2rem 0;
    font-size: 90%;
    color: #6b6f77;
}
.footer-copyright a {
    color: #939aa4;
}
footer p {
    margin-bottom: 10px;
}
footer a:hover {
    color: #a9afb8;
}
.cw-navigation-main {margin-top: 25px;}

.video-container {
    max-width: 800px;
    margin: auto;
    text-align: center;
}
section h2 {
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}
section.how-to-access {
    padding: 40px 0px 40px 0px;
    background: #E8E2DE;
}
section.requestaccess {
    padding: 40px 0px 40px 0px;
    background: #F1F4F8;
}
section.home {
    padding: 40px 0px 40px 0px;
}
section.intro {
    background: #F1F4F8;
    padding: 40px 0px 40px 0px;
}
section.faq {
    background: #fff;
    padding: 40px 0px 40px 0px;
}
.main.cropped {
    padding: 30px 0 40px 0;
    min-height: initial;
}


.vtl {position: relative;padding: 10px 10px 10px 50px;margin: 0 auto;max-width: 800px;list-style-type: none;counter-reset: css-counter 0;}
.vtl, .vtl * { box-sizing: border-box; } 
.vtl::before {content: "";width: 5px;background-color: #33373d30;position: absolute;top: 0; bottom: 30px; left: 15px;}
div.event {padding: 20px 30px;background-color: none;position: relative;border-radius: 2px;margin-bottom: 20px;border: 0px solid rgba(0, 0, 0, 0.125);counter-increment: css-counter 1;}
.vtl .event {counter-increment: css-counter 1;}
.event h3 {font-weight: 600;}
.event .skill-icons {background: #f1f4f8;color: #307bfe;border-radius: 50%;font-size: 18px;margin-bottom: 20px;font-weight: 700;height: 40px;width: 40px;display: block;padding: 5px 15px;}
p.txt {margin: 10px 0 0 0;color: #222;}
.event::before {content: counter(css-counter) "";background: #ffffff;color: #205EB8;border: 4px solid #ffffff;width: 36px;height: 36px;border-radius: 50%;position: absolute;top: 20%;left: -50px;text-align: center;font-weight: 600;}
/*///////////////////////////////////////////////////////////////////////////////////////////////////////*/
/* CUSTOM ///////////////////////////////////////////////////////////////////////////////////////////////*/
.card--service {padding: 1.25rem;background: #fff;}
.card--service .skill-icons {
    background: #f1f4f8;
    color: #307bfe;
    border-radius: 50%;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    height: 40px;
    width: 40px;
    display: block;
    padding: 5px 15px;
}
.card--service h3 {color: #3d4246;}

.card--video {
    background: #fff;
    border: 2px solid #e8edf4;
    padding: 0;
    margin: 0px 0px 15px 0px;
    border-radius: 0;
    height: fit-content;
}
.card--video .card-block {padding:20px;}
.card--video h4 {
    color: #3d4246;
    font-size: 20px;
}
.well-alert {
    background: #d5e1f2;
    padding: 15px 15px 15px 15px;
    font-size: 18px;
    color: #3d4246;
    font-weight: 600;
}
section.features {
    padding: 40px 0px 40px 0px;
    background: #F1F4F8;
}

.card--steps {
    background: #fff;
    border: 2px solid #e8edf4;
    padding: 5px 15px 15px 15px;
    margin: 60px 0px 15px 0px;
    border-radius: 0;
    padding: 5px 20px 20px 20px;
}
.card--steps ol {
    padding: 0 0 0 20px;
}
.card--steps h3 {
    color: #3d4246;
    font-size: 24px;
    font-weight: 600;
}
.card--audio {
    background: #fff;
    border: 2px solid #e8edf4;
    padding: 5px 15px 15px 15px;
    margin: 0px 0px 15px 0px;
    border-radius: 0;
    padding: 5px 20px 5px 20px;
}
.card--audio h4 {
    color: #3d4246;
    font-size: 20px;
}

.card--audio .plyr--audio .plyr__controls {
    background: #fff;
    margin: 10px 0px;
    border: 2px solid #e8edf4;
}
.music-snip {
    width: 100%;
    border: 1px solid #E9EFF1;
}
ul.key-terms {
    padding: 0;
}
ul.key-terms li {
    list-style: none;
    padding: 5px 9px;
    margin: 4px 4px;
    display: inline-block;
    background: #F1F4F8;
}
.youtube-well {
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
    background-color: #F2F7F8;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
}

.accordion {background: none;margin: 5px 0;padding: 10px 15px;color: #215eb8;cursor: pointer;border: none;text-align: left;outline: none;font-size: 18px;transition: 0.4s;font-weight: 600;border: 2px solid #ffffff;display: block;}
.accordion:hover {text-decoration: underline;}
.panel {background:none;padding: 10px;display: none;overflow: hidden;border-radius: 0;border: 0px solid #e8edf4;box-shadow: none;}
.accordion .active > .panel {padding: 20px;}
.accordion:after {font-family: "FontAwesome";content: "\f078";font-weight: 900;font-size: 13px;color: #215eb8;float: right;margin: 1px 0px 0px 9px;}
.accordion.active:after {content: "\f077";}
.accordion:focus {outline: none;}
button.accordion.active {border-color: #215eb8;}


.card--audio h3 {
    color: #2c3d54;
    margin: 20px 0px 15px 0px;
    font-weight: 600;
}
.card--audio ol {
    padding-left: 0px;
}
.card--audio ol li {
    margin-left: 20px;
}
.exercise-header .accordion {
    background: none;
    margin: 5px 0;
    padding: 8px 15px 0px 0px;
    color: #215eb8;
    cursor: pointer;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-weight: 600;
    /* border: 2px solid #ffffff; */
    display: block;
}
.exercise-header .accordion:hover {text-decoration: underline;}
.exercise-header .panel {
    padding: 20px 20px 15px 20px;
    display: none;
    overflow: hidden;
    border-radius: 0;
    border: none;
    background: #fff;
}
.exercise-header .panel ol {
    padding-left: 20px;
}
.exercise-header .accordion.active > .panel {padding: 20px;}
.exercise-header .accordion:after {font-family: "FontAwesome";content: "\f078";font-weight: 900;font-size: 13px;color: #215eb8;float: right;margin: 1px 0px 0px 9px;}
.exercise-header .accordion.active:after {content: "\f077";}
.exercise-header .accordion:focus {outline: none;}
button.accordion.active {border-color: #215eb8;background: #f1f4f8;}

.sams-buttons {
    float: right;
    margin: 20px 0px 0px 0px;
}

.nav-tabs { border-bottom: none; font-size: 18px; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
.nav-tabs > li > a {color: #215eb8;border: none;font-weight: 600;padding: 0 10px;}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #215eb8 !important; background: none; }
.nav-tabs > li > a::after { content: ""; background: #215eb8; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background: #fff;
    border: none;
}
/* ////////////////////////////////////////////////////////////////////////////
////// CSS GRID STYLES //////////////////////////////////////////////////////*/
.grid {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(1, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr);}.grid > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
.grid-2 {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(1, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr);}.grid-2 > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
.grid-3 {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(1, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr);}.grid-3 > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}
.grid-4 {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(1, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr);}
.grid-4 > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}


/* ////////////////////////////////////////////////////////////////////////////
////// CARD STYLES //////////////////////////////////////////////////////////*/
.card--content {position: relative;display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;width: 100%;background: #ffffff;padding: 20px 20px;vertical-align: top;text-decoration: none;border-radius: 2px;margin-bottom: 0px;-webkit-transition: all 300ms linear;-o-transition: all 300ms linear;transition: all 300ms linear;height: fit-content;border: 1px solid #e8edf4;}
.card--content:hover,.card--content:focus,.card--content.focus,.card--content:active,.card--content.active,.open>.dropdown-toggle.card--content {color:#fff;background-color:#fff;border-color:#e8edf4;text-decoration:none;box-shadow: 0 0 4px rgb(0 0 0 / 14%), 0 2px 8px rgb(0 0 0 / 28%);
}

.card--content:hover .title,.card--content:focus .title,.card--content.focus .title,.card--content:active .title,.card--content.active .title,.open>.dropdown-toggle.card--content .title {color:#215eb8}
.card--content:hover .skill-icon,.card--content:focus .skill-icon,.card--content.focus .skill-icon,.card--content:active .skill-icon,.card--content.active .skill-icon,.open>.dropdown-toggle.card--content .skill-icon {background:#215eb8; color: #fff;}
.card--content .card-block {padding: 0px;margin-left: auto;margin-right: auto;}
.card--content .chapter {color: #586F91;margin: 0;}
.card--content .title {font-size: 24px;color: #215eb8;margin: 9px 0px;font-weight: 600;}
.card--content .video {}
.card--content p, ol, li {
    text-decoration: none;
}
.card--content .description {
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}
/*.card--content:hover p,.card--content:focus p,.card--content.focus p,.card--content:active p,.card--content.active p,.open>.dropdown-toggle.card--content p {color:rgb(255 255 255 / 70%);}
.card--content::after {
    color: #307bfe;
    content: "\f138";
    font-family: FontAwesome;
    font-size: 25px;
    float: right;
    position: absolute;
    right: 0;
    margin: auto 0;
    padding: 20px;
}
.card--content:hover::after,.card--content:focus::after,.card--content.focus::after,.card--content:active::after,.card--content.active::after,.open>.dropdown-toggle.card--content::after {color:#fff}*/
.skill-icon {
    background: #d9dfe8;
    color: #586f91;
    font-size: 18px;
    margin: 0px 2px 0px 0px;
    font-weight: 700;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 2px;
    -webkit-transition: all 300ms linear;-o-transition: all 300ms linear;transition: all 300ms linear;
}
.readmore .addText {
    display: none;
}
.readmore .link {
    font-weight: 600;
}
.readmore .moreText {
    display:none;
}
.readmore a.more {
    display:block;
}
.btn-readmore {
    color: #215EB8;
    background: none;
    font-weight: 600;
    border-radius: 2px;
    padding: 2px 0px;
    margin: 0px 0px 15px 0px;
    border: none;
    font-size: 18px;
}
.btn-readmore:hover, .btn-readmore:focus, .btn-readmore.focus, .btn-readmore:active, .btn-readmore.active, .open>.dropdown-toggle.btn-readmore {
    color: rgb(5, 93, 187);
}
.btn-readmore.active.focus, .btn-readmore.active:focus, .btn-readmore.active:hover, .btn-readmore:active.focus, .btn-readmore:active:focus, .btn-readmore:active:hover, .open>.dropdown-toggle.btn-readmore.focus, .open>.dropdown-toggle.btn-readmore:focus, .open>.dropdown-toggle.btn-readmore:hover {
    color: rgb(5, 93, 187);
}
.btn-card--link {
    color: #fff;
    background: #3c69a9;
    font-weight: 600;
    border-radius: 2px;
    padding: 8px 12px;
    margin: 5px 0px 5px 0px;
    border: 2px solid;
    border-color: #3c69a9;
    width: fit-content;
}
.btn-card--link:hover, .btn-card--link:focus, .btn-card--link.focus, .btn-card--link:active, .btn-card--link.active, .open>.dropdown-toggle.btn-card--link {
    color: #fff;
    background-color: #4978ba;
    border-color: #4978ba;
}
.btn-card--link.active.focus, .btn-card--link.active:focus, .btn-card--link.active:hover, .btn-card--link:active.focus, .btn-card--link:active:focus, .btn-card--link:active:hover, .open>.dropdown-toggle.btn-card--link.focus, .open>.dropdown-toggle.btn-card--link:focus, .open>.dropdown-toggle.btn-card--link:hover {
    color: #fff;
    background-color: #4978ba;
    border-color: #4978ba;
}
.btn-card--link::after {
    color: #fff;
    content: "\f178";
    font-family: FontAwesome;
    margin: 0px 0px 0px 8px;
}
.btn-card--link:hover::after {
    color: #fff;
}

.alphabetical-list {
    list-style: none;
    padding: 0px 0px 0px 15px;
}
.alphabetical-list li {
    counter-increment: listStyle;
}
.alphabetical-list li::before {
    content: counter(listStyle, lower-alpha);
    color: #586f91;
    margin: 0px 3px 0px 0px;
    background: #d9dfe8;
    border-radius: 2px;
    padding: 0px 4px 0px 4px;
    text-transform: uppercase;
    width: 20px;
    display: inline-block;
    padding: 0px 20px 0px 10px;
    margin: 0px 6px 5px -8px;
    text-align: center;
}
.exercise-header {
    background: #f1f4f8;
    height: auto;
    padding: 15px 0px 20px 15px;
}
.exercise-header .header-reduced-title {
    margin: 35px 0px 15px 0px;
    color: #3d4246;
    font-weight: 600;
}
.exercise-header p {
    font-size: 19px;
}
.exercise-header h3 {
    color: #586F91;
}

.table {width: 100%;max-width: 100%;margin-bottom: 20px;background: #F1F4F8;color: #586F91;}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {padding: 8px;line-height: 1.42857143;vertical-align: top;border: 1px solid #dae0e6;}

.item.video {
    max-width: 500px;
}
.img-container {
    max-width: 600px;
}
.img-container .img-responsive {
    width: 100%;
}
figcaption {
    background: #f1f4f8;
    color: #203047;
    padding: 15px;
    font-size: 90%;
}
.other-stories {
    background: #f2f7f8;
    padding: 40px 0px 40px 0px;
}
.item.story {
    background: #F1F4F8;
}
.item.story h3 {
    margin: 0px;
}
.item.story h3 {
    margin: 0px 0px 12px 0px;
}
.story-link {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #3489FF;
    cursor: pointer;
}
.story-link:hover, .story-link:focus {
    color: #3489FF;
    text-decoration: none;
}
.story-link::after {
    content: "";
    background: #D5E4FA;
    position: absolute;
    left: 12px;
    bottom: -6px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    z-index: -1;
    -webkit-transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
    transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}
.story-link:hover:after {
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 100%;
}
.item-content {
    padding: 15px;
    border-left: 5px solid #dca300;
    box-shadow: none;
}
.textcentered {
    text-align: center;
}
.hero {
    position: relative;
    padding: 20px 20px 20px 20px;
    width: 100%;
    margin-left: auto;
    text-align: left;
    margin-right: auto;
    background: none;
}

.header-content {
    margin: 200px auto 180px 0;
    max-width: 1100px;
    text-align: left;
}
.header-content .header-title-intro {
    max-width: 800px;
}

.card--highlight {
    background: #fff;
    padding: 25px;
    box-shadow: 0 0.375rem 1.5rem 0 rgba(140,152,164,.125);
    border-radius: 0.3125rem;
}
.card--highlight h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.header-title-intro {
    color: #17262E;
    font-size: 34px;
    padding: 2px;
    margin: 5px 0px 20px 0;
    font-weight: 600;
}

/*.header-title-intro .highlight  {
    background: #c1765029;
    color: #212b32;
    padding: 2px 10px;
    width: max-content;
}*/
.header-reduced-title span {
    color: #586f91;
    font-size: 24px;
    display: block;
    margin: 10px 0px;
    font-weight: 400;
}
.header-subtitle-intro {
    color: #fff;
    font-size: 4vmin;
    line-height: 6vmin;
    padding: 2px 0px;
    margin: 5px 0px;
}
.header-subtitle-intro-second {
    color: #fff;
    font-size: 6vmin;
    line-height: 6vmin;
    padding: 2px 0px;
    margin: 5px 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.header-author-intro {
    color: #ffffff;
    font-size: 5vmin;
    line-height: 5vmin;
    padding: 0px 10px;
    margin: 40px 0px 0 0;
    font-weight: 600;
}
.header-edition-intro {
    color: #fff;
    font-size: 3vmin;
    font-weight: 400;
}
span.ampersands {
    color: #fff;
}



.btn-primary {
    color: #fff;
    background: #383a3c;
    border-radius: 2px;
    padding: 8px 12px;
    margin-bottom: 10px;
    border: 2px solid;
    border-color: #383a3c;
    box-shadow: 0 2px 4px 0 rgba(0,25,85,.1);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #404244;
    border-color: #404244;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #404244;
    border-color: #404244;
}

.powerpoints .list-inline li a {
    background: #eee;
}

.btn-card {
    color: #fff;
    background-color: #becfd9;
    border-color: #becfd9;
    border-radius: 2px;
    padding: 6px 10px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px 0 rgba(0,25,85,.1);
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -o-transition: .3s ease;
    -ms-transition: .3s ease;
    transition: .3s ease;
}
.btn-card:hover, .btn-card:focus, .btn-card.focus, .btn-card:active, .btn-card.active, .open>.dropdown-toggle.btn-card {
    color: #fff;
    background-color: #a4b5bf;
    border-color: #a4b5bf;
}
.btn-card.active.focus, .btn-card.active:focus, .btn-card.active:hover, .btn-card:active.focus, .btn-card:active:focus, .btn-card:active:hover, .open>.dropdown-toggle.btn-card.focus, .open>.dropdown-toggle.btn-card:focus, .open>.dropdown-toggle.btn-card:hover {
    color: #fff;
    background-color: #a4b5bf;
    border-color: #a4b5bf;
}

.btn-primary-home {
    color: #fff;
    background: #205EB8;
    border: 2px solid #205EB8;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 2px;
    margin: 10px 0 0 0;
    font-size: 18px;
}
.btn-primary-home:hover, .btn-primary-home:focus, .btn-primary-home.focus, .btn-primary-home:active, .btn-primary-home.active, .open>.dropdown-toggle.btn-primary-home {
    color: #fff;
    background-color: #2463c2;
    border-color: #2463c2;
}
.btn-primary-home.active.focus, .btn-primary-home.active:focus, .btn-primary-home.active:hover, .btn-primary-home:active.focus, .btn-primary-home:active:focus, .btn-primary-home:active:hover, .open>.dropdown-toggle.btn-primary-home.focus, .open>.dropdown-toggle.btn-primary-home:focus, .open>.dropdown-toggle.btn-primary-home:hover {
    color: #fff;
    background-color: #2463c2;
    border-color: #2463c2;
}

.btn-home {
    color: #205EB8;
    background: none;
    border: 2px solid #205eb800;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 2px;
    margin: 10px 0 0 0;
    font-size: 18px;
}
.btn-home i.fa.fa-shopping-cart {
    background: #205eb8;
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 5px;
}
.btn-home:hover, .btn-home:focus, .btn-home.focus, .btn-home:active, .btn-home.active, .open>.dropdown-toggle.btn-home {
    color: #205EB8;
    background-color: none;
    border-color: none;
}
.btn-home.active.focus, .btn-home.active:focus, .btn-home.active:hover, .btn-home:active.focus, .btn-home:active:focus, .btn-home:active:hover, .open>.dropdown-toggle.btn-home.focus, .open>.dropdown-toggle.btn-home:focus, .open>.dropdown-toggle.btn-home:hover {
    color: #205EB8;
    background-color: none;
    border-color: none;
}

.btn-submit {
    color: #fff;
    background: #205EB8;
    border: 2px solid #205EB8;
    font-weight: 600;
    padding: 8px 12px;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 18px;
}
.btn-submit:hover, .btn-submit:focus, .btn-submit.focus, .btn-submit:active, .btn-submit.active, .open>.dropdown-toggle.btn-submit {
    color: #fff;
    background-color: #2463c2;
    border-color: #2463c2;
}
.btn-submit.active.focus, .btn-submit.active:focus, .btn-submit.active:hover, .btn-submit:active.focus, .btn-submit:active:focus, .btn-submit:active:hover, .open>.dropdown-toggle.btn-submit.focus, .open>.dropdown-toggle.btn-submit:focus, .open>.dropdown-toggle.btn-submit:hover {
    color: #fff;
    background-color: #2463c2;
    border-color: #2463c2;
}

.card-title {
    margin-bottom: .75rem;
    color: #384047;
    font-size: 23px;
    margin-top: 5px;
}
.card-edition {
    color: #717f86;
    margin-bottom: 0.7rem;
}
.card-block {
    padding: 0;
}
span.glossary-title {
    font-weight: 700;
    color: #b13432;
}

span.green {
    font-weight: 700;
    color: #2d9222;
}

ul.check-list {
    list-style: none;
    padding: 0px 15px;
    color: #1f3047;
}
.check-list li::before {
    color: #ffffff;
    content: "\f00c";
    font-family: FontAwesome;
    margin: 0px 6px 0px 0px;
    background: #3D975F;
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
    vertical-align: middle;
}

.glossary-item {
    background: #F2F7F8;
    padding: 9px 20px;
    margin: 10px 0px;
}

.alf-question>li> i {
    font-style: normal;
    padding: 10px;
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    font-weight: 300;
}

.card-block .details {
    display: none;
}
.card-block .label-chapter {
    background: #dde2e9;
    color: #3d4246;
    font-weight: 600;
    margin: 0px 0px 10px 0px;
    display: block;
    width: max-content;
}
/* ////////////////////////////////////////////////////////////////////////////
////// GALLERY STYLES ///////////////////////////////////////////////////////*/
.responsive-gal {display: grid;grid-template-columns: repeat(1, 1fr);grid-template-rows: repeat(1, 1fr);grid-column-gap: 10px;grid-row-gap: 5px;}
.item.gall {position: relative;display: block;-webkit-animation-duration: 0.2s;animation-duration: 0.2s;-webkit-animation-fill-mode: both;animation-fill-mode: both;margin-bottom: 15px;box-shadow: none;border: 1px solid #e8edf4 !important;border-radius: 0;height: max-content;margin: 0;}
.lazyload {width: 100%;border-radius: .25rem .25rem 0 0;position: relative;}
.card-block-image {position: relative;}
.item.gall img {width: 100%;}
.item.gall .card-block-image {padding:0;}
.item.gall .card-block {
    padding: 20px;
    background: #fff;
    
}
.item.gall .card-block a {
    overflow-wrap: anywhere;
}
.item.gall .card-block p {
    overflow-wrap: anywhere;
}
.item.gall .card-block h3 {
    font-size: 24px;
    font-weight: 600;
}
.item.gall .card-block h4 {
    font-weight: 600;
}
.item.gall .card-block-image a:focus:before {opacity: 1;}
.item.gall .card-block-image a:hover:before {opacity: 1;}
.item.gall .card-block-image a:before {background: none repeat scroll 0 0 rgba(44, 62, 80, 0.6);color: #FFFFFF;font-family: "FontAwesome";font-weight: 900;content: "\f065";font-size: 1.3rem;height: 100%;width: 100%;opacity: 0;position: absolute;text-decoration: none;z-index: 50;-webkit-transition: all 300ms linear;-moz-transition: all 300ms linear;-ms-transition: all 300ms linear;-o-transition: all 300ms linear;transition: all 300ms linear;text-align: center;padding-bottom: 0%;border-radius: .25rem .25rem 0 0;padding: 15px;left: 0;text-align: right;}
.card-block h3 {
    margin: 0px 0px 10px 0px;
    font-size: 22px;
}

.image-link--gallery:hover::after {opacity: 1;}
.card-block-image--text {padding: 15px;background: #F2F3F8;}
.card-block-image--text h2 {font-size: 23px;}
.card-block-image--text h3 {font-size: 20px;color: #586f91;}
.card-block-image--text h4 {font-size: 16px;}

.mfp-content figcaption {background: none;color: #fff;padding: 0;}
.mfp-title h3 {color: #fff;}
.mfp-title p {font-size: 20px;}
figcaption {background: #f1f4f8;color: #203047;padding: 15px;font-size: 90%;}
/*/////////////////////////////////////////////
/////////////// SALVATTORE STYLES //////////*/
#grid-1, #grid-2, #grid-3 {margin-top: 30px;}
/*//// grid columns 1 ////*/
#grid-1[data-columns]::before {content: '1 .column.size-1of1';}
@media screen and (max-width: 480px){#grid-1[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 481px) and (max-width: 768px) {#grid-1[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 769px) {#grid-1[data-columns]::before {content: '1 .column.size-1of1';}}
/*//// grid columns 2 ////*/
#grid-2[data-columns]::before {content: '2 .column.size-1of2';}
@media screen and (max-width: 480px){#grid-2[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 481px) and (max-width: 768px) {#grid-2[data-columns]::before {content: '2 .column.size-1of2';}}
@media screen and (min-width: 769px) {#grid-2[data-columns]::before {content: '2 .column.size-1of2';}}
/*//// grid columns 3 ////*/
#grid-3[data-columns]::before {content: '3 .column.size-1of3';}
@media screen and (max-width: 480px){#grid-3[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 481px) and (max-width: 768px) {#grid-3[data-columns]::before {content: '2 .column.size-1of2';}}
@media screen and (min-width: 769px) {#grid-3[data-columns]::before {content: '3 .column.size-1of3';}}
/*//// grid columns 4 ////*/
#grid-4[data-columns]::before {content: '4 .column.size-1of3';}
@media screen and (max-width: 480px){#grid-4[data-columns]::before {content: '1 .column.size-1of1';}}
@media screen and (min-width: 481px) and (max-width: 768px) {#grid-4[data-columns]::before {content: '2 .column.size-1of2';}}
@media screen and (min-width: 769px) {#grid-4[data-columns]::before {content: '4 .column.size-1of4';}}
.masonry {
    margin-bottom: 50px;
    margin-top: 0px !important;
}
.item {position: relative;display: block;margin-bottom: .75rem;background-color: #F7F7F9;border: 0px solid #e5e5e5;border-radius: 4px;box-shadow: 0px 0px 0px #d3dbe3;margin: 12px 8px;-webkit-animation-duration: 0.2s;animation-duration: 0.2s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.item.rss-card {
    padding: 15px;
    border-radius: 2px;
    display: inline-block;
    margin: 5px;
    width: 100%;
}
.card-title a {
    color: #4285f4;
}
.card-title a:hover {color: #5392fb;}
.itemDate {
    color: #717f86;
    margin-bottom: 0.7rem;
}
i.fa.fa-calendar {
    padding-right: 5px;
    display: initial;
}

.item.gall {
    position: relative;
    display: block;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin-bottom: 15px;
    box-shadow: none;
    border: none;
    border-radius: 0;
}
/* Again, youâ€™re free to use and define the classes: */
.column { float: left; }
.size-1of1 { width: 100%; }
.size-1of2 { width: 50%; }
.size-1of3 { width: 33%; }
.size-1of4 { width: 25%; }
/* These are the classes that are going to be applied: */
.column { float: left; }
.size-1of3 { width: 33%; }

.collection { margin: 0; padding-left: 0; list-style-type: none; border-top: 1px solid #d9e3e6; margin-bottom: 0; border-radius: 2px; overflow: hidden; position: relative; border-left: none; border-right: none; }
.collection h4 {
    color: #3d4246;
    font-size: 18px;
}
.collection a { color: #333; text-decoration: none; }
.collection .collection-item {background-color: #f1f4f8;line-height: 1.5rem;padding: 10px 20px;margin: 0;border-bottom: 1px solid #d9e3e6;}
.collection-item { position: relative; padding-left: 30px; }
.collection-item:hover { background-color: #d9e3e6; transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
.collection-item p { margin: 0; }
.collection-item.last { border-bottom: none; }


.carousel-inner>.item {
    border: none;
    border: 0px solid #e5e5e5;
    box-shadow: 0px 0px 10px #d3dbe3;
}


.col-lg-12.col-md-12.col-sm-12.page-wrap {
    padding-top: 20px;
}
.hero.reduced {
    position: absolute;
    bottom: 30px;
    background: rgba(0, 55, 96, 0);
    padding: 20px;
    width: 100%;
    margin-left: auto;
    text-align: left;
    margin-right: auto;
    top: auto;
}
.header-reduced-title {
    color: #ffffff;
    font-size: 32px;
    max-width: max-content;
}
.header-reduced-subtitle {
    color: #fff;
    font-size: 25px;
}

img.img-responsive.author {
    width: 200px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #bdcb38;
    margin-bottom: 30px;
}
.title-author {
    font-size: 25px;
    color: #30363d;
    margin-bottom: 15px;
}
.about-author-card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    box-shadow: 0px 0px 10px #d3dbe3;
    margin: 12px 8px;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 1.25rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.header-scroll_icon {
    font-size: 30px;
    position: absolute;
    border-radius: 100px;
    text-align: center;
    left: 50%;
    height: 50px;
    line-height: 48px;
    width: 50px;
    margin-left: -25px;
    bottom: 10px;
    z-index: 400;
    -webkit-transition: left 500ms ease;
    transition: left 500ms ease;
    color: #fff;
}
.bounce {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-duration: 2s;
}

/*///////////////////////////////////////////////////
/////////////// Chapter footer STYLES //////////////////*/
.foot-next {
    background: #565f6d;
    padding-top: 17px;
    padding-bottom: 17px;
}
.foot-next a {
    color: #fff;
}
a.next-link {
    float: right;
    text-align: right;
}
a.back-link {
    float: left;
}
.light {
    color: #a4968b;
}
a.back-link, .next-link {
    width: 50%;
    font-size: 17px;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.foot-next i.fa.fa-long-arrow-left {
    float: left;
    margin-right: 15px;
    margin-top: 14px;
}
.foot-next i.fa.fa-long-arrow-right {
    float: right;
    margin-left: 15px;
    margin-top: 14px;
}
.foot-next i.fa.fa-long-arrow-left, .foot-next i.fa.fa-long-arrow-right {font-size: 25px;}

.well {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f1f4f8;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
    box-shadow: inset 0 0px 0px rgba(0,0,0,.05);
}
.well h3 {
    margin: 0px 0px 6px 0px;
}
li.btn.btn-primary a {
    color: #fff;
}
.breadcrumb {
    background: none;
    padding: 0;
    margin: 0px 10px 0px 10px;
    font-size: 18px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #a5b8d1;
    content: "\f105";
    font-family: FontAwesome;
}
.breadcrumb>.active {
    color: #a4b0c1;
}
dd {
    margin-left: 20px;
    margin-top: 10px;
}
dt {
    font-weight: bold;
    margin-top: 15px;
}
.cite {
    background: none;
    border-left: 5px solid #3d4246;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.small, small {
    font-size: 85%;
    color: #586F91;
}
/* //////////// MAP STYLES //////////// */
  .interactive-map .main {
    min-height: auto;
    padding-bottom: 25px;
  }
  section.map {
    background: #d7dfe8;
  }
  .interactive-map  .tippy-tooltip {
    padding: 0;
    max-width: 230px !important;
  }
  a.tooltip-link {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-align: left;
    width: 100%;
    background: #434f6b;
    padding: 9px 12px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  a.tooltip-link:hover, a.tooltip-link:focus {
    color: #fff;
    background-color: #535f7b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  a.tooltip-link .entry-title {
    display: block;
  }
  a.tooltip-link .entry-year {
    display: block;
    color: rgba(255, 255, 255, 0.6);
  }
  .tooltip-country {
    background: #3a455f;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 7px;
    text-align: left;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
  }
  .blocker {
    z-index: 99999 !important;
  }
  
  .entry-modal-year:before {
    color: #576f95;
    content: "\f073";
    font-family: 'FontAwesome';
    font-size: 16px;
    height: 100%;
    width: 100%;
    text-decoration: none;
    z-index: 10;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    margin: 0px 7px 0px 0px;
  }
  
  .entry-modal-year {
    color: #586F95;
  }
  
  .modal h1 {
    color: #1F3047;
  }
  .modal-header {
    background: #F1F4F8;
    margin: 0px -30px 7px -30px;
    padding: 15px;
  }
  .img-container {
    max-width: 350px;
    margin: 12px auto 12px auto;
  }
  figcaption {
    background: #f1f4f8;
    color: #203047;
    padding: 15px;
    font-size: 90%;
  }
  
  .btn-close {color: #fff;background: #2C82C9;border-color: #2C82C9;padding: 7px 12px;border-radius: 0px;border-radius: 2px;margin-bottom: 10px;font-size: 14px;font-weight: 600;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  .btn-close:hover, .btn-close:focus, .btn-close.focus, .btn-close:active, .btn-close.active, .open>.dropdown-toggle.btn-close {color: #fff;background-color:  #2969B0;border-color:  #2969B0;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  .btn-close.active.focus, .btn-close.active:focus, .btn-close.active:hover, .btn-close:active.focus, .btn-close:active:focus, .btn-close:active:hover, .open>.dropdown-toggle.btn-close.focus, .open>.dropdown-toggle.btn-close:focus, .open>.dropdown-toggle.btn-close:hover {
      color: #fff;
      background-color:  #2969B0;
      border-color:  #2969B0;
  }
  
  .btn-before-1550 {color: #fff;background: #3865F2;border-color: #3865F2;padding: 7px 12px;border-radius: 0px;border-radius: 2px;margin-bottom: 10px;font-size: 14px;font-weight: 600;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  .btn-before-1550:hover, .btn-before-1550:focus, .btn-before-1550.focus, .btn-before-1550:active, .btn-before-1550.active, .open>.dropdown-toggle.btn-before-1550 {color: #fff;background-color:  #2969B0;border-color:  #2969B0;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  .btn-before-1550.active.focus, .btn-before-1550.active:focus, .btn-before-1550.active:hover, .btn-before-1550:active.focus, .btn-before-1550:active:focus, .btn-before-1550:active:hover, .open>.dropdown-toggle.btn-before-1550.focus, .open>.dropdown-toggle.btn-before-1550:focus, .open>.dropdown-toggle.btn-before-1550:hover {
      color: #fff;
      background-color:  #2969B0;
      border-color:  #2969B0;
  }
  
  .btn-after-1550 {color: #fff;background: #f2a138;border-color: #f2a138;padding: 7px 12px;border-radius: 0px;border-radius: 2px;margin-bottom: 10px;font-size: 14px;font-weight: 600;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  .btn-after-1550:hover, .btn-after-1550:focus, .btn-after-1550.focus, .btn-after-1550:active, .btn-after-1550.active, .open>.dropdown-toggle.btn-after-1550 {color: #fff;background-color:  #2969B0;border-color:  #2969B0;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
  .btn-after-1550.active.focus, .btn-after-1550.active:focus, .btn-after-1550.active:hover, .btn-after-1550:active.focus, .btn-after-1550:active:focus, .btn-after-1550:active:hover, .open>.dropdown-toggle.btn-after-1550.focus, .open>.dropdown-toggle.btn-after-1550:focus, .open>.dropdown-toggle.btn-after-1550:hover {
      color: #fff;
      background-color:  #2969B0;
      border-color:  #2969B0;
  }
    .interactive-maps .main {
        min-height: auto;
    }
  .interactive-maps .tab-content {
    padding: 0;
    background: #fff;
  }
  
  .interactive-maps #page_pills {
    padding: 0;
  }
  
  .map-number {
    background: #f1f4f8;
  }
  
  .svg-container {
    width: 100%;
    height: 0;
    padding-top: 72%;
    position: relative;
  }
  
  .svg-container svg {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 0px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 0px 00px rgba(0,0,0,0.2);
    box-shadow: 0 0 4px rgba(0,0,0,.14), 0 2px 8px rgba(0,0,0,.28);
    white-space: normal;
  }
  .popover-content {
    padding: 0;
    border-radius: 6px;
  }
  .popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #434e6b;
  }
  
  .category-Religious {
    font-siZe: .8em;
    background: #ad5757;
    width: 80px;
    color:#fff;
    text-align:center;
    padding:3px;
    border-radius: 5px;
    margin-bottom:5px;
    
  }
  
  .category-Political {
    font-siZe: .8em;
    background: #2d8eb6;
    width: 80px;
    color:#fff;
    text-align:center;
    padding:3px;
    border-radius: 5px;
    margin-bottom:5px;
    
  }
  
  .category-Economic {
    font-siZe: .8em;
    background: #4d7b35;
    width: 80px;
    color:#fff;
    text-align:center;
    padding:3px;
    border-radius: 5px;
    margin-bottom:5px;
    
  }
  
  
  .category-Cultural {
    font-siZe: .8em;
    background: #5e3284;
    width: 80px;
    color:#fff;
    text-align:center;
    padding:3px;
    border-radius: 5px;
    margin-bottom:5px;
    
  }
  
  
  .category-Social {
    font-siZe: .8em;
    background: #daa147;
    width: 80px;
    color:#fff;
    text-align:center;
    padding:3px;
    border-radius: 5px;
    margin-bottom:5px;
    
  }
  
  .timeline-location {
    margin-top:5px;
    margin-bottom:5px;
  }
/*///////////////////////////////////////////////////
/////////////////// Card STYLES //////////////////////*/
.card-block-image {
    background: #f1f4f8;
    min-height: 150px;
    position: relative;
    padding: 20px;
}
.card-block-image h3 {
    padding: 50px 0px 20px 0px;
    margin: 0;
}
.card-block-image p {
    padding: 20px 20px 20px 20px;
}

/*///////////////////////////////////////////////////
/////////////////// Modal STYLES //////////////////////*/
.material-globe-modal .modal-dialog {
    position: relative;
    width: 100%;
    margin: 0px;
}
.material-globe-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 200000;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.material-globe-modal .modal-content {
    min-height: 100vh;
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.material-globe-modal .modal-header {
    height: 250px;
    background: #ff454a;
}
.material-globe-modal .modal-header .modal-title {
    color: #fff;
    font-size: 35px;
    margin-top: 120px;
}
.material-globe-modal .close {
    color: #fff;
    font-size: 40px;
    opacity: 1;
    float: left;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: none;
    text-align: left;
}
.btn-close {
    background: #d03236;
    color: #fff;
    border-radius: 2px;
}
.btn-close:hover {
    background: #d03236;
    color: #fff;
}
.btn-close.focus, .btn-close:focus, .btn-close:hover {
    color: #fff;
}
.btn-default {
    color: #fff;
    background-color: #ff454a;
    border-color: #ff454a;
    border-radius: 2px;
}
.btn-default:hover {
    color: #fff;
    background-color: #ff676b;
    border-color: #ff676b;
}
body.modal-open .modal {
    padding-right: 0px !important;
}
body.modal-open .return {display: none;}
body.modal-open {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.label-default {
    background: #6f99b7;
    color: #ffffff;
    max-width: fit-content;
}

span.label.label-card {
    background: rgb(48, 54, 61);
    display: inline-block;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2px;
    margin: 15px;
}
.card-item {
    padding: 0.25rem;
}

span.SAMS_user_information {
    display: none;
}
.SAMS_user_information {
    position: absolute;
    bottom: 50px;
    font-size: 0.8em;
    width: 100%;
    background: #384C6B;
    text-align: center;
    font-weight: 100;
    height: 30px;
    color: #fff;
    padding-left: 8px;
    line-height: 30px;
    left: 0;
}
.SAMS_functions {
    list-style: none;
    width: 360px;
    margin: 0;
    padding: 0;
    background: none;
    position: relative;
    bottom: 0px;
    height: 51px;
    text-align: center;
    margin-left: auto;
    /* margin-right: auto; */
    margin-top: 20px;
}
.SAMS_functions>li {
    display: inline-block;
    width: 48%;
    height: 45px;
    margin: 0.5%;
    line-height: 44px;
    border: 0px solid #A5C7FA;
    cursor: pointer;
}
.SAMS_functions a {
    color: #575C63;
    display: block;
    cursor: pointer;
    background: #CDD4DC;
    border-radius: 0px;
    font-weight: 700;
}
.SAMS_functions a:hover {
    color: #575C63;
    display: block;
    cursor: pointer;
    background: #DDE3E8;
    font-weight: 700;
}
.SAMS_functions>li:hover {
    border: none;
    background: none;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
    max-width: 100%;
}