@charset "utf-8";
/* CSS Document */


/* NAVIGATION STYLES */


/* COMMON BANNER STYLES */

.navbarbanner {
  overflow: hidden;
  background-color: #333;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
}

.navbar-banner {  
  height: 1.75rem;
	border-bottom: solid 0.375rem #000000;	
	background-color: #000000;
}

.navbar-brand-common-banner {
    display: inline-block;
	color: #ffffff;
	height: 1.0rem;
    padding-top: 0rem;
    padding-bottom: 0rem;
	padding-left: 0.938rem;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif!important;
    font-size: .75rem;
    line-height: inherit;
    white-space: nowrap;	
}

@media (max-width: 767px){
.navbar-brand-common-banner {
    margin-top: -0.938rem;
}
}
.navbar-banner{
	color: #ffffff;
	font-size: 0.75rem;
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif!important;
	padding-top: 0.25rem;
}


.navbar-banner a{
	color: #cccccc;
	text-decoration: underline;
	padding-left: 1.25rem;
	}

.navbar-banner a:hover,  a:focus {
	color: #ebebeb;
	text-decoration: underline;
	xpadding-left: 1.25rem;
}

/* /COMMON BANNER STYLES */

.headertop {
     position:fixed;
     top: 0;
     left: 0;
     width: 100%;
 }


.nav-container{
	width: 100%;
	
}

.col-nav{
	position: relative;
	padding-right: 0.938rem;
	padding-left: 0rem;	
}

.col-nav-common-banner{
	position: relative;
	padding-right: 0.938rem;
	padding-left: 0.938rem;
	color: #ffffff;
	font-size: 0.75rem;
}

@media (max-width: 47.813rem){
.col-nav{
	position: relative;
	padding-right: 0.938rem;
	padding-left: 0.938rem;
	width: 100%;
}
}
	
.navbar-brand {
	padding-left: 3.125rem;
	height: 9.938rem;
    padding-top: 1.875rem;
	margin-right: 0rem;
}

.fixed-top-1 {
    margin-top: 0rem;
	
}

.fixed-top-2 {
    margin-top: 1.75rem;
}


@media (max-width: 36rem){
.fixed-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}	
}

@media (max-width: 36rem){
body {
    padding-top: 0rem;
}
}

body {
    padding-top: 12.813rem;
}

.bg-custom {
  background-color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #4470a8;
	font-weight: 700;
	padding-right: 1rem;
    padding-left: 1rem;
}

.nav-link{
	color: #4270a5;	
	font-size: 1.2rem;
	xwidth: 12.5rem;	
}

.navbar-light .navbar-nav .nav-link:hover, .nav-link:focus {
    color: #e2784f;
	xfont-weight: 700;
	xfont-size: 1.2rem;
	margin-bottom: -0.8;
}

@media (min-width: 62rem){
	.dropdown-menu {
	margin-top: 0.625rem;
	}
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.rem 0; /* changed*/
  margin: 0.125rem 0 0;
  padding-top: 0rem;
  padding-bottom: 0rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-top: .25rem solid #e2784f;
  border-radius: 0.25rem;	
}

@media (max-width: 992px){
	.dropdown-menu {
	margin-top: -0.625rem;
	}
}

.dropdown-menu a {
  color: #000000;	
  background-color: #fdf5f3;
	font-weight: 500;
}

.dropdown-menu a:hover{
  color: #e2784f;	
  background-color: #fdf5f3;
	font-weight: 500;
}

.dropdown-item {
    padding: 1rem 1rem 1rem 1rem;
    font-weight: 300;
    color: #212529;
    background-color: #fdf5f3;
    border-bottom: .15rem solid #f5d0c3;
	white-space: wrap !important;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 0.063rem solid #f5d0c3;
  background-color: #fdf5f3;
  margin-top: -0.016rem;
  margin-bottom: -0.016rem;
}

