@charset "UTF-8";
/* CSS Document */
body {
    background-color: #E9E9E9;
	color: #444444;
}
/** Set the backgrounds for the different sections **/
h1 {margin-top: 2.5rem;}
h4 {
color: #262D5E;	
	}
.sm {
font-size: .8em;	
color: #666;
}
a {
color: #555faa;	
	}
a:hover, a:focus {
color: #262d5e;
}
button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .20em;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.55em;
  padding-right: 1.5em;
  padding-bottom: 0.6125em;
  padding-left: 1.5em;
  font-size: .9em;
  background-color: #555faa;
  border-color: #262d5e;
  color: white; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #262d5e; }
.orbit-container {margin-top: 2.5rem;}	
.webth {
padding: 0; 
min-height: 370px; 
text-align: center;
background: #fff;
box-shadow: 3px 3px 2px #888888;margin: 10px 5px 10px 0;
}
.webth h2  {
	margin: 10px;
	font-size: 1.3rem;
	line-height: 1.4rem;}
.webth img {	
	margin: 0;padding:0;}
	
	.webth p {margin: 10px; color: #666;}
@media only screen and (max-width: 942px) {
    /* Makes the responsive menu fit in the navigation container and change its background to black */
    .top-bar ul {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 13px;
    }
    /* Change non active menu item color to black */
    .top-bar-section ul li > a {
        color: #fff;
    }
    /* Gives the dropdown ul a black fill */
    .top-bar-section ul {
        background: #000;
    }
    /* Give the BACK button after going in a submenu the appropriate filling */
    .top-bar-section .dropdown li.title h5 a {
        line-height: 57px;
    }
    /* This fixes the position and the color of the dropdown arrow */
    .top-bar-section .has-dropdown > a:after {
        border-color: rgba(255, 255, 255, 1) transparent transparent;
        margin-top: 2.5px;
    }
} /* end media query */