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

/***** For current issue ONLY ****/
.nav-homebuying{
	background: url(images/bg-nav-homebuying.png);
	background-repeat: no-repeat;
	background-size: actual;
	background-position: top center;
}

.nav-homebuying-content{
	width:90%;
	padding-top: 240px;
}

.savings-cert{
	background: url(images/bg-savings-cert.png);
	background-repeat: no-repeat;
	background-size: actual;
	background-position: bottom center;
}

.savings-cert-content{
	width:90%;
	padding-bottom: 200px;
}

.travelbox{
	position:relative;
	margin-top:-240px;
	margin-left: 400px;
	width: 380px;
	display: inline-block;
}


/***** Changable Colors *****/

/*** <hr> dotted line color ***/
.dot-line{
	border-top: 2px dotted #006eb8;
}

.dot-line-rate{
	border-top: 2px dotted #ffffff;
}


/*** Title accent color ***/
.title-accent{
	color: #ac6206;
}

/*** Body accent colors ***/
.accent1{
	color: #007A33;
}

.accent2{
	color: #ac6206;
}

.accent3{
	color: #2e70ba;
}

.rate-title{
	color: #ffffff;
}

.red{
	color: #dd1a32;
}

.blue{
	color: #0071b9;
}

.black{
	color: #000000;
}


 /*** Number list colors ***/
.color1 ol li::before{
  content: counter(li)'.';
  color: #ac6206;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.color2 ol li::before{
  content: counter(li)'.';
  color: #007A33;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

 /*** Number list colors ***/
 .color1 ul li::before{
	content: counter(li)'.';
	color: #ac6206;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
  }

/*** Image alignment ***/
.textwrap-right{
	float: right;
}

.textwrap-left{
	float: left;
	margin-left: 20px;
	margin-right: 10px;
}

/*** Center image, not text wrap ***/
img.center {
display: block;
margin-left: auto;
margin-right: auto;
}

/***** Static CSS Section *****/


/***********Content****************/
body{
	margin:0;
	padding:0;
	-webkit-text-size-adjust: none;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img{
	height:auto !important;
	max-width: 100% !important;
	border:0;
}

a:link{
	color:#006eb8;
	font-size:inherit;
}

a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

a:visited{
	color:#006eb8;
}

a:hover img {
	outline: 2px solid #990000;
}

/********Fonts******************/
h1{
	font-family: Arvo;
	font-size:22px;
	line-height:28px;
	margin:0 0 10px 20px;
	color:#2e70ba;
}

h2{
	font-family: Arvo;
	font-size:22px;
	line-height:28px;
	margin:0 0 10px 20px;
	color:#2e70ba;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 22px;
	margin-left: 20px;
	color:#007A33;
}
h4{
	font-family: Arial, sans-serif;
	font-size:14px;
	line-height: 17px;
	padding-top: 0px;
	margin:0 0 0 20px;
	color:#2e70ba;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 22px;
	margin:0 0 5px 20px;
	color:#a76227;
}


p{
    font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 19px;
	margin: 0 0 0 20px;
}

ul{
	margin-top: 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
}

ol {
	margin-left: 20px;
}


li{
	padding-bottom: 3px;
	line-height: 19px;
}

ol li {
	padding-bottom: 5px;
}

sup {
	font-size:  0.63em;
	vertical-align: super;
	line-height: 0;
}

hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
}

#wrapper{
	padding: 0;
}

#mainContent{
	width: 100%;
}

#content{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	position:relative;
	z-index:30;
}

#header img{
	width: 800px;
	height: 240px;
}


#footer{
	margin-top:10px;
}

#footer img{
	width: 800px;
	height: 63px;
}

#p1-footer {
  background: #1f3b7e;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 25px;
  width: 93%;
  border: #0d4a8d solid 3px;
  margin: auto;
  font-size: 11px;
}

#p1-footer h3{
	margin:0;
}

.hide{
	display: none;
}

/*** Hide on desktop ***/
.hide-on-desktop{
	display: none;
}

/*** Main article single column ***/
.main-article-single{
	background:url(images/art01_bg.jpg);
	background-position: right center;
}

.main-article-single-child{
	width: 50%;
}

