
/* Add here all your css styles (customizations) */
.bullet-li{
    text-indent: -1em;
}
    .lnht{
        margin-top: 10px;
    }
}
/*======================================IMAGES====================================*/
.respon-img{
    width: 100% !important;
    height: auto;
}
/* ------------------Img CKEditor -------------------------*/
.image-right
{
	
	float: right;
	margin-left: 15px;
	padding: 5px;
}

.image-left
{
	
	float: left;
	margin-right: 15px;
	padding: 5px;
}
/*----------------------------------------------*/
.apply{
    color:#cc092f;
}
.container_bl{
    background: #002633;

}
.wht{
    color:#fff;
}
.footer-icon{
    color: #fff;
}

/*Job
------------------------------------*/
.job-img {
	overflow: hidden;
	position: relative;
	/*min-height: 300px;*/
	min-height:60px;
	background: url(../img/breadcrumbs/ctccampus.jpg) 70% 40% no-repeat;
}

.job-img .job-banner {
	padding: 20px;
	/*max-width: 450px;*/
	margin: 60px auto 100px;	
	/*background: #e0ded9/*rgba(255,255,255,0.8)*/;*/
}

.job-img .job-banner h2 {
	font-size: 20px;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
}
.job-banner h1 {
    font-size: 5vw;
    text-align: center;
    color:#fff;
    

}
@media (max-width: 768px) {
	.job-img .job-banner {
		padding: 10px;
		margin: 30px auto 100px;	
	}
}

.job-img .job-img-inputs {
	left: 0;
	right: 0;
	bottom: -7px;
	padding: 20px 0;
	position: absolute;
	background: #002663/*rgba(0,0,0,0.9)*/;
}998f86
.navcolumns{
-webkit-column-count:2;
-moz-column-count:2;
column-count:2;
    background:none;
}
.stu-blocks{
    left: 0;
	right: 0;
	bottom: -7px;
	padding: 20px 0;
	background: #002663/*rgba(0,0,0,0.9)*/;
}
/*===============this will override the existing mura styles for the column navigation==================*/


.box li{
	padding:0;
	border-top:solid 1px #ddd;
}
.box li a {
	display:block;
	padding: 8px 30px 8px 10px;
}
.box li a:hover{
	text-decoration:none;
}
.box li.active:hover{
	background:#ddd;

}
/*.list-group-item:first-child{
	padding: 0;
	list-style: none;
}
.list-group-item li ul, .list-group-item li.active ul a {
	background: #8f8f8f8;
}
.list-group-item li ul a{
	color:#555;
	font-size: 12px;
	border-top:solid 1px #ddd;
	padding: 6px 30px 6px 17px;
}
.list-group-item ul li:hover a, .list-group-item ul li.active a{
	color:#002663;
}*/
/*===============Used for styling columnized content for folder navigation==================*/
.actions .button{
	margin-right:0.75em;
}
.button.fa {
	xpadding-left:1em !important;
}
.button.alt{
	background: #252122;
}
.button{
	font-size:1.1em;
	padding:0.65em 1.5em 0.65em 1.em;
}
.button{
	display:inline-block;
	cursor: pointer;
	border:0;
	border-radius:5px;
	color:#fff !important;
	font-weight: 700;
	outline:0;
}
/* Button */
		
		.button
		{
			display: inline-block;
			text-decoration: none;
			cursor: pointer;
			border: 0;
			border-radius: 5px;
			background: #d52349;
			color: #fff !important;
			font-weight: 700;
			outline: 0;
			-moz-transition: background-color .25s ease-in-out;
			-webkit-transition: background-color .25s ease-in-out;
			-o-transition: background-color .25s ease-in-out;
			-ms-transition: background-color .25s ease-in-out;
			transition: background-color .25s ease-in-out;
		}

			.button:hover
			{
				background: #e53359;
			}
			
			.button:active
			{
				background: #c51349;
			}
		
			.button.alt
			{
				background: #252122;
			}

				.button.alt:hover
				{
					background: #353132;
				}
				
				.button.alt:active
				{
					background: #151112;
				}
		
			.button.fa
			{
				xpadding-left: 1em !important;
			}
			
				.button.fa:before
				{
					opacity: 0.35;
					position: relative;
					top: 0.05em;
					margin-right: 0.75em;
				}

/* Button */
	
		.button
		{
			font-size: 1.1em;
			padding: 0.65em 1.5em 0.65em 1.5em;
		}

			.button.big
			{
				font-size: 1.5em;
				padding: 0.75em 1.5em 0.75em 1.5em;
			}
/*=========flip button========*/
.buttonflip {
  background-color: #00b1e1;
  border: none;
  color: white;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
    border-radius: 12px;
}
/*===white linked button===*/
.button4 {
  background-color: #fff; 
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 0px 15px;
  cursor: pointer;
}

.button4 {border-radius: 12px;}

/*===.boxcolumn{
	padding:2.75em 1.75em 2.75em 1.75em;
}
.boxcolumn{
	background:#fff;
	border-bottom:solid 1px #ccc;
====*/
.customnav ul{
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
    list-style: none;
    margin:0;
    padding:0;

}
.nobull {
    /*list-style: none!important;*/
    padding: 0!important;
    margin: 0!important;
}
.nobul {
    list-style: none!important;
    padding: 0!important;
    margin: 0!important;
}
.nobullets {
    list-style: none!important;

}
.image-full
		{
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
}
/* Actions */

		.actions
		{
		}
		
			.actions .button
			{
				margin-right: 0.75em;
			
}

	.byline
	{
		display: block;
		font-style: italic;
	}
.rowpad{
    padding: 5px!important;
        float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
}
.row+.row>* {
    padding: 40px 0 0 40px;
}
.row>* {
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*=============================================================================*/
/* Prettyprint */
	ol.linenums {
		list-style-type: decimal;
	}

/* Section Box */
	.box .image:not(.image-full) {
		margin: 0 0 1em 0;
	}

	.box p:last-child {
		margin-bottom: 0;
	}
	.box ul:last-child {
		margin-bottom: 0;
	}
	.box .byline {
		clear:both;
	}

	#footer .box {
		background: none;
		border: none;
		padding: 0;
	}

/* .is-post theme overrides */
	.is-post h2 {
		margin: 0 0 0.5em 0;
	}
	.is-post h2:first-child {
		margin-top: 0;
	}
	.is-post h3 {
		margin: 0 0 1em 0;
	}

/* nav */
	nav ul ul {
		margin-left: 1em;
		margin-bottom: 0;
	}

/* pagination */
	ul.navSequential li.current a.current {
		background-color: #d9d9d9;
	}

/* Comments */
	.mura-comments {
		margin-top: 2em;
	}
	.mura-comment-thumb img {
		/*border-radius: 8px;*/
	}

/* Category Summary */
	.mura-category-summary a.rss {
		float: right;
		width: auto;
		clear:right;
		padding: 0 0 0 18px;
	}

/* Ratings */
	#rateIt .stars, #avgrating .ratestars {
		margin: 0.5em 0 0 0;
	}
	#svRatings.mura-ratings {
		float: left;
		clear: both;
		display: block;
		margin: 0 0 2em 0;
		width: 100%;
	}
	#svRatings #rateIt, #svRatings #avgrating {
		width:auto;
		margin-right: 2em;
	}
	#numvotes {
		font-style: normal;
		font-weight: normal;
		text-transform: none;
	}

/* Tag Cloud */
	.mura-tag-cloud a.tag {
		color: #d52349;
	}

/* Search */
	.moreResults p, .moreResults ul {
		margin-bottom: 0;
	}

/* Contact */
	.map img {
		max-width: 100%;
		height: auto;
		/*border-radius: 8px;*/
	}

.contacttxt{
    font-size:0.8125em;
}
/* Sidebar */
	.sidebar span.editableObject {
		margin-bottom: 2.5em;
	}

	.sidebar nav a.current {
		text-decoration: none;
		color: #5d5d5d;
	}

	.sidebar nav.box {
		margin-bottom: 2.75em;
	}
	.sidebar nav.box ul {
		margin-bottom: 0;
	}
	.sidebar nav ul li, .sidebar .mura-category-summary ul li {
		margin-bottom: 0.5em;
		clear: both;
		display: block;
	}

	.sidebar a.current, .mura-category-summary li.current a, .mura-nav-archive li.current a {
		color: black;
		text-decoration: none;
	}

	.sidebar .box h2, .sidebar .box h3 {
		margin-bottom: 1em;
	}
/*==============style mura default navigation ================*/
#mura-nav-folder ul{
position: relative;
    display: block;
    padding: 0px;
    margin-bottom: -1px;
    background-color: #fff;
    list-style:none;
}
#mura-nav-folder li{
     /*border-top: solid 1px #ddd;*/
}
.mura-nav-folder li {
   padding:0;
    
}
.mura-nav-folder li a:hover{
   text-decoration:none;
}
.mura-nav-folder li.active:hover{
   background: #002663;
}
.mura-nav-folder li ul a{
   color:#555;
   font-size:12px;
   list-style:none;
  /* border-top: solid 1px #ddd;*/
   padding:6px 30px 6px 17px;
}
.mura-nav-folder li first, last{
   border-radius:0;   
    }  
    
    
