@charset "utf-8";
/* CSS Document */

html {
	font-family: Arial, Helvetica, sans-serif;
	cursor:default;
}


body {
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
	
}



#upcase {
	text-transform:uppercase;
}

#italic {
	font-style:italic;
}

#bold {
	font-weight:bold;
}

a {
	text-decoration:none;
}

h1, h2 {
	text-transform:uppercase;
}

.full {
	max-width:100%;
}

.header {
	width:100%;
	position:relative;
	display:inline-block;
}

/*navigation*/
#nav {
	background-color: #004689;
	height: 80px;
	margin-bottom:0;
	border:none;
}

#nav ul {
	float:right;
}

#nav li {
	line-height:40px;
	font-size:1.3vw;
	text-transform:uppercase;
}

#nav > ul > li {
	padding: 4px 4px;
}

.noborder {
	margin: 0px 15px;
    padding: 4px 4px;
    height: 100%;
}

#nav li a {
	color:#fff;
}

#nav li:hover {
	border-bottom: thin solid #fff;
}

/*drop down menu*/
.dropdown {
	position:relative;
	display:inline-block;
}

.dropdown-content {
	display:none;
	position:absolute;
	background-color: #f9f9f9;
	min-width:160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:1;
}

.dropdown-content a {
	color:#000;
	padding:12px 16px;
	text-decoration:none;
	display:block;
}

.dropdown-content a:hover {
	background-color:#f1f1f1;
}

.dropdown:hover .dropdown-content {
	display:block;
}

/*banner*/
.banner {
	width:100%;
}

.box {
	position:absolute;
	bottom:0;
	top:-10;
	
	left:88px;
	color:#fff;
	text-align:center;
	width:40%;
	margin-top: 20%;
}

.opaque {
	background-color:rgba(0, 0, 0, 0.2);
	font-size:2.5vw;
	padding:1% 0;
	padding-left: 4%;
	text-align:left;
	color:#000;
}

.small {
	font-size:17px;
}
.small2{
	font-size:18px;
}

/*buttons*/
.button {
	font-size:24px;
	border-radius:4px;
	transition: all 0.5s;
	background-color: #ffe816;
	text-align:center;
	border:none;
	cursor:pointer;
}

.button a {
	color: #000;
}

.button span {
	display:inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00bb';
	position:absolute;
	opacity:0;
	top:0;
	right:-3vw;
	transition:0.5s;
	left:10.5vw;
}

.button:hover span {
	padding-right:25px;
}

.button:hover span:after {
	opacity:1;
	right:0;
}

.large.button {
	width: 100%;
	font-size: 2vw;
	padding: 3% 0;
	margin-bottom: 2%;
}

.bio.button {
	width:40%;
	margin: 0 auto;
	padding: 3% 1%;
	font-size:1.5vw;
}

.bio.button span:after {
	left: 9vw;
}

/*page content #content_2 is for pages without left/right sections*/
.content {
	padding-bottom:0;
}

#content_2 a:hover {
	text-decoration:underline;
}

.content p {
	font-size: 1.3vw;
}

#content_2 p {
	font-size:1.5vw;
	margin-bottom:5%;
}

/*page sections*/
.upper {
	width:100%;
	margin-bottom:60px;
	margin-top:2%;
}

.lower {
	background-color: #cccccc;
	height: 20%;
	width:100%;
	padding-bottom: 2%;
}

.left {
	width:50%;
	display:inline-block;
	vertical-align:middle;
}

.right {
	width:40%;
	vertical-align:middle;
		display:inline-block;
}
.bottomcenter {
	width:40%;
	
	padding-left:30%;
    padding-right:30%;
}
	

.upper .left {
	margin-left:8%;
	margin-top: 3%;
}

.upper .right {
	width:30%;
	margin:0 4%;
	margin-top:2.7%;
}

.lower .left {
	width:45%;
	border-right: 2px solid #b7b7b7;
}

