@media (min-width: 1000px) {
    #phone-footer {
      display: none;
    }

    #desktop-tablet-footer {
      display: block;
    }

    #school-logos {
        display: block; margin-left: auto; margin-right: auto; width: 980px;
    }
}

@media (max-width: 999px) {
    #phone-footer {
      display: block;
    }

    #desktop-tablet-footer {
      display: none;
    }

    #school-logos {
        display: none;
    }
}

.footer-content {
  display: block;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 30px;
}

.foot { display: inline-block; line-height: 70px; vertical-align: top; }

    #top-social-icons{
    float: right;

}

#top-social-icons a{
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color:  #33383b;
    border-radius: 2px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}





#school-logos {
  display: none !important;
}

/* This Is A General CSS Page Built For All The Pages */
#up_arrow {
    font-size: 25px;
    margin-top: -50px;
}

#top_dropdown {
    text-align: center;
}

#bottom_dropdown {
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#right_top {
    float: right;
}



body{
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: Avenir,Helvetica Neue,Calibri,Helvetica,Roboto,sans-serif !important;
  color: #444;
  background-color: white;
}

header{
  top: 0;
  position: relative;
  width: 100%;
}

textarea{
  resize: none;
}

/* Responsive Header */

#top-header ul li i{
  color: #00a63f;
  float: right;
  margin-left: 10px;
  margin-top: -2.5px;
}

#top-header ul {
    list-style-type: none;
    font-size: 19px;
    margin: 0% 2.5%;
    padding: 0;
    overflow: hidden;
    background-color: white;
}

#top-header li {
    float: left;
}

#top-header li a, .dropbtn {
    display: inline-block;
    text-align: center;
    color: #00a63f;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    text-decoration: none;
}

#top-header li a:hover {
    background-color: #f1f1f1;
    color: black;
}

#top-header li a:hover i {
    background-color: #f1f1f1;
    color: black;
}

#top-header li.dropdown {
    display: inline-block;
}

#top-header .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 200px;
    border: 2px solid #333333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

#top-header .dropdown-content a {
    color: #00a63f;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#top-header .dropdown:hover .dropbtn{
  background-color: #f1f1f1;
    color: black;
}

#top-header .dropdown:hover i{
    color: black;
}

#top-header .dropdown-content a:hover  {
  background-color: #f1f1f1;
    color: black;
}



#top-header .dropdown:hover .dropdown-content {
    display: block;
}

#top-header .dropdown{
  text-align: center;
}


/* Main Navagation */
#main-nav ul li i{
  color: white;
  float: left;
  margin-right: 10px;
  margin-top: 3.5px;
  font-size: 15px;
}

#main-nav ul {
    list-style-type: none;
    font-size: 20px;
    margin: 0% 2.5%;
    padding: 0;
    float: left;
    overflow: hidden;
    background-color: #00a63f;
}

#main-nav li {
    float: left;
}

#main-nav li a, #main-nav  .dropbtn {
    display: inline-block;
    text-align: center;
    color: white;
    padding: 20px;
    height: 100%;
    text-align: center;
    text-decoration: none;
}

#main-nav li a:hover {
    background-color: #18bf59;
    color: white;
}

#main-nav li a:hover i {
    background-color: #18bf59;
    color: white;
}

#main-nav li.dropdown {
    display: inline-block;
}

#main-nav .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 236px;
    border: 2px solid #333333;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 1;
}

#main-nav .dropdown-content a {
    color: #00a63f;
    text-align: center;
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#main-nav .dropdown:hover .dropbtn{
  background-color: #18bf59;
    color: white;
}

#main-nav .dropdown:hover i{
    color: white;
}

#main-nav .dropdown-content a:hover  {
  background-color: #f1f1f1;
    color: black;
}

#main-nav .dropdown:hover .dropdown-content {
    display: block;
}

#main-nav .dropdown{
  text-align: center;
}

/* Top Header */