/* Calendar */
	.mura-calendar {
		clear: both;
		display: block;
	}
	.mura-calendar table th {
		background-color: #d9d9d9;
	}
	.mura-calendar table tr.dayofweek {
		background-color: #f9f9f9;
	}

/* Forms */
		form {}

			form legend {
				font-weight: bold;
				padding:1em 0 0.5em 0;
				font-size: 1.2em;
			}
			
			form label {
				display: block;
			}

			form input.text,
			form input[type='text'],
			form input[type='password'],
			form select,
			form textarea {
				display: block;
				box-shadow: inset 0 0 0 1px #e6e6e6;
				background: #f8f8f8;
				width: 100%;
				padding: 0.85em 1em 0.85em 1em;
                margin-bottom: 10px;
				border-radius: 0.25em;
				border: 0;
				-moz-transition: all 0.25s ease-in-out;
				-webkit-transition: all 0.25s ease-in-out;
				-o-transition: all 0.25s ease-in-out;
				-ms-transition: all 0.25s ease-in-out;
				transition: all 0.25s ease-in-out;
				-moz-appearance: none;
				-webkit-appearance: none;
				-o-appearance: none;
				-ms-appearance: none;
				appearance: none;
			}

			form input[type='checkbox'] {
				-webkit-appearance: checkbox;
			}
			form input[type='radio'] {
				-webkit-appearance: radio;
			}

				form input.text,
				form input[type='text'],
				form input[type='password'],
				form select {
					line-height: 1.25em;
				}

				form input.text:focus,
				form select:focus,
				form textarea:focus {
					outline: 0;
					box-shadow: inset 0 0 0 1px #afd9e0;
					background: #fcfcfc;
				}

			form textarea {
				min-height: 13em;
			}
			
			form select {
				position: relative;
			}
			
				form select option {
					color: #000;
				}
			
			form ::-moz-focus-inner {
				border: 0;
			}

			form .formerize-placeholder { color: #555 !important; }
			form ::-webkit-input-placeholder { color: #aaa !important; }
			form :-moz-placeholder { color: #555 !important; }
			form ::-moz-placeholder { color: #555 !important; }
			form :-ms-input-placeholder { color: #555 !important; }


/* Login */
	.mura-login-form {
		clear: both;
		display: block;
	}
	.mura-not-registered {
		clear: both;
		display: block;
		margin: 3em 0;
	}
	.mura-not-registered h2 a.button, h3 a.button {
		font-size: 0.75em;
		margin: 0 0 0 1em;
	}


/* Tablet (up to 1200px) */
	@media (max-width: 1200px) {
	}


/* Mobile (up to 480px) */
	@media (max-width: 480px) {
		.box-feature1 header.second {
			max-width: 200px;
		}

		/* Hide the Front End Toolbar when viewing at mobile size */
		div.mura.mura-toolbar {
			display: none;
		}
	}


/* Mobile (up to 480px) */
	@media (max-width: 480px) {
		.lrg-ylw {
			font-size:10vw;
            color:#FFD700;
		}

		/* Hide the Front End Toolbar when viewing at mobile size */
		div.mura.mura-toolbar {
			display: none;
		}
	}
/* PRINT */
	@media print {
		.mura-toolbar { display:none; }
		.editableObjectControl .edit { display:none;}
		.editableObject > ul.editableObjectControl > li.edit > a.frontEndToolsModal { display:none !important;}

		a { text-decoration: none; color: black; }
	
	section,
	article
	{
		margin-bottom: 2.5em;
	}
	
		section > :last-child,
		article > :last-child
		{
			margin-bottom: 0;
		}

		section:last-child,
		article:last-child
		{
			margin-bottom: 0;
		}

.\34 u {
	width:33.333333333%;
}
q{
	quotes:"<<" ">>""<"">";

}
.titlepage{
	font-size:5.34em;
	font-weight:500;
    text-transform: uppercase;
}
        .titlepage2{
	font-size:5.34em!important;
	font-weight:bold;
    text-transform: uppercase;
}
/*=================================Header and Subheader color change============================*/
.headerSub_blue {
	color:#002663;
}
.headerSub_red {
	color:#cc092f;
/*====}
.mura-group-label{
            color:#002663!important;
            font-weight: bolder!important;
        }
        .subheader-bl{
            text-transform: uppercase; font-weight:bold; color:#002663;======*/
        }
        
/*=====================================Top container main navigation=============================*/
  .navbarcontainer {
        background-color: #002663;
    }        
/*=========================Mobile Query to add static image to homepage====================================================*/
    } 
    @media only screen and (min-width: 768px){
        #fullscreen_slider_0{
            display: block !important;
        }
        #fullscreen_slider_0_mobile{
            display: none !important;
        }
        }
    @media only screen and (max-width: 767) {
        #ffullscreen_slider_0 {
            display: none !important;
        }
        #ffullscreed_slider_0_mobile {
            display: block !important;
        }
    }
}
    .resources ul {
    
     padding: 0;
     margin: 0;
    }
    .resources li {
     text-align: center;
    color: #fff;
    list-style: none;
  
}/*=====color of the page title displayed in left or right column =======*/
.titlecolor{
    color: #0072cf;
    padding: 3px 0;
    border-top: solid 1px  #ededed;
    border-bottom: solid 1px  #ededed;
}
.titlecolor_blue{
    color: #0072cf;
    padding: 3px 0;
    border-top: none;
    border-bottom: none;
}
.cover {
    z-index: 1;
  object-fit: cover;
    position: inherit;
    padding: 0;
    margin: 0;
 
}
/*=======================CardLayout Sub Title Colors=========
============*/
.cardlayout-title{
    color: #0072cf;

}
.card-body2{
    padding:10px;
    font-size: small;
}
.card-tite2, h3{
    color:#002663;
   
}
.card-bck2{
    background-color: rgba(224, 222, 217, 0.05);
}
/*==============Media Query page display ==========================*/
@media only screen and (max-width: 767) {
        #ffullscreen_slider_0 {
            display: none !important;
        }
}
/*==================Footer Buttons Horizontal Bar
================================*/
.icon-red {
  color: #cc092f;
}
.icon-yellow{
    color: #f1c40f;
}
.icon-blue{
    color: #0072cf;
}
.bckyellow{
    background: #f1c40f;
}
.bckblue{
    background: #0072cf;
    color:#fff;
}
.btn-ftred {
   box-shadow: none;
   border-radius: 0;
}
.btn-u-ftred {
   border: 0;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #cc092f;
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
    width: 100%;

}
.btn-u-ftred:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-u.btn-ftred-block {
  text-align: center;
}
.btn-ftblue {
   box-shadow: none;
   border-radius: 0;
}
.btn-u-ftblue {
   border: 0;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #002663;
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
    width: 100%;

}
.btn-u-ftblue:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-u.btn-ftblue-block {
  text-align: center;
}
.btn-ftyellow {
   box-shadow: none;
   border-radius: 0;
}
.btn-u-ftyellow {
   border: 0;
   color: #fff;
   font-size: 14px;
   cursor: pointer;
   font-weight: 400;
   padding: 6px 13px;
   position: relative;
   background: #ffbc3e;
   white-space: nowrap;
   display: inline-block;
   text-decoration: none;
    width: 100%;
}
.btn-u-ftyellow:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-u.btn-ftyellow-block {
  text-align: center;
}

a.btn-u-yellow {
   /*padding: 4px 13px;*/
   /*vertical-align: middle;*/
}

.btn-u-ftyellow-sm,
a.btn-u-sm {
   padding: 3px 12px;
}
.btnrad{
  background-color: #0066cc; 
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 22px;
  margin: 4px 2px;
  cursor: pointer;
}
.btnrad:hover {
  color: #ffffff;
    background-color:#0085ad;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.brdrad{
    border-radius: 12px;
}
/*==============News Feeds=========*/

.date, .releasedate{
    color:#002663;
    font-size: .9em;
    text-align: left;
}

.margin-top-45{
    margin-top:145px;
}
@media (max-width: 480px){
    .margin-top-45{
        margin-top:0;
    }
}
@media (max-width:568px){
    .boxfill{
        width: 100%;
    }
}
/*==============Colored Blocks======================*/
.redblock{
    background: #cc092f;
    color:#fff;
}
.drkredblock{
    background: #792531;
    color:#fff;
}
.blackblock{
    background: #000;  
    color:#fff;
}
.drkblueblock{
    background: #002663;
    color:#fff;
}
.purpleblock{
    background: #4d0099;
    color:#fff;
}
.orangeblock{
    background: #ec8013;
    color:#fff;
}
.grayblock2{
    background: #ededed;
    color:#fff;
}
.grayblock{
    background: #ededed;
    color:#fff;
    word-break: break-all;
}
.ltgrayblock{
    background:#ededed;
    padding: 6px;
/*==================Full Big Solid Block=================*/
    }
