﻿
html {
  font-family: Lato, serif;
  
}

a {
    color:#005b9a;
}

.text-primary{
    color:#005b9a !important;
}

.svg-inline--fa
{
    font-size:14px;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0) {@font-face {font-family: 'lato';
src: url('../../includes/fonts/lato.svg') format('svg');
}}*/
 
/**:hover::-webkit-scrollbar {
    width: 5px;
}*/

*, *::before, *::after {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 15px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

body {
  margin: 0;
  font-family: Lato, serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #394f69;
  text-align: left;
  background-color: #fff;
  padding:0; 

}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height:2rem;font-weight: 700;
}


/*.page-footer{
    bottom: 0;
    position:absolute;
}*/

.underline {
    text-decoration:underline;
}

.noContainerPadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

h5.mb-0 {
  font-weight: 400;
}

h6.mb-0{
    font-size:18px;
}

.form-control{
    font-size: .85rem; /*override bootstrap*/
}

@media print {
  .DontPrint {
    display: none !important;
  }
}

@media print {
  .JustForPrint {
    display: block !important;
  }
}

.JustForPrint {
  display: none;
}

/* Start Tooltip */

.tooltip-inner {
  background-color: rgb(18,125,191) !important;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #127dbf !important;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: rgb(18,125,191) !important;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: rgb(18,125,191) !important;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: rgb(18,125,191) !important;
}


/* For copyURL */
.tooltipMy {
  position: relative;
  display: inline-block;
}

.tooltipMy .tooltipMytext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltipMy .tooltipMytext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltipMy:hover .tooltipMytext {
  visibility: visible;
  opacity: 1;
}

/* End:  Tooltip */

/* old askart for clipboard */
.clipboardTable{
    font-size:11px;font-family: "Open Sans",Helvetica,"Trebuchet MS",Arial,Verdana,sans-serif !important;-webkit-font-smoothing: antialiased;border-width:0px;
}
.PriceBox {
    border: 1px solid rgb(200,200,200);
    padding: 10px;
    padding-left: 15px;
    margin-left: -10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: -8px;
}
.ImageTD {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 2px;
    text-align: center;
}
.ContentTD {
    padding-left: 10px;
    vertical-align: top;
    padding-top: 0px;
    text-align: left;
    width: 350px;
    overflow: visible;
}
.ContentText {
    color: rgba(50,50,50,1.00);
    font-size: 14px;
    line-height: 16px;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(200,200,200,0), rgba(200,200,200,0.75), rgba(200,200,200,0));
}
.ContentTextLightest {
    color: rgba(215,215,215,1.00);
    font-size: 12px;
}
img.img300 {
    max-height: 400px;
    max-width: 330px;
    text-align: center;
}


.badge{
    font-size:85%;
    font-weight:600;
    cursor: pointer;
}

.arbadge{
    padding:5px;
}

.badge-outlined{
    border: 1px solid rgba(16,70,98,0.2);
    padding:4px;
    margin:3px;
}

.TDlistView{


}

.pricing-header {
  max-width: 700px;
}

.card-deck .card-pricing {
  min-width: 220px;
}

.border-top-pricing {
  border-top: 1px solid #e5e5e5;
}

