 /*remove horizontal scrolbar*/
html {
overflow-x: hidden !important;
}
 



html, body {
	 height: 100%;
}
 body {
	 font-family: 'Roboto' !important;
	 font-size: 16px;
}





 h1 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    line-height: 1.4;
}
 
 
  h2 {
	 font-weight: bold;
	 font-family: 'Oswald', sans-serif;
}


  h3 {
	 
	 font-family: 'Oswald', sans-serif;
}


  h4 {
	 
	 font-family: 'Oswald', sans-serif;
}

  h5 {
	 
	 font-family: 'Oswald', sans-serif;
}

  h6 {
	 
	 font-family: 'Oswald', sans-serif;
}
    hr {
    	 color: #0a2140;
    	 background-color: #0a2140;
    	 height: 1px;
    }


/*home page*/
 .blinn_college_district {
	 position: relative;
	 top: -10px;
	 background-color: #0033a1;
	 height: 70px;
	 text-align: center;
	 padding-top: 15px;
}
 @media only screen and (max-width: 991px) {
	 .blinn_college_district {
		/*background-color: #0033a1;
		 */
		 background-color: #fff;
		 height: auto;
	}
	 .hr_blinn_cd {
		 color: #97999b;
		 background-color: #97999b;
		 height: 5px;
	}
}



 h1.bcd {
	 color: #ffffff;
}
 h1.gray-heading {
	 color: #0a2140;
}
 .carousel-mobile {
	 display: none;
}
 @media only screen and (max-width: 767px) {
	 h1.bcd {
		 color: #97999b;
		 font-size: 18px;
	}
	 h1.gray-heading {
		 font-size: 18px;
		 color: #97999b;
	}
}
 .hr {
	 color: #0a2140;
	 background-color: #0a2140;
	 height: 5px;
}
 .campus_links {
	 background: #0033a1;
	 padding-top: 25px;
	 padding-bottom: 25px;
	 height: auto;
	 min-height: 80px;
	 text-align: center;
	/*vertical-align: middle;
	 */
	 font-weight: bold;
	 font-size: 26px;
	 position: relative;
	 top: -8px;
}
 @media only screen and (max-width: 767px) {
	 .campus_links {
		 font-size: 18px;
		 padding: 10px;
	}
}
 .campus_links a:link {
	 color: #FFF;
}
 .campus_links a:visited {
	 color: #FFF;
}
 .campus_links a:hover {
	 color: #ed9f13;
}
/* a.campus_links:link {
	 color: #ffff;
}
 a.campus_links:hover {
	 color: #ed9f13;
}
 */
 .wrapper {
	 position: relative;
	 /*top: -64px !important;*//*raul -this does not work on new one*/
}
/*footer part */
 .footer-menu{
	 margin-top: 20px;
}
 .site-footer {
	 border-top: 4px solid;
}
 .site-footer a {
	 color: #fdb813 !important;
}
/*footer */
 #ft-wrapper {
	 background-color: #0a2140;
	 color: #ffffff;
	 padding-top: 55px;
	 /*height: 100%;*//*raul - this does not work on mobile*/
	 text-align: center;
	 position: relative;
	 bottom: 0px;
	 margin-bottom: 0px;
}
 .ft-wrapper {
	 background-color: #0a2140;
}
 .footer-widget-title {
	 font-weight: 1000 !important;
	 text-transform: uppercase;
	 margin: 0 0 20px 0;
	 font-size: 12px !important;
	 text-align: left !important;
}
 @media only screen and (max-width: 600px) {
	 .footer-widget-title {
		 padding-top: 15px;
	}
}
 .footer-widget .list-links {
	 font-size: 12px;
	 padding: 0 0 0 15px;
	 margin: 0;
}
 .footer-widget .list-links li {
	 list-style-type: square;
	 line-height: 24px;
}
 .footer-media-icons {
	 padding: 0;
	 margin: 0;
}
 .footer-media-icons li {
	 list-style: none;
	 float: left;
	 display: block;
}
 .footer-media-icons li a {
	 width: 65px;
	 height: 65px;
	 text-align: center;
	 line-height: 55px;
	 margin-left: 1px;
	 margin-bottom: 1px;
}
 .bottom-footer {
	 border-top: 1px solid;
	 padding-top: 25px;
	 margin-top: 70px;
	 margin-bottom: 10px;
	 display: block;
	 text-align: center;
}
 .footer-nav {
	 text-align: right;
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 .footer-nav li {
	 display: inline;
	 font-size: 12px;
}
 .footer-nav li:not(:first-child):before {
	 padding: 0 10px;
	 content: '|';
}
 #logo img{
	 display: block;
	 height: 179px;
	 width: 120px;
	 margin-left: 5px;
	 position: absolute;
	 z-index: 1;
	 margin-top: -70px;
	 moz-transition: all 1s ease-in-out;
	 o-transition: all 1s ease-in-out;
	 transition: all 1s ease-in-out;
	 webkit-transition: all 1s ease-in-out;
}
 #logo-md img{
	 display: block;
	 height: 76px;
	 width: 60px;
	 margin-left: 5px;
	 position: absolute;
	 z-index: 1;
	 margin-top: -70px;
}
 #logo-sm img{
	 display: block;
	 height: 76px;
	 width: 60px;
	 margin-left: 5px;
	 position: absolute;
	 z-index: 1;
	 margin-top: 60px;
}
 #social-media-bar {
	 background: #ffffff;
	 height: 55px;
	 padding-top: 10px;
	 text-align: center;
}
 #ft-wrapper {
	 font-size: 12px;
	 color: #fff;
	 padding: 40px 0 10px;
}
 #ft-wrapper .row:after {
	 content: '';
	 clear: both;
	 visibility: hidden;
}
 #ft-wrapper img {
	 float: left;
	 margin-right: 10px;
}
 #ft-wrapper p {
	 overflow: hidden;
	 line-height: 25px;
}
/*social media button */
 .fa-blinn-white-footer:before {
	 color: #ffffff;
	 font-size: 25px;
	 padding-left: 15px;
	 padding-right 15px;
}