#top-header{
  width: 100%;
  border-bottom: 2px solid #333333;
}

#left-top-header{
  width: auto;
  float: left;
}

#right-top-header{
  width: auto;
  float: right;
}

/* Bottom Header */

#bottom-header{
  width: 100%;
  background-color: #00a63f;
  border-bottom: 2px solid #333333;
  display: inline-block;
}

#top-header ul li i{
  color: #00a63f;
  float: right;
  margin-left: 10px;
  margin-top: -2.5px;
}







  

  @media (min-width: 1100px) {
    .hamburger {
      width: 50px;
      height: 50px;
      position: absolute;
      border-radius: 5px;
      right: 20px;
      margin-bottom: 10px;
      bottom: 10px;
      background: white;
      cursor: pointer;
      z-index: 1001;
    }

    .hamburger i{
      color: #00a63f;
      font-size: 35px;
      margin: 7px 10px;
      padding: 0%;
    }
  }

  @media (max-width: 1100px) {
    .hamburger {
      width: 40px;
      height: 40px;
      position: absolute;
      border-radius: 5px;
      right: 20px;
      margin-bottom: 10px;
      bottom: 10px;
      background: white;
      cursor: pointer;
      z-index: 1001;
    }

    .hamburger i{
      color: #00a63f;
      font-size: 30px;
      margin: 6px 7px;
      padding: 0%;
    }
  }

    .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 999;
      display: none;
      top: 0;
      left: 0;
    }
  
    .sp-menu_wrapper {
      width: 100%;
      margin-top: 10px;
      height: auto;
      display: none;
      transition: all 1s;
      transform: translate(0%);
      position: fixed;
      top: 0;
      right: 0;
      z-index: 1000;
      margin-right: 0;
      padding: 0;
      background-color: #FFF;
      -webkit-transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
      transition: 1s all cubic-bezier(0.19, 1, 0.22, 1);
    }   
    
    .sp-menu_wrapper.active {
      transform: translate(0);
    }



  @media screen and (max-width: 500px) {
    #logo{
      display: none;
    }
  }


@media (max-width: 1100px) {
    #main{
		margin-top: 85px;
	}

	#top-header{
      display: none;
    }

    #main-nav{
      display: none;
    } 

    .hamburger{
      display: block;
    }

    #heading{
      font-size: 25px;
      margin: 15px;
      margin-left: 25px;
    }

    #logo{
      width: 30px;
      height: 30px;
      margin: 15px 0px;
    }
  }



  @media (min-width: 1100px) {
    #main{
		margin-top: 140px;
	}

    #top-header{
      display: block;
    }

    #main-nav{
      display: block;
    }

    .hamburger{
      display: none;
    }

    .sp-menu_wrapper{
      display: none;
    }

    .overlay{
      display: none;
    }

    #heading{
      font-size: 25px;
      margin: 15px;
      margin-left: 25px;
    }

    #logo{
      width: 30px;
      height: 30px;
      margin: 15px 0px;
    }
  }

.sp-menu {
    width: 100%;
    padding: 0px;
    margin: 0px;
    position: absolute;
    height: 100%;
    background: #fff;
    transition: 0.5s;
}

.sp-menu ul {
  width: 90%;
  margin: 5%;
  margin-top: 70px;
  padding: 0;
  display: flex;
  display: block;
  text-align: center;
}

.sp-menu ul li {
  list-style: none;
  width: 100%;
  position: relative;
}

.sp-menu ul li.sub-menu:before {
  content: '\f078';
  font-family: fontAwesome;
  position: absolute;
  line-height: 60px;
  padding: 10px 0px;
  color: #00a63f;
  right: 20px;
}

.sp-menu ul li.active.sub-menu:before {
  content: '\f077';
}

.sp-menu ul li ul {
  position: absolute;
  margin: 0px 5%;
  width: 90%;
  padding: 0px;
  display: none;
}