.border-bottom-pricing {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow-pricing {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.HeaderSignedIn{
    position:absolute;right:12%;top:-18px;text-align:right;font-size:12px;width:100vw;color:white;
}

.navbar-dark .navbar-nav .nav-link{
    color:white;
}

.navbar-brand {
  font-size: 2.6rem !important;
  padding-top:0px;
  padding-bottom:0px;
}

.sticky-top-navbar {
  position: sticky;
  top: 97px;
  padding-bottom: 4px;
  z-index: 1000;
  background-color: rgb(255,255,255) !important;
  margin-bottom: 8px;
}

.sticky-top-filtercount {
  position: sticky;
  top: 67px;
  z-index: 300;
  background-color: rgb(255,255,255) !important;
  margin-top:-10px !important;
}

@media (max-width: 767px) {
    .sticky-top-navbar {
        position: static;
    }

    .sticky-top-filtercount {
        position: static;
    }
}

@media (max-width: 991px) {
    .sticky-top-navbar {
        top: 97px;
    }

    .sticky-top-filtercount {
        top: 67px;
    }
}

.AddAuctionAlertsURL{
    font-size:14px;float:right;margin-right:20px; margin-top:5px;
}
@media (max-width: 767px) {
    .AddAuctionAlertsURL{
        margin-top:-15px;
    }
}
@media (max-width: 575px) {
    .AddAuctionAlertsURL{
        margin-top:5px;
    }
}
@media (max-width: 524px) {
    .AddAuctionAlertsURL{
        margin-top:-15px;
        margin-right:5px;
    }
}

@media (max-width: 575px) {
    .BiggerPaginator {
        width: 160px !important;
    }
}

.sidemenu-padding {
  padding-left: 5px;
  padding-right: 5px;
  background-color: white;
  padding-top: 0px !important;
  /*margin-top: 0px;*/
  margin-top: 0px;
  /*margin-bottom: 8px;*/
}

@media (max-width: 767px) {
  .sidemenu-padding {
    padding-top: 3px !important;
  }
}


.nav-link.sidemenu-padding {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  line-height: 18px;
  color:black !important;
}

.infopage-link{
    color:#0050c5 !important;
}

.nav-link.infopage-link.active {
  background-color: #486794 !important;  /*#006eb9 !important;   #0076C7  #3d434b*/ 
  font-weight: 700;
  color: white !important;
}

.nav-link.infopage-link:hover {
  background-color: rgb(58,66,75);
  color: white !important;
  /*opacity: 0;*/
}

.sidemenu-material-icons {
  font-size: 12px;
  margin-right: 3px;
  /*color: #104662;*/
}

.small-gray-text {
  font-size: 12px;
}

/* Start: Header menu hover CSS */

.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

/*  rotate caret on hover  */

.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

.portfolio-navbar .navbar-nav .nav-item {
  padding-right: 1em !important;
}

/* End:  Header menu hover CSS */

.askART-logo {
  font-size: 36px;
  text-shadow: 1px 0 rgba(36, 33, 45, .9), 0 -1px rgba(36, 33, 45, .9), -3px 0 rgba(36, 33, 45, .3), 0 3px rgba(36, 33, 45, .3);
  font-weight: 900;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .askART-logo-homepage-LG {
    font-size: 50px !important;
    margin-left: 10px;
  }
}


.pageTitle {
  /*text-align: left;*/
  font-size: 18px;
  /*float: left;*/
  font-weight: 400;
  color:rgb(75, 75, 75) !important;
  line-height:20px;
}

@media (max-width: 700px) {
  .pageTitle {
    font-size: 36px;
    line-height:38px;
  }
}

@media (min-width: 1500px) {
  .pageTitle {
    font-size: 26px;
    line-height:28px;
  }
}

@media (max-width: 1500px) {
  .pageTitle {
    font-size: 26px;
    line-height:28px;
  }
}

@media (max-width: 1200px) {
  .pageTitle {
    font-size: 24px;
    line-height:26px;
  }
}

@media (max-width: 1000px) {
  .pageTitle {
    font-size: 22px;
    line-height:24px;
  }
}

@media (max-width: 850px) {
  .pageTitle {
    font-size: 20px;
    line-height:22px;
  }
}

@media (max-width: 500px) {
  .pageTitle {
    font-size: 16px;
    line-height:18px;
  }
}



.artist-header1 {
  font-weight: 700 !important;
  /*text-shadow: 1px 0 rgba(10,30,42,0.25), 0 -1px rgba(19,32,40,0.25), -1px 0 rgba(19,32,40,0.25), 0 1px rgba(19,32,40,0.25);*/
  text-align: left;
  font-size: 24px;
  /*font-size-adjust: .8;*/
  color: #0076c7; /*rgb(75,109,159);  #4d7abc; */
  line-height:26px;
}

@media (min-width: 400px) {
  .artist-header1 {
    font-size: 26px !important;
    line-height:28px;
  }
}

@media (min-width: 550px) {
  .artist-header1 {
    font-size: 30px !important;
    line-height:32px;
  }
}

@media (min-width: 680px) {
  .artist-header1 {
    font-size: 32px !important;
    line-height:34px;
  }
}

@media (min-width: 850px) {
  .artist-header1 {
    font-size: 36px !important;
    line-height:38px;
  }
}


@media (min-width: 1100px) {
  .artist-header1 {
    font-size: 40px !important;
    line-height:42px;
  }
}

@media (min-width: 1400px) {
  .artist-header1 {
    font-size: 42px !important;
    line-height:44px;
  }
}

.heading {
  margin-bottom: 10px !important;
  margin-top: -20px !important;
}

/* .portfolio-block pushes down from the header */

.portfolio-block {
  padding-top: 98px;
  padding-bottom: 60px;

}

.portfolio-block.pb2 {
  padding-top: 60px !important;
}

.portfolio-block .heading p {
  max-width: 1000px;
}

.gradient {
  background: linear-gradient(0deg,#4771ae,#5a8dd6);filter: grayscale(20%);
}

.navbar-toggler-icon{
    height:1.5rem;
}

.navbar-padding {
padding-top: 0px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
}

.navbar-dark .navbar-toggler-icon {

}

.navbar-padding {
  padding-top: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-dark .navbar-toggler-icon {
  margin-top: 10px;
  background-image:none;
}

.portfolio-block.projects-with-sidebar a {
  font-weight: 500;
}

.portfolio-navbar.fixed-top + .page {
  padding-top: 60px;
}

.txtSearch {
  margin-right: 0px;
  width: 350px !important;
  border-right-style: none;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right-width: 0px;
}

.txtSearch::-webkit-input-placeholder {
  font-size: 1em;
}

.txtSearch:-moz-placeholder {
  font-size: 1em;
}

.txtSearch:-ms-input-placeholder {
  font-size: 1em;
}

#txtSearchDesktop {
    width: 175px !important;
    margin-right: -10px;
  
}
@media (min-width:991px){
    #txtSearchDesktop {
     width: 188px !important;
  margin-right:0px;
    }
}

#txtSearchHomepage {
  width: 100% !important;
}

.hideSearchResultDetails {
  display: none;
}

@media (max-width: 575px) {
  #homepageSearchOverlay {
    display: none !important;
  }
}

#SearchIconDiv {
  /*border-top-left-radius: 0px;*/
  /*border-bottom-left-radius: 0px;*/
  /*border-left-width: 0px;*/
  /*margin-left: -2px;*/
  height: 31px;
  width: 30px;
  /*padding-top: 3px;*/
  border-top-color: rgba(205,205,205,0.5) !important;
  border-bottom-color: rgba(205,205,205,0.5) !important;
  border-right-color: rgba(205,205,205,0.5) !important;
}

#SearchIconToggle {
  font-size: 22px !important;
  /*margin-right: 20px !important;*/
  /*margin-top: 10px !important;*/
}

#searchclear {
  position: absolute;
  right: 38px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: rgba(200,200,200,0);
  z-index: 10000;
}


#searchclearhomepage {
  position: absolute;
  right: 38px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: rgba(200,200,200,0);
  z-index: 10000;
}

#searchclear-mobile {
  position: absolute;
  right: 55px;
  top: 0;
  bottom: 0;
  height: 20px;
  margin: auto;
  font-size: 14px;
  cursor: pointer;
  color: rgba(200,200,200,0);
  z-index: 10000;
}
/*#searchclear-mobile {
  position: absolute;
  right: 12px;
  top: 5px;
  bottom: 0;
  height: 20px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(200,200,200,0);
  z-index: 10000;
}*/

@media (max-width: 767px) {
  #inputSearchAlertArtistDesktop {
    display: none !important;
  }
}

@media (min-width: 768px) {
  #inputSearchAlertArtistMobile {
    display: none !important;
  }
}

@media (min-width: 990px) {
  #NavbarBrandMobile {
    display: none;
  }
}

