/* Publisher Shopping Cart CSS */

/* fidelis.css */

@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');

@media only screen and (max-width: 767px)
.filterGroupHeader {
    padding: 8px;
    margin: 0;
    cursor: pointer;
}

@media only screen and (max-width: 767px)
#mobileBrowseTitle {
    float: left;
    display: none;
}

@media only screen and (max-width: 767px)
#mobileBrowseHeader {
    background: transparent;
}

@media only screen and (max-width: 960px)
#header.headerPSC .headerRight {
    width: 100% !important;
    padding-bottom: 5px;
}

@media only screen and (max-width: 960px)
#header.headerPSC #headerAccount {
    padding-top: 5px;
    padding-bottom: 5px;
}

.headerPSC-content-mobile {
    padding-bottom: 5px;
}

/* ---------- BODY ---------- */

html, body{
  font-family:'Nunito', Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
  color:#002f6c;
}
a{
  color:#A1182D;
}
a:hover{
  color: #A1182D !important;
  text-decoration: none;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
}

h1{
  font-weight:bold;
  line-height:1.2em;
  font-size:22px;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  font-size:28px;
  text-transform:none;
  text-decoration:none;
  letter-spacing:0px;
  font-style:normal;
  color:#002f6c;
}
h2{
  font-family:'Nunito', Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:18px;
  line-height: 25px !important;
  text-transform:none;
  text-decoration:none;
  letter-spacing:0px;
  font-style:normal;
  color:#002f6c;
  margin:0px;
}
#product_rightCol h2, #tabs h2 {
    color:#002f6c;
    line-height: 1.5;
    margin: 0;
}

h3 {
    line-height: 1.2em;
    font-size: 22px;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    color: #002f6c;
}
h4{
  color: #A1182D;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.030303em;
  text-transform: uppercase;
}
p{
  font-family:'Nunito', Arial, Helvetica, sans-serif;
  font-weight:normal;
  font-size:13px;
  text-transform:none;
  text-decoration:none;
  font-style:normal;
  color:#002f6c;
}
ul,ol,dl{
  font-weight:normal;
  font-size:12px;
  font-family:'Nunito', Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:1.6em;
  text-transform:none;
  text-decoration:none;
  font-weight:400;
  font-style:normal;
  margin:1em 0;
}
nav ul,nav ol{
  margin:0;
}



/* ---------- HEADER ---------- */


#header-wrap{
  padding-top:0px !important;
}
#header{
  padding-top:0px !important;
}
#logo {
  float:left;
  padding:20px 0px;
}
#topNav {
  float: right;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  color: #A1182D;
  margin-top: 25px;
}
#topNav a{
  color:#002f6c;
}
#topNav nav, #topNav ul, #topNav li, #topNav a:hover{
    color: #6b6b6b !important;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}


#topNav nav,#topNav ul,#topNav li,#topNav a{
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1em;
  color: #A1182D;
  font-style:normal;
  float:left;
  list-style: none;
  display: inline-block;
}
#topNav ul, #topNav li{
  float:left;
  list-style: none;
  display: inline-block;
  padding: 10px 5px 0px 5px;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  background-color: #FFFFFF;
}
#topNav li {
  height: 20px;
}


/* ---------- DROPDOWN ---------- */


.clearfix {
    list-style: none;
    font-weight: bold;
    margin-bottom: 0px;
    float: left; /* Clear floats */
    width: 100%;
}
.clearfix li {
    float: left;
    position: relative;
    height: 20px;
    padding: 0px;
    background: rgba(255,255,255,0); 
}
.clearfix a {
    display: block;
    padding: 3px;
    color: #fff;
    text-decoration: none;
}
.clearfix a:hover {
    color: #fff;
    background-color: #FFFFFF;
    text-decoration: underline;
}
.clearfix ul {
    background-color: #FFFFFF;
    background: rgba(255,255,255,0); 
    list-style: none;
    position: absolute;
    left: -9999px; 
    top: -20px;
    padding: 0px;
}
.clearfix ul li {
    /*padding-top: 1px; /* Introducing a padding between the li and the a give the illusion spaced items */
    float: none;
    padding: 0px;
}
.clearfix ul a {
    white-space: nowrap; /* Stop text wrapping and creating multi-line dropdown items */
    padding-bottom: 0px;
}
.clearfix li:hover ul { /* Display the dropdown on hover */
    left: 0; /* Bring back on-screen when needed */
}
.clearfix li:hover a { /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
    background-color: #FFFFFF;
    text-decoration: underline;
}
.clearfix li:hover ul a { /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
    text-decoration: none;
}
.clearfix li:hover ul li a:hover { /* Here we define the most explicit hover states--what happens when you hover each individual link. */
    background-color: #FFFFFF;
}

.dropdown ul, .dropdown li {
  padding: 5px 0px 0px 0px !important;
}
.dropdown {
  margin-top: 49px !important;
  margin-left: -12px !important;
}




/* ---------- SEARCH ---------- */