.sp-menu ul li.active ul {
  /* use li: hover instead */
  display: block;
}

.sp-menu ul li ul li {
  display: block;
  width: 100%;
}


.sp-menu ul #hover a {
  height: 55px;
  line-height: 55px;
  padding: 10px 20px;
  margin: 0px;
  font-size: 20px;
  color: #00a63f;
  text-align: left;
  text-decoration: none;
  display: block;
}

.sp-menu ul .hover a {
  height: 55px;
  line-height: 55px;
  padding: 10px 20px;
  margin: 0px;
  font-size: 20px;
  color: #00a63f;
  text-align: left;
  text-decoration: none;
  display: block;
}

.sp-menu ul .hover a i {
  margin-right: 20px;
  font-size: 16px;
  margin-top: 2px;
}

.sp-menu ul #non-click a {
  height: 35px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  display: block;
}

.sp-menu ul .non-click a {
  height: 35px;
  padding: 0px;
  margin: 0px;
  border: 0px;
  display: block;
}

  .sp-menu.active {
    left: 0;
  }

  .sp-menu ul li.active ul {
    position: relative;
    color: #00a63f;
    width: 95%;
    background: #fff;
  }

  .sp-menu ul #hover a {
    border-bottom: 1.5px solid rgba(0, 0, 0, .2);
  }

.sp-menu ul .hover a {
    border-bottom: 1.5px solid rgba(0, 0, 0, .2);
  }


@media screen and (max-width: 799px){
	#contact-left{
		width: 90%;
		margin-right: 2.5%;
		margin-left: 2.5%;
	}
	.fas{
		display: none;
	}
}

@media screen and (min-width: 800px){
	#contact-left{
		width: 69.5%;
		float: left;
	}

	#contact-right-top{
		border-radius: 5px;
		float: right;
		width: 28%;
		margin: 0%;
    margin-left: 2.5%;
	}

	#but{
		padding: 3%;
	}	

	
}

@media screen and (max-width: 799px){
	#main-content{
		width: 95%;
		display: block;
		margin: 2.5%;
		border: 0px;
	}

	#contact-right-top{
		background-color: #eee;
		border-radius: 5px;
		float: right;
		width: 45%;
		margin-right: 0%;
		margin: 2.5%;	
	}

	#contact-right-bottom{
		background-color: #eee;
		border-radius: 5px;
		float: left;
		width: 45%;
		margin: 2.5%;
	}

	#but{
		padding: 1.3%;
	}	

	
}

@media screen and (max-width: 599px){
	#contact-right-top{
		background-color: #eee;
		border-radius: 5px;
		float: left;
		width: 95%;
		margin: 2.5%;	
	}

	#contact-right-bottom{
		background-color: #eee;
		border-radius: 5px;
		float: right;
		width: 95%;
		margin: 2.5%;
	}
}



@media screen and (max-width: 400px){
	#register-form-container{
		width: 80%;
		margin-left: 10%;
	}
}

@media screen and (max-width: 1000px){
	#register-form-container{
		width: 55%;
		margin-left: 22.5%;
	}
}

@media screen and (min-width: 1000px){
	#register-form-container{
		width: 45%;
		margin-left: 27.5%;
	}


}
















@media screen and (max-width: 800px){
	#pr{
		
		height: 180px;
	}	
}

@media screen and (min-width: 799px){
	#pr{
		
		height: 300px;
	}
}

@media screen and (max-width: 619px){
	#hg{
		width: 30%;
		margin-left: 0%;
		margin: 2.5%;
	}	

	#hd{
		width: 30%;
		margin-left: 0%;
		margin: 2.5%;
	}
}

@media screen and (max-width: 599px){
	#hg{
		width: 29.5%;
		margin-left: 0%;
		margin: 2.5%;
	}	

	#hd{
		width: 29.5%;
		margin-left: 0%;
		margin: 2.5%;
	}
}

