body {
    font-family: 'Poppins', 'aktiv-grotesk', 'proxima-nova-alt', sans-serif !important;
	font-size: 20px;
	line-height: 1.5;
    font-weight: 400;
    font-style: normal;
    background: #fff;
    color: #505050;
}

ul.chapterList {
   font-size: 1.5rem;
    line-height: 1;
    font-weight: 500;
    list-style: none;
    margin: 0 0 30px 0;
    padding: 0;
}

ul.chapterList li {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #ccc;
}

ul.chapterList li i.fa {
    color: #2f5c67 !important;
}

ul.chapterList.small {
    font-size: 1rem;
}

.locked {
    opacity: .4;
}

.eBookTitle {
    font-size: 1.875rem;
    line-height: 1.2;
    font-weight: 700;
    color: #2f5c67;
    margin-bottom: 15px;
}

.searchSelect, .searchButton {
    position: relative;
    padding: 15px 30px;
	font-size: .875rem;
	line-height: 1;
	font-weight: 500;
	text-transform: uppercase;
	background-color: rgba(0,0,0, .5);
	color: #fff;
	border: none;
}

.searchPanel {
	display: block;
    min-width: 360px !important;
	align-content: center;
	padding: 15px !important;
	background: #fff !important;
	border-radius: 0 !important;
	margin: 0 !important;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.1);
}

.searchWrap {
    position: relative;
    margin: 15px 0;
    padding: 15px;
    background-color: #c16144;
    color: #fff !important;
    /*-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 4px rgba(0,0,0,0.1);*/
}

.searchWrap div {
    margin: 0 7px;
}

.searchWrap label {
    font-size: .875rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 10px;
}


.searchWrap .button, .dropdown {
    background-color: #305d67;
}

#termsListModal li {
    border-bottom: 1px solid #ccc;
    padding: 7px 0;
}

#termsListModal li:last-of-type {
    border-bottom: none;
}

#termsListModal .modal-body {
    padding-right: 4vw;
}