@media (min-width: 62rem){
	.dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{ 
		display: none;
		position: absolute;
		left:100%; top:-0.438rem;
		width: 300px;
	}
	.nav-item .submenu-left{ 
		right:100%; left:auto;
	}
	.dropdown-menu > li:hover{ background-color: #f1f1f1 }
	.dropdown-menu > li:hover > .submenu{
		display: block;
	}
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -0.375rem;
    margin-left: -0.063rem;
    -webkit-border-radius: 0 0.375rem 0.375rem 0.375rem;
    -moz-border-radius: 0 0.375rem 0.375rem;
    border-radius: 0 0.375rem 0.375rem 0.375rem;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0.313rem 0 0.313rem 0.313rem;
    border-left-color: #ccc;
    margin-top: 0.313rem;
    margin-right: -0.625;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
	
.megamenu {
    position: static;
}

.megamenu .dropdown-menu {
    background: none;
    border: none;
    width: 100%;
}

.megamenu-container{
	width: 95%;
	background-color: #fdf5f3;
	border-top: .25rem solid #e2784f; 
	margin-left: auto;
    margin-right: 1.875rem;
	margin-top: -0.125rem;
}

.megamenubackground{
	background-image: url(../images/megabackground.jpg);
	background-repeat: repeat-y;  
  background-position: right;
}

@media (max-width: 48rem){
.megamenu-container{
	width: 100%;
	margin-top: -0.625rem;
	}
}

.megamenu-row{
	xbackground-color: #ff4200;
}

.xdropdown-menu {
	min-width: 12.5rem;
}
.dropdown-menu.columns-2 {
	min-width: 25rem;
}
.dropdown-menu.columns-3 {
	min-width: 37.5rem;
}
.dropdown-menu li a {
	padding: 0.938rem 0.938rem;
	font-weight: 500;
}
.multi-column-dropdown {
	list-style: none;
	
}
.multi-column-dropdown li a {
	display: block;
	clear: both;
	line-height: 1.428571429;
	color: #000000;	
    background-color: #fdf5f3;
	font-weight: 500;
	white-space: normal;
	padding: 0.938rem 0.938rem;
	border-bottom: .15rem solid #f5d0c3;
}
.multi-column-dropdown li a:hover {
	text-decoration: none;
	color: #e2784f;	
  background-color: #fdf5f3;
	font-weight: 500;
}
 
@media (max-width: 47.938rem) {
	.dropdown-menu.multi-column {
		min-width: 240px !important;
		overflow-x: hidden;
	}
}

.nav-row {
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.313rem;
    margin-left: -5rem;
	height: auto;
	background color: #fdf5f3;	
}

.nav-column-one{
	display: block;
	width: 50%;
	margin-right: -40px;
	flex: 1;
	height: inherit;
}

.nav-column-two{
	display: block;
	width: 50%;
	margin-right: -2.5rem;
	flex: 1;
	height: inherit;
}

@media (max-width: 47.938rem) {
	.nav-column-two{
	display: block;
	width: 50%;
	margin-right: 3.75rem;
	flex: 1;
	height: inherit;
	height: inherit;
}
}
.input-group-search{
	position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  xflex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
	padding-top: 0.938rem;
	padding-bottom: 2.5rem;
}

.input-group-search.md-form.form-sm.form-1 input{
  border: 0.063rem solid #bdbdbd;
  border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}
.input-group-search.md-form.form-sm.form-2 input {
  xborder: 0.063rem solid #ffffff;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
	border-top-right-radius: 0rem;
	border-bottom-right-radius: 0rem;
}
.input-group-search.md-form.form-sm.form-2 input.blue-border {
  xborder: 0.063rem solid #00203f;
	border-right: 1px solid #ffffff;
}
.input-group-search.md-form.form-sm.form-2 input.lime-border {
  xborder: 0.063rem solid #cddc39;
}
.input-group-search.md-form.form-sm.form-2 input.amber-border {
  xborder: 0.063rem solid #ffca28;
}

.input-group-text{
	border-top-right-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
	border-top-left-radius: 0rem;
	border-bottom-left-radius: 0rem;
	background-color: #e27850;
	border: 0.063rem solid #e27850;
	border-left: 0.063rem solid #e27850;
}

.input-group-text2{
	color: #e27850;
	border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
	border-top-left-radius: 1.25rem;
	border-bottom-left-radius: 1.25rem;
	background-color: #ffffff;
	border: 0.063rem solid #ffffff;
	xborder-left: 0.063rem solid #e27850;
}

.form-control{
	border: 0px solid #ffffff;
	background-clip: ;
}



		
/* END OF NAVIGATION STYLES */

.demopadding {
  margin:50px auto;
  width:140px;
  text-align:center;
}

.icon {
	position:relative;
	text-align:center;
	width:0px;
	height:0px;
	padding:20px;
	border-top-right-radius: 	20px;
	border-top-left-radius: 	20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 	20px; 
	-moz-border-radius: 		20px 20px 20px 20px;
	-webkit-border-radius: 		20px 20px 20px 20px;
	-khtml-border-radius: 		20px 20px 20px 20px; 	
	color:#FFFFFF;
}
.icon i {
	font-size: 20px;
	position: absolute;
	left: 9px;
	top: 10px;
}
.icon.social {
	xfloat:left;
	margin:0 5px 0 0;
	cursor:pointer;
	background:#ffffff;
	color:#00203F;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.icon.social:hover {
	background:#00203F ;
	color:#ffffff;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-webkit-filter:	drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-moz-filter: 	drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-ms-filter: 		drop-shadow(0 1px 10px rgba(0,0,0,.8));
	-o-filter: 		drop-shadow(0 1px 10px rgba(0,0,0,.8));
	filter: 			drop-shadow(0 1px 10px rgba(0,0,0,.8));	 	
}
.fb {	
	padding-top:-8px;
}
.yt {
	padding-top:-8px;
}
.icon.social.in i {
	left:11px;
}

.circle-icon-fb {
    background: #ffffff;
	color: #00203F;
    padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 12px;
    border-radius: 50%;
}

.circle-icon-fb:hover {
    background:#00203F;
	color:#ffffff;   
}

.circle-icon-yt {
    background:#ffffff;
	color:#00203F;
    padding-top: 0px;
	padding-bottom: 8px;
	padding-left: 12px;
	padding-right: 8px;
    border-radius: 50%;
}

.circle-icon-yt:hover {
    background: #00203F;
	color: #ffffff;
}




.carousel-caption{
	text-align: left;
}



.slide-title{
color: #ffffff;
	Font-size: 1.6rem;
}

.bi-search{
	padding-left: 1rem;
	padding-top: .25rem;
	
}




.img-responsive {
  max-width: 100%;
  height: auto;
  padding-left: auto;
  padding-right: auto;
}

.img-responsive2 {
  width: auto;
  max-height: 37.5rem;
  padding-left: auto;
  padding-right: auto;
}

.img-responsive3 {
  min-width: 9.375rem;
  height: auto;
  padding-left: auto;
  padding-right: auto;
}

@media (max-width: 75rem) {
.img-responsive2 {
  max-width: 100%;
  height: auto;
  padding-left: auto;
  padding-right: auto;
}
}

.bg-gray{
	background-color: #999999;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-bottom: 0rem;
	margin-bottom: 0.438rem;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 48rem) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.bs-example {
  margin: 1.25rem;
}
.accordion .fa {
  margin-right: 0.5rem;
}
.common-banner {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  xz-index: 1032;
}

.h-500{
	height: 31.25rem;
}
.jumbotron {
  margin-bottom: 0;
	background-color: #ffffff;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.jumbotron-header {
  position: fixed-top;
  top: 0;
  right: 0;
  left: 0;
  z-index: 500;
  display: block;
  float: left;
  width: 100%;
}
.jumbotron-info {
  background-color: #f0f3f8;
  color: #000000;
  height: auto;
  xpadding-top: 2rem;
  xpadding-bottom: 2rem;
  margin-bottom: 4rem;
}

.jumbotron-info2 {
  background-color: #f0f3f8;
  color: #000000;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 4rem;
}


.nav-bar {
  margin-bottom: 12.5rem;
}
.subpage-header-boards {
  background-image: url(../images/office.jpg);
  background-repeat: repeat-x;
  xbackground-attachment: fixed;
  background-position: center;
  height: 8rem;
}

.subpage-header-fair-housing {
  background-image: url(../images/houses.jpg);
  background-repeat: repeat-x;
  xbackground-attachment: fixed;
  background-position: center;
  height: 8rem;
}
.subpage-header {
  color: #ffffff;
  font-size: 2rem;
  margin-top: 1.25rem;
}
.subpage-info-header {
  color: #000000;
  font-size: 2rem;
  xmargin-top: -1.875rem;
}
.spacer {
  padding-top: 3.125rem; /* define margin as you see fit */
}


/* Gray Background Styles */



.jumbotron-fluid-gray {
  padding-right: 0rem;
  padding-left: 0rem;
  padding-bottom: 3.125rem;
  border-radius: 0rem;
  background-color: #f0f3f8;
}
/* Blue Background Styles */
.jumbotron-fluid-blue {
  padding-right: 0rem;
  padding-left: 0rem;
  padding-top: 3rem;
  xmargin-top: 3rem;
  padding-bottom: 3.125rem;
  border-radius: 0rem;
  background-color: #4370a7;
}
.fa-arrow-right {
  color: #ff6633;
  transform: rotate(-45deg);
}
.fa {
  padding-top: 1.2rem;
}

.blue-footer .fa {
  padding-top: .5rem;
}
.columnspacer {
  width: 0.313rem;
}

.three-column-title {
	color: #00203f;
	font-size: 1.25rem;
	font-weight: 500;
	padding-bottom: 0.313rem;
}


.readmore a {
  color: #ff3300;
}

.readmore a:hover{
  color: #ff3300;
  font-weight: 500;
}
.roundedcolumn {
  border-radius: 1.563rem;
  background: #ffffff;
  padding: 2.5rem;
  margin-bottom: 1.25rem;
  width: auto;
  height: auto;
  text-align: left;
}

.column-color2 {
  border-radius: 0rem;
  background: #f0f3f8;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  width: auto;
  height: auto;
}
.cbg-color {
  background-color: #f0f3f8;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.row-bgcolor {
  background-color: #ffffff;
}
.column-padding {
  padding-right: 0.188rem;
  padding-left: 0.188rem;
  margin-bottom: 1.875rem;
}

.jumbotron-fluid .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0rem;
  margin-left: -0.938rem;
}
.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.equal-height {
  height: 100%;
  padding: 1.25rem 1.25rem 0.625rem;
}
.equal-height2 {
  height: auto;
  padding-left: -1.25rem;
}
.title-white {
  color: #ffffff;
  font-size: 2.25rem;
}
.headline {
  line-height: 2.5em;
  color: #ffffff;
  font-size: 2.25rem;
  position: relative;
  padding-bottom: 1.25rem;
}
.headline:after {
  content: ' ';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 6.25rem;
  border: 0.125rem solid #000066;
  border-radius: 0.25rem;
  box-shadow: inset 0 0.063rem 0.063rem rgba(0, 0, 0, .05);
  transform: translateX(-50%);
}
.gray-background {
  background-color: #999999;
}
.btn-image {
  color: #fff;
  background-image: url('../images/notes.jpg');
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-top: 1.25rem;
  width: 25rem;
  height: 4.688rem;
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
  border-color: #007bff;
  border-radius: 0.938rem;
	text-decoration: none;
}
.btn-image:hover {
  color: #fff;
  background-image: url('../images/notes2.jpg');
  border-color: #0062cc;
}
.btn-image:focus, .btn-image.focus {
  color: #fff;
  background-image: url('../images/notes2.jpg');
  border-color: #0062cc;
  xbox-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-orange {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #c54224;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;  
  margin-bottom: 3.125rem;
  margin-top: 1.25rem;
  border-radius: 1.563rem;
  text-decoration: none;
  width: 100%;
}
.btn-orange:hover {
  color: #fff;
  background-color: #ec4f2b;
  border-color: #c54224;
  text-decoration: none;
}
.btn-orange:focus, .btn-image.focus {
  color: #fff;
  background-color: #ec4f2b;
  border-color: #ec4f2b;
  text-decoration: none;
}
.btn-orange-outline {
  color: #ec4f2b;
  font-size: 0.875rem;
  font-weight: 700;
  background-color: #ffffff;
  padding-left: 0.313rem;
  padding-right: 0.313rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  margin-bottom: 3.125rem;
  margin-top: 1.25rem;
  border-radius: 1.563rem;
  border: 0.188rem solid #ec4f2b;
  text-decoration: none;
  width: 100%;
}
.btn-orange-outline:hover {
  color: #fff;
  background-color: #ec4f2b;
  border-color: #ec4f2b;
  text-decoration: none;
}
.btn-orange-outline:focus, .btn-image.focus {
  color: #fff;
  background-color: #ec4f2b;
  border-color: #ec4f2b;
  text-decoration: none;
}

.btn-orange-outline-nav {
  color: #ec4f2b;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #ffffff;
  padding-left: 1.563rem;
  padding-right: 1.563rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  margin-bottom: 0.938rem;
  margin-right: 1.25rem;
  margin-top: 2.5rem;
  border-radius: 1.563rem;
  border: 0.188rem solid #ec4f2b;
  text-decoration: none;
  width: 100%;
  height: 2.5rem;
}
.btn-orange-outline-nav:hover {
  color: #fff;
  background-color: #ec4f2b;
  border-color: #ec4f2b;
  text-decoration: none;
}
.btn-orange-outline-nav:focus, .btn-image.focus {
  color: #fff;
  background-color: #ec4f2b;
  border-color: #ec4f2b;
  text-decoration: none;
}

.btn-orange-outline-search {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #ec4f2b;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  padding-top: 0.313rem;
  padding-bottom: 0.313rem;
  margin-bottom: 0.938rem;
  margin-right: 1.25rem;
  margin-top: 2.5rem;
  border-radius: 1.563rem;
  border: 0.188rem solid #ec4f2b;
  text-decoration: none;
  width: 100%;
  height: 2.5rem;
}
.btn-orange-outline-search:hover {
  color: #ec4f2b;
  background-color: #ffffff;
  border-color: #ec4f2b;
  text-decoration: none;
}
.btn-orange-outline-search:focus, .btn-image.focus {
  color: #ec4f2b;
  background-color: #ffffff;
  border-color: #ec4f2b;
  text-decoration: none;
}

.btn-blue {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #00203f;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  padding-top: 0.938rem;
  padding-bottom: 0.938rem;  
  margin-bottom: 3.125rem;
  margin-top: 1.25rem;
  border-radius: 1.563rem;
  text-decoration: none;
  width: 100%;
}
.btn-blue:hover {
  color: #00203f;
  background-color: #ffffff;
  border-color: #ffffff;
  text-decoration: none;
}
.btn-blue:focus, .btn-blue.focus {
  color: #fff;
  background-color: #024485;
  border-color: #024485;
  text-decoration: none;
}

.subpage-topics{
	color: #00203F;
    font-weight: 500;
	font-size: 1.2rem;
	
}

.subpage-topics a{
	color: #00203F;
	background-color: #f0f3f8;
	xpadding-top: 2rem;
	xpadding-bottom: 2rem;
	xPadding-left: 2rem;
	xpadding-right: 2rem;	
    font-weight: 500;
	font-size: 1.2rem;
}

.xsubpage-topics a:hover{
	color: #ffffff;
	background-color: #00203F;
	xpadding-top: 2rem;
	xpadding-bottom: 2rem;
	xPadding-left: 2rem;
	xpadding-right: 2rem;
    font-weight: 500;
	font-size: 1.2rem;
}

.btn-blue2  {
  color: #00203f;
  font-size: 1.rem;
  font-weight: 500;
  background-color: #f0f3f8;
  padding-left: 1.rem;
  padding-right: 1.rem;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;  
  xmargin-bottom: .1rem;
  xmargin-top: .1rem;
  border-radius: 0rem;
  text-decoration: none;
  width: 100%;
}

.btn-blue2 a {
  color: #00203f;  
  background-color: #f0f3f8;
  text-decoration: none;
}


.btn-blue2:hover {
  color: #ffffff;
  background-color: #00203f;
  border-color: #00203f;
  text-decoration: none;
}







.centercontent {
  text-align: center
}
/* Footer Styles */
.blue-footer {
  background-color: #00203F;
  color: #fff;
}
.blue-footer .fineprint {
  font-size: 1.0rem;
  color: #fff;
}
.blue-footer a {
  color: #fff;
}
@media screen and (max-width: 36rem) {
  .footer-center > span {
    display: block;
    text-align: center;
  }
}
.footertitle {
  font-weight: 600;
  color: #fff;
}
.blue-footer a {
  color: #fff;
	text-decoration: none;
}
.blue-footer a:hover {
  color: #fff;
	text-decoration: underline;
}
.seemore {
  color: red;
}
.btndrop {
  display: inline-block;
  font-weight: 400;
  color: red;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 0rem; solid transparent;
  font-size: 1rem;  
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btndrop:hover {
  color: red;
  text-decoration: none;
}
.btndrop:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.rem rgba(0, 123, 255, 0.25);
}

@media screen and (min-width: 36rem) {
  #see-more {
    display: block;
  } /* show it on small screens */
}
@media screen and (min-width: 36.063rem) {
  #see-more {
    display: none;
  } /* hide it elsewhere */
}
@media screen and (max-width: 36rem) {
  #disappear {
    display: none;
  } /* show it on small screens */
}
@media screen and (max-width: 36.063rem) {
  .site-info > span {
    display: block;
    text-align: center;
  }
  .leftallignment * {
    vertical-align: middle;
  }
  .right a {
    float: none;
    margin-left: 0.625rem;
  }
}
.card-dpor2 {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  xbackground-color: #ffffff;
  background-clip: border-box;  
  margin-bottom: 1.25rem;
}
.card-dpor {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;  
  margin-bottom: 1.25rem;
}

