@charset "UTF-8";
/* CSS Document */


html, body {



margin:0;

padding:0;



}






/* lightbox */

/* Preload images */
body:after {
  content: url(https://github.com/lokesh/lightbox2/blob/master/dist/images/close.png?raw=true) url(https://github.com/lokesh/lightbox2/blob/master/dist/images/loading.gif?raw=true) url(https://github.com/lokesh/lightbox2/blob/master/dist/images/prev.png?raw=true) url(https://github.com/lokesh/lightbox2/blob/master/dist/images/next.png?raw=true);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
  max-width:
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(https://github.com/lokesh/lightbox2/blob/master/dist/images/loading.gif?raw=true) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(https://github.com/lokesh/lightbox2/blob/master/dist/images/prev.png?raw=true) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(https://github.com/lokesh/lightbox2/blob/master/dist/images/next.png?raw=true) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(https://github.com/lokesh/lightbox2/blob/master/dist/images/close.png?raw=true) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}




/* splash */









body {


	}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('images/page-loader.gif') 50% 50% no-repeat #DADADA);
}

#splash_CH {
	position:absolute;

}

#gifBannerContainer_CH {
	background-color:black;
	max-width: 100%;
	position:fixed !important;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	}

#gifBanner_CH {
	width: 100%;
	position:absolute;
	opacity:1;
	z-index:-5;
	overflow:hidden;
	}

gifBanner_CH img {
	height:50%
	}

#gifGradient_CH {
	width:121%;
	position:absolute;}

#gifGradient_CH img{
	height: 60%;}


#splash-header_CH {
	color: white;
	position: relative;
    width: 98%;
	max-width:800px;
	margin: 5% auto 2%;
	left:0;
	right:0;
	font-size: 54px;
    font-weight: 900;
	text-align: center;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
	}

#headerInfo_CH {
	color:white;
	font-size: 15px;
    line-height: 1.6em;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
	padding:5px;
	text-align:center;
	background-color:black;
	opacity:.7;
	border: .5px solid white;
	width:100%;
	max-width:60%;
	position:relative;
	margin:0 auto 2%;
	left:0;
	right:0;}

#faceNav_CH {
	position:relative;
	max-width: 75%;
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 1.5%;
    right: 0;
	}

.faceIconSet_CH {
	}

.faceIcon_CH {
	position:absolute;	max-width:17%;

	}

.faceIcon_CH img{
	width:100%;
	}

.faceIcon_CH img:hover{
	opacity:0;
	filter:alpha(opacity=0);
	cursor: pointer;

	}


.faceIcon-H_CH {
	max-width:17%;
	position:absolute;
	}

.faceIcon-H_CH img{
	width:100%;
	}


#taylor_CH {
	overflow:auto;
	}

#fremont_CH {
	overflow:auto;
	margin-left:20%;
	}

#grant_CH {
	overflow:auto;
	margin-left:40%;
	}

#mckinley_CH {
	overflow:auto;
	margin-left:60%;
	}

#roosevelt_CH {
	overflow:auto;
	margin-left:80%;

	}

#willkie_CH {
	overflow:auto;
	margin-top:20%;
	}

#dewey_CH {
	overflow:auto;
	margin-left:20%;
	}

#truman_CH {
	overflow:auto;
	margin-left:40%;}

#wallace_CH {
	overflow:auto;
	margin-left:60%;}

#bush_CH {
	overflow:auto;
	margin-left:80%;}

/* Nav Bar */

#indexHome {
	margin-top: 10px}

.fbButton {
		right: 0;
		width: 33px;
		margin-top: 15px;
		margin-right: 70px;
		position: absolute;
		}

	.fbButton img {
		width:20px;}

	.tButton {
		right: 0;
		width: 33px;
		margin-top: 15px;
		margin-right: 20px;
		position: absolute;
		}


	.tButton img {
		width:20px;}



#pcomLogoContainer {
	border-left: 0.1px solid rgba(221,221,221,0.30);
    width: 211px;
    position: fixed;
    background-color: black;
    cursor: pointer;}



#pcomLogo {
	width: 165px;
    padding: 5px 26px 2px;}


.navButton {
	background-color: white;
	border-left:0.1px solid rgba(221,221,221,0.30);
	border-right:0.1px solid rgba(221,221,221,0.30);
	cursor:pointer;
    font-weight: 800;}


.navText {
    text-align: center;
    color: black;
    width: 100px;
    padding: 16px 20px;
	vertical-align: super;

}



