body {
	margin: 25;
	padding: 5;
	line-height: 1.7em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #008400;
	background: #ffffff;
	background: url(images/divider.jpg) repeat-x bottom;
	
}
 /*responsive table*/
 
@media screen and (min-width: 601px) {
  div.example {
    font-size: 80px;
  }
}


@media screen and (max-width: 600px) {
  div.example {
    font-size: 30px;
  }
}
table {
    font-family: 'Pathway Gothic One', sans-serif;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 10px;
    font-size: 2vw
}
td, th {
  border: 1px solid black;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: white;
}
@media screen and (max-width: 767px) {
    .left2, .main2 {
        width: 100%;
    }
    thead {
        display: none;
    }
    td {
        display: block;
    }
    td:first-child {
        background-color: white;
        color: black;
    }
    td:nth-child(1)::before {
        content: ""
    }
    td {
        text-align: left;
    }
    td::before {
        float: left;
    }
}

/* start of mobile responsive menu bar*/

.topnav {
  overflow: hidden;
   background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
  background: url(images/menu.jpg) repeat-x;
}

.topnav a  {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 50px 50px 15px 40px;
  text-decoration: none;
  font-size: 18px;
}

.topnav a:hover  {
  background-color: #ddd;
  
  color: #008400;
	background: url(images/menu_hover.jpg) bottom no-repeat;
}
 


.topnav a.active {
  background-color: #04AA6D;
  
  color: #008400;
	background: url(images/menu_hover.jpg) bottom no-repeat;
}

.topnav .icon {
  display: none;
  padding: 50px 50px 15px 40px;
}

 
/* Dropdown Button */
.dropbtn {
	overflow: hidden;
  background-color: #f2f2f2;
  opacity:5;
  color: blue;
  
  font-size: 17px;
  border: none;
  
  
padding: 10px 30px;
border-radius: 5px;
background: #f857a6;
background: -webkit-linear-gradient(to right, #ff5858, #f857a6);
background: linear-gradient(to right, #ff5858, #f857a6);
box-shadow: 0 10px 10px -2px rgba(0,0,0,.25);
  
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.shadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}


@media screen and (max-width: 600px) {
	img {
       
		
        -webkit-filter: drop-shadow(5px 5px 5px #666666);
        filter: drop-shadow(5px 5px 5px #666666);
		box-shadow: 1px 1px #880000;
	  
		
      }
	  

	.topnav_footer a:not(:first-child) {display: none;}
  .topnav_footer a.icon {
    float: right;
    display: block;
	background: url(images/mono1.png) bottom no-repeat;
  }
  .topnav_footer.responsive {position: relative;}
  .topnav_footer.responsive .icon {
	  background: url(images/mono2.png) bottom no-repeat;
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav_footer.responsive a {
    float: none;
    display: block;
    text-align: left;
  }	  
	  
	body {
    background-color: none;
	} 
	
  .masthead {
    padding-top: calc(6rem + 104px);
    padding-bottom: 6rem;
  }
  .masthead .masthead-heading {
    font-size: 16 px;
    line-height: 3.5rem;
  }
  .masthead .masthead-subheading {
    font-size: 16px;
  }
   .school-modal .school-modal-title {
    font-size: 16px;
    line-height: 2.5rem;
  }
	
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	background: url(images/mono1.png) bottom no-repeat;
    float: right;
    display: block;
  }
	
	
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	background: url(images/mono2.png) bottom no-repeat;
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	background: url(images/menu.jpg) repeat-x;
  }
  
}

 
/* start footer menu*/
.topnav_footer {
  overflow: hidden;
  background-color: #d3d3d3;
}

.topnav_footer a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 10px 50px 10px 50px;
  text-decoration: none;
  font-size: 18px;
  
  
}

.topnav_footer a:hover {
  background-color: #3d3d3d;
  color: black;
  background: url(images/body.jpg) repeat-x bottom;
}


.topnav_footer a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav_footer .icon {
  display: none;
}

 

@keyframes mymove {
  from {left: 0px;}
  to {left: 200px;}
  .animation-direction: alternate;
  
} 

a:link, a:visited { color: #0066CC; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #008400; text-decoration: underline; }

p { margin: 0px; padding: 0px; }



.float_l {
	float: left;
}

.float_r {
	float: right;
}

.divider {
	background: url(images/divider.jpg) repeat-x bottom;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }




.button_01 a {
	display: block;
	width: 70px;
	height: 22px;
	padding: 5px 2px 0 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(images/button_01.png) no-repeat;
}

.button_01 a:hover {
	color: #ffffff;
	background: url(images/button_01_hover.png) no-repeat;
}

h2 {
	
	 animation: mymove 5s infinite;
	 
	 
	margin: 0 0 5px 0;
	padding: 10px 0;
	font-size: 24px;
	font-weight: normal;
	color: yellow; /*#106fb8;*/ 

}

h3 {
	margin: 0	;
	padding: 2px 0;
	font-size: 16px;
	font-weight: bold;
	color: #3e464d;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* start of header */

#header_wrapper {
	width: 100%;
  
	background: #fff;
}

#header {
	clear: both;
	width: 960px;
	height: 200px;
	margin: 40px;
	margin-top:50px;
	padding: 30 10px;
	background: url(images/header.jpg) no-repeat;
}

#header p {
	clear: both;
	padding-left: 5px;
	width: 500px;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
}

#header #site_title {
	float: left;
	margin-top:0px;
	margin-left: 45px;
	padding-top:1px;
	padding-bottom :1px;
	padding-left:10px;
	padding-right:20px;
	
	width: 280px;
	height: 120px;
	text-align: center;	
		
}

