/**
* @kpc.kaplan.css
* style of header, footer, main menu, title, breadcrumb and contents in all html pages
*/

/*-------------------- RESET STYLES --------------------*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	/*vertical-align: baseline;*/
}



/*-------------------- end reset styles --------------------*/

/*-------------------- generic styles --------------------*/

* {
	font-family: Arial, Helvetica, sans-serif;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section  { 
	display: block;
}

ul {
	list-style: none;
	-webkit-padding-start: 0;
	overflow: visible;	
}

/*
.content ul li {
	background: url(../images/backgrounds/black-circle-bullet.gif) no-repeat left 5px;
    color: #202020;
    font: 12px/1.4 Arial,Helvetica,sans-serif;
    margin-bottom: 12px;
	margin-left: 12px;
    padding-left: 10px;
}
*/

nav ul  {
    list-style: none;
}

blockquote, q  {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after  {
    content: '';
    content: none;
}

.iframe {
	width: 100%;
	height: 500px;
	overflow: scroll;
}

/*GIGONZALEZ*/
#Video1_uxVideo iframe{
	height:285px;
}


.iframe_eco {
	width: 100%;
	height: 600px;
}



a  {
    margin: 0;
    padding: 0;
	text-decoration: none;
	outline: none;
	color: #116A9D;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
input, select, option {
	outline: none;
	padding: 0;
}

/* change colours to suit your needs */
ins  {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark  {
    background-color: #ff9;
    color: #000; 
    font-style: italic;
    font-weight: bold;
}

del  {
    text-decoration: line-through;
}

abbr[title], dfn[title]  {
    border-bottom: 1px dotted;
    cursor: help;
}

table  {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr  {
    display: block;
    height: 1px;
    border: 0;   
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

img {
	vertical-align: bottom;
	margin: 0;
	overflow: hidden;
	background: none;
	-ms-interpolation-mode: bicubic;
	max-width: 100%;
	height: auto;
}

.group:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}	
.group {
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.hid {
	display: none;
}
.upperCase {
	text-transform: uppercase;
}
strong, b {
	font-weight: bold;
}
em, i {
	font-style: italic;
}
.nobdr {
	border: none !important;
}
.clear {
	clear: both;
}


p  {
    color: #202020;
    font: 14px/1.2 Arial,Helvetica,sans-serif;
}
sup {
	font-size: 9px;
}

.ui-tabs-hide{
	display:none;
}



/*-------------------- end generic styles --------------------*/

/*-------------------- FONT FACE -----------------------------*/
@font-face  {
    font-family: 'MetaBlackLFRoman';
    src: url('../fonts/metabl06-webfont.eot');
    src: url('../fonts/metabl06-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/metabl06-webfont.woff') format('woff'),
         url('../fonts/metabl06-webfont.ttf') format('truetype'),
         url('../fonts/metabl06-webfont.svg#MetaBlackLFRoman') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*-------------------- end font face ------------------------*/ 

/*-------------------- STYLES TO FIX I PHONE/POD --------------------*/
*  { -webkit-text-size-adjust: none; }

/*-------------------- HEADER --------------------*/

/*-------------------- HEADER --------------------*/
.header-wrapper header {
	background: url(../images/backgrounds/header-top-bg.gif) repeat-x left top;
}
header .header-top {
	margin: 0 auto;
	width: 980px;
	height: 100px;
}
.header-top .logo {
	background: url(../images/backgrounds/logo-bg.png) no-repeat left top;
	float: left;
	width: 341px;
	height: 85px;
	margin-left: -53px;
	padding: 15px 0 0 53px;
}
.header-top .header-links {
	float: right;
	width: 635px;
	padding-top: 18px;
}
.header-links .top-options {
	float :right;
	margin-bottom: 16px;
	margin-left: 0;
}
.header-links .top-options li {
	background :url(../images/backgrounds/generic-dividers.png) no-repeat left 4px;
	display: inline;
	text-align: right;
	padding-left: 9px;
	margin-left: 5px;


}
.header-links .top-options li.first-child,
.no-js .header-links .top-options li:first-child {
	background: none;
	padding-left: 0px;
	margin-left: 0px;
}	
.top-options li .tel {
	background: url(../images/icons/phone-icon.png) no-repeat left top;
	font :bold 14px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-left: 25px;
	display: inline-block; *display:inline; *zoom:1;
	position: relative;
	top:1px;
}
.top-options li .tel .value {
	font :bold 14px/20px Arial, Helvetica, sans-serif;
	color: #fff;
}
.top-options li a,
.top-options li span {
	font: bold 11px/20px Arial, Helvetica, sans-serif;
	color: #fff;
}

.header-container{
    float:left;
	width:100%;
}

.header-graphic-container{
	float:left;
	display:inline-block;
	margin: 1px 20px 0 0;
}

.header-links .search-box-top {
	clear: both;
	float: right;
	width: 236px;
	height: 21px;
	position: relative;
}
.header-links .search-box-top input {
	border: 1px solid #ccc;
	width: 189px;
	height: 19px;
	font: 12px/19px Arial, Helvetica, sans-serif;
	color: #333;
	padding: 0 5px; 
	float: left;
}	
.header-links .search-box-top input.btn-search {
	background: url(../images/buttons/btn-search.gif) no-repeat left top;
	width: 35px;
	height: 21px;
	padding: 0;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	float:right;
}	
.header-links .search-box-top input.btn-search:hover {
	background-position: left -21px;
}

/*-------------------- end header --------------------*/

/*-------------------- MAIN NAV --------------------*/
/* MAC OS styles */
nav.mac-fix li.first-child a { 
	padding: 0 16px !important; 
} 
nav.mac-fix li.last-child a  { 
	padding: 0 17px 0 16px !important;
}

/* IPad */
.ipad-fix .main-nav-wrapper nav a {
	padding: 0 24px;
}
.ipad-fix nav li.first-child a { 
	padding: 0 20px !important; 
} 
.ipad-fix nav li.last-child a  { 
	padding: 0 19px !important;
}
.ipad-fix .find-box input {
	width: 198px;
}
.ipad-fix .share-title .social-links .google-plus-button {
	width: 105px;
}
.ipod-fix .facebook-button {
	width: 150px !important;
}
.ipad-fix .search-results .input-search {
	width: 600px;
}

.ipad-fix .search-results select,
.ipad-fix .request-information .form select,
.ipad-fix .find-box select,
.ipad-fix .program-detail-head select,
.ipad-fix .tuition-fees-table select {
	background: url(../images/buttons/select-ipad.png) no-repeat right top;
}

.ipad-fix .hero .banner-control a#next {
	right: 5px;
}
.ipad-fix .hero .banner-control a#prev {
	left: 5px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  
	.three-cols-home .col3 .columnwidgetlist li.validation-wrapper select {
		background: #ffffff url(../images/select_arrow.gif) no-repeat right 5px top 2px;
	}
}

/* MAC OS styles end */

.header-wrapper .main-nav-wrapper {
	background-color: #ebebeb;
}
.main-nav-wrapper nav {
	margin: 0 auto;
	width: 1010px;/* old value was 1006px which was causing the last button to wrap in Safari browser */
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { /* Just iPad */
    .main-nav-wrapper nav {
	    width: 1024px;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px),  only screen and (min-device-width : 225px) and (max-device-width : 480px){ /* Just iPad */
    .main-nav-wrapper nav {
	    width: 1024px;
    }
}
.main-nav-wrapper nav ul {
	margin-left: 0;
}
.main-nav-wrapper nav:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.main-nav-wrapper nav li {
	float: left;
	height: 35px;
	border-right: 1px solid #fff;
	position: relative;
	background: none;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
.main-nav-wrapper nav li.first-child {
	border-left: 1px solid #fff;
}
.main-nav-wrapper nav li.first-child a {
	/*padding: 0 25px;*/
	/*padding: 0 26px 0 25px;*/
}
.main-nav-wrapper nav a {
	background: url(../images/backgrounds/main-nav-item-bg.png) repeat-x left top;
	float: left;
	display: inline-block;
	border-left: 1px solid #c3c3c3;
	height: 35px;
	text-transform: uppercase;
	text-align: center;
	font: bold 12px/35px Arial, Helvetica, sans-serif;
	color: #4d4d4d;
	/*padding: 0 24px;*/
	padding: 0 25px;
}
.main-nav-wrapper nav a.active,
.main-nav-wrapper nav li:hover a {
	background-position: left -35px;
	color: #fff;
	text-decoration: none;
}

.main-nav-wrapper nav li.last-child a {
	background: url(../images/backgrounds/main-nav-info-for-bg.png) repeat-x left top;
	border-right: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	color: #fcfaff;
	/*padding:0  30px 0 27px;*/
	/*padding: 0 35px 0 30px;*/

}

/*:root .main-nav-wrapper nav li.last-child a  { padding: 0 34px 0 30px \0/IE9; }*/  /* IE9 */


.main-nav-wrapper nav li.last-child:hover a,
.main-nav-wrapper nav li.last-child.active a,
.main-nav-wrapper nav li.last-child.active:hover a {
	background-position :left -35px;
	color: #fcfaff;
}
/*-------------------- end main nav ----------------*/

/*-------------------- FOOTER --------------------*/
.footer-wrapper {
	background:url(../images/backgrounds/footer-top-bg.gif) repeat-x left 3px;
	position:relative;
}
.footer-wrapper footer {
	margin: -30px auto 50px auto;
	width:980px;
}
.footer-wrapper footer .fb-like-box-frame {
	padding-top:5px;
}
.footer-wrapper footer .footer-top {
	margin-bottom:19px;
}
.footer-wrapper footer .footer-top img {
	display:block;
	margin:0 auto;
}
.footer-wrapper footer .footer-row {
	margin-bottom: 10px;
}
.footer-row .footer-col {
	padding-left: 54px;
	float: left;
}

.footer-col-w1 { width:148px; }
.footer-col-w2 { width:133px; }
.footer-col-w3 { width:170px; }
.footer-col-w4 { width:155px; }
.footer-col-w5 { width:158px; }

.footer-row .footer-col:first-child,
.no-js .footer-row .footer-col:first-child {
	padding-left:0;
}
.footer-row h3 {
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	color:#303030;
	text-transform:uppercase;
	margin-bottom:2px;
}
.footer-row a,
.footer-row p {
	font:11px/17px Arial, Helvetica, sans-serif;
	color:#656565;
}
.footer-row li {
	margin-bottom: 8px;
	margin-left: 0px;
	font: 11px/14px Arial,Helvetica,sans-serif;
	background: none;
	padding-left: 0px;
}
.footer-row a {
	font: 11px/14px Arial,Helvetica,sans-serif;
	/*display: block;*/
}
.footer-row ul {
	margin-bottom:11px;
	margin-left: 0;
}


.registration-form h3,
.footer-row .registration-form h3 {
	font:bold 11px/15px Arial, Helvetica, sans-serif;
	color:#303030;
	text-transform:uppercase;
}
.registration-form p {
	font:11px/19px Arial, Helvetica, sans-serif;
	color:#656565;
	padding-bottom:8px;
}
.registration-form .content li {
	padding-bottom:8px;
	overflow:hidden;
}
.registration-form .content label {
	font:11px/19px Arial, Helvetica, sans-serif;
	color:#303030;
}
.registration-form .content input {
	border:1px solid #b1b1b1;
	width:137px;
	height:21px;
	padding:0 3px 0 6px;
	font:11px/21px Arial, Helvetica, sans-serif;
	color:#303030;
}

@media screen and (-webkit-min-device-pixel-ratio:0)  {
		.registration-form .content input { 
			line-height: normal;
		}
	}
	.registration-form .content input::-webkit-input-placeholder {
		color: #303030;
	}


.registration-form .content input.btn-login {
	background:url(../images/buttons/btn-login.gif) no-repeat left top;
	width:52px;
	height:22px;
	border:none;
	cursor:pointer;
}
.registration-form .content input.btn-login:hover {
	background-position:left -22px;
}
.registration-form .content .checkbox {
	padding-bottom:15px;
}
.registration-form .checkbox input {
	width:15px;
	height:15px;
	border:none;
	margin:1px 6px 0 0;
	padding:0;
	float:left;
}
.registration-form .checkbox label {
	float:left;
}	
.registration-form .content a {
	font: 10px/13px Arial, Helvetica, sans-serif;
	color: #106799;
	display: inline-block;
	margin-top: 2px;
	float: left;
}

.social-list li {
	margin-bottom:9px;
}
.youtube-icon,
.footer-wrapper footer a.youtube-icon {
	background:url(../images/icons/social-icons.png) no-repeat 2px 0;
	font:11px/20px Arial, Helvetica, sans-serif;
	padding-left:30px;
	display:inline-block;
}
.twitter-icon,
.footer-wrapper footer a.twitter-icon {
	background:url(../images/icons/social-icons.png) no-repeat 2px -25px;
	font:11px/20px Arial, Helvetica, sans-serif;
	padding-left:30px;
	display:inline-block;	
}

.fb-icon,
.footer-wrapper footer a.fb-icon {
	background:url(../images/icons/FB_Logo_blue_20.png) no-repeat 2px;/*90173 Update Facebook Like Image and Facebook Logo*/
	font:11px/20px Arial, Helvetica, sans-serif;
	padding-left:30px;
	display:inline-block;	
}

.linkedin-icon,
.footer-wrapper footer a.linkedin-icon {
	background: url(../images/icons/social-icons.png) no-repeat 2px -75px;
	font:11px/20px Arial, Helvetica, sans-serif;
	padding-left:30px;
	display:inline-block;	
}
.google-plus-icon,
.footer-wrapper footer a.google-plus-icon {
	background: url(../images/icons/social-icons.png) no-repeat 2px -100px;
	font:11px/20px Arial, Helvetica, sans-serif;
	padding-left:30px;
	display:inline-block;	
}
.campus-app-icon,
.footer-wrapper footer a.campus-app-icon {
	background: url(../images/icons/social-icons.png) no-repeat 2px -125px;
	font:11px/20px Arial, Helvetica, sans-serif;
	padding-left:30px;
	display:inline-block;	
}
.pinterest-icon,
.footer-wrapper footer a.pinterest-icon {
	background: url(../images/icons/social-icons.png) no-repeat 2px -150px;
	font:11px/20px Arial, Helvetica, sans-serif;
	padding-left:30px;
	display:inline-block;	
}


.footer-wrapper footer .footer-bottom-logo {
	float:left;
	width:69px;
}
.footer-wrapper footer .footer-bottom-content {
	float: left;
	min-width: 640px;
}
.footer-bottom .footer-bottom-content p {
	font:11px/15px Arial, Helvetica, sans-serif;
	color:#656565;
}
.footer-bottom-content p.footer-bottom-links {
	margin-bottom:9px;
	overflow:hidden;
}
.footer-bottom-content p.footer-bottom-links a {
	float: left;
	font: 11px/15px Arial, Helvetica, sans-serif;
	color: #106799;
	margin-right: 7px;
}
.footer-wrapper footer .footer-bottom-feedback {
	float:right;
	width:120px;
	text-align:right;
	padding-top:37px;
}
.footer-wrapper footer .footer-bottom-feedback a {
	background:url(../images/icons/feedback-icon.gif) no-repeat right 1px;
	font:12px/15px Arial, Helvetica, sans-serif;
	color:#000;
	padding-right:27px;
}
/*-------------------- end footer ----------------*/

/*-------------------- CONTENT ----------------*/
.main-content{
	margin:0 auto 130px;
	padding-top: 21px;
	width:980px;
}
.two-cols-content .content-left{
	float:left;
	width:710px;
}

.two-cols-content .content-left .PBItem table tr td iframe {
	width: 100%!important;
}

.two-cols-content .content-left ul li {
	background: url(../images/backgrounds/black-circle-bullet.gif) no-repeat left 5px;    
    font: 12px/1.4 Arial,Helvetica,sans-serif;
	color: #202020;
    margin-bottom: 12px;
	margin-left: 25px;
    padding-left: 13px;
}
.two-cols-content .content-left ol {
	padding-left: 23px;
}
.two-cols-content .content-left ol li {
    font: 12px/1.4 Arial,Helvetica,sans-serif;
	color: #202020;
    margin-bottom: 12px;
	margin-left: 12px;
    /*padding-left: 9px;*/
}
.two-cols-content .content-left td {	
	font: 12px/1.4 Arial, Helvetica, sans-serif;	
	color: #202020;
}
.two-cols-content h2{
	color: #202020;
	font: bold 20px/22px Arial, Helvetica, sans-serif;		
}
.two-cols-content p {
	color: #202020;
	font: normal 14px/1.2 Arial, Helvetica, sans-serif;	
}
.two-cols-content .content-right{
	float:right;
	width:250px;
}
.two-cols-content .featured .right-content{
	width: 232px;
}
.two-cols-content .featured .right-content ul li .text{
	width: 117px;
}
/*-------------------- end content ----------------*/

/*------------ TITLE GRADIENT CONTENT ------------*/
.title-gradient-content {
	margin-bottom: 21px;
	text-align: left;
}
.title-gradient-content h2 {
	background: url(../images/backgrounds/info-for-acc-item.png) repeat-x left top;
	font: bold 12px/28px Arial,Helvetica,sans-serif;
	color: #310A61;
	padding-left: 16px;	
	margin-bottom: 0;
}
.content .title-gradient-content h2 {
	margin-bottom: 0;
}
.title-gradient-content .content {
	/*css3*/
	background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 71%, #ffffff 87%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(71%,#ffffff), color-stop(87%,#ffffff), color-stop(100%,#f1f1f1)); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 71%,#ffffff 87%,#eaeaea 100%); /* Opera11.10+ */
	background: linear-gradient(top, #f1f1f1 0%,#ffffff 71%,#ffffff 87%,#eaeaea 100%); /* W3C */
	-pie-background: linear-gradient(top, #f1f1f1 0%,#ffffff 71%,#ffffff 87%,#eaeaea 100%); /* PIE css3*/
	behavior: url(/common/css/PIE.htc);
}

/*------------- end title gradient content ------------*/

/*-------------------- FACTS BOX ----------------------*/
.facts-box {
	/*padding: 20px 28px 26px 21px;	this was messing up the degree calculation image on homepage */
	height: 212px;
}
.facts-box img {
	margin-bottom: 14px;
}
.content.facts-box p,
.facts-box p {
	font: 13px/1.3 Arial, Helvetica, sans-serif;
	color: #1d1d1d;
	margin-bottom: 6px;
}
.facts-box p span {
	font: bold 24px/24px Arial, Helvetica, sans-serif;
	color: #303030
}
.facts-box p.note {
	font: 10px/1.3 Arial, Helvetica, sans-serif;
	color: #717171;
}
.facts-box a.read-more {
	background: url(../images/backgrounds/blue-arrows.png) no-repeat right 5px;
	display: inline-block;
	font: bold 12px/14px Arial,Helvetica,sans-serif;
	color: #106799;
	padding-right: 9px;	
}

/*------------------ end facts box -------------------*/

/*-------------------- TITLE AND BLUR CONTENT ----------------*/
.title-blur-content {
	margin-bottom:23px;
}
.title-blur-content h2.title-blur {
	background:url(../images/backgrounds/title-blur-bg.gif) repeat-x left top;
	height:28px;
	font:bold 12px/28px Arial, Helvetica, sans-serif;
	color:#310a61;
	padding-left:16px;
}
.title-blur-content .content-blur {
	padding:0 14px 5px 13px;
	/*css3*/
	background: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 42%, #ffffff 79%, #eaeaea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(42%,#ffffff), color-stop(79%,#ffffff), color-stop(100%,#eaeaea)); /* Chrome,Safari4+ */
	background: -o-linear-gradient(top, #eeeeee 0%,#ffffff 42%,#ffffff 79%,#eaeaea 100%); /* Opera11.10+ */
	background: linear-gradient(top, #eeeeee 0%,#ffffff 42%,#ffffff 79%,#eaeaea 100%); /* W3C */
	-pie-background: linear-gradient(top, #eeeeee 0%,#ffffff 42%,#ffffff 79%,#eaeaea 100%); /* PIE css3*/
	behavior: url(/common/css/PIE.htc);
}
/*-------------------- end title and blur content  -----------*/

/*-------------------- TOP TITLE ----------------------*/
.breadcrumb-container{
    height: auto;
    overflow: hidden;
}
.top-title {
	border-bottom: solid 1px #ccc;
	margin-bottom: 18px;
	padding-bottom: 8px;
}
.top-title h1 {
	float: left;
    width:450px; /*680px;*//*90173 Update Facebook Like Image and Facebook Logo*/
	font: 22px/27px 'MetaBlackLFRoman',Arial, Helvetica, sans-serif;
	color: #2c0659;
	text-transform: uppercase;
}
.top-title ul,
.share-links {
	float: right;
	overflow: hidden;
	margin-top: 9px;
	margin-left: 0;	
}
.top-title li,
.share-links li {	
	float: left;	
	padding: 0 0 0 12px;
	margin-left: 12px;
	font: normal 11px/14px Arial, Helvetica, sans-serif;
	background: url(../images/backgrounds/generic-dividers.png) no-repeat left -34px;		
}
.top-title li:first-child,
.top-title li.first-child,
.share-links li.first-child {
	background: none;
	padding-left: 0;
	margin-left: 0;
}
.top-title li a,
.share-links li a {
	color: #202020;
	text-decoration: none;
	font: normal 11px/11px Arial, Helvetica, sans-serif;
}
.top-title li a:hover,
.share-links li a:hover {	
	text-decoration: underline;
}

.top-title .social-links li{
    background: 0;
    padding: 0;
}
/*.top-title .social-links li.google-plus-button{
    width: 76px;
}
.top-title .social-links li.facebook-button{
    width: 96px;
}
.top-title .social-links li.twitter-button{
    width: 59px;
}*/
/*-------------------- end top title ----------------------*/

/*--------------------- SHARE TITLE ---------------------*/
.share-title{
	position: relative;
}
.share-title ul{
	position: absolute;
	right: 0;
	top: -30px;
	margin-top: 0;
}
.share-title ul.columnwidgetlist {
	position: static;
}
.share-title .social-links{
	top: 0;
}
.share-title .social-links li{
	background: none;
	padding: 0;
}
/*.share-title .social-links .facebook-button{
	width: 132px;
	padding-top: 2px;
}
.share-title .social-links .google-plus-button{
	width: 81px;
	height: 24px;
}
.share-title .social-links .twitter-button{
	width: 96px;
	padding-top: 2px;
}*/
/*--------------------- end share title ---------------------*/

/*-------------------- BREADCRUMB ----------------------*/
.breadcrumb {
	margin-bottom: 17px;
	margin-left: 0;
}
.breadcrumb li {
	float: left;
	background: url(../images/backgrounds/generic-dividers.png) no-repeat left -67px;
	padding: 0 0 0 14px;
	margin-left: 8px;
	margin-bottom: 0;
}
.breadcrumb li:first-child {
	background: none;
	padding-left: 0;
	margin-left: 0;
}
/*.breadcrumb li.first-child {
	padding-left: 0;
}
.breadcrumb li.last-child {
	background: none;
	padding-right: 0;
}*/
.breadcrumb li.last-child a {
	padding-right: 0;
	color: #2c0659;		
	text-decoration: none;	
	font-weight: bold;
	cursor: default;
}
.breadcrumb li a {	
	font: normal 11px/normal Arial, Helvetica, sans-serif;
	text-decoration: none;	
	color: #202020;
	display: block;	
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
.breadcrumb li.last-child a:hover {
	text-decoration: none;	
}
/*-------------------- end breadcrumb ----------------------*/

/*-------------------- CONTENT TABLE COLS --------------------*/

div.four-cols ul li ul li {
    background: url(../images/backgrounds/gray-arrow.png) no-repeat left 5px;
    margin: 2px 0;
    padding: 0 0 0 10px;
}

div.three-cols .item {
	width: 220px;
	padding-left: 25px;
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
/*-------------------- end content table cols --------------------*/



/*-------------------- HOME CONTENT TWO/THREE COLS --------------------*/
.three-cols-home  {
	margin-bottom: 34px;
}
.three-cols-home .col1  {
	float: left;
	width: 430px;
	margin-right: 35px;
}
.three-cols-home .col2  {
	float: left;
	width: 236px;
}
.three-cols-home .col3  {
	float: right;
	width: 246px;
}

.two-cols-home .content-left {
	float: left;
	width: 702px;
}
.two-cols-home .content-right {
	float: right;
	width: 250px;
}

.two-cols-home .content-right .title-gradient-content {
	margin-bottom: 0;
}

/*-------------------- end home content two/three cols --------------------*/

/*-------------------- BOTTOM NOTE --------------------*/
.bottom-note {
	padding-top: 5px;
}
.bottom-note p,
.content-block .bottom-note p, 
.content .bottom-note p {
	font: 11px/1.3 Arial, Helvetica, sans-serif !important;
	color: #656565;
	margin-bottom: 12px;
}
.bottom-note a {
	font: 11px/13px Arial, Helvetica, sans-serif;
	/*color: #555;*/
}
.bottom-note ul  {
	margin-bottom: 10px;
	overflow: hidden;
}
.bottom-note ul li  {
	background: url(../images/backgrounds/black-circle-bullet.gif) no-repeat left 5px;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
	color: #555;
	margin-bottom: 12px;
	padding-left: 10px;
}
.bottom-note ul ul {
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px 0;
}
.bottom-note ul ul li {
	background: url(../images/backgrounds/gray-arrow.png) no-repeat left 5px;
	margin: 2px 0;
	padding: 0 0 0 10px;
}

/*-------------------- end bottom note --------------------*/



/*-------------------- CONTENT BLOCK --------------------*/
.content-block {
	padding-right: 0px;
	margin-bottom: 26px;
	/*ie8*/
	margin-bottom: 27px \0/;
	overflow: hidden;
}
.content-block h2 {
	font: bold 20px/24px Arial, Helvetica, sans-serif;
	color: #202020;
	margin-bottom: 15px;
}
.content-block h3, .content h3  {
	font: bold 16px/1.3 Arial, Helvetica, sans-serif;
	color: #202020;
	margin-bottom: 11px;
}
.content-block .text:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}	
.content-block .text {
	display: block;
}
.content-block p, .content p {
	font: 12px/1.4 Arial, Helvetica, sans-serif;
	color: #202020;
	margin-bottom: 12px;
}

.content h2 {
	/*margin-bottom: 7px;*/	
} 

.intro p {
	font-size: 14px;
	line-height: 1.3;
}
.content-block .image-right {
	float: right;
	padding: 2px;
	margin: 0 0 10px 26px;
	border: 1px solid #e0e0e0;
}
.content-block ol {
	margin-bottom: 0;
	list-style: decimal inside;
	font: 12px/1.3 Arial,Helvetica,sans-serif;
	color: #202020;
}
.content-block ol li {	
	margin-bottom: 5px;
}
.content-block ul {
	margin-bottom: 0;
	overflow: hidden;
}

.content-block ul li {
	background: url(../images/backgrounds/black-circle-bullet.gif) no-repeat left 5px;
	font: 12px/1.3 Arial,Helvetica,sans-serif;
	color: #202020;
	margin-bottom: 5px;
	padding-left: 10px;
	/*margin-left: 10px;*/
}

.content-block ul li ul {   
    margin-top: 0;
    padding: 5px 0;
}
.content-block ul li ul li {
    background: url(../images/backgrounds/gray-arrow.png) no-repeat left 5px;
    margin: 2px 0;
    padding: 0 0 0 10px;
}


.content-block a {
	color: #116A9D;
}

.content-block a.back  {
	background: url(../images/backgrounds/back-double-blue-arrow.png) no-repeat left 5px;
	padding-left: 11px;
	color: #116A9D;
    font: bold 12px/14px Arial,Helvetica,sans-serif;
}


.content-block figure.left img, 
.content-block figure.right img  {
	border: 1px solid #E0E0E0; 
    padding: 2px;
}
.content-block figure.left a, 
.content-block figure.right a  {
	display: block;
    position: relative;
	border: 1px solid transparent;
	margin: 0 auto 0 auto;
}
.content-block figure.left a:hover, 
.content-block figure.right a:hover,
.content-block figure.left a:hover img, 
.content-block figure.right a:hover img {
	border-color: #202020;
}


.content-block figcaption.left, 
.content-block figcaption.right, figcaption  {
	color: #202020;
    font: 12px/1.2 Arial,Helvetica,sans-serif;
    margin-top: 8px;
    text-align: center;
}


.content-block figure.left, 
figure.left  {
	margin: 0 auto 10px auto;
	float: none;
}



#uxblogSidebar figure.left,
.event-detail figure.left  {
	margin: 0 10px 10px 0;
}

.content-block figure.right, 
figure.right  {
	margin: 0 0px 10px 18px;
	float: none;
}


.content-block div.item {	
	border-bottom: dotted 1px #d1d1d1;	
    padding-bottom: 21px;
	margin-bottom: 21px;
	overflow:hidden;
	clear:both;
}
.content-block div.item.nobdr {
	border-bottom: none;
	margin-bottom: 15px;
	padding-bottom: 0
}
.content-block div.item a.read-more {
	background: url(../images/backgrounds/blue-arrows.png) no-repeat right 6px;
	color: #116a9d;
	font: bold 12px/1.2 Arial, Helvetica, sans-serif;
	padding-right: 11px;
}


figure a span {
	bottom: 3px;
    height: 19px;
    position: absolute;
    right: 1px;
    width: 36px;
}

figure.video {
	/*width: 219px;*/
}

.pdf-item:hover,
.pdf-item:hover img{
	border: 1px solid #202020 !important;
}

.pdf-item{	
	border: 1px solid transparent;
	display: block;
	position: relative;
	margin-bottom: 6px;
}
.pdf-item img{
	border: solid 1px #e0e0e0;
	padding: 2px;
}
.pdf-item:hover,
.pdf-item:hover img{
	border: 1px solid #202020;
}

/*------------------ end content block ------------------*/

/*------------------- DIALOG --------------------*/
.ui-dialog  { position: absolute; }
.ui-dialog .ui-dialog-titlebar  { padding: .5em .3em .3em 1em; position: relative; display:none; }
.ui-dialog .ui-dialog-title  { float: left; margin: .1em 0 .2em; } 
.ui-dialog .ui-dialog-titlebar-close  { position: absolute; right: .3em; top: 50%; width: 19px; margin: -10px 0 0 0; padding: 1px; height: 18px; }
.ui-dialog .ui-dialog-titlebar-close span  { display: block; margin: 1px; }
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus  { padding: 0; }
.ui-dialog .ui-dialog-content  { position: relative; border: 0;  background: none; overflow: auto; zoom: 1; min-height: 25px; }
.ui-dialog .ui-dialog-buttonpane  { text-align: left; border-width: 1px 0 0 0; background-image: none; margin: .5em 0 0 0; padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane button  { float: right; margin: .5em .4em .5em 0; cursor: pointer; padding: .2em .6em .3em .6em; line-height: 1.4em; width:auto; overflow:visible; }
.ui-dialog .ui-resizable-se  { width: 14px; height: 14px; right: 3px; bottom: 3px; }
.ui-draggable .ui-dialog-titlebar  { cursor: move; }

/*--icons--*/
/*--states and images--*/
.ui-icon  { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
/* Misc visuals ----------------------------------*/
/*--overlays--*/
.ui-widget-overlay  { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*--overlays--*/
.ui-widget-overlay  { background:#000; opacity: .70;filter:Alpha(Opacity=70); }
.ui-widget-shadow  { margin: -5px 0 0 -5px; padding: 5px; background: #000000; opacity: .70;filter:Alpha(Opacity=70);}
/*--lightbox close button--*/
.dialog-box .close-dialog {
	background: url(../images/buttons/btn-close-lightbox.png) no-repeat left top;
	height: 34px;
	width: 28px;
	display: block;
	position: absolute;
	right: 15px;
	top: 7px;
	left: auto;
}
.dialog-box .close-dialog:hover {
	background-position: -28px top;
}
.dialog-box .close-dialog.mousedown {
	background-position: -56px top;
}
/*-------------------- end dialog ----------------*/

/*-------------------- EVENTS AND NEWS DETAIL --------------------*/
.event-detail {
	margin-bottom: 21px;	
}
.event-detail span{
	color: #a1a1a1;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
.event-detail h2{
	color: #202020;
	font: bold 20px/22px Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
.event-detail img{
	border: solid 1px #e0e0e0;
	padding: 2px;
}
.event-detail p{
	color: #202020;
	font: normal 12px/1.3 Arial, Helvetica, sans-serif;
	margin-bottom: 18px;
}
.event-detail a{	
	color: #116a9d;
	font: bold 12px/14px Arial, Helvetica, sans-serif;	
}
.event-detail a.back{
	background: url(../images/backgrounds/back-double-blue-arrow.png) no-repeat left 5px;
	padding-left: 11px;
	clear: both;
}
.event-detail ol{
	margin-bottom: 0;
	list-style: decimal inside;
	font: 12px/1.3 Arial,Helvetica,sans-serif;
	color: #202020;
}
.event-detail ol li{	
	margin-bottom: 5px;	
}
.event-detail ul{
	margin-bottom: 0;
	overflow: hidden;
}
.event-detail ul li{
	background: url(../images/backgrounds/black-circle-bullet.gif) no-repeat left 5px;
	font: 12px/1.3 Arial,Helvetica,sans-serif;
	color: #202020;
	margin-bottom: 5px;
	padding-left: 8px;
}
.event-detail li ul{   
    margin-top: 0;
	margin-bottom: 0;
    padding: 5px 0;
}
.event-detail li ul li{
    background: url(../images/backgrounds/gray-arrow.png) no-repeat left 5px;
    margin: 2px 0;
    padding: 0 0 0 10px;
}
.event-detail .btn-register-event{
	background: url(../images/backgrounds/bg-button.png) repeat-x left top;
	height: 21px;
	width: 180px;
	display: block;
	padding-left: 0;
	margin-bottom: 0px;
	border-left: solid 1px #229ee4;
	border-bottom: solid 1px #1a9ae3;
	border-right: solid 1px #1a9ae3;
	color: #fff;
	font: bold 11px/22px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 18px;
}
.event-detail .btn-register-event:hover{
	background: #116ca0;
	text-decoration: none;
	border-color: #116ca0;
}

/*-------------------- end events and news detail --------------------*/

/*-------------------- MEDIA ICONS --------------------*/
figure a {
	border: 1px solid transparent;
	display: inline-block;
	position: relative;
}
figure a img {
	border: 1px solid #E0E0E0;
	padding: 2px;
}
figure a:hover,
figure a:hover img{
	border: 1px solid #202020;
}

.pdf-icon{
	background: url(../images/icons/media-icons.png) no-repeat left -38px;
	position: absolute;
	height: 19px;
	width: 36px;
	right: 3px;
	bottom: 3px;
	cursor: pointer;
}

.doc-icon{
	background: url(../images/icons/media-icons.png) no-repeat left 0;
	position: absolute;
	height: 19px;
	width: 36px;
	right: 3px;
	bottom: 3px;
	cursor: pointer;
}

.ppt-icon{
	background: url(../images/icons/media-icons.png) no-repeat left -19px;
	position: absolute;
	height: 19px;
	width: 36px;
	right: 3px;
	bottom: 3px;
	cursor: pointer;
}

.picture-icon{
	background: url(../images/icons/media-icons.png) no-repeat left -57px;
	position: absolute;
	height: 19px;
	width: 36px;
	right: 3px;
	bottom: 3px;
	cursor: pointer;
}
.video-icon {
	background: url(../images/icons/media-icons.png) no-repeat left -76px;	
	cursor: pointer;	
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 36px;
	height: 19px;
}

a.hero,
a.large,
a.featured,
a.mid,
a.small {
	border: 1px solid transparent;
	display: inline-block;
	position: relative;
}
a.hero img,
a.large img,
a.featured img,
a.mid img,
a.small img {
	border: 1px solid #E0E0E0;
	padding: 0px;
	margin:-2px;
}
a.hero:hover,
a.hero:hover img,
a.large:hover,
a.large:hover img, 
a.featured:hover,
a.featured:hover img,
a.mid:hover,
a.mid:hover img,
a.small:hover,
a.small:hover img {
	border: 1px solid #202020;
}

a.hero {
	width: 361px;
	height: 227px;
}
a.hero img {
	width: 355px;
	height: 221px;
}
a.large {
	width: 100%;
	height: auto;
}
a.large img {
	width: 100%;
	height: auto;
}

a.hero .play-icon,
a.large .play-icon {
	background: url(../images/backgrounds/large-video-icon.png) no-repeat left top;
	cursor: pointer;
	width: 77px;
	height: 77px;
	position: absolute;
	left: 50%;	
	top: 50%;
	margin: -38px 0 0 -38px;	
}
a.hero:hover .play-icon,
a.large:hover .play-icon {
	background-position: left -77px;
}

a.featured {
	width: 219px;
	height: 139px;
}
a.featured img {
	width: 213px;
	height: 133px;
}
a.mid {
	width: 156px;
	height: auto!important;
}
a.mid img {
	width: 150px;
	/*height: 60px!important;

	this was screwing up the heights on pages like http://kaplandev.imediainc.com/paying-school/tuition-reduction.aspx */
}

.teaser-large a.mid img {
	width: 150px;
	/*height: 94px!important;
	this was screwing up the heights on pages like http://kaplandev.imediainc.com/student-experience/graduation.aspx */
}


a.featured .play-icon,
a.mid .play-icon {
	background: url(../images/backgrounds/play-icon-featured62.png) no-repeat left top;
	cursor: pointer;
	width: 62px!important;
	height: 62px!important;
	position: absolute;
	left: 50%;	
	top: 50%;
	margin: -31px;	
}
a.featured:hover .play-icon,
a.mid:hover .play-icon {
	background-position: left -62px;
}
/*.video-item.mid .play-icon {
	background: url(../images/backgrounds/play-icon-featured52.png) no-repeat left top;
	cursor: pointer;
	width: 52px;
	height: 52px;
	position: absolute;
	left: 50%;	
	top: 50%;
	margin: -26px;	
}
.video-item.mid:hover .play-icon {
	background-position: left -52px;
}*/

a.small {
	width: 103px;
	height: 67px;
}
a.small img {
	width: 97px;
	height: 61px;
}

a.small .play-icon {
	background: url(../images/backgrounds/play-icon35x34.png) no-repeat left top;
	cursor: pointer;
	width: 35px;
	height: 34px;
	position: absolute;
	left: 50%;	
	top: 50%;
	margin: -17px;	
}
a.small:hover .play-icon {
	background-position: left -34px;
}



/*------------------ end media icons ------------------*/

/*------------------ SOCIAL LINKS --------------------------*/
.social-links {
	overflow: hidden;
	margin: 10px 0;
}
.social-links li {
	background: none repeat scroll 0 0 transparent;
	/*float: left;*/
	display:inline-block;*display:inline;*zoom:1;vertical-align:top;
	margin: 0;
	position:relative; top:2px;
	padding: 0;
}
.social-links .google-plus-button {
	height: 24px;
	width: 76px;
	top:0;
}
.social-links .pinterest-button {
	width: 50px;
}
.social-links .facebook-button {
	width: 86px;
}
.social-links .twitter-button {
	width: 86px;
} 
/*----------------- end social links -------------*/

/*----------------- FB HACK ----------------------*/
.fb_edge_widget_with_comment{
	position: absolute;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
	display: none !important;
} 

/*----------------- end FB Hack ----------------------*/

/*----------------- NET PRICE CALCULATOR ----------------*/
.KU_NetPriceCalculator td { 
	line-height: 12px; 
}
.KU_NetPriceCalculator td img { 
	vertical-align: top; 
	display: block; 
}
.KU_NetPriceCalculator td * img {
	display: inline-block; 
}
.KU_NetPriceCalculator td div { 
	overflow: hidden; 
}

/*--------------- end net price calculator --------------*/

/*-------------------- Ektron classes ----------------*/

div.PBViewing {
	float: none;
}

div.PBViewing div.widget div.content {
	overflow: hidden;
}

div.PBViewing ul.columnwidgetlist > li {
	background: none;
	margin-bottom: 0px;
	padding-left: 0px;
}

div.PBColumn { float: none !important; }

div.dropzone ul.columnwidgetlist div.widget {
	width: auto !important;
}
div.dropzone ul.columnwidgetlist div.widget:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}	
div.dropzone ul.columnwidgetlist div.widget {
	display: block;
}

.topmenu .topmenuitem ul li {
	font-size: 12px !important;
	background: none !important;
	margin: 0px !important;
}
.PBViewing .content .h2{
    margin: 0px;
}


/**US#81160 Update Net Price Calculator-Skins*/
#dv_npc_s1_t, #dv_npc_s2_t, #dv_npc_s3_t, #dv_npc_s4_t, #dv_npc_s5_t, #dv_npc_s6_t
{
    line-height:17px !important;
}

.title2
{
    line-height:13px !important;
}

.formtable td, #dv_npc_s6_r td
{
     line-height:17px !important;
}
.HyperlinkStyle a {    
	text-decoration: none !important;
	font-family:Arial !important;
	font-size:13px !important;
	color:#0000EE !important;
	line-height:17px !important;
	font-weight:normal !important;
}
.HyperlinkStyle a:hover
{
    text-decoration:underline !important;
}
/*End here US#81160*/


/*Success stories dot*/

div.CarouselHome div.caroufredsel_wrapper
{
    position:static !important;
}
/*Success stories home page dot*/


li.see-also-separator-home
{
    float: left !important; 
    margin-bottom: 0px !important; 
    margin-left: -12px !important; 
    margin-right: 35px !important; 
    padding-top: 22px !important; 
    position: relative !important; 
    width: 0px !important;
}
/* Changing the width of the main content*/
.two-cols-content .content-right
{
width:274px !important;
}

.main-content
{
width: 998px !important;
}
/* end of changing the width of the main content*/

/*Dotted line above dynamic phone number*/

.request-information .form
{
border-bottom: 1px dotted #B1B1B1 !important;
}
/*end of dotted line above dynamic phone number*/

/*Padding for call now and font size*/
.Callnow
{
padding-top:15px;
padding-bottom:15px;
}

.Callnow strong 
{
 font-size:14px;
 font-family:arial !important;
}
/*end of padding for call now and font size */

.ddlwidth
{
	width: 340px;
}

/*Padding for contact live chat panel*/
.contact-live-chat-panel
{
padding-top:30px 0 9px !important;
}
/*
div.PBViewing div.widget div.content
{
    overflow:inherit !important;
}*/
*+html div.PBViewing div.widget div.content
{
    overflow:inherit !important;
}


/* Ie7 padding fix for Live chat*/
*+html .contact-live-chat-panel
{
padding-bottom:40px !important;
}
/* End of padding Ie7 fix for Live chat*/


div.poll-title
{
    margin:1px !important;
}
/*end of padding for contact live chat panel*/



*+html .PollAssetContainer a
{
padding-left:1px !important;

}
/* IE7 for poll video */
*+html  .PollAssetContainer
{
margin-right: 2px !important;
}
/* end of IE7 for poll video */


/* IE7 for detail program credits */
/* *+html   p.custom
{
 
margin-bottom:480px !important;
z-index: 9999px !important;
position:relative !important;

}*/


 ul li.custom
{
background-image: none !important;
}
/* end of IE7 for poll video */

/* Kaplan Program Details credits fonnt and left alignment */


li p.custom
{
font:13px/1.3 Arial,Helvetica,sans-serif !important;

margin-left: -8px !important;
}

/* Blog comment space // this style was causing bug 91872
.two-cols-content .content-left td
{
    padding-top: 14px !important;
}
*/

.uxLeaveComment h4.CommonFormTitle
{
    font-size:small !important;
}
/* End Blog comment space */

/*Twitter stream height*/
 iframe  html  body.twitter-timeline  html body.timeline  .stream
{
height: 267px !important;
}

/*Blogs changes*/
a h3 
{
    margin-bottom:0px !important;
    margin-top: 22px !important;
    color: #116A9D !important;
    }

a:hover h3
{
    text-decoration : underline !important;
}


/* Multiple rss feed*/

*+html .caroufredsel_wrapper
{
    width: 686px !important;
}
*+html .carousel
{
    width: 686px !important;
}

*+html .flat-carousel .carousel .hidden
{
    background-image : none !important;
}

/* Blog fix */
#uxblogSidebar .item
{
 float: left;
 margin-bottom: 15px;
}


.uxLeaveComment .CommonFormField.name input,
.uxLeaveComment .CommonFormField.website input,
.uxLeaveComment .CommonFormField.comments textarea {
	width: 100%;
}

/*Success stories home page dot ends*/


.page-404-content .link-list {
	width: 100%;
}

.content-block .item .text img {
	width: 100%
}


.ui-widget-header {
	background-image: none;
	border: none;

}

.ui-dialog,
#ifrm-lightbox {
	width: 100%!important;
	top: 75px!important;
	max-width: 100%!important;
	z-index: 10000!important;
}

#ifrm-lightbox {

}
.contact_col {
	width: 100%;
	display: block;
}

.contact_col img.number {
	width: 106px;
	margin: 10px auto;
	display: block;
}

.contact_col img.request {
	width: 209px;
	margin: 20px auto;
	display: block;
}

.show-mobile .carousel-content .content-wrapper img {

	width: 100%!important;
	height: auto!important;
}

.show-mobile .carousel-content .content-wrapper .women_tech figure {
	width: 100%;
	box-sizing: border-box;
	margin: 0!important;
	padding: 0!important;
}

.show-mobile .carousel-content .content-wrapper .women_tech img {
	width: auto!important;
	float: none!important;
	margin: 0 auto 8px auto!important;
	display: block;
	height: auto!important;
}

.higher_ed_comm {
	display: block; 
	margin: 0 auto 20px auto;
	width: 150px;
}

.fb_iframe_widget.military {
	border: 1px solid #d8dfea;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.fb_iframe_widget.military iframe {
	width: 280px!important;
	height: 595px!important;
	display: block;
	border: none!important;
}
.track-text {
	margin-bottom: 10px;
	display: inline-block;
}


@media (min-width: 320px),  (min-width: 225px){

	.main-content {
		width: auto!important;
		padding-left: 29px;
		padding-right: 29px;
		position: relative;
		top: 70px;
	}

	#ctl00_phHero_dzHero_updatepanel {
		position: relative;
		top: 60px;
	}

	.three-cols-home {
		margin-bottom: 25px;
	}

	.three-cols-home .col1 {
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 29px;
	}

	.three-cols-home .col2 {
		width: 100%;
		margin-bottom: 0px;
		float: none;
	}

	.three-cols-home .col3 {
		width: 100%;
		margin-bottom: 29px;
		float: none;
	}

	.two-cols-home .content-left {
		width: 100%;
		margin-bottom: 29px;
	}

	.two-cols-home .content-right {
		float: left;
		width: 100%;
	}

	.two-cols-home .content-right .facts-box img {
		margin: 0 auto 14px auto;
		display: block;
	}


	/* Footer */

	.footer-wrapper {
		background-image: none;
	}

	.footer-wrapper footer {
		width: auto;
		padding-left: 21px;
		padding-right: 21px;

	}

	.footer-top,
	.footer-row.group {
		display: none;
	} 

	

	.footer-bottom.group {
		width: 195px;
		text-align: center;
		display: inline-block;

	}

	.footer-bottom.group.logo {
		width: 70px;
		display: inline-block;
	}

	.footer-bottom.group.links {
		position: relative;
		top: -10px;
	}

	.footer-wrapper footer .footer-bottom-content {
		min-width: 200px;
	}

	.footer-wrapper footer p.show-mobile {
		color: #656565;
		font: 11px/15px Arial,Helvetica,sans-serif;
	}

	/* Interior Global */

	.header-graphic-container {
		float: none;
		display: none;
		margin-bottom: 15px;
	}

	.breadcrumb-container {
		display: none;
		clear: both;
	}

	.top-title h1 {
		width: 100%;
		display: block;
		clear: both;

	}

	.share-title ul {
		display: none;
	}

	.two-cols-content .content-left {
		width: 100%;
	}

	

	/*.content-block p, .content p {
		font-size: 16px;
	}*/

	/* Financial Resources */

	.show-mobile .mobile-drop-down-panels select,
	.show-mobile .carousel select {
	    display: block;
	    height: 40px;
	    margin: 10px auto 25px auto;
	    padding: 10px;
	    width: 80%;
	}

	.show-mobile .mobile-drop-down-panels figure {
		float: left;
		margin-right: 10px;
	}



	.show-mobile .mobile-drop-down-panels  .item {
		margin-bottom: 40px;
	    margin-left: auto;
	    margin-right: auto;
	    text-align: center;
	    width: 250px;
	    clear: both;
	    margin-bottom: 20px;
	    min-height: 115px;
	}

	.show-mobile .mobile-drop-down-panels.Health-Sciences-Faculty---Tabbed-Panels-List-1-Column .item,
	.show-mobile .mobile-drop-down-panels.Business-Faculty---Tabbed-Panels-List-2-Column .item,
	.show-mobile .mobile-drop-down-panels.Legal-Studies-Faculty---Tabbed-Panels-List-2-Column .item {
		width: 100%;
	}

	.show-mobile .mobile-drop-down-panels.Contact-Us-Container .item {
		width: 100%;
		height: auto;
	}

	.show-mobile .mobile-drop-down-panels.Contact-Us-Container  .item .text {
		float: left;
		text-align: left;
		width: 100%;
	}

	.show-mobile .mobile-drop-down-panels.Scholarships-Container .item {
		width: 100%;
	} 

	.show-mobile .mobile-drop-down-panels.Scholarships-Container .item .text {
		width: 260px;
		float: left;
		margin-bottom: 30px;
		display: inline-block;
		text-align: left;
	}

	.show-mobile .mobile-drop-down-panels.Contact-Us-Container  .item .text table td {
		border: solid 1px #dddddd;
		padding: 2px;
	}


	.show-mobile .mobile-drop-down-panels  .item .text {
		width: 135px;
		float: left;
		text-align: left;
	}

	.show-mobile .mobile-drop-down-panels  .item h3 {
		font-size: 12px;
	}

	/* CLubs page */

	.show-mobile .mobile-drop-down-panels.Student-Organizations-List---Tabbed-Panels figure {
		float: none;
		margin-right: 0;
	}

	.show-mobile .mobile-drop-down-panels.Student-Organizations-List---Tabbed-Panels .text {
		width: 100%;
	}

	/* Social Hub */

	iframe.social_hub {
        width: 100%;
        height: 2700px;
        display: block;
    }

    .anchor_position {
		position: relative;
		top: -60px;
	}

	.show-mobile select {
		width: 90%;
		max-width: 400px;
		display: block;
		margin: 10px auto 10px auto;
		padding: 10px;
		height: 40px;
	}

}

@media (min-width: 375px) {
	iframe.social_hub {
        width: 320px;
    }
}


@media (min-width: 480px) {

    iframe.social_hub {
        width: 340px;
        margin: 0 auto;
    }
}

@media (min-width: 535px) {
	.ui-dialog .ui-dialog-content {
		width: 522px!important;
		margin-left: auto!important;
		margin-right: auto!important;
	}
}


@media (min-width: 768px) {
	.main-content {
		top: 50px;
	}

	.three-cols-home .col3 .columnwidgetlist li.PBItem:first-child {
		width: 48%;
		float: left;
	}

	.three-cols-home .col3 .columnwidgetlist .find-box.first-child {
		width: 100%;
	}

	.three-cols-home .col3 .columnwidgetlist li.validation-wrapper {
		width: 100%;
	}

	.three-cols-home .col3 .columnwidgetlist li.PBItem:last-child {
		width: 48%;
		float: right;
	}
	
	.three-cols-home .col3 .columnwidgetlist li .content li:last-child {
		clear: both;
	}

	.three-cols-home .col1 {
		width: 48%;
		float: left;
	}

	.three-cols-home .col2 {
		width: 48%;
		float: right;
	}

	.two-cols-home .content-left {
		width: 48%;
	}

	.two-cols-home .content-right {
		width: 48%;
		float: right;
	}


	.content-block figure.left, figure.left  {
		margin: 0 18px 10px 0px;
	}

	.content-block figure.right, figure.right  {
		margin: 0 0px 10px 18px;
	}

	.content-block figcaption.left, 
	.content-block figcaption.right, figcaption {
		text-align: left;
	}

	.title-gradient-content {
		text-align: left;
	}

	/* Financial Resources */

	.show-mobile .mobile-drop-down-panels figure {
		float: left;
	}

	.show-mobile .mobile-drop-down-panels  .item { 
		float: left;
		width: 150px;
		height: 197px;

	}

	.show-mobile .mobile-drop-down-panels  .item .text {
		text-align: left;
	}

	iframe.social_hub {
		width: 700px;
	}

	.page-404-content .link-list {
		width: 170px;
	}

	#ctl00_ctl00_phMainContent_phMainContent_DropZone1_columnDisplay_ctl00_controlcolumn_ctl02_WidgetHost_dvContent .show-mobile .mobile-drop-down-panels .item {
		width: 223px;
		clear: none;
		height: auto;
	}


	.mobile-drop-down-panels.Scholarships-Container .item {
		width: 363px!important;
	}

	.contact_table {
		width: 50%;
		padding-right: 35px;
		display: inline-block;
		box-sizing: border-box;
		vertical-align: top;
	}

	
	#ifrm-lightbox {
		width: 584px!important;
	}

	.ui-dialog {
		width: 584px!important;
	}




	.contact_col {
		width: 25%;
		display: inline;
		margin: 20px 20px 0px 0;
	}

	.contact_col img.number {
		width: 106px;
		margin: auto;
		display: inline;
	}

	.contact_col img.request {
		width: 209px;
		margin: auto;
		display: inline;
	}

	.fb_iframe_widget.military iframe {
		width: 710px!important;
		height: 595px!important;
	}

	.show-mobile .carousel-content .content-wrapper .women_tech img {
		width: 133px!important;
		float: left!important;
		margin: 0 0 8px 0;
	}

	.show-mobile .mobile-drop-down-panels.Contact-Us-Container  .item .text table td {
		border: none;
	}

	/* Clubs Page */

	.show-mobile .mobile-drop-down-panels.Student-Organizations-List---Tabbed-Panels .item {
		width: 100%;
		height: auto;
		margin-bottom: 40px;
	}

	.show-mobile .mobile-drop-down-panels.Student-Organizations-List---Tabbed-Panels figure {
		float: left;
		margin-right: 10px;
	}

	.show-mobile .mobile-drop-down-panels.Student-Organizations-List---Tabbed-Panels .text {
		width: 600px;
	}

	.show-mobile .mobile-drop-down-panels.Health-Sciences-Faculty---Tabbed-Panels-List-1-Column .item,
	.show-mobile .mobile-drop-down-panels.Business-Faculty---Tabbed-Panels-List-2-Column .item,
	.show-mobile .mobile-drop-down-panels.Legal-Studies-Faculty---Tabbed-Panels-List-2-Column .item {
		height: auto;
	}

	.show-mobile .mobile-drop-down-panels.Health-Sciences-Faculty---Tabbed-Panels-List-1-Column .text,
	.show-mobile .mobile-drop-down-panels.Business-Faculty---Tabbed-Panels-List-2-Column .text,
	.show-mobile .mobile-drop-down-panels.Legal-Studies-Faculty---Tabbed-Panels-List-2-Column .text {
		width: 570px;
	}




	

}




@media (min-width: 768px) {

	iframe.social_hub { 
		height: 1700px;
	}

	.uxLeaveComment .CommonFormField.name input,
	.uxLeaveComment .CommonFormField.website input,
	.uxLeaveComment .CommonFormField.comments textarea {
		width: 370px;
	}

	.content-block .item .text img {
		width: auto;
	}

	.show-mobile .carousel-content .content-wrapper img {

		width: 353px!important;
		height: 152px!important;
	}

	.higher_ed_comm {
		float: right; 
		padding-left: 15px;
	}

	.content-block figure.left, 
	figure.left  {
		float: left;
	}

	.content-block figure.right, 
	figure.right  {
		float: right;
	}


	

}


@media (min-width: 1010px) {

	.iframe {
		width: 998px;
		height: 471px;
	}

	.iframe_eco {
		width:727px;
		height:1000px;
	}

	.main-content {
		width: 998px!important;
		padding: 21px 0 0 0;
		top: 0;
		margin-bottom: 60px;
	}

	.content-block p, .content p {
		font-size: 12px;
	}

	.intro p {
		font-size: 14px;
		line-height: 1.5em;
	}

	#ctl00_phHero_dzHero_updatepanel {
		top: 0px;
	}

	/* Homepage */

	.three-cols-home {
		margin-bottom: 34px;
	}

	.three-cols-home .col1 {
		width: 430px;
		float: left;
		margin-right: 35px;
		margin-bottom: 0;
	}

	.three-cols-home .col2 {
		width: 236px;
		margin-bottom: 0;
		float: left;
	}

	.three-cols-home .col3 {
		width: 246px;
		float: right;
	}

	.three-cols-home .col3 .columnwidgetlist li.PBItem:first-child,
	.three-cols-home .col3 .columnwidgetlist li.PBItem:last-child {
		width: auto;
		float: none;
	}

	.find-box select {
		width: 213px;
	}


	.two-cols-home .content-left {
		width: 702px;
	}

	.two-cols-home .content-right {
		width: 250px;
		margin-bottom: 0;
		float: right;
	}

	/* Footer */

	.footer-wrapper {
		background: url("../images/backgrounds/footer-top-bg.gif") repeat-x scroll left 3px rgba(0, 0, 0, 0)
	}

	.footer-wrapper footer {
		width: 980px;
		margin:0 auto;
	}

	.footer-top,
	.footer-row.group {
		display: block;
	} 

	.footer-bottom.group {
		width: auto;
		text-align: left;
	}

	.footer-wrapper footer .footer-bottom-content {
		min-width: 640px;
	}

	/* Interior Global */

	.header-graphic-container {
	    display: inline-block;
	    float: left;
	    margin: 1px 20px 0 0;
	}

	.breadcrumb-container {
		display: inline-block;
		clear: none;
	}

	.top-title h1 {
		width: 450px;
		margin-bottom: 0;
		margin-left: 67px;
		margin-top: -20px;
	}

	.share-title ul {
		display: block;
	}



	.two-cols-content .content-left {
		width: 710px;
	}

	.two-cols-content .content-right {
	    width: 274px !important;
	}

	.content-block figure.left a, 
	.content-block figure.right a  {
		margin: 0;
	}

	iframe.social_hub {
        height: 1623px;
        width: 880px;
    }

    #uxblogSidebar .item {
    	margin-bottom: 0;
    }

	#uxblogSidebar figure.left,
	.event-detail figure.left  {
		margin: 0 18px 10px 0;
	}

	.ui-dialog,
	#ifrm-lightbox {
		top: 15px!important;
	}
	
	.cbContent
	{
	    padding-bottom: 25px;
	}



    

}	

/*-------------------- END Ektron classes ----------------*/
/*-------------------- END Ektron classes ----------------*/