html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

@keyframes blink {
	0% { opacity:1 } 75% { opacity:1 } 76% { opacity:0 } 100% { opacity:0 }
}

blink, .blink-css {
	animation:blink 0.75s ease-in infinite alternate!important;
}

img, fieldset {
	border: 0;
}

video {
	width: 100%;
}

html {
	font-size: 62.5%;
  	font-family: 'Raleway', sans-serif;
	line-height: 1.4;
	font-weight: 400;
	letter-spacing: 0.06rem;
	color: #333333;
	padding:0;
	margin:0;
	width: 100%;
	border:none;
}
body {
	padding:0;
	margin:0;
	width: 100%;
	border:none;
	background-color: #dfe5ee;
/*
	background-image: url(../ui/wave-bg.svg);
	*/
	background-repeat: repeat;
	background-size: 24rem 24rem;
	
}

p {
}

#main {
	z-index:10;
	padding:0;
	margin:0;
	width: 100%;
	height: 100%;
	text-align: left;
}


#center {
	width:940px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
	background-color: #ffffff;
    padding: 4rem;
}

#header {
	/*
	height:140px;
	*/
	height: auto;
	width:100%;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
	padding-bottom: 12px;
}

#layout_1 {
	height:100%;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-top: 20px;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	font-size: 2rem;
}


#layout_1 .oneblock {
	width:940;
	float:left;
	text-align:left;
	margin-left: 10px;
	margin-right: 10px;
}

#layout_1 .wideblock {
	text-align: left;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

#layout_1 .wideblock.newlanding {
	/*
	width:100%;
	*/
}

#layout_1 .smallblock {
	text-align: left;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
	margin-top: 2rem;
    padding-top: 2rem;
    border-top-color: #cccccc;
    border-top-style: solid;
    border-top-width: 0.1rem;
}

#layout_1 .midblock {
	width:60px;
	text-align:left;
	float:left;
	margin-left: 15px;
	margin-right: 15px;
}

#layout_1 .rightblock {
	width:230px;
	text-align:left;
	float:left;
	margin-left: 15px;
	margin-right: 0px;
}


#footer {
	width:975px;
	height:40px;
	clear:left;
	padding-top:55px;
	margin-top:0px;
	margin-bottom:10px;
	margin-left:-20px;
	padding-left:25px;
	border-bottom: 17px solid #000;
}


.clear_both {
clear:both;

}

/* toggle textblock interface */

.details-container {
    margin-bottom: 1rem;
}

.toggle-block {
    position: relative;
    margin-bottom: 1rem;
}

.toggle-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-label {
    cursor: pointer;
    color: #0078d7;
    display: inline;
    padding: 0;
}

.toggle-label::after {
    content: "...";
}

.toggle-content {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.7s;
    margin-top: 0.5rem;
}

.toggle-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px; /* Adjust as needed */
    background: linear-gradient(to bottom, transparent, white); /* Fade to white */
}

.toggle-input:checked + .toggle-label + .toggle-content {
    max-height: 1200px;
}

.toggle-content p {
    line-height: 1.6;
    color: #555;
}

.toggle-label {
    font-weight: 400;
    color: #444;
}

.toggle-label:hover {
    color: #5050ff;
}

.toggle-label:hover + .toggle-content {
    max-height: 80px;
}

.toggle-input:checked + .toggle-label {
    color: #444;
}

.toggle-input:checked + .toggle-label::after {
    content: "";
}
