@charset "UTF-8";
/* CSS Document */

/* SITEWIDE HEADERS */
header.container {
    background-color: transparent;
	/* position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000; */
}

body>header:before {
    border-top: none;
}

.page-header {
    /* padding-top: 100px; */
    border-bottom: none;
}

/* HOME PAGE GENERAL CONTENT*/
.panel-container {
    /* display: flex;
    flex-wrap: wrap; */
}
  

section.page_section {
    background-color: transparent;
}

.news-container, .home-hero-container, .panel-container{
    width: auto;
}

.news-container {
    width: auto;
    display: flex;
    justify-content: space-between;
}

.news-panel-graphic {
    width: auto;
    background-color: transparent;
}

.news-panel-graphic img {
    max-width: 100%;
}

.what-you-can-do-title {
    margin:20px 0px 10px 0px;
}


.container-left {
    width: 50%;
    float: left;
}


.container-right {
    width: 50%;
    float: right;
}


/* FOOTER */
footer span, footer strong {
	font-size: 14px;
}

body>footer .small>span:last-of-type {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}


/* MAIN CONTENT PANEL */
@media (min-width: 768px) {
    .col-sm-8 {
        box-shadow: none; /*0px 2px 3px 1px rgba(0, 0, 0, 0.2);*/
        border-radius: 6px;
        padding: 0px 15px 15px 15px;
    }
}


/*TABLES*/
.content-panel {
	width: auto; 
	height:auto;
    border-radius: 6px;
	background-color: #fff;
	/*-webkit-box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.2); */
    /*box-shadow: 0px 2px 3px 1px rgba(0,0,0,0.2); */
	margin-bottom:0px;
	margin-top:60px;
	/*padding:31px 50px 31px 50px; WHY IS THIS HERE?*/ 
	clear: both;
    font-family: montserrat;
}

.panel {
    border-top: none;
}


/*ENTITY LISTS*/
.entity-grid .message {
    padding: 15px;
    margin: 0px 0px 20px 0px; 
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: montserrat;
    font-size: 14px !important;
    font-weight: 400;
    color: #000 !important;
    clear: both;
    background-color: #fcf8e3;
    border-color: #8a6d3b;
    box-sizing: content-box;
    position: relative;
    text-align: center;
}

input.form-control {
    border: 1px solid #ccc;
}
    


/*ACCOUNT NAV PHOTO*/
.account-link img.account-nav-photo {
    border-radius: 0%;
    padding-right: 5px;
    float:left;
    max-block-size: 30px;
  }



/*MODAL*/
.modal-content,
.modal-header,
.modal-body,
#content-container.container.wrapper-body,
iframe > #document > html > body {
    background-color: #fff;
}

.modal-header .close, html[dir=ltr] .form-close {
    color: #1777ac;
}





/*RADIO BUTTON HOVER*/
[type=checkbox]+label:hover, 
[type=checkbox]:focus+label, 
[type=radio]+label:hover, 
[type=radio]:focus+label {
    color: #1777ac;
}


/*PROFILE NAVIGATION*/
.list-group a.list-group-item.active {
    color: #000;
    background-color: #fff;
}



/*INPUT BUTTONS */
.btn.btn-default.clearlookupfield, .btn.btn-default.btn-hg {
    padding: 0px 15px;
    height: 34px;
}


/*FONT AWESOME INFO BUTTON FOR APPLICATION EDIT LINK*/
.dropdown-menu a.edit-link[title="Continue Application"]::before {
	content: "";
	font-family: 'Glyphicons Halflings';
	font-weight: 400;
	padding-right: 5px;
}


.dropdown-menu ::before {
	display: inline-block;
	text-decoration: none;
}


.checkbox input[type="checkbox"] {
	-ms-transform: scale(1.25); /* IE */
	-moz-transform: scale(1.25); /* FF */
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-o-transform: scale(1.25); /* Opera */ 
}