#topNav {
	border-top: .25em solid #B63321;
	position:fixed;
	width:100%;
	z-index:999;
	font-family: Gotham Narrow SSm A,Gotham Narrow SSm B,Arial,sans-serif;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
	}

.navButton:hover {
	background-color: #F4F4F4;}


.table {
	display: table;   /* Allow the centering to work */
	margin: 0 auto;

}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
	height:50px;

}

li {
    display:inline-block;
}



.dropdown {
	padding: 0px 20px;
    text-align: center;
    width: 150px;
    background-color: white;
    font-weight: 800;
	}

.dropbtn {
	width:150px;}




li a, .dropbtn {

    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;

}




li.dropdown {
    display: inline-block;
}

.dropdown-content {

    display: none;
    position: absolute;
    background-color: #FFF;
	margin:10px auto;
	left:0;
	right:0;
	width:190px;
}

.dropdown-content a {
    color: black;
    font-weight: 400;
    text-decoration: none;
    display: block;
    text-align: center;
}

.dropdown-content a:hover {
	background-color: #EAEAEA;}

.dropdown:hover .dropdown-content {
    display: block;
}

.yearNav {
	padding:6px 0px;
	border-top:.1px solid rgba(221,221,221,0.80);}



/* convention Container */



.adUnitWrapper {
	width: 300px;
    height: 250px;
    background-color: #999;
    display: inline-block;
    float: right;
    margin-top: 59px;
    margin-bottom: 50px;

	}




.conventionContainer_CH {
	position:relative;
	overflow:hidden;


	}

.frame_CH {
	position:relative;
	z-index:-100;
	max-width:100%;
	}

.frame_CH img{
	position:fixed;
	width:100%;


	}

.header-year_CH {
	margin-top: 15%;
	left:25%;
	right:25%;
	width:50%;
	position:relative;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
	color:#292929;
	font-size:72px;
	text-align:center;
	}

.header-name_CH {
	left:25%;
	right:25%;
	width:50%;
	position:relative;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
	color:#b73342;
	font-size:25px;
	text-align:center;
	}

.buttonContainer_CH {
	margin: 0 auto;
	position:relative;
	width:215px;
	padding-bottom:20px;
	}

.topbutton_CH {

	display: inline-block;
    padding: 2px 10px;
    border: .5px solid grey;
    margin: 20px 10px;
    cursor: pointer;
    background-color: rgba(252,252,252,0.1);
    transition: background-color 0.2s ease;
    font-weight: 700;
	font: 400 100%/1.3 "Helvetica","Arial",sans-serif;}

.audioPlayer_CH {
	position:absolute;
	margin: 0 auto;
	left:0%;
	right:0%;
	width:100%;
	max-width:200px;
	}

.audioPlayer_CH img {
	vertical-align:middle;
	cursor:pointer;
	}



.audioCaption {
	font-size:14px;
	color:#A7A7A7;
	padding-left:5px;
	display:inline-block;
	font-style:italic;
	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;

	}

.bodyTextContainer_CH {
	max-width:600px;
	width:100%;
    margin: 20px auto;
	padding-left:2%;
	}

.bodyText_CH {

    font-size: 17px;
    line-height: 1.6em;
	font-family: "Sentinel SSm A","Sentinel SSm B",Times,"Times New Roman",serif;
    color: #222222;

	padding-right:2%;
	}

.bodyTextHeadline {
	margin-top:24px;
	margin-bottom: 14px;
    font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
    font-weight: 100;
    text-align: left;
    padding-top: 0px !important;
    z-index: 100;
    font-size: 24px;
    color: #b73342;}

.chartBox_CH {
	position:relative;
	margin: 100px auto;
	max-width:1000px;

	}

.nomineeContainer_CH {
	width:100%;
	max-width:1000px;
	position:relative;
	z-index:10;

		}


#verticalLine {
	z-index:10;
	position:absolute;
	width:1px;
	height:95%;
	left:50%;
	background-color:black;}


.president_CH {
	float:left;
	width:50%;
	text-align:center;
	}


.vicepresident_CH {
	float:right;
	width:50%;
	text-align:center;
	}



.nomineeImage {
	width:60%;
	}

.nomineeName {
	text-align:center;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size: 22px;
    font-weight: 900;
    margin-top: 10px;
	}

.nomineeTitle {
	text-align:center;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size: 16px;
    margin-bottom: 10px;
	}


.nomineeChartHeader {
	text-align:center;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size: 12px;


	}


.nomineeChart {

	}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


.platformCard-Header {
	max-width:840px;
	width:100%;
	margin: 0 auto;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size: 22px;
    font-weight: 900;
    margin-top: 10px;
	text-align:center;
	padding: 5px 0 5px 0;
	background-color: #F2F5F7;
	border-top: 1px solid #D1D2D4;
	border-bottom: 1px solid #D1D2D4;}

.cardMainContainer {
	padding-top:5px;
	max-width:840px;
	width:100%;
	display:flex;
	margin: 0 auto;
	left:0;
	right:0;
	}

.platformCardContainer {
	position: relative;

	width: 100%;
	height: 200px;
	z-index: 1;
	display:inline-block;
	margin: 0 auto;
	border:5px solid white;

}
.platformCardContainer {
	perspective: 1000;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
}
.platformCard {
	width: 100%;
	height: 100%;
	/*transform-style: preserve-3d;
	transition: 0.3s linear;
	-webkit-transform-style: preserve-3d;
	-webkit-transition: all 0.3s linear;
	-moz-transform-style: preserve-3d;
	-moz-transition: all 0.3s linear;
	-o-transform-style: preserve-3d;
	-o-transition: all 0.3s linear;*/
}
.platformCardContainer:hover .platformCard {
	/*transform: rotateX(180deg);
	-moz-perspective: 1000px;
	transform: rotateX(180deg);*/

}

.whig-card {
	background-color:#CCCA8E;}

.a-card {
	background-color:#781C1E;}

.gop-card {
	background-color:#781C1E;}

.dem-card {
	background-color:#7FA5C0;}

.prog-card {
	background-color:#4A8B40;}


.face {
  position: absolute;
  width:100%;
  height: 200px;
  /*backface-visibility: hidden;*/
  display:table;
}

.platformCardContainer .platformCard .front.face {
  display: none;
}

.backCardText strong {
  font-size: 1.45em;
  line-height: 2em;
}

.frontCardText {
	color: white;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size: 22px;
    font-weight: 900;
	margin:0 auto;
	width:100%;
	max-width:80%;
	left:0;
	right:0;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	padding: 3px;
	}

.face.back {

  /*transform: rotateX(180deg);*/
  width:100%;
  display:table;
  height: 200px;
  background-color: #F1F1F2;

}

.backCardText {
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size: 12px;
	margin:20% auto;
	line-height:1.3;
	padding:5px;
	width:100%;
	max-width:80%;
	left:0;
	right:0;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
	}








#conventionInfoTable {
	float:left;
	padding-top:50px;
	width:100%;
	max-width:65%;}

.conventionInfo{
	padding: 10px 0;
	border-top: 1px solid #D1D2D4;

	font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B", "Arial", sans-serif;
}


.conventionInfo:nth-child(odd) {
    background-color: #F2F5F7;
}

.infoCat{
	padding-left:15px;
	font-weight:bold;
	display: inline-block;
	font-size: 14px;
	width: 55%;
}


.infoText{
	display: inline-block;
	font-size: 14px;
	width: 40%;
}



.timelineContainer_CH {
	padding-top:5%;
	padding-bottom:3%;
	padding-left:2%;
	padding-right:2%;
	margin:0 auto;
	left:0;
	right:0;
	}

.timelineContainer_CH img {
	width:100%;}


.twoElement-Container_CH {
	position:relative;
	padding-top:25px;
	}


.mapContainer_CH {
	float:left;
	display:inline-block;
	width:100%;
	max-width:40%;
	margin-top:3%;
	left:0;
	margin-left: 2%;


	}

.mapHeader{
	max-width:840px;
	width:100%;
	margin: 0 auto;
	left:0;
	right:0;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size: 22px;
    font-weight: 900;
    margin-top: 10px;
	text-align:center;
	padding: 5px 0 0 0;

	}

	.mapHeader-note{
	max-width:840px;
	width:100%;
	margin: 0 auto;
	left:0;
	right:0;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size: 14px;
	font-style:italic;
    margin-top: 10px;
	text-align:center;
	padding: 5px 0 0 0;
	}

.stateMap_CH {
	max-width:100%;
	width:100%;
	margin: 0 auto;
	left:0;
	right:0;
	}


.barAnimationContainer_CH {
	margin:0 auto;
	padding-top:4%;
	width:100%;
	max-width:45%;
	float:right;
	position:relative;
	margin-right:2%;
	}

.barAnimationHeader{

	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size: 22px;
    font-weight: 900;
    margin-top: 10px;
    margin-top: 10px;

	}

.barAnimationFootnote_CH {
    float: right;
    margin-top: 3px;
    font-style: italic;
    font-family: sans-serif;
    font-size: 12px;
}


.currentYearMarker_CH {
	height:40px;
	width:4px;
	background-color:#2E2E2E;
	position:absolute;
	z-index:100
	}

.barGREYAnimation_CH {
	height:40px;
	width:100%;
	background-color:#CACACA;

	}

.barAnimation-philly_CH {
	max-width:100%;
	position:absolute;
	background-color:#8F3F35;
	height:40px;
	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
	}




.barAnimation-philly_CH span {
    display:none;
}

.barAnimation-philly_CH:hover {
	background-color:#A5655D;

	}

.barAnimation-philly_CH:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
    background-color:#262626;
    color:white;
    padding:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 15px;
	text-align: left;
    line-height: normal;
	cursor: pointer;
}


.barAnimation-pa_CH {
	max-width:100%;
	position:absolute;
	background-color:#B8A642;
	height:40px;
	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
	}




.barAnimation-pa_CH span {
    display:none;
}

.barAnimation-pa_CH:hover {
	background-color:#BDB07F;

	}

.barAnimation-pa_CH:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
    background-color:#262626;
    color:white;
    padding:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 15px;
	text-align: left;
    line-height: normal;
	cursor: pointer;
}




.barAnimation-usa_CH {
	max-width:100%;
	position:absolute;
	background-color:#2A3960;
	height:40px;
	-webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    transition: width 0.5s;
	}


.barAnimation-usa_CH span {
    display:none;
}

.barAnimation-usa_CH:hover {
	background-color:#556180;

	}

.barAnimation-usa_CH:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
    background-color:#262626;
    color:white;
    padding:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 15px;
	text-align: left;
    line-height: normal;
	cursor: pointer;
}


.barAnimationTEXT {
	color:white;
	float:right;
	line-height:2.8;
	padding-right:15px;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size:24px;
	}

.barAnimationFooter-PHL-TEXT {
	color:black;
	text-align:right;
	margin-right:24%;
	line-height:1.5;
	font-weight:bold;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size:12px;
	}

.barAnimationFooter-PA-TEXT {
	color:black;
	float:right;
	line-height:1.5;
	font-weight:bold;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size:12px;
	}


.barAnimationFooter-US-TEXT {
	color:black;
	float:right;
	line-height:1.5;
	font-weight:bold;
	font-family: Gotham Narrow SSm A, Gotham Narrow SSm B, Arial, sans-serif;
	font-size:12px;
	}









.mediaSpread {
	position:relative;
	height:600px;
	overflow:hidden;

	}

.tornFrame {
	max-width:100%;
	position:absolute;
	z-index:100;
	height:100%;
	pointer-events: none;
	}

.tornTop {
	width:100%;
	pointer-events: none;
	}

.tornBottom {
	width:100%;
	bottom:0;
	position:absolute;
	}

.mediaContainer {
	top: -5%;
    position: absolute;
    max-width: 150%;
    width: 100%;
    overflow: hidden;}

.mediaContainer img {
	width:100%;}


.seeMoreContainer_CH {
	opacity: 0;
	max-width:150px;
	width:100%;
	margin: 300px auto;
	left:0;
	right:0;
	position:absolute;
	padding-bottom:20px;
	z-index:500;

	}

.seeMore_CH {

	color:white;
	margin: 0 auto;
	left:0;
	right:0;
	width:100%;
	max-width:150px;
	text-align:center;
	display: inline-block;
    padding: 2px 10px;
    border: .5px solid white;
    cursor: pointer;
    background-color: rgba(252,252,252,0.1);
	font: 400 100%/1.3 "Helvetica","Arial",sans-serif;
	}


.trigger-mediaContainer {
	background-color:black;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
	z-index:2;
	opacity: .0;}


.trigger-mediaContainer:hover {
	opacity: .7;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	}

.trigger-mediaContainer:hover > .seeMoreContainer_CH{
	opacity: 1 !important;
	}

@media (max-width: 890px) {

#indexHome {
	margin-top: 3px}


.tButton {

		margin-top: 4.5px;
		margin-right: 5px;
		position: absolute;
		}

.fbButton {

		margin-top: 4.5px;
		margin-right: 45px;
		position: absolute;
		}



.table {
    margin: -1px 50px;
    float: right;
    width: 40%;
}


#pcomLogo {
    width: 78px;
}

ul {
	height: 29px;
	 }

#pcomLogoContainer {

    width: 134px;
}

.navText {
	padding:0px 6px;
	width:auto;
	padding: 6px 6px;
    width: auto;
    height: 29px;
	}
.dropdown {
	padding:0px 0px;
	width:auto;}
.dropbtn {
	padding:0px 0px;
}

.dropdown-content {
	margin: 0px auto;
    width:60%;
    }







.seeMoreContainer_CH {

	margin: 250px auto;

	}

.mediaSpread {

	height:500px;


	}



.quizContainer {
	width:100% !important;}

.adUnitWrapper {
	margin:20px auto !important;
    display: block;
	left:0;
	right:0;
	float:none;


	}



#conventionInfoTable {
	float:none;
	max-width:100%;}

}




