/* ////////////////////////////////////////////////////////////////////////////
////// MAIN STYLES //////////////////////////////////////////////////////////*/
body {font-family: 'Source Sans 3', sans-serif;font-size: 18px;color:#212529 !important;-webkit-font-smoothing: antialiased !important;background: #fff;}
p {line-height: 1.5;margin: 20px 0;}
h1, h2, h3, h4, h5, h6 {color: #1F3047;font-family: 'Roboto Slab', sans-serif;}
.h1, h1 {font-size: 2rem;font-weight: 600;}
.h2, h2 {font-size: 1.75rem;}
.h3, h3 {font-size: 1.35rem;}
.h4, h4 {font-size: 1.25rem;}
.h5, h5 {font-size: 1.1rem;}
.h6, h6 {font-size: 1rem;}
a {color: #0859C4;text-decoration: none;}
a:hover, a:focus {color: #0859C4;}
.container-fluid {margin-right: auto;margin-left: auto;padding-left: 20px;padding-right: 20px;max-width: 1280px;}
.main {padding: 00px 0px;background: #fff;min-height: 500px;}
button:focus {outline: 2px solid #FC6867;}
ul.check-list {list-style: none;padding: 0px 15px;}
.check-list li::before {color: #ffffff;content: "\f00c";font-family: 'font awesome 5 free';font-weight: 900;margin: 0px 6px 0px 0px;background: #3D975F;border-radius: 50%;padding: 4px;font-size: 10px;}
hr {
    border-top: 2px solid #ced0d2;
    opacity: 1;
    margin: 20px 0 10px 0;
}
/* ////////////////////////////////////////////////////////////////////////////
////// NAV STYLES ///////////////////////////////////////////////////////////*/
.navbar .megamenu{padding: 1rem;border: none;border-radius: 0;}
.col-megamenu li a {
    /* font-size: 18px; */
    display: block;
    /* background: #425368; */
    border-radius: 2px;
    padding: 5px 15px 5px 15px;
    font-weight: 600;
}
.col-megamenu li a span {
    display: block;
    margin: 8px 0 0px 0;
}
.col-megamenu li a:focus, .col-megamenu li a:hover {
    background: #f1f4f8;
    text-decoration: none;
}
.col-megamenu li a p {
    font-size: 18px;
    color: rgb(255 255 255 / 80%);
}
.super-link {
    font-size: 22px;
    font-weight: 600;
    padding: 5px 12px;
    margin: 15px 0px 0px 12px;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{
    left: 0;
    right: 0;
    width: 100%;
    margin-top: 0;
    max-width: 1400px;
    margin: 10px auto 0 auto;
    border: 1px solid;
    border-color: #ced0d2;
}

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
  .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
      max-height: 90vh;
      margin-top:10px;
  }
}
/* ============ mobile view .end// ============ */
.navbar {
    position: relative;
    width: 100%;
    z-index: 1001;
    background: #1f2637;
    padding: 15px 0;
}
.sub-nav .nav-link {
    font-weight: 600;
    color: rgb(255 255 255 / 80%);
}


svg.navbrand-mobile {margin: 8px 0;}
.flexbox-container {display: flex;flex-wrap: wrap;flex-direction: row;width: 100%;}
.nav-search-container input[type="text"]:focus {border-color: #a0c628;outline: 0;}
.search-container input[type="text"]:focus {border-color: #a0c628;outline: 0;}

.navbar-brand {
    padding: 6px 0px;
    margin-right: 0;
    /* font-size: inherit; */
    text-decoration: none;
    white-space: initial;
}

.navbrand-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
}

.navbrand--logo {
    display: inline-block;
    width: 35px;
    margin: 0px 10px 0px 0px;
    vertical-align: middle;
}
.navbrand--header {color: #fff;/*display: flex;*/font-size: 20px;font-weight: 600;margin: 0px 0px 0px 0px;font-family: 'Roboto Slab', sans-serif;text-transform: uppercase;}
.navbrand--header span {display: block;color: #a0c628;text-transform: lowercase;}
.navbrand--subheader {display: flex;font-size: 16px;max-width: 300px;/*text-transform: uppercase;font-weight: 600;*/margin: 15px 0px 0px 0px;font-family: 'Roboto Slab', sans-serif;}

.sub-nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    z-index: 40;
    border-bottom: 0px solid #dfeaed;
    padding: 8px 0;
}
.navbar-dark .navbar-toggler {
    background: #323c52;
    padding: 10px 10px;
    border-radius: 0;
    height: max-content;
    margin: 8px 0 8px auto;
    color: #fff;
    font-weight: 600;
    border: none;
}
.navbar-toggler:after {
    font-family: "Font Awesome 5 Free";content: "\f00d";font-weight: 900;font-size: 16px;margin: 0 0px 0 9px;
}
.navbar-toggler[aria-expanded=false]:after {
    font-family: "Font Awesome 5 Free";content: "\f0c9";font-weight: 900;font-size: 16px;margin: 0 0px 0 6px;
}
.navbar-dark .navbar-toggler:focus {
    outline: 3px solid #2060ba;
    box-shadow: 0px 0px #fff;
}
.navbar-dark .navbar-toggler .navbar-toggler-icon {
    height: 2px;
    background: #ffffff;
    margin: 6px 0 6px 0;
    position: relative;
    display: block;
    width: 24px;
}


/* ////////////////////////////////////////////////////////////////////////////
////// HEADER STYLES ////////////////////////////////////////////////////////*/


/*.hero::before {    
      content: "";
      background-image: url('../img/lines.jpg');
      background-size: cover;
      position: absolute;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.4;
}*/
.hero {
    padding: 30px 0 20px 0;
    background-image: url('../img/lines.jpg');
    background-size: cover;
    left: 0;
    position: relative;
    padding: 25px 0px 50px 0px;

}
.edition {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background: #e84691;
    max-width: fit-content;
    padding: 4px 10px 4px 10px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', sans-serif;
}
.header-content {z-index: 10;padding: 50px 15px 35px 15px;}
.header-content p {max-width: 600px;color: #fff;font-size: 20px;}
.header-content h1 {color: #fff;text-transform: uppercase;}
.header-content h1 span {
    color: #A0C527;
    display: block;
    margin: -10px 0px 0px 0px;
    text-transform: lowercase;
}
.header-content h2 {color: #fff;max-width: 500px;}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    color: #fff;
    content: "\f053";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    margin: 0 0 0 7px;
    background: #1f3047;
    padding: 12px 15px;
    font-size: 25px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    color: #fff;
    content: "\f054";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    margin: 0 0 0 7px;
    background: #1f3047;
    padding: 12px 15px;
    font-size: 25px;
}

    .swiper {
      width: 98%;
      height: 100%;
      background: #000;
    }

    .swiper-slide {
      font-size: 18px;
      color: #fff;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 40px 60px;
    }


    .swiper-slide .title {
      font-size: 32px;
      font-weight: 600;
      font-family: 'Roboto Slab', sans-serif;
    }

    .swiper-slide .subtitle {
      font-size: 24px;
      font-weight: 600;
      font-family: 'Roboto Slab', sans-serif;
    }

    .swiper-slide .text {
      font-size: 18px;
    }
    .swiper-slide .slider-content {
        background: #1f3047a1;
        max-width: fit-content;
        padding: 20px;  
        max-width: 600px;
    }

    .autoplay-progress {
        position: absolute;
        right: 16px;
        bottom: 16px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: #fff;
      }
  
      .autoplay-progress svg {
        --progress: 0;
        position: absolute;
        left: 0;
        top: 0px;
        z-index: 10;
        width: 100%;
        height: 100%;
        stroke-width: 4px;
        stroke: #fff;
        fill: none;
        stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
        stroke-dasharray: 125.6;
        transform: rotate(-90deg);
      }

.header--content {
    background: #F1F4F8;
    padding: 50px 0px 20px;
    border-bottom: 0px solid #e9eff1;
}

.header--content .header-reduced-title {
    margin: 35px 0px 15px 0px;
    color: #3d4246;
    font-weight: 600;
    font-size: 36px;
}
.header--content .header-reduced-title span {
    width: 100%;
    display: block;
    color: #4c6272;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
}
.header--content p {
    max-width: 1000px;
}
.header--content dl {
    max-width: 1000px;
}
.header--content h1 {
    max-width: 1000px;
    margin-bottom: 20px;
}
.header--content h2 {
    font-size: 1.5rem;
}
.header--content .breadcrumb {
    max-width: 1000px;
}
.header--content h3 {
    color: #586F91;
}
.header--content .meta p {
    margin: 0;
    font-size: 22px;
    color: #526144;
}

.breadcrumb-nav {
    background: #f2f4f8;
    padding: 40px 0 0
}

.breadcrumb {
    background: 0 0;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 18px
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #586f91;
    content: "\f054";
    font-family: 'font awesome 5 free';
    font-weight: 900;
    font-size: 12px
}

.breadcrumb>li a {
    font-weight: 600
}

.breadcrumb>.active {
    color: #586f91
}
/* ////////////////////////////////////////////////////////////////////////////
////// FORM STYLES //////////////////////////////////////////////////////////*/

/* ////////////////////////////////////////////////////////////////////////////
////// SEARCH STYLES ////////////////////////////////////////////////////////*/
textarea.result {display: none;}
form.home-search-bar {box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);}
.home-search-bar .fa-search {position: absolute;z-index: 4;display: block;width: 55px;height: 55px;line-height: 55px;text-align: center;pointer-events: none;color: #1f3045;}
.search-field {padding: 20px;height: 55px;border-radius: 2px;padding-left: 3rem;}
.home-search-btn {background: #007bff;padding: 12px;border-radius: 0;height: 55px;margin: 0;border: none;color: #fff;width: 55px;margin-bottom: 0!important;border-top-right-radius: 2px;border-bottom-right-radius: 2px;}

/*//// Nav Search ////*/
.search-container {margin: 30px auto 0 auto;padding: 0;position: relative;display: block;width: 100%;}
.nav-search-container.desktop {position: relative;display: block;width: 100%;order: 1;flex: 1 0 100%;}
.nav-search-bar .search-field {padding: 15px;height: 50px;padding-left: 2.8rem;border: 2px solid;border-color: #1f3047;}
.nav-search-bar .fa-search {position: absolute;z-index: 10;display: block;width: 50px;height: 50px;line-height: 50px;text-align: center;pointer-events: none;color: #1f3045;}
.screen-reader-text {border: 0;clip: rect(1px, 1px, 1px, 1px);-webkit-clip-path: inset(50%);clip-path: inset(50%);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute !important;width: 1px;word-wrap: normal !important;}
.nav-search-container.desktop .results {z-index: 40;position: absolute;width: 100%;}
.nav-search-container.desktop .visual {background: #fff;z-index: 30;position: relative;box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);}
/* ////////////////////////////////////////////////////////////////////////////
////// RESULTS STYLES ////////////////////////////////////////////////////////*/
.hidden {display: none!important;}
span.form-control-clear.glyphicon-remove.form-control-feedback {background: #323c52;font-size: 15px;color: #fff;padding: 16px;}
.nav-search-bar span.form-control-clear.glyphicon-remove.form-control-feedback {background: #323c52;font-size: 15px;color: #fff;padding: 14px;}
.search-container .visual {background: #fff;z-index: 30;position: relative;box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);}
.results {z-index: 40;position: absolute;max-height: 400px;overflow: scroll;box-shadow: 0 5px 15px 0 rgba(0,0,0,.1);width: 100%;padding: 2px 8px;background: #fff;border: 2px solid #1f3047;border-top: 0;}
.results:empty {border: none;}
.info {background: #434F6B;color: #fff;padding: 2px 15px;}
.info:empty {display: none;}
.search-item {
    padding: 15px 15px;
    width: 100%;
    display: block;
    background: #fff;
    margin: 6px 0px;
    border-radius: 4px;
    text-align: left;
}
.search-item:hover, .search-item:focus, .search-item.focus, .search-item:active, .search-item.active {background: #ecf3ff;text-decoration: none;}
.results:empty {
    padding: 0;
}
/*
.search-item:hover h2, .search-item:focus h2, .search-item.focus h2, .search-item:active h2, .search-item.active h2 {color: #fff;}
.search-item:hover h5, .search-item:focus h5, .search-item.focus h5, .search-item:active h5, .search-item.active h5 {color: rgba(255,255,255,0.8);}
.search-item:hover h6, .search-item:focus h6, .search-item.focus h6, .search-item:active h6, .search-item.active h6 {color: rgba(255,255,255,0.8);}
*/
.search-item h2 {font-size: 20px;font-weight: 600;}
.search-item h3 {font-size: 16px;}
.search-item h5 {font-size: 14px;color: #586F91;}
.search-item h6 {font-size: 13px;color: #586e91;margin-bottom: 0;}
    
/* ////////////////////////////////////////////////////////////////////////////
////// BUTTON STYLES ////////////////////////////////////////////////////////*/
.btn-home {color: #2d78d9;background: none;border: none;padding: 0px;font-size: 15px;border-radius: 2px;font-weight: 600;}
.btn-home:hover, .btn-home:focus, .btn-home.focus, .btn-home:active, .btn-home.active, .open>.dropdown-toggle.btn-home {color: #0859C4;}
.btn-home:not(:disabled):not(.disabled).active, .btn-home:not(:disabled):not(.disabled):active, .show>.btn-home.dropdown-toggle {color: #0859C4;}

.btn-carousel {
    color: #1f3047;
    background: #D0C592;
    border: 1px solid;
    border-color: #D0C592;
    padding: 8px 15px;
    border-radius: 2px;
    font-weight: 600;}
.btn-carousel:hover, .btn-carousel:focus, .btn-carousel.focus, .btn-carousel:active, .btn-carousel.active, .open>.dropdown-toggle.btn-carousel {color: #1f3047;background: #e1d6a4;border-color: #e1d6a4;}
.btn-carousel:not(:disabled):not(.disabled).active, .btn-carousel:not(:disabled):not(.disabled):active, .show>.btn-carousel.dropdown-toggle {color: #1f3047;background: #e1d6a4;border-color: #e1d6a4;}
.btn-send {color: #fff;background-color: #2159c4;border-color: #2159c4;padding: 8px 12px;font-weight: 600;font-size: 14px;border-radius: 2px;}
.btn-send:hover, .btn-send:focus, .btn-send.focus, .btn-send:active, .btn-send.active, .open > .dropdown-toggle.btn-send {color: #fff;background-color: #3166cb;border-color: #3166cb;}
.btn-primary {color: #ffffff;background-color: #2159c4;border-color: #2159c4;padding: 8px 15px;font-size: 14px;border-radius: 2px;font-weight: 600;}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {color: #fff;background-color: #3166cb;border-color: #3166cb;}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {color: #fff;background-color: #3166cb;border-color: #3166cb;box-shadow: 0 0 0 0.2rem rgba(112, 68, 131, 0.33);}

.btn-secondary {color: #ffffff;background-color: #e94792;border-color: #e94792;padding: 8px 15px;font-size: 14px;border-radius: 2px;margin: 4px 0px 0 0;font-weight: 600;}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open>.dropdown-toggle.btn-secondary {color: #fff;background-color: #e94792;border-color: #e94792;}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {color: #fff;background-color: #c9357a;border-color: #c9357a;box-shadow: 0 0 0 0.2rem rgba(112, 68, 131, 0.33);}
.back a {color: #0275d8;}
.back a:hover, .back a:focus, .back a.focus, .back a:active, .back a.active, .open>.dropdown-toggle.back a {color: #0275d8;text-decoration: none;}
.btn-purchase {color: #0859C4;background: none;border: none;padding: 0px;font-size: 15px;border-radius: 2px;font-weight: 600;margin: 15px 0px 0px 0px;}
.btn-purchase:hover, .btn-purchase:focus, .btn-purchase.focus, .btn-purchase:active, .btn-purchase.active, .open>.dropdown-toggle.btn-purchase {color: #0859C4;}
.btn-purchase:not(:disabled):not(.disabled).active, .btn-purchase:not(:disabled):not(.disabled):active, .show>.btn-purchase.dropdown-toggle {color: #0859C4;}
.btn-purchase:after {color: #0859C4;content: "\f35d";font-family: 'font awesome 5 free';font-weight: 900;margin: 0px 0px 0px 7px;}
.btn-inspection {color: #0859C4;background: none;border: none;padding: 0px;font-size: 15px;border-radius: 2px;font-weight: 600;margin: 5px 0px 0px 0px;}
.btn-inspection:hover, .btn-inspection:focus, .btn-inspection.focus, .btn-inspection:active, .btn-inspection.active, .open>.dropdown-toggle.btn-inspection {color: #0859C4;}
.btn-inspection:not(:disabled):not(.disabled).active, .btn-inspection:not(:disabled):not(.disabled):active, .show>.btn-inspection.dropdown-toggle {color: #0859C4;}
.btn-inspection:after {color: #0859C4;content: "\f002";font-family: 'font awesome 5 free';font-weight: 900;margin: 0px 0px 0px 7px;}
/* ////////////////////////////////////////////////////////////////////////////
////// CSS GRID STYLES //////////////////////////////////////////////////////*/
.content__grid {
 margin: 0 0 30px 0;
}
.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;}
.grid-5 {display: -ms-grid;display: grid;grid-gap: 10px;-ms-grid-columns: 1fr;grid-template-columns: repeat(2, 1fr);-ms-grid-rows: 1fr;grid-template-rows: repeat(1, 1fr);}
.grid-5 > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;}

/* 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%; }

/* ////////////////////////////////////////////////////////////////////////////
////// 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 25px 10px 25px;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 #d9d6ca;}
.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%);
}
.grid-1 .card--content {margin-bottom: 20px;}
.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 .lifespan,.card--content:focus .lifespan,.card--content.focus .lifespan,.card--content:active .lifespan,.card--content.active .lifespan,.open>.dropdown-toggle.card--content .lifespan {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: 26px;color: #215eb8;margin: 9px 0px;font-weight: 600;}
.card--content .title span.author {font-size: 18px;color: #000;margin-bottom: 10px;display: inline-block;}
.card--content .badge-default {margin-top: 20px;}
.card--content h3 {font-size: 20px;color: #215eb8;}
.card--content .video {}
.card--content p, ol, li {
    color: #212529;
    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.profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.profile h2 {
    font-weight: 600;
}
.profile h3 {

}
.card--theorist {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: none;padding: 20px 0px 10px 0px;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: 0px solid #d9d6ca;}
.card--theorist h2 {
    font-size: 22px;
    font-weight: 600;
}
.card--theorist .profile-img {
    width: 150px;
    border: 5px solid #E3E8F0;
    margin: 0 0 20px 0;
    border-radius: 50%;
    box-shadow: none;
    max-width: fit-content;
}

.lifespan {
    margin: 0px 0px 10px 0px;
}

.alert-info {
    color: #1e3047;
    background-color: #d5e3fa;
    border-color: #d5e3fa;
    font-weight: 500;
    max-width: 500px;
    padding: 15px 20px 15px 20px;
}

.alert-info p {
    margin: 10px 0px 10px 0px;
}

.alert-info a {
    font-weight: 600;
}
/* ////////////////////////////////////////////////////////////////////////////
////// CONTENT LAYOUT STYLES ////////////////////////////////////////////////*/
.content-no-header {
    padding: 40px 0 50px;
    background: #F1F4F8;
    min-height: 600px;
}
section.single-page--content {
    background: #F1F4F8;
    padding: 0 0 60px 0;
    min-height: 300px;
}
section.introduction {
    padding: 40px 0;
}
section.book-themes {
    background: #F1F4F8;
    padding: 50px 0 50px 0;
}
dl {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
dt {
    font-weight: 600;
    margin-top: 0.5rem;
}
dd {
    margin-bottom: 0;
    margin-left: 0;
}
/* ////////////////////////////////////////////////////////////////////////////
////// COOKIE INSIGHT STYLES ////////////////////////////////////////////////*/
footer .cookie-text {margin-bottom: 20px;}
footer .cookie-text p {margin: 0 0 0 0;}
.footer a {color: rgba(255,255,255,.701);}
.footer .ot-sdk-show-settings {background: none;padding: 0;color: #fff;border: none;}
h3.ot-sdk-cookie-policy-title {
    color: #1f3047!important
}

h4.ot-sdk-cookie-policy-group {
    color: #1f3047!important;
    font-size: 22px!important
}

.ot-sdk-cookie-policy table>thead>tr>th {
    color: #1f3047!important
}

.ot-sdk-cookie-policy p {
    font-size: 18px!important;
    color: #1f3047!important;
    line-height: 1.5!important;
    margin: 20px 0!important
}

.ot-sdk-cookie-policy #cookie-policy-description {
    font-size: 18px!important;
    color: #1f3047!important;
    line-height: 1.5!important;
    margin: 20px 0!important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table {
    border-collapse: inherit;
    margin: auto;
    border: 0 solid #1f3147!important;
    border-radius: 0!important;
    border-spacing: initial;
    width: 100%;
    overflow: hidden
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th {
    background-color: #f2f4f8!important;
    border-bottom: 2px solid #1f3147!important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table thead {
    border-bottom: 2px solid #1f3147!important;
    font-weight: 600!important;
    background: #d6e4fa!important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table th,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy table td {
    border-right: 0 solid #d7d7d7!important
}

#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy #cookie-policy-description,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-sdk-cookie-policy-group-desc,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy .ot-table-header,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy a,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy span,#ot-sdk-cookie-policy-v2.ot-sdk-cookie-policy td {
    font-size: 18px!important
}

/* ///////////////////////////////////////////////////////////////////
////// ACCORDION STYLES ////////////////////////////////////////////*/
.accordion {background: #fff;margin: 5px 0;padding: 10px 15px;color: #225fb9;cursor: pointer;border: none;text-align: left;outline: none;transition: 0.4s;font-weight: 600;border: 1px solid #d9d6ca;display: block;scroll-margin-top: 100px;}
.accordion:hover {text-decoration: underline;}
.panel {padding: 25px;display: none;overflow: hidden;border-radius: 0;border: 1px solid #d9d6ca;box-shadow: none;background: #fff;}
.accordion.active > .panel {padding: 20px;}
.accordion:after {font-family: "Source Sans 3","font awesome 5 free";content: "Open \f078";font-weight: 900;font-size: 13px;color: #215eb8;float: right;margin: 5px 0px 0px 20px;}
.accordion.active:after {color:#FFF;content: "Close \f077";}
.accordion:focus {outline: none;}
button.accordion.active {background: #225fb9;color:#FFF;border-color: #215eb8;}


/* ////////////////////////////////////////////////////////////////////////////
////// FOOTER STYLES ///////////////////////////////////////////////////////*/
footer {padding-top: 4rem;padding-bottom: 1rem;background: #1e2635;color: #fff}
footer .cookie-text {margin-bottom: 20px;font-size: 16px;}
footer .cookie-text p {margin: 0}
footer p {margin-bottom: 10px}
.footer a {color: rgba(255,255,255,.701)}
.footer .ot-sdk-show-settings {background: 0 0;padding: 0;color: #fff;}
footer .widget-title {font-size: 20px;color: #fff;font-weight: 600;margin-bottom: 15px}
.footer-brand {font-size: 1.25rem;color: #fff;display: inline-block;margin: 0 0 30px}
.footerbrand--header {font-size: 22px;color: #fff;font-weight: 600;margin: 0;}
.footerbrand--subheader {font-size: 16px;color: rgb(255 255 255/90%);margin: 0}
.footer .navbrand--header {font-size: 22px;}
.footer-top {margin: 10px 0 50px;margin-left: -15px;margin-right: -15px}
.footer-logo {width: 170px;margin-bottom: 30px}
.return.return-is-visible {visibility: visible;opacity: 1;z-index: 101}
.return {display: inline-block;position: fixed;bottom: 15px;right: 14px;overflow: hidden;white-space: nowrap;background: #e94792;visibility: hidden;opacity: 0;-webkit-transition: opacity .3s 0s,visibility 0s .3s;-moz-transition: opacity .3s 0s,visibility 0s .3s;transition: opacity .3s 0s,visibility 0s .3s;font-size: 16px;color: #fff;text-align: center;font-weight: 600;padding: 8px 12px;cursor: pointer}
.return.return-is-visible,.return.return-fade-out,.no-touch .return:hover {-webkit-transition: opacity .3s 0s,visibility 0s 0s;-moz-transition: opacity .3s 0s,visibility 0s 0s;transition: opacity .3s 0s,visibility 0s 0s}
/* ////////////////////////////////////////////////////////////////////////////
////// RANDOM STYLES ////////////////////////////////////////////////////////*/
.sidebar a:focus, .sidebar a:hover {text-decoration: none;background-color: #f1f4f8;border-color: #f1f4f8;}

.toc-card {flex: 1 1 auto;}
.toc-title {font-size: 1.25rem;font-weight: 600;margin: 0px 10px;}
.toc-list {list-style: none;padding: 0;margin: 6px 0 0 15px;}
.toc-list>li>.nav-link {padding: 0;margin: 0;}
.toc-list>li>.nav-link.h2 {color: #215EB8;font-size: 22px;font-weight: 600;margin: 0px;padding: 0.5rem 0.5rem;display: block;border-top: 1px solid #00000020;border-left: 4px solid;border-left-color: transparent;border-radius: 0;}
.toc-list>li:first-child .nav-link.h2 {border: none;}
.toc-list>li>.nav-link.h2.active {color: #00221c;border-left-color: #00221c;/* background: #bdc5d14d; */border-left: 4px solid;}
.toc-list>li>.nav-link.h3.active {color: #00221c;border-left-color: #00221c;/* background: #bdc5d14d; */border-left: 4px solid;} 
.toc-list>li>.nav-link.h3 {color: #215EB8;font-size: 18px;font-weight: 500;margin: 0px;padding: 0.5rem 0.6rem;display: block;margin: 0px 0px 0px 20px;border-left: 4px solid;border-left-color: transparent;border-radius: 0;}
.toc-card .navbar {display: block;padding: 10px;background: none;}
.toc-card .container-fluid {padding: 0;justify-content: flex-start;}

blockquote {
    background: none;
    border-left: 5px solid #e1458e;
    padding: 0px 20px 0px 20px;
    margin-left: 20px;
}
a.well {
    background: #D0C592;
    max-width: fit-content;
    display: block;
    padding: 8px 12px;
    margin: 15px 0 0 0;
    line-height: 28px;
    font-size: 20px;
}
a.well:after {
    color: #526144;
    font-family: 'font awesome 5 free';
    font-weight: 900;
    content: "\f35d";
    font-size: 2rem;
    text-decoration: none;
    text-align: right;
    margin: 0px 0px 0px 15px;
    display: inline-block;
}
a.well strong {
    color: #1f3047;
}
.search-label {
    background: #e3e8f0;
    padding: 2px 8px;
    max-width: fit-content;
    border-radius: 4px;
    color: #1f3046;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin: 0 5px 0 0;
}
.badge-default {
    background: #e3e8f0;
    padding: 5px 8px;
    max-width: fit-content;
    border-radius: 4px;
    color: #1f3046;
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 15px 0;
}
figure.profile-img-container {
    margin: 0 20px 0 0;
    height: 100%;
    bottom: 0;
    display: block;
    position: relative;
    display: flex;
    align-items: flex-end;
}
.profile-img {
    border: 5px solid #fff;
    box-shadow: 0 10px 30px 0 rgb(0 0 0 / 10%);
    width: 150px;
    margin: 0 auto;
}
.popover{
    max-width:800px;
    -webkit-box-shadow: 0 0 40px rgba(29,58,83,.15);
    box-shadow: 0 0 40px rgba(29,58,83,.15);
    padding: 5px;
    border-radius: 2px;
    font-size: 16px;
}

.popover-link {color: #2159c4;background-color: none;font-weight: 600;}
.popover-link:hover, .popover-link:focus, .popover-link.focus, .popover-link:active, .popover-link.active, .open>.dropdown-toggle.popover-link {color: #2159c4;background-color: #d6e4fa;border-color: #3166cb;}
.popover-link:not(:disabled):not(.disabled).active, .popover-link:not(:disabled):not(.disabled):active, .show>.popover-link.dropdown-toggle {color: #2159c4;background-color: #d6e4fa;border-color: #3166cb;}
span.index {
    background: #e84891;
    color: #fff;
    padding: 2px 8px;
    border-radius: 2px;
}
.card--content .profile-img {
    width: 100px;
    border: 5px solid #e3e8f0;
    margin: 0 0 0 0;
    border-radius: 50%;
    box-shadow: none;
    max-width: fit-content;
}
.card--content p {
    margin: 5px 0 20px 0;
}
.card--link {
    font-weight: 600;
}
/* ////////////////////////////////////////////////////////////////////////////
////// MEDIA QUERY STYLES ///////////////////////////////////////////////////*/
@media (min-width: 576px) {

}
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .grid-2 {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2, 1fr);}
    .grid-3 {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2, 1fr);}
    .grid-4 {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2, 1fr);}
    .grid-5 {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2, 1fr);}
}


/* ////// MEDIA START ////// */
@media only screen and (min-width : 800px){
    .sidebar {height: max-content;overflow: auto;position: -webkit-sticky;position: sticky;top:50px;}
    .toc-card .container-fluid {display: block;}
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        width: 100%;
        display: block;
    }
    section.single-page--content {
        padding: 0 20px 60px 20px;
    }
    .header--content {padding: 50px 20px 20px 20px;}
    .content-no-header {
        padding: 110px 0 50px;
    }
    .profile-img {
        width: 200px;
        margin: 0 0 0 0;
    }
    .card--theorist {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .nav-search-container.desktop {position: relative;display: block;width: auto;order: initial;flex: initial;margin: 0 0 0 auto;}
    svg.navbrand-mobile {display: none;}
.grid-2 {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2, 1fr);}
.grid-3 {-ms-grid-columns: (1fr)[3];grid-template-columns: repeat(2, 1fr);}
.grid-4 {-ms-grid-columns: (1fr)[4];grid-template-columns: repeat(3, 1fr);}
.grid-5 {-ms-grid-columns: (1fr)[5];grid-template-columns: repeat(3, 1fr);}

.h1, h1 {font-size: 2.25rem;}
.h2, h2 {font-size: 1.75rem;}
.h3, h3 {font-size: 1.5rem;}
.h4, h4 {font-size: 1.35rem;}
.h5, h5 {font-size: 1.25rem;}
.h6, h6 {font-size: 1rem;}

.header-content h1 {font-size: 5rem;}
.header-content h1 span {}
.header-content h2 {color: #fff;max-width: 500px;}

.nav-search-container {min-width: 500px;margin-left: 60px;}
.search-container {max-width: 600px;}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,6px);
    right: auto;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,13px);
    left: auto;
}
.swiper-slide .slider-content {
    margin-left: 40px;
}

.dropdown-menu {
    border-top: 0 solid #1f3045;
    border-bottom: 0 solid #1f3045;
    margin: 20px 0 0;
    -webkit-box-shadow: 0 0 40px rgba(29,58,83,.15);
    box-shadow: 0 0 40px rgba(29,58,83,.15);
    padding: 10px;
    border-radius: 2px;
    left: -30px;
}


/*.nav-link.dropdown-toggle.show::after {
    width: 0;
    height: 0;
    bottom: 0;
    content: "";
    display: block;
    border-style: solid;
    left: 0;
    right: 0;
    border-width: 0 0.875rem 0.875rem 0.875rem;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #034063 rgba(0,0,0,0);
    margin: 0 auto;
    position: absolute;
}*/

}/* ////// MEDIA END ////// */

@media only screen and (min-width : 1200px) {
.container-fluid {max-width: 1400px;}
section.single-page--content {padding: 0 0px 60px 0px;}
.header--content {padding: 50px 0px 20px 0px;}

.grid-2 {-ms-grid-columns: (1fr)[2];grid-template-columns: repeat(2, 1fr);}
.grid-3 {-ms-grid-columns: (1fr)[3];grid-template-columns: repeat(3, 1fr);}
.grid-4 {-ms-grid-columns: (1fr)[4];grid-template-columns: repeat(4, 1fr);}
.grid-5 {-ms-grid-columns: (1fr)[5];grid-template-columns: repeat(5, 1fr);}
}/* ////// MEDIA END //////*/
