@charset "utf-8";
/* CSS Document */
.float-container {
	width:100% !important;
}
.float-child-nav {
    width: 20%;
    float: left;
    line-height: 1.2em;
}
.float-child-main {
    width: 80%;
    float: left;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #071D4E;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    line-height: 1.1em;
}
.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
.sidebar a:hover {
    color: #f1f1f1;
}
.sidebar .closebtn {
    
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 95px;
    color: #FF0000;
	position: sticky; 
	padding-right: 0px;
	padding-left: 100px;
}
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-image: linear-gradient(#FF0000, rgba(216, 34, 0, 1));
    color: white;
    padding: 10px 15px;
    moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    line-height: 1em;
    
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    margin-left: 0px;
    margin-bottom: 12px;
    z-index: 1;
}
.openbtn:hover {
    background-image: linear-gradient(rgba(216, 34, 0, 1), #FF0000);
    color: black;
}
#main {
    transition: margin-left .5s;
    padding: 16px;
    border: 2px solid #071D4E;
}
/* On screens that are 992px wide or more */
@media screen and (min-width: 993px) {
#mySidebar {
    display: none !important;
}
.openbtn {
    display: none !important;
}

}

/* On screens that are 992px wide or less */
@media screen and (max-width: 992px) {
#main {
    width: 100%;
}
#Header_Img {
    height: auto !important;
}
#buttons_row {
    padding-left: 0px;
}
#mySidebar {
    width: 0px;
    font-size: 2em;
}
#main {
    margin-left: 0px;
}
#float-child-nav {
    display: none !important;
}
.openbtn {
    position: fixed;
}
}
@media screen and (max-width: 768px) {
div.fade_img img{
		width: 370px!important;
		padding: 0px;
	}
.responsiveImage{
		height: 260px!important;
		padding: 0px;
	}
}
@media screen and (max-width: 560px) {
div.fade_img img{
		width: 350px!important;
		
		padding: 0px;
	}
.responsiveImage{
		height: 250px!important;
		padding: 0px;
	}
}
@media screen and (max-width: 460px) {
div.fade_img img{
		width: 250px!important;
		padding: 0px;
	}
.responsiveImage{
		height: 180px!important;
		padding: 0px;
	}
}
@media screen and (max-width: 360px) {
div.fade_img img{
		width: 200px!important;
		padding: 0px;
	}
.responsiveImage{
		height: 150px!important;
		padding: 0px;
	}
	}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.responsiveImage {
    width: 100% !important;
    height: auto !important;
}
.sidebar {
    padding-top: 15px;
}
.sidebar a {
    font-size: 18px;
}
}
.headerImage {
    border: 2px solid #071D4E;
    height: 127px;
}
.headerImageDiv {
    padding-top: 7px;
}
.headerButtonsContainer {
    background-color: #071D4E;
}

	@media (min-width: 992px) {
#bodyContentDiv {
    max-width: 100%;
		}}
	@media (min-width: 768px){
#bodyContentDiv {
    max-width: 100%;
		}}
	@media (min-width: 576px){
#bodyContentDiv {
    max-width: 100%;
		}}