#site_title h1 {
	margin: 0px;
	padding: 1px 0 0 0;	
	
}

#site_title h1 a {
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-top: 10px;
	margin-left: 5px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	letter-spacing: 2px;
}

/* end of header */



/* content */

#content_wrapper {
	width: 920px;
	padding: 30px;
	margin: 0 auto;
	
}

#content {
	float:center;
	width: 90%;
    height:30%;
}

.content_box {
	clear: both;
	width: 100%;
	padding: 20px 30px;
	background: #fff;
}

.content_box_bottom {
	width: 590px;
	height: 36px;
	margin-bottom: 20px;
	background: url(images/content_bottom.jpg) no-repeat;
}

.content_box .image_fl {
	float: left;
	margin: 3px 1px 0 0;
}

.content_box .section_w250 {
	width: 250px;
}

.list_01 {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: decimal-leading-zero;
}

.list_01 li {
	color: #008400;
	margin-bottom: 7px;
}

/* end of content */

/* footer */

#footer_wrapper {
	width: 100%;
	margin: 0 auto;
	background: #fff url(images/footer_top.jpg) top repeat-x;	
}

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 30px;
	text-align: center;
	color: #7c7471;
}

#footer a {
	color: #333333;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 2px solid #333333;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.shadowbox {
  width: 100%;
  height: 600px;
  border: 1px solid #33333;
  box-shadow: 8px 8px 5px #44400;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #cff);
}
.thead th {
  background: #88CCF1;
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 17px; /*changing this to 18px only affects <th> elements not <td>*/
  font-weight: 100;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.masthead {
  padding-top: calc(6rem + 74px);
  padding-bottom: 6rem;
}

.masthead .masthead-heading {
  font-size: 16px;
  line-height: 2.75rem;
}

.masthead .masthead-subheading {
  font-size: 16px;
}

.masthead .masthead-avatar {
  width: 15rem;
}

 

/******************************************
HEADER
******************************************/

.topbar {
    background-color: #f1f1f1;
    margin-bottom: 30px;
    padding: 12px 0 14px;
}

.topbar a,
.topbar p {
    color: #000000;
    font-size: 14px;
    margin: 0;
}

.topbar .text-left p {
    margin-top: 3px;
}

.topbar .text-left i {
    padding-right: 3px;
}

.header {
    position: absolute;
    z-index: 111;
    left: 0;
    top: 0;
    right: 0;
    padding: 0;
    background-color: transparent;
    text-decoration: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.header.without-topbar {
    padding: 30px 0;
}

.header-normal {
    position: relative;
    padding: 0 0 24px;
    background-color: #fff;
}

.header-normal .navbar-default .nav>li>a {
    color: #848484 !important;
}

.header.affix {
    position: fixed;
    top: 0;
    z-index: 100;
    background-color: #f1f1f1;
    left: 0;
    padding: 15px 0;
    right: 0,
}

.header.header-normal.affix {
    background-color: #ffffff;
}

.header.affix .topbar {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.navbar-default {
    margin: 0;
    background-color: transparent;
    background: none;
    border: 0;
}

.navbar-default .nav>li>a {
    color: #fff !important;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    outline: none;
}

.navbar-nav .has-submenu .dropdown-menu li a {
    padding: 14px 20px;
}

.navbar-default .dropdown-menu {
    box-shadow: none;
}

.navbar-default .dropdown-menu li a {
    color: #222;
    font-size: 14px;
}

.navbar-default .fa-angle-right {
    position: absolute;
    right: 30px;
}

.navbar-brand img {
    margin: 0 !important;
}

.social a {
    font-size: 14px;
    color: #fff !important;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.1);
    width: 25px;
    text-align: center;
    border-radius: 1px;
    margin-left: 2px;
    height: 25px;
    line-height: 25px;
}

.social a:hover {
    opacity: 0.8;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent !important;
}

.navbar-brand {
    padding: 0 10px 0 0;
}

.social a.facebook {
    background-color: #3b5998;
	background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
}

.social a.pinterest {
    background-color: #bd081c;
	
}

.social a.twitter {
    background-color: #1da1f2;
}

.social a.google {
    background-color: #34a853;
}

.social a.linkedin {
    background-color: #0077b5;
}

.modal {
    top: 40%;
    margin: -20px auto;
}

.modal-backdrop.in {
    opacity: 1;
    background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
}

.modal-header {
    border-bottom: 0;
    padding: 15px;
    background: none;
}

.modal-content {
    background-clip: padding-box;
    background-color: transparent;
    border: 0;
    border-radius: 6px;
    box-shadow: none !important;
    outline: 0 none;
    position: relative;
}

.modal .close {
    font-size: 16px;
    height: 40px;
    padding: 0;
    position: absolute;
    right: 14px;
    top: 27px;
    width: 40px;
    z-index: 111;
    transform: rotate(315deg);
}

.close,
.close:focus,
.close:hover {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}

.modal .form-control {
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 0;
    font-family: 'Droid Serif', sans-serif;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 17px;
    line-height: 1.42857;
    font-style: italic;
    padding: 6px 12px;
    width: 100%;
    border-bottom: 4px solid #222;
    height: 70px;
    padding-left: 0;
}

.iconitem a {
    padding-left: 8px !important;
}

.school {
  margin-bottom: -30px;
  text-align:center;
}

.school .school-item {
  cursor: pointer;
  position: relative;
  display: block;
  max-width: 25rem;
  margin-bottom: 30px;
  border-radius: 0.5rem;
  overflow: hidden;
}


.school .school-item .school-item-caption {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background-color: rgba(26, 188, 156, 0.9);
}

.school .school-item .school-item-caption:hover {
  opacity: 1;
  box-shadow: 10px 10px 5px #ccc;
}

.school .school-item .school-item-caption .school-item-caption-content {
  font-size: 16px;
}

.school-modal .school-modal-title {
  font-size: 16px;
  line-height: 2rem;
}



.school-modal .close {
  position: absolute;
  z-index: 1;
  right: 1.5rem;
  top: 1rem;
  font-size: 18px;
  line-height: 3rem;
  color: #1abc9c;
  opacity: 1;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  box-shadow:2px 2px , #ff0000;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 0.125rem solid #dee2e6;
  border-radius: 0.5rem;
  max-width: 100%;
  height: auto;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
h1 {
	text-align: center;
	text-shadow: 2px 2px #FFff00, 0 0 5px #0000FF;
	
}
h2 {
	text-align: center;
	
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
h3 {text-align: center;
text-shadow: 2px 2px #FFff00, 0 0 5px #00ffFF;
}
h4 {text-align: center;}
h6 {text-align: center;}

 img {
       
		
        -webkit-filter: drop-shadow(5px 5px 5px #666666);
        filter: drop-shadow(5px 5px 5px #666666);
		box-shadow: 1px 1px #880000;
	  
		
      }
img:hover
    {
      -moz-box-shadow: 1px 2px 10px #ffff00;
      -webkit-box-shadow: 1px 2px 10px #c0c0c0;
      border: 5px solid hsl(0, 0%, 40%);
		 padding: 5px;
  background: hsl(0, 0%, 20%);
  outline: 5px solid hsl(0, 0%, 60%);
	  
	}	

#container {
  width: 300px;
  height: 200px;
  background: red;
  animation: mymove 5s infinite;
}

@keyframes mymove {
  from {background-color: red;}
  to {background-color: blue;}
}

.row
{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin-right:-15px;
    margin-left:-15px ;
    padding-top: 10px;
}
a.btn{
display:inline-block;
 padding: 15px 25px;
margin:0 0.1em 0.1em 0;
border:0.16em solid rgba(255,255,255,0);
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
font-weight:300;
font-size: 24px;
color:#FFFFFF;
text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
text-align:center;
transition: all 0.2s;
 cursor: pointer;
  outline: none;
  color: #fff;
   background-color: #04AA6D;
   border-radius: 15px;
  box-shadow: 0 9px #999;
}
a.btn:hover{
border-color: rgba(255,255,255,1);

}
@media all and (max-width:30em){
 a.btn{
display:block;
margin:0.2em auto;
}
}
a.btn:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}
.btn span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
.btn:hover span {
  padding-right: 25px;
}

.btn:hover span:after {
  opacity: 1;
  right: 0;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: 3px; /* Remove borders */
  outline: none; /* Remove outline */
  
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
   
  border-radius: 20px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
    background-color: red;  
  border-radius: 50%;
  border: none;
   
}

#myBtn:hover {
  background-color: green; /* Add a dark-grey background on hover */
}

/*  extra button styles */
.gradient-button {
	
color: rgb(255, 255, 255); 
font-size: 17px; 
line-height: 16px; 
padding: 6px; 
border-radius: 34px; 
font-family: Georgia, serif; 
font-weight: normal; 
text-decoration: none; 
font-style: normal; 
font-variant: normal; 

background-image: linear-gradient(to right, rgb(28, 110, 164) 0%, rgb(35, 136, 203) 50%, rgb(20, 78, 117) 100%); 
box-shadow: rgb(0, 0, 0) 5px 5px 15px 5px; 
border: 2px solid rgb(28, 110, 164); 
display: inline-block;

    margin: 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
}
.gradient-button:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
}
.gradient-button-1 {background-image: linear-gradient(to right, #DD5E89 0%, #F7BB97 51%, #DD5E89 100%)}
.gradient-button-1:hover { background-position: right center; }

.gradient-button-2 {background-image: linear-gradient(to right, #2BC0E4 0%, #EAECC6 51%, #2BC0E4 100%)}
.gradient-button-2:hover { background-position: right center; }

.gradient-button-3 {background-image: linear-gradient(to right, #7474BB 0%, #348AC7 51%, #7474BF 100%)}
.gradient-button-3:hover { background-position: right center; }

.gradient-button-4 {background-image: linear-gradient(to right, #00d2ff 0%, #3a7bd5 51%, #00d2ff 100%)}
.gradient-button-4:hover { background-position: right center; }

.linkbtn{
	background-color: #4CAFdd;  
  border-radius: 50%;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 17px;
  margin: 4px 2px;
  cursor: pointer;
  background-image: linear-gradient(to left, #aad2ff 0%, #3a7bdd 51%, #aad2ff 100%)}
} 
.linkbtn:hover { 
background-position: right left;  
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
 border-radius: 30%;
  border: 3px;

}