.card-dpor-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0.063rem;
  padding-left: 4rem;
  padding-right: 4rem;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.card-dpor-body p {
  xmargin-bottom: 3.0rem;
}
.card-dpor-body a:link {
  color: #df7a50;
	text-decoration: underline;
}
.card-dpor-body a:hover {
  color: #df7a50;
  font-weight: 500;
  text-decoration: underline;
}
.card-dpor-body h2 {
  font-size: 1.5rem;
	font-weight: 700;
}
.card-dpor-body h3 {
  font-size: 1.25rem;
	font-weight: 700;
}
.card-dpor-body h4 {
  font-size: 1.0rem;
  color: #4370a7;
font-weight: 700;	
}
.card-dpor-body h5 {
  font-size: 1.0rem;
  color: #c54224;
	
}
.card-dpor-body h6 {
  font-size: .75rem;
  color: #c54224;
}

.card-dpor-body .download{
	font-size: .75rem;
  color: #df7a50;
	font-weight: 500;
	
}

.card-dpor-body .red-text {
  color: #df7a50;
	font-weight: 500;
}
.card-dpor-body ul {
  list-style: none;
  margin-bottom: 0rem;
}
.card-dpor-body ul li::before {
  content: "\2022";
  color: #c54224;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.card-dpor-body .col-md-2{
padding-right: 5px;
    padding-left: 5px;
	
}