/* font awesome buttons */
 .font-awesome {
	 background-color: #0a2140;
	 color: #ffffff;
	 padding-top: 55px;
	 height: 100%;
	 text-align: center;
	 padding-bottom: 55px;
}
 .font-awesome a{
	 color: #ffffff;
}
 .font-awesome a:hover{
	 color: #fdb813;
}
 .fab, .fas {
	 font-size: 70px;
	 color: #fff;
}
 .fab:hover, .fas:hover{
	 font-size: 70px;
	 color: #fdb813;
}
 @media only screen and (max-width: 1350px) {
	 .fab, .fas{
		 position:relative;
		 padding-top: 25px;
	}
}
/*for home only */
 .fab-home, .fas-home {
	 font-size: 50px !important;
	 color: #fff;
}
 .fab-home:hover, .fas-home:hover{
	 font-size: 50px !important;
	 color: #fdb813;
}
 @media only screen and (max-width: 900px) {
	 .fab-home, .fas-home {
		 position:relative;
		 padding-top: 25px;
	}
	 .icon-spacer {
		 display: none !important;
	}
}

.col-xs-8r,
.col-sm-8r,
.col-md-8r,
.col-lg-8r {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  text-align: centrer;
}



@media (max-width: 500px) {
  .col-xs-8r {
      width: 50%;
      float: left;
  }
}




@media (min-width: 500px) {
  .col-xs-8r {
      width: 50%;
      float: left;
  }
}


@media (min-width: 768px) {
    .col-sm-8r {
        width: 50%;
        float: left;
    }
}

