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

#container {
	width: 100%;
	/*max-width: 1400px;*/
	margin: 0 auto;
	position: relative;
} 

.content {
    box-sizing: border-box;
	  max-width: 930px;
	  margin: 0 auto;
    /*max-width: 767px;*/
	  padding: 0 2vw;
    width: 100%;
	position: relative;
}
	.content.large {
		max-width: 1210px;
	}


sup {
	font-size: 50%;
	line-height: 0;
}

#static-isi {
	position: fixed;
	bottom: 0px;
	width: 100%;
	/*max-width: 1400px;*/
	max-height: 250px; /* original 125px */
	background-color: white;
	padding: 20px 0;
	z-index: 100000;
	transition: max-height 850ms ease-in-out; /*650 original */
}
	#static-isi.open {
		height: auto;
		max-height: 60vh; /*70vh original*/
		overflow: scroll;
		-webkit-overflow-scrolling: touch;
		/*display: none;*/
	}
	
	#static-isi.inline {
		/*position: static;
		max-height: none;
		margin-bottom: 6px;*/
		display: none;
	}
	
	#isi-button {
		/*position: absolute;
		top: -.5vw;
		right: 2.5vw;
		width: 7vw;
		height: 7vw;*/
		background-image: url(/wp-content/themes/Avada-Child-Theme/Pinned-ISI-Plus.png);
		background-position: center;
		background-repeat: no-repeat;
		cursor: pointer;
	}
		#static-isi.open #isi-button {
			background-image: url(/wp-content/themes/Avada-Child-Theme/Pinned-ISI-Minus.png);
		}
		
	/*footer {
		margin-bottom: 8vw;
	}
		
	footer .links a {
		color: #ca4748;
		text-decoration: none;
		display: inline-block;
		margin: 0 5vw;
	}
		footer .links a:first-child {
			margin-left: 0;
		}	
		
	footer img {
		margin-top: 12vw;
		margin-bottom: 5vw;
		max-width: 58vw;
	}
	
	.signoff {
		text-align: center;
	}
	
	footer span.desktop {
		display: none;
	}

.nowrap {
    white-space: nowrap;
}

.section {
    background-color: #ffffff;
    margin: 0;
    padding: 100px 40px;
}
*/

@media screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }	
}