@media only screen and (max-width: 480px) {
    body {
        font-size: .9rem;
        line-height: 1.7;
    }
    
    .container {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

.tanBack {
	background-color: #f4f4f4;
}

.bookSummary {
	margin: 0;
	padding: 5vw 0 10vw 0;
}


.nav-tabs li a {
	display: inline-flex;
	align-items: center;
  	padding: 1.5vw 4vw;
	background-color: #c16044;
	color: #fff;
	margin-right: 10px;
    height: 60px;
    font-weight: 700;
    text-decoration: none;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.nav-tabs li a.active {
	background-color: #fff;
	color: #6f7070;
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
}

.tab-pane {
	padding: 2vw 0;
}

section.tabs {
	margin-top: -60px;
}


.eb_header {
    display: flex;
    display: none;
    justify-content: flex-start;
    background-color: #fff;
    padding: 2vw;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0,0,0, .25); 
    box-shadow: 0px 2px 4px 0px rgba(0,0,0, .25);
    z-index: 1;
}

ul.bulletList {
    margin: 0 0 2vw 0;
    padding: 0;
}

ul.bulletList li {
    padding: .5vw 0 .5vw 30px;
    border-bottom: 1px dashed #ccc;
}

ul.bulletList li:last-child {
    border-bottom: none;
}

ul.bulletList.instructions {
    background-color: rgba(0,0,0, .05);
    padding: 3vw;
    list-style: none;
    border-radius: 10px;
}

ul.bulletList.instructions li {
    padding: .5vw 0 !important;
}

.not-found {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 60px;
}

.eb_header .container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.eb_header_logo {
    display: inline-block;
    max-height: 102px;
    margin: 0 0 60px 0;
}

.eb_header_logo img {
    max-height: 102px;
}

.eb_navBar {
    display: none;
    background-color: #c16144;
    color: #fff;
    padding: 15px 0;
}

.eb_navBar .container {
    display: flex;
}




.eb_submit {
	padding: 2vw 0;
	background-color: #f0f0f0;
}

.eb_returnNav {
    display: flex;
    font-size: .8rem;
}

.eb_returnNav .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.eb_returnNav a {
    display: inline-flex;
    color: #fff;
    margin: 15px 4px;
    padding: 5px 15px;
    text-decoration: none;
    border-radius: 50px;
    background-color: #c16144;
}

.eb_returnNav a:hover {
    background-color: #9dac6a;
}

@media only screen and (max-width: 480px) {
            .eb_navBar .container, .eb_returnNav .container {
                justify-content: center;
            }
    
            .eb_returnNav a {
                margin: 2px auto;
            }
    }

ul.eb_nav {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

ul.eb_nav li {
}

ul.eb_nav li a {
    padding: 7px 30px;
    border-right: 1px solid rgba(255,255,255, .25);
    color: #fff;
    /* background-color: rgba(0,0,0, .25); */
    transition: .2s all ease-in-out;
}

ul.eb_nav li a:hover {
    background-color: rgba(0,0,0, .25);
}


.eb_mainBody {
    padding: 0 0 2vw 0;
}

.eb_filterBar {
    background: #ededed;
    padding: 30px 0;
    margin-bottom: 20px;
}

.eb_filterBar .alphaRow,
.eb_filterBar .searchRow
{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
}

.eb_filterBar .alphaRow .form-inline {
    flex-basis: 100%;
    justify-content: flex-start;
}

.lead {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
}

.form-group {
    align-items: center;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
	margin: 0;
}


.form-group .form-control, select.selectpicker {
	padding: 9px;
	background-color: #E8E8E8;
	border: none;
	border-radius: 0;
}

.form-group label.col-form-label {
	font-weight: 700;
}

.error {
    display: block;
    font-weight: 700;
    margin: 7px 0;
    padding: 15px;
    color: #CA0609;
}

/* Select Menu */

select.simSelect {
    border: 4px solid pink !important;
}

#gallery, .gallery {
    margin-top: 15px;
}

#gallery>div, .gallery>div {
    display: flex;
    align-items: center;
    padding: 7px 0;
    border-bottom: 1px dashed #ccc;
}

#gallery>div>div:first-child, .gallery>div>div:first-child {
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    flex-grow: 1;
}

#gallery>div .glyphicon.glyphicon-remove.red {
    text-align:unset !important;
    text-indent: 999em !important;
    display: block;
    height: 40px;
    width: 40px;
    color: #777;
    font-size: 10px;
    overflow: hidden;
}


#file169_dropzone, .form-control-file {
    padding: 15px 15px 15px 0;
    margin-bottom: 7px;
}

input#file169_dropzone[type=file]  {
   
}

#gallery>div .glyphicon-remove.red:before {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    line-height: 1;
    text-indent: 0;
    padding: 7px;
    height: 40px;
    width: auto;
    content: "x";
    color: #fff;
    border-radius: 7px;
    background-color: red;
    transition: .2s all ease-in-out;
}

#gallery>div .glyphicon-remove.red:hover {
    cursor: pointer;
}


#drop-area {
	width: auto !important;
	margin: 30px 0 !important;
    padding-top: 30px !important;
}

progress {
    display: none;
	width: 100% !important;
	flex-basis: 60%;
}

h3 {
	font-size: 32px;
	line-height: 38px;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin-bottom: 60px;
}

hr.thick {
	margin-bottom: 60px;
	border: none;
	border-top: 7px solid;
}

button.btn, label.button, .button {
	display: inline-flex;
	position: relative;
	font-size: .875rem;
    font-weight: 700;
	line-height: 1;
	text-align: center;
	padding: 10px 30px;
    border: none;
	border-radius: 100px;
	background-color: #2f5c67;
	color: #fff;
    transition: .2s all ease-in-out;
}

button.btn:hover, label.button:hover, .button:hover {
    padding-right: 50px;
    color: #fff;
    text-decoration: none;
	transition: .2s all ease-in-out;
}

button.btn:hover:after, label.button:hover:after, .button:hover:after {
	align-self: flex-end;
	line-height: 1;
	content: ">";
}

