article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.eot');
    src: url('fonts/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue-webfont.woff2') format('woff2'),
         url('fonts/bebasneue-webfont.woff') format('woff'),
         url('fonts/bebasneue-webfont.ttf') format('truetype'),
         url('fonts/bebasneue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	overflow-x: hidden;
	font-size: 16px;
	font-weight: normal;
	min-width: 1024px;
}

h1{
	font-size:26px;
	color: #008eb0;
}

a {
	color: inherit;
	text-decoration: none;
	font-weight: normal;
	color: #008EB0;
}

a:hover{
	text-decoration: underline;
	color:inherit;
}
img[href]{
	cursor: pointer;
}

hr {
	background-color: #CCC;
	border: 0;
	height: 1px;
	margin-bottom: 3em;
}

.fixed-width-max{
	width: 1100px;
	position: relative;
}

section.fixed-width-max{
	margin:auto;
}

#access {
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	clear: both;
	display: block;
	float: none;
	/*margin: 0 auto 14px;*/
	width: 100%;
	position: relative;
	color:#008eb0;
	
}

#access li {
	float: none;
	position: initial;
	display: inline-block;
       
}

div .navcontainer {
	margin:0px auto;
	text-align: center;
}

#access ul {
	font-size: inherit;
	list-style: none;
	margin: 0px;
	padding-left: 0;
}

#access .menu-top-menu-container{
	display:inline-block;
}

#access ul li:hover > ul {
	/*display: none;*/
}

/*
#access ul ul {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	/*display: none;*/
	float: none;
	margin: 0;
	position: absolute;
	top: initial;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99999;
	background-color: #008eb0;
}
*/

#access .sub-menu li a {
	background: inherit;
	color: #fff;
	font-size: inherit;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 0px 8px;
	width: auto;	
	margin: 0px 0px 20px 0px;
}

#access .sub-menu-holder{
	white-space: normal;
	top: 52px;
	position:absolute;
    width:100%;
    background-color: #008eb0;
    left:0px;
    display:none;
    padding: 15px 0px 0px 0px;
}
#access .sub-menu-holder .sub-menu{
	width:960px;
	margin: auto;
	position:relative;
	display: block;
}

#access .sub-menu li a{
	border-right: 1px solid #fff;
	color: #fff;
	line-height: normal;
}

#access .sub-menu li a:hover{
	text-decoration: underline;
}

#access .sub-menu li:last-child a{
	border-right:none;
}

#access .sub-menu li.current-menu-item a{
	text-decoration: underline
}

#access .submenu-container {
    max-width: 1000px;
    margin: auto;

}

.widget.section-widget hr{
	margin-bottom: 2em;
}


#access a {
	color: inherit;
	display: block;
	line-height: 45px;
	padding: 0 1.2125em;
	text-decoration: none;
	font-size: inherit;
	letter-spacing: 0.6px;        
	font-weight: normal;
	color: #008eb0;

	-webkit-transition: width 0.3s, height 0.3s, background-color 0.3s;
	-moz-transition: width 0.3s, height 0.3s, background-color 0.3s;
	-ms-transition: width 0.3s, height 0.3s, background-color 0.3s;
	transition: width 0.3s, height 0.3s, background-color 0.3s;
}

#access li:hover > a,
#access ul ul :hover > a,
#access a:focus {
	/* Omar */
	background: #008eb0;
	color: #fff !important;
}

#access .current-menu-item > a,
#access .current-menu-ancestor > a,
#access .current_page_item > a,
#access .current_page_ancestor > a {
	/* Omar */
/*	font-weight: bolder;*/
	background: #f8f8f8;
	color: #008eb0;
}

#access .current-menu-item > .sub-menu, #access .current-menu-ancestor > .sub-menu,
#access .current_page_item > .sub-menu,
#access .current_page_ancestor > .sub-menu{
	/*display:block !important;*/
	z-index: 1;
}

#access .menu-item:hover .sub-menu-holder{
	display:block;
	/*z-index: 305;*/
}



#branding {
	border-top: none;
	padding-bottom: 0px;
	position: relative;
	z-index: 2000;
}

.page-id-372 #branding, .page-id-600 #branding{
	padding-bottom: 0px;
}

