@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;
	}
	.site-nav-menu [aria-haspopup][aria-expanded="true"] + .submenu
	{
		display: block!important;
	}
	.site-nav-menu .submenu
	{
		width: calc(100vw - (100vw - 100%) )!important;
	}
}
.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: 0;
	}
}

body {
    padding-top: 0;
}

.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(../../../sites/default/files/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: -190px;
	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, .page-node-type-board-page .page-header {
  background-color: #f0f3f8;
  color: #00203f;
  height: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
      text-align: center;
    width: 100%;
	    font-size: 2.5rem;
    font-weight: 700;
    padding-right: 100px;
    padding-left: 100px;
}

.page-node-type-dpor-section-page .page-header, .page-node-type-article .page-header
{    
	margin-bottom: 0;
	padding-bottom: 0;
    margin: 0;
    border-bottom: none;	
	
    margin-left: -15px;
    margin-right: -15px;
}

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

.subpage-header-fair-housing {
  background-image: url(../../../sites/default/files/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 */
}
.thick-spacer {
  padding-top: 5.125rem; /* define margin as you see fit */
}
.spacer-bottom {
  padding-bottom: 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('../../../sites/default/files/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: #00203f;
  background-image: url('../../../sites/default/files/images/notes2.jpg');
  border-color: #0062cc;
}
.btn-image:focus, .btn-image.focus {
  color: #fff;
  background-image: url('../../../sites/default/files/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: 1.2rem;
  line-height: 20px;
  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) {
  
  .leftallignment * {
    vertical-align: middle;
  }
  .right a {
    float: none;
    margin-left: 0.625rem;
  }
}
@media screen and (max-width: 1200px) {
  .site-info > span {
    display: block;
    text-align: center;
  }
  footer .content-right
  {
	  display: block;
    text-align: center;
  }
}
.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, .card-dpor-body span {
  color: #df7a50;
	text-decoration: underline;
}
.card-dpor-body a:hover {
  color: #rgb(236, 79, 43)!important;
  /*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, .card-dpor-body h5, .card-dpor-body h6 {
  font-size: 1.5rem;
  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: #C74227;
	font-weight: 500;
	    text-decoration: none;
}
.card-dpor-body ul {
  list-style: none;
  margin-bottom: 1rem;
  padding-inline-start: 40px;
  font-size: 1.5rem;
  text-align: left;
  width: 100%;
}
.card-dpor-body ol {
	padding-left: 2em;
}

.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;
	
}
.maincontent.card-dpor-body h2
{
	margin-top: .5rem;
    margin-bottom: .5rem;
}

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

.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.3rem;
  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, .file-link {
  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('../../../sites/default/files/images/leftsidelineblue.png');
  background-repeat: repeat-y;*/
    border-left: .5rem solid #4370a7!important;
    border-right: 0rem solid transparent!important;
    border-top: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    font-size: 1.2rem;
	margin-bottom: 40px;
    padding-right: 50px;
    padding-top: 10px;
    height: 200px;
}

/* /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.5rem;*/ /*this shrinks header sizes so removing*/
	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;
    padding-left: 3.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-with-stripe{
	/*margin-right: 0.938rem;*/
	margin-bottom: 3.125rem;
	position: relative;
    /*width: 96%;
    padding-right: 0.938rem;*/
    padding-left: 0.938rem;
	padding-top: 1.875rem;
    padding-bottom: 1.875rem;
	
}
.border-dark-blue
{
	border-right: .8rem solid #00203f;
}
.inner2.back-orange, .btn.back-orange, .sidebar-with-stripe.back-orange
{
	background-color: #c54224!important;
}
.inner2.back-pale-orange, .btn.back-pale-orange, .sidebar-with-stripe.back-pale-orange
{
	background-color: #e27850!important;
}
.inner2.back-pale-blue, .btn.back-pale-blue, .sidebar-with-stripe.back-pale-blue
{
	background-color: #337ab7!important;
}

.orange-tabs.back-orange a, .orange-tabs.back-orange .fa-arrow-right
{
	color: #c54224;
}
.orange-tabs.back-pale-orange a, .orange-tabs.back-pale-orange .fa-arrow-right
{
	color: #e27850;
}
.orange-tabs.back-pale-blue a, .orange-tabs.back-pale-blue .fa-arrow-right
{
	color: #337ab7;
}


.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, .about-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;
	margin-top: 20px;
}

.disappear2{
	padding-left: 0.938rem;
}

.bold-text{
	font-weight: 700;
}
.bold-white-text{
	font-weight: 500;
	color: #ffffff;
	font-size: 1.5rem;
	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: 14.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.active .sidebar-header .sidebar-with-stripe .sidebar-icon {
	width:100%	
	} 


#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-right: 20px;
    margin-right: -10px;
}

#content-button.active {
    padding-left: 26px;
    margin-right: -20px;

}

.content #content-button.active {
    padding-left: 0;
    margin-right: 20px;
}

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

@media (max-width: 48rem) { /* max-width: 768 */
    #sidebar {
        min-width: 17.813rem!important;
        max-width: 15.438rem!important;
        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%);
    }
	#content-button
	{
		display:none;
}
    #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;
    }
}
#sidebarCollapse
{
	z-index: 9;
    top: 5px;
    left: -50px;
    position: sticky;
	position: -webkit-sticky;
    top: 233px;
}

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

