/*******************************************************************************************************
* National Paralegal College
* Developed by I-ology
* http://www.i-ology.com
*
* Created 06/15/12 - AC
*
* General Style Definitions
*******************************************************************************************************/

/*******************************************************************************************************
* Browser Reset - Created by Eric Meyer
*******************************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

blockquote {
	font-style: italic;
	margin: 0 1.5em;
}

:not(#_lpHomepage) > .LPMcontainer {
	margin: 0 auto !important;
}

#_lpHomepage > .LPMcontainer {
	margin-right: 0px;
	margin-left: 0px;
}

.LPMbutton {
	display: inline-block !important;
	width: auto !important;
	padding: 10px 22px !important;
	color: white !important;
	font-family: "myriad-pro", Arial, Helvetica, Verdana, sans-serif !important;
	font-size: 14px; /* !important; */
	background: #e0373e !important;
	border: 1px solid #bc0e10 !important;
	text-align: center !important;
	text-decoration: none !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.30) !important;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	line-height: 22px !important;
}

.LPMbutton:hover {
    background: #fb4950 !important;
    border-color: #e0373e !important;
}


/*******************************************************************************************************
* Typography - Pulled from BlueprintCSS
*******************************************************************************************************/

body {
	position: relative;
  color: #333333; 
	font-size: 16px;
	line-height: 22px;
  font-family: Arial, Helvetica, Verdana, sans-serif;
  background: #4184b8 url(../images/bg.jpg) top center repeat-x;
	margin: 0;
  padding: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

/* Text Elements
-----------------------------*/

h1,h2,h3,h4,h5,h6 { 
  color: #1c3f95;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { font-size: 22px; line-height: 24px; margin-bottom: .5em; }
h2 { font-size: 16px; line-height: 22px; margin-bottom: .5em; font-weight: bold; }
h3 { font-size: 16px; line-height: 22px; margin-bottom: .5em; font-weight: bold; }
h4 { font-size: 14px; line-height: 16px; margin: 0 0 .5em 0; }
h5, h6 { font-size: 1em; line-height: 1; margin-bottom: .5em; }

p           { margin: 0 0 1.5em; line-height: 1.4; }
p.last      { margin-bottom: 0; }
p img.top   { margin-top: 0; }
img         { margin: 0; padding: 0; line-height: 0; vertical-align: auto;}

a:focus, 
a:hover     { color: #d9292e; text-decoration: none; }
a           { color: #d9292e; outline: none; 
						  -webkit-transition: all 300ms ease-out;
    				  -moz-transition: all 300ms ease-out;
    				  transition: all 300ms ease-out; }
button      { -webkit-transition: all 300ms ease-out;
    				  -moz-transition: all 300ms ease-out;
    				  transition: all 300ms ease-out; }

a.button    { display: inline-block;
    					width: auto;
    					padding: 10px 22px;
    					color: white;
    					font-family: "myriad-pro", Arial, Helvetica, Verdana, sans-serif;
    					font-size: 14px;
    					background: #e0373e;
    					border: 1px solid #bc0e10;
    					text-align: center;
    					text-decoration: none;
    					text-shadow: 0 1px 1px rgba(0,0,0,0.30); }
a.button:hover{ background: #fb4950;
    					border-color: #e0373e; }

ul, ol      { margin:0 1.5em 1.5em 2.5em; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
strong      { font-weight: bold; }
em          { font-style: italic; }
select      { font-size: 12px; }

input::-webkit-input-placeholder {
	color: #ffffff;
}
input::-moz-placeholder {
	color: #ffffff;
}
input:-moz-placeholder {
	color: #ffffff;
}
input:-ms-input-placeholder { 
	color: #ffffff;
}

.freeTrialStyle {
	width: 200px;
	margin: 0;
	color: #bc0e10;
	font-family: "myriad-pro", Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
}



/*******************************************************************************************************
* General Structure
*******************************************************************************************************/

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 0;
}

.content-container {
	display: block;
	position: relative;
	width: 100%;
	padding: 12px 0 0 0;
	float: left;
	background: #ffffff url(../images/top-stripe.gif) top left repeat-x;
	/*overflow: hidden;*/
}

.content {
	display: block;
	float: left;
	width: 72%;
	padding: 0;
	min-height: 990px;
}

.content#home{
	min-height: 0px;
}

.has-children.hov:after{
	color: #fff !important;
}

.height{
	height: 1000px;
	overflow: hidden;
}

.no-height{
	height: 0px;
}

.content-no-col {
	display: block;
	width: 771px;
	padding: 44px 43px 44px 44px;
	width/**/:/**/ 913px;
}

.content-100{
	width: 100% !important;
}

.hide{
	display: none !important;
}

/*******************************************************************************************************
* Lists
*******************************************************************************************************/

.content ul {
    margin: 0 0 10px 0;
}

.content ol {
    margin: 0 0 10px 15px;
}

.content ul li {
    list-style: none;
    background: url(../images/bullet.gif) no-repeat 2px .6em;
    line-height: 1.4em;
    padding: .16em 0 .4em 17px;
}

.content ol li {
    line-height: 1.3em;
    padding: 0 0 6px 0;
    margin-left: 10px;
}


/*******************************************************************************************************
* GLOBAL HEADER & PRIMARY NAVIGATION
*******************************************************************************************************/
header {
	display: block;
	width: 100%;
	height: 143px;
	position: relative;
	background: url(../images/header-bg-1200-143.png) top left no-repeat;
}

.divisionOfCrestpoint {
	font-size: 14px;
	font-family: "trajan-pro-3", serif;
	color: #00267a;
	margin-top: 5px;
	text-align: center;
}

.divisionOfCrestpoint a {
	color: #00267a;
	font-weight: bold;
}
	
.logo {
	position: absolute;
	top: 13px;
	left: 27px;
	width: 312px;
	height: 98px;
}

.logoLink {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 312px;
	height: 98px;
	background: url(../images/npc-logo.png) no-repeat;
	background-size: 312px 98px;
}

.divisionOfCrestpoint br {
	display: none;
}


.logo2 a {
	background: url(../images/npc-logo2.png) no-repeat !important;
	background-size: 312px 98px !important;
}

.logo img {
	display: none;
}

.toggle-nav {
	display: none;
}

#main-navigation {
  -webkit-transition: right 0ms ease-out;
  -moz-transition: right 0ms ease-out;
  transition: right 0ms ease-out;
}

.global-header-nav {
	float: right;
	margin: 6px 28px 0 0;
	font-family: "myriad-pro", Arial, Helvetica, Verdana, sans-serif;
	background: white;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.30);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,0.30);
	}
	.global-header-nav a {
		display: block;
		float: left;
		width: 128px;
		height: 26px;
		font-family: inherit;
		font-size: 13px;
		color: #1c3f95;
		line-height: 23px;
		border: 1px solid white;
		text-align: center;
		text-decoration: none;
	}
	.global-header-nav a.apply-btn {
		color: white;
		background: #1c3f95;
		}
		.global-header-nav a.apply-btn:hover {
			color: #1c3f95;
			background: #eaeaea;
		}
	#npcApplicationLi {
		display: block;
    	float: left;
	}
	.global-header-nav a.login-btn {
		padding-left: 33px;
		background: white url(../images/icon_student-login.png);
		background-size: 13px 13px;
		background-position: 13px 5px;
		background-repeat: no-repeat;
		text-align: left;
		}
		.global-header-nav a:hover {
			color: #1c3f95;
			background: #eaeaea url(../images/icon_student-login.png);
			background-size: 13px 13px;
			background-position: 13px 5px;
			background-repeat: no-repeat;
		}
	.global-header-nav a.logout-btn {
		background: #fff;
	}
		.global-header-nav a.logout-btn:hover{
			background: #eaeaea;
		}