div#soliloquy-container-2531 {
position: absolute;
top:43px;
right:14%;
width: 300px;
}
.home div#soliloquy-container-2531{
	display:none;
}
div#soliloquy-container-2531  .soliloquy-controls{
	display: none!important;
}
div#soliloquy-container-2531 .soliloquy-caption{
	width: 375px;
	display: inline-block;
}
div#soliloquy-container-2531 .soliloquy-caption .soliloquy-caption-inside{
	padding-top: 35px;
}
div#soliloquy-container-2531 .soliloquy-caption .soliloquy-caption-inside p{
color:#008eb0;
font-size: 14px;
}
div#soliloquy-container-2531 .soliloquy-caption .soliloquy-caption-inside a{
	color:#008eb0;
	font-size: 14px;
	cursor: pointer;
}

div#soliloquy-container-2531 img{
	width: auto!important;
	height: 120px!important;
}
#soliloquy-container-1658 .soliloquy-image, 
#soliloquy-container-1637 .soliloquy-image,
#soliloquy-container-1646 .soliloquy-image,
#soliloquy-container-1651 .soliloquy-image,
#soliloquy-container-1655 .soliloquy-image,
#soliloquy-container-2585 .soliloquy-image { 
    max-height: 181px; 
    max-width: 439px; 
}
/*.page-id-372 .menu .sub-menu, .page-id-600 .menu .sub-menu{
	display:none !important;
}*/

.section-widget .infoLayer{
	display: none;
}
.section-widget #huge_it_videogallery .huge_it_big_li{
	width:238px;
	height: 150px;
}
.section-widget #huge_it_videogallery li a{
	width:238px;
}
section #huge_it_videogallery{
	background-color: #fff;
	box-shadow: none;
	margin-left: 0;
	padding: 0px;
	min-width: 100%;
}
#huge_it_videogallery .huge_it_big_li{
	width: 220px;
	margin-right: 15px!important;
	height: 207px;
	border:none;
	border-radius:0px;
}
section #huge_it_videogallery li a{
	width: 220px;
	border-radius: 0px;
}
/*section #huge_it_videogallery li:hover .overLayer{
	background: #49a4b8;
}*/
/*section #huge_it_videogallery li .infoLayer{
	opacity: 1;
	height: 80px;
	top: 128px;
	border-radius: none;
	width: 220px;
}
section #huge_it_videogallery li .infoLayer ul li h2{
	font-size: 12px;
	color: #49a4b8;
}
section #huge_it_videogallery li .infoLayer ul li{
	margin-left:0;
	margin-right:0;
	width: 100%;
	text-align: left;
}*/
#huge_it_videogallery li img{
	border-radius:0px;
	width: 220px;
}
section #huge_it_videogallery li .infoLayer p{
	display: block;
}
.section2, .section3{
	display: none;
}
.page-template-template-video h1, .page-template-template-video p{
	text-align: center;
}
.element_2:hover .title-block_2 .button-block{
	display: none;
}
.element_2 .title-block_2 h3{
	font-size: 11px !important;
	white-space: normal;
}
.element_2 .title-block_2 {
	padding-top: 6px;
}
#branding hgroup {
	margin: 0;
    padding-bottom: 0px;
    padding:0px;
    background-color: #ffffff;
}

#headerimage {
	float: none;
	padding: 20px 0px;
	line-height:0px;
	margin:auto;
	position: relative;
}

#branding img {
	height: auto;
	margin-bottom: 0px;
	padding-left:0px;
	margin:0px;
	padding:0px;
	float:none;
	display:inline-block;
        max-width: 190px;
}
#branding #searchform{
	display: inline-block;
	vertical-align: middle;
	-webkit-transition-duration: 400ms;
	-webkit-transition-property: width, background;
	-webkit-transition-timing-function: ease;
	-moz-transition-duration: 400ms;
	-moz-transition-property: width, background;
	-moz-transition-timing-function: ease;
	-o-transition-duration: 400ms;
	-o-transition-property: width, background;
	-o-transition-timing-function: ease;
}


#branding #searchform{
	display:inline-block;
	width:34px;
	overflow: hidden;
	white-space: nowrap;
	
}
#branding #searchform.open{
	border: 1px solid;
	border-color: rgba(0,0,0, 0.1);
	border-radius: 6px;
	background-color: #f5f5f6;
	width:170px;
}

#branding #searchform #s {

	float: none;
	width: 73%;
	color:#008EB0;
	margin:0px;
	padding:0px;
}

