@charset "UTF-8";
#nomenclaturesidebar {
	width: 52%;
	float: left;
	opacity: 0.9;
}
#nomenclatureHero {
	position: relative;
	clear: left;
}
#nomenclatureHero {
}
#nomenclatureHero article h2 {
	color: #F7F035;
	opacity: 0.9;
}
#nomenclatureHero article {
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	width: 95%;
	float: right;
	background-color: #037212;
	opacity: 0.9;
	border-radius: 30px / 30px;
	display: inline-block;
	top: 0px;
	right: 0px;
	clear: left;
}
#nomenclatureHero article p {
	color: #FFFFFF;
	border-radius: 26px / 25px;
	font-size: large;
}
#nomenclatureMainIntro  {
	width: 60%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	opacity: 1;
}
#sectionsFloat {
	float: left;
}
#nomenclatureMain {
}
#nomenclatureHero aside {
	width: 95%;
	position: absolute;
	left: 5px;
	float: left;
	border-radius: 40px;
	background-image: -webkit-linear-gradient(139deg,rgba(10,87,24,1.00) 0%,rgba(66,25,183,1.00) 100%);
	background-image: -moz-linear-gradient(139deg,rgba(10,87,24,1.00) 0%,rgba(66,25,183,1.00) 100%);
	background-image: -o-linear-gradient(139deg,rgba(10,87,24,1.00) 0%,rgba(66,25,183,1.00) 100%);
	background-image: linear-gradient(311deg,rgba(10,87,24,1.00) 0%,rgba(66,25,183,1.00) 100%);
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	opacity: 0.9;
	top: 336px;
	clear: both;
}

#nomenclatureHero aside h2 {
	color: #F5F158;
}
#nomenclatureHero aside p {
	color: #F4EFEF;
	font-size: large;
}

#moduleNav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#moduleNav a {
	width: 20%;
	display: block;
	float: left;
	background-color: #899B66;
	text-align: center;
	color: #D0F4D1;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 6px;
}

#moduleNav a:hover, #moduleNav a:active, #moduleNav a:focus, #moduleNav a.thispage {
	text-decoration: none;
	background-color: #207D0D;
}
#flyframe  {
	float: right;
	bottom: 91px;
	position: absolute;
	width: 100%;
	background-color: #010101;
	clear: both;
}
#nomenclatureHero #flyBox {
	position: absolute;
	width: 100%;
	background-color: #03151F;
	opacity: 0.95;
	color: #F8F3F3;
	bottom: 58px;
	padding-left: 5px;
	padding-right: 5px;
}
#nomenclatureHero #flyBox .btn.btn-primary {
	padding-left: 46px;
}
#nomenclatureHero #flyBox p {
	padding-left: 20px;
	padding-right: 20px;
}
#nomenclatureHero #collapseBar p {
	width: 100%;
	position: relative;
	color: #FFFCFC;
	padding-left: 20px;
	padding-right: 20px;
}
.container #recessive h3{
	color: #0000B5;
}
.container #mutant h3{
	color: #BC0000;
}
.container #handwriting h3{
	color: #A66B00;
}
.dropHints {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
}
#moduleNav {
	clear: both;
}
#spacer {
	clear: both;
}
body    {
    margin: 0px;
    color: #151515;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    background-color: #EFF5F8;
}

#wrapper {
    background-color: #FFFFFF;
    width: 100%;
    min-width: 740px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#hero {
    position: relative;
    clear: left;
}

#hero article {
	width: 36%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 40px;
	right: 9px;
	background-color: #680507;
	color: #FFFFFF;
	border-radius: 15px;
}

#hero h2 {
	color: #F6BE39;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: -7px;
}


#hero img {
	max-width: 100%;
	opacity: 1;
}

h1, h2 {
    color: #3399CC;
    font-style: normal;
    font-weight: 600;
}

h1 {
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

#main {
    width: 58%;
    margin-left: 2%;
    float: left;
}

#sidebar {
    width: 34%;
    margin-left: 4%;
    float: left;
}

footer {
    clear: left;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2%;
    background-color: #43A6CB;
    color: #FFFFFF;
}

figure {
    width: 420px;
}

figure img {
	padding: 10px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 15px #999999;
	box-shadow: 1px 1px 15px #999999;
	opacity: 1;
}

figcaption {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.floatleft {
    margin-right: 10px;
    float: left;
}

.floatright {
    margin-left: 10px;
    float: right;
}

a {
    font-weight: bold;
    text-decoration: none;
}

a:link {
    color: #FF6600;
}

a:visited {
    color: #FF944C;
}

a:hover, a:active, a:focus {
    color: #7F3300;
    text-decoration: underline;
}

#mainnav ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#mainnav a {
    width: 20%;
    display: block;
    float: left;
    background-color: #4D4D4D;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-top: 6px;
    padding-bottom: 6px;
}

#mainnav a:hover, #mainnav a:active, #mainnav a:focus, #mainnav a.thispage {
    text-decoration: none;
    background-color: #43A6CB;
}

article, aside, figure, footer, header, nav {
    display: block;
}
#grayloch {
	float: left;
	position: absolute;
	bottom: 6px;
	color: #EF2FF1;
	font-size: large;
	background-color: #2A2828;
	opacity: 0.9;
}
#symbolVideo {
	width: 62%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	bottom: 7px;
	background-color: #680507;
	color: #FFFFFF;
	border-radius: 15px;
	right: 0px;
	clear: right;
	float: right;
}