.name{
	position: absolute;
    text-align: right;
    padding-top: 8px;
    margin-right: 20px;
    font-size: 14px;
    color: #1c3f95;
    right: 150px;
}

.primary {
	float: right;
	display: block;
	width: auto;
	margin: 26px 28px 0 0;
	clear: both;
	z-index: 10;
	}
	.primary ul {
		position: relative;
		margin: 0; 
	  padding: 0;
	  list-style: none;
	  top: auto;
	  left: auto;
	  display: inline-table;
	  width: auto;
	  padding: 0 0;
	  background: transparent;
	}
	.primary li {
		position: relative;
		float: left;
	  padding: 0;
	  font-family: "myriad-pro", Arial, Helvetica, Verdana, sans-serif;
	  font-size: 14px;
	  border-right: 1px solid #cccccc;
	}
	.primary li:last-child {
		border-right: none;
	}

	.primary li > a {
		display: block;
		margin: 0 6px;
		padding: 0 10px;
		color: #1c3f95;
		font-family: inherit;
		font-size: inherit;
		font-weight: 400;
	  line-height: 28px;
	  text-decoration: none;
		}
		.primary li:hover > a {
			background-color: #1c3f95;
			color: #ffffff;
		}
		.primary li.has-children > a {
			padding-right: 20px;
		}
		.primary li.has-children > a:after {
			position: absolute;
			top: 0;
			right: 11px;
			display: block;
			width: 10px;
			height: 28px;
			background: url(../images/dd-arrow.png) no-repeat;
			content: "";
		}
		.primary li.has-children:hover > a:after {
			background: url(../images/dd-arrow-hover.png) no-repeat;
		}
		
		.primary li.has-children ul {
			display: none;
			position: absolute;
			left: 6px;
	    height: auto;
	    max-height: none;
	    width: 200px;
	    margin: 0;
	    padding: 0;
	    list-style-type: none;
	    font-size: 13px;
	    background: rgba(100, 122, 178, 0.96);
	    border: 2px solid #1c3f95;
	    z-index: 200;
		}
		.primary li.has-children:hover ul {
			display: block;
		}
		.primary li.has-children ul li {
			list-style-type: none;
	    margin: 0;
	    width: 100%;
	    font-size: 13px;
	    border: none;
	    border-top: 2px solid #1c3f95;
	  }
	  .primary li.has-children ul li:first-child {
			border: none;
	  }
	  .primary li.has-children ul li > a {
			display: block;
	    margin: 0;
	    padding: 6px 6px;
	    color: white;
	    line-height: 20px;
	    text-decoration: none;
	    background: transparent;
	 		}
	 		.primary li.has-children ul li > a:hover {
				background: #1c3f95;
	 		}

	.date-time {
		position: absolute;
		bottom: 0px;
	  right: 40px;
		font-size: 11px;
		color: #999;
		}
		@media only screen and (min-width: 900px) and (max-width: 1200px) {
			.date-time {
				right: 28px;
			}
		}
		@media only screen and (max-width: 900px) {
			.date-time {
				position: relative;
		    bottom: auto;
		    right: auto;
		    width: 90%;
		    margin: 0px auto 0;
		    padding-top: 10px;
		    clear: both;
		    text-align: center;
			display: none;
			}
		}

/*******************************************************************************************************
* SIDEBAR
*******************************************************************************************************/
.sidebar {
	position: absolute;
	right: 0;
	display: block;
	width: 28%;
	height: 100%;
	/*margin-bottom: -5000px;*/
	padding-top: 40px;
  /*padding-bottom: 5000px;*/
  padding-bottom: 20px;
	background: url(../images/sidebar-bg.gif) top left repeat;
	border-left: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	}
	.sidebar .questions-chat {
		display: block;
		margin: 0 auto;
	}
	.sidebar .gray-cta {
		width: 254px;
		margin: 0 auto 28px;
		border-color: #d9d9d9;
		text-align: center;
	}
	.sidebar .gray-cta.questions {
		min-height: 145px;
		margin-bottom: 18px;
		background: transparent url(../images/sidebar-bg-dark.gif) repeat;
	}
	.sidebar .gray-cta.detc {
		background: transparent url(../images/gray-cta-eagle.png) no-repeat;
		background-size: cover;
	}

.sidebar-top {
	background: url(../images/sidebar-top.gif) top left no-repeat;
}

.gray-cta {
	min-height: 218px;
	padding: 32px 24px 0;
	background: #f7f7f7;
	border: 1px solid #e3e3e3;
	}
	.gray-cta h4 {
		font-family: "trajan-pro-3", serif;
		font-size: 24px;
		line-height: 24px;
		color: #d9292e;
	}
	.gray-cta p {
		font-size: 14px;
	}

.questions {
	background: #f7f7f7 url(../images/gray-cta-questions.jpg) no-repeat;
	background-size: cover;
}

.or {
  position: relative;
  width: 254px;
  margin: 0 auto 18px;
	}
  .or:before {
    content: "";
    display: block;
    border-top: solid 1px #d9d9d9;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
  }
  .or span {
  	position: relative;
  	display: block;
    width: 50px;
    margin: 0 auto;
    padding: 0;
    color: #676767;
    font-size: 14px;
    font-weight: 600;
    background: url(../images/sidebar-bg.gif) top left repeat;
    text-align: center;
    z-index: 5; 
  }

.promo-chat-now {
	background: #f7f7f7 url(../images/gray-cta-chatnow.jpg) no-repeat;
	background-size: cover;
}

.virtualTourDiv {
	background: #f7f7f7 url(../images/gray-cta-virtualtour.jpg) no-repeat;
	background-size: cover;
}

.detc {
	padding-top: 8px;
	background: transparent url(../images/gray-cta-eagle.png) no-repeat;
	background-size: cover;
	}
	.detc p {
		font-size: 11px;
	}
	.detc div {
		padding-left: 5px;
		padding-right: 5px;
	}
	.detc a {
		display: block;
		width: 100%;
		height: auto;
		margin: 0 auto 14px;
	}
	.detc a img {
		max-width: 100%;
  	height: auto;
	}
	.detc a:hover img {
		opacity: 0.80;
	}