/*#branding #searchform.open {

	width: 120px;

}*/

#branding #searchform {
	top: 0px;
	text-align: left;
	margin: 0px;
}



h1.load {
border-top: 1px solid rgba(128, 128, 128, 0.19);
padding-top: 25px;
}

img.round{
	/*border-radius: 50%;*/
}

.round{
	/*border-radius: 50%;*/
}

#access2{
	/*display:none;*/
}

#branding img.social{
	vertical-align: middle;
	margin:7px;
	cursor: pointer;
}

img.attachment-full.wp-post-image{
	width:100%;
	margin-top: 0px;
}
footer#colophon {
	clear: both;
	background: #58595b;
	color: #FFF;
	width: 100%;
	text-align: center;
	line-height: normal;
}
footer a{
	color:#fff;
}

footer img.social {
    margin: 25px;
}

footer{
	font-size:16px;
	font-weight:bold;
}

footer .copyright{
	font-size: 12px;
	color:#fff;
	font-weight:normal;
}

.caption-image{
	font-size: 22px;
	color: #58585a;
	/*display:inline-block;*/
	line-height: normal;
	text-align: center;
	padding-top: 38px;
	padding-bottom: 38px;
	width: 50%;
	float: left;
}

.caption-image p {
	margin: 0;
}

.caption-image a{
	color: #fff;
}

.caption-image span br + a{
	margin-top:10px;
	display: block;
}

.caption-image > *{
	/*display:inline-block;*/
	vertical-align: middle;
	/*margin:0px 20px;*/
	color: #f5f5f6 !important;
}

.caption-image > img{
	/*border-radius: 50%;
	width:150px;
	height:150px;*/
}

.multi-column{
	display:table;
	width: 100%;
}
.multi-column > *{
	/*display:table-cell;*/
	border-right: 1px solid rgba(88, 88, 90, 0.24);;
}

.multi-column > *:last-child{
	border-right:none;
	/*padding-left: 25px;*/
}


#menu-item-374{
	display: none !important;
}


.soliloquy-container{
	margin: 0;
	position: relative;
	width: 100%;
	zoom: 1;
	margin-left: 0px !important;
	margin-bottom: 0px !important;
	margin: 0px;
	padding:0px;
	max-width: none !important;
	max-height: none !important;
}

.full-slider .soliloquy-wrapper .soliloquy-controls {
	bottom: initial;
	line-height: 0;
	margin-left: initial;
	margin-top: 0px;
	position: absolute;
	z-index: 3000;
	text-align: center;
	width: 100%;
}

.full-slider .round-slider .soliloquy-container li > img {
	width: 150px !important;
	height: 150px !important;
	border-radius:50%;
}
.full-slider .soliloquy-theme-classic .soliloquy-pager {
    width: 100%;
    margin: 0px;
    position: absolute;
    bottom: 10px;
    height: auto;
    text-align: center;
    left: 50%;
}
.soliloquy-theme-classic .soliloquy-pager{
	left: 48%;
}

.textwidget p{
	color: #fff;
	font-weight: bold;
}
.soliloquy-caption-inside{
	position: relative;
	/*top:239px;*/
}
.soliloquy-caption-inside h1{
	font-size: 50px;
	color: #fff;
}
.soliloquy-caption-inside h2{

	font-size: 21px;
    color: white;
    margin-bottom: 20px;
    margin-top: 11px;
  }
.program-slider-container{
	position: absolute;
	top: 62px;
	left:40%;
	width: 500px;
}
.session-container{
	position: absolute;
	top: 280px;
	left: 29%;
	width: 600px;
	

}
.session-container h1{
	font-family: bebas_neueregular;
	font-size: 80px;
}
.program-slider-container h1{
	color: #008eb0;
	text-align: left;
	font-size: 70px;
	font-family: bebas_neueregular;
}

.program-slider-container p{
	text-align: left;
	font-family: helvetica;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-top: 7px;
}
.program-slider-container button{
	position: absolute;
	left: 0;
}