@media (min-width: 990px) {
    .col-md-8r {
        width: 33%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-8r {
        width: 12.5%;
        float: left;
    }
}
/* font awesome buttons */



/*add smooth scrolling*/
 html {
	 scroll-behavior: smooth;
}
/*this will move the nav items to the left nav ul{
	 position:relative;
	 left: 5%;
}
 */
 .navbar {
	 color: #FFFFFF;
	 background-color: #0033a0;
	 height: 70px;
	 font-family: 'Oswald', sans-serif;
}
 @media only screen and (max-width: 1350px) {
	 .shim{
		 display: none;
	}
}
 @media only screen and (max-width: 1350px) {
	 .form-inline .searchBox {
		 display: none !important;
	}
}
 @media only screen and (max-width: 990px) {
	 .form-inline .searchBox {
		 display: block !important;
	}
}
 @media only screen and (max-width: 990px) {
	 .navbar{
		 background-color: #0a2140;
		 height: auto;
		 position: relative;
		 padding-left: 20px !important;
	}
}
 @media only screen and (max-width: 1350px) {
	 .navbar-brand .visible-lg{
		 display: none !important;
	}
}
 @media only screen and (min-width: 990px) {
	 .navbar-brand .visible-md{
		 display: none !important;
	}
}

.navbar .navbar-nav .nav-link {
	 color: #fdb813 !important;
}
 @media only screen and (min-width: 990px) {
.navbar .navbar-nav .nav-link {
		 border-right: 1px solid;
		 line-height: 5px;
	}
}
 @media only screen and (min-width: 990px) {
.navbar .navbar-nav .last-nav-link {
		 border-right: 0px solid;
		 line-height: 0px ;
	}
}
 @media only screen and (max-width: 990px) {
.navbar .navbar-nav .nav-link {
		 border-bottom: 1px solid;
		 line-height: 33px;
	}
}
 .dropdown-menu {
	 background-color: #0a2140 !important;
	 z-index: 99999999999999999999999 !important;
}
 a.dropdown-item {
	 color: #fff;
}
 .hamburguer {
	 position: relative;
	 padding-right: 15px !important;
}
 .busqueda {
	 position: relative;
	 top: -20px;
	 padding-left: 15px;
}
 @media only screen and (min-width: 990px) {
	 .busqueda {
		 display: none;
	}
}
 .fact-row-stat, counter {
	 text-align: center;
	 font-size: 50px;
	 font-weight: bold;
}
 .fact-row-fact {
	 text-align: center;
}
 .list-links {
	 text-align: left !important;
	 font-size: 12px;
}
 ul.list-links a {
	 color: #fdb813;
}
 .logo-block {
	 text-align: left;
	 font-size: 14px;
}
 .logo-block img {
	 float: left;
	 padding-right: 10px;
}
/* maps */
 .maps {
	 background-color: #0a2140;
	 padding-top: 55px;
	 height: 100%;
	 padding-bottom: 55px;
}
/* partnerships */
 .partnerships {
	 background-color: #fff;
	 padding-top: 55px;
	 height: 100%;
	 text-align: center;
	 padding-bottom: 55px;
}
 .partners img {
	 height: 80px !important;
	 width: auto !important;
	 text-align: center;
	 padding-bottom: 15px;
}
/*maps with overlay*/
 * {
	 box-sizing: border-box;
}
 .interactive_map {
	 display: block;
	/*border-radius: 1%;
	 */
	 margin-bottom: 5px;
}
 .overlay {
	 position: absolute;
	 bottom: 0;
	/*background: rgba(0, 0, 0, 0.5);
	 */
	/* Black see-through */
	 background: rgba(0, 25.5, 80.5, 0.5);
	/* Raul - 10/24/2018 - get the value of the rgba and divide each value by 2*/
	/* Black see-through */
	 width: 100%;
	 transition: .5s ease;
	 opacity:0;
	 height: 100%;
}
 .interactive_map:hover {
	/*opacity: 0.5;
	 */
	/*filter: Alpha(opacity=50);
	 */
	/* IE8 and earlier */
}
/* raul - 10-16-2019 - Center across monitor */
 .interactive-maps-container {
	 position: relative;
	/*needed for overlay*/
	 margin: auto;
	 max-width: 800px;
	 width: 92%;
	/*padding: 10px;
	 */
}
 .interactive-maps-container:hover .overlay {
	 opacity: 1;
	/*needed for overlay*/
}
/*maps with overlay*/
 .img-responsive {
	 display: block;
	 max-width: 100%;
	 height: auto;
}
/* FINDIT ROW Content Styles*/
 .findit-row {
	/*font-family: Raleway;
	*/
	 font-family: roboto;
	 font-weight:600;
	/*font-size: 16px;
	*/
	 margin:0;
	 padding: 10px 0 10px 0;
	/* background-color:#4782b2;
	 */
	 background-color:#0a2140;
	 color:#FFFFFF;
	 text-align:center;
}
 .findit-row h3 a{
	 color:#FFFFFF;
	 text-decoration: none;
}
 .findit-row h3 a:hover{
	 color:#004884;
	 text-decoration: underline;
}
 @media only screen and (max-width: 990px) {
	 #BlinnVid, .findit-row{
		 display: none;
	}
}
 @media only screen and (min-width: 990px) {
	 .blinnvid-alt {
		 display: none;
	}
}
 .gold-buttons {
	 display: inline-block;
	 position: relative;
	 top: -3px !important;
	 padding-right: 60px !important;
}
/*raul - 11-16-2020 - may need to re-add for inner or wide tempate pages */
 @media only screen and (max-width: 990px) {
	 .gold-buttons {
		 position: relative;
		 top: -9px !important;
		 padding-right: 8px !important;
		 
	}
}


 .shim {
	 width: 100px !important;
}
 @media only screen and (max-width: 990px) {
	 .testimonials {
		 display: none;
	}
}
 @media only screen and (min-width: 990px) {
	 .testimonials-mobile {
		 display: none;
		 width: 100% !important;
	}
}
/* Add some content at the bottom of the video/page .content-video {
	 position: relative;
	 top: -190px;
	 background: rgba(0, 0, 0, 0.5);
	 color: #f1f1f1;
	 width: 75%;
	 padding: 20px;
	 text-align: center;
	 margin-left: 10%;
}
 */
 .video-container {
	 position: relative;
}
 video {
	 height: auto;
	 vertical-align: middle;
	 width: 100%;
}
 .overlay-desc {
	 background: rgba(0,0,0,0.0);
	 position: absolute;
	 top: 200px;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 display: flex;
	 align-items: left;
	 justify-content: center;
}
 @media only screen and (max-width: 1400px) {
	 .overlay-desc {
		 top: 100px !important;
	}
}
 .h1-vid {
	 color: #fff;
	 font-weight: bold;
	 font-size: 2.5vw;
	 text-align: center;
}
 .which-track {
	 font-size: 30px;
	 color: #fdb813;
}
/*this code will take the place of the deprecated wells */
 .btn-well, .btn-well a {
	 color: #fff !important;
	 display: block !important;
	 font-family: roboto !important;
	 font-style: normal !important;
	 font-size: 16px !important;
	 background-color: #0033a1;
	 border-radius: 0px;
	 margin: 7px;
}
/**ALERT**/
 #blinn-alert {
	 font-family: Arial, sans-serif;
	 font-weight: bold;
	 text-align: center;
	 background: #A80000;
	 color: white;
	 padding: 30px 150px 30px 150px;
}
 #blinn-alert a:link, #blinn-alert a:active, #blinn-alert a:visited {
	 color: #fdb813 !important;
	 text-decoration: underline;
	 font-weight: bold;
}
 #blinn-alert a:hover {
	 text-decoration: underline ;
}
 @media only screen and (max-width: 990px) {
	 #blinn-alert {
		 padding: 30px 30px 30px 30px;
	}
}