/*******************************************************************************************************
* Content Area
*******************************************************************************************************/

.content-heading,
.content-heading2 {
	width: 100%;
	height: 139px;
	margin: 0 0 0 0;
	background: url(../images/title-bg.jpg) top center no-repeat;
	position: relative;
}

.inner-content{
	padding: 60px 100px 60px 60px;
}

	.inner-content.home{
		position: relative;
		overflow: hidden;
	}

	.inner-content.application ul li{
		width: 32%;
		display: inline-block;
		background: none;
		list-style: none;
		padding: 0px 20px 10px 20px;
	}
		.inner-content.application ul li:first-child {
			border-right: 1px solid #222;
		}

		.inner-content.application ul li:nth-child(3) {
			border-left: 1px solid #222;
		}


.promo-apply-now-shrm {	
    margin-bottom: 15px;
	/* top: 15%;	
	width: 800px;
	height: 101px; */
}

.promo-apply-now-shrm a {
  display: block;
  overflow: hidden;
  /* margin: 0 auto; */
  text-align: center;
  vertical-align: middle;
  /* position: relative; */
  text-transform: uppercase;
  font-family: "trajan-pro-3";
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border: 2px solid #fff;
  width: 250px;
  top: 29.35%;
  left: -3px;
  	/* gradient */
  		background: #de3f49;
			background: -moz-linear-gradient(top,  #de3f49 0%, #ac1013 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de3f49), color-stop(100%,#ac1013));
			background: -webkit-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: -o-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: -ms-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: linear-gradient(to bottom,  #de3f49 0%,#ac1013 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3f49', endColorstr='#ac1013',GradientType=0 );
}

.promo-apply-now-shrm a:hover {
			background: #6dcaf3;
			background: -moz-linear-gradient(top,  #6dcaf3 0%, #1c51ca 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dcaf3), color-stop(100%,#1c51ca));
			background: -webkit-linear-gradient(top,  #6dcaf3 0%,#1c51ca 100%);
			background: -o-linear-gradient(top,  #6dcaf3 0%,#1c51ca 100%);
			background: -ms-linear-gradient(top,  #6dcaf3 0%,#1c51ca 100%);
			background: linear-gradient(to bottom,  #6dcaf3 0%,#1c51ca 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dcaf3', endColorstr='#1c51ca',GradientType=0 );
			transition: all 2s;
			-webkit-transition: all 2s;
			-moz-transition: all 2s;
}

.promo-apply-now {
	position: relative;
	top: 15%;
	float: right;
	width: 270px;
	height: 101px;
	margin-right: 28px;
	margin: auto;
	background: url(../images/promo-apply-now-bg.png) top left no-repeat;
}
	.promo-apply-now.application{
		background: none;
		width: 100%;
	}

.promo-apply-now a {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  vertical-align: middle;
   position: relative;
  text-transform: uppercase;
  font-family: "trajan-pro-3";
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border: 2px solid #fff;
  width: 210px;
  top: 29.35%;
  left: -3px;
  	/* gradient */
  		background: #de3f49;
			background: -moz-linear-gradient(top,  #de3f49 0%, #ac1013 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de3f49), color-stop(100%,#ac1013));
			background: -webkit-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: -o-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: -ms-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: linear-gradient(to bottom,  #de3f49 0%,#ac1013 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3f49', endColorstr='#ac1013',GradientType=0 );
}

.promo-apply-now a:hover {
			background: #6dcaf3;
			background: -moz-linear-gradient(top,  #6dcaf3 0%, #1c51ca 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6dcaf3), color-stop(100%,#1c51ca));
			background: -webkit-linear-gradient(top,  #6dcaf3 0%,#1c51ca 100%);
			background: -o-linear-gradient(top,  #6dcaf3 0%,#1c51ca 100%);
			background: -ms-linear-gradient(top,  #6dcaf3 0%,#1c51ca 100%);
			background: linear-gradient(to bottom,  #6dcaf3 0%,#1c51ca 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6dcaf3', endColorstr='#1c51ca',GradientType=0 );
			transition: all 2s;
			-webkit-transition: all 2s;
			-moz-transition: all 2s;
}

.text-books{
	width: 100%;
}

.staff-photo {
	float: left;
	border: 1px solid #d2d2d2;
	padding: 1px;
	margin: 5px 15px 10px 0;
	line-height: 0;
}

.divider {
	margin-top: 25px;
	padding-top: 30px;
	background: url(../images/divider.gif) top left repeat-x;	
}

.content-clear {
	overflow: hidden;
	width: 699px;	
}

.list-left {
	float: left;
	width: 330px;
}

.list-right {
	float: right;
	width: 347px;
}

.flyout-nav {
	width: 706px;
	padding: 25px 0 25px 0;
	border: 1px solid #d2d2d2;
	overflow: hidden;
	background: url(../images/flyout-bg.jpg) top left repeat-y;
	box-shadow: 0 3px 5px #ccc;
}

.flyout-column {
	float: left;
	width: 204px;
	margin-left: 22px;
}

.flyout-column div a {
	display: block;
	border-bottom: 1px solid #dadada;
	padding: 4px 8px 3px 8px;
	text-decoration: none;
	color: #1c3f95;
}

.flyout-column div a:hover {
	background: #d42a13;
	color: #fff;
}

.faculty-table{
	width: 100%;
	position: relative;
}
	.faculty-table li:first-child{
		width: 59%;
		background: none;
		list-style: none;
		display: inline-block;
		padding: 0px;
	}
	.faculty-table li:last-child{
		width: 40%;
		background: none;
		list-style: none;
		display: inline-block;
		padding: 0px;
	}

	.faculty-dd, .category-dd{
    list-style: none;
    overflow: hidden;
    text-align: center;
	}

	.faculty-dd .flyout-column, .category-dd .flyout-column {
	float: left;
	width: 100%;
	margin-left: 0px;
}

.faculty-mem-dd h1{ 
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
}

	.faculty-mem-dd:hover h1{
		text-indent: 10px;
		cursor: pointer;
		transition: all .8s;
		-webkit-transition: all .8s;
		-moz-transition: all .8s;
		color: #d9292e;
		}

.flyout-column ul{
	margin-top: 10px;
	margin: 0px;
	text-align: left;
}

.flyout-column ul li{
	list-style: none;
	background: none;
	text-align: left;
	width: 30%;
	display: inline-block;
	color: #1c3f95;
	padding: 0px;
	border-bottom: 1px solid #dadada;
	margin-right: 10px;
}

	.category-dd .flyout-column ul li{
		width: 45%;
	}

	.flyout-column ul li a{
		color: #1c3f95;
		text-decoration: none;
		padding: 6px 0px;
		display: block;
		padding-left: 10px;
		transition: all .3s;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
	}
		.flyout-column ul li a:hover{
			background-color: #d9292e;
			color: #fff;
			transition: all .3s;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
		}

.out {
     height: 0px;
     transition: all .8s;
     -webkit-transition: all .8s;
     -moz-transition: all .8s;
}

.faculty-dd.in {
   height: 910px;
   top: 0px;
   transition: all .8s;
   -webkit-transition: all .8s;
   -moz-transition: all .8s;
}

.category-dd.in {
   height: 210px;
   top: 0px;
   transition: all .8s;
   -webkit-transition: all .8s;
   -moz-transition: all .8s;
}

.btn-choose-staff{
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.btn-choose-staff a {
	display: block;
	font-family: "trajan-pro-3";
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: #000;
	padding: 10px 0px;
	height: auto;
				background: #e5f2fc;
				background: -moz-linear-gradient(top,  #e5f2fc 0%, #7db9e8 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f2fc), color-stop(100%,#7db9e8));
				background: -webkit-linear-gradient(top,  #e5f2fc 0%,#7db9e8 100%);
				background: -o-linear-gradient(top,  #e5f2fc 0%,#7db9e8 100%);
				background: -ms-linear-gradient(top,  #e5f2fc 0%,#7db9e8 100%);
				background: linear-gradient(to bottom,  #e5f2fc 0%,#7db9e8 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f2fc', endColorstr='#7db9e8',GradientType=0 );

}

.btn-choose-staff a:hover, .btn-choose-staff a:focus {
/* gradient */
  		background: #de3f49;
			background: -moz-linear-gradient(top,  #de3f49 0%, #ac1013 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de3f49), color-stop(100%,#ac1013));
			background: -webkit-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: -o-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: -ms-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: linear-gradient(to bottom,  #de3f49 0%,#ac1013 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3f49', endColorstr='#ac1013',GradientType=0 );
		color: #fff;

}

	.btn-choose-staff a:hover span{
		color: #fff;
	}

.btn-choose-category{
	cursor: pointer;
}

.btn-choose-category a {
	display: block;
	padding: 10px 0px;
	font-family: "trajan-pro-3";
	text-align: center;
	text-decoration: none;
	width: 100%;
	color: #000;
	height: auto;
				background: #e5f2fc;
				background: -moz-linear-gradient(top,  #e5f2fc 0%, #7db9e8 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f2fc), color-stop(100%,#7db9e8));
				background: -webkit-linear-gradient(top,  #e5f2fc 0%,#7db9e8 100%);
				background: -o-linear-gradient(top,  #e5f2fc 0%,#7db9e8 100%);
				background: -ms-linear-gradient(top,  #e5f2fc 0%,#7db9e8 100%);
				background: linear-gradient(to bottom,  #e5f2fc 0%,#7db9e8 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f2fc', endColorstr='#7db9e8',GradientType=0 );
}

.btn-choose-category a:hover, .btn-choose-category a:focus {
	  	/* gradient */
  		background: #de3f49;
			background: -moz-linear-gradient(top,  #de3f49 0%, #ac1013 100%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de3f49), color-stop(100%,#ac1013));
			background: -webkit-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: -o-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: -ms-linear-gradient(top,  #de3f49 0%,#ac1013 100%);
			background: linear-gradient(to bottom,  #de3f49 0%,#ac1013 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3f49', endColorstr='#ac1013',GradientType=0 );
		color: #fff;
}
	.btn-choose-category a:hover span{
		color: #fff;
	}

.btn-choose-staff a span, .btn-choose-category a span{
	color: #d9292e;
}

.btn-choose-category a:before, .btn-choose-staff a:before{
	content: "▼";
	color: #fff;
	background: #92b9d6;
	padding: 5px 8px;
	border-radius: 50%;
	font-size: 10px;
	margin-right: 20px;
}
	.btn-choose-category a:hover:before, .btn-choose-staff a:hover:before{
			background: #b01208;
	}

.bg-blue{
background: #e5f2fc;
				background: -moz-linear-gradient(top,  #e5f2fc 0%, #7db9e8 100%);
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f2fc), color-stop(100%,#7db9e8));
				background: -webkit-linear-gradient(top,  #e5f2fc 0%,#7db9e8 100%);
				background: -o-linear-gradient(top,  #e5f2fc 0%,#7db9e8 100%);
				background: -ms-linear-gradient(top,  #e5f2fc 0%,#7db9e8 100%);
				background: linear-gradient(to bottom,  #e5f2fc 0%,#7db9e8 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f2fc', endColorstr='#7db9e8',GradientType=0 );
}
.bg-red{
background: #de3f49;
			background: -moz-linear-gradient(top,  #de3f49 0%, #ac1013 100%) !important;
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#de3f49), color-stop(100%,#ac1013)) !important;
			background: -webkit-linear-gradient(top,  #de3f49 0%,#ac1013 100%) !important;
			background: -o-linear-gradient(top,  #de3f49 0%,#ac1013 100%) !important;
			background: -ms-linear-gradient(top,  #de3f49 0%,#ac1013 100%) !important;
			background: linear-gradient(to bottom,  #de3f49 0%,#ac1013 100%) !important;
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de3f49', endColorstr='#ac1013',GradientType=0 ) !important;
		color: #fff !important;
}

.faculty-col{
	overflow: hidden;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
}
.faculty-col.out.in{
	height: auto;
	top: 0px;
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
}

.faculty-col.out{
	transition: all .8s;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
}

.faculty-mem-dd h1{
	margin-bottom: 0px;
}


.form-row {
	width: 100%;
	border-top: 1px solid #e3e3e3;
	padding: 15px 0;
	overflow: hidden;
	font-size: 14px;
}
.form-row input, .form-row select, #pageContent_captchaDiv input{
	width: 97%;
}

		.formRowRadio input,
		#pageContent_whichProgram input{
			width: auto !important;
		}

.no-color{
	background-color: rgba(0,0,0,0) !important;
	color: rgba(0,0,0,0) !important;
	visibility: hidden;
	display: none !important;
}
	.back-to-top:before.no-color{
		color: rgba(0,0,0,0) !important;
	}


.form-left {
	float: left;
	width: 45%;
}

.form-right {
	float: right;
	width: 45%;
}

.form-table {
	width: 100%;
}

.form-table tr td, .form-table ul li, .form-table ul li label {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

	.form-table ul{
		border-top: 1px solid #e3e3e3;
		padding: 15px 0px;
	}

	.form-table ul li{
		background: none;
		list-style: none;
		width: 47.5%;
		display: inline-block;
		vertical-align: top;
		padding-right: 10px;
	}
		.form-table ul li:nth-child(-n+3){
			width: 31%;
		}

	.form-table ul li label{
		padding-bottom: 8px;
	}

	.form-table ul li input, .form-table ul li select{
		display: block;
		width: 100%;
	}

.hdr{
	margin-top: 0px;
	font-family: "trajan-pro-3";
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
}
	.hdr span{
		color: #d9292e;
	}

.hdr.general-info{
	margin-top: 20px;
}

table.content-table {
    margin-bottom: 20px;
    width: 98%;
}

.content-table th {
	background: #00267a;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	padding: 10px 20px;
	vertical-align: middle;
}

.schedule-table th {
	background: #00267a;
	font-size: 12px;
	color: #fff;
	line-height: 16px;
	padding: 5px;
	vertical-align: middle;
	border-color:Black;
	border-width:1px;
	border-style:solid;
}

.schedule-cell {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #000000;
    background-color:#F8E6EA;
}

td.schedule-cell p {
   text-align:justify;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
   color:#353535;
   line-height: 1.6
}

a.scheduleLink {
    font-style:italic;
    font-weight:bold;
    text-align:center;
    font-size:11px;
    color:#000000;
    text-decoration:none
}

a:hover.scheduleLink {
    font-size:11px
}

.content-table td {
	background: #efefef;
	font-size: 12px;
	line-height: 16px;
	padding: 10px 20px;
	vertical-align: middle;	
}

.condensed-table th {
	background: #00267a;
	font-size: 11px;
	color: #fff;
	padding: 5px 5px;
	vertical-align: middle;
}

.condensed-table td {
	background: #efefef;
	font-size: 11px;
	padding: 5px 5px;
	vertical-align: middle;
}
table.paymentChart {
    margin-bottom: 20px;
    border-color:Black;
    border-style:solid;
    border-width:2px;
}

.paymentChart td {
    background-color:#d0e0ff;
    font-weight:bold;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-color:Black;
    border-style:solid;
    border-width:1px;
}

.btn-back a {
	display: block;
	float: right;
	margin: 9px 1px 0 0;
	width: 157px;
	height: 44px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/btn-back.gif) top left no-repeat;
}

.btn-back a:hover {
	background-position: bottom;
}
/*******************************************************************************************************
* Latest News
*******************************************************************************************************/
#latest-news-block {
	float: left;
  width: 100%;
  padding: 30px 0px 36px;
	background: #0e2e7b;
	}
	@media only screen and (min-width: 375px) {
			#latest-news-block {
	    	padding-left: 27px;
	    	padding-right: 27px;
			}
		}
		@media only screen and (min-width: 414px) {
			#latest-news-block {
	    	padding-left: 47px;
	    	padding-right: 47px;
			}
		}
		@media only screen and (min-width: 600px) {
			#latest-news-block {
	    	padding-left: 24px;
	    	padding-right: 24px;
	    	/*background: #0e2e7b url(../images/latestnews-bg.gif) repeat;*/
			}
		}
	#latest-news-block h3 {
		width: 100%;
		margin: 0 0 10px;
		font-family: "trajan-pro-3", serif;
		font-size: 28px;
		font-weight: normal;
		line-height: 32px;
		color: #ffffff;
		text-align: center;
		}
		#latest-news-block h3 span {
			color: #8abdec;
		}
		@media only screen and (min-width: 667px) {
			#latest-news-block h3 {
				margin-bottom: 24px;
			}
		}

	#marqueecontainer {
		width: 100% !important;
		max-width: 1060px;
    	margin: 0 auto;
    	padding: 0 20px;
		}
		@media only screen and (min-width: 375px) {
			#marqueecontainer {
	    	border-top: 1px solid #415a9a;
	    	border-bottom: 1px solid #415a9a;
			}
		}
		/*@media only screen and (min-width: 708px) {
			#marqueecontainer {
	    	max-width: 640px;
			}
		}
		@media only screen and (min-width: 1030px) {
			#marqueecontainer {
	    	max-width: 1060px;
			}
		}
		@media only screen and (min-width: 1100px) {
			#marqueecontainer {
	    	margin-bottom: 0;
	    	width: 100% !important;
			}
		}*/
		ul#marquee {
			margin: 0;
			padding: 0;
			list-style-type: none;
		}
		ul#marquee li {
			text-align: center;
			color: #fff;
			padding: 20px 0;
			border-bottom: 1px dashed rgba(255,255,255,.15);
		}
		ul#marquee li .inner-slide {
			padding: 0 16px;
		}
		ul#marquee li p {
			color: #a9d0ed;
			font-size: 15px;
			margin-bottom: 0;
			}
		ul#marquee li a {
			display: block;
			color: #ffffff;
			margin: 0;
		}
		#marqueecontainer .flex-direction-nav {
			position: absolute;
		  bottom: 0;
	    width: 100%;
	  	}
	  	@media only screen and (min-width: 1100px) {
	  		#marqueecontainer .flex-direction-nav {
					bottom: 50%;
				}
	  	}

		#marqueecontainer .flex-direction-nav .flex-prev {
		  left: 50%;
		  margin-top: 4px;
		  margin-left: -44px;
		  background: url(../images/flexslider-nav-left.png) no-repeat;
		  background-size: 36px 36px;
		  opacity: 1;
			}
			@media only screen and (min-width: 1100px) {
				#marqueecontainer .flex-direction-nav .flex-prev {
					left: 0%;
					width: 28px;
    			height: 28px;
					margin: -14px 0 0 -38px;
				  background-size: 28px 28px;
				}
			}
		#marqueecontainer .flex-direction-nav .flex-next {
		  right: 50%;
		  margin-top: 4px;
		  margin-right: -44px;
		  background: url(../images/flexslider-nav-right.png) no-repeat;
		  background-size: 36px 36px;
		  text-align: center;
		  opacity: 1;
			}
			@media only screen and (min-width: 1100px) {
				#marqueecontainer .flex-direction-nav .flex-next {
					right: 0%;
					width: 28px;
    			height: 28px;
					margin: -14px -38px 0 0;
				  background-size: 28px 28px;
				}
			}

		#marqueecontainer .flexslider:hover .flex-direction-nav .flex-prev {
		  opacity: 0.7;
		  left: auto;
		}
		#marqueecontainer .flexslider:hover .flex-direction-nav .flex-prev:hover {
		  opacity: 1;
		}
		#marqueecontainer .flexslider:hover .flex-direction-nav .flex-next {
		  opacity: 0.7;
		  right: auto;
		}
		#marqueecontainer .flexslider:hover .flex-direction-nav .flex-next:hover {
		  opacity: 1;
		}

/*******************************************************************************************************
* Page Titles
*******************************************************************************************************/

.ttl-school-description,
.ttl-faculty-staff,
.ttl-accreditation,
.ttl-certificate-program,
.ttl-associates-program,
.ttl-bachelors-program,
.ttl-course-schedule,
.ttl-cla-exam-program,
.ttl-placement-information,
.ttl-tuition-payment-plans,
.ttl-financial-aid,
.ttl-military-tuition,
.ttl-law-firms,
.ttl-printable-brochure,
.ttl-school-catalog,
.ttl-legal-analysis,
.ttl-privacy-policy,
.ttl-request-email,
.ttl-request-more-info,
.ttl-student-login,
.ttl-testimonials,
.ttl-terms-of-enrollment,
.ttl-account-information,
.ttl-course-materials,
.ttl-account-information,
.ttl-assignments-exams,
.ttl-edit-your-profile,
.ttl-email-instructor,
.ttl-enrollment-agreement,
.ttl-forms,
.ttl-interactive-classrooms,
.ttl-lexisnexis-tutorial,
.ttl-message-boards,
.ttl-my-courses,
.ttl-update-billing-info,
.ttl-view-change-passwords,
.ttl-view-ledger,
.ttl-enroll-payment-plan,
.ttl-online-application,
.content-heading h1 {
  font-family: "trajan-pro-3", serif;
  color: #ffffff;
  padding: 0;
  font-size: 2.1em;
  text-transform: uppercase;
  line-height: 30px;
  padding-left: 60px;
  top: 45px;
  position: relative;
  float: left;
  text-shadow: 0px 0px 3px rgba(255, 255, 255, .5);
}

.content-heading h1 span{
		line-height: 0px;
		font-size: 1.8rem;
}

.ttl-accreditation,
.ttl-online-application,
.ttl-financial-aid,
.ttl-testimonials,
.ttl-technical-help,
.ttl-site-map,
.ttl-contact-us{
		top: 60px !important;
}

.ttl-legal-studies-program,
.ttl-taxation-degree,
.ttl-compliance-law-degree,
.ttl-bachelors-ba-program {
	top: 30px !important;
}

.ttl-printable-brochure {
	background: url(../images/ttl-printable-brochure.jpg) top left no-repeat;
}
.ttl-account-information{
   background: url(../images/ttl-account-information.jpg) top left no-repeat;
}
.ttl-assignments-exams{
   background: url(../images/ttl-assignments-exams.jpg) top left no-repeat;
}
.ttl-course-materials{
   background: url(../images/ttl-course-materials.jpg) top left no-repeat;
}
.ttl-email-instructor{
   background: url(../images/ttl-email-instructor.jpg) top left no-repeat;
}
.ttl-enrollment-agreement{
   background: url(../images/ttl-enrollment-agreement.jpg) top left no-repeat;
}
.ttl-forms{
   /* background: url(../images/ttl-forms.jpg) top left no-repeat; */
}
.ttl-interactive-classrooms{
   background: url(../images/ttl-interactive-classrooms.jpg) top left no-repeat;
}
.ttl-lexisnexis-tutorial{
   background: url(../images/ttl-lexisnexis-tutorial.jpg) top left no-repeat;
}
.ttl-message-boards{
   background: url(../images/ttl-message-boards.jpg) top left no-repeat;
}
.ttl-my-courses{
   background: url(../images/ttl-my-courses.jpg) top left no-repeat;
}
.ttl-update-billing-info{
   background: url(../images/ttl-update-billing-info.jpg) top left no-repeat;
}
.ttl-view-change-passwords{
   background: url(../images/ttl-view-change-passwords.jpg) top left no-repeat;
}
.ttl-view-ledger{
   background: url(../images/ttl-view-ledger.jpg) top left no-repeat;
}
.ttl-edit-your-profile {    
    background: url(../images/ttl-edit-your-profile.jpg) top left no-repeat;
}
.ttl-enroll-payment-plan {   
    background: url(../images/ttl-enroll-payment-plan.jpg) top left no-repeat;
}

.ttl-course-samples {
	float: left;
	width: 627px;
	height: 65px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 0 26px 0;
	background: url(../images/ttl-course-samples.gif) top left no-repeat;
}

/*******************************************************************************************************
* Footer Definitions
*******************************************************************************************************/

footer {
  min-width: 1000px;
	margin: 0;
	clear: both;
	position: relative;
	display: block;
	color: #84bbe3;
	background: url(../images/footer-bg2.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.red-stripe {
	position: relative;
	width: 100%;
	height: 10px;
	margin: 0 auto;
	background: url(../images/red-stripe_flat.gif) repeat-x top left; 
}

footer a, footer a:hover {
	color: #84bbe3;
}

.footer-bg {
	width: 100%;
	max-width: 1000px;
	padding: 40px 0 40px 0;
	margin: 0 auto;
}

.news-login-office {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	overflow: hidden;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
	}

	@media only screen and (min-width: 740px) and (max-width: 1000px) {
		.news-login-office{
			width: 660px;
		}
	}

.login-row {
	width: 100%;
	background: rgba(10,32,87,0.60);
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
}

.student-login {
	width: 100%;
	max-width: 580px;
	margin: 18px auto 20px;
	padding: 0 0;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.student-login h2 {
	width: 149px;
	margin: 0 auto 10px;
	color: #fff;
	font-weight: 400;
	font-family: "trajan-pro-3";
	overflow: hidden;
}
	.student-login h2 span{
		color: #6c9fce;
	}

.form-student-login {
	float: left;
	width: 100%;
	max-width: 204px;
	height: 37px;
	margin: 0 10px 0 0;
	padding: 3px 10px 3px 30px;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 12px;
	background: #41578F;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.form-student-login.email-field {
	background: #41578F url(../images/icon-email.png) no-repeat 8px 9px; 
}

.form-student-login.password-field {
	background: #41578F url(../images/icon-lock.png) no-repeat 12px 10px;
}

.forgot-password {
	display: block;
	max-width: 570px;
	margin: 0 auto;
	padding: 2px 0;
	font-size: 12px;
	text-align: center;
	background: url(../images/center-rules.png) no-repeat center center;
}

.forgot-password a {
	  display: block;
    margin: 0 auto;
    color: #ffffff;
    text-decoration: none;
    width: 118px;
    padding-left: 15px;
    background: url(../images/icon-info.png) no-repeat 0px 3px;
}

.admissions-info {
	float: none;
	width: 100%;
	max-width: 304px;
	margin: 0 auto 40px;
	color: #ffffff;
	}
	@media only screen and (min-width: 740px) {
		.admissions-info {
			float: left;
			margin: 0 0 40px;
		}
	}
	@media only screen and (min-width: 1020px) {
		.admissions-info {
			float: left;
			margin: 0 28px 40px 0;
		}
	}

.admissions-info p {
	font-size: 14px;
	line-height: 24px;
}

.admissions-info h2 {
	width: 184px;
	margin-top: 0;
	overflow: hidden;
	color: #fff;
	font-weight: 400;
	font-family: "trajan-pro-3";
}
	.admissions-info h2 span{
		color: #6c9fce;
	}

.connect-with-us {
	float: none;
	width: 100%;
	max-width: 304px;
	margin: 0 auto 40px;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	}
	@media only screen and (min-width: 740px) {
		.connect-with-us {
			float: left;
			margin-bottom: 10px;
		}
	}
	@media only screen and (min-width: 1000px) {
		.connect-with-us {
			max-width: 304px;
		}
	}
	@media only screen and (min-width: 1100px) {
		.connect-with-us {
			margin-right: 90px;
		}
	}

.legal-analysis {
	float: none;
	width: 100%;
	max-width: 304px;
	margin: 0 auto;
	}
	@media only screen and (min-width: 740px) {
		.legal-analysis {
			float: left;
		}
	}
	@media only screen and (min-width: 1000px) {
		.legal-analysis {
			max-width: 364px;
		}
	}
	@media only screen and (min-width: 1100px) {
		.legal-analysis {
			max-width: 264px;
		}
	}

.footerlinks-row {
	width: 100%;
	background: rgba(10,32,87,0.60);
	overflow: hidden;
}

.global-nav {
	width: 100%;
	max-width: 364px;
	overflow: hidden;
	margin: 0 auto 40px;
	padding: 0;
}

.global-nav ul {
	list-style: none;
	margin: 0;
	font-size: 12px;
	line-height: 18px;
}

.global-nav ul li {
	float: left;
	margin-right: 30px;
}

.global-nav ul li a {
	color: #ffffff;
}

.global-nav ul li:last-child {
	margin-right: 0;
}

.sticky{
	display: inherit;
	height: 0px;
	position: fixed !important;
	bottom: 12px;
	right: 12px;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}

.back-to-top{
	display: block;
	overflow: hidden;
	width: 44px;
	height: 44px;
	position: absolute;
}
.back-to-top img {
	display: none;
}

.back-to-top.sticky{
	width: 44px;
	height: 44px;
	padding: 10px;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	z-index: 900;
	-webkit-border-radius: 22px;
  border-radius: 22px;
	transition: all .3s;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
}
.back-to-top.sticky img {
		display: inline;
	}
	.back-to-top{
		text-decoration: none;
		color: #fff;
	}
		.back-to-top:hover{
			background-color: #222;
			transition: all .3s;
			-webkit-transition: all .3s;
			-moz-transition: all .3s;
		}

.facebook a {
	display: block;
	width: 210px;
	height: 40px;
	margin-top: 35px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/follow-facebook.gif) top left no-repeat;
}

@media only screen and (min-width: 740px) and (max-width: 1000px) {
	.social-btns {
		float: left;
    margin-right: 0px;
	}
}

.social{
	margin-top: 10px;
	margin-bottom: 20px;
}

.connect-with-us h2,
.legal-analysis h2 {
	margin-top: 0;
	overflow: hidden;
	color: #fff;
	font-weight: 400;
	font-family: "trajan-pro-3";
}
	.connect-with-us h2 span,
	.legal-analysis h2 span {
		color: #6c9fce;
	}

	.social a {
		width: 36px;
    height: 36px;
    display: inline-block;
    vertical-align: top;
    margin-right: 26px;
    background: #ffffff;
    -webkit-border-radius: 18px 18px 18px 18px;
		border-radius: 18px 18px 18px 18px;
		-webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
		box-shadow: 0 2px 3px 0 rgba(0,0,0,.5);
	}
	.social a:last-child{
		margin-right: 0em;
	}
	.social a:hover {
		background: rgba(255,255,255,0.8);
	}

	@media only screen and (max-width: 667px){
		.social a{
			margin-right: 13px;
		}
	}

.copyright-logos {
	display: block;
	width: 1000px;
	overflow: hidden;
	margin: 0 0 auto auto;
	padding: 0 41px 0px 33px;
	width/**/:/**/ 926px; 
	border-top: 1px solid #295994;
}

.vp-logo {
  display: none;
	width: 900px;
	overflow: visible;
	margin: 0 0 auto auto;
	padding: 0 36px 0px 33px;
  height: 134px;
}

.footer-logos {
	display: block;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	}

	.footer-logos ul {
		margin: 0;
	  padding: 0;
	  list-style-type: none;
	  overflow: hidden;
	}

	.footer-logos ul li a {
		position: relative;
		display: block;
		float: left;
		width: 100%;
		height: 98px;
		background: #ffffff;
		border: 1px solid #ffffff;
		text-align: center;
		-moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
		}
		.footer-logos ul li:nth-child(n+2) a {
			border-top-width: 0px;
		}

		@media only screen and (min-width: 560px){
			.footer-logos ul li a {
				width: 50%;
			}
			.footer-logos ul li:nth-child(n+2) a {
				border-top-width: 1px;
			}
			.footer-logos ul li:nth-child(n+3) a {
				border-top-width: 0px;
			}
			.footer-logos ul li:nth-child(even) a {
				border-left-width: 0px;
			}
		}

		@media only screen and (min-width: 835px){
			.footer-logos ul li a {
				width: 33.3%;
			}
			.footer-logos ul li:nth-child(n+3) a {
				border-top-width: 1px;
			}
			.footer-logos ul li:nth-child(n+4) a {
				border-top-width: 0px;
			}
			.footer-logos ul li:nth-child(n+2) a {
				border-left-width: 1px;
			}
			.footer-logos ul li:nth-child(2) a,
			.footer-logos ul li:nth-child(3) a,
			.footer-logos ul li:nth-child(5) a,
			.footer-logos ul li:nth-child(6) a,
			.footer-logos ul li:nth-child(8) a,
			.footer-logos ul li:nth-child(9) a {
				border-left-width: 0px;
			}
		}

		@media only screen and (min-width: 1020px){
			.footer-logos ul li a {
				width: 248px;
                background: transparent;
			}
			.footer-logos ul li:nth-child(n+4) a {
				border-top-width: 1px;
			}
			.footer-logos ul li:nth-child(n+5) a {
				border-top-width: 0px;
			}
			.footer-logos ul li:nth-child(n+2) a {
				border-left-width: 0px;
			}
			.footer-logos ul li:nth-child(5) a,
			.footer-logos ul li:nth-child(9) a,
			.footer-logos ul li:nth-child(13) a {
				border-left-width: 1px;
			}
		}

		@media only screen and (max-width: 1095px) {
            .hideOnNarrowScreen {
                display: none;
            }
		}

	.footer-logos ul li a .logo-overlay {
		position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 100%;
	  background: rgba(10, 32, 87, 0.5);
		}
		.footer-logos ul li a:hover .logo-overlay {
			background: rgba(10, 32, 87, 0);
		}

	.footer-logos ul li a img {
		border: 0;
	}

.copyright {
	width: 100%;
  max-width: 250px;
  margin: 40px auto 10px;
  padding: 0 0;
  font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.norton {
	width: 104px;
	height: 70px;
	margin: 18px auto 0;
	clear: both;
}

.centerMoshe {
    height: 10em;
    position: relative
}

.centerMoshe p {
    margin: 0;
    /*background: yellow;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }

.seal-of-az {
	float: left;
	width: 126px;
	margin: 15px 0 0 0;
}

.fafsa {
	float: left;
	width: 201px;
	margin: 50px 0 0 0;
}

.dantes {
	float: right;
	width: 127px;
	margin: 31px 0 0 0;
}

.nju {
	margin: 0 108px 0 0;
    float: left;
    font-size: 11px;
    position: relative;
    bottom: 23px;
}

.vp {
	margin: 0 38px 0 0;
    float: left;
}

.nccrs {
    margin: 34px 0 0 0;
    float: left;
}

.charterOak {
    margin: 0 0 0 0;
    float: right;
}

button {
    font-family: Arial, Helvetica, sans-serif;
    background-color:#00267a;
    font-size: 8pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal; font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none
}

.buttonBig {
    font-family: Arial, Helvetica, sans-serif;
    background-color:#00267a;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal; font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none;
    width: auto !important;
}

.marginBottom5 {
    margin-bottom:5px;
}

.buttonblue {
    font-family: Arial, Helvetica, sans-serif;
    background-color:#00267a;
    font-size: 8pt;
    font-style: normal;
    line-height: normal;
    font-weight: normal; font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none
}

.buttonbluemoshe {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color:#00267a !important;
    font-size: 12pt !important;
    font-weight: bold !important;
    font-style: normal;
    line-height: normal;
    font-weight: normal; 
    font-variant: normal;
    text-transform: none;
    color: #ffffff !important;
    border-radius:5px !important;
    text-decoration: none
}

.buttonmoishe {
    font-family: Arial, Helvetica, sans-serif;
    background-color:#00267a;
    font-size: 15pt !important;
    /*font-weight: bold !important;*/
    font-style: normal;
    line-height: normal;
    font-weight: normal; 
    font-variant: normal;
    text-transform: none;
    color: #ffffff;
    text-decoration: none
}

.blue-btn {
	display: inline-block;
	height: 37px;
	padding: 7px 14px 8px;
	background: rgba(108,159,206,0.9);
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
}

.blue-btn.login {
	width: 150px;
	height: inherit;
	margin: 0 0 12px;
	padding: 6px 14px 7px;
	cursor: pointer;
}

.blue-btn:hover,
.blue-btn:focus {
	background: #ffffff;
	border-color: rgba(108,159,206,1);
	color: rgba(108,159,206,1);
}

/* Iology Responsive Updates*/
.fa-step-2{
	list-style: none;
}
.fa-step-2 li{
	background: none !important;
  display: inline-block;
}
	.fa-step-2 li:nth-child(2){
		position: relative;
		top: -40px;
	}

.certificate-prgm ul {
	margin: 0px;
	padding: 10px 0px;
}
.certificate-prgm ul li{
	background: none;
	list-style: none;
	display: inline-block;
	padding: 0px 0px 2px 0px;
	vertical-align: top;
}
	.certificate-prgm ul li:first-child{
		width: 75%;
	}

	.certificate-prgm.short ul li{
		width: 45%;
	}

	#divider{
		border-bottom:solid 1px black; 
		width: 60%;
	}

.spaceBelow{
	margin-bottom: 25px;
}
	.spaceBelow p{
		margin-bottom: 0px;
	}
	.spaceBelow ul li, li.regularSize{
		padding-left: 0px !important;
	}
		.certificate-prgm .spaceBelow ul li:first-child{
			width: 75%;
		}

/*******************************************************************************************************
* FLEXSLIDER STYLES
*******************************************************************************************************/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}

.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 36px;
  height: 36px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/*.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}*/
/*.flex-direction-nav a.flex-next:before {
  content: '\f002';
}*/
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

#fullWidthDiv + .sidebar {
	display: none;
}

/* Virtual Tour Section */
.virtual-tour{
	width: 100% !important;
	background: #fff url(../images/virtual-tour-white-bg.png) top center no-repeat;
}

.virtual-tour h1{
	font-size: 48px;
	text-align: center;
	font-family: 'trajan-pro-3', sans-serif;
	line-height: 1;
	padding-bottom: 20px;
	color: #1c3f95;
	border-bottom: 1px solid #ccd3e4;
}

.virtual-tour p{
	text-align: center;
	margin-bottom: 30px;
}

.virtual-tour ul{
	margin: 0;
	padding-left: 0;
	list-style: none;
}

.virtual-tour ul li{
	display: inline-block;
	width: 100%;
	background: none;
	padding: 0;
	margin-bottom: 30px;
	padding: 0;
	text-align: center;
}

.virtual-tour ul li h2{
	font-size: 20px;
	text-align: center;
	font-family: 'trajan-pro-3', sans-serif;
	font-weight: 400;
	line-height: 1;
	color: #1c3f95;
}

.virtual-tour ul li a{
	display: inline-block;
}

.virtual-tour .video{
	position: relative;
}

.virtual-tour .video .video-border{
	transition: ease-out 300ms all;
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	max-width: 445px;
    height: calc(100% - 20px);
    top: 50%;
    left: 0;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
	opacity: .7;
	border: 4px solid #fff;
}

.virtual-tour .video.hover .video-border{
	transition: ease-out 300ms all;
	width: 100%;
	max-width: 100%;
	height: 100%;
	border: 1px solid #fff;
	opacity: 0;
}

.virtual-tour .video a{
	display: block;
	max-width: 475px;
	margin: 0 auto;
}

.virtual-tour .video img{
	transition: ease-out 300ms all;
	width: 100%;
	max-width: 475px;
	display: block;
	margin: 0 auto;
	opacity: .5;
	border: 1px solid #cccccc;
}

.virtual-tour .video .play-btn{
	transition: ease-out 300ms all;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	max-width: 80px;
	max-height: 80px;
	z-index: 2;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	background: rgba(28,63,139,.75);
	border: 8px solid #1c3f95;
	border-radius: 50%;
}


.virtual-tour .video .play-btn:hover{
	transition: ease-out 300ms all;
	background: rgba(132,187,227,1) !important;
	cursor: pointer;
}

.virtual-tour .video .play-btn .btn{
	position: absolute;
	max-width: none;
    width: auto;
    left: 3px;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    border: none;
}

.virtual-tour .video.hover img{
	transition: ease-out 300ms all;
	opacity: 1;
	border: 1px solid #1c3f95;
}

.virtual-tour .video.hover .play-btn{
	transition: ease-out 300ms all;
	border: 8px solid #84bbe3;
	background: rgba(28,63,139,1);
}

.virtual-tour .fancybox-placeholder{
	display: block !important;
}

.fancybox-opened .fancybox-title{
	text-align: center;
    font-size: 16px;
    color: #1c3f95 !important;
    padding-top: 0;
    width: 100% !important;
    left: 0;
    margin-top: 0;
    margin-bottom: -25px;
}

.fancybox-opened .fancybox-title .child{
	display: inline-block;
    padding: 8px 20px;
    background: transparent;
    color: #1c3f95 !important;
    background: white;
    text-shadow: none;
    color: blue;
    font-weight: bold;
    line-height: 24px;
    white-space: normal;
    width: 100%;
    border-radius: 0;
    margin-right: 0;
}

@media only screen and (min-width: 900px){
	.virtual-tour ul li{
		width: calc(100%/2 - 3px);
		display: inline-block;
		padding: 0 15px;
	}
}

#crestpointLink {
	/*text-decoration:none; */
}