/*Columns*/
/*This broke some pages because of the .row class
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-3,.col-lg-4,.col-lg-6,.col-lg-12 {
    max-width: 100%;
}

@media (min-width: 992px){

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}


}
*/

/*Hero image caption button*/
.caption-button.button.primary {
    float: right;
    margin-top: 20px;
    min-height: 20px;
    padding: 15px;
}


/*Textbooks for course finder*/
.popup-modal{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.7); 
	z-index:100;
	display:none;
}

.popup-details{
	margin:auto;
	position:absolute;
	top:50px;
	left:100px;
	right:100px;
	border-radius:5px;
	max-height:800px;
	background:white;
	overflow:auto;
}
		
@media screen and (max-width: 1000px) {
      
	.popup-modal{
	background: black; 
	}
	.popup-details{
		left:0px;
		right:0px;
		height:100%;
		margin:0px;
		padding:10px;
	}
}


.popup-details form{
	margin:0px;
}

.popup-details table.directory caption{
	margin-left:10px;
}

.popup-details table.directory th{
	text-align: left;
	padding-left: 15px;
}

.course-schedule-button{
	border:1px solid;
	display:inline;
}

@media screen and (max-width: 700px) {
	.course-schedule-button{
		width:100%;
		margin-top:10px;
	}
}



/*Events Slider*/
.info-group .events .fold-events {
	margin-right: 0;
	width: 100%;
	display: block
}

.info-group .fold-events {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.info-group .events .fold-events .secondary.event {
	margin: 2px;
	height:220px;
}

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

	.info-group .fold-events {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	
	.info-group .events .fold-events .secondary.event {
		height:auto;
		width: 100%;
	}
	
}


/*Text align text*/
.text-left-align{
	text-align:left !important;
}

/*Css To remove the images from the news*/
.news-listing .news-item>* {
     margin-left: 0px !important;
}

/*fix t4 forms*/
.js-t4form-container .checkbox input[type="checkbox"]:not(:checked),
.js-t4form-container .checkbox input[type="checkbox"]:checked,
.js-t4form-container .radio input[type="radio"]:not(:checked),
.js-t4form-container .radio input[type="radio"]:checked {
    position: absolute;
    left: 0px;
    top: -15px;
}

/*primary evetn link fix*/
.primary.event.event .date {
    width: 80px !important;
}

/*t4-pagination*/
.t4-pagination li a {
    display: inline-block !important;
}
.t4-pagination li span.currentpage{
	color: #20419b;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 -2px 0 #b9d6e4;
    box-shadow: inset 0 -2px 0 #b9d6e4;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-box-shadow: none;
	padding: 5px 11px !important;
    box-shadow: none;
	font-weight:bold;
	font-weight:500;
}

.previous-pagination{
	-webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    padding: 5px 6px;
    position: relative;
    top: -4px;
}

/*facebook Image size*/
.facebook img {
    max-height: 300px;
    width: auto;
    margin: auto;
}

/*departmet photos*/
.department-photo{
	height:200px;
	float:right;
}

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

    .department-photo{
        height: 150px
    }
}
@media screen and (max-width: 500px) {

    .department-photo{
        width: 100%;
		height:unset
    }
}

/*remove table data lines*/
.table-no-lines td{
	border:0px;
}

/*checkbox fix for program finder*/
#program-listing [type="checkbox"]:not(:checked), [type="checkbox"]:checked, [type="radio"]:not(:checked), [type="radio"]:checked {
    //display: none !important;
}

/*fix arrow on student success page*/
blockquote footer span.icon-arrow {
    font-size: 15px;
    margin-left: 5px;
}

/*fix the span tag second word*/
section.steps h3 span {
    font-size: 20px !important;
    margin-left: 0px !important;
}
section.steps h3 span.icon-arrow {
	font-size: 15px !important;
	margin-left: 10px !important;
}

/*job-listing*/
.job-listing .container dl dd{
	margin-left: 100px;
}


/*li no borders in the accordions*/
.accordion-wrapper .more-info .copy ol{
	border:0px;
	margin-bottom:12px;
}

.accordion-wrapper .more-info .copy ol li{
	border:0px;
	list-style: decimal;
}

.accordion-wrapper .more-info .copy ol li ul{
	border:0px;
	margin-bottom:12px;
}

.accordion-wrapper .more-info .copy ol li ul li{
	border:0px;
	margin-bottom:10px;
	/*list-style: inside;*/
	list-style: outside;
    margin-left: 50px;
}

.accordion-wrapper .more-info .copy ul{
	border:0px;
	margin-bottom:12px;
}