.application-slider-container{
	position: absolute;
	top: 92px;
	left:47%;
	width: 500px;
}
.application-slider-container h1{
	color: #008eb0;
	text-align: left;
	font-size: 70px;
	font-family: bebas_neueregular;
}
.application-slider-container p{
	text-align: left;
	font-family: helvetica;
	font-weight: lighter;
	margin-bottom: 20px;
	margin-top: 7px;
}
.application-slider-container button{
	position: absolute;
	left:0;
}
.about-slider-container{
	/*position: absolute;
	bottom:46px;
	left: 53%;*/
	color: #fff;
}
.about-slider-container p{
	color: #fff;
	margin-top: 10px;
}
.program-subslider{
	color:#fff;
}
.program-subslider h2{
	color: #fff;
}
.program-subslider p{
	color: #fff;
	margin-top: 10px;
}
.admission-subslider{
	color: #fff;
}
.admission-subslider p{
	margin-bottom: 10px;
	color: #fff;
}
.full-slider .soliloquy-theme-classic .soliloquy-pager-item {
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    z-index: 1320;
    vertical-align: middle;
}
.full-slider .soliloquy-container .soliloquy-caption-inside{
	position: absolute;
	bottom: 80px;
	width:100%;
	font-weight: 300;
	font-size: 26px;
}

.full-slider .soliloquy-container .soliloquy-caption-inside h1{
	font-size:70px;
	color: #fff;
	text-transform:uppercase;
	font-family: 'bebas_neueregular',helvetica;
	line-height: 60px;
	width: 760px;
	margin: 5px auto;
	font-weight: normal;
}
.full-slider .soliloquy-container .soliloquy-caption-inside h2 {
color: white;
font-size: 24px;
font-weight: 300;
width: 500px;
/* display: inline-block; */
text-align: center;
margin: 0 auto;
/*font-family: 'bebas_neueregular';*/
}

.full-slider .soliloquy-container .soliloquy-caption-inside button{
	color:#fff;
	margin-top: 10px;
}
.full-slider .soliloquy-container .soliloquy-item-2 .soliloquy-caption-inside{
	width: 41%;
	right: 158px;
	top: 100px;
	text-align: left;
}
.full-slider .soliloquy-container .soliloquy-item-2 .soliloquy-caption-inside button{
color: rgb(0, 143, 177);
}
.full-slider .soliloquy-container .soliloquy-item-2 .soliloquy-caption-inside button:hover{
color: white;
}
.full-slider .soliloquy-container .soliloquy-item-2 .soliloquy-caption-inside h1{
	color: rgb(0, 143, 177);
	font-size: 64px;
	width: 500px;
	margin: 0;
}
.full-slider .soliloquy-container .soliloquy-item-2 .soliloquy-caption-inside h2{
	text-align: left;
	color:#58585a;
	margin:25px 0;
}
.soliloquy-controls-direction {
	display: none;
}
.soliloquy-wrapper .soliloquy-slides img {
	/* display: block; */
	/* max-width: 100%; */
	/*width: 100% !important;
	height: 600px !important;*/
	margin-left: 0px !important;
	margin: 0px !important;
}

.soliloquy-controls .soliloquy-pager-item .soliloquy-pager-link{
	background: none;
	cursor:pointer;
	display:inline-block;
	float:none;
	height:7px;
	text-indent:-9999px;
	width:7px;
	z-index:50;
	border:1px solid #fff;
	border-radius: 50%;
	background-color:#fff;
	font-family: 'bebas_neueregular', helvetica;
	vertical-align: middle;

	-webkit-transition: width 0.3s, height 0.3s, background-color 0.3s;
	-moz-transition: width 0.3s, height 0.3s, background-color 0.3s;
	-ms-transition: width 0.3s, height 0.3s, background-color 0.3s;
	transition: width 0.3s, height 0.3s, background-color 0.3s;
}

.soliloquy-controls .soliloquy-pager-item .soliloquy-pager-link:hover,.soliloquy-controls .soliloquy-pager-item .soliloquy-pager-link.active{
	background-color:initial;
	width: 14px;
	height: 14px;
}

.soliloquy-wrapper .soliloquy-controls li{
	display:inline-block;
	vertical-align: middle;
}

.soliloquy-container .soliloquy-caption {
	/* -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); */
	background: none;
	bottom: 0;
	color: #FFF;
	display: block;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); */
	font-size: 19px;
	left: 0px;
	top: 0px;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	width: 100%;
	zoom: 1;
}

.soliloquy-container .soliloquy-caption-inside{
	color:inherit;
	text-shadow: none;
}


.mini-slider .soliloquy-container li > img {
	/*width: 100px !important;
	height: 100px !important;
	border-radius:50%;*/
}

