/*-----------------------------------------------------------------------------------*/
/* GENERAL 
/*-----------------------------------------------------------------------------------*/
 body {
	 font: 16px/27px 'Roboto', sans-serif;
	 -webkit-font-smoothing: antialiased;
	/* word-wrap: break-word;
	 raul disabled this to allow dottred when shrinking */
	 border-top: 4px solid;
	 padding-top: 50px;
}
 a {
	 -webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}
 input::-moz-focus-inner {
	 border: 0;
}
 a:hover, a:active, a:focus {
	 text-decoration: none;
	 outline: none;
}
 .anchor {
	 display: block;
	 position: relative;
	 top: -125px;
	 visibility: hidden;
}
 .btn{
	 //display:block;
	 //only if you're having issues 
}
 h1 {
	 font-family: 'Roboto', sans-serif;
	 font-weight: 600;
	 line-height: 1.4;
}
 h2, h3, h4, h5, h6{
	 font-family: 'Oswald', sans-serif;
	 font-weight: 500;
	 line-height: 1.4;
}
 .block-left:after {
	 content: '';
	 clear: both;
	 visibility: hidden;
}
 .block-left img {
	 float: left;
	 margin-right: 10px;
}
 .block-left p {
	 overflow: hidden;
}
 .sub-text{
	 font-family: 'Roboto', sans-serif;
	 line-height: 1.2;
	 font-weight: 900;
	 padding: 8px 0px 0px 0px;
}
 .small-text {
	 font-size: 14px;
	 color: black;
	 line-height: 1.3;
}
 .widget-title {
	 margin: 0;
	 text-transform: uppercase;
	 font-size: 13px;
	 font-weight: 700;
}
 .widget-main-title {
	 border-bottom: 0px solid;
}
 .welcome-text {
	 margin: 10px 0 20px 0;
}
 .page-title {
	 display: block;
	 padding: 18px 20px;
}
 .page-title ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 .page-title ul li {
	 float: left;
	 display: block;
}
 .page-title h6 {
	 font-size: 12px;
	 text-transform: uppercase;
	 float: left;
	 margin: 0;
}
 .page-title h6:not(:first-child):before {
	 content: "/";
	 padding: 0 10px;
}
 .grid-or-list {
	 float: right;
}
 .grid-or-list ul {
	 padding: 0;
	 margin: 0;
}
 .grid-or-list ul li {
	 font-size: 14px;
	 line-height: 14px;
	 margin: 0 7px;
}
 .grid-or-list ul li:last-child {
	 margin-right: 0 !important;
}
 blockquote {
	 border-left: 4px solid;
}
 blockquote h5 {
	 font-weight: 700;
	 text-transform: uppercase;
}
 .shortcode-typo p {
	 margin-bottom: 20px;
}
 .shortcode-typo h4 {
	 margin-bottom: 20px;
}
 .gap-right {
	 margin-right: 20px;
}
 .site-footer img{
	 width: 80px;
}
 table {
	 border-collapse: collapse;
	 border-spacing: 0;
}
 table, th, td {
	 border: 1px solid black;
	 border-collapse: collapse;
}
 th, td {
	 padding: 5px;
	 font-size: 14px;
	 line-height:1.2;
}
 thead{
	 background-color: #ccc;
	 font-weight: bold;
}
/*-----------------------------------------------------------------------------------*/
/* BOOTSTRAP OVERRIDING 
/*-----------------------------------------------------------------------------------*/
 .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	 border: none;
	 -webkit-border-radius: 0;
	 border-radius: 0;
	 margin: 0;
	 height: 36px;
	 line-height: 36px;
	 padding: 0 15px;
}
 .nav-tabs > li {
	 margin: 0;
	 padding: 0;
}
 .nav-tabs {
	 border: 0;
	 margin: 0 !important;
	 padding: 0 !important;
}
 .nav-tabs > li > a:hover {
	 border: none;
}
 .nav-tabs > li > a {
	 -webkit-border-radius: 0;
	 border-radius: 0;
	 margin: 0;
	 padding: 0;
	 height: 36px;
	 line-height: 36px;
	 padding: 0 12px;
}
 .tab-content > .tab-pane {
	 padding: 20px;
	 border-top: 2px solid;
}
 .panel-group .panel {
	 -webkit-border-radius: 0;
	 border-radius: 0;
	 border: 0;
}
 .panel-group .panel-heading + .panel-collapse .panel-body {
	 border: 0;
}
 .panel-collapse {
	 padding: 0 10px;
}
 .alert {
	 -webkit-border-radius: 0;
	 border-radius: 0;
	 padding: 10px 15px;
}
 .progress {
	 -webkit-border-radius: 0;
	 border-radius: 0;
}
/*-----------------------------------------------------------------------------------*/
/* HEADER 
/*-----------------------------------------------------------------------------------*/
 .site-header {
	 font-size: 12px;
	 border-bottom: 4px solid;
}
 .header-left {
	 margin-top: 10px;
}
 .header-left p i {
	 margin-right: 7px;
}
 .logo {
	 margin: 10px auto;
	 text-align: center;
}
 .header-right {
	 margin: 10px auto;
	 text-align: right;
}
 .small-links {
	 padding: 0;
	 margin: 0 0 15px 0;
}
 .small-links li {
	 list-style: none;
	 display: inline;
}
 .small-links li:not(:last-child):after {
	 padding: 0 8px;
	 content: '|';
}
 .search-form form input {
	 min-width: 240px;
	 width: 80%;
	 border-radius: 20px;
	 box-shadow: none;
	 border: 6px solid;
	 height: 80px;
	 padding: 10px;
}
 .main-navigation {
	 border-top: 1px solid;
	 font-size: 14px; /*raul - change from 14 to 12 to fit in top menu*/
}
 .sub-menu{
	 font-family: Arial, sans-serif;
	 font-size: 14px;
}
 .main-menu {
	 font-family: 'Oswald', sans-serif;
	 font-size: 16px;/*raul - change from 18 to 16 to fit in top menu*/
	 padding: 0;
	 margin-right: 120px;
	 float: right;
}
 .main-menu li {
	 list-style: none;
	 display: inline-block;
	 float: left;
	 margin: 0;
	 border-right: 1px solid;
	 position: relative;
}
 .main-menu li ul {
	 position: absolute;
	 width: 280px;
	 z-index: 9999;
	 top: 100%;
	 left: 0;
	 padding: 0;
	 border-top: 4px solid;
}
 .main-menu li ul li {
	 width: 100%;
	 border-right: none;
	 border-bottom: 1px solid;
	 padding: 0;
}
 .main-menu li ul li a {
	 display: block;
	 padding: 6px 10px;
}
 .main-menu li ul li ul {
	 left: 100%;
	 top: 0;
}
 .main-menu a {
	 display: block;
	 padding: 17px 10px;
}
 #main-menu ul li a#searchtoggl {
	 line-height: 73px;
	 margin-right: 0;
	 padding: 0 14px;
}
 .sf-with-ul i {
	 margin-left: 8px;
}
 .menu-toggle-btn {
	 width: 100%;
	 height: 60px;
	 font-size: 24px;
	 display: block;
	 text-align: center;
	 line-height: 60px;
}
 .responsive_menu {
	 font-size: 16px;
	 position: relative;
	 z-index: 9999;
	 top: 0;
	 left: 0;
	 display: none;
	 width: 100%;
}
 .main_menu {
	 margin: 0;
	 padding: 20px;
	 list-style: none;
	 border-bottom: 1px solid;
}
 .main_menu li:not(:first-child) {
	 border-top: 1px solid;
	 padding: 12px 0;
}
 .main_menu li ul {
	 list-style: none;
	 margin-left: -10px;
	 margin-top: 10px;
}
 .main_menu li ul li {
	 border-top: 1px solid;
	 padding: 10px 0;
}
 .main_menu li ul li:before {
	 content: '-';
	 margin-right: 10px;
}
 .main_menu a {
	 font-size: 16px;
}
/**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 {
	 color:#fff;
}
 #blinn-alert a:hover {
	 text-decoration: underline ;
}
/** LINES **/
 .yello-line{
	 width: 100%;
	 height: 4px;
	 background: #fdb813;
	 margin: 40px 0 40px 0;
	 overflow: hidden;
}
 .gray-line{
	 width: 100%;
	 height: 2px;
	 background: #ccc;
	 margin: 40px 0 40px 0;
	 overflow: hidden;
}
 .blue-line{
	 width: 100%;
	 height: 8px;
	 background: #0a2140;
	/* raul - this and other occurences of 0a2140 used to be 003366*/
	 overflow: hidden;
}
/** icons and images**/
 .apply img{
	 width: 160px;
}
 .icon img{
	 width: 240px;
}
 .social_icons {
	 padding-top: 30px;
	 padding-bottom: 10px;
	 margin: 0;
	 padding-left: 20px;
	 display: inline-block;
	 text-align: center;
}
 .social_icons li {
	 display: inline;
	 float: left;
}
 .social_icons li a {
	 width: 36px;
	 height: 36px;
	 -webkit-border-radius: 3px;
	 border-radius: 3px;
	 display: block;
	 float: left;
	 text-align: center;
	 line-height: 36px;
	 margin-right: 10px;
	 .social-icons {
		 padding: 17px 20px;
		 margin-left: 120px;
	}
	 .social-icons li {
		 list-style: none;
		 display: inline-block;
		 float: left;
		 margin-left: 20px;
	}
}
/*-----------------------------------------------------------------------------------*/
/* SETTINGS 
/*-----------------------------------------------------------------------------------*/
 .grid-event-item, .load-more-btn, .event-container, .event-contact, .gallery-item, .blog-grid-item, .blog-post-container, .prev-next-post, #blog-author, .blog-post-comments, .contact-page-content, .contact-form, .contact-map, .course-post, #disqus_thread, .site-footer, .widget-item, .widget-sidebar, .main-slideshow, .widget-main, .list-event-item, .page-title {
	 margin-top: 5px;
}
 .event-container, .blog-post-inner, #blog-author, .blog-comments-content, .contact-page-content, .course-details, #disqus_thread, .widget-item, .widget-main-title, .widget-inner, .box-content-inner, .slider-caption {
	 padding: 5px;
}
/*-----------------------------------------------------------------------------------*/
/* MAIN STYLING 
/*-----------------------------------------------------------------------------------*/
 .request-title {
	 font-size: 16px;
	 font-weight: 700;
	 margin: 0;
	 line-height: 16px;
}
 .request-information label {
	 font-weight: 400;
	 font-size: 12px;
}
 .request-information label, .request-information input, .request-information select {
	 display: block;
}
 .request-information input {
	 width: 100%;
	 border: 1px solid;
	 padding: 5px 10px;
	 outline: none;
}
 .request-info {
	 margin-top: 15px;
}
 input, select {
	 border: none;
	af outline: none;
}
 .mainBtn, .request-information .submit_field .mainBtn {
	 height: 40px;
	 text-align: right;
	 width: auto;
	 padding: 0 15px;
	 margin: 0;
}
 .submit_field {
	 margin-top: 16px;
	 line-height: 40px;
}
 .submit_field .small-text {
	 line-height: 40px;
}
 .request-information .request-info select {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 .input-select select {
	 background-image: url("../images/select-arrow.png");
	 background-repeat: no-repeat;
	 background-position: right center;
	 width: 100%;
	 padding: 3px 8px;
	 border: 1px solid;
}
 .full-row {
	 margin-bottom: 10px;
}
 .blog-list-post, .event-small-list, .prof-list-item {
	 display: block;
	 padding-top: 15px;
}
 .blog-list-post:first-child, .event-small-list:first-child, .prof-list-item:first-child {
	 padding-top: 0 !important;
}
 .blog-list-post:last-child, .event-small-list:last-child, .prof-list-item:last-child {
	 margin-bottom: 0 !important;
}
 .blog-list-post:not(:last-child), .event-small-list:not(:last-child), .prof-list-item:not(:last-child) {
	 padding-bottom: 15px;
	 border-bottom: 1px dashed;
}
 .blog-list-thumb {
	 float: left;
	 width: 65px;
	 height: 65px;
	 display: block;
	 margin-right: 15px;
}
 .blog-list-thumb img {
	 width: 100%;
	 height: 100%;
}
 .blog-list-title, .blog-grid-title, .event-small-title, .event-title, .gallery-title {
	 margin: 2px 0 0 0;
}
 .blog-list-title a, .blog-grid-title a, .event-small-title a, .event-title a, .gallery-title a {
	 font-family: Helvetica, Arial, sans-serif;
	 line-height: 22px;
	 font-weight: 700;
	 font-size: 14px;
}
 .blog-list-meta, .event-small-meta, .blog-grid-meta {
	 margin: 0;
}
 .calendar-small {
	 float: left;
	 display: block;
	 margin-right: 15px;
	 width: 65px;
	 height: 65px;
}
 .calendar-small .s-month {
	 display: block;
	 width: 65px;
	 height: 22px;
	 line-height: 22px;
	 font-weight: 600;
	 text-align: center;
}
 .calendar-small .s-date {
	 font-size: 16px;
	 font-weight: 700;
	 width: 65px;
	 height: 43px;
	 line-height: 43px;
	 text-align: center;
	 display: block;
}
 .prof-thumb {
	 float: left;
	 width: 75px;
	 height: 75px;
	 margin-right: 15px;
	 overflow: hidden;
}
 .prof-thumb img {
	 width: 100%;
	 height: 100%;
}
 .prof-name-list {
	 margin: 2px 0 0 0;
	 font-family: Helvetica, Arial, sans-serif;
	 line-height: 22px;
	 font-weight: 700;
	 font-size: 14px;
}
 #slider-testimonials ul {
	 padding: 0;
	 margin: 0;
}
 #slider-testimonials ul li {
	 display: block;
	 width: 100%;
	 height: auto;
	 overflow: hidden;
	 font-style: italic;
}
 #slider-testimonials .prev, #slider-testimonials .next {
	 width: 25px;
	 height: 25px;
	 text-align: center;
	 line-height: 25px;
	 float: left;
	 display: block;
	 margin: 10px 2px 0 0;
}
 .gallery-small-thumbs {
	 margin-left: -12px;
	 margin-bottom: -12px;
}
 .thumb-small-gallery {
	 overflow: hidden;
	 float: left;
	 margin-left: 12px;
	 width: 70px;
	 display: inline-block;
	 height: 70px;
	 margin-bottom: 12px;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}
 .thumb-small-gallery img {
	 width: 100%;
	 height: 100%;
}
 .our-campus ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 .our-campus ul li {
	 float: left;
}
 .our-campus ul li img {
	 opacity: .5;
	 -webkit-transition: all 0.2s ease-in-out;
	 -moz-transition: all 0.2s ease-in-out;
	 -ms-transition: all 0.2s ease-in-out;
	 -o-transition: all 0.2s ease-in-out;
	 transition: all 0.2s ease-in-out;
}
 .our-campus ul li img:hover {
	 opacity: .8;
}
 .grid-event-header {
	 border-bottom: 1px solid;
	 padding: 15px 20px;
}
 .grid-event-header span i {
	 margin-right: 10px;
}
 .grid-event-header .event-place {
	 margin-right: 20px;
}
 .event-title {
	 margin: 0 0 10px 0;
}
 .load-more-btn {
	 text-align: center;
	 border-bottom: 2px solid;
}
 .load-more-btn a {
	 padding: 12px 20px;
	 font-weight: 700;
	 display: block;
}
 .load-more-btn:active {
	 border-bottom: 0;
}
 .list-event-thumb {
	 float: left;
	 margin-right: 20px;
	 display: block;
	 width: 170px;
	 height: 150px;
}
 .list-event-thumb img {
	 width: 100%;
	 height: 100%;
	 opacity: 1;
	 filter: alpha(opacity=100);
	/* For IE8 and earlier */
	 -webkit-transition: all 0.1s ease-in-out;
	 -moz-transition: all 0.1s ease-in-out;
	 -ms-transition: all 0.1s ease-in-out;
	 -o-transition: all 0.1s ease-in-out;
	 transition: all 0.1s ease-in-out;
}
 .list-event-thumb img:hover {
	 opacity: 0.8;
	 filter: alpha(opacity=80);
	/* For IE8 and earlier */
}
 .list-event-item .list-event-header {
	 margin-bottom: 10px;
	 line-height: 32px;
}
 .list-event-item .list-event-header span i {
	 margin-right: 10px;
}
 .list-event-item .list-event-header .event-place {
	 margin-right: 20px;
}
 .list-event-item .list-event-header .view-details {
	 float: right;
}
 .lightBtn {
	 display: inline-block;
	 height: 32px;
	 padding: 0 12px;
	 line-height: 32px;
}
 .event-container .event-title {
	 font-weight: 500;
	 font-size: 24px;
	 line-height: 32px;
}
 .event-container .event-time {
	 font-size: 15px;
	 font-weight: 700;
	 display: block;
	 margin: 20px 0;
}
 .left-event-content {
	 float: left;
	 position: relative;
}
 .right-event-content {
	 float: right;
	 width: 65%;
}
 .right-event-content p {
	 margin-bottom: 20px;
}
 .event-contact h4 {
	 font-size: 13px;
	 text-transform: uppercase;
	 font-weight: 700;
}
 .event-contact ul {
	 padding: 0;
	 margin: 10px 0 0 0;
	 list-style: none;
}
 .event-contact ul li {
	 line-height: 24px;
}
 #Grid .mix {
	 display: none;
	 opacity: 0;
}
 .gallery-thumb {
	 position: relative;
	 overflow: hidden;
}
 .gallery-thumb img {
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
}
 .gallery-content {
	 padding: 12px 20px;
}
 .gallery-content p {
	 margin-top: 5px;
	 margin-bottom: 0;
}
 .search-form-widget input {
	 border: 1px solid;
	 width: 100%;
	 padding: 7px 10px;
}
 .mixitup-controls {
	 padding: 0;
	 margin: 0;
	 list-style-position: inside;
	 list-style-type: square;
}
 .mixitup-controls li {
	 line-height: 24px;
	 cursor: pointer;
}
 .mixitup-controls .active {
	 font-weight: 700;
}
 .blog-list-details, .event-small-details {
	 overflow: hidden;
}
 .blog-grid-item .blog-grid-title {
	 line-height: 22px;
	 margin-bottom: 10px;
}
 .blog-grid-thumb {
	 overflow: hidden;
	 height: 220px;
	 position: relative;
}
 .blog-grid-thumb .cat-blog {
	 height: 26px;
	 display: block;
	 position: absolute;
	 top: 0;
	 left: 0;
	 padding: 0 10px;
	 line-height: 26px;
}
 .blog-grid-thumb img {
	 width: 100%;
	 height: 100%;
}
 .blog-categories {
	 padding: 0 20px;
}
 .blog-categories ul {
	 padding: 0;
	 margin: 0;
	 list-style-position: inside;
	 list-style-type: square;
}
 .blog-categories ul li {
	 line-height: 24px;
}
 .blog-post-image {
	 overflow: hidden;
	 position: relative;
}
 .blog-post-image .blog-post-meta {
	 position: absolute;
	 bottom: 0;
	 left: 0;
}
 .blog-post-image .blog-post-meta ul {
	 padding: 0;
	 margin: 0;
	 list-style: none;
}
 .blog-post-image .blog-post-meta ul li {
	 padding: 7px 10px;
	 margin-top: 1px;
}
 .blog-post-image .blog-post-meta ul li i {
	 margin-right: 10px;
}
 .blog-post-image img {
	 width: 100%;
}
 .blog-post-inner p {
	 margin-bottom: 20px;
}
 .blog-post-inner .blog-post-title {
	 margin: 10px 0 20px 0;
}
 .tag-items {
	 line-height: 25px;
}
 .tag-items a {
	 line-height: 25px;
	 height: 25px;
	 display: inline-block;
	 padding: 0 8px;
}
 .prev-next-post .whiteBtn {
	 border-bottom: 2px solid;
	 display: inline-block;
	 margin-right: 8px;
}
 .prev-next-post .whiteBtn:active {
	 border: 0;
}
 .prev-next-post a {
	 display: block;
	 padding: 10px 20px;
	 float: left;
	 font-weight: 700;
}
 .prev-next-post .prev i {
	 margin-right: 10px;
}
 .prev-next-post .next i {
	 margin-left: 10px;
}
 .blog-author-img {
	 float: left;
	 margin-right: 20px;
	 width: 80px;
	 height: 80px;
	 overflow: hidden;
}
 .author-name {
	 margin: 5px 0 10px 0;
	 font-size: 16px;
}
 .author-name a {
	 font-weight: 600;
}
 .blog-comments-content .media-heading {
	 margin: 3px 0 5px 0;
	 font-size: 14px;
	 font-weight: 600;
}
 .blog-comments-content .media-object {
	 margin-right: 5px;
}
 .blog-comments-content .media:not(:last-child) {
	 margin-bottom: 20px;
	 padding-bottom: 20px;
	 border-bottom: 1px dashed;
}
 .blog-comments-content .media .media {
	 border-top: 1px dashed;
	 margin-top: 35px;
	 padding-top: 20px;
}
 .comment-form label {
	 font-size: 12px;
	 font-weight: 400;
}
 .comment-form input, .comment-form textarea {
	 border: 1px solid;
	 display: block;
	 width: 100%;
	 padding: 0 10px;
	 outline: 0;
}
 .comment-form input {
	 height: 36px;
}
 .comment-form textarea {
	 padding: 10px;
	 max-width: 100%;
}
 .comment-form .mainBtn {
	 margin-top: 10px;
	 display: inline-block;
	 width: auto;
	 line-height: 40px;
	 height: 40px;
	 padding: 0 15px;
	 font-size: 14px;
}
 .contact-heading h3 {
	 font-size: 22px;
	 font-weight: 500;
	 margin: 5px 0 15px 0;
}
 .contact-form .contact-label {
	 float: left;
	 display: block;
	 width: 30%;
}
 .contact-form label {
	 margin: 0;
}
 .contact-form .small-text {
	 display: block;
	 font-weight: 400;
	 font-size: 12px;
	 margin: 0;
	 line-height: 12px;
}
 .contact-form input, .contact-form textarea {
	 border: 1px solid;
	 font-size: 12px;
	 padding: 0 10px;
	 outline: 0;
}
 .contact-form input {
	 height: 36px;
	 width: 45%;
}
 .contact-form textarea {
	 padding: 10px;
	 width: 70%;
	 max-width: 70%;
}
 .contact-form .full-row {
	 margin-top: 20px;
}
 .contact-form .full-row:first-of-type {
	 margin-top: 0;
}
 .contact-form .mainBtn {
	 margin-left: 30%;
	 width: auto;
	 font-size: 13px;
}
 .contact-map {
	 padding: 6px;
}
 .archive-title {
	 font-size: 18px;
	 font-weight: 700;
	 margin: 30px 0 15px 0;
}
 .archive-list {
	 padding: 0;
	 list-style-position: inside;
	 list-style-type: square;
	 margin: 0;
}
 .archive-list li {
	 line-height: 24px;
}
 .course-search h3 {
	 margin: 0 0 20px 0;
	 font-size: 18px;
	 font-weight: 600;
}
 .course-search-form input, .course-search-form select {
	 border: 1px solid;
	 height: 32px;
	 padding: 0 10px;
}
 .course-search-form label {
	 font-weight: 400;
	 font-size: 12px !important;
}
 .course-search-form select {
	 background-image: url("../images/select-arrow.png");
	 background-repeat: no-repeat;
	 background-position: right center;
}
 .course-search-form .searchbox {
	 width: 63%;
}
 .course-search-form .mainBtn {
	 height: 36px;
	 font-size: 13px;
}
 .course-search-form select {
	 -webkit-appearance: none;
	 -moz-appearance: none;
	 appearance: none;
}
 #search_advanced .searchselect {
	 display: block;
}
 .search-form-item {
	 float: left;
	 width: 30%;
	 margin-right: 3%;
	 margin-top: 20px;
}
 .search-form-item input, .search-form-item select {
	 width: 100%;
}
 .select-yes {
	 width: auto;
	 margin-right: 30px;
}
 .select-yes label {
	 margin-right: 10px;
}
 .select-yes input {
	 width: auto;
	 height: auto;
}
 .course-list dt {
	 border: 1px solid;
	 position: relative;
	 border-bottom: 0;
	 clear: both;
	 padding: 15px;
}
 .course-list dt:last-of-type {
	 border-bottom: 1px solid;
}
 .course-list dt a {
	 display: block;
}
 .course-list .ui-icon {
	 position: absolute;
	 right: 1em;
	 top: 50%;
	 margin-top: -8px;
}
 .course-list .level {
	 float: left;
	 width: 140px;
	 font-size: 12px;
}
 .course-post p {
	 margin-bottom: 20px;
}
 .course-post ul {
	 margin: 0 0 20px 0;
}
 .course-post .mainBtn {
	 height: 36px;
	 line-height: 36px;
	 display: inline-block;
}
 .course-image {
	 overflow: hidden;
}
 .course-image img {
	 width: 100%;
}
 .course-post-title {
	 margin: 10px 0 20px 0;
}
/*-----------------------------------------------------------------------------------*/
/* FOOTER 
/*-----------------------------------------------------------------------------------*/
 .footer-menu{
	 margin-top: 20px;
}
 .site-footer {
	 border-top: 4px solid;
}
 .footer-widget-title {
	 font-size: 10px;
	 font-weight: 700;
	 text-transform: uppercase;
	 margin: 0 0 20px 0;
	 font-size: 12px;
}
 .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: '|';
}
 .fa-3x a, i {
	 color: #333;
}
 .fa-3x i:hover {
	 color: #003399;
}
 .fa-2x a, i {
	 color: white;
}
 .fa-2x i:hover {
	 color: #003399;
}
 .findit i{
	 color: #666;
}
 #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 
}
/** Department Title **/
 .department h1{
	 font-size: 2.5em;
}
/** RESOURCES RIGHT COLUMN **/
 .resources{
	 font-family: 'Archivo Black', sans-serif;
	 font-size: 1.0em;
	 line-height: 1;
}
 .resources ul li{
	 font-family: sans-serif;
	 font-size: 14px;
	 line-height: 1.2;
	 list-style: none;
	 margin-top: 10px;
	 display: block;
	 margin-left: -20px;
}
/* Quick Link Row Content Styles*/
 .quick-link-row {
	/*background-color:#333;
	*/
	 background-color: #0a2240;
	 color:#FFFFFF;
	 text-align:center;
}
 .quick-link-row .container .row {
	 padding: 20px 0;
}
 .quick-link-row h3 {
	 font-family: Raleway;
	 font-weight:600;
	 font-size: 14px;
	 margin:5px;
}
 .quick-link-row h3 a{
	 color:#FFFFFF;
	 text-decoration: none;
}
 .quick-link-row h3 a:hover{
	 color:#DDDDDD;
	 text-decoration:none;
	 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
 .quick-link-row a {
	 text-decoration:none;
	 color:#FFFFFF;
}
 .quick-link-row .glyphicon:hover{
	 color:#4782b2;
}
/* raul - 1-31-2019 - separated the quicklinks file in the Blinn Homepage from the rest of the inner pages */
/* Quick Link Row Content Styles*/
 .quick-link-row-inner {
	/*background-color:#333;
	*/
	 background-color: #0a2240;
	 color:#FFFFFF;
	 text-align:center;
}
 .quick-link-row-inner .container .row {
	 padding: 20px 0;
}
 .quick-link-row-inner h3 {
	 font-family: Raleway;
	 font-weight:600;
	 font-size: 14px;
	 margin:5px;
}
 .quick-link-row-inner h3 a{
	 color:#FFFFFF;
	 text-decoration: none;
}
 .quick-link-row-inner h3 a:hover{
	 color:#DDDDDD;
	 text-decoration:none;
	 text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
 .quick-link-row-inner a {
	 text-decoration:none;
	 color:#FFFFFF;
}
 .quick-link-row-inner .glyphicon:hover{
	 color:#4782b2;
}
/* raul - 1-31-2019 - separated the quicklinks file in the Blinn Homepage from the rest of the inner pages */
 @media screen and (max-width: 767px) {
	 .quick-link-row-inner {
		 background-color:#0033A0;
		/*raul - 1-29-2019 - to compensate the video-image swap */
	}
	/*raul - these are the buttons for Ask Blinn, myBLINN Login, Blinn A-Z and Course Schedule */
	 .home-links-inner {
		/**/
		 display: none;
		 visibility: hidden;
		 position: relative;
		 top: 0px;
	}
	 .gold-buttons {
		 position: relative;
		 top: -65px !important;
	}
}
 @media (max-width: 768px) {
	 #blinn-alert {
	     position: relative;
	     top: -54px;
		 padding: 20px;
	}
}
/* make sidebar nav vertical */
 @media (min-width: 768px) {
	 .sidebar-nav .navbar .navbar-collapse {
		 font-family: 'Raleway';
		 padding: 0;
		 max-height: none;
		 border-radius: none;
	}
	 .sidebar-nav .navbar ul {
		 font-family: 'Raleway';
		 float: none;
		 background-color: #fff;
	}
	 .sidebar-nav .navbar ul:not {
		 display: block;
	}
	 .sidebar-nav .navbar li {
		 font-family: 'Raleway';
		 float: none;
		 display: block;
	}
	 .sidebar-nav .navbar li a {
		 font-family: 'Raleway';
		 font-size: 14px;
		 color: black;
		 font-weight: 600;
		 padding-top: 10px;
		 padding-bottom: 10px;
		 border-bottom: 1px solid #ccc;
	}
	 input, textarea {
		 -webkit-font-smoothing: antialiased;
		 -webkit-text-size-adjust: 100%;
		 -ms-text-size-adjust: 100%;
		 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
		 box-sizing: border-box;
		 outline: none;
	}
	/** clearfix **/
	 .clearfix:after {
		 content: ".";
		 display: block;
		 clear: both;
		 visibility: hidden;
		 line-height: 0;
		 height: 0;
	}
	/*.clearfix {
		 display: inline-block;
	}
	 raul - disabling this to be compatible with the bootstrap calendar */
	/** FAQ DL DT DD **/
	 .faq dl{
		 font-family: 'Roboto', sans-serif;
	}
	 .faq {
		 counter-reset: my-badass-counter;
		 font-family: 'Roboto', sans-serif;
	}
	 .faq dt {
		 position: relative;
		 font-size: 18px;
		 text-transform: uppercase;
		 color: #666;
		 padding: 4px 0 10px 0;
	}
	 .faq dt:before {
		 content: counter(my-badass-counter);
		 counter-increment: my-badass-counter;
		 position: absolute;
		 left: 0;
		 top: 0;
		 color: #fdb813;
		 font-size: 60px;
		 font-weight: 600;
	}
	 .faq dd {
		 margin: 0 0 20px 0;
	}
	 .faq dt, .faq dd {
		 padding-left: 50px;
	}
	/** 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: uppercase;
		 margin-left: -20px;
	}
	 .related a:hover{
		 color: #0a2140;
	}
	 .related a{
		 color: #4782b2;
	}
	 .info dl {
		 display: block;
	}
	 .info dt{
		 font-family: 'Archivo Black', sans-serif;
		 font-size: 14px;
		 padding-top: 10px;
	}
	 .info dd{
		 font-size: 12px;
		 margin-left: 10px;
	}
	/** important red caps **/
	 .important{
		 font-weight: 900;
		 color: #cc0000;
		 text-transform: uppercase;
	}
	/** search transition **/
	 input {
		 outline: none;
	}
	 input[type=search] {
		 -webkit-appearance: textfield;
		 -webkit-box-sizing: content-box;
	}
	 input::-webkit-search-decoration, input::-webkit-search-cancel-button {
		 display: none;
	}
	 input[type=search] {
		 background: #ededed url("../images/search-icon.png")no-repeat center;
		 background-color: #0a2140;
		 border: solid 1px #ccc;
		 padding: 10px 10px 10px 20px;
		 width: 20px;
		 margin-top: 10px;
		 -webkit-border-radius: .5em;
		 -moz-border-radius: .5em;
		 border-radius: .5em;
		 -webkit-transition: all .5s;
		 -moz-transition: all .5s;
		 transition: all .5s;
	}
	 input[type=search]:focus {
		 width: 240px;
		 background-color: #fff;
		 border-color: #66CC75;
		 padding: 5px;
		 -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
		 -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
		 box-shadow: 0 0 5px rgba(109,207,246,.5);
	}
	 input:-moz-placeholder {
		 color: #999;
	}
	 input::-webkit-input-placeholder {
		 color: #999;
	}
	/* Demo 2 */
	 #demo-2 input[type=search] {
		 width: 15px;
		 padding-left: 10px;
		 color: transparent;
		 cursor: pointer;
	}
	 #demo-2 input[type=search]:hover {
		 background-color: #fff;
	}
	 #demo-2 input[type=search]:focus {
		 width: 130px;
		 padding-left: 32px;
		 color: #000;
		 background-color: #fff;
		 cursor: auto;
	}
	 #demo-2 input:-moz-placeholder {
		 color: transparent;
	}
	 #demo-2 input::-webkit-input-placeholder {
		 color: transparent;
	}
	/** important dl dt dd **/
	 dl {
		 display: block;
		 margin-top: 1em;
		 margin-bottom: 1em;
		 margin-left: 1em;
		 margin-right: 0;
	}
	 dt{
		 padding-top:12px;
	}
	 dd {
		 display: block;
		 line-height: 1.2;
		 margin-left: 2em;
		 margin-right: 0;
	}
	 .widget-box {
		 background-color: #fff5cc;
		 color: #000;
		 padding: 10px;
		 border-left:6px;
		 border-left-style:solid;
		 border-left-color: #339933;
	}
	 .widget-box-white {
		 background-color: #ffffff;
		 color: #000000;
		 padding: 10px;
		 width: auto;
		 border: 1px;
		 border-style:solid;
		 border-color: #666666;
	}
	 .widget-box-blue {
		 background-color: #caebf2;
		 color: #003399;
		 padding: 20px;
		 width: auto;
		 border-left: 6px;
		 border-left-style:solid;
		 border-left-color: #003399;
	}
	 .widget-box-gold {
		 background-color: #ffcc33;
		 color: black;
		 padding: 10px;
		 border: 1px;
		 border-style:solid;
		 border-color: white;
	}
	 .widget-box-green {
		 background-color: #48aea5;
		 color: white;
		 padding: 10px;
		 border: 1px;
		 border-style:solid;
		 border-color: white;
	}
	 .widget-box-grey {
		 background-color: #bcbec0;
		 color: black;
		 padding: 10px;
	}
	/* CAPTIONS*/
	 .testimonials{
		 font-style: italic;
	}
	 .testimonial-name{
		 font-weight: bold;
		 margin: 0 0 40px 40px;
	}
	 .news-summary{
		 font-family: Raleway, serif;
		 font-size: 16px;
		 font-style: italic;
		 padding: 0 0 20px 0;
	}
	 .contact-list{
		 font-size: 14px;
		 line-height: 1.2;
	}
	/* 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
	}
	 .responsiveTable tr:nth-of-type(even):hover{
		background-color:#e5e5e5
	}
	 .responsiveTable tr:nth-of-type(odd):hover{
		background-color:#fafafa
	}
	 .onlinePlanTable th, .onlinePlanTable td {
		box-sizing:border-box;
	}
	 .onlinePlanTable th:nth-of-type(1) {
		width:80%
	}
	 .onlinePlanTable th:nth-of-type(2) {
		width:20%;
		text-align:center
	}
	 .onlinePlanTable td:nth-of-type(1) {
		width:20%;
		font-weight:bold;
		color:#595959;
		padding-left:25px;
	}
	 .onlinePlanTable td:nth-of-type(2) {
		border-left:hidden;
		width:60%
	}
	 .onlinePlanTable td:nth-of-type(3) {
		text-align:center;
		width:20%
	}
	 .onlinePlanTable td{
		padding:10px;
	}
	 .onlinePlanTable th{
		background:#235b8c
	}
	 .onlinePlanTable span{
		display:block;
	}
	 .onlinePlanTable span:nth-of-type(even){
		font-weight: normal
	}
	 .onlinePlanTable.contactHours td:nth-of-type(1) {
		width:25%;
	}
	 .onlinePlanTable.contactHours td:nth-of-type(2) {
		border-left:hidden;
		width:55%
	}
	 .onlinePlanTable.contactHours td:nth-of-type(3) {
		text-align:center;
		width:20%
	}
	 .onlinePlanTable.contactHours tr:last-child td:nth-of-type(2) {
		text-align:center;
		font-weight:bold
	}
	 .onlinePlanTable.contactHours tr:last-child td {
		padding:10px
	}
	 .onlinePlanTable.associateTable td:nth-of-type(1) {
		width:16%;
	}
	 .onlinePlanTable.associateTable td:nth-of-type(2) {
		width:84%;
		 word-spacing: .35em;
	}
	 .onlinePlanTable.associateTable tbody:last-of-type tr:last-child td:nth-of-type(1) {
		font-weight:normal;
	}
	 .tab-content > .tab-pane {
		 display: none;
	}
	 .tab-content > .active {
		 display: block;
	}
	 #map {
		 height:400px;
		 width:100%;
	}
}
/* raul - adding missing braket for @media (min-width: 768px) */
/* 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
}
 .responsiveTable tr:nth-of-type(even):hover{
	background-color:#e5e5e5
}
 .responsiveTable tr:nth-of-type(odd):hover{
	background-color:#fafafa
}
/* raul - removing the inherited styles from the calendar picker */
 .bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
	 background: none;
	 color: #777777;
	 cursor: not-allowed;
	 background-color: #fff;
	 border: 0px;
}
 .bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
	 background: #fff;
	 color: #777777;
	 cursor: not-allowed;
}
/* raul - removing the inherited styles from the calendar picker */
/* raul - this will make the microphone not display on desktops */
 @media only screen and (min-width: 767px) {
	 .ss360-voice-search {
		 display: none;
		 visibility: none;
	}
}
 .btn-primary {
	 background-color: #fdb813;
	 color: #000;
	 font-family: oswald;
	 font-weight: bold;
	 border: none;
	 border-radius: 0px;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 0px;
}
 .well.blue {
	 background-color: #0033a0 !important;
}
 .well.blue a, .well.blue a:hover{
	 color: #fff !important;
	 display: block !important;
	 font-family: roboto !important;
	 font-style: normal !important;
	 font-size: 16px !important;
}
 .well.gold {
	 background-color: #fdb813 !important;
}
 .well.gold a, .well.gold a:hover{
	 color: #000 !important;
	 display: block !important;
	 font-family: roboto !important;
	 font-style: normal !important;
	 font-size: 16px !important;
}
 