/*
 .btn-blinn {
	 background-color: #fdb813;
	 color: #000;
	 font-family: roboto;
	 font-weight: bold;
	 border: none;
	 border-radius: 0px;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
}
*/



/**ALERT**/
 #blinn-alert {
	 font-family: Arial, sans-serif;
	 font-weight: bold;
	 text-align: center;
	 background: #A80000;
	 color: white;
	 padding: 30px 150px 30px 150px;
}
 #blinn-alert a:link, #blinn-alert a:active, #blinn-alert a:visited {
	 color: #fdb813 !important;
	 text-decoration: underline;
	 font-weight: bold;
}
 #blinn-alert a:hover {
	 text-decoration: underline ;
}
 @media only screen and (max-width: 990px) {
	 #blinn-alert {
		 padding: 30px 30px 30px 30px;
	}
}
/*LANDING PAGE WIDE NEW NAV SPECIFIC */
/** OVERIDES **/
 .jumbotron{
	 padding: 0;

	 position: relative;
	 top: -65px !important;
}



 .jumbotron h1{
	 font-family: 'Roboto', Arial, sans-serif;
	 color: white;
	 font-weight: 400;
	 text-shadow: 5px 5px 10px black;
}
 .jumbotron p{
	 font-size: 1.1em;
	 color: white;
	 line-height: 1.3;
	 font-weight: 400;
	 text-shadow: 5px 5px 10px black;
}



    @media screen and (min-width: 768px) {
    .jumbotron h1, .jumbotron .h1 {
        font-size: 63px;
    }
}

    @media screen and (max-width: 768px) {
    .jumbotron h1, .jumbotron .h1 {
        position: relative;
	    top: 150px !important;
    }
}



    	 @media screen and (max-width: 767px) {
    	     
    	     .container-m {
    	    
    	    position: relative; 
    	    top: -117px !important;
    	}
  
    }