.imgblock1{
    /*background-image: url("https://www.ctcd.edu/sites/ctcd/includes/themes/Unifyv18/img/sliders/2.jpg");
     background-repeat: no-repeat;*/
    background-size: cover;
    /*opacity: .35;*/
 background-color: rgba(220,231,234,.5);
/*===============Quote==================================*/
}
q {
    color: #0072cf;
    font-weight: bold;
    font-size: 1.5em;
    font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding-left:5px;

/*==============Ask A Question Box======================*/ 
}
.drkrdbrd{
    padding: 10px 8px;
     background: #002663;
}

.red_text::-webkit-input-placeholder { color: #792531; } 
.red_text::-moz-placeholder { color: #792531; }  
.red_text:-ms-input-placeholder { color: #792531; }  
.red_text:-moz-placeholder { color: #792531; } 

/*==============Colored Titles======================*/    

.bltitle{
    color: #002663;
}
.ltbltitle{
    color: #0072cf;

}
.drkrdtitle{
    color: #792531;
}
.rdtitle{
    color: #cc092f;
}
.whtitle{
    color:#ffffff;
}
}
/*==============Colored Top Link Titles======================*/    

.rdtitle h3{
    color: #cc092f;
    font-weight: 900;
}

/*==============HMP Colored Blocks======================*/
.applyblock a {
    color:white;
}
/*==============News Calendar Important Dates Feeds======================*/
.feedfont dt{
    font-weight: normal;
    text-align: left;
    color: #002633;
    
}
.newsfeed .date .releaseDate {
    color: #002663;
    font-size: 12px;
    
}

.newsblocktitle {
    display: block;
    line-height: 1;
    font-size: 30px;
    color: #fff;
}
.newsblocktitlebl {
    display: block;
    line-height: 1;
    font-size: 30px;
    color: #002663;
    margin-top: 20px;
} {
    display: block;
    line-height: 1;
    font-size: 30px;
    color: #fff;
}
.presscontact {
    background-color: #F7F7F7;
    padding:6px;
}
/*Profile
------------------------------------*/
.profile .list-group i {
	min-width: 20px;
	margin-right: 5px;
	text-align: center;
}

.profile .heading-sm-v2 {
	font-size: 16px;
}

.profile .profile-body {
	padding: 20px;
	border:2px solid #f7f7f7;
}
/*Panel Title Box*/
.profile .panel-profile {
	border: none;
	margin-bottom: 0;
	box-shadow: none;
}
.profile .panel-profile.no-bg {
	background: inherit;
}

.profile .panel-heading {
	color: #585f69;
	background: #fff;
	padding: 7px 15px;
	border-bottom: solid 3px #f7f7f7;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h i.pull-right {
	top: 7px;
	position: relative;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a i {
	color: #777;
}

.profile .panel-heading-v2.overflow-h i.pull-right,
.profile .panel-heading.overflow-h a:hover i {
	color: #555;
}

.profile .panel-title {
	font-size: 16px;
}

.SubTitle{
    /*Commented out 2/21/17 now displaying very large text on pages that utilize the style
    font-size: 5vw;*/ 
    color: #002663;   

}

.hmSubTitle{
    font-size: 3vw; 
    color: #792531;   
}

.mdTitle{
    font-size: 1.3vw; 
    color: #792531;   
}
.hmSubTitle2{
    font-size: 3em; 
    color: #792531;   
    margin-bottom: 8px!important;
}
.mdTitle2{
    font-size: 1.3em; 
    color: #792531;   
    margin-top:5px; 
    font-weight: bold;
}
.secmdTitle{
    font-size: 1.3vw; 
    color: #002663;
}
.secmdTitle2{
    font-size: 3rem; 
    font-weight: bold;
    color: #002663;
}
.subtitle-bold{
    font-weight: bold;
    color: #002663;
}

/*Alumnni Block v4
------------------------------------*/
.alumni-block-v4 {
  position: relative;
  background: #0072cf;
}

.alumni-block-v4:after {
  top: 0;
  width: 0;
  height: 0;
  left: 50%;
  content: '';
  margin-left: -20px;
  position: absolute;
  border-style: solid;
  border-width: 25px 20px 0 20px;
  border-color: #fff transparent transparent transparent;
}

.alumni-block-v4 .service-desc {
  text-align: center;
}

.alumni-block-v4 .service-desc i {
  color: #002663;
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
}

.alumni-block-v4 .service-desc h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.newsletterbtn{
    background-color: #002663;
    border-radius: 8px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    
}
/* ================ Panel List Body ===================*/
.list-body{
    font-size: 15px;
}
/* ============== Font Sizes ====================*/
.ge {
    font-size: .875em;
}
.resourcetab {
    font-size: .875em;
}

/* ================ Image Padding ========================== */
.imgpadRt {
    padding-right:5px;
    padding-bottom:5px;
    /*------------------Image Padding ------------------*/
}
.imgpadding35{
    padding-right:35px;
}

/* =================Skip Content =========================*/
#skip a
{ 
position:absolute; 
left:-10000px; 
top:auto; 
width:1px; 
height:1px; 
overflow:hidden;
} 
 
#skip a:focus 
{ 
position:static; 
width:auto; 
height:auto; 
}
/* ================ Table Responsive Zebra ============== */
table.flex {
    border-collapse: collapse;
        width: 100%;
}
table.flex th{
  text-align: center;
    padding: 0.25em;  
}
table.flex td {
    text-align: left;
    border:1px solid #b7b7b7;
    padding: 0.25em; 
/*}

table.flex tr:nth-child(odd){background-color: #f2f2f2*/
}
table.flex tr:nth-child(even){background-color: #eeeeee}
table.flex th {
    background-color: #002663;
    color: white;
}
.tdpadbrd{
    border-left: 1px solid #f2f2f2;
}
.txtrht{
    text-align: right;
}
.txtlft{}
    text-align: left;
}.txtpad{
    padding: 5px;       
    }
}
/* ================ Table Responsive Zebra Odd Color blocks============== */
table.flex3 {
    border-collapse: collapse;
        width: 100%;
}
table.flex3 th{
  text-align: center;
    padding: 0.25em;  
}
table.flex3 td {
    text-align: left;
    border:1px solid #eeeeee;
    padding: 0.25em; 
/*}

table.flex tr:nth-child(odd){background-color: #f2f2f2*/
}
table.flex3 tr:nth-child(odd){background-color: #eeeeee}
table.flex3 th {
    background-color: #002663;
    color: white;
}
.tdpadbrd3{
    border-left: 1px solid #f2f2f2;
}
.txtrht3{
    text-align: right;
}
.txtlft3{}
    text-align: left;
}.txtpad3{
    padding: 5px;       
    }
}
/* ================ Table Responsive  ============== */

table.flex2 {
    border-collapse: collapse;
    border-spacing: 0;
        width: 100%;
   /* border: 1px solid #ddd;*/
}
table.flex2 th{
  text-align: center;
    padding: 0.25em;  
    background: #0072cf;
}
table.flex2 td {
    text-align: left;
    border:1px solid #b7b7b7;
    padding: 0.25em; 
    width: 25%;
}
table.flex2 a{
     word-wrap: break-word;
}
.tdpadbrd2{
  /*  border-left: 1px solid #f2f2f2;*/

}
.txtrht2{
    text-align: right;
}
.txtlft2{
    text-align: left;
}.txtpad2{
    padding: 5px;     
    vertical-align: top;
    }
.brdwht td{
    border: 2px solid #fff!importnant;
    padding: 15px!important;


}

/*========================Table Columns and Color============================*/

* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column{
  float: left;
  width: 25%;
  word-wrap:break-word;

}

.tdcolalgn /*use this for the single row TH*/{
    background-color: #0066cc!important;
 color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: small;
}
    .tdcolalgn2 /*use this for the single row TH*/{
    background-color: #0066cc!important;
 color: #fff;
    text-align: left;
    text-transform: uppercase;
  font-size: small;
  
}
.tdalpha /*use this for the single row Alphas*/{
    background-color: #e0ded9!important;
         color: #002663; 
    text-align: center;
    text-transform: uppercase;
}

/*==============articulation subheader spacing==================*/
.articu-hd h3{
    margin-top: 20px;
}

/*=================Home Slideshow================================*/
.slidetrans{
    max-width: 750px;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 30px 10px 30px !important;
	margin-left:-30px;
	margin-right:-30px;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.slidewd{
    width: 100%;
    height: auto;
}
.slidetrans2{
    max-width: 100%;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 30px 10px 30px !important;
	margin-left:-30px;
	margin-right:-30px;
    border-top-left-radius: 15px;
	border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
}

/*=============================================Continuing Education=====================================*/
.parallax-ce-bg {
  background: url(../img/patterns/5.png) repeat fixed;
}
.para-ce-block {
	padding: 80px 0;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	background: url(http://www.ctcd.edu/ctcd/assets/Image/ce/para_hm.jpg) 50% 0 repeat fixed;		
}
/*Parallax Counter v2
------------------------------------*/
.parallax-ce {
  position: relative;
  padding: 80px 0 60px;
  background: url(../img/patterns/11.png) repeat fixed;
    background-color:#0072cf;
}

.parallax-ce:after {
  top: 0;
  left: 50%;
  content: " ";
  margin-left: -25px;
  position: absolute;
  border-top: 25px solid #fff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.parallax-ce:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
  content: " ";
  position: absolute;
  background: #0072cf;
}
.parallax-ceno-v2{
    position: relative;
    padding: 80px 0 60px;
   
}
.parallax-ce-v2{
    position: relative;
    padding: 80px 0 60px;
    background: url(../img/patterns/16a.png) repeat fixed;
}

.parallax-ce-v2 .counters {
  padding: 20px 0;
  border-bottom: solid 2px #ddd; 
  background: #ffbc3e;
}

.parallax-ce-v2 .counters h4,
.parallax-ce-v2 .counters span {
  color: #002663;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-ce-v2 .counters span {
  font-size: 36px;
}

.parallax-ce-v2 .counters h4 {
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .parallax-ce-v2 .counters {
    margin-bottom: 0 !important;
  }
}
/*================Para Counter no background=============*/
/*Parallax Counter v2
------------------------------------*/

.parallax-ceno-v2{
    position: relative;
    padding: 80px 0 60px;
   
}
.parallax-ceno-v2{
    position: relative;
    padding: 80px 0 60px;
   /* background: url(../img/patterns/16a.png) repeat fixed;*/
}

.parallax-ceno-v2 .counters {
  padding: 20px 0;
  border-bottom: solid 2px #a1a3a3; 
  background-color: #c79316 !important;/*background: rgba(255,255,255,0.9);*/
}

.parallax-ceno-v2 .counters h4,
.parallax-ceno-v2 .counters span {
  color: #fff;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-ceno-v2 .counters span {
  font-size: 36px;
}

.parallax-ceno-v2 .counters h4 {
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .parallax-ceno-v2 .counters {
    margin-bottom: 0 !important;
  }
}




/*=====end==========*/
.ce-search-block {
	padding: 80px 0;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
	background: url(../../img/bg/7.jpg) 50% 0 repeat fixed;		
}

.ce-search-block:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(0,0,0,0.3);
}

.ce-search-block h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 200;
	text-align: center;
	margin-bottom: 30px;
	text-transform: uppercase;	
}
/*Content Boxes v3*/
.ce-content-boxes-v3 i.icon-custom {
  top: 8px;
  float: left;
  position: relative;
}

.ce-content-boxes-v3 .content-boxes-in-v3 {
  padding: 0 20px;
  overflow: hidden;
}

.ce-content-boxes-v3 .content-boxes-in-v3 h3 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.ce-content-boxes-v3 .content-boxes-in-v3 h3 a {
  color: #555;
}

/*Content Boxes Right v3*/
.ce-content-boxes-v3.content-boxes-v3-right {
  text-align: right;
}

.ce-content-boxes-v3.content-boxes-v3-right i.icon-custom {
  float: right;
}
/*Block Grid v1
------------------------------------*/
.ce-block-grid-v1 {
  background: #fff;
  padding: 15px 15px 5px;
  border-bottom: solid 2px #eee;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;  
    /*added 9/7/16 forces height of boxes*/
 /* min-height: 500px !important;*/
}

.ce-block-grid-v1:hover {
  border-color: #002663 /*72c02c*/;
}

.ce-block-grid-v1 img {
  margin-bottom: 10px;
}

.ce-block-grid-v1 img.block-grid-v1-img {
  width: 35px;
  height: 35px;
  margin-top: 8px;
}

.ce-block-grid-v1.content-boxes-v1 img.pull-left {
  float: inherit !important;
}

.block-grid-v1 h3 a {
  font-size: 22px;
  font-weight: 200;
  margin-right: 10px;
}

.ce-block-grid-v1.content-boxes-v1 h3 {
  margin-bottom: 0; 
}

.ce-block-grid-v1.content-boxes-v1 h3 a {
  color: #555;
}
/*Block Grid v2
------------------------------------*/
.ce-block-grid-v2 {
  padding: 0;
}

.ce-block-grid-v2 li {
  list-style: none;
  position: relative;
  -webkit-backface-visibility: hidden; /*For Chrome*/
}

.ce-block-grid-v2-info {
  padding: 15px;
  text-align: center;
  background: #ffffff;
  border-bottom: solid 3px #eee;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;  
}

.ce-block-grid-v2 li:hover .ce-block-grid-v2-info {
  border-color: #002663;
}

.ce-block-grid-v2-info h3 {
  font-size: 22px;
  font-weight: 200;
  margin-bottom: 10px;
}

.ce-block-grid-v2-info .star-vote li {
  padding: 2px;
  font-size: 16px;
}
.tp-cebanner-container {
  position: relative;
  
}/*=======
.tp-cebanner{
      height: auto;!important;
}=======*/
.bg-ble{
    background-color: #0027cf;
    border-top:solid 1px #0072cf;
    border-bottom: solid 1px #002663;
    
}
.bg-graybl{
    background-color: rgba(0,38,99,0.3);
}
/*---headline----*/
.ce-headline-wht h2 {
    color: #ffffff !important;
    font-size: 5vw;
    position: relative;
   margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: capitalize; !important
   
}
.ce-headline-center-bl h1{
    color: #002663;
    font-size: 5vw;
    position: relative;
    padding-top: 10px;
    /*-- margin-bottom: 20px;
    padding-bottom: 15px;--*/
    text-align: center;
}
.bg-cegrey{
     background: #e0ded9;
}
/*=========Dropdown Navigation Menu============*/
/* Dropdown Button */
.dropbtn {
    background-color: #fff;
    color:#000;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;

}.dropbtn {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.bg-drblue{
        background: #002663;
    border-top: solid 1px #001c4a;
    border-bottom: solid 1px #001c4a;
}
.ce-title{
    font-size: 2.34em;
    font-weight: 400;
    color: #0066cc;
    text-transform: uppercase;
}
.ce-tabs
{
    color: #0072cf;
        font-size: .875em;
    word-wrap: normal
       list-style-position: inside;
    text-indent: -.5em;
    padding-left: 2em;
}
   .ce-panel-heading a {
    display: block;
    color: #0072cf;
    font-size: 16px/*14px*/;
    padding: 5px 15px;
    background: #fefefe;
}
.cebutton{
    padding: 5px 0;
    border-bottom: solid 2px #ddd;
    background: #ffbc3e;
    text-align: center;
}
.ce-ftawe {
    color: #0072cf;
    font-size: .875em;
    word-wrap: normal
 list-style-position: inside;
    text-indent: -.5em;
    padding-left: 5em;
}
.ce-ftawehm {
    color: #0072cf;
    font-size: .875em;
    word-wrap: normal
 list-style-position: inside;
    text-indent: -.5em;
    padding-left: 2em;
}
.imgwd{
    max-width: 100%;
}

/*==========FLEX BOX===================*/
    .flexbox { display: flex; }
    .flexbox .stretch { flex: 1; }
    .flexbox .normal { flex: 0; margin: 0 0 0 1rem; }
    .flexbox div input { padding: .5em 1em; width: 100%; }
    .flexbox div button { padding: .5em 1em; white-space: nowrap; }

/*=================EAP Image=================*/

img[src*="eapbanner"] {
   max-width: 100%;
}

@media only screen and (max-width: 420px){
    img[src*="eapbanner"] {
        width: 70%;
    }
}
.col-md-12b{
        position: relative;
    min-height: 1px;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
}
@media only screen and (max-width: 600px) {
 .image-mobile{
  width:100%;
  }
}
  .table-eap {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.table-eap th, td {
  text-align: left;
  padding: 8px;
   width: 50%;
    border: 1px solid #ddd;
}

.table-eap tr:nth-child(even){background-color: #f2f2f2}

@media only screen and (max-width: 600px) {
 .table-eap th{
  font-size: 12px;
  }
}
/*tuition and fees*/
  .table-eap1 {
    
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
    
      
}
.table-eap1 th, td {
  text-align: left;
  padding: 8px;
    width:100%;
  border: 1px solid #ddd;
    overflow-x:auto;
}
.table-eap1 th{
    color: #0072cf;

}
.table-eap1 tr:nth-child(even){background-color: #f2f2f2
}
@media only screen and (min-width: 1024px) {
 .table-eap1 table{
   table-layout: fixed;
     color: #0072cf;
  }
}

@media only screen and (max-width: 600px) {
 .table-eap1 th{
  font-size: 12px;
     color: #0072cf;
  }
}

/************************************EAP TABLE NO stripes or border***********************/
}
  .table-eap-no {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none!important;
}
.table-eap-no th, td {
  text-align: left;
  padding: 8px;
   width: 50%;
    border: none!important;
}

.table-eap-no tr:nth-child(even){background-color: #fff}

@media only screen and (max-width: 600px) {
 .table-eap-no th{
  font-size: 12px;
  }
}
/*tuition and fees*/
  .table-eap-no {
    
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: none;
    
}
}
@media only screen and (min-width: 1024px) {
 .table-eap-no table{
   table-layout: fixed;
     color: #fff;
  }
}
@media only screen and (max-width: 600px) {
 .table-eap-no th{
  font-size: 12px;
     color: #fff;
  }
}
/*============Arts/Shadowbox============================*/
.shadow-art {
  box-shadow: 0 2px 4px 0 rgba(200, 16, 46, 0.6);
  text-align: center;
 
}

.shadow-art:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
.fnt-art{
color:red;
}
/*============Business============================*/
/*============Construction============================*/
/*============Health============================*/
/*============Public============================*/
/*============STEM============================*/

.u-shadow-v11{
    box-shadow: 0 0 2px #ccc;
}
.g-bg-primary{
background-color: #107ef4 !important;
}
.align-self-center{
    align-self: center!important;
}
.g-brd-top{
    border-top: solid 1px transparent!important;
}
.b-brd-gray-light-v4{
    
    border-color:#eee!important;
}
.g-pa-15-30{
    padding: 1.07143rem 2.14286rem!important;
}



/*=================Mura Forms=================================*/
.mura-form-builder-wd{
    width: 100%;
}
.mura-form-textfield-f{
    color: #555;
}
/*indent UL list*/
.checkbox {
    margin-left:8px important!;
}
/*============================Line and Margin Heights======================*/
.lhsmall{
    line-height: 100%;
}

.lhsmmed{
    line-height: 200%;
}

.lhmedium{
    line-height: 300%;
}

.lhlarge{
    line-height: 600%;
}
.lhxbig{
    line-height: 900%;
}
.mgxsmall{
    margin-top: 5%;
}
.mgsmall{
    margin-top: 20%;
}

.mgmedium{
    margin-top: 50%;
}

.mglarge{
   margin-top: 70%;
}
.mgxbigb{
    margin-top: 100%;
}

.mgsmallb{
    margin-top: 20%;
}

.mgmediumb{
    margin-top: 50%;
}

.mglargeb{
   margin-top: 70%;
}
.mgxbigb{
    margin-top: 100%;
}.mgbtmedium{
    margin-bottom: 70%;
}
.mgbtsmall{
    margin-top: 20%;
    }
.mgbtmedium{
    margin-bottom: 5%;
}
.mrgbtmd{
    margin-bottom: 20%;
}
/*========================== The following is a sample stylesheet. Edit the fonts, colors, etc to match your website's styles as needed- used for omni alert=============================*/

.SmartBoard_Table{
	background-color: #CCCCCC;
	border: thin solid;
}

.SmartBoard_Row {
	font-family: Arial, Helvetica, sans-serif;
	}

.SmartBoard_Subject{
	font-weight: bold;
	width: 400px;
}

.SmartBoard_DateTime{
	font-size: small;
	font-variant: small-caps;
}

.SmartBoard_Message{
	font-family: Arial, Helvetica, sans-serif;
}
/*========================Close Styles for OmniAlert=================================================*/
/*=============================This style is for the Articulation Agreement Tables ===============================================*/
.aa-table {
	width:100%;
    max-height: 100%;
  table-layout:fixed;
	margin:auto;
  border: 1px solid #ccc;
   border-collapse: collapse;
  margin: 0 0 10px 0;
  padding: 0;
}
  /*zebra stripes*/
  .aa-table .aa-tr:nth-child(even){
    background-color: #eeeeee}

  /*close zebra*/
.aa-th {
 width:50%;
  padding:5px 10px;
   text-transform: uppercase;
   vertical-align:text-top;
  text-align: center;
    overflow-wrap: break-word;
  
  
}.aa-td{	border:1px solid #ccc;
  vertical-align:text-top;
   padding: .625em;
    overflow-wrap: break-word;
    font-size: small;

}.aa-td2{	border:1px solid #ccc;
  vertical-align:text-top;
   padding: .625em;
    overflow-wrap: break-word;
  
 
}
.aa-thead, .aa-tfoot {
	background:#002663;
  color:#fff;
	display:table;
	width:100%;
 
	
}
.aa-tbody {
	/*height:500px;*/
	overflow:auto;
	overflow-x:hidden;
	display:block;
	width:100%;
}
.aa-tbodynh {
	overflow:auto;
	overflow-x:hidden;
	display:block;
	width:100%;
}
.aa-tbody .aa-tr {
	display:table;
	width:100%;
	table-layout:fixed;
}  .table .tr{
      border: 1px solid #ccc;
}.aa-td{
    vertical-align: top;
 
}
  .tdbrd{
width:100%;  margin-top:1px; margin-bottom:3px; display: inline-block; text-align: left;
    border-bottom: 1px solid #ccc;
}
.tdbrdnbrd{
width:100%;  margin-top:1px; margin-bottom:3px; display: inline-block; text-align: left;
   
  }  .tdbrd-lst{
width:100%;  margin-top:1px; margin-bottom:3px; display: inline-block; text-align: left;
    *border-bottom: 1px solid #ccc;*
  }
   tdbrd-rt{
      text-align:right !important;width:100%; margin-top:1px; margin-bottom:3px; display: inline-block; 
  }
  .tdbrd-title{
    text-align:center; color:#002663; font-weight:bold;
  }
.alignleft {
	float: left;
  vertical-align:text-top;
}
.alignright {
	float: right;
  vertical-align:text-top;
}
@media screen and (max-width: 600px) {
  .title_message {
    visibility: hidden;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
  }
}
@media screen and (min-width: 550px) {
  .scroll_message {
    visibility: visible;
    clear: both;
    float: left;
    margin: 10px auto 5px 20px;
    width: 28%;
    display: none;
    color: #0072cf;
    font-weight: bold;
  }
}



/*============================Close Articulation Agreement Table ================================================================*/
/****==========================================Zebra Table wiht border=====================================================***/
/****==========================================CLOSE Zebra Table wiht border=====================================================***/
/*========enrollment guide*========================/
/************************************BCKROW TABLE NO stripes or border***********************/
}
  .tablebckrow {
  border-collapse: collapse;
  border-spacing: 0;
 /* width: 100%;*/
  border: none!important;
     
}
.tablebckrow th {
  
      min-width: 15rem;
  width: 15%;
  background-color: #0066cc;
  color:#fff;
  text-transform: uppercase;
  text-align: center;
    border: 1px solid #ddd!important;
    font-size: small;
    
}

.tablebckrow td{
     border: 1px solid #ddd!important;
    font-size: small;
}
table.center{
    margin-left:auto;
    margin-right: auto;
    width: 100%;
}
.tablebckrow tr:nth-child(even){background-color: #f2f2f2}

@media only screen and (max-width: 600px) {
 .tablebckrow th{
  font-size: 12px;
  }



/*============================Blk Border Table ================================================================*/

/************************************BCKROW TABLE border***********************/
}.tablebckrow-blk-gld{
    background-color: rgba(255, 158, 0, .3)!important;

}.tablebckrow-blk-bl{
    background-color: rgba(0, 133, 173, .3)!important;
}
  .tablebckrow-blk {
  border-collapse: collapse;
  border-spacing: 0;
 /* width: 100%;*/
  border: 1px solid #000!important;
     
}
.tablebckrow-blk th {
  
      min-width: 15rem;
  width: 15%;
  background-color: #002663;
  color:#fff;
  text-transform: uppercase;
  text-align: center;
    border: 1px solid #000!important;
    font-size: small;
    
}

.tablebckrow-blk td{
     border: 1px solid #000!important;
    font-size: small;
}
table.center{
    margin-left:auto;
    margin-right: auto;
    width: 100%;
}


@media only screen and (max-width: 600px) {
 .tablebckrow-blk th{
  font-size: 12px;
  }



/*==============================================end enrollment guide========================================================*/











/*=============================================Begin Table Style for Programs of Study - Degrees and Certs ===========================================*/













/*=============================================End Table Style for Programs of Study - Degrees and Certs ===========================================*/
/*center an image on a page*/
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
/*=======================================Table Border=====================================*/
/*.tdbrd tr, th, td{
    border: 1px solid #777;*/
}

/*===================================Pills and Tabs===========================================*/
.pillbl{
    color:#0000ff;
}
.pillpurp{
    color:#800080;
}
.pillgrn{
    color:#008000;
}
/*============================================FONT COLORS======================================*/
.txtbl{
    color: #002663;}
.txtblt{
    color: #0072cf !important;
}
.txtwht{
    color: #fff !important;
}
/*Red font*/
.txtrd{
    color: #cc092f;
    }
/*brownfont*/
.txtbrw{
    color: #925031;
}
/*purple*/
.txtprp{
    color:#8e5083;
}/*orange*/
.txtorg{
color:#c45d29;    
}/*teal blue*/
.txtteal{
    color:#1e668e;
}/*mustard*/
.txtmustrd{
    color:#c3912c;
}.txtwht-alng{
    color:#fff;
    text-align: center;
}
.txtblb{
    color: #0072cf!important;
    font-weight:bold;
}
.txtrdb{
    color: #cc092f!important;
    font-weight:bold;}
.txtyll{
    color: #ffbc3e!important;

}
.txtblbnav{
    color: #0072cf!important;
    font-weight:bold;
    margin-top: 20px;
}/*gray*/
.txtgry{
    color:#998f86;

}/*drk gold*/
.txtgld{
    color:#c79316;
}

/*============================================Background COLORS======================================*/
.bckgrndblb{
    color: #fff;
    background-color:  #0072cf!important;
    font-weight:bold;
     text-align: center;
      text-transform: uppercase;
}
.bckgrndgry{
    color: black;
    background-color: #f1f1f1;
    padding: 5px;
    border: 1px solid #d3d3d3;
}
/*============================================FONT Sizes======================================*/
.fnt-small{
    font-size: medium;}
.txt-xsmall{
    font-size: small;
}
/*==================================Video Block==============================================================*/

/*Video block - homepage News section*/
.vidblock {
	position: relative;
	padding-top: 40px;
	background: #002663;
    border-top:2px solid #fff;
	
}

.vidblock .vid-description {
	overflow: hidden;
}

.vidblock i.vid-icon {
	color: #fff;
	float: left;
	width: 50px;
	height: 50px;
	padding: 15px;
	font-size: 20px;
	line-height: 17px;
	margin-right: 20px;
	text-align: center;
	display: inline-block;
	border: 1px solid #777;
}

.vidblock .vid-description h3 {
	margin: 0 0 10px;
}

.vidblock .vid-description p {
	color: #777;
}
.watermrk{
    color: rgba(255,255,255, .53) !important;
    line-height: 85%;
    font-family: Gotham Black !important;
    overflow: hidden;
    white-space: nowrap;
   position: relative;
    text-transform: uppercase;
    font-size: 8vw;
    text-align: center;
    
/*
  
}
@media (max-width: 768px) {
	.watermrk {
		font-size:6vw;	
        line-height: 85%;
        color: #fff;
        text-align: center;
        overflow: hidden;
  
    }
}


@media (max-width: 600px) {
	.watermrk {
		font-size:100%;	
        line-height: 6vw;
        color: #fff;
        text-align: center;
        overflow: hidden;
       */
	}
}
.watermrk2{
    color: rgba(255,255,255, .06) !important;
    line-height: 75%;
    font-family: Gotham Black !important;
    overflow: hidden;
    white-space: nowrap;
    font-size: 8em;
    text-align: right;
}

/*---------------------*/

/*Video Block v1
------------------------------------*/
.videoblock {
 
 
}
.video-container {
position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*=================responsive==============================*/
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*===============This accordion is designed for the form results for Fac V============*/
.accordion_fcv {
  background-color: #eee;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}
.active, .accordion_fcv:hover {
  background-color: grey;
}

/* Style the accordion panel. Note: hidden by default */
.panel_fcv {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}
/*==================================Glyphicon==========================*/
.glyimg{
font-size:250%;
color:#0072cf;
}
.center{
    text-align: center;
}
.nurln{
    line-height: 2;
}
/*================EW GRID===============================*/
.grid table{
    border-collapse: collapse!important;
    word-wrap: normal;
    width: 100%;
     border-color: white!important;
    background-color: #fff!important;
}
.grid tbody{
    border-color: white!important;
    background-color: #fff!important;
}
/*
.grid table{
    width: 100%;
  display: flex;
}*/
.grid th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #fff;
    color: white;
    border: 1px solid #ddd;
    padding: 8px;


}
.grid td{
  
    padding:10px;
    border: 1px solid #c1c1c1;
    color: #444;
 
    vertical-align: top;
      /* word-break: break-all;
    word-wrap: break-word;*/

}
.grid-heading{
    padding: 5px 15px;
    box-shadow: none;
    background-color:#0072cf;
    border-color:#ddd;
    color: #fff;
    
    
}
/*
.grid th{
    padding: 4px 2px; 
    color: #707083;
    text-shadow: 1px 1px 0px #fff;
    background: -weblit-gradient(linear, left bottom, left top, color-stop(0,#e5e5e9a),color-stop(1,#fbfbfc));
    border: 1px solid #c1c1c1; 
    font-size: 1em;
    text-align: center;
}
.grid th a {
    color: white;
    text-decoration: none;
}
.grid th a:hover{
    color:#444;
    text-decoration: none;
}
.hrbrd{
    border-color: 	#808080;
   */
}
/*======================================*/
/*==========================BEGIN FLIP CARDS=====================================*/
*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1 crd{
  font-size: 2.5rem;
  font-family: Gotham Black !important;
  font-weight: normal;
  color: #444;
  text-align: center;
    margin: 2rem 0;}

}

.crdwrapper{
  width: 100%;
  margin: 0 auto;
  max-width: 110rem;
    
}

.crdcols{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
    
}

.crdcol{
  width: calc(30% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.crdcontainer{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back{
    border:2px solid #00b1e1;
 /* background: #0072cf;
  background: -webkit-linear-gradient(45deg,  #cedce7 0%,#00557b 100%);
  background: -o-linear-gradient(45deg,  #cedce7 0%,#00557b 100%);
  background: linear-gradient(45deg,  #cedce7 0%,#00557b 100%);*/
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .3;
   background-color: #000; /*this will remove the solid black overlay on the images*/
    border: 3px solid #002663;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.crdcontainer:hover .front,
.crdcontainer:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}

.crdcontainer .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.crdcontainer .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.crdcontainer:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.crdcontainer:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: rgba(255,255,255,0.7);
   font-family: Gotham Black !important;
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .crdcol{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .crdcol{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .crdcol{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
/*==========================END FLIP CARDS=====================================*/

.bg-horizontal{
    position: relative;
    padding: 80px 0 60px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    /*background: url(../img/patterns/16a.png) repeat fixed;*/
    color: black;
}

.bg-horizontal.counters {
  padding: 20px 0;
  border-bottom: solid 2px #ddd; 
  background: #ffbc3e;
}

.bg-horizontal .counters h4,
.bg-horizontal .counters span {
  color: #002663;
  font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;
}

.bg-horizontal .counters span {
  font-size: 36px;
}

.bg-horizontal .counters h4 {
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .bg-horizontal .counters {
    margin-bottom: 0 !important;
  }
}
/*==============================Font Awesome UL List=====================================*/
.ck ul,
.ck li{
  padding: 0;
  margin: 0;
  list-style: none;
}

.ck ul{
  margin: 2em 0;
}

.ck li {
  margin: 1em;
  margin-left: 3em;
}

.ck li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  float: left;
  margin-left: -1.5em;
  color: #0074D9;
}
/*========rounded corners=============*/
.rndcorner{
  border-radius: 25px;
 
   
 
 
}
/*===========================FONTS Styles===============================*/
.watermrk-title {
    color: #0072cf !important;
    line-height: 85%;
    font-family: Gotham Black !important;
    white-space: wrap;
    position: relative;
    text-transform: uppercase;
    font-size: 4vw;
    text-align: center;
}
.watermrk-titlewh {
    color: #ffffff !important;
    line-height: 85%;
    font-family: Gotham Black !important;
    white-space: wrap;
    position: relative;
    text-transform: uppercase;
    font-size: 4vw;
    text-align: center;
}
.watermrk-tle {
    color: #0072cf !important;
    line-height: 85%;
    font-family: Gotham Black !important;
    white-space: wrap;
    position: relative;
    text-transform: uppercase;
    font-size: 2vw;
    text-align: center !important;
    
/*==================================UL Styles=====================================*/

}
/*===================================Catalog UL LI===========================================*/
.cat ul{
    padding: 15px;
    line-height: 150px;
}
.cat li{
     content: '\f058';
  font-family: 'FontAwesome';
}
/*================================UL bullets color================================================*/
ul.bl{
    color: #00557b;
   
    list-style-type: disc;

/*===================================*/
/*===========================Mobile Menu==================================*/
}
    @media only screen and (max-width: 600px)
        .mobilemenu{
            display: none;
            
}

}

/*========================End Mobile Menu================================*/
/*==================================Search Bar New=================================*/
}
/*
form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 65%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #0b7dda;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}*/

.cse .gsc-search-button-v2, .gsc-search-button-v2{
    border: 12px solid #fff!important;
 

}
.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus{
     border: 12px solid #fff!important;
 
}
table.gsc-search-box {
    padding:15px!important;
    font-size: 48px;
    background-color: transparent!important;
    border: none!important;

}
#search-box{
    height: 43px;
}
.gsc-input-box{
    background:#fff!important;
    border: none!important;
	padding: 15px !important;
}
.gsc-search-box .gsc-input
{
	border: none!important;
	border-right-width: 0px;
	padding: 15px !important;

}button.gsc-search-button
{
	display: none!important;
    border: none!important;
/*-------------------google search box

#search-box
{
	width:100%;
	height: 43px;
	margin:0 auto;

	overflow: hidden;
    padding:5px;
  
}
    #searchbox{
      width:100%; margin:auto;
    }

.gsc-search-box .gsc-input
{
	border: none!important;
	border-right-width: 0px;
	padding: 15px 15px 15px 0 !important;

}
.gsc-input-box{
    background:#fff!important;
    border: none!important;
	border-right-width: 0px;
	padding: 15px !important;
}
        
table.gsc-search-box {
    padding-left:5px!important;
    font-size: 48px;
    background-color: transparent!important;
    border: none!important;

}
.gsc-search-box tr, th, td{
    border-style: none!important;
}
#gsc-i-id1
{
	color:#000;
}
tbody.gsc-search-box{
    border: none!important;
}
button.gsc-search-button
{
	/*display: none!important;
    padding-right: 15px!important;
    border: none!important;*/
}
@media only screen and (max-width: 500px) {
  #searchbox {
    width: 100%!important;
      padding: 0!important;
 }button.gsc-search-button
 {	display: block!important;
    border: none!important;
    }
    }
.gsc-input-box{
    background:#fff!important;
    border: none!important;
	padding: 5px !important;
}
.gsc-search-box .gsc-input
{
	border: none!important;
	border-right-width: 0px;
	padding: 5px !important;
}
}*/
/*===================================Search Toggle Expand
main {
  background: #002663;
  width: 60%;
 /* margin: 20px auto;
    float: right;
 /* padding: 10px 0;
  /*box-shadow: 0 3px 5px rgba(0,0,0,0.3);
}
}
input {
  display: none!important;
  visibility: hidden!important;
 

}
label {
  display: block;
  padding: 0.5em;
  text-align: right;
  
  color: #fff;
}
label:hover {
  color: yellow;
}
label::before {
 
  content: "+";
  vertical-align: text-top;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  
}
#expand {
  height: 0px;
  overflow: hidden;
  transition: height 0.5s;
  background: #002663;
  color: #FFF;
}
section {
  padding: 0 20px;
}
#toggle:checked ~ #expand {
  height: auto;

}
#toggle:checked ~ label::before {
  content: "-";
}
@media only screen and (max-width: 600px) {
  #searchbox {
    width: 100%;
  }
}===============================*/
/*=================================expand search div====================================================*/
/*.accordion > input[type="checkbox"] {
  position: absolute;
  left: -100vw;
}

.accordion .content {
  overflow-y: hidden;
  height: 0;
  transition: height 0.3s ease;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  height: auto;
  overflow: visible;
}

.accordion label {
  display: block;
}



.accordion {
  margin-bottom: 1em;
}

.accordion > input[type="checkbox"]:checked ~ .content {
  padding: 15px;

  border-top: 0;
}

.accordion .handle {
  margin: 0;
  font-size: 1.125em;
  line-height: 1.2em;
}

.accordion label {
  color: yellow;
  cursor: pointer;
  font-weight: normal;
  padding: 15px;
  background: #002663;
}

.accordion label:hover,
.accordion label:focus {
  background: #002663;
}

.accordion .handle label:before {
  font-family: 'fontawesome';
  content: "\f054";
  display: inline-block;
  margin-right: 10px;
  font-size: .58em;
  line-height: 1.556em;
  vertical-align: middle;
}

.accordion > input[type="checkbox"]:checked ~ .handle label:before {
  content: "\f078";
}

.accordion {
  max-width: 100%;
}

.accordion p:last-child {
  margin-bottom: 0;
}*/
/*==========================Not originally part of this style sheet=========================*/



.ext-cal-lv-name{/*controls the calendar item name - in list view condense*/
    font-family: Verdana,'Open Sans', sans serif!important;
    color:#555;
	font-size:12px!important;
	font-weight: normal!important;
	margin-bottom:0px!important;
	padding-left:5px!important;
}
.ext-cal-lv-name, .ext-cal-lv-name, .ext-cal-lv-mtg-type, .ext-cal-lv-mtg-times, .ext-cal-lv-location, .ext-cal-lv-group {
   font-weight: normal!important;
}

.ext-cal-lv-name, .ext-cal-lv-mtg-type, .ext-cal-lv-mtg-times, .ext-cal-lv-location, .ext-cal-lv-group {
   font-family: Verdana,'Open Sans', sans serif!important;
    font-weight: normal!important;
}
/*=================forms=================*/
ins {
    font-size: 11px;
    color:red;
}
/*===========================Mobile Headers, Fonts=============================*/
@media (max-width: 620px) {
	.watermrk-title{
		font-size: 48px;
		font-weight: 400;	
         color: #0072cf !important;
    line-height: 85%;
    font-family: Gotham Black !important;
    white-space: wrap;
    position: relative;
    text-transform: uppercase;
           text-align: center;
        
	}
}
@media (max-width: 620px) {
	.watermrk-titlewh{
		font-size: 48px;
		font-weight: 400;	
         color: #ffffff !important;
    line-height: 85%;
    font-family: Gotham Black !important;
    white-space: wrap;
    position: relative;
    text-transform: uppercase;
           text-align: center;
        
	}
}
@media (max-width: 620px) {
	.watermrk-tle{
		font-size: 12vw;
		font-weight: 400;	
         color: #0072cf !important;
    line-height: 85%;
    font-family: Gotham Black !important;
    white-space: wrap;
    position: relative;
    text-transform: uppercase;
           text-align: center !important;
        
	}
}

/*==================Allied Health======================*/

.para-ah-block{
    position: relative;
    padding: 80px 0 60px;
   
}
.para-ah-block{
    position: relative;
    padding: 80px 0 60px;
    background: url(../img/bg/allied-health.jpg) repeat fixed;
    	text-align: center;
}

.para-ah-block .counters {
  padding: 20px 0;
  border-bottom: solid 2px #ddd; 
  background: #ffbc3e;
}

.para-ah-block .counters h4,
.para-ah-block .counters span {
  color: #002663;
  /*font-weight: 200;
  font-family: "Open Sans", Arial, sans-serif;*/
}

.para-ah-block .counters span {
  font-size: 36px;
}

.para-ah-block .counters h4 {
  font-size: 22px;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .para-ah-block .counters {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 620px) {
.para-ah-block {
    background: url(../img/bg/allied-health-2.jpg); 
        background-size: cover;
    background-repeat: no-repeat;
  }
}
/*AD Astra Calendar*/
div.activityList {
    outline-style: none!important;
    border-width: 0px;
}
.x-toolbar-default {
    padding: 6px 0 6px 8px;
    border-style: solid;
    border-color: #d1d1d1;
    border-width: 1px;
    background-image: none;
    background-color: #fff;
}
.x-docked-bottom {
    border-top-width: 0 !important;
}
    .x-docked {
    position: absolute !important;
    z-index: 2;
}
.x-box-layout-ct {
    overflow: hidden;
}
.x-panel-body-default {
    background: #fff;
    border-color: #d1d1d1;
    color: #404040;
    font-size: 13px;
    font-weight: 500;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
    border-width: 1px;
    border-style: solid;
}
.x-body {
    color: #404040;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    font-family: 'Open Sans', 'Helvetica Neue', helvetica, arial, verdana, sans-serif;
}
div.activityList {
    outline-style: none!important;
    border-width: 0px;
}
.x-border-box, .x-border-box * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div.activityList {
    outline-style: none!important;
    border-width: 0px;
}
/*=====================================================JSFiddle Responsive Table=================================*/
.responsive-table {
  border: 1;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: 500;
}

.responsive-table thead tr {
  border: 0;
}

.responsive-table tr {
  border: 2px solid #eee;
}

.responsive-table tr td {
  padding: 10px 20px;
  text-align: left;
  border: 2px solid #eee;
}

.responsive-table tr th {
  padding: 10px 20px;
  text-align: left;
  font-weight: 500;
}

@media handheld,
only screen and (max-width: 768px),
only screen and (max-device-width: 768px) and (orientation:portrait) {
  .responsive-table {
    empty-cells: hide;
    margin-top: 20px;
    border: 0;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    overflow: hidden;
    display: block;
    margin-top: -3px;
    border: 0;
  }
  .responsive-table tr:first-of-type {
    margin-top: 0;
  }
  .responsive-table tr:after {
    content: "";
    display: table;
    clear: both;
  }
  .responsive-table tr:before {
    display: block;
    border-bottom: 2px solid #ddd;
  }
  .responsive-table tr td {
    padding: 10px;
    box-sizing: border-box;
    display: block;
    float: left;
    clear: left;
    width: 100%;
    text-align: right;
    border-bottom: 3px solid #eee;
    border-top: 0;
  }
  .responsive-table tr td:first-of-type {
    text-align: right;
    border-top: 3px solid #4168b1;
  }
  .responsive-table tr td:empty {
    display: none;
  }
  .responsive-table tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
  }
  .responsive-table tr td .c6 {
    float: none;
    padding: 0;
    text-align: right;
  }
  .responsive-table tr:first-of-type td:first-of-type {
    border-top: 3px solid #eee;
  }
  .responsive-table tr:last-of-type td:last-of-type {
    border-bottom: 3px solid #eee;
  }
}



/*===================================COLORED BOXES====================================================*/
.grybox{
    background-color: #eee;
  padding:  5px 15px;
}
/*========Dept Health Sciences====*/
.dhs-block-grid-v2-info {
  padding: 15px;
  background: #ffffff;
  border-bottom: solid 3px #eee;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out; 
}
.headline-center-bl1{
    color: #002663;
    font-size: 3vw;
    position: relative;
    padding-top: 10px;
      text-align: left;
}

.headline-center-bl2{
    color: #002663;
    font-size: 1vw;
    position: relative;
    padding-top: 10px;
      text-align: left;

/*====================================================styled numbering====================================*/

}.cir {
    border-radius: 30%;

    padding: 8px;
    background: #0066cc;
    border:2px solid #808080 ;
    color:#fff;
    text-align: center;
    font-weight: bolder;
    font-size: 2em;
    
}
/*========================================Background Color Full Divs=============================================*/
.bg-ltbl{
     background: #e0ded9;
     }
/*====================col border==========================*/
    
.bg-brd-primary{
        border: 2px solid #045bc1!impotant;
         border-radius: 5px;
  padding: 5px;
}
/*=======================================New Student Orientation Styles============================================*/
    
/*--buttons--*/
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
/*}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
*/
}
.boxhdrtitle{
    font-size: 2.00em;
    font-weight: bold;
}
.boxtxt{
    font-size: 1.4em;
}
.boxlnk{
    font-size: 1.96em;
}
/*--Color boxes--*/

/*---photo box----*/
.bxphoto{
    /*background-size: 100% !important;*/
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
}
.bckNSO-info{
    background-image: url("https://www.ctcd.edu/sites/ctcd/assets/Image/Students/Prospective-Students/new-student-orientation/nso-summer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
/*****boxes*******/
}
.blbrd{
    width: 100%;
    border-right:35px solid #002663;
    border-left:35px solid #002663;
    background-color: #eee;
    padding:25px;
    margin:5px;
    color: #002663;
    background-color: rgba(0,38,99,0.2);
}
}
.blbrd2{
    width: 100%;
    border-left:35px solid #002663;
    background-color: #eee;
    padding:25px;
    margin:5px;
    color: #002663;
    background-color: rgba(0,38,99,0.2);
}
.rdbrd{
    width: 100%;
    border-left:35px solid #a20726;
    border-right:35px solid #a20726;
    background-color: #eee;
    padding: 25px;
    margin: 5px;
    color: #a20726;
    background-color: rgba(162,7,38,0.2);
}
 .ylwbrd{
   
    border-top:35px solid #a20726;
       padding: 25px;
    margin: 20px; 
}
.fntbl{
color: #002663 !important;
}

.fntrd{
     color: #a20726 !important;
}
}
.fntwht{
     color: #fff !important;
}
/*====================================================================Block Blue========================================*/
.parallax-blk {
  position: relative;
  padding: 8px;
  color:#002663;
  background: url(../img/patterns/19.png) repeat fixed;
    background-color:#0072cf;
    text-align: center;
}
.blockheadline-wht {
    color: #002663 !important;
    font-size: 5vw;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}
/*=======================================================List Item styling=========================*/
.mrgdwn{
    margin-bottom: 8px!important;
}
/*============================================================Tab Links=============================*/
.tablink {
  background-color: #ddd;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 33.33%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content */
.tabcontent {
  color: black;
  display: none;
  padding: 50px;
  text-align: left;
}

#Adn {background-color:#eee;}
#Vn {background-color:#eee;}
#Lvn {background-color:#eee;}
/*#Oslo {background-color:#eee;}*/

/*================redesign==========================*/
.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;

}

/*============swiper*/
}

.theme-slider .swiper-nav{margin-top:0;cursor:pointer}.theme-slider .swiper-nav [class*=swiper-]{opacity:0;position:absolute;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;-webkit-transition:opacity .4s ease-in-out;-o-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;width:3rem;height:3rem;border-radius:50%;color:var(--sparrow-700);background-color:var(--sparrow-swiper-nav-bg) !important;-webkit-box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);box-shadow:.125rem .125rem .25rem rgba(0,0,0,.1);z-index:1;margin:0}

