.icon_links {
	 text-align: center;
}
 .icon_links a:link {
	 display: inline-block;
	 color: #FFF;
	 text-align: center;
	 padding-top: 60px;
}
 .icon_links a:visited {
	 display: inline-block;
	 color: #FFF;
}
 .icon_links a:hover {
	 color: #ed9f13;
}
/* this uses an id so it should only be used for the top section, right after the banner*/
 #blue-welcome {
	 background-color: #0a2240;
	 padding-top: 40px;
	 padding-bottom: 70px;
	 color: #fff;
	 position: relative;
	 top: -82px;
}
 @media only screen and (max-width: 767px) {
	 #blue-welcome {
		 top: -164px;
	}
}

#blue-welcome a {
    
    color: #fff;
    
}

#blue-welcome a:hover {
    
    color: #fdb813;
    
}


/*this uses a class so it can be reused*/
 .blue-welcome {
	 background-color: #0a2240;
	 padding-top: 40px;
	 padding-bottom: 70px;
	 color: #fff;
	 position: relative;
}
 .blue-welcome-addresses {
	 background-color: #0a2240;
	 padding-top: 40px;
	 padding-bottom: 70px;
	 position: relative;
}


.blue-welcome-p-link {
    color: #fdb813 !important;
}


h2 {

    font-weight: bold;
    font-family: 'Oswald', sans-serif;
    
}


 .h2_white {
	 text-align: left;
	 color: #fff;
	 font-weight: bold;
}
 .h2_regular {
	 text-align: left;
	 color: #000;
	 font-weight: bold;
}
 .blue_welcome_desc {
}
 .helpful-links-row {
	 position: relative;
	 padding-top: 70px;
	 padding-bottom: 70px;
}
 .helpful-links-col-left {
	 text-align: left;
	 position: relative;
	 top: -5px;
}
/*raul - 2-20-2019 - changing fa color - for icon page*/
 .fa-blinn-white:before{
	 color: #ffffff;
	 font-size: 70px;
}
 .fa-blinn-white:hover::before {
	 color: #ed9f13;
}
 i {
	 padding-bottom: 10px;
}
 .blinn-gold {
	 background-color: #fdb813;
	 color: #000;
	 font-family: oswald;
	 font-weight: bold;
	 border: none;
	 border-radius: 0px;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
	 font-size: 18px;
	 width: 300px;
	 text-transform: uppercase;
	 position: relative;
	 top: 5px;
}
 .blue_welcome_desc_link, .blue_welcome_desc_link a:link, .blue_welcome_desc_link a:active, .blue_welcome_desc_link a:hover, .blue_welcome_desc_link a:visited {
	 padding-bottom: 10px;
	 font-size: 18px;
	 color: #fff;
}
 .bottom_line {
	/*this is thin gray --- border-bottom: 1px solid #eeeeee;
	*/
	 border-bottom: 1px solid #000;

}
 @media screen and (min-width: 767px) {
	 .equal .span2 {
		 width: 20%;
	}
}
 .btn-blue-welcome {
	 background-color: #fdb813;
	 color: #000;
	 font-family: oswald;
	 font-weight: bold;
	 border: none;
	 border-radius: 0px;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
	 font-size: 18px;
}
 .botones-blue {
	 position: relative;
	 left: -15px;
	 padding-top: 25px;
	 font-size: 18px;
}
 @media only screen and (max-width: 767px) {
	 .botones-blue {
		 position: relative;
		 left: 0px;
		 display: flex;
		 justify-content: center;
		 align-items: center;
	}
}
/* raul - 4025-2019 - adding overaly*/

.wrapper-real {
	 padding: 0px 10px 30px 10px !important;

}

 .wrapper {
	 position: relative;
	 width: 253px;
}


 .wrapper img {
	 width: 253px !important;
}

/* .image {
	 display: block;
	 width: 100%;
	 height: auto;
}
 */
 .overlay {
	 position: absolute;
	 bottom: 0;
	 left: 0;
	 right: 0;
	 background-color: #0033a0;
	/* background-color: #000;
	 */
	 overflow: hidden;
	 width: 100%;
	/*height: 0;
	 changed to pixes/% raul */
	 height: 30%;
	 opacity: 0.9;
	 transition: .5s ease;
}

.overlay-gold{
    
    /*background-color: #500001 !important;*/
    background-color: #fdb813 !important;
}
 .wrapper:hover .overlay {
	 opacity: 0.9;
	 height: 100%;
	 cursor: pointer;
	 cursor: hand;
}
 .text {
	 color: #fff;
	 font-size: 16px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translate(-50%, -50%);
	 -ms-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	 text-align: center;
	 font-weight: bold;
	 opacity: 1 !important;
	 width: 240px !important; /*raul - 6/5/2019 - added this to give more room to the text boxes */
}