@media screen and (max-width: 550px){
	#hg{
		width: 29%;
		margin-left: 0%;
		margin: 2.5%;
	}	

	#hd{
		width: 29%;
		margin-left: 0%;
		margin: 2.5%;
	}
}

@media screen and (min-width: 620px){
	#hg{
		width: 13%;
		margin-left: 0%;
		margin: 2.5%;
	}

	#hd{
		width: 13%;
		margin-left: 0%;
		margin: 2.5%;
	}	
}

/* Footer */

							

#phone-footer{
	background-color: #00a63f;
	height: auto;
	bottom: 0;
	margin: 0%;
	width: 100%;
	border-top: 2px solid #333333;
}



#desktop-tablet-footer{
	background-color: #00a63f;
	height: auto;
	bottom: 0;
	margin: 0%;
  margin-top: 25px;
	width: 100%;
	border-top: 2px solid #333333;
}

#footer-top a{
	text-decoration: none; 
	color: white;
	font-size: 22px;
}

#footer-top ul li a{
	color: white;
	text-decoration: none;
	font-size: 18px;
}

#footer-top ul li{
	list-style-type: none;
  text-align: left;
}

#footer-top ul {
  margin: 0px;
  padding-left: 30px;
}

#footer-top ul li a:hover{
	color: black;
}

#footer-right-top{
	text-align: center;
	width: 33%;
	float: right;
}

#footer-left-top{
	text-align: center;
	width: 33%;
	float: left;
}

#footer-left{
	width: 33%;
	text-align: center;
	float: left;
}

/* Top Footer */

#top-footer a{
	text-decoration: none; 
	color: white;
	font-size: 30px;
}

#top-footer{
	padding-top: 20px;
	display: inline-block;
	height: 50px;
	width: 100%;
}

#top-footer ul li a{
	color: white;
	text-decoration: none;
	font-size: 18px;
	padding: 10px;
}

#top-footer ul li{
	list-style-type: none;
	display: inline-block;
}

#top-footer ul li a:hover{
	color: black;
}

#footer-left,
#footer-left-top,
#footer-right-top{
	width: 33.3333%;
}

/* Bottom Footer */

#footer-bottom a{
	text-decoration: none; 
	color: white;
}

#footer-bottom{
	padding-top: 20px;
	display: inline-block;
	height: 30px;
	border-top: 2px solid #333333;
	background-color: white;
	width: 100%;
}

#footer-bottom ul li a{
	color: #00a63f;
	text-decoration: none;
  text-align: left;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer-bottom ul li{
	list-style-type: none;
	display: inline-block; 
	padding: 0px 10px; 
	padding-bottom: 15px;
}

#footer-bottom ul li a:hover{
	color: black;
}

/* Social Icons */

#top-social-icons i{
    color: #fff;
}

#footer-social-icons{
		float: none;
		padding: 10px;
		margin-top: 5%;
}

#footer-social-icons a{
		display: inline-block;
		width: 35px;
		height: 35px;
		background-color: #33383b;
		border-radius: 2px;
		font-size: 15px;
		color: #ffffff;
		text-align: center;
		line-height: 35px;
		margin-left: 3px;
}

/* Text */

p{
	font-size: 18px;
	font-family: Avenir,Helvetica Neue,Calibri,Helvetica,Roboto,sans-serif !important;
	color: #444;
	text-align: center;
}

h2{
	color: white;
}

h3{
	font-size: 22px;
	text-align: center;
}

h4{
	font-size: 25px;
	width: 50%;
	text-align: center;
	padding-top: 120px;
	padding-bottom: 20px; 
}

h5 a{
	color: white;
	text-decoration: none;
}

h5{
	font-size: 20px;
	padding: 10px
	color: #00a63f;
}

