@charset "utf-8";
/* CSS Document */
.container {
    /* [disabled]background-color: #FFFFFF; */
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-width: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
} 
/* Experimental settings
.primary_header {
    width: 98%;
    background-color: #00508E;
    padding-top: 2px;
    padding-bottom: 2px;
	align-self: auto;
    clear: 
    border-bottom: 2px solid #00508E;
}*/
.primary_header {
    width: 100%;
    background-color: #00508E;
    padding-top: 10px;
    padding-bottom: 10px;
    clear: left;
    border-bottom: 0px solid #00508E;
}
.title {
    font-weight: 100;
    font-style: normal;
    font-family: Gill Sans, "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", "Arial", "sans-serif";
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1%;
}
 .secondary_header {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #FFFFFF;
    clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
    list-style: none;
    float: left;
    margin-right: auto;
    margin-top: 0px;
    font-family: Gill Sans, "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica, Arial", "sans-serif"
    font-weight: normal;
    color: #00508E;
    letter-spacing: 1px;
    margin-left: auto;
    text-align: center;
    width: 19%;
    transition: all 0.3s linear;
}
.secondary_header ul li:hover {
    color: #FFFFFF;
    cursor: pointer;
}

.box1 {
	font-weight: 100;
	letter-spacing: 2%;
    font-style: normal;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica", Arial, "sans-serif";
    width: 265px;
    height: 375px;
	margin-top: 5px;
    margin-left: 15px;
	padding-left: 8px;
    border: 1px solid #000000;
    color: #FFFFFF;
    background-color: #00508E;
    float: left;
}
.foot{
  clear: left;
}

h2 {
	color: #00508E;
	font-family: Gill Sans, "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica, Arial", "sans-serif"
    font-weight: normal;
}

 h3 {
	color: #00508E;
	font-family: Gill Sans, "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", "Helvetica, Arial", "sans-serif"
    font-weight: normal;
}
.box1 h3 {color: White;}

.mimage {
	width: 100%;
	height: auto;
    align-content: center;
	}

.noDisplay {
	display: none;
}
	
@media (max-width: 320px){
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
	.mimage {
	width: 100%;
	}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
	}}
@media (min-width: 1001px) {
	.box1{
	width: 22%;
	height: 390px;
}
}

@media (min-width: 1400px)
{
	.box1{
	width: 22%;
	height: 315px;
}
}
#menu {
	color: #00508E;}

.img {
}