.lower .right {
	margin:0 6%;
}

#pics-right {
	padding-top:2%;
	padding-bottom:2%;
}

/*upper section of page*/
.upper h1 {
	margin: 0 auto;
	font-size:3.5vw;
	color:#004689;
}

.upper .left h1 {
	color: #004689;
}

.upper .left a {
	color:#000;
}

.upper h2 {
	margin: 0 auto;
	font-size:2vw;
	margin-top:8%;
}

.upper .left h2 {
	color: #004689;
}

.upper h3 {
	font-size:1.6vw;
}

.quote {
	font-style:italic;
}

.courses {
	background-color: #004689;
	width:65%;
	margin:0 auto;
	font-size: 1.4vw;
	color:#fff;
}

.courses h3 {
	font-size:1.8vw;
}

.courses ul {
	margin:0 auto;
	list-style:none;
	width:70%;
	padding: 15% 0;
	padding-left:15%;
	padding-right:10%;
	color:#fff;
}

.courses li {
	margin: 13% 0;
}

.courses a {
	color: #fff;
}

.courses a:hover {
	text-decoration:underline;
}

.title {
	font-weight:bold;
}

#bullet {
	list-style:inside;
}

#bullet-2 {
	list-style:outside;
}

#no-bullet {
	list-style:none;
}

.resources {
	width:78%;
	list-style:disc;
	padding-left:60px;
	font-size: 1.3vw;
}

.resources li {
	margin: 3% 0;
}

.circle {
	list-style:circle;
}

/*lower section of page*/
.lower h2 {
	margin:0 auto;
	width:52%;
	font-size:1.8vw;
}

.lower ul {
	margin:0 auto;
	width:52%;
	padding-left:0;
}

.lower li {
	margin: 8% 0;
	font-size: 1.3vw;
}

.lower a {
	color: #000;
}

.lower a:hover {
	text-decoration:underline;
}


.bio-logo {
	width:80%;
	margin: 5% 10%;
}

.book-1 {
	width:60%;
	margin:0 20%;
	margin-top:5%;
}

.book-4 {
	width:38%;
	margin:0 5%;
	margin-top:5%;
	display:inline-block;
	
}

#pooh {
	width:38%;
	margin-right:6%;
}

#lao {
	width:35%;
}

/*footer*/
.footer {
	height:20px;
	width:100%;
	color:#000;
}

.footer a {
	color:#000;
}

.footer a:hover {
	text-decoration:underline;
}

.footer-left {
	float:left;
}

.footer-right {
	float:right;
}

/*border, padding, margin, and alignment exceptions*/
.noborder {
	border: none !important;
}

#top {
	vertical-align:top;
}


@media only screen and (max-width:1195px){
.box {
	width:45%;
	left:6%;
	bottom:20px;
	top:-20px;
}

.upper h1 {
	font-size: 4vw;
}

.upper h2 {
	font-size: 2.5vw;
}

.upper h3 {
	font-size:2.3vw;
}

.courses {
	font-size:2vw;
}

.lower .left {
	margin-top:5%;
}

.lower .right {
	margin-top:5%;
}

.lower h2 {
	font-size:2.1vw;
	width:60%;
}

.lower ul {
	width:60%;
}

.lower li {
	font-size:1.9vw;
}

.content p {
	font-size: 1.8vw;
}

#content_2 p {
	font-size:1.8vw;
	margin-bottom:5%;
}

.resources {
	font-size:1.8vw;
	margin-bottom:5%;
}
}

@media only screen and (max-width:980px){
.box {
	width:45%;
	left:6%;
	bottom:20px;
	top:160px;
}

.content {
	margin-top: 25%;
}
.opaque {
	background-color:rgba(0, 0, 0, 0.2);
	padding:5% 0;
	padding-left: 4%;
	text-align:left;
	color:#000;
}

.small {

}

.large.button {
	width: 100%;
	font-size: 3vw;
	padding: 4% 0;
}

.large.button span:after {
	left: 16vw;
}

.bio.button {
	width:50%;
	margin: 0 auto;
	padding: 5% 3%;
	font-size:2vw;
}
}