.card-body{
	background-color: #f9fafc;
}

.container-dpor-body{
	padding-left: .8rem;
}


.btn-link-red {
  font-weight: 400;
  color: #c54224;
  text-decoration: none;
}
.btn-link-red:hover {
  color: #c54224;
  text-decoration: underline;
}
.btn-link-red:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link-orange {
  font-weight: 700;
  color: #df7a50;
  text-decoration: none;
}
.btn-link-orange:hover {
  color: #df7a50;
  text-decoration: underline;
}
.btn-link-orange:focus, .btn-link.focus {
  text-decoration: underline;
}




.btn-dpor {
  display: inline-block;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #4370a7; /* 4370a7 */
  text-decoration: none;
  border: 0rem solid transparent;
  padding: 0.rem 0.rem;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 0.rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-dpor:hover {
  color: #ffffff;
  background-color: #00203f;
  text-decoration: none;
}

.btn-dpor:focus {
  color: #ffffff;
  background-color: #00203f;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
}
.btn-dpor-lg, .btn-group-lg > .btn {
  font-size: 1.5rem;
  line-height: 3.75;
  border-radius: 0.rem;
}
.space-before-icon {
  padding-left: 4rem;
  padding-right: 1.5rem;
}
.space-before-icon2 {
  padding-left: 0rem;
  padding-right: 1.5rem;
}

.btn-dpor-inner {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff6f5;
  text-decoration: none;
  border-left: .5rem solid #c54224;
  border-right: 0rem solid transparent;
  border-top: 0rem solid transparent;
  border-bottom: 0rem solid transparent;
  padding-left: 2.0rem;
  font-size: 1.0rem;
  line-height: 3.4rem;
  border-radius: 0.rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-dpor-inner:hover {
  color: #ffffff;
  background-color: #c54224;
  border-left: .5rem solid #6f2313;
  text-decoration: none;
}
.btn-dpor-inner:focus, .btn.focus {
  background-color: #c54224;
  color: #ffffff;
border-left: .5rem solid #6f2313;
  text-decoration: none;
  outline: 0;
}
.btn-dpor-homepage {
  display: inline-block;
  font-weight: 500;
  font-size: 1.3rem;
  color: #000000;
  text-align: left;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f0f3f8;
  text-decoration: none;
  border-left: 0rem solid transparent;
  xborder-right: .5rem solid #00203f;
  border-top: 0rem solid transparent;
  border-bottom: 0rem solid transparent;
  padding-left: 1.0rem;
  padding-top: 2.0rem;
  padding-bottom: 2.3rem;
	margin-bottom: .5rem;
  line-height: 3.4rem;
  border-radius: 0.rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-dpor-homepage:hover {
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  xfont-weight: 700;
}
.btn-dpor-homepage:focus, .btn.focus {
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  outline: 0;
}

.bluestripe{
border-right: .8rem solid #00203f;	
}

.redstripe{
border-right: .8rem solid #c54224;	
}

.orangestripe{
border-right: .8rem solid #e27850;	
}



/* Overlay Styles */



#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
  cursor: pointer;
}
#text {
  position: absolute;
  top: 50%;
  left: 27%;
  color: #000000;
  font-size: 12px;
  transform: translate(-20%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#text2 {
  position: absolute;
  top: 50%;
  left: 27%;
  color: #000000;
  font-size: 0.75rem;
  transform: translate(-20%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.overlaytopcontainer {
  position: relative;
  width: 100%;
  height: auto;
  xbackground-color: #00203f;
  padding-left: 0.938rem;
  padding-right: 0.938rem;
  margin-right: 0.938rem;
  xmargin-left: 0.938rem;
}
.overlaycontainer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  padding-top: 0.938rem;
  margin-right: 0.938rem;
  margin-left: 0.938rem;
}
.overlaycontainer .title {
  font-weight: 700;
}
.overlaycontainer .main-title {
  font-size: 1.25rem;
  font-weight: 700;
}
.overlaycontainer a {
  color: #df7a50;
}
.overlaycontainer .fas {
	padding-right: .2rem;
  padding-left: .5rem;
}

.overlaycontainer .col-md-2 {
  padding-left: 1rem;
}



.overlaycontainer .col-md-6 {
  padding-left: 3rem;
}
.overlaytitle {
  background-color: #c54224;
  color: #ffffff;
  padding: 1.25rem;
  height: 4.688rem;
  font-size: 1.375rem;
}
.leftline {
  background-image: url('../images/leftsidelineblue.png');
  background-repeat: repeat-y;
}

/* /Overlay Styles */





/* Modal Styles */

.modal-header-dpor {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  xborder-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background-color: #c54224;
  font-size: 1.5rem;
}
.modal-header-dpor .close {
  color: #ffffff;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-header-search {
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  xpadding: 1rem 1rem;
  xborder-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  xbackground-color: #00203f;
	
	
}
.modal-header-search .close {
  color: #ffffff;
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-search-body{
	position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
xbackground-color: #00203f;
	margin-left: -1.875rem;
	
}

@media (min-width: 12.5rem) {
  .modal-search {
    max-width: 100%;
	 
  }
}

.modal-content-search {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: rgba(0, 37, 63, 0.8);
  background-clip: padding-box;
  xborder: 1px solid rgba(0, 37, 63, 0.8);  
  outline: 0;
  padding-left: 9.375rem;
  padding-right: 9.375rem;
  margin-top: -15.2rem;
}

@media (max-width: 800px) {
.modal-content-search {
  padding-left: 0.625rem;
  padding-right: 0.625rem;	
}
}

.modal.fade .show .modal-dialog {
	margin-left: 0px;
  margin-right: -15px;
}

/* /Modal Styles */


.bs-callout {
  margin: 1.25rem 1.563rem;
  border: 0.063rem solid #fff;
  border-left-width: 0.313rem;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 0.313;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout a {
  color: #c54224;
}
.bs-callout ul {
  list-style: none;
  margin-bottom: 0rem;
}
.bs-callout ul li::before {
  content: "\2022";
  color: #c54224;
  font-weight: 500;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.bs-callout code {
  border-radius: 0.188rem;
}
.bs-callout + .bs-callout {
  margin-top: -0.313rem;
}
.bs-callout-default {
  border-left-color: #777;
}
.bs-callout-default h4 {
  color: #777;
}
.bs-callout-primary {
  border-left-color: #c54224 /*#428bca;*/
}
.bs-callout-primary h4 {
  color: #428bca;
}
.bs-callout-success {
  border-left-color: #5cb85c;
}
.bs-callout-success h4 {
  color: #5cb85c;
}
.bs-callout-danger {
  border-left-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  border-left-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}


/* SIDEBAR STYLES */

.main-content a {
	color: #df7a50;
	font-weight: 500;
	text-decoration: underline;
}
.main-content a:hover{
	color: #df7a50;
	font-weight: 500;
}
.main-content a:focus {
    color: #df7a50;
    xtext-decoration: none;
    transition: all 0.3s;
}

.important-notice-subtitle{
	font-weight: 700;
	font-size: 1.2rem;
	color: #437dbc;
}

.important-notice-bold{
	font-weight: 700;
	
}

.sidebar-orangestripe{
border-right: .8rem solid #e27850;
	margin-right: 0.938rem;
	margin-bottom: 3.125rem;
	position: relative;
    width: 100%;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
	padding-top: 0.938rem;
    padding-bottom: 1.875rem;
	background-color: #f0f3f8;
}

.sidebar-orangestripe a {
	color: #000000;
	text-decoration: none;
}

 .sidebar-orangestripe a:hover{
	color: #c54224;
	text-decoration: underline;
}
.sidebar-orangestripe a:focus {
    color: #c54224;
    xtext-decoration: none;
    transition: all 0.3s;
}

.sidebar-redbluestripe{
border-right: .8rem solid #00203f;
	margin-right: 0.938rem;
	margin-bottom: 3.125rem;
	position: relative;
    width: 100%;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
	padding-top: 1.875rem;
    padding-bottom: 1.875rem;
	background-color: #c54224;
}

.sidebar-redbluestripe a {
	color: #ffffff;
	text-decoration: none;
}

 .sidebar-redbluestripe a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.sidebar-redbluestripe a:focus {
    color: #ffffff;
    xtext-decoration: none;
    transition: all 0.3s;
}

.sidebar-orangebluestripe{
border-right: .8rem solid #00203f;
	margin-right: 0.938rem;
	margin-bottom: 3.125rem;
	position: relative;
    width: 100%;
    padding-right: 0.938rem;
    padding-left: 0.938rem;
	padding-top: 1.875rem;
    padding-bottom: 1.875rem;
	background-color: #e27850;
}

.sidebar-orangebluestripe a {
	color: #ffffff;
	text-decoration: none;
}

 .sidebar-orangebluestripe a:hover{
	color: #ffffff;
	text-decoration: underline;
}
.sidebar-orangebluestripe a:focus {
    color: #ffffff;
    xtext-decoration: none;
    transition: all 0.3s;
}

.sidebar-row{
	width: 37.5rem;
}

.sidebar-column1{
	padding-left: 4.688rem;
}
.sidebar-column2{
	color: #000000;
	padding-left: 0.625rem;
}

.sidebar-spacer{
	width: 100px;
}

.sidebar-spacer2{
	width: 5.125rem;
}

.btn-info2{
	color: #333333;
	background-color: #cccccc;
	border-radius: 0rem;
	
	 
	
}
.btn-info2:hover{
	color: #ffffff;
	background-color: #e27850;
}


.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 6.25rem;
    height: 0.25rem;
	color: #00203f;
    border-bottom: 0.25rem solid;
    margin: 2.5rem 0;
}

i,
span {
    display: inline-block;
}



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

.disappear2{
	padding-left: 0.938rem;
}

.bold-text{
	font-weight: 700;
}
.bold-white-text{
	font-weight: 500;
	color: #ffffff;
	font-size: 1.2rem;
	margin: 0;
  position: absolute;
  top: 45%;
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
}

.row-spacer{
	height: 1.875rem;
}

#sidebar {
    min-width: 31.25rem;
    max-width: 31.25rem;
    background: #ffffff;
    color: #000000;
    xtransition: all 0.3s;
}

#sidebar.active {
    min-width: 15.625rem;
    max-width: 15.625rem;
    xtext-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar.active .sidebar-header h4 {
    display: none;
}

#sidebar.active .sidebar-header h5 {
    display: block;
}

#sidebar .sidebar-header h5 {
    display: none;
}


#sidebar.active .sidebar-header .disappear2 {
	display: none;	
	} 



#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 1.25rem 0.625rem;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 0.313rem;
}