.button.unpublish {
	background-color: #C66E48;
	color: #fff;
}

.button.publish {
	background-color: #4B828D;
	color: #fff;
}

.button.add {
	background-color: #9dac6a;
	color: #fff;
}

.notation, .help-block {
	display: block;
	margin-right: 10%;
	font-family: "Adelle Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 14px;
	line-height: 1.4;
	font-weight: normal;
}

.notation.red, label span {
    color: red;
    font-weight: 700;
}

input[type=checkbox] {
	background-color: orange !important;
	border: 0 !important;
	padding: 4px !important;
}



/* Simulation Search */

.simSearch_Title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}


/* Simulation Admin */

table.ebTable {
	margin: 30px 0;
	width: 100% !important;
}

.ebTable thead {
	font-family: "Adelle-Sans", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size: 17px;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
	background-color: #454545;
	color: #fff;
}

.ebTable thead a {
	color: #fff;
	text-decoration: none;
}

.ebTable th, .ebTable td {
  padding: 4vw auto;
  vertical-align: middle;
}

.ebTable td.ebTitle {
	width: 70%;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}

.ebTable td.edit {
	width: 10%;
}

.ebTable tfoot td {
    font-size: 12px;
    line-height: 0;
    padding: 30px !important;
    border-top: 4px solid #333;
    background-color: #fff;
}

.ebTable tfoot td a {
    font-size: 12px;
    line-height: 0;
    padding: 7px 10px;
    border-radius: 100px;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0, .25);
    border: 1px solid #ccc;
}

.ebTable tfoot td a:first-of-type {
    margin-left: 7px;
}


@media only screen and (min-width: 1200px) {
   .eb_filterBar .alphaRow .form-inline {
    flex-basis: 100%;
    justify-content: space-between;
} 
}

.eb_filterBar .searchRow
{
    margin-left: -7px;
}

.radio-button {
	display: flex;
	align-items: center !important;
	line-height: 1 !important;
}


.radio-button input[type=checkbox], .radio-button input[type=radio] {
	display: inline-block;
	width: auto;
	margin-right: 15px;
}


input.alphaButton {
    border: 1px solid rgba(0,0,0, .25);
    border-radius: 4px;
    margin: 2px;
    padding: 7px 12px;
    background-color: rgba(0,0,0, .05) !important;
    transition: .2s ease all;
}

input.alphaButton:focus {
    border: 4px solid rgba(0,0,0, .25);
}

input.alphaButton:active,
input.alphaButton:focus,
input.alphaButton:checked,
input.alphaButton:visited,
input.alphaButton:target
{
    background-color: #C16144 !important;
    color: #fff;
}

.eb_searchField {
    width: 100%;
    padding: 1em;
    background: rgba(0,0,0, .05);
    border: 1px solid rgba(0,0,0, .25);
}

.eb_filterBar label {
    margin-bottom: 0;
}

.eb_filterBar .text_search_group {
    margin:0 7px;
}

.eb_filterBar .radio-inline {
    margin-right: 7px;
}

.eb_filterBar .radio-inline input {
    margin-right: 4px;
}

.eb_filterBar .pt_pta_group {
    margin:0 7px;
    padding: 1em;
    background: rgba(0,0,0, .05);
    border-radius: 4px;
}

.eb_filterBar .pt_pta_group:after {
    display: block;
    position: relative;
    height: 100%;
    width: 4px solid #333;
    content: "";
}

.eb_filterBar span.sort {
    margin-right: 7px;
}

.modal-body {
    padding: 4em;
}

.bibNum {
    display: inline-flex;
    height: 30px;
    width: 30px;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 7px;
    margin-right: 0px;
    background-color: #28a8e0;
    font-size: 12px;
    color: #fff;
    border: 0;
    border-radius: 100px;
    transition: .2s ease all;
}

.bibNum:hover {
    background-color: #64A70B;
    background-color: #c16144;
    border: 4px solid #fff;
}

.clearButton {
    border: none;
    border-radius: 100px;
    padding: .5em 1.5em;
    color: #fff;
    background-color: #c16144;
    transition: .2s ease all;
}