.mini-slider{
	color: #6D6E71;
	/*margin: 20px 0px 25px 0;*/
}

.mini-slider .soliloquy-controls, .mini-slider .soliloquy-controls-direction{
	display:none !important;
}

.mini-slider .soliloquy-container .soliloquy-caption {
	/* -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); */
	/* background: rgba(0, 0, 0, 0.5); */
	bottom: 0;
	color: inherit;
	display: block;
	/* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000); */
	font-size: inherit;
	left: 0px;
	top: 0px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: auto;
	zoom: 1;
}




.mini-slider .soliloquy-item > *{
	display:inline-block !important;
	vertical-align: middle;
}

.mini-slider .soliloquy-item .soliloquy-caption{
	width: 800px;
	font-weight: 500;
	margin-left:20px;
	line-height: 25px;
}

.mini-slider .soliloquy-item .soliloquy-caption p.billboardquotespeaker{
	display:inline;
	color:inherit;
}

.mini-slider .soliloquy-item .soliloquy-caption p:empty{
	display:none;
}

.mini-slider .soliloquy-item .soliloquy-caption h1, .mini-slider .soliloquy-item .soliloquy-caption h2, .mini-slider .soliloquy-item .soliloquy-caption h3, .mini-slider .soliloquy-item .soliloquy-caption h4, .mini-slider .soliloquy-item .soliloquy-caption h5, .mini-slider .soliloquy-item .soliloquy-caption h6 {
	clear: both;
	display: inline;
	color: inherit;
}

.mini-slider .soliloquy-item .soliloquy-caption > h2{
	display:none;
}

.pre-footer{
	background-color: #f5f5f6;
	padding: 40px 0px;
	clear: both;
}

.pre-footer .multi-column .caption-image {
    text-align: center;
    width: 30%;
}

.pre-footer .multi-column div.caption-image:last-child{
	padding-left:24px;
}

.pre-footer .multi-column .caption-image > span {
    margin-top:20px;
    color: #f5f5f6 !important;
}

.pre-footer .multi-column .caption-image input{
	width:185px;
}

section.sidebar{
	display:table;
	padding-left: 31px;
}

section.sidebar > *{
	display:table-row;
	vertical-align: top;
}

section.sidebar > * > *{
	display:table-cell;
	vertical-align: top;
	padding-left: 31px;

}




section.sidebar > * > *:first-child{
	width:640px;
}

section.sidebar > * > *:last-child{
	text-align: center;
}

section.sidebar > * > *:last-child >* {
	width:90%;
	margin: auto;
}

//**Sidebar1**//
section.sidebar1{
	display:table;
	
}

section.sidebar1 > *{
	display:table-row;
	vertical-align: top;
}

section.sidebar1 > * > *{
	/*display:table-cell;*/
	vertical-align: top;
}




section.sidebar1 > * > *:first-child{
}

section.sidebar1 > * > *:last-child{
}

section.sidebar1 > * > *:last-child >* {
	/*width:90%;*/
	margin: auto;
}


.header-image{
	height:auto;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	line-height: 0px;
}
.header_image img{
	width: 100%;
	height:auto;
}

.page-id-600 .header-image, .page-id-372 .header-image, .page-id-372 .slider-sep, .page-id-600 .slider-sep{
	display:none;
}

.search.error{
	position: absolute;
	display: none;
	padding-left: 5px;
	background-color: rgba(255, 255, 255, 0.77);
	width: 205px;
	text-align: left;
	color: red;
	z-index: 200;
}
.faculty_members{
	margin-bottom: 50px;
}
.faculty_members h3{
	letter-spacing: 0.1em;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 16px;
	display: inline-block;
	width: 160px;
	text-align: center;
	color: rgb(0, 142, 176);
	
}
.faculty_members h4{
text-align: center;
font-size: 12px;
}