.theme-slider .swiper-nav [class*=swiper-]:hover,.theme-slider .swiper-nav [class*=swiper-]:focus{background-color:var(--sparrow-white);color:var(--sparrow-700);opacity:1 !important}

.theme-slider .swiper-nav .swiper-button-prev{left:.5rem}.theme-slider .swiper-nav .swiper-button-next{right:.5rem}

.theme-slider:hover .swiper-nav [class*=swiper-],.theme-slider:focus .swiper-nav [class*=swiper-]{opacity:.5}.theme-slider .swiper-button-prev:after,.theme-slider .swiper-button-next:after{font-family:swiper-icons;font-size:1rem;font-weight:800;text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}

.product-slider{position:relative}@media(min-width: 992px){.product-slider{height:calc(100% - 3.5625rem)}}@media(min-width: 1200px){.product-slider{height:calc(100% - 3.3125rem)}}@media(min-width: 1540px){.product-slider{height:calc(100% - 4.75rem)}}@-webkit-keyframes swiperNavAnimate{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}50%{-webkit-transform:translateX(0);transform:translateX(0)}85%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes swiperNavAnimate{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}50%{-webkit-transform:translateX(0);transform:translateX(0)}85%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(100%);transform:translateX(100%)}}.swiper-theme .swiper-pagination-bullet{background:#fff;color:inherit;border:none;padding:0 !important;font:inherit;width:2.8125rem;height:.25rem;border-radius:5px;margin:.5rem!important;opacity:.35;position:relative;overflow:hidden}.swiper-theme .swiper-pagination-bullet-active{opacity:1}

.swiper-theme .swiper-pagination-bullet::after{content:"";position:absolute;height:100%;width:100%;background-color:#fff;top:0;left:0;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%);border-radius:.1875rem}

.swiper-theme .swiper-pagination-bullet-active{background-color:rgba(255,255,255,.35) !important}.swiper-theme .swiper-pagination-bullet.swiper-pagination-bullet-active::after{-webkit-animation:swiperNavAnimate 5s;animation:swiperNavAnimate 5s}

.swiper-theme.swiper-vertical .swiper-pagination-bullets{text-align:center;top:0;bottom:0;margin:auto;height:1.125rem;-webkit-transform:translate3d(45%, -50%, 0) rotate(90deg);transform:translate3d(45%, -50%, 0) rotate(90deg)}
.product-slider {
  position: relative;
}
/*===============Button Group=============================*/
.btn-group button {
  background-color: #fff; 
  color: #d96b27;
  padding: 10px 24px;
  width: 50%; 
  display: block; 
  border:1px solid #fff;
  font-size:2rem;
}

.btn-group button:hover {
  background-color: #ffbc3e;
}
.gap-2 {
    margin-top: 0.5rem!important;
}
.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}
.btn-secondary{color:#fff;background-color:#cc092f;border-color:#cc092f}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#82061e;border-color:#82061e}.btn-primary:hover{color:#fff;background-color:#82061e;border-color:#82061e}.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#cc092f;border-color:#cc092f}
/*=================Spacers=============================*/
.ps-3{
    padding-left: 
        .5rem;
}
.ps-4{
    padding-left: 1.5rem;
    
}
.ps-5{
    padding-left: 3rem;
}
.p-5 {
padding:3rem;
}
.br{
     display:block;
    margin:0 0 1em;
}
/*Backgrounds*/
.mdble-bckgrnd{
    background-color:rgba(0,133,173, 0.2);
}
.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2, .gy-2 {
    --bs-gutter-y: 0.5rem;
}.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}.g-5, .gy-5 {
    --bs-gutter-x: 3rem;
}
/*==============================Collapse==================================*/
.collapse-wrapper {
  padding: 5px 15px;!important;
}
.collapse-wrapper .collapse-head {
  text-decoration: none;
  color: #002663!important;
  font-size: 18px;
  font-weight: 500;
  align-items: center;
}
border-coll{
    border: 1px solid #dee2e6!important 
}
.border-default {
  border-color: #E2E2E2 !important;
}
.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
/*=================Spacers=============================*/
.ps-3{
    padding-left: 
        .5rem;
}
.ps-4{
    padding-left: 1.5rem;
    
}
.ps-5{
    padding-left: 3rem;
}
.p-5 {
padding:3rem;
}
.br{
     display:block;
    margin:0 0 1em;
}
/*Backgrounds*/
.mdble-bckgrnd{
    background-color:rgba(0,133,173, 0.2);
}
.g-2, .gx-2 {
    --bs-gutter-x: 0.5rem;
}