.clearButton:hover {
    opacity: .8;
}

.clearButton.gray {
    background-color: rgba(200,200,200, 1);
}

#trigger:hover {
    opacity: .9;
}

#trigger:after {
    display: inline-flex;
    font-family: 'Pe-icon-7-stroke';
    font-size: 175%;
    height: auto;
    width: auto;
    content: "\e686";
    align-items: center;
    justify-content: center;
    border: 0px solid;
    line-height: 1; 
}

#trigger.closed:after {
    content: "\e686";
}

#trigger.open:after {
    content: "\e684";
}

.eb_billboard {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #305d67;
    max-height: 800px;
    min-height: 500px;
    overflow: hidden;
}


.eb_billboard.sub {
    position: relative;
    max-height: none;
    min-height: 0;
	padding: 4vw 0;
}


.eb_billboard_background {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    text-align: right;
    background-color: rgba(0,0,0, .25);
}


.eb_billboard_background img:before {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0, .25);
    z-index: 7777;
    border: 7px solid pink !important;
}



.eb_billboard_background img {
    position: absolute;
    top: 0;
    left: 0px !important;
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    background-position: 0% 0% !important;
}

.noborder {
	border: none !important;
}

.padTop4vw {
	padding-top: 4vw;
}

.padBottom4vw {
	padding-bottom: 4vw;
}

@media only screen and (max-width: 768px) {
     .eb_billboard {
         min-height: auto;
         padding: 4vw 0;
     }
    
    ul.eb_nav {
        display: block;
    }

    ul.eb_nav li {
        margin-bottom: 0px;
    }

    ul.eb_nav li a {
        display: block;
        padding: 7px;
        border-right: none;
    }
    
    
    .eb_header_logo {
        display: inline-block;
        max-width: 50%;
        max-height: 100%;
        margin: 0px;
    }
    
}

.eb_billboard:after {
    display: block;
    position: absolute;
    top: 0;
    right: 30%;
    height: 100%;
    width: 100%;
    content: "";
    /*content: url('https://acapt.org/images/default-source/clinical-education-glossary/glossarybillboardshape.svg');*/
    /*background: url('https://acapt.org/images/default-source/clinical-education-glossary/glossarybillboardshape.svg') top right no-repeat;*/
    /*background-size: cover;*/
}

@media only screen and (max-width: 992px) {
     .eb_billboard:after {
        right: 0%;
         background-color: #64a70b;

    }
    
    .eb_billboard .container {
        display: flex;
        flex-wrap: wrap;
    }
     
}





.eb_billboard .container {
    display: flex;
    flex-wrap: wrap;
}

.eb_billboardContent {
    position: relative;
    flex-basis: 100%;
    z-index: 7;
}

@media only screen and (max-width: 992px) {

    .eb_billboardContent {
        flex-basis: 100%;
    }
    
}


.eb_billboard h1 {
    font-family: adelle-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 75px;
    line-height: .85;
    text-transform: uppercase;
    margin-bottom: 30px;
}


.eb_billboard .subText {
    font-family: proxima-nova-alt, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.2;
}

.eb_billboard .smallTitle {
    display: block;
    font-family: adelle-sans, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #C3CDA0;
    margin-bottom: 2vw;
}

h2.smallTitle {
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
	text-transform: uppercase;
}


@media only screen and (max-width: 768px) {

        .eb_billboard h1 {
            font-size: 7vw;
            line-height: .85;
            margin-bottom: 30px;
        }

        .eb_billboard .subText {
            font-size: 17px;
            line-height: 1.2;
        }
    
        .eb_billboard .smallTitle {
            display: block;
            font-family: adelle-sans, sans-serif;
            font-size: 18px;
            font-weight: 700;
            line-height: 1;
            margin-bottom: 15px;
        }
    
    
        .eb_searchField {
            margin-bottom: 30px;
        }
    
    

}




.downloadLink, .moreLink {
    display: inline-flex;
    line-height: 1;
    padding: 4px 7px;
    margin: 15px 15px 15px 0;
    
}