.faculty_members img{
	border:none;
}
.faculty_members:after{
  visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

.faculty_members .title{
	width: 25%;
	float: left;
	margin-top: 5px;
}
.faculty_members p{
	width: 75%;
	float: right;
}
.faculty_members .title p{
	float: none;
	text-align: center;
	width: 100%;
}
.admin.faculty_members p{
	width:72%;
}
.contact_us {
	text-align: center;
	width: 734px;
	margin: 0 auto;
}
.contact_us .address{
	width: 49%;
	float: left;
	padding-bottom: 20px;	
	line-height: 22px;
}
.contact_us .address b{
	margin-bottom: 5px;
	display: inline-block;
	color: #008EB0 !important;
}

.contact_us .address.left{
	border-right:1px solid rgba(128, 128, 128, 0.3);
}
.contact_us iframe{
	margin-top: 60px;
}
.contact_us .address a {
	color: #008EB0;
}
.admin.faculty_members .title p{
	text-align: center;
	width: 100%;
}
table#wp-table-reloaded-id-10-no-1 {
font-size: 13px;
letter-spacing: 0.1px;
}
table.timeline{
border: solid 1px;
background-color: #F5F5F6;
margin: 10px 0px 15px 0px;
font-size: 16px;
width: 100%;
text-align: left;
table-layout: auto;
text-align: center;
color: #008eb0;
border-spacing: 1px;
}
/* added by dandelionwebdesign to remove border from tablepress */
table.timeline {
    border: thin solid #ccc;
}

button, .button, .soliloquy-container button, .soliloquy-container .button, input[type='button'], input[type='submit'] {
	font-family: inherit;
	color: #008EB0;
	font-size: 20px;
	font-weight: 600;
	background: none;
	border-width: 4px;
	border-style: solid;
	border-color: #008EB0;
	height: 50px;
	cursor: pointer;
	vertical-align: middle;
	padding:0px 20px;

	-webkit-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	-moz-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	-o-transition: background-color 0.3s, color 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, border-color 0.3s;

}


button:hover, .button:hover, input[type='button']:hover, input[type='submit']:hover{
	background-color:#008EB0;
	color:#fff;

}


button:active, .button:active, input[type='button']:active, input[type='submit']:active{
	/*padding-top:2px;
	padding-right:2px;*/
	
	border-color:#fff;

}

section.fixed-width-max.sidebar > * >*:nth-child(2) > .widget{
	width:240px;
	display:inline-block;


}

section.fixed-width-max.sidebar > * > *:nth-child(2) > .widget h1{
	line-height:normal;
	text-align: left;
	font-weight: bold;
	margin-bottom: 20px;
}

section.fixed-width-max.sidebar > * > *:nth-child(2) > .widget button{
	width: 100%;
}

.search-results .entry-header{
	display: none;
}
.search-results .header-image, .search-no-results .header-image{
	display: none;
}

.search-results .page-title{
	font-size: 24px;
	margin-bottom: 0;
}
.category-admissions-2 .wpcf7-form{
	width:100%;
}
.page-template-template-admissions2col section.sidebar > *:first-child{
	width: 670px;
}
.page-template-template-admissions2col table{
	width:100%!important;
}
div#ui-datepicker-div{
	background-color: #008eb0;
	padding: 20px;
}
div#ui-datepicker-div a,div#ui-datepicker-div span{
	color:white;
	padding: 5px;
}
a.ui-datepicker-prev.ui-corner-all{
	float: left;
	padding-left: 0!important;
}
a.ui-datepicker-next.ui-corner-all{
	float: right;
	padding-right: 0!important;
}
span.wpcf7-form-control-wrap{
	white-space: nowrap;
}
.wp-table-reloaded
{
    border-collapse: collapse;
}
.wp-table-reloaded {
	border:solid 4px;
	background-color: #F5F5F6;
	margin: 10px 0px 15px 0px;
	font-size: 16px;
	width: 100%;
	text-align: left;
	table-layout: auto;
	text-align: center;
	color: #008eb0;
	border-spacing: 1px;
}
.wp-table-reloaded th {
	background-color: #008eb0;
	border: none;
	padding: 4px;
	color: #f5f5f6 !important;
	text-align: center;
	font-size: inherit;
	font-weight:bold;
	text-transform: initial;
}
.wp-table-reloaded td {
	color: inherit;
	padding: 4px;
	background-color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	height: 50px;
}
.wp-table-reloaded .even td {
	background-color: #FFFFFF;
	width: 75%;
}
.wp-table-reloaded .even td .tdleft{
	width: 75%;
	text-align: left;
}
.wp-table-reloaded .odd td {
	background-color: #FFFFFF;
}
.wp-table-reloaded .row-hover tr:hover td {
	background-color: #D0D0D6!important;
}
.wp-table-reloaded-table-description {
	clear: both;
	display: block;
}