/* END OF SIDEBAR STYLES */

.Accordion-body{
	position: relative;
    overflow: hidden;
}
 .card-dpor-body .paragraph--type--board-leaders p
{
	margin-bottom: .3rem;
	font-size: 1.5rem;
}

.header-red-iiner{
	margin-bottom: 0px;
	width: 100%;
    color: #ffffff;
    background-color: #c54224;
    border-left: .5rem solid #6f2313;
    display: inline-block;
    font-weight: unset;
    text-align: left;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    border-right: 0rem solid transparent;
    border-top: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    padding-left: 2.0rem;
    font-size: 1.5rem;
    line-height: 3.4rem;
    text-transform: uppercase;
}

.paragraph--type--class-schedule .card-body .field--name-field-body- ul{
	margin: 1.25rem 1.563rem;
    border: 0.063rem solid #fff;
    border-left-width: 0.313rem;
    border-left-color: #c54224;
}

.paragraph--type--class-schedule .file-link
{
	background-color: #fff6f5;
    border-left: .5rem solid #c54224!important;
    border-right: 0rem solid transparent!important;
    border-top: 0rem solid transparent;
    border-bottom: 0rem solid transparent;
    font-size: 1.2rem;
}
.paragraph--type--class-schedule .file-link a
{
	    color: #000000;
}
.fa-download
{
	    color: #ff6633;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
}

@media (min-width: 768px)
{
	.modal-dialog {
		max-width: 1400px;
		padding: 100px;
		width:auto;
	}
	
}

.jumbotron-info2 button
{
	background-color: unset;
}

i.license
{
	content:url("../../../sites/default/files/images/license-small.png");

}

i.office
{
	content:url("../../../sites/default/files/images/office.png");

}

i.fax 
{
	content:url("../../../sites/default/files/images/fax.png");

}
i.email
{
	content:url("../../../sites/default/files/images/email.png");

}
i.calendar
{
	content:url("../../../sites/default/files/images/calendar.png");

}
i.facebook
{
	content:url("../../../sites/default/files/images/facebook.png");

}
i.youtube
{
	content:url("../../../sites/default/files/images/youtube.png");

}
i.big-image{
	width:100px;
}

.btn{
	white-space: pre-wrap;
	text-transform: uppercase;
}
.pb10
{
	padding-right: 10px;
	padding-left:10px
}

/*@media (max-width: 1199px)
{
	.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
		width:100%
	}
}*/
.long-text
{
	overflow-wrap: break-word;
}