.downloadLink:before, .moreLink:before {
    display: inline-flex;
    font-family: 'Pe-icon-7-stroke';
    font-size: 120%;
    height: auto;
    width: auto;
    margin-right: 7px;
    border: 0px solid;
}

.downloadLink:before {
    content: "\e65c";
}

.moreLink:before {
    content: "\e665";
}

.smallText {
    font-size: .85em;
    line-height: 1.4;
}

.slider {
    background-color: #EDEDED;
    width: 50vw;
    padding: 2vw;
    box-sizing: content-box;
}

.sliderButton {

  background-color: #2E2E2E;
  left: -40px;
  padding: 10px;
  position: absolute;
  top: 0px;
  width: 20px;
  cursor: pointer;
  margin-top: -20px;
  -moz-transition: 200ms ease all;
  -webkit-transition: 200ms ease all;
    
}


.eb_termList {
    list-style: none;
    padding: 0;
    margin-left: 0;
}

.eb_term {
    background: #EDEDED;
    border-radius: 7px;
    padding: 0;
	transition: all .2s ease;
}

.eb_term .collapsible {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0, .25);
}

.eb_term .collapsible:after {
	position: absolute;
	font-size: 30px;
	line-height: 1;
	right: 0;
	display: inline-block;
	height: 40px;
	width: 40px;
	content: ">";
}

.eb_term .content {
    font-size: 1rem;
    margin: 0;
	padding: 2vw;
	transition: all .4s ease;
}

.eb_term .content>div.flexWrapper div:first-child {
    margin-right: 2vw;
    padding-right: 2vw;
    flex-grow: 1;
    border-right: 1px solid #ccc;
}

.eb_term h3 {
    font-family: adelle, proxima-nova-alt, sans-serif;
    color: #64A70B;
}

ul.supportingDocsList {
    margin: 0;
    padding-left: 15px;
    font-size: .9rem;
    lin-height: 1;
}

ul.supportingDocsList li {
    list-style: disc;
    padding-left: 0;
    border-bottom: 1px dashed rgba(0,0,0, .25);
}

.eb_footer {
    background-color: rgba(200,200,200,.15);
    padding: 4vw 0;
}


.eb_footer_logo {
    display: inline-block;
    max-height: 80px;
    margin: 0px 7px;
}

.eb_credit {
    background-color: rgba(400,400,400, 1);
    padding: 2vw 0;
}




ul.checklist {
    list-style: none;
    margin: 0 0 60px; 0;
    padding: 0px !important
}

ul.checklist li {
  display: block;
  position: relative;
  font-size: 1.2em;
  line-height: 1.2;
  align-items: center;
  padding: 20px 15px 20px 45px;
  border-bottom: 1px solid #ccc;
  vertical-align: center;
}

ul.checklist li:before {
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  height: 35px;
  width: 35px !important;
  content: "";
  background: url('/images/default-source/clinical-education-glossary/check.svg') no-repeat center center/cover;
}


/* Simulation dropdown menu */

.select select {
   -webkit-appearance:none;
   -moz-appearance:none;
   -ms-appearance:none;
   appearance:none;
   outline:0;
   box-shadow:none;
   border:0!important;
   background: #ccc;
   background-image: none;
   flex: 1;
   padding: 0 2em 0 .5em;
   color:#fff;
   cursor:pointer;
   font-size: .875em;
   font-family: 'Open Sans', sans-serif;
}
.select select::-ms-expand {
   display: none;
}
.select {
   position: relative;
   display: flex;
   width: 20em;
   height: 3em;
   line-height: 3;
   background: #5c6664;
   overflow: hidden;
   border-radius: .25em;
    border-radius: 0;
}

select.searchSelect {
    width: auto;
    max-width: 200px;
}

.select::after {
    font-family: 'Pe-icon-7-stroke';
   content: '\e688';
   position: absolute;
   top: 0;
   right: 0;
   padding: 0 1em;
   background: #777;
   cursor:pointer;
   pointer-events:none;
   transition:.25s all ease;
}
.select:hover::after {
   color: #23b499;
}