@media (max-width: 991px) {
  #NavbarBrandDesktop {
    display: none !important;
  }
}

.ui-id-1{
    max-width:100% !important;
}

#formSearchDesktop {
  /*display: block;*/
}

@media (max-width: 767px) {
  #formSearchDesktop {
    display: none;
  }
}

@media (min-width: 768px) {
  #linksSearch {
    display: none !important;
  }
  .menuMobileButton{
    display: none !important;
  }
}

#SearchIconMobile {
  font-size: 26px !important;
  color: white;
}

#SearchIcon {
  font-size: 22px;
  margin-left: 5px;
  color:white;
}

#hamburger {
  color: white !important;
}

.menuMobileButton{
    border-width: 0px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    opacity:1 !important;
    padding: 8px;
    color: white !important;
    background-color: #386cb7 !important;
}



.form-group {
  margin-bottom: 0px !important;
}

#NavLinks {
  margin-left: 20px;
  margin-right: 10px !important;
}

.nav-link {
  cursor: pointer !important;
  /*line-height: 10px;*/
}

.topRightNavLinks {
  padding-bottom: 14px;
  padding-right: 8px;
  cursor: pointer !important;
  text-decoration:none !important;
}

.topRightNavLinks:hover{
    color:black !important;
    opacity:1;
}

@media (max-width: 900px) {
  .topRightNavLinks {
    padding-bottom: 10px;
    padding-right: 8px;
    cursor: pointer !important;
  }
}

/*  first state  */

.navLinksRowLG {
  display: flex !important;
}

.navLinksRowSM {
  display: none !important;
}

/*@media (max-width: 475px) {
  .navLinksRowLG {
    display: none !important;
  }
}

@media (max-width: 475px) {
  .navLinksRowSM {
    display: flex !important;
  }
}*/

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: white !important;
}

.nav-link.sidemenu-padding.toggle-sidebar {
  padding-right: 6px !important;
  border-width: 0px !important;
}
@media (max-width: 345px) {
  .nav-link.sidemenu-padding.toggle-sidebar{
    padding-right: 1px !important;
  }
}

.TextContent {
  font-size: 15px;
}

.device {
  padding: 10px;
}

.highlight-phone {
  padding-bottom: 5px;
}

.featured-by-div {
  background-color: rgba(65,89,126,0.6);
  border-radius: 5px;
  padding:10px;
  text-decoration:none !important;
}

.gallery-image-div {
  background-color: rgb(255,255,255);
  /*border-radius: 5px;*/
  padding: 15px;
  color: rgb(52,52,52);
  line-height: 20px;
}

.lightbox-caption-div {
  background-color: rgb(244,244,244);
  border-radius: 5px;
  padding: 10px;
  /*padding-top: 0px;*/
  overflow-y: hidden;
  overflow-x: hidden;
  /*height: 50vh;*/
}

.SeeMore::-webkit-scrollbar {
  background-color: rgba(45,45,45,.3) !important;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  /*border-radius: 10px;*/
}

.SeeMore::-webkit-scrollbar-thumb:vertical {
  background-color: rgba(150,150,150,.4) !important;
  /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
  /*border-radius: 10px;*/
}

.SeeMore:hover::-webkit-scrollbar {
  background-color: rgba(200,200,200,.1) !important;
}

.lightbox-column {
  margin-top: 20px !important;
  text-align: left;
  padding-left: 35px;
}

.SeeMoreButton {
    color:rgb(40,40,40) !important;
    font-weight:400;
  /*padding: 5px;*/
  /*padding-top: 0px;*/
  /*background-color: rgba(50,50,50,.7);*/
  border-radius: 4px;
  display: block;
  font-size: 13px;
  text-align: left;
  /*float: right;*/
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.SeeMore {
  overflow-y: auto !important;
  overflow-x: hidden;
  max-height: 73vh;
  padding-top:20px;
  /*float: left;*/
  /*position: absolute;*/
  /*margin-top: 0px!important;*/
  /*position: absolute !important;*/
  /*top: 100px;*/
}

.carousel-caption-SeeMore {
  position: absolute;
  right: 5%;
  left: 5%;
  top: calc(100vh * (-21/32));
  z-index: 9999;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #303030;
  text-align: center;
  max-height: 75vh;
  /*top: 0px!important;*/
  /*margin-top: 0px!important;*/
}

.carousel-caption.featured-by-div {
  top: 5%;
  bottom: auto;
}

.fancybox-caption__body {
  overflow-x: hidden;
}

.fancybox-thumbs__list a:before{
    border: 6px solid #52a3ff !important;
}

.fancybox-thumbs {
    background: rgba(200,200,200,.1) !important;
}

.carousel-caption-info-sample {
  background-color: rgba(50,50,50,.7);
  position: absolute !important;
  top: 40px !important;
  height: 140px;
  border-radius: 4px;
}

#whatsmyartworth {
  text-decoration: underline;
  text-decoration-color: rgba(255,204,145,0.72);
  /*margin-top: 10px;*/
  font-weight: 400;
  font-size: 14px;
  color: rgba(16,70,98,0.74);
  font-style: italic;
  /*padding-bottom: 8px;*/
}



.summaryBio2 {
  font-size: 13px;
  line-height: 18px;
  margin-top: 5px;
  color: #697175;
}

.summaryBio2 div.collapse:not(.show) {
  max-height: 100px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  
}

#summaryTabs {
  font-size: 15px;
  line-height: 1.5;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0px !important;
  margin-top: -8px;
}

.filterInput{
    width:95%;padding:2px !important;height:1.75em;
}

#filterPanel {
  margin-left: 10px;
  margin-right: 10px;
}

.table-sm td, .table-sm th {
    padding:.12rem;
}



.summaryBio {
  font-size: 13px;
  line-height: 16px;
  margin-top: 5px;
  color: rgb(70,70,70);
  display:flex;

}