@media (max-width: 650px) {

.trigger-mediaContainer {
	opacity:0.7;}

.seeMoreContainer_CH {
	opacity: 1.0;}

.mediaSpread {

	height:450px;


	}

.seeMoreContainer_CH {

	margin: 200px auto;

	}


}



@media (max-width: 600px) {

.seeMoreContainer_CH {

	margin: 150px auto;

	}

.mediaContainer {
	bottom: -5%;
    width: 110%;
	max-width:225%;
    overflow: hidden;}





.timelineContainer_CH {
    width: 90%;
    height: 230px;
    overflow: auto;
	border-left:thin solid rgba(191,191,191,0.60);
	border-right:thin solid rgba(191,191,191,0.60);
	padding-top: 0%;
	margin-top:4%;
	text-align:center;

}


.timeline_CH {
	display: table;
    table-layout: fixed;
    width: 100%;
	text-align:center;

	}


.timeline_CH img{
	display: table-cell;
    width: 200%;
	text-align:center;
	}




#splash-header_CH {
	font-size:48px;
	}
#headerInfo_CH {

	max-width:90%;
	}

#faceNav_CH {
	position:relative;
	max-width: 1000px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 2.5%;
    right: 0;
	}

.faceIconSet_CH {
	width:40%;
	}

.faceIcon_CH {
	position:absolute;	max-width:35%;

	}