#sidebar.active ul ul a {
    padding: 0.625rem !important;
}

#sidebar.active .xdropdown-toggle::after {
    top: auto;
    bottom: 0.625rem;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    xpadding: 1.25rem;
    background: #ffffff;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 0.063rem solid #47748b;
}

#sidebar ul li a {
    padding: 0.625rem;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li a i {
    margin-right: 0.625rem;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    xbackground: #6d7fcc;
}

a[data-toggle="collapse"] {
    position: relative;
}

.xdropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
}

ul ul a {
    xfont-size: 0.9em !important;
   xpadding-left: 1.875rem !important;
    xbackground: #6d7fcc;
}

ul.CTAs {
    padding: 1.25rem;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 0.313rem;
    margin-bottom: 0.313rem;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 0.938rem;
    min-height: 100vh;
    transition: all 0.3s;
}

#content-button {    
    padding: 0rem;   
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 48rem) { /* max-width: 768 */
    #sidebar {
        min-width: 17.813rem;
        max-width: 15.438rem;
        xtext-align: center;
        margin-left: 0rem; !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 0.625rem;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }
    #sidebar .sidebar-header h3, 
    #sidebar .CTAs	{
        display: none;
    }
	
	#sidebar .sidebar-header h4{
        display: none;
    }
	
	
	
	#sidebar .sidebar-header .disappear2 {
	display: none;	
	} 
	
	
    #sidebar .sidebar-header strong {
        display: block;
    }
	
	#sidebar .sidebar-header h5 {
        display: block;
    }
	
    #sidebar ul li a {
        padding: 1.25rem 0.625rem;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 0.625rem !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.d-inline-block {
  display: none !important;
}

/* END OF SIDEBAR STYLES */