.summaryBio div.collapse:not(.show) {
  max-height: 36px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.summaryBio div.collapsing {
  min-height: 44px !important;
  
}

.summaryBio a.collapsed:after {
  content: '\25BC More';
  font-size: 14px;
  font-weight: 400;
  /*color: rgba(16,70,98,0.74);*/
  /*float:left;
  margin-top:5px;
  margin-bottom:0px;*/
  margin-right: 25px;

}

.summaryBio a:not(.DontInclude):not(.collapsed):after {
  content: '\25B2 Less';
  font-size: 14px;
  font-weight: 400;
  margin-right: 25px;
}

.collapseSummaryBio {
  margin: 0px;
  display:flex;
}

#collapseSummaryTabs {
  margin: 0px;
  color: #697175;
  text-align: center !important;
}

#divStats table.collapse:not(.show) {
  height: 50px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#divStats a.collapsed:after {
  content: '\25BC More Stats';
  font-size: 14px;
  font-weight: 400;
  /*color: rgba(16,70,98,0.74);*/
}

#divStats a:not(.DontInclude):not(.collapsed):after {
  content: '\25B2 Less';
  font-size: 14px;
  font-weight: 400;
  /*color: rgba(16,70,98,0.74);*/
}



.nav > li {
  display: inline-block;
}

#tabsLink {
  margin-bottom: 100px;
}

@media (max-width: 767px) {
    .showLess767 {
        display: block;
    }
}
@media (min-width: 767px) {
    .showLess767 {
        display: none;
    }
}

@media (max-width: 767px) {
    .showMore767 {
        display: none;
    }
}
@media (min-width: 767px) {
    .showMore767 {
        display: block;
    }
}

@media (min-width: 991px) {
  .ad1Column {
    -ms-flex: 0 0 66%;
    flex: 0 0 66%;
    max-height:600px;
    max-width:600px;
    /*max-width: 66%;*/
  }
}

