/* === slider text ===*/
.pg_Index .slide-content {
    float: right;
    padding: 10px;
}

/* === NAVIGATON CARROT COLOR ===*/
.journal-header .journal-header_content .navbar-menu_wrap .mobile-site-menu-toggle {
    color: #34c3e3 !important;
}

/* === HEADER LINE COLOR ===*/
.journal-header {
	border-color: #34c3e3 !important;
}

/* === HEADER LOGO SIZE ===*/
.journal-header .journal-header_content .journal-logo_wrap img {
	max-height: 45px !important;
}

/* === BOOK TOC SUBTITLE ===*/
.pg_Book .book-bottom-section ul.bookToc .subtitle {
font-size: 1.125rem;
font-weight: 700;
}

/* Allow lines to wrap in tables */

.table-wrap td

{ white-space: initial; }

/* Carousel Mobile-view */

@media (max-width: 599px) {
.pg_index div.carousel {
    display: none;
}
}

.pg_ChapterStandard h4.section-title, .pg_article h4.section-title {
font-weight: 700;
font-style: italic;
}

/* === Module Abstract ===*/.cms-fullwidth-view .cms-module-abstract h3, .cms-module-view .cms-module-abstract h3 {border-color: #34c3e3;
}/* === Module Quotation Mark ===*/.cms-module-intro h3:before { color: #34c3e3;
}