.headerPSC #search .searchWrapper {
    display: inline;
}
.headerPSC #search {
    float: left;
    margin-left: -10px;
    padding: 10px 0;
}

.searchWrapper {
  width: auto;
  background:transparent;
  padding: 8px 0px;
}

#searchHeaderText {
    color: #002f6c;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    white-space: nowrap;
    margin-top:0px;
    line-height: 25px;
}
#searchButton:hover {
  opacity: .8;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

#search .input {
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  border: 1px solid #002f6c;
}

/* ---------- ACCOUNT ---------- */

#headerAccount {
  font-size: 13px;
  padding: 5px 0 0 0;
    
}

#headerAccount #cart_total {
  color: #002f6c;
}
#headerAccount #welcomeMessage {
  color: #002f6c;
}
#header #headerAccount a {
  color: #002f6c;
}

#header.headerPSC .headerRight {
  width: 420px !important;
}

.ui-dialog .ui-dialog-title {
  line-height: 1.2em;
  font-size: 22px;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  color: #002f6c;
}

.msg_success {
  color: #ffffff;
  background-color: #002f6c;
}
.loginBtnHolder a{
  color:#A1182D;
}

img#cartBtn:hover {
  opacity: .8;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
}

img#checkoutBtn:hover{
  opacity: .8;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;
}

img.ebookButton:hover{
  opacity: .8;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;  
}

input[type="image"]:hover{
  opacity: .8;
  -webkit-transition: 0.1s background-color linear, 0.1s color linear;
  -moz-transition: 0.1s background-color linear, 0.1s color linear;
  -o-transition: 0.1s background-color linear, 0.1s color linear;
  transition: 0.1s background-color linear, 0.1s color linear;  
}
.msg_message {
  color: #ffffff;
  background-color: #002f6c;
}

.loginBtnHolder input:hover{
    opacity: .8;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}

img.checkoutBtn:hover{
    opacity: .8;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}
#checkout .step #step_one {
  background-image: none;
  background-repeat: no-repeat;
}
#checkout .step #step_two {
  background-image: none;
  background-repeat: no-repeat;
}
#checkout .step #step_three {
  background-image: none;
  background-repeat: no-repeat;
}
#checkout .step #step_four {
  background-image: none;
  background-repeat: no-repeat;
}
#checkout .step #step_five {
  background-image: none;
  background-repeat: no-repeat;
}

#checkout .checkoutHeader {
  font-weight: 400;
  font-size: 20px;
  color:#002f6c;
}

#checkout .checkoutLabel, #checkout .checkoutError{
  font-size: 13px;
  color:#161919;

}

#checkout .shipTitle{
  font-size: 13px;
  color:#161919;
}
.checkoutField #displayCheckoutShippingRadioButtons {
  font-size: 12.5px;
  color:#161919;
}

.keepLoggedTbl a {
  color: #A1182D;
}

ui-dialog {
  font-size: 13px;
}

/* ---------- LEFT COLUMN ---------- */


#leftColumn {
    border: 1px solid #002f6c;
    background: #002f6c;
    width: 125px;
    margin: auto;
    padding: 2.5px;
}
#leftColumn a {
    text-align: center;
    color: #ffffff;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
}

#leftButtons img:hover {
    opacity: .8;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}


/* ---------- MIDDLE COLUMN ---------- */

#numArticles .numArticles_left{
  display: none;
}

#numArticles {
    background: transparent;
    color: #002f6c;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
}

#numArticles .numArticles_right {
    width: auto;
    font-size: 12px;
    color: #002f6c;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    font-style: normal;
}
.carouselTitleHolder a {
  color: #002f6c;
}
.carouselTitleHolder a:hover {
 color: #002f6c;
}
.title, .title a {
    color: #A1182D;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.030303em;
    text-transform: uppercase;
}
a.doubleArrow:hover, a.doubleArrow:active {
    padding: 0 20px 0 0;
    background: url(/filebin/publisher_cart_images/fidelis/arrows.gif) right no-repeat;
  }

  a.doubleArrow {
    padding: 0 20px 0 0;
    background: url(/filebin/publisher_cart_images/fidelis/arrows.gif) right no-repeat;
}


.flex-direction-nav a::before{
  font-size: 12px;
}
.flex-direction-nav a:hover::before{
  font-size: 12px;
}
.flex-direction-nav a {
    opacity: 1;
    height: 20px;
    width: 20px;
}

.publisherTitle{
  color:#002f6c;
}
.publisherTitle .authorStr{
  color:#002f6c; 
}
.search-results-pages-21 #numArticles{
  background: none repeat scroll 0 0 #FFFFFF;
}

.flex-direction-nav .flex-nav-next a::before {
    content: '\f101';
}

.flex-direction-nav a::before {
    font-family: FontAwesome;
    content: '\f100';
}
.flex-direction-nav a:hover::before {
    font-size: 12px;
    color: #002f6c;
}

#topPublisherData {
    display: none;
}


.css-nw180v {
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
}

.bookCarouselWrapper .carouselImgHolder{
  border: none;
}