.spotlight-text-link {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    line-height: 1.4;
    display: block; 
}


/* from previous page
h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}
*/







/** SECTION IMAGES **/
 .new-students{
	 position: relative;
	 background: url("images/library-students.jpg") center center;
	 width: 100%;
	 height: 400px;
	 padding-top: 50px;
	 background-size: cover;
	 padding: inherit;
	 overflow: hidden;
}










/*GENERAL */
 .btn-primary {
	 background-color: #fdb813 !important;
	 color: #000 !important;
	 /*font-family: roboto !important;*/
	 font-family: oswald !important;
	 font-weight: bold !important;
	 border: none !important;
	 border-radius: 0px !important;
	 -webkit-border-radius: 0px !important;
	 -moz-border-radius: 0px !important;
}
 .btn-primary:hover, .btn-primary:active {
	 background-color: #0a2240 !important;
	 color: #fff !important;
}



/*added on 2-25-2021*/
.btn-blinn {
    background-color: #fdb813;
    color: #000;
    font-family: oswald !important;
    font-weight: bold;
    border: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
}


 .btn-blinn:hover, .btn-blinn:active {
	 background-color: #0a2240;
	 color: #fff;
}





 .gold-announcement-div {
	 background-color: #fdb813;
	 font-weight: bold;
	 color: #5a5a5a;
	 position: relative;
	 z-index: 999999;
	 position: relative;
	 top: -10px;
	/*used -10 for no clip-path or 0 for clip-path*/
	 padding: 20px;
	/*-webkit-clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
	 clip-path: polygon(0 0, 96% 0, 100% 100%, 0% 100%);
	*/
}
/* .gold-announcement-div-wrapper {
	 background-color: #0a2240;
	 position: relative;
	 top: -10px;
}
*/
 
 
 



	/* ONLINE PROGRAM TABLES*/
	 .responsiveTable{
		width:100%;
		border-collapse:collapse;
		margin:16px 0 28px

	}
	 .responsiveTable tr:nth-of-type(even){
		background:#eee
	}
	 .responsiveTable th{
		background:#0a2140;
		color:#fff;
		font-weight:700
	}
	 .responsiveTable td,.responsiveTable th{
		padding:8px;
		border:1px solid #d9d9d9;
		text-align:left
	    font-family: 'Roboto' !important;
	    font-size: 16px !important;
	}
	 .responsiveTable tr:nth-of-type(even):hover{
		background-color:#e5e5e5
	}
	 .responsiveTable tr:nth-of-type(odd):hover{
		background-color:#fafafa
	}
	
	
	.responsiveTable tfoot th{
		background:#0a2140 !important;
		color:#fff;
		font-weight:700
	}
	

 @media only screen and (max-width: 600px) {	
	
    .responsiveTable{
    	width:100%;
    	border-collapse:collapse;
    	margin:16px 0 28px
    }
     .responsiveTable tr:nth-of-type(even){
    	background:#eee
    }
     .responsiveTable th{
    	background:#0a2140;
    	color:#fff;
    	font-weight:700
    }
     .responsiveTable td,.responsiveTable th{
    	padding:8px;
    	border:1px solid #d9d9d9;
    	text-align:left
    }
     .responsiveTable tr:nth-of-type(even):hover{
    	background-color:#e5e5e5
    }
     .responsiveTable tr:nth-of-type(odd):hover{
    	background-color:#fafafa
    }

}