/* Up Arrow */

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 0px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    height: 40px;
    width: 50px;
    text-align: center;
    border: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 100000000000000001000000000000000010000000000000000100000000000000001000000000000000010000000000000000100000000000000001000000000000000010000000000000000100000000000000001000000000000000010000000000000000100000000000000001000000000000000010000000000000000100000000000000001000000000000000010000000000000000100000000000000001000000000000000010000000000000000; /* Make sure it does not overlap */
    outline: none; /* Remove outline */
    background-color: #4f4e4e; /* Set a background color */
    color: white; /* Text color */
    padding: 15px; /* Some padding */
    padding-top: 18px;
}













#map-bottom a{
	color: black;
}

#search-map ul li a:hover{
	color: #808284;
}

#search-map ul{
    list-style-type: none;
    margin: auto;
    padding: 0;
    margin: 0;
	overflow: hidden;
	text-align: left;
}

#search-map ul li{
    display: inline-block;
    margin: 5%;
    text-align: left;
}

#search-map ul ul li a{
	padding: 1px;
	color: black;
	text-align: left;
	font-size: 16px;
	padding-left: 2.5%;
	text-decoration: none;
}

#search-map ul li a{
	color: white;
	font-size: 20px;
	text-decoration: none;
	display: block;
	padding: 20px;
	padding-bottom: 0px;
	text-align: left;
	padding-left: 2.5%;
}

#search-map ul li: ul{
	display: block;
}

#search-map ul ul{
	display: none;
	position: absolute;
	min-width: 200px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: white;
    border: 2px solid #333333;
}

#search-map ul ul li{
	display: block;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: white;
	text-align: center;

}

#search-map ul li i{
	float: right;
	margin-left: 10px;
}

/* Search Students */

#search-location ul{
    list-style-type: none;
    margin: auto;
    padding: 0;
    margin: 0;
	overflow: hidden;
	text-align: left;
}

#search-location ul li{
    display: inline-block;
    margin: 5%;
    text-align: left;
}

#search-location ul ul li a{
	padding: 1px;
	color: black;
	text-align: left;
	font-size: 16px;
	padding-left: 2.5%;
	text-decoration: none;
}

#search-location ul li:hover ul{
	display: block;
}

#search-location ul li a{
	color: white;
	font-size: 20px;
	text-decoration: none;
	display: block;
	padding: 20px;
	padding-bottom: 0px;
	padding-left: 2.5%;
	text-align: left;
}

#search-location ul li a:hover{
	color: #808284;
}

#search-location ul ul{
	display: none;
	position: absolute;
	min-width: 200px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: white;
    border: 2px solid #333333;
}

#search-location ul ul li{
	display: block;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: white;
	text-align: center;
}

#search-location ul li i{
	float: right;
	margin-left: 10px;
}









#search-cat ul{
    list-style-type: none;
    margin: auto;
    padding: 0;
    margin: 0;
	overflow: hidden;
	text-align: left;
}

#search-cat ul li{
    display: inline-block;
    margin: 5%;
    text-align: left;
}

#search-cat ul ul li a{
	padding: 1px;
	color: black;
	text-align: left;
	font-size: 16px;
	padding-left: 2.5%;
	text-decoration: none;
}

#search-cat ul li a{
	color: white;
	font-size: 20px;
	text-decoration: none;
	display: block;
	padding: 20px;
	padding-bottom: 0px;
	padding-left: 2.5%;
	text-align: left;
}

#search-cat ul li a:hover{
	color: #808284;
}

#search-cat ul li:hover ul{
	display: block;
}

#search-cat ul ul{
	display: none;
	position: absolute;
	min-width: 200px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-color: white;
    border: 2px solid #333333;
}

#search-cat ul ul li{
	display: block;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: white;
	text-align: center;
}

#search-cat ul li i{
	float: right;
	margin-left: 10px;
}

#read-more{
		color: #474747;
		text-decoration: underline;
	}

	.leftguiderow,
	.middleguiderow,
	.rightguiderow{
		display: table-cell;
		width: 33.3333%;
		background-color: #e0dede;
		float: left;
		text-decoration: none;
	}