.text-gold, .opacity-label-gold {
    color: #000 !important;
    font-size: 20px;
}
 .opacity-label {
	 position: relative;
	 padding-top: 20px;
	 font-size: 18px;
	 font-weight: bold;
	 
}
 .wrapper:hover .opacity-desc {
	 display: block;
	 visibility: visible;
}
 .opacity-desc {
	 display: none;
	 visibility: hidden;
	 font-size: 16px;
}


 .bottom-padding {
	 padding-bottom: 30px;
}
 @media screen and (max-width: 767px) {
	 .bottom-padding {
		 padding-bottom: 30px;
	}
}
/* raul - 4025-2019 - adding overaly*/
 .columns-section {
     
     	position: relative;
		 top: -52px;
	 
}
 @media only screen and (max-width: 767px) {
	 .columns-section {
		 position: relative;
		 top: 50px;
	}
}


/* this are the tabs*/
.tab-content, .tab-pane.container, .tab-contenido {
    
   max-width: 550px !important;
}

 #programs-careers {

	 position: relative;
	 /*top: -50px;*/
}


 @media only screen and (max-width: 767px) {
	 #programs-careers {
		 position: relative;
		 /*top: -100px;*/
	}
}
/* this are the tabs*/




/*raul - 2-20-2019 - these are for the tabbing */
 .nav-pills > li > a {
	 border-radius: 0;
	 color: #000;
	 font-family: oswald;
	 font-size: 18px;
}
 .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	 border-radius: 0;
	 background-color: #ed9f13;
	 color: #000;
	 font-family: oswald;
	 font-size: 18px;
}
/*raul - 2-20-2019 - these are for the tabbing */






/*accordion settings */
 .accordion {
	 padding-bottom: 10px !important;
	 padding-top: 10px!important;
}
 .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	/*border: 1px solid #c5c5c5;
	 */
	 background: #e5e5e5 !important;
	 color: #454545;
	 padding-bottom: 10px !important;
	 padding-top: 10px !important;
	 border-radius: 0px !important;
	 border: 0 !important;
	 border: none !important;
	 outline:none !important;
	 font-family: roboto;
	 font-weight: bold !important;
}
 .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	/*border: 1px solid #c5c5c5 !important;
	 */
	 background: #0a2140 !important;
	 color: #fff !important;
	 border-radius: 0px !important;
	 border: 0 !important;
	 border: none !important;
	 outline:none !important;
	 font-family: roboto;
	 font-weight: bold !important;
}
 .acc-title {
	 padding-left: 20px;
}
/*adding spacing between*/
 #accordion > h3 {
	 margin-top: 10px;
}
 #accordion > h3:first-child {
	 margin-top: 0;
}
/*accordion settings */





#testimonials-container {
      position: relative;
	 top: -50px;  
    
}
 
  @media only screen and (max-width: 767px) {
	 #testimonials-container {
      position: relative;
	  top: -100px;  
	}

}





 
  .testimonials {
	 width: 100%;
	 height: auto;
}
 .testimonials-mobile {
	 display: none;
}
 @media only screen and (max-width: 767px) {
	 .testimonials-mobile {
		 display: block;
		 width: 100%;
		 height: auto;
	}
	 .testimonials {
		 display: none;
	}
}






 .contact-us h2 {
    text-align: center; 
}



 .blue-welcome-contactus {
	 background-color: #0a2240;
	 padding-top: 40px;
	 padding-bottom: 20px;
	 color: #fff;
	 position: relative;
}



.share {
    position: relative;
    padding-right: 15px;

}


.social-media {
    position: relative;
    padding-top: 25px !important;
}


/* this is for the News section */
.swappables {
    position: relative; 
    padding-top: 50px; 
    padding-bottom: 50px;
    display: none;
}



 @media only screen and (max-width: 767px) {
	 .news_2, .news_3, .news_4 {
		 display: none;
	}
}

/**/
a.news_link {
    
}


a.news_link:hover, a.news_link:active {

    color: #fdb813 !important;
}

.news_link_container {
 display: none;   
}


 @media only screen and (max-width: 767px) {
	 .news_link_container{
	     font-size: 30px;
	     padding-top: 20px;
	     text-align: center;
		 display: block !important;
	}
}

.fa-angle-blinn {
    color: #000;
    font-size: 60px;
    padding-left: 25px;
    padding-right: 25px;
    display: none;
}

.fa-angle-blinn:hover {
    color: #fdb813;
}


/* this is for the News section */