.accordion-wrapper .more-info .copy ul li{
	border:0px;
	margin-bottom:10px;
	/*list-style: inside;*/
    list-style: outside;
    margin-left: 50px;
}



/*fix for the phone wraping on the directory*/
td.phone {
    min-width: 130px;
}

.arrow-link{
	margin-bottom:12px !important;
}

.arrow-link a{
	-webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
	text-decoration: none;
	font-weight:bold;
    /*font-weight: 500;*/
    min-height: 1px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.arrow-link a:hover{
	color: #20419b;
    box-shadow: none;
    -webkit-transition: all .2s ease-out;
}

.arrow-link a span.icon-arrow {
    color: #20419b;
	margin-left: 9px;
    font-size: 12px;
}

main a.print {
    position: absolute;
    right: 10px;
}


@media screen and (min-width: 1024px){
	main a.print {
		margin-top:10px;
	}
}

@media screen and (max-width: 700px){
	main a.print {
		position: relative;
		right: 0px;
	}
}

.program-social span{
	display: inline-block;
	margin: 5px 0px 10px 0px;
	font-size:35px;
	
}

.program-social span a {
    display: block;
	margin: 0 6px 0 4px;
	text-decoration:none;
	-webkit-box-shadow: inset 0 0px;
    box-shadow: inset 0 0px ;
}

.program-social span a:hover {
    color:#faa73f;
}


iframe.gainful-employment{
	width:100%; 
	height:1500px;
	border:0px
}

.directory-detail dl dd{
 	margin-left:100px; 
}


/*option 1*/
 .grid-of-departments .copy {
	background: #fff;
	-webkit-box-shadow: 0px 1px 24px rgba(0,0,0,0.06);
	box-shadow: 0px 1px 24px rgba(0,0,0,0.06);
	position: relative;
	top: -30px;
	margin: 0 20px;
	padding: 15px;
	height:65px
}




 .grid-of-departments .column {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-bottom: 16px;
}

/*option 2*/
 .grid-of-departments .copy2 {
	background: #fff;
	-webkit-box-shadow: 0px 1px 24px rgba(0,0,0,0.06);
	box-shadow: 0px 1px 24px rgba(0,0,0,0.06);
	padding: 15px;
}



 .grid-of-departments .column2 {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-bottom: 16px;
}

.grid-of-departments .column2 .h5 {
    font-size: 20px;
    margin: 0px;
}	

/*option 3*/
 .grid-of-departments .copy3 {
	padding: 15px;
}



 .grid-of-departments .column3 {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-bottom: 16px;
}

.grid-of-departments .column3 .h5 {
    font-size: 20px;
    margin: 0px;
}

/*option 4*/
 .grid-of-departments .copy4 {
	padding: 15px;
}



 .grid-of-departments .column4 {
	float: left;
	width: calc(50% - 10px);
	margin-right: 10px;
	margin-bottom: 16px;
	background: #fff;
	padding:5px;
	-webkit-box-shadow: 0px 1px 24px rgba(0,0,0,0.06);
	box-shadow: 0px 1px 24px rgba(0,0,0,0.06);
}

.grid-of-departments .column4 .h5 {
    font-size: 20px;
    margin: 0px;
}


@media screen and (max-width: 700px) {
     .grid-of-departments .copy {
		position: relative;
		top: -30px;
		height:60px;
	}
	
	.grid-of-departments .column {
		width: 100%;
	}
	
	.grid-of-departments .column2 {
		width: 100%;
	}
	
	.grid-of-departments .column3 {
		width: 100%;
	}

	.grid-of-departments .column4 {
		width: 100%;
	}
}








/*News Events Details Start*/
section[class^="news-event"] {
    overflow: hidden
}

section[class^="news-event"] .button,
section[class^="news-event"] button {
    display: inline-block
}

section[class^="news-event"] .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

section[class^="news-event"] .row {
    margin: 0 10px 4px 0
}

section[class^="news-event"] img {
    width: 100%
}

section[class^="news-event"] .copy p {
    letter-spacing: .03px;
    line-height: 1.5
}

section[class^="news-event"] .subtitle {
    margin-bottom: 3px
}

section[class^="news-event"] h2+.button {
    margin-top: 8px
}

section[class^="news-event"] h3 {
    width: 100%
}

section[class^="news-event"] .column {
    margin-right: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
    text-align: left
}

section[class^="news-event"] .column .copy {
    background: #fff;
    -webkit-box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 1px 24px rgba(0, 0, 0, 0.06);
    padding: 21px 40px 2px 15px
}

section[class^="news-event"] .column picture {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

section[class^="news-event"] .column a+.copy,
section[class^="news-event"] .column img+.copy {
    padding-top: 11px
}

section[class^="news-event"] .column span.icon-arrow {
    display: block
}

section[class^="news-event"] h3 span.icon-arrow {
    display: inline !important
}

@media screen and (min-width: 700px) {
    section[class^="news-event"] .container {
        position: relative;
        margin-left: 0
    }
    section[class^="news-event"] .container h2 {
        margin-bottom: 13px
    }
    section[class^="news-event"] .container>p {
        margin-bottom: 30px
    }
    section[class^="news-event"] .container>.button {
        position: absolute;
        top: 36px;
        right: 0;
        margin: 0
    }
    section[class^="news-event"] .container h2+.button {
        top: -4px
    }
    section[class^="news-event"] .container h2+.button+.row {
        margin-top: 31px
    }
    section[class^="news-event"] .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-right: -10px
    }
    section[class^="news-event"] .column {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
    section[class^="news-event"] .column .copy {
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 3px 10px 10px 0
    }
    section[class^="news-event"] .column a+.copy,
    section[class^="news-event"] .column img+.copy {
        padding-top: 13px
    }
    section[class^="news-event"] h3 {
        font-size: 17px;
        font-size: 1.0625rem;
        letter-spacing: .03px
    }
    section[class^="news-event"] h3 span.icon-arrow {
        display: inline !important
    }
    section[class^="news-event"] span.icon-arrow {
        font-size: 15px;
        font-size: .9375rem
    }
    section[class^="news-event"] a.video span {
        font-size: 42px;
        width: 48px;
        height: 48px
    }
    section[class^="news-event"] a.video span:before {
        left: 2px;
        top: 2px
    }
}

@media screen and (min-width: 1024px) {
    section[class^="news-event"] {
        margin-bottom: 22px
    }
    section[class^="news-event"] .container>.button {
        top: 25px;
        min-height: 68px;
        padding: 21px 26px 12px 32px
    }
    section[class^="news-event"] .container>.button span.icon-arrow {
        margin-left: 15px
    }
    section[class^="news-event"] .container h2+.button+.row {
        margin-top: 50px
    }
    section[class^="news-event"] .container p {
        margin-bottom: 32px
    }
    section[class^="news-event"] .container p.subtitle {
        margin-bottom: 2px
    }
    section[class^="news-event"] h3 {
        font-family: "Oswald", arial, serif;
        font-size: 23px;
        font-size: 1.4375rem;
        margin-bottom: 20px
    }
    section[class^="news-event"] .column .copy {
        padding: 0 20px 10px 0;
        margin-top: -7px
    }
    section[class^="news-event"] .column a+.copy,
    section[class^="news-event"] .column img+.copy {
        padding-top: 10px;
        margin-top: 0
    }
    section[class^="news-event"] .column span.icon-arrow {
        letter-spacing: .03px
    }
    section[class^="news-event"] .column p {
        line-height: 1.6
    }
    section[class^="news-event"] img+.copy {
        margin-top: 0
    }
    section[class^="news-event"] ul {
        margin-top: -14px
    }
    section[class^="news-event"] ul li {
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 4px
    }
    section[class^="news-event"] a.video span {
        line-height: 42px
    }
}

section.news-event-detail-group {
    margin-bottom: 36px
}

section.news-event-detail-group .column {
    background: #eee;
    padding: 25px;
    text-align: center !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 700px) {
    section.news-event-detail-group h3 {
        font-size: 19px;
        font-size: 1.1875rem
    }
    section.news-event-detail-group .container>h2,
    section.news-event-detail-group .container>p {
        padding-right: 200px
    }
    section.news-event-detail-group .column {
        min-width: calc(33.333333% - 50px)
    }
}

@media screen and (min-width: 1024px) {
    section.news-event-detail-group {
        margin-bottom: 60px
    }
    section.news-event-detail-group .container>h2,
    section.news-event-detail-group .container>p {
        padding-right: 280px
    }
    section.news-event-detail-group .date {
        margin-bottom: 23px
    }
    section.news-event-detail-group .month {
        margin-bottom: 3px
    }
    section.news-event-detail-group .h5 {
        font-family: "Heebo", arial, sans-serif;
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 1.5;
        margin-bottom: 20px
    }
    section.news-event-detail-group .column {
        padding: 35px 25px
    }
}

/*News Events Details End*/




/* T4 */

#program-listing label span {
    display: none;
}

#program-listing label select {
    margin-left: -30px;
    padding-right: 30px;
}

/* T4 */