/*top active menu */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus
{
	color: rgb(236, 79, 43)!important;
    border-bottom: .25rem solid #e2784f;
	    padding-bottom: .8rem;
    background-color: transparent!important;
}

/*navigaiton begin*/
.site-nav {
  text-align: center; 
  z-index:1000;}
  @media (min-width: 768px) {
    .site-nav {
      position: relative;
      /*height: 112px;*/
	  } }
  @media (min-width: 1200px) {
    .site-nav {
      /*height: auto;*/ } }

.site-nav-menu {
  margin: 0;
  /*font-family: merriweatherregular, Times, "Times New Roman", serif;*/
  opacity: 1;
  transition: opacity .25s ease-out; 
  margin: 20px 0 0 0;
      padding: 0;
      max-width: none;
      height: 100%;
	  float:inherit;
	  font-size: .8em;
	  }
  .site-nav-menu > li > [aria-haspopup] {
    display: block;
    padding: 1rem;
    transition: padding .25s ease-out;
    line-height: 1;
    color: rgb(68, 112, 168);
    cursor: pointer; }
    .site-nav-menu > li > [aria-haspopup]:hover {
      text-decoration: none;
      color: #e2784f; }
  .site-nav-menu .submenu {
    padding: 0 25px;
    overflow: hidden;
    transition: padding .5s ease-out, height .5s ease-out;
    xfont-size: .875rem;
    xcolor: #bfebdf;
    xbackground-color: rgb(68, 112, 168); }
    .site-nav-menu .submenu img {
      display: block;
      margin: 0 auto;
      /*border: 1px solid #98d5ff; */}
  .site-nav-menu .submenu-block {
    margin-bottom: 25px;
    text-align: left;
    font-family: rubikregular, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
    .site-nav-menu .submenu-block:last-child {
      margin-bottom: 0; }
      .site-nav-menu .submenu-block:last-child > :last-child {
        margin-bottom: 0; }
    .site-nav-menu .submenu-block h2 {
      margin-bottom: 1rem;
      xborder-bottom: 1px solid #cebe67;
      xfont-size: 1.375rem;
      xcolor: #bfebdf; 
	      text-transform: uppercase;
    font-size: 1.7rem;
    font-weight: 700;}
    .site-nav-menu .submenu-block ul {
      display: table;
      margin-bottom: 25px;
      margin-left: 0;
      padding-left: 0;
      list-style: none; 
	  text-align: left;
	  width: 100%;
	  }
    .site-nav-menu .submenu-block li {
      display: table-row; 
	  position: relative;
	  position: relative;
    padding: 0.938rem 0.938rem;
    font-weight: 500;
    color: #000000;
    background-color: #fdf5f3;
    border-bottom: .15rem solid #f5d0c3;
    display: block;
    width: 90%;
    /* clear: both; */
    text-align: inherit;
    /*white-space: nowrap;*/
	}
      /*.site-nav-menu .submenu-block li::before {
        content: '\2022';
        display: table-cell;
        padding-right: 0.4em;
        color: #bfebdf; }*/
    .site-nav-menu .submenu-block a,
    .site-nav-menu .submenu-block a:hover,
    .site-nav-menu .submenu-block a:focus {
      color: #000000;
    background-color: #fdf5f3;
	font-size:1.5em;}
  .site-nav-menu > li > [aria-haspopup][aria-expanded="true"] {
    padding: 25px;
    xborder-top: 1px solid #cebe67;
    border-bottom: 1px solid #cebe67;
    color: #e2784f;
    xbackground-color: rgb(68, 112, 168); }
	.site-nav-menu > li > [aria-haspopup][aria-expanded="true"] > a  {
    color: #cebe67;
    background-color: rgb(68, 112, 168); }
    .site-nav-menu > li > [aria-haspopup][aria-expanded="true"]:hover {
      color: #e2784f; }
    .site-nav-menu > li > [aria-haspopup][aria-expanded="true"] + .submenu {
      padding: 25px; }
  .site-nav-menu [aria-expanded="false"] + .submenu {
    height: 0; }
	.site-nav-menu > li > [aria-haspopup][aria-expanded] {
              position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    border-width: 0 1px;
    /* border-style: solid; */
    /* border-color: transparent; */
    /* height: 100%; */
    white-space: nowrap;
    xcolor: rgb(68, 112, 168)!important;
    font-weight: 700;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.5em;
}
  @media (min-width: 768px) {
    .site-nav-menu {
      position: relative;
      /*display: flex;*/
	  display: inline-block;
      flex: 1;
	  float:right;
	  font-size: .62em;
       }
      .site-nav-menu > li {
        flex: 1 0 auto; 
		display: inline-block;
		float: right;
	}
        }
        .site-nav-menu > li:hover {
          /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4); */}
          .site-nav-menu > li:hover > [aria-haspopup],
			.site-nav-menu > li:hover > [aria-haspopup] > a  {
            xborder-color: #98d5ff;
            color: #e2784f; 
            xbackground-color: rgba(0, 88, 145, 0.98); }
      .site-nav-menu .submenu {
            position: absolute;
    right: -10px;
    z-index: 11;
    display: none;
    /* padding: 25px; */
    width: calc(100vw - (90vw - 100%) );
    border-width: 0 1px 1px 1px;
    /* border-style: solid; */
    /* border-color: #98d5ff; */
    background-color: rgba(0, 88, 145, 0.98);
    /* box-shadow: 0 4px 10px rgb(0 0 0 / 40%); */
    /* width: 95%; */
    background-color: #fdf5f3;
    border-top: .25rem solid #e2784f;
    margin-left: auto;
    margin-right: 1.875rem;
    margin-top: -0.125rem;}
      .site-nav-menu [aria-haspopup][aria-expanded="true"] + .submenu {
        display: flex;
        height: auto; }
      .site-nav-menu .submenu-block {
        flex: 1;
        margin-right: 17px;
        margin-bottom: 0;     
		background-image: url(./images/megabackground.jpg);
    background-repeat: repeat-y;
    background-position: right;}
        .site-nav-menu .submenu-block:last-child {
          margin-right: 0; }
        .site-nav-menu .submenu-block > :last-child {
          margin-bottom: 0; } }
  @media (min-width: 1200px) {
      .site-nav-menu > li > [aria-haspopup][aria-expanded] {
        padding: 1rem 2rem; }
    .site-nav-menu .submenu {
      width: 100%; } }

.site-nav-search {
  display: flex;
  align-items: center;
  padding-right: 25px;
  padding-left: 25px; }
  .site-nav-search > * {
    margin-right: 1rem; }
  .site-nav-search > :last-child {
    margin-right: 0; }
  .site-nav-search label {
    margin-bottom: 0; }
  .site-nav-search [type=search] {
    flex: 1;
    min-width: 0; }
  @media (min-width: 768px) {
    .site-nav-search {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 20;
      height: 112px; } }
	  
	  .no-bullets {
  margin-left: 0;
  padding-left: 0;
  list-style: none; }
.top-line{    
border-top: 0.063rem solid #f5d0c3;
}
/*navigation end*/

div[role="heading"]{
	/*z-index: 9999;*/
}
.dpor-search
{
	color: rgb(236, 79, 43);
}

.search-help-link {
	display:none;
}

.dpor-search .fas.fa-search
{
	color: rgb(236, 79, 43);
    margin-left: -30px;
    margin-top: -7px;
    font-size: 17px;
}
.dpor-search .btn
{
    height: 20px;
    background-color: transparent;
    width: 20px;
    margin-top: 0px;
    padding-top: 0px;	
	white-space: nowrap;
}
.dpor-search .input-group .form-control
{width:98%}