@charset "utf-8";
/* CSS Document */
#content a:link, #refugee-intro a:link, #reports a:link{

    	color: #045574;
    text-decoration:underline;
}


/* visited link */
#content a:visited, #refugee-intro a:visited, #reports a:visited{
 	color: #045574;
}
#content a:hover,#refugee-intro a:hover, #reports a:hover{
  	color: #0056b3;
    text-decoration : underline;
}
#content a.btn{
  	color: #fff;
    text-decoration:none;
}
h2.text-blue, #spotlight h2, #assist h2, #links h2, h1.blue {
	color: #045574 !important;
    font-size: 2rem;
font-weight:500;
}
.card-block{
	border-radius: .25rem;
}
.card-text ul{
	list-style: none;
	padding: 0px;
}
#site-name h1, #site-name .department span{
  color:#b25424;
font-size:2.5rem;
font-weight: 500;                     
 }
 #refugee-intro .display-4,.display-4 {
 /*color:#b25424;*/
 color:#b25424;
font-size:2.3rem;
font-weight: 500;
 margin-bottom:3rem;
}

.ona-color{
  color: #b25424!important;
 
}
.olraaddr{
    color: #798f4e;
}
.shadow-light-lg {
  box-shadow: 0 1.5rem 4rem rgba(22,28,45,.05) !important;
}
.check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #5e93b3;
    transform-origin: bottom left;
    transform: rotate(45deg);
}
.dddacc {background-color:#b25424;}
.carousel-caption-olra{
	
    background: #90c2f3;
    color: #000;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.card-img {
    border-bottom-right-radius: 0.7rem;
    border-bottom-left-radius: 0.7rem;
}
#contentHeader{
 /*color:#b25424;*/
color: #444;
font-weight: 400
 
}
#importantLinks .card:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}
#rColumn .card-header, h3.card-title,.note h4.card-title{
 
    border-bottom: 0.2rem solid rgba(178,84,36,1);
    position: relative;

   background-color: #fafbfe!important;


}
#rColumn ul{margin-left:0; margin-right:0}
.bg-light {
  background: #f7f7f7; }
}
.btn-secondary {
  color: #fff;
  background-color: #90C2F2!important;
  border-color: #90C2F2;
}

#olra .card.blue .capped,
#olra .card.blue>img.card-img-top.blue{
	border-top: 9px solid #90C2F2 !important;
}

#olra .card.blue .card-header{
	background-color: #C7E0F8;
	border: 0px;
}

#olra .card.blue .card-header.muted,
#olra .card.blue .muted,
#olra .blue.muted{
	background-color: #C7E0F8;
}
/* --------------------------------Program Page--------------------------*/
#refugee-links h4 {font-size:1.375em;}
.h4.card-title  {
  font-size: 1.4rem;
}
#refugee-links a.title-link { color:#b25424;!important;}
.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  
}
.rounded-3 {
    border-radius: 1rem !important;
}
.card-img-top,#rColumn img.rounded{
    border-top-right-radius: 0.5rem !important;
    border-top-left-radius: 0.5rem !important;
}
.bg-section {
    background-color: #fafbfe!important;
}
.blockquote-card {
    padding: 1.2em 1em;
    border-left: 0.2rem solid rgba(178,84,36,1);
    position: relative;
}
.note {
   background-color: #fafbfe!important;
  /*border-left: 3px solid #b25424;*/
}
.lead {
  font-size: 1.25rem;
  font-weight: 400!important;
}
.blockquote-card p {
  margin-top: 0;
  margin-bottom: 0;
}

#rColumn .list-group-flush .list-group-item{
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;

  border-bottom:1px solid #ccc;
 
}

.alert-msg{
margin-right: 15px;
margin-left: 15px;
color:#b25424;
font-weight:500;
 background-color: #fafbfe!important;
  /*border-left: 3px solid #b25424;*/
border-bottom: 2px solid #b25424;
}

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {

#refugee-intro h3 {
	color: #b25424;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 1rem;
}



}





ul.dropdown-menu li {list-style:none}
@media screen and (min-width: 768px) {
	.columned {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		-webkit-column-break-inside: avoid;
		-moz-column-break-inside: avoid;
		-ms-column-break-inside: avoid;
		-o-column-break-inside: avoid;
		column-break-inside: avoid;
		-webkit-perspective:1;
          break-inside: avoid;
	}
    .card-block{
    	height: 266px;
    }
}

@media  screen and (min-width: 994px) and (max-width: 1300px) {
	 .card-block{
     	height: 242px;
    }
}
@media screen and (min-width: 1301px) { 
	 .card-block{
     	height: 242px;
    }
}
// Small devices (landscape phones, less than 768px)
@media  screen and (max-width: 570px){
  #refugee-intro h3.text-blue {
	color: #b25424;
	font-size: 1.65rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.lead {
  font-size: 1rem!!important;
  font-weight: 400 !important;
}
.display-4 {
 color:#b25424;
font-size:1.75rem;
}
}
@media  screen and (min-width: 570px) and (max-width: 767px) {
#refugee-intro h3.text-blue {
	color: #b25424;
	font-size: 1.65rem;
	font-weight: 500;
	margin-bottom: 1rem;
}
.display-4 {
 color:#b25424;
font-size:1.75rem;
}
.lead {
  font-size: 1rem!!important;
  font-weight: 400 !important;
}

}