.mediumImgHolder{
  border: none;
}

/* ---------- RIGHT COLUMN ---------- */

h2.css-dysiaa {
    font-size: 15px;
    font-weight: 400;
}

.filterTemplate_right li, .filterItem{
  font-size: 13px;
}

#templateMiddle .filterTemplate_right{
  background:transparent !important;
}

#searchDirFilterColumn {
  background:transparent !important;
}

.filterGroup h2, .filterGroupHeader {
    color: #002f6c !important;
    font-weight: 700;
}

.filterItem{
  font-size: 13px;
}
.filterItem a{
  color: #79c9c7;
}
.filterItem a:hover{
  color: #002f6c;
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}
a.viewAllLink{
  color: #002f6c;
  font-weight: 700;
  text-decoration: none;
}
a.viewAllLink:hover{
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
}
.filterGroupHeader {
    color: #002f6c;
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1em;
    font-style: normal;
}

#filterGroup_by_Number_of_Pages {
    display: none;
}
#filterGroup_by_Format {
    display: none;
}

.filterGroup h2, .filterGroupHeader {
    text-transform: uppercase;
}

.filterTemplate_right li label, .filterItem a {
    line-height: 1.4em;
    color: #002f6c;
}

.filterGroup .filterHolder-toggle {
    color: #A2182E;
    font-size: 13px;
}

.css-nw180v {
    font-family: 'Nunito', Arial, Helvetica, sans-serif;
}

.filterTemplate_right li.active label{
  color: #A1182D;
}

/* ---------- FOOTER ---------- */

#footer_container {
  background: #ffffff !important;
  border-top: 1px solid #d4d4d4;
  width: 961px;
  margin: 0 auto;
  margin-top:25px;
  }

#footer{
  padding: 0px;
  width:961px;
}
#footerLinks{
  margin-top: 30px;
}
#footerLinks li{
  display: inline;
  list-style: none;
  float: left;
  margin: none;
  padding-right: 17px;
  border-right:1px solid #666666
}

.footer-content {
  padding: 30px 75px;
  font-family:'Nunito', Arial, Helvetica, sans-serif;
  font-size: 17px;
  color:#898a8d;
}

.footer-content a {
  color: #898a8d;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

/* ---------- PRODUCT PAGE ---------- */

#product_rightCol {
  margin-right: 0px;
  line-height: 20px;
}

#product_rightCol .authorStr{
  padding: 0 0 8px;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
  color:#002f6c;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: none;
  text-decoration: none;
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
}

#product_rightCol h1 {
    font-size: 25px;
}

#product_rightCol .purchasingControlsHolder {
  background: #f1f1f1;
  font-size: 14px;
}

#product_rightCol .description {
    padding: 2px 0 25px;
}

.largeImgHolder {
border: 0px;
}

#altImageContainer #altImageHolder {
    width: 400px;
    display: none;
}

@media only screen and (max-width: 767px)
.ui-tabs .ui-tabs-nav {
    padding-left: 0px;
}

/* ---------- PRODUCT PAGE ~ TABS ---------- */

#tabs {
    margin: 35px 0;
}

.ui-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    font-weight: bold;
}

.ui-tabs .ui-tabs-panel h4 {
    display: none;
}

.ui-tabs-panel .ui-widget-content {
    font-size: 15px;
}

.ui-tabs .ui-tabs-panel{
  line-height: 25px;
}

.ui-tabs .ui-tabs-nav li a {
  background: #f1f1f1;
  font-family: 'Nunito', Arial, Helvetica, sans-serif;
}
.ui-tabs .ui-tabs-nav li a:hover{
 color:#002f6c !important; 
}

@media only screen and (max-width: 767px)
.ui-tabs .ui-tabs-nav li {
    margin: 0px;
}

@media only screen and (max-width: 767px)
.ui-tabs .ui-tabs-nav {
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    padding-left: 0px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    padding-bottom: 0px;
}

@media only screen and (max-width: 767px)
.ui-tabs .ui-tabs-nav li {
    margin: 0px;
}

@media only screen and (max-width: 767px)
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
    border-bottom: 0px;
}

/* ---------- ETC ---------- */

.viewProductTable td.productName {
    color: #002f6c;
}

a#dialog_login.accountNormal.blueOver:hover{
  color: #002f6c;

}
#additionalFuncs ul li a{
  color: #666666;
}
#additionalFuncs ul li a:hover{
  color: #002f6c;
}

a.blueOver:hover, #header #headerAccount a:hover, a.textButton:hover, .headerTitle .product_cart_title .cartSubHeader a:hover {
    color: #002f6c;
}

a.doubleArrow:hover{
  color: #002f6c;
}

.carouselTitleHolder{
  font-size: 13px;
}

.carouselTitleHolder a:hover{
  color:#002f6c;
}

#mobilePSCNavTop {
    padding: 10px;
}


#mobileNav a {
    color: #ffffff;
    font-size: 18px;
}

#mobileNav li {
    padding: 10px 0px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}