.mini-slider:empty{
	display:none;
}

input[type=text], input[type=password], input[type=email]{
	height: 48px;
	padding: 0px;
	/*margin-top: 18px;*/
	font-size: 18px;
	padding-left: 10px;
	box-shadow: none;
	display: inline-block;
	vertical-align: middle;
	/*width:361px;*/
}
.apply-form input[type=text], input[type=password], input[type=email]{
	width: 361px;
}
.info-session-date {
	/*margin-top: 10px;*/
}

#main{
	/*padding-bottom: 2.5em;*/
}
.load{
	cursor: pointer;
}
.home .social-posts{
	text-align: center;
	font-size: 22px;
	line-height: 55px;
}

.mini-button-blue-arrow{
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/mini-blue-arrow-right.png);
	margin-top: 10px;
	background-color: #ffffff;
}

.mini-button-blue-arrow:hover{
	background-image: url(images/mini-white-arrow-right.png);
}

.full-slider .soliloquy-image{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.wp-table-reloaded .even td {
  background-color: #F0F0F6!important;
}

.pre-footer
{
    background-color: #008EB0!important;
}
.pre-footer input[type=text]
{
    height: 41px;
}

.textwidget b
{
    color: #008EB0!important; 
}

.below-home-slider, .below-slider
{
    background-color: #008EB0!important;
    color: #F0F0F6!important;
}

.below-home-slider .caption-image a 
{
    color: #f5f5f6 !important;
    font-weight: bold;
}

.below-slider
{
    /*padding-top: 10px;*/
}
.slider-margin{
margin-bottom:40px;

}
.below-slider .soliloquy-caption-inside
{
    color: #f5f5f6 !important;
    text-align: left;
    font-size:17px;
}


.social-post {
   /* text-align: left;
    white-space:nowrap;*/
    width: 33%;
    float: left;
    margin-top:15px;
}

.social-post-widget {
    margin-top:10px;
}
.social-post-widget img{
    display: block;   
}
.social-post-widget .img-feed {
    width: 299px;
    height: 159px;
}
.social-post a{
	text-align: left;
	margin-top: 0;
}

.social-post > *{
    vertical-align:middle;
    display:inline-block;
    white-space:normal;
    line-height:normal;
}

.social-post .round {
	width:299px;
	height:159px;
	display: inline-block;
	margin-right:30px;
	background-size: cover;
  	background-position: center;
}
.select-container {
    margin-bottom: 50px;
}
select.form-control {
    width: 200px;
    margin-bottom: 30px;
}
select option {
    height: 28px;
}
.panel {
}
/* mhr */
/* easyModal dialog */
.easy-modal,
.easy-modal-animated {
        width: 240px;
        //padding: 2em;
        box-shadow: 1px 1px 3px rgba(0,0,0,0.35);
        background-color: white;
}
.animated-close {
    display: block; 
    background-color: red; 
    color: white; 
    padding: 0px; 
    width: 30px;
    height:30px;
    border: none;
    position: relative; 
    margin: 0px auto; 
    float:right;
}
#main {
    /*height: 1000px;*/
}
.course-title {
    font-size: 1.0em;
    font-weight: bold;
    text-decoration: underline;
    line-height: 28px;
}
input.btn {
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #337ab7;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 40px;
}
input.btn-primary:hover {
  color: #fff;
  background-color: #a59a5d;
}
input.btn-primary {
    background-color: #a59a5d;
    height: 30px;
    color: #fff;
    font-size: 14px;
}

h4.title {
    color: #729696;
}
.panel a {
    text-decoration: none;
}
img.frame {
    border: 2px solid #008eb0;
}

.column-1{
	text-align: left;
}

.leftContainer {
    float: left;
    width: 200px;
    margin-left: 15%;
    margin-top: 30px;
}

.rightContainer2col {
    float: left;
    width: 40%;
    padding: 1.625em 1.625em 1em;
    margin: 0px auto;
}

#register-form label.error {
    color: #FB3A3A;
    margin: 4px 0 5px 0px;
    padding: 0;
    text-align: left;
    width: 220px;
    font-size: 12px;
    display: block;
}