/*** Avoid phishing article ***/
.second-article-bg{
	background:url(images/art02_bg.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 20px;
}

.img-half-content{
	width: 60%;
	margin-left: 40%;
}



/* tablet breakpoint */
@media (max-width:600px) {
    .travelbox{
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	.main-article-single{
		background: none;
	}

	.main-article-single-child{
		width: 100%;
	}

	.hide-on-desktop{
		display: inline-block;
	}
}

/*** ===== Responsive 4 Columns for Scholarship ===== ***/
/* container */
.responsive-four-column-grid {
    display:block;
}

/* columns */
.responsive-four-column-grid > * {
    padding:1rem 0.25rem;
}

/* tablet breakpoint */
@media (min-width:600px) {
    .responsive-four-column-grid {
        display: grid;
        grid-auto-rows: 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.flex-container {
    display: flex;
	justify-content: center;
	align-items: center;
}

.scholar-img{
	float:left;
	width: 90px;
}

.scholar-column{
	width: 60%;
	float: right;
	padding: 2px;
	margin-left: 10px;
	color: #0071b9;
}



/*** ===== 2 Columns ===== ***/
.equal-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 20px;
}
.equal-row2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 5px;
}
.equal-row3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
	padding: 5px;
}

.column1 {
	display: flex;
	float: left;
	width: 24%;
	padding-right: 10px;
}

.column2 {
	display: flex;
	float: right;
	width: 70%;
}

#p2-footer{
  background: #1f3b7e;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  padding: 15px;
  width: 93%;
  margin: auto;
  font-size: 11px;
}

.footer a{
	color:#ffffff;
}

.date{
	color:#ffffff;
	font-size:12px;
	margin: 2px 0;
}

/*** Footer 3 Columns ***/
.rate{
  display: flex;
}

.contact-box{
  background: #1f3b7e;
	color: #fff;
	display: flex;
}

.contact-box a{
	color: #ffffff;
}

a.contact-url{
	font-size: 20px;
	font-weight: bold;
}

.contact-box .section{
	padding: 10px 20px;
	min-width: 150px;
}

.contact-logo{
	float: right;
	width: 60%;
	display: block;
}


#p1-footer .section {
  flex: 1; /*grow*/
  font-size: 11px;
  border-right: #eee 1px solid;
  padding-left: 15px;
}

#p1-footer .section:first-child{
	padding-left: 0;
}

#p1-footer .section:last-child{
	border-right: none;
}

.section td{
	padding: 2px;
}

.section .disclosure{
 font-size: 7px;
}

.rate{
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}

/*** Dotted line in rate table after text **/
.horizontal_dotted_line{
     display : flex;
}

.dot{
      flex: 1;
      border-bottom: 1px dotted #fff;
	 height: 0.9em;
}

.disclosure{
	margin-top:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:9px;
	line-height:13px;
}

.clear{
	clear:both;
}

/*** Spacer ***/
.spacer{
	padding: 10px;
}

/*** Page 1 Columns ***/
.pg1-full-width{
	width: 100%;
}

.pg1-right{
	width:40%;
	float:right;
}

.pg1-right p{
	font-size:11px;
}

.pg1-left{
	width:55%;
	float:left;
	padding:0 0 0 10px;
}


/*** Page 2 Columns ***/
.pg2-right{
	width:45%;
	float:right;
	padding:0px 10px 10px 0px;
	margin-top:0px;
	line-height:13px;
	right:0;
}


.pg2-left{
	width:50%;
	float:left;
	padding:0 0 0 10px;
}

.left51{
	width:50%;
	float:left;
	padding:0 0 0 0px;
}


/*** Turn page button ***/
.page-next{
	padding: 20px 10px;
	float: right;
}

.button{
	background: #2e70ba;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #fff;
	padding: 10px 20px;
  	border-radius: 5px;
	transition: background-color 0.5s ease;

}

.button:hover{
	background: #153c68;
}


.clear{
	clear: both;
}

/*** For Screen ONLY, will not render in browser ***/
.sr-only {
  display: none;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}



@media (max-width: 600px) { /*breakpoint*/
  .rate {
    flex-direction: column;
  }

  .contact-box {
    flex-direction: column;
    text-align: center;
  }
  .section{
  	padding-left: 0px;
	border-right: none;
  }
  .contact-logo{
  float: none;
  margin: auto;
  }

  .hide-on-mobile{
	display: none;
  }
}

@media only screen and (max-width: 600px)  {

	/***********Content****************/
	.article1-content{
		width:95%;
	}


	#content{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		padding-bottom:10px;
	}

	#stage{
		width:100%;
		display:block;
		border:0;
		float:none;
	}

	#mainContent{
		padding:0px;
	}

	.pg1-left{
		width:100%;
		padding:0;
		position:relative;
		display:block;
		float:none;
	}
	.pg2-left{
		width:100%;
		padding:0;
		position:relative;
		display:block;
		float:none;
	}
	.left51{
		width:100%;
		padding:0;
		position:relative;
		display:block;
		float:none;
	}

	.pg2-right{
		width:100%;
		float:none;
		padding:0px;
		margin-top:0;
		left:0;
	}
	.pg1-right{
		width:100%;
		float:none;
		padding:0px;
		margin-top:0;
		left:0;
	}
}


/******ONLY show on desktop ********/
@media only screen and (min-width: 600px) {
	.hide-on-desktop{
		display:none;
	}
}