.faceIcon_CH img{
	width:100%;
	}

.faceIcon_CH img:hover{
	opacity:0;
	filter:alpha(opacity=0);
	cursor: pointer;
	}


.faceIcon-H_CH {
max-width:35%;
position:absolute;

	}


#taylor_CH {
	margin-left:10%;
	overflow:auto;

	}

#fremont_CH {
	margin-right:10%;
	overflow:auto;
	float:right;
	}

#grant_CH {
	margin-left:10%;
	overflow:auto;
	margin-top:40%;
	}

#mckinley_CH {
	margin-right:10%;
	overflow:auto;
	float:right;
	margin-top:0;
	}

#roosevelt_CH {
	margin-left:10%;
	overflow:auto;
	margin-top:40%;
	}

#willkie_CH {
	margin-right:10%;
	overflow:auto;
	float:right;
	margin-top:0;
	}

#dewey_CH {
	margin-left:10%;
	overflow:auto;
	margin-top:40%;
	}

#truman_CH {
	margin-right:10%;
	overflow:auto;
	float:right;
	margin-top:0;
	}

#wallace_CH {
	margin-left:10%;
	overflow:auto;
	margin-top:40%;
	}

#bush_CH {
	margin-right:10%;
	overflow:auto;
	float:right;
	}


  .cardMainContainer {
	display:inline-block;
	}

  .frontCardText {
	margin: 17% auto;

	}

  .backCardText {
	 margin: 13% auto;}





.infoCat{
	width: 50%;
}


.infoText{
	text-align:right;
	width: 40%;
}


.twoElement-Container_CH {
	}

.mapContainer_CH {
	margin:0 auto;
	left:0;
	right:0;
	max-width:90%;
	float:none;
	display:block;
	padding:2%;
	}


#verticalLine {
	display:none;}


.barAnimationContainer_CH {
	max-width:90%;
	float:none;
	margin: 0 auto;}
}



@media (max-width: 550px) {


.mediaSpread {

	height:300px;
	}
}