.left-col {
    width: 49%; 
    float: left;
    height: 80px;
}
.left-col input{
	width: 100%;
}
.left-col label{
	/*float: left;*/
	font-weight: bold;
	display: inline-block;
	margin-right: 20px;
}
.right-col {
    width: 49%; 
    float: right;
    height: 80px;
}
.right-col input{
	width: 100%;
}
.right-col label{
	/*float: left;*/
	font-weight: bold;
	display: block;
}

.alumni-paragraph{

	display: inline-block;
	font-size: 13px;

}

.pappal-paragraph{
	font-size: 13px;
}

/*Profile Page starts*/

.info{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content:space-between;
	-moz-space-justify-content: between;
	-ms-space-justify-content: between;
	-o-space-justify-content: between;
}
.info h2{
	font-weight: bold;
	margin-bottom: 11px;
        font-size: 20px;
}
.course-name p{
	/*margin:0;*/
	height: 40px;
}
.date p{
	/*margin:0;*/
	height: 40px;
}
.cost p{
	/*margin:0;*/
	height: 40px;
}
.action p{
	/*margin:0;*/
	height: 40px;
}
.CEU p{
	/*margin:0;*/
	height: 40px;
}
.total {
    text-align:left;
}
.total p {
	width:100%;
}
/*Profile Page ends*/

.remove-item {
	height: 20px;
	width: 20px;
	border:none;
}

.register-buttons{
	margin-bottom: 20px;
	margin-top: 20px;
}

.registration-watermark{
	background-image: url("http://www.sutherland-chan.com/wp-content/themes/kpdichan/images/watermark.png");
	background-size: cover;
}

/* Messages */
.success {
	color: #3c763d;
	//padding:15px 15px 0 15px;
 	margin-bottom: 20px;
}

.danger {
  	color: #a94442;
	//padding:15px 15px 0 15px;
 	margin-bottom: 20px;
}

/*Course Registered Page Start*/

.row{
	clear:both;
	float: left;
	background-color: #f5f5f6;
	padding-left: 20px;
}
.row img{
	float: left;
	border-radius: 50%;
	margin-top: 32px;
}

.row p{
	padding-left:21%;
}
.gray{
	background-color: #f5f5f6;
	padding: 20px;
}
.questions{
	padding-left: 20px;
	/*padding-top: 50%;*/
}
.registered-boxes{
	float: left;
	text-align: left;
	margin-right: 69px;
}
.course-registered{
	width: 900px;
	margin: 0 auto;
	position: relative;
}

.course-registered h3{
	position: absolute;
	right: 0;
	top: -14px;
}

.email-content{
	padding-bottom: 50px;
	padding-top: 50px;
	background-color: #f5f5f6;
}
.footer-boxes{
	width: 33.33%;
	float: left;
	padding: 28px;
	text-align: center;
}

.footer-boxes a{
	color: #fff;
}
.footer-boxes p{
	color: #fff;
}
.footer-boxes input[type=text]{
	height: 42px;
}

.back-to-top-button{
	position: absolute;
	bottom: 0px;
	right: -150px;
}
.part-time-massage{
	display: inline-block;
	position: absolute;
	left: -5%;
	bottom: 0;
	width: 40%;

}
.part-time-massage-content{
	font-size: 12px;
	position: absolute;
	left: 55%;
	top: 20%;
}
.part-time-massage-content p, .part-time-copy p{
	color: #008eb0;
        line-height: inherit;
        font-size: inherit;
        font-family: inherit;
}
.part-time-logo{
	position:absolute;
	right:8%;
	bottom:0;
}
.part-time-copy{
	position: absolute;
	font-size: 12px;
	right: -16px;
	top: 26px;
}

.part-time-copy a{
	
}
/*
.course-form{
	position: absolute;
	right: 0;
	top: 134%;
}*/


/*Course Registered Page Ends*/

/*Career Opportunities Start*/

#soliloquy-image-2791{
	width: 100%;
}
#soliloquy-image-2528{
	width: 100%;
}
#soliloquy-image-2524{
	width: 100%;
}
.soliloquy-image{
	widows: 100%;
}
.soliloquy-image-3{
	width: 100%;
}
.career-login{
	width: 50%;
	margin-bottom: 38px;
}
.career-login input[type=text]{
	width: 100%;
	margin-top: 10px;
}
.career-login input[type=password]{
	width: 100%;
	margin-top: 10px;
}
.career-login input[type=submit]{
	margin-top: 10px;
	/*margin-bottom: 10px;*/
}
/*Career Opportunities Start*/