@media only screen and (max-width:850px){
.content {
	margin-top: 30%;
}

#nav {
	
}

#nav li {
	font-size:10.3px;
}

#nav > ul > li{
	padding:2px 0px;
	margin: 0px 13px;
}

.noborder {
	padding: 2px 0px;
	margin: 0px 13px;
}

.courses {
	width:100%;
}
}

@media only screen and (max-width:720px){

#nav {
	height:50px;
}

#nav ul {
	display:none;
	border-bottom:none;
}

#nav > ul {
	background-color: #ffe816;
	color:#000;
}

.noborder {
	width: 100%;
    float: none;
    margin: 0px !important;
	display: inline-block;
}

.disable {
	pointer-events:none;
}

#nav li:hover {
	text-decoration:underline;
	border-bottom:none;
}

#nav li a {
	color:#000;
}

.dropdown {
	width:100%;
}

.dropdown-content {
	width:100%;
	background-color: #cccccc;
}

.dropdown:hover .dropdown-content {
	display:block;
}

/*.dropdown:active .dropdown-content {
	display:block;
}*/

.box {
	width:65%;
}


.opaque {
	padding:2% 0;
	padding-left: 5%;
	
}

.large.button {
	font-size:4vw;
	padding: 2% 0;
	margin-bottom:2% 0;
}

.large.button span:after {
	left: 23vw;
}

.lower {
	padding-bottom:0;
}

.left, .upper .left, .lower .left{
	width:100%;
	border:0 solid #000;
	margin: 5% auto;
}

.right, .upper .right, .lower .right {
	width:100%;
	border:0 solid #000;
	margin: 0 auto;
}

.upper .left {
	width:99%;
	margin-left:1%;
}

.courses {
	font-size:4vw;
	width:80%;
}

.courses ul {
	padding: 2% 0;
}

.content p {
	margin: 2% auto;
	font-size: 3vw;
}

#content_2 p {
	font-size: 3vw;
	margin:2% auto;
}

.resources {
	font-size: 3vw;
	margin:2% 0;
}

.sig {
	float:none;
}

.upper h1 {
	font-size: 10vw;
	text-align:center;
}

.upper h2 {
	font-size:5vw;
	text-align:center;
}

.upper h3 {
	font-size:4.5vw;
}

.lower h2 {
	font-size:5vw;
	text-align:center;
	width:100%;
}

.lower li {
	font-size: 3vw;
	text-align:center;
}

.lower p {
	width:90%;
}

.bio.button {
	font-size:4vw;
	margin: 4% auto;
}

.bio.button span:after {
	left: 22vw;
}

.footer-right {
	padding: 10px 0 0 0;
}
}

@media only screen and (max-width:607px){
.box {
	width:65%;
	bottom:17px;
}

.opaque {
	font-size:6vw;
	padding-left: 6%;
	padding-right: 6%;
}
.content {
	margin-top:50%;
	background-color:inherit;
}

.small {
	font-size:3.2vw;
}
	
.bio.button {
	font-size:6vw;
}

.bio.button span:after {
	left: 34vw;
}
}

@media only screen and (max-width:530px){
.footer {
	font-size:14px;
}
.box {
	width:auto;
}
.opaque {
	padding-right: 10%;
}

@media only screen and (max-width:487px){
.body{
	background-color:#0C6;
}

.content {
	margin-top:60%;
}

.content p {
	font-size: 4vw;
}

#content_2 p {
	font-size:4vw;
}

.resources {
	font-size:4vw;
}

.upper h2 {
	font-size: 6vw;
}

.upper h3 {
	font-size:5.5vw;
}

.courses {
	font-size:5vw;
}

.lower li {
	font-size: 4.5vw;
}

.footer {
	font-size: 10.5px;
}
}