@media (min-width: 991px) {
  .ad2Column {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (max-width: 991px) {
  .ad1Column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .ad2Column {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.LotRowFlex{
    text-overflow: ellipsis;overflow: hidden;white-space: nowrap;font-size:14px;line-height:16px;
}

.LotRow {
  font-size: 14px;
  /*margin-left: -8px;*/
  /*margin-right: -8px;*/
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
  justify-content: space-between;
  line-height: 16px;
}

.LotRow > Span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.LotRow > Div {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
}

.boldLotHeader{
    color:rgb(46, 57, 86);
    letter-spacing:.03em;
}

.ellipsis1Line{
    display: -webkit-box;-webkit-line-clamp: 1;height:20px;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;
}

.ellipsis1 {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 0;
}

.ellipsisFullWidth {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.ellipsis50 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50px;
}
.ellipsis50wrap {
  white-space:normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50px;
}

@media (max-width: 992px) {
    .ellipsis50-md {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 50px;
    }
}

.ellipsis150 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
}

.ellipsis250 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

@media (max-width: 500px) {
  .ellipsis150-md {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
  }
}

@media (max-width: 776px) {
  .ellipsis250-md {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
  }
}


@media (max-width: 992px) {
  .ellipsis250-md {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 250px;
  }
}

.ellipsis250 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.ellipsis300 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.ellipsis350 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 85vw;
}
.ellipsis45vw {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 90vw;
}

.boxColumn {
  padding: 10px;
  border: 1px solid rgb(239,239,239);
  /*margin: -2px;*/
  border-radius: 4px;
}

a.anchorPad {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

a.anchorPad180 {
  display: block;
  position: relative;
  top: -180px;
  visibility: hidden;
}

.CurrentLetterSet {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  background-color: rgb(61,67,75);
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 20px;
}

.ap1 {
  font-size: 16px !important;
}

.thumbImage {
  max-width: 40px;
  max-height: 40px;
  cursor: zoom-in;
}

.thumbImage60 {
  max-width: 60px;
  max-height: 60px;
  cursor: zoom-in;
}

.thumbImageMedium {
  max-width: 80px;
  max-height: 100px;
  cursor: zoom-in;
}

.LotDiv {
  padding: 8px;
  padding-top: 5px;
}

.linkSizeColor {
  font-size: 14px !important;
  color: rgb(75,75,75) !important;;   /*rgba(16,70,98,0.74) !important;*/
}

@media (max-width: 400px) {
  .linkSizeColor {
    font-size: 13px !important;
    color: rgb(75,75,75) !important;;   /*rgba(16,70,98,0.74) !important;*/
  }
}

/* Begin:   Panels for images with DIV overlay */

.outerDiv {
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.innerDiv {
  background: rgba(41, 128, 185, 0.7);
  bottom: 0;
  color: white;
  font-size: 1em;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: .5em 1em;
  position: absolute;
  text-align: center;
  top: 0;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  line-height: 60px;
  border-radius: 2px;
  /*text-align: center;*/
  /*vertical-align: middle;*/
  /*position: relative;*/
  /*float: left;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -50%);*/
}

.innerDiv:hover, .innerDiv:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

input[type="checkbox"][id^="cb"] {
  display: none;
}

.cbLabel {
  /*border: 1px solid #fff;*/
  padding: 0px;
  display: block;
  position: relative;
  /*margin: 10px;*/
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cbLabel:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(128,128,128,0.25);
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  transition-duration: 0.4s;
  transform: scale(0);
  font-size: 12px;
}

.cbLabel img {
  /*height: 150px;*/
  /*width: 150px;*/
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

:checked + label[class^="cb"] {
  border-color: #ddd;
}

:checked + label[class^="cb"]:before {
  content: "\f057";
  background-color: rgba(5,69,106,0.7);
  font-family: FontAwesome;
  font-size: 16px;
  transform: scale(1.1);
  z-index: 200;
}

:checked + label[class^="cb"] img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333333;
  z-index: -1;
}

.overlayLink a {
  color: white !important;
}

/* End:   Panels for images with DIV overlay */

.Xbutton {
    color:#3d434b;
    font-size:32px;
    margin-right:20px;
    margin-top:-10px;
    cursor:pointer;
}

.project-sidebar-card img {
    box-shadow:none;
}

/* Start: Search sidebar */

.ice-theme .sidebar-wrapper a:not(.dropdown-item), .ice-theme .sidebar-wrapper .sidebar-header, .ice-theme .sidebar-wrapper .sidebar-search input, .ice-theme .sidebar-wrapper .sidebar-search i {
  color: #8dc9ee !important;
}

.ice-theme .sidebar-wrapper .sidebar-menu a:hover i, .ice-theme .sidebar-wrapper .sidebar-menu a:hover:before, .ice-theme .sidebar-wrapper .sidebar-menu li.active a i {
  color: #dff2ff !important;
}

.sidebar-content {
  /*padding-top: 80px;*/
}

.sidebar-submenu1 ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-left: -50px;
}

.sidebar-submenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul > .sidebar-dropdown {
  list-style: none !important;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  /*color: red;*/
}

.sidebar-submenu1 {
  color: #dff2ff;
  margin-left: -18px;
}

.submenu-item {
  color: rgb(50,50,50);
  font-size: 14px !important;
  /*background-color: rgb(7,104,159) !important;*/
  /*padding: 20px;*/
  /*padding-top: 10px;*/
  /*padding-bottom: 10px;*/
  border: 2px;
  border-color: black;
  margin-left: 38px;
  /*border-radius: 3px;*/
}

.submenu-item-spanlink {
  display: inline;
  float: right;
  font-size: 11px;
  margin-top: 2px;
  margin-right: 38px;
  text-decoration: underline;
}

.ddSubmenu {
  /*color: white;*/
  font-size: 15px !important;
  /*margin-left: 2px;*/
}

.sidebar-wrapper {
  z-index: 1601 !important;
}

.overlayScreen.active {
}

/* End Sidebar search */


.mobileSignedIn{
    color:white !important;
    position:absolute !important;
    font-size:12px !important;
    z-index:1046 !important;
    /*margin-top: 5px !important;
    left: 50px !important;
    text-align:right;*/
    /*-webkit-backface-visibility: hidden !important;*/
    top: 57px;
    left: 48.7%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.abar2{
    color:white !important;
    text-decoration:underline;
    font-size:16px;
}

.abar {
  padding: 12px !important;
  margin: 3px;
}

.abargloss {
  padding: 6px !important;
  margin: 3px;
}

.abard {
    border-radius: 32px;
    padding: 4px !important;
    margin: 3px;
    height: 28px;
    width: 24px;
    line-height: 14px !important;
    background-color:rgba(19,32,40,0.25);
    border-color:rgba(19,32,40,0.25);
    color:rgb(50,50,50) !important;
}

.radio-style {
  margin-right: 5px;
}

/* Start: Dropdown */
.bootstrap-select > .dropdown-toggle {
  width: 85%;
  font-size: 13px;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
    position: absolute;
    display: inline-block;
    right: 30px !important; 
    margin-top: 5px;
}

.dropdown-menu{
    margin:0 !important;
}


@media (min-width: 1200px) {
    .showSubscribeMax {
        display:inline-block !important;
    }
}
@media (max-width: 991px) {
    .showSubscribeMin {
        display:inline-block !important;
    }
}

.btn{
    border-radius:32px;
}

.btn-info{
    background-color: #0076C7;
    border-color:#275e84;
    color:white;
}

.btn-primary{
    background-color: #0076C7;
    border-color:#275e84;
    color:white;
}

.badge-light{
    color:#525252;
}

.badge-info{
    background-color:#4777b9; 
    color:white;
}

.badge-gray{
    background-color:white;
    color:rgb(200,200,200) !important;
    border-color:rgb(200,200,200) !important;
    width:100%;
    line-height:16px;
    text-align:left;
    padding-left:10px;padding-right:10px;
}
@media (max-width: 991px) {
    .badge-gray {
        padding-left:7px;padding-right:5px;
    }
}

@media (max-width: 372px) {
    .badge-gray {
        padding-left:7px;padding-right:0px;
    }
}

.TOCpadding{
    padding-right:7px;
}

@media (max-width: 991px) {
    .TOCpadding {
        padding-right:4px;padding-left:4px;
    }
}

@media (max-width: 400px) {
    .TOCpadding {
        padding-right:3px;padding-left:3px;
    }
}

@media (max-width: 372px) {
    .TOCpadding {
        padding-right:3px;padding-left:3px;
    }
}

@media (max-width: 330px) {
    .TOCpadding {
        padding-right:2px;padding-left:2px;
    }
}

.badgeTOC{
    line-height: 16px; font-size: 14px;color:rgb(50,50,50) !important;width:100%;text-align:left;padding-left:10px;padding-right:10px;
}

.badgeTOC.active{
    /*border-color: #77a8ca;*/
    /*border-color: #004d9a;*/
    border-width: 1px;
    background-color: #4777b9; /*#5b81b7;*/
    color: white !important;
    font-weight:700 !important;
}

.badgeTOC.active > svg{
    color:white !important;
}

.badgeTOC.active > span > svg{
    color:white !important;
}

@media (max-width: 991px) {
    .badgeTOC {
        text-align:left;padding-left:7px;padding-right:5px;
    }
}

@media (max-width: 372px) {
    .badgeTOC {
        text-align:left;padding-left:7px;padding-right:0px;
    }
}

.TOCsmalltext{
    font-size:11px;
}

.iconTOC{font-size: 12px;color:rgb(100,100,100);}

.btnAddAlert{
    font-size: 12px;
    color: white !important;
    padding-top: 3px;
    padding-bottom: 3px;
}



.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .open>.dropdown-toggle.btn-light {
    color: #fff;
    background-color: rgb(130,130,130);
    border-color: rgb(150,150,150); 
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle, .btn-light:hover {
  background-color: #f9f9f9 !important;
  border-color: #74726e !important;
}

/* End Dropdown */

.btn.btn-primary.darkButton {
  background-color: rgba(61,67,75,0.99);
}
.btn.btn-primary.darkButton:not(:disabled):not(.disabled):active, .btn.btn-primary.darkButton:not(:disabled):not(.disabled).active, .show > .btn.btn-primary.darkButton.dropdown-toggle, .btn.btn-primary.darkButton:hover {
  background-color: #3b85f5 !important;
  border-color: #74726e !important;

}

.loader.loaded {
  opacity: 0;
  transition: .1s ease-in 1s;
}

/* Start: Infinite Scroll */

.page-load-status {
  display: none;
  padding-top: 20px;
  border-top: 1px solid #DDD;
  text-align: center;
  color: #777;
}

/* End: Infinite Scroll */

.mCustomScrollbar {
  overflow-x: hidden !important;
}

.outerOuterDiv {
  vertical-align: bottom !important;
}

.click-largeImagesLink {
  cursor: zoom-in;
}
.click-largeImagesLink2 {
  cursor: zoom-in;
}

.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Ribbon for pricing */

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

.ribbon span {
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  transform: rotate(45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px;
  right: -21px;
}

.ribbon span::before {
  content: '';
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.ribbon span::after {
  content: '';
  position: absolute;
  right: 0%;
  top: 100%;
  z-index: -1;
  border-right: 3px solid #79A70A;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}

.corner-ribbon.blue {
  background: rgb(61,131,170);
}

.blue-pricing span {
  background: linear-gradient(#0ea0ff 0%, #1180c7 100%)
}

.blue-pricing span::before {
  border-left-color: rgb(61,92,170);
  border-top-color: rgb(61,92,170);
}

.blue-pricing span::after {
  border-right-color: rgb(61,92,170);
  border-top-color: rgb(61,92,170);
}

.InfoAdArtWantedBanner{
    background: url(/images/paint-brushes-and-palette-307507391.jpg) 100% 0px no-repeat fixed; 
    background-size: 100% auto;
}
@media (max-width: 500px) {
    .InfoAdArtWantedBanner {
        background: url(/images/paint-brushes-and-palette-307507391.jpg) 100% 65px no-repeat fixed; 
        background-size: 100% auto;
    }
}
@media (min-width: 1000px) {
    .InfoAdArtWantedBanner {
        background: url(/images/paint-brushes-and-palette-307507391.jpg) 100% -120px no-repeat fixed; 
        background-size: 100% auto;
    }
}

.InfoAdHomePageBanner{
    background: url(/images/browser-screenshot-408236860.jpg) 100% -80px no-repeat fixed; 
    background-size: 100% auto;
}
@media (max-width: 920px) {
    .InfoAdHomePageBanner {
        background: url(/images/browser-screenshot-408236860.jpg) 100% 30px no-repeat fixed; 
        background-size: 100% auto;
    }
}
@media (min-width: 1400px) {
    .InfoAdHomePageBanner {
        background: url(/images/browser-screenshot-408236860.jpg) 100% -140px no-repeat fixed; 
        background-size: 100% auto;
    }
}

.InfoAdAlphaPageBanner{
    background: url(/images/alphabet-stitched-688011823.jpg) 100% 0px no-repeat fixed; 
    background-size: 100% auto;
}
@media (max-width: 600px) {
    .InfoAdAlphaPageBanner {
        background: url(/images/alphabet-stitched-688011823.jpg) 100% 60px no-repeat fixed; 
        background-size: 100% auto;
    }
}
@media (min-width: 1400px) {
    .InfoAdAlphaPageBanner {
        background: url(/images/alphabet-stitched-688011823.jpg) 100% -140px no-repeat fixed; 
        background-size: 100% auto;
    }
}

.InfoAdArtForSaleBanner{
    background: url(/images/gilded-frame-antique-frame-553744555.jpg) 100% 0px no-repeat fixed; 
    background-size: 100% auto;
}
@media (max-width: 600px) {
    .InfoAdArtForSaleBanner {
        background: url(/images/gilded-frame-antique-frame-553744555.jpg) 100% 60px no-repeat fixed; 
        background-size: 100% auto;
    }
}
@media (min-width: 1400px) {
    .InfoAdArtForSaleBanner {
        background: url(/images/gilded-frame-antique-frame-553744555.jpg) 100% -140px no-repeat fixed; 
        background-size: 100% auto;
    }
}

.InfoAdArtistPageBanner{
    background: url(/images/looking-at-modern-painting-in-art-gallery-143164123.jpg) 100% 0px no-repeat fixed; 
    background-size: 100% auto;
}
@media (max-width: 600px) {
    .InfoAdArtistPageBanner {
        background: url(/images/looking-at-modern-painting-in-art-gallery-143164123.jpg) 100% 60px no-repeat fixed; 
        background-size: 100% auto;
    }
}
@media (min-width: 1400px) {
    .InfoAdArtistPageBanner {
        background: url(/images/looking-at-modern-painting-in-art-gallery-143164123.jpg) 100% -140px no-repeat fixed; 
        background-size: 100% auto;
    }
}

.InfoInstitutionalBanner{
  background: url(/images/academic-building-institut-1501685462.jpg) 100% 0px no-repeat fixed; 
  background-size: 100% auto;
}
@media (min-width: 1200px) {
    .InfoInstitutionalBanner {
        background: url(/images/academic-building-institut-1501685462.jpg) 100% -110px no-repeat fixed; 
        background-size: 100% auto;
    }
}
@media (max-width: 500px) {
    .InfoInstitutionalBanner {
        background: url(/images/academic-building-institut-1501685462.jpg) 100% 60px no-repeat fixed; 
        background-size: 100% auto;
    }
}

.InfoGalleryBanner {
  background: url(/images/young-woman-looking-at-modern-painting-in-art-gallery.jpg) 100% 50px no-repeat fixed; 
  background-size: 100% auto;
}
@media (min-width: 850px) {
    .InfoGalleryBanner {
        background: url(/images/young-woman-looking-at-modern-painting-in-art-gallery.jpg) 100% -80px no-repeat fixed; 
        background-size: 100% auto;
    }
}

.InfoAlertBanner {
  background: url(/images/using-smartphone-on-mobile-685642123.jpg) 100% 0px no-repeat fixed; 
  background-size: 100% auto;
}
@media (max-width: 700px) {
    .InfoAlertBanner {
        background: url(/images/using-smartphone-on-mobile-685642123-SM.jpg) 100% 65px no-repeat fixed; 
        background-size: 100% auto;
    }
}

.InfoIndividualBanner {
  background: url(/images/female-auction-control-hand-point-600w-1139707214.jpg) 90% 10px no-repeat fixed; 
  background-size: 100% auto;
}
@media (max-width: 700px) {
    .InfoIndividualBanner {
      background: url(/images/female-auction-control-hand-point-600w-1139707214.jpg) 90% 65px no-repeat fixed; 
      background-size: 100% auto;
    }
}
@media (min-width: 1200px) {
    .InfoIndividualBanner {
      background: url(/images/female-auction-control-hand-point-600w-1139707214.jpg) 90% -50px no-repeat fixed; 
      background-size: 100% auto;
    }
}
.InfoIndividualBanner-Homepage {
    background: url(/images/female-auction-control-hand-point-600w-1139707214.jpg) ; 
    width: 90%;
    height: 300px;
    background-repeat:no-repeat;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
}

.h3record{
    font-size:13px; letter-spacing:.1em;margin-bottom:0px !important;line-height: 15px !important;font-weight:400;
}

.miniFont{
    font-size:13px !important;
    line-height:14px !important;
}
@media (max-width: 435px) {
    .miniFont{
        font-size:11px !important;
        line-height:11px !important;
    }
}
@media (max-width: 767px) {
    .miniFont{
        font-size:12px !important;
        line-height:12px !important; 
    }
}


.BannerH2{
    line-height:30px !important;color:white !important;
}
@media (max-width: 400px) {
    .BannerH2 {
        line-height: 28px !important;
        font-size: 26px;
        color: white !important;
    }
}

.Extra30pxTop {
        margin-top: -10px;
    }
@media (min-width: 768px) {
    .Extra30pxTop {
        margin-top: 30px;
    }
}

.AdFeaturedBanner {
  background: url(/images/young-woman-looking-at-modern-painting-in-art-gallery.jpg) 70% 10px no-repeat fixed;
  background-size: 100% auto;
  /*z-index: 2000;*/
}

.WhatsMyArtWorthBanner {
  background: url(/images/young-woman-looking-at-modern-painting-in-art-gallery.jpg) 100% -50px no-repeat fixed;
  background-size: 100% auto;
  /*z-index: 2000;*/
}

@media (max-width: 500px) {
  .WhatsMyArtWorthBanner {
    background: url(/images/young-woman-looking-at-modern-painting-in-art-gallery.jpg) 100% 98px no-repeat fixed;
    background-size: 100% auto;
    /*z-index: 2000;*/
  }
}

@media (max-width: 650px) {
  .WhatsMyArtWorthBanner {
    background: url(/images/young-woman-looking-at-modern-painting-in-art-gallery.jpg) 100% 50px no-repeat fixed;
    background-size: 100% auto;
    /*z-index: 2000;*/
  }
}

@media (min-width: 1200px) {
  .WhatsMyArtWorthBanner {
    background: url(/images/young-woman-looking-at-modern-painting-in-art-gallery.jpg) 100% -150px no-repeat fixed;
    background-size: 100% auto;
    /*z-index: 2000;*/
  }
}

.img-hor {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

.img90vw {
  max-width: 90vw;
}

.img100height150maxwidth {
  height: 100px !important;
  max-width: 150px !important;
}

.img200height350maxwidth {
  height: 200px !important;
  max-width: 350px !important;
}

.imgMaxHeight100 img {
  max-height: 10px !important;
}

.icon-lighter {
  opacity: .9;
}


.artistlist{
    text-decoration:underline;color:rgb(57,115,197);
}

@media (max-width: 367px) {
  .hide367 {
    display: none !important;
  }
}

@media (max-width: 367px) {
  .show367 {
    display: inline-block !important;
  }
}

@media (max-width: 500px) {
  .hide500 {
    display: none !important;
  }
}

@media (max-width: 500px) {
  .show500 {
    display: inline-block !important;
  }
}
@media (max-width: 500px) {
  .show500block {
    display: block !important;
  }
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait),
        all and (device-width: 1024px) and (device-height: 1366px) and (orientation:portrait)
 {
  .show-ipad-portrait { display: inline-block !important; } 
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape).
        all and (device-width: 1366px) and (device-height: 1024px) and (orientation:landscape)
 {
  .show-ipad-landscape { display: inline-block !important;  } 
}

@media (max-width: 435px) {
  .hide435 {
    display: none !important;
  }
}

@media (max-width: 435px) {
  .show435flex {
    display: flex !important;
  }
}

@media (max-width: 435px) {
  .show435 {
    display: inline-block !important;
  }
}

@media (max-width: 435px) {
  .show435block {
    display: block !important;
  }
}

@media (max-width: 576px) {
  .hide576 {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .show576 {
    display: inline-block !important;
  }
  tr.show576{
      display:table-row !important;
  }
}

@media (min-width: 768px) and (max-width:991px) {
    .range768-991{
        display: flex !important;
    }
}

@media (max-width: 767px) {
  .show768 {
    display:  inline-block !important;
  }
}

@media (max-width: 767px) {
  .hide768 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hide991 {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .show991 {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .show991flex {
    display: flex !important;
  }
}

@media (max-width: 991px) {
    .max400width991 {
        max-width: 400px;
    }
}

.NoIndentUL {
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}

.NoIndentUL li:before {
  content: "\2605";
  margin-right: 5px;
}

.popover-header {
  color: white !important;
  background-color: rgb(42,59,82) !important;
}

.popover-body{
    width:220px;
}

@media (max-width: 575px) {
  .blankBullet {
    display: none;
  }
}

.overlayScreen {
  /*display: none;*/
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(51, 51, 51, .5);
  z-index: 1005;
  transition: all .5s ease-in-out;
}

.overlayScreenHidden {
  display: none;
}

.overlayScreenShown {
  display: block;
}

.smallmessages {
  display: none !important;
}

@media (max-width: 991px) {
  .smallmessages {
    display: block !important;
    margin-top:195px;
  }
}
@media (max-width: 767px) {
    .smallmessages {
        margin-top: 100px;
    }
}
@media (max-width: 576px) {
    .smallmessages {
        margin-top: 150px;
    }
}
@media (max-width: 499px) {
    .smallmessages {
        margin-top: 0px;
    }
}



.smallmessages-lg {
  display: none !important;
}

@media (min-width: 992px) {
  .smallmessages-lg {
    display: block !important;
  }
}

.smallmessagesImage {
  height: 200px;
}

@media (max-width: 767px) {
  .smallmessagesImage {
    height: 190px;
  }
}

@media (max-width: 575px) {
  .smallmessagesImage {
    height: 180px;
  }
}

@media (max-width: 520px) {
  .smallmessagesImage {
    height: 150px;
  }
}

@media (max-width: 430px) {
  .smallmessagesImage {
    height: 150px;
  }
}

@media (max-width: 350px) {
  .smallmessagesImage {
    height: 120px;
  }
}

#card-img-overlay-div-small {
  display: block !important;
}

@media (min-width: 500px) {
  #card-img-overlay-div-small {
    display: none !important;
  }
}

.card-img-overlay-div-large {
  display: none !important;
  background-color:rgba(50,50,50,.5);border-radius:6px;padding:35px;
    width:80vw;max-width:400px;color:white;position: relative;
    margin-top: -510px;z-index: 100 !important;
}

@media (max-width: 1199px){
    .card-img-overlay-div-large {
        margin-top: -420px;
    }
}

@media (max-width: 991px){
    .card-img-overlay-div-large {
        margin-top: -370px;
    }
}

@media (max-width: 767px){
    .card-img-overlay-div-large {
        margin-top: -280px;
    }
}

@media (min-width: 500px) {
  .card-img-overlay-div-large {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .card-img-overlay-div-large {
    max-width: 540px !important;
    width: 90vw !important;
  }
}



.clickable {
  cursor: pointer;
}

.text-black {
  color: rgb(50,50,50);
}

.text-black-50{
    color: rgba(0,0,0,.6);
}

.noHover {
  pointer-events: none !important;
}



.blueLink {
  color: #005b9a !important;
  /*text-decoration: underline;*/
  font-weight: 700 !important;
}
.blueLinkTOC {
  color: #005b9a !important;
  text-decoration: underline;
  font-weight: 400 !important;
  font-size:14px;
}

.carousel-inner img {
  margin: auto;
}

.tooltip-inner {
  max-width: 350px !important;
  width: 350px !important;
}

.externalurlatag .fancybox-caption a , .externalurlatag .fancybox-caption a:link, .externalurlatag .fancybox-caption a:visited{
    color:white !important;
}

.externalurlatag{
    /*color:white !important;*/
    font-size: 15px;
    padding:8px;
    margin-top:5px;
}

hr.symbol {
    /*text-align: center;*/
    width:20%;
}
hr.symbol:after {
    content: "§";
    display: inline-block;
    position: relative;
    top: -0.7em;
    font-size: 1.0em;
    padding: 0 0.25em;
    background: white;
    color:#ddd;
}

.dropdown-menu.show{
    width:220px !important;
    left: 0px !important;
}

.card-header{
    background-color:rgb(254, 254, 255) !important;
}

.bigquote {
    font-size: 100px;
    color: #868686;
    font-family: serif;
    font-style: italic;
}

.noUnderline{
    text-decoration:none;
}

.copyrightText{
    margin-top:-5px;margin-bottom:7px;font-size:12px !important;color:rgb(117,117,117);line-height:14px;
}


.searchDropdown-MenuItem{
    z-index:9999;font-size:14px;
}
.autocompletestyle{
    z-index:9999;
    padding:10px;
}
.ui-widget {
    font-family: Lato, serif !important;
}
.autocomplete-li{
    width:100% !important;
}
/*.ui-menu .ui-menu-item-wrapper:hover, .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background-color: rgba(1,1,1,0);
    border: rgba(1,1,1,0) 0px solid;
    color: #303030;
    padding-left:5px;margin-right:3px;
}*/

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    color: #303030;
    background-color: rgba(1,1,1,.02);
    border: none !important;
    padding-left:0px;margin-right:0px;margin-left:1px;
}


.ui-menu-item:hover  /*ui-state-active, ui-menu-item ui-state-focus*/ {
    color: #303030; 
    background-color: rgba(1,1,1,.01);
    border: rgba(50,80,210,.25) 1px solid;
    padding-left:0px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #c7ebff !important;
}

.boxBorder{
    border-width: 1px;padding: 10px;padding-left:20px;border-width: 1px;border-color: rgba(0, 110, 185,.2);border-style: solid;border-radius: 4px;line-height: 16px;margin-right: -10px;
}
@media (max-width: 450px) {
    .boxBorder {
        padding:5px !important;
    }
}




/* Skip nav styles */
.skipnav {position: absolute; display: none; text-align: left; margin: 0; padding: 0} /*For all, including Opera. Display:none used to switch off the skip links for Opera users (it's redundant, Opera has excellent keyboard navigation)*/
* html .skipnav {display: block} /*Switch on for IE6 and below*/
*+html .skipnav {display: block} /*Switch on for IE7*/
:root .skipnav {display: block} /*Switch on for Moz, FF and Safari*/
.skipnav p {margin: 5px 0 0 0; padding: 0; position: absolute; font-size: 2em}
.skipnav a {width: 240px; display:block; color: #fff; background: #333; text-decoration: none; padding: 5px; position: fixed; left: -1000em; top: 0; font-weight: bold}
.skipnav a:visited {color: #fff}
.skipnav a:focus, .skipnav a:active {z-index: 99; top: 40px; left: 20%; border: solid #777 2px; border-radius:4px; color: #fff; background: #333 !important} /*Note IE bug that requires use of :active to mimic effect of :focus*/