/* the base.css file is for things that are less commonly changed */
/* however, it is not unlikely you will want to change #index nav rules */

/* example rules for styling via section */



/* style via particular exhibit */
body.exhibit-4 { background-color: #c3eaeb; }
body.section-63 { background-color: #DE9799; background-image: linear-gradient(#DE9799, #F6E4B0); background-repeat: no-repeat;}
body.exhibit-6 { background-color: #D89D92; background-image: linear-gradient(#E15943, #D89D92/*#92E7C8, #92E7C8*/); }
body.exhibit-38 { background-color: #dcb568; background-image: linear-gradient(30deg, #BDBFD3, #C7BA94, #DEAC8B, #F2CF8A, #E7E1F8); }
/*Merchant Portal*/
body.exhibit-68 { background-color: #DFF7EA; background-image: linear-gradient(#69D992, #DFF7EA/*#DBEDE8, #BFCFDA, #E3E8D1, #BED4CE*/); }
body.exhibit-59 { background-color: #DDC4BF; background-image: linear-gradient(30deg, #D2C8DE, #DECCC2, #DBBFBD); }
body.exhibit-65 { background-color: #DDC4BF; background-image: linear-gradient(30deg, #D2C8DE, #DECCC2, #DBBFBD); }
/*Rebranding*/
body.exhibit-67 { background-color: #EECE99; background-image: linear-gradient(/*90deg, #A9C9DB, #FFB27E*/#E69260, #EECE99); }
/*Clover*/
body.exhibit-72 { background-color: #E8DCD8; background-image: linear-gradient(40deg, #A57888, #FAEBDD, #B7B8CF, #E8DCD8); }
/*Vert*/
/*body.exhibit-73 { background-color: #D9DBD3; background-image: linear-gradient(50deg, #D9DBD3, #DED0C5, #CDDCE4, #DBDDD4); }*/
body.exhibit-73 { min-height:100%;
  background:linear-gradient(to right,#EFDFD3, #E0C9E8, #CEDCE7); }
body.exhibit-73::before { 
  position:fixed;  
  z-index: -1;
  content:"";
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:linear-gradient(to right,#E1DBF0, #F7EEE4, #F0D5F1);
  -webkit-mask:linear-gradient(#fff,transparent);
          mask:linear-gradient(#fff,transparent); }
/*Assisted*/
body.exhibit-74 { background-color: #EFF7F5; background-image: linear-gradient(0deg, #EFF7F5, #EFF7F5); }
/*School*/
body.exhibit-64 { background-color: #E7DCDA; background-image: linear-gradient(#E9CBA9, #E7DCDA); }
/*Muszynianka*/
body.exhibit-12 { background-color: #BEBEBE; background-image: linear-gradient(30deg, white, #D3D3D3, white, #BEBEBE); }
/*Roofus*/
body.exhibit-10 { background-color: #D0E7DE; background-image: linear-gradient(30deg, #A692CC, #D4C7D6, #E2BBC8, #D0E7DE); }
/*PolCardGo*/
body.exhibit-57 { background-color: #EECE99; background-image: linear-gradient(#E69260, #EECE99); }
/*Voice*/
body.exhibit-50 { background-color: #CDDCE4; background-image: linear-gradient(#DBDDD4, #CDDCE4); }
body.exhibit-48 { background-color: #d4d4d4; }
/* styling via exhibit format */
body.visual_index { /* background: green; */ }

/* general styles - not recommended for change */
strong, b { font-weight: normal; }
em, i { font-style: italic; }
object { display: block; }
.once { clear: left; }
.clL { clear: left; }

/* this is to prevent some background colors on links in exhibits */
/* do not change these */
#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }

/* not recommended for change */
#wrapper { margin: 0 auto; padding-top: 0; width: 960px; float: center; }

#index {
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: relative;
float: left;
    height: 100%;
	z-index: 1;
}
#exhibit { height: 100%; top: 0;}

/* INDEX NAVIGATION/LINKS RULES */
/* the following rules for index are not required */
/* they are mostly for complex customization */

/* styles for the section titles */
#index ul.section span.section_title, 
#index ul.section span.section_title a 
{ cursor: pointer; font-weight: 300; /* font-size: 18px; */ }

/* styles for hovering section titles */
#index ul.section span.section_title:hover, 
#index ul.section span.section_title a:hover 
{  }

/* active section titles */
#index ul.active_section span.active,
#index ul.active_section span.active a 
{ }

/* sub-section titles */
#index ul.section span.subsection_title, 
#index ul.section span.subsection_title a 
{ cursor: pointer; /* font-weight: normal; */ }

/* sub-section titles hover */
#index ul.section span.subsection_title:hover, 
#index ul.section span.subsection_title a:hover 
{  }

/* exhibit titles */
#index ul.section li.exhibit_title {  }
#index ul.section li.exhibit_title a:link {  }
#index ul.section li.exhibit_title a:hover {  }
#index ul.section li.exhibit_title a:active {  }
#index ul.section li.exhibit_title a:visited {  }

/* index links */
#index ul.section li.exhibit_link {  }
#index ul.section li.exhibit_link a:link {  }
#index ul.section li.exhibit_link a:hover {  }
#index ul.section li.exhibit_link a:active {  }
#index ul.section li.exhibit_link a:visited {  }

/* active subsection title */
#index span.active_subsection_title,
#index span.active_subsection_title a {  }

/* targeted examples */
/* specific section */
#index ul#section_1 {  }
/* links within the specific section */
#index ul#section_1 li.exhibit_title a {  }
/* specific exhibit title */
#index li#exhibit_150 a {  }
/* affect subsections container */
#index ul.subsection { /* padding-left: 18px; */  }

/* top/bot divs - not really used but do exist */
#index .top { /* height: 36px; */ }
#exhibit .top { display: none; }
#index .bot { font-size: 10px; }

/* generic #img-container - but remember that exhibit formats can override these */
#img-container { height: 100%; }
#img-container p {  }
#img-container .captioning {  }
#img-container .captioning .title { /* font-size: 13px; */ margin-bottom: 20px; font-weight: 500;}
#img-container .captioning .caption { /* font-size: 13px; */ text-align: left; margin-bottom: 20px;}