* {
    box-sizing: border-box;
}

body {
    height: unset;
}

hr.separator {
    background-color: #56a5d8; /* Separators need to inherit theme color. */
    text-align: left;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.apply-btn {
    margin-top: 1rem;
}

a.apply-btn::after {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M8 14.3L13.3 9H0V8h13.3L8 2.7V1.3l7.2 7.2L8 15.7v-1.4z'/%3E%3C/svg%3E");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    width: 13px;
    margin-left: 8px;
    transition: all 0.15s ease-in-out;
}

html[dir="rtl"] a.apply-btn::after {
    transform: scaleX(-1);
    margin-left: 0;
    margin-right: 8px;
}

/********** HEADER **********/

.header {
    background-color: #F3F3F3;
    background: url("../assets/book-info-banner-bg.jpg") no-repeat center;
    background-size: cover;
}

.header .grid-container {
    padding-bottom: 3rem;
}

.header .header-contentWrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.header .header-image {
    width: 450px;
    margin: 0 auto;
    object-fit: contain;
}

.header .header-description {
    margin-bottom: 2.5rem;
}

.header .header-purchasingOptions {
    margin-bottom: 1rem;
}

.header ul.header-purchasingOptions-list {
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.header ul.header-purchasingOptions-list li {
    display: inline-block;
}

.header ul.header-purchasingOptions-list li a img {
    transition: all .2s ease-in-out; 
}

.header ul.header-purchasingOptions-list li a:hover img,
.header ul.header-purchasingOptions-list li a:focus img {
    transform: scale(1.1); 
}

/********** ASIDE **********/

.additionalInfo {
    background-color: #F1F1F1;
    margin-top: 16px;
    margin-bottom: 16px;
}

.additionalInfo .additionalInfo-list {
    list-style-type: none;
    padding-left: 20px;
    padding-top: 20px;
}

html[dir="rtl"] .additionalInfo .additionalInfo-list {
    padding-right: 20px;
    padding-left: 0px;
}

.additionalInfo .additionalInfo-list dt {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 16px;
}

.additionalInfo .additionalInfo-list dd {
    margin-bottom: 24px;
    margin-left: 0;
}

/********** SECTION ARTICLES **********/

section.column-24 article p {
    display: inline;
    white-space: pre-wrap;
}

/********** Linked-in Tracking **********/
.linkedin-white {
    color: #FFF;
}

/********** MEDIA QUERIES **********/

@media (min-width: 768px) {

    .header .header-contentWrapper {
        flex-direction: row-reverse;
    }

    .header .header-textWrapper {
        margin-left: 48px;
    }

    html[dir="rtl"] .header .header-textWrapper {
        margin-left: 0;
        margin-right: 48px;
    }

    .bookDetails article {
        padding-right: 2rem;
    }

    html[dir="rtl"] .bookDetails article {
        padding-right: 0;
        padding-left: 2rem;
    }
}

@media (min-width: 1024px) {

    .additionalInfo {
        margin-top: 24px;
    }
    .bookDetails article {
        padding-right: 120px;
    }
    html[dir="rtl"] .bookDetails article {
        padding-right: 0;
        padding-left: 120px;
    }
}


/********** PRESS CARDS **********/
.presscard {
	display: flex;
	transition: all .25s ease-out;
}

.presscard__wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    column-gap: 20px;
}
	
.presscard__link {
    border: solid 1px #dfdfdf;
    transition: all .25s ease-out;
    margin-bottom: 20px;
    line-height: 0;
}		

.presscard__link:hover {
    text-decoration: none;
    border: solid 1px #007ac2;
}

.presscard__image img {
    max-width: 100px;
    max-height: 121px;
    font-size: 12px;
    line-height: 1.1;
}

html[dir="rtl"] .presscard__image img {
    padding-left: 20px;
}

.presscard__title{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
    margin-bottom: 5px;
}

.presscard__author{
    margin: 0;
}

@media (min-width: 600px) {
    .presscard__wrapper {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .presscard__link {
        flex-basis: calc(50% - 0.75rem);
    }
}

@media (min-width: 1024px) {
    .presscard__wrapper {
        padding: 0 60px;
    }
}

/********** TABS **********/
.cards-gallery {
    background-color: #f5fafe
}

.tabContent-wrapper {
    width: 233px;
}

.cmp-tabs__tabpanel .grid-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.cards-gallery .cmp-tabs .cmp-tabs__tabpanel .grid-container .card-container-v3 {
    margin: 0;
    width: 100%;
}

.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}


.esri-tabs .cmp-tabs__tablist-wrapper {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist {
    display: flex;
    text-align: center;
    bottom: 0;
    transition: 0.3s;
    flex-wrap: nowrap;
    margin: 0 0 1px 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-right: calc((100vw - 286px)/2);
    margin-left: calc((100vw - 286px)/2);
    scroll-behavior: smooth;
}

.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist.tab-nav--fit-5-tabs .cmp-tabs__tab {
    width: 285px;
    min-width: 285px;
}

.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist.tab-nav--fit-6-tabs .cmp-tabs__tab {
    width: 237px;
    min-width: 237px;
}

.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__left {
    background: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='24' width='24' viewBox='0 0 16 16'%3E%3Cpath d='M10.207 4l-4 4 4 4H8.793l-4-4 4-4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    background-color: transparent;
    opacity: 0.96;
    cursor: pointer;
    height: 100%;
    padding: 0;
    text-align: left;
    position: absolute;
    left: -6px;
    top: 0;
    width: 45px;
    z-index: 1;
    outline: none;
    border: none;
    display: none;
}

.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__right {
    background: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='24' width='24' viewBox='0 0 16 16'%3E%3Cpath d='M5.793 12l4-4-4-4h1.414l4 4-4 4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    background-color: transparent;
    opacity: 0.96;
    cursor: pointer;
    height: 100%;
    padding: 0;
    text-align: right;
    position: absolute;
    right: -6px;
    top: 0;
    width: 45px;
    z-index: 1;
    outline: none;
    border: none;
    display: none;
}

.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab {
    width: 286px;
    min-width: 286px;
    border-bottom: 3px solid transparent;
    color: #151515;
    padding: 0.375rem 0.75rem 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 auto;
    transition: border-color 0.3s;
}

.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab--active,
.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab:focus,
.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab:active {
    border-bottom: 3px solid #0079c1;
    border-bottom: 3px solid var(--theme-color);
    outline: none;
}

.esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab:hover {
    border-bottom: 3px solid #ccc;
    border-bottom: 3px solid var(--theme-color60);
    outline: none;
}

@media screen and (min-width: 768px) {
    .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist {
        margin-left: 40px;
        margin-right: 40px;
    }

    .tabContent-wrapper {
        width: unset;
    }
}

@media screen and (min-width: 1526px) {
    .esri-tabs .cmp-tabs__tablist-wrapper {
        display: flex;
        justify-content: center;
    }
    .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist {
        position: static;
        margin-right: 0;
        margin-left: 0;
    }
}

.esri-tabs .cmp-tabs__tabpanel {
    margin-top: -1px;
    border-top: 1px solid #cacaca;
}

.esri-tabs.dark-mode {
    background-color: #151515;
}

.esri-tabs.dark-mode .cmp-tabs__tab {
    color: #ffffff;
}

.esri-tabs.dark-mode .cmp-tabs__tabpanel {
    color: #ffffff;
    border-top-color: #4a4a4a;
}

.esri-tabs.dark-mode .cmp-tabs__left {
    background: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' height='24' width='24' viewBox='0 0 16 16'%3E%3Cpath d='M10.207 4l-4 4 4 4H8.793l-4-4 4-4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    background-color: #151515;
}

.esri-tabs.dark-mode .cmp-tabs__right {
    background: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' height='24' width='24' viewBox='0 0 16 16'%3E%3Cpath d='M5.793 12l4-4-4-4h1.414l4 4-4 4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    background-color: #151515;
}

/********** TAB ICONS **********/
.esri-tabs.tab-icons .cmp-tabs__tablist .cmp-tabs__tab {
    justify-content: flex-start;
}

.esri-tabs.tab-icons .cmp-tabs__tablist li:not(.cmp-tabs__tab--active) .esri-image.tab--icon .icon-ui-svg *,
.esri-tabs.tab-icons .cmp-tabs__tablist li:not(.cmp-tabs__tab--active) .esri-image.tab--icon .icons-ui-svg * {
    fill: #4a4a4a;
}

.esri-tabs.tab-icons .cmp-tabs__tablist .cmp-tabs__tab:hover .esri-image.tab--icon .icon-ui-svg *,
.esri-tabs.tab-icons .cmp-tabs__tablist .cmp-tabs__tab:hover .esri-image.tab--icon .icons-ui-svg * {
    fill: var(--theme-color60);
}

.esri-tabs.tab-icons.dark-mode .cmp-tabs__tablist li:not(.cmp-tabs__tab--active) .esri-image.tab--icon .icon-ui-svg *,
.esri-tabs.tab-icons.dark-mode .cmp-tabs__tablist li:not(.cmp-tabs__tab--active) .esri-image.tab--icon .icons-ui-svg * {
    fill: #bfbfbf;
}

.esri-tabs.tab-icons.dark-mode .cmp-tabs__tablist .cmp-tabs__tab:hover .esri-image.tab--icon .icon-ui-svg *,
.esri-tabs.tab-icons.dark-mode .cmp-tabs__tablist .cmp-tabs__tab:hover .esri-image.tab--icon .icons-ui-svg * {
    fill: var(--theme-color60);
}

.esri-image.tab--icon {
    display: block;
    width: 48px;
    margin: 0 auto 10px;
}

/********** UTILITIES **********/
.leader-1 {
    margin-top: 1.5rem;
}
.padding-size-x-3 {
    padding: 0 calc(0.75 * 1rem);
}

.padding-4 {
    padding: calc(1 * 1rem);
}

.light-mode {
    color: #151515;
}

.padding-size-y-2 {
    padding: calc(0.5 * 1rem) 0;
}

.no-list {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    margin-block-start: 0;
}

[dir='rtl'] .no-list {
    margin-right: 0;
    padding-right: 0;
}

.no-list li {
    margin-top: 0;
}

.assistText {
    display:block;
    height:1px;
    width:1px;
    overflow:hidden;
    position:absolute;
    top:-10px;
}