/*CARDS - Previously Panels */
 .contact-us-cards {
	 position: relative;
}

 @media only screen and (max-width: 767px) {
	 .contact-us-cards {
		 position: relative;
	}
}

 @media only screen and (max-width: 767px) {
	 .card {
		 position: relative;
		 margin-top: 10px;
	}
}

 .card-header {
	 background-color: #0a2140;
	 color: #fff;
	 font-weight: bold;
}




.fa-blinn-black, .fa-blinn-black:before, .fa-blinn-black:hover, .fa-blinn-black:hover::before {
    color: #000000 !important;
    font-size: 20px !important;
    text-decoration: none !important;
}

/*NEWS ARTICLE*/
.news-summary {
    font-family: Raleway, serif;
    font-size: 16px;
    font-style: italic;
    padding: 0 0 20px 0;
}


.small-text {
    font-size: 14px;
    color: black;
    line-height: 1.3;
}



.event-title {
    margin: 0 0 10px 0;
}

h5.event-title {
    padding-top: 10px;
}


.grid-event-header {
    border-bottom: 1px solid;
    padding: 15px 20px;
}




/*STANDARD*/
.panel-group {
    padding-top: 10px;
}

.panel {
    padding: 1px;
}

.panel-heading {
        background-color: #0033a0;
        padding: 10px;
    }

 .panel-heading a {
     color: #fdb813;
     text-decoration: none;
     display: block;
     font-size: 16px !important;
     /* font-family: 'Raleway', sans-serif !important;*/
     font-family: 'Oswald', sans-serif;
 }
 
.panel-heading a:hover {
     color: #fff;
 }
 
 .panel-body {
     
     padding: 10px;
 }
 

/*bootstrap 5 accordion */

.accordion-button:not(.collapsed) {
    color: #fdb813;
    background-color: #0033a0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button.collapsed {
    color: #fdb813;
    background-color: #0033a0;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
/*bootstrap 5 accordion */
 
 
 

	/** related column right / info column right **/
	 .related ul li{
		 font-family: 'Raleway', sans-serif;
		 color: #999;
		 font-size: 16px;
		 font-weight: 800;
		 line-height: 1.2;
		 margin-top: 10px;
		 display: block;
		 /*text-transform: capitalize;*/
		 margin-left: -20px;
	}
	 .related a:hover{
		 color: #0a2140;
	}
	 .related a{
		 color: #4782b2;
	}
	
	
/*callouts*/

.bd-callout {
  padding: 1.25rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  border: 1px solid #eee;
  border-left-width: .25rem;
  border-radius: .25rem;
}

.bd-callout h4 {
  margin-top: 0;
  margin-bottom: .25rem;
}

.bd-callout p:last-child {
  margin-bottom: 0;
}

.bd-callout code {
  border-radius: .25rem;
}

.bd-callout + .bd-callout {
  margin-top: -.25rem;
}

.bd-callout-info {
  border-left-color: #5bc0de;
}

.bd-callout-info h4 {
  color: #5bc0de;
}

.bd-callout-warning {
  border-left-color: #f0ad4e;
}

.bd-callout-warning h4 {
  color: #f0ad4e;
}

.bd-callout-danger {
  border-left-color: #d9534f;
}

.bd-callout-danger h4 {
  color: #d9534f;
}

