/*
	Theme Name: Zicklin iFactory Theme 
	Theme URI: http://zicklin.baruch.cuny.edu
	Description: Zicklin WordPress Theme
	Author: Rez Mahmud (Zicklin School of Business)
	Version: 1.0.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
html {
	 
	-ms-text-size-adjust: 100%;
  /* 2 */
	-webkit-text-size-adjust: 100%;

	
	/* html element 62.5% font-size for REM use 
	font-size:62.5%; */
	font-size: 110%;
}


/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;	text-rendering:optimizeLegibility;
}



body {
	/* font-family:"Avenir LT W01_55 Roman1475520", arial, sans-serif; 
	font-family:'Avenir LT W01_55 Roman1475520';
	font-family:"Avenir LT W01_65 Medium1475532", Arial, sans-serif;
	font-family:"Avenir LT W01_65 Medium1475532", Arial, sans-serif;
	*/
	font-family:'Avenir LT W01_65 Medium1475532';
	
	/* color:#444; 
	Avenir LT W01_95 Black_1475562
	*/
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	/* max-width:100%; */
	max-width:110%;
	vertical-align:bottom;
}
td > img {
	max-width:120%;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

}
.logo-img {

}
/* nav */
.nav {

}
/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/



/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen {
	.col-left-print {
		display: none!important;
	}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:0px solid #F0F0F0;
	max-width:96%;
	/* padding:5px 3px 10px;  os  */
	padding: 0;
	text-align:center;
	-webkit-transition: 1.5s all;
          transition: 1.5s all;
	position: relative;
	/* opacity: 0.2; */
}
.wp-caption.animateIn {
    right: 0;
    opacity: 1; }
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:1.5em;
	line-height:24px;
	/* margin:0;
	 padding:0 4px 5px; os */
	padding: 10px 0 15px 0;
	margin: 0 4px 0 4px;
	background-color: #3d54b9;
	color: #fff;
}

@media screen {
.accordion {
	/* margin-top: -20px!important;  
	 border-top: 10px solid #ffffff!important;*/
	}
.accordion-title {
	font-size: 40px;
    color: #0c1d67;
    padding: 25px 95px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    line-height: 1;	
	margin-bottom: 0px!important;
	border-top: 4px solid #ffffff!important;
}
.accordion-title:first-child {
	border-top: 2px solid #ffffff!important;
}
}


@media only screen and (min-width:1025px) {
	#video_quote_section {
		min-height: 130px!important;
	}
	#centers {
			width: 450px!important;
		}
}

@media screen and (max-width: 1024px) {
      .accordion .accordion-title {
        font-size: 32px;
		left: -10px;
        padding: 21px 95px; } 
		#centers {
			width: 100%;
		}
		}
@media screen and (max-width: 700px) {
      .accordion .accordion-title {
        font-size: 24px;
		left: -20px;
        padding: 13px 5px 11px 80px; } 
	  .accordion-small .accordion-title {
        font-size: 24px;
		left: 0px;
        padding: 13px 80px; } 	
		}
		
		
		
@media screen {
.accordion .accordion-title:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 34px;
      width: 33px;
      height: 33px;
      background-image: url(img/icons/icon-accordian-expand@2x.png);
      background-size: 100%;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
			transition: .3s ease; 
			
/* $$ for Arrow  		
	content: '';
   position: absolute;
   border-right:2px solid black;
   border-bottom:2px solid black;
   width:15px;
   height:15px;
   top: calc(50% - 4px);
   left: 20px;
   transform: translateY(-50%) rotate(-45deg);		
	transition: .3s ease; */		
			}
.accordion .accordion-title.open:after {
     background-image: url(img/icons/icon-accordian-collapse@2x.png);
	 transform: scale(1.1, 1.1);
	 top: 30%;
	 
/* $$ for Arrow 
	transform: translateY(-50%) rotate(45deg);
*/		
}
.accordion .accordion-content-small.open:after  {
	background-image: url(img/icons/icon-accordian-collapse@2x.png);
	 transform: scale(1.1, 1.1);
	 top: 24%;
}
	  
.accordion .accordion-title.active + .accordion-content .accordion-content-inner {
      opacity: 1; }
.accordion .accordion-content {
  color: black;
  font-size: 18px;
  line-height: 1.666;
}	
.accordion .accordion-content p {
	margin-bottom: 5px!important;
}

.accordion .accordion-content:nth-last-child(1) p{
	margin-bottom: 20px!important;
}

}

@media screen and (max-width: 1024px) {
      .accordion .accordion-content {
        padding: 0 35px 0 65px; font-size: 16px;} }
    @media screen and (max-width: 700px) {
      .accordion .accordion-content {
        padding: 0 30px 0 60px;} }

		
		
		
@media screen {

thead td {
    padding: 9px 20px 6px;
    text-align: left;
    font-size: 18px;
    min-width: 200px; }
    @media screen and (max-width: 700px) {
      thead td {
        font-size: 16px;
        padding: 8px 20px; } }
  thead td {
    color: #0c1d67!important;
    border-bottom: 2px solid #0c1d67!important;
    font-weight: 500!important; 
	background-color: #ffffff!important;}

table tr:nth-child(even) td {
    background: #ebeef8; }	
table tr:nth-child(odd) td {
    background: #fff; }

	.PlainGrid th.td-top-header, .PlainGrid td.td-top-header {
		font-weight: bold;
		background-color: #ebeef8!important; 
	}
	.PlainGrid td.td-left-header { 
	background-color: #ebeef8!important; 
	color: #2f44a0!important;
	}	
.td-v-align-top td {
	vertical-align: top!important;
}	
.td-v-align-top td > img {
	/* margin-top: -10px!important; */
}
p:empty, p:blank { display: none!important;}
li:empty {
	display: none!important;
	}	
div.attribution {
	width:50%;
	float: left;
}
div.read-more {
	width:40%;
	text-align:right;
}
div.read-more a{ color: #fff; }
div.inside-grid-column {
  color: black;
  font-size: 18px;
  line-height: 1.666;
  margin-top: 0;
  margin-bottom: 2em; }
  @media screen and (max-width: 1024px) {
    div.inside-grid-column {
      font-size: 16px; } }
	  
	  
div.inside-grid-column, .inside-grid-column {

   margin-bottom: 0!important;
}

.list-wrap p a:hover {
	text-decoration: none!important;
	border: 0!important;
} 







/*sub-menu Down arrow  */	
#zk_section_nav button {right: 0!important; top: 0!important; }
	.nav-section-navigation button {right: 0!important; top: 0!important; }
	
ul#zk_section_nav li a { display: block; padding-right: 30px;}	

/* Sub-Menus under Down Arrow  */ 
#zk_section_nav li ul li ul {margin-bottom: -7px!important; margin-right: -10px!important; margin-top: 7px!important; }
#zk_section_nav li ul li ul li ul {margin-bottom: -7px!important; margin-top: 7px!important; margin-right: 0!important;}
#zk_section_nav li ul li ul li ul li ul {margin-bottom: -7px!important; margin-top: 7px!important;}
#zk_section_nav li ul li ul li ul li ul li ul {margin-bottom: -7px!important; margin-top: 7px!important;}  
#zk_section_nav li ul li ul li ul li ul li ul li ul {margin-bottom: -7px!important; margin-top: 7px!important;}

	#breadcrumbs{
    list-style:none;
    margin:0;
    overflow:visible; 
	width: 700px;
	padding-top: 5px;
	}
	  
	#breadcrumbs li{
		display:inline-block;
		vertical-align:middle;
		/* margin-right:15px;  */
	}
	  

	
	/* for 3rd & following li items */
	#breadcrumbs li:nth-child(n+6){
		display: inline-block;
		padding-right: 0;
		margin-top: 1px;
		vertical-align: middle;
		max-width: 6.5em;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;	
	}
	
	#breadcrumbs li a:hover {color: DarkRed;}
	
	
	.breadcrumb-nav li:after {
		margin: 0 5px;
		top: -0.05em;
	}
	
	ul#breadcrumbs li.separator {  margin: 2px!imporatnt;}
	
	ul#breadcrumbs li.item-parent {}
	ul#breadcrumbs li.item-parent:after, ul#breadcrumbs li.item-home:after {display:none;}
	
	.breadcrumb-nav li { font-weight: 400; }

	.listing-item .search-result-listing-title:hover {
       text-decoration: underline!important;
}



 .listing-item a:hover{
	-webkit-box-shadow:inset 0px 0px 0px 0px #fff;
    -moz-box-shadow:inset 0px 0px 0px 0px #fff;
    box-shadow:inset 0px 0px 0px 0px #fff!important;  
    text-decoration: underline!important;	   
}
blockquote a.read-more:hover {
color: #ffffff!important; }
.PlainGrid {
	border: 0!important;
	background-color: #ffffff!important;
	color: #000000;
}
.PlainGrid td, .PlainGrid th {
	border-bottom: 1px solid #bebebe!important;
	background-color: #ffffff!important;
}
.PlainGrid th {
	font-weight: bold;
	color: #00008b!important;
}
.InvisibleGrid, .InvisibleGrid td, .InvisibleGrid th {
	border: 0!important;
	background-color: #ffffff!important;
	color: #000000;
	vertical-align: top;
}
.LineGrid, .LineGrid td, .LineGrid th {
	border: 1px solid #bebebe!important;
	background-color: #ffffff!important;
	color: #000000;
}
.coursepop {
	font-size: 18px;
	/* line-height: 1.666;  */
	color: #1a25a6;	
}
.section-nav > a:hover {
	color: #ffffff!important;
	text-decoration: underline!important;
}

footer .quick-links li a:hover, .contact a:hover  {
	color: #ffffff!important;
	text-decoration: underline!important;
}
.faculty {
    text-align: left!important;
}
td h5, th h5 {
    margin-bottom: 0!important;
	margin-top: 0.5em!important;
}
.listing-item p {
	margin-top: -10px!important;
}
.news-result p {
	margin-top: 0!important;
}


li ul, li ol {
	margin-bottom: 0em;
}

H4 a {
	color: #0c1d67;
}
H4 a:hover {
	color: #444;
}

.wp-caption-text {
	font-size: 1em!important;
}

/*  blockquote  */
blockquote .attribution p:before, blockquote .read-more p:before { 
	display: none;
}
div.read-more {
	top: 50px;
}
div.read-more p {
	font-size: 15px;
	display: inline;
	margin: 0;
}
div.attribution p {
	font-size: 18px;
}
/*  End blockquote  */


}

/* Two across Grid -- MBA Home  */

.two-across.generic-grid .two-across-inner .additional-information-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      float: right;
      margin: 13px 5px 0 0; }
      .two-across.generic-grid .two-across-inner .additional-information-container.non-fixed-width {
        width: auto; }
      @media screen and (max-width: 1024px) {
        .two-across.generic-grid .two-across-inner .additional-information-container {
          display: block;
          width: 100%; }
          .two-across.generic-grid .two-across-inner .additional-information-container.non-fixed-width {
            width: 100%; } }
      .two-across.generic-grid .two-across-inner .additional-information-container span {
        font-size: 25px;
        margin-right: 10px;
        margin-top: 10px; }
        @media screen and (max-width: 1130px) {
          .two-across.generic-grid .two-across-inner .additional-information-container span {
            font-size: 20px;
            margin: 15px 5px 0 0; } }
        @media screen and (max-width: 1024px) {
          .two-across.generic-grid .two-across-inner .additional-information-container span {
            display: block;
            text-align: center;
            margin: 15px; } }
      .two-across.generic-grid .two-across-inner .additional-information-container .btn-container.single-cta {
        margin-left: 15px; }
        @media screen and (max-width: 1024px) {
          .two-across.generic-grid .two-across-inner .additional-information-container .btn-container.single-cta {
            width: auto;
            margin: 26px 0 0; } }
      @media screen and (max-width: 1024px) {
        .two-across.generic-grid .two-across-inner .additional-information-container .btn-container {
          display: block;
          text-align: center; } }
      .two-across.generic-grid .two-across-inner .additional-information-container .btn-container .btn {
        padding: 17px 13px;
        margin-right: 10px;
        background: #ffa528; }
        @media screen and (max-width: 1130px) {
          .two-across.generic-grid .two-across-inner .additional-information-container .btn-container .btn {
            margin-right: 5px; } }
        @media screen and (max-width: 1024px) {
          .two-across.generic-grid .two-across-inner .additional-information-container .btn-container .btn {
            float: none;
            padding: 13px 17px;
            width: 185px;
            font-size: 15px;
            font-weight: 500; } }
        @media screen and (max-width: 700px) {
          .two-across.generic-grid .two-across-inner .additional-information-container .btn-container .btn {
            width: auto;
            margin: 5px 0; } }
        .two-across.generic-grid .two-across-inner .additional-information-container .btn-container .btn:hover {
          background: #ef9211; }


/* End Two across Grid -- MBA Home  */

/* Events Calendar  */

/* End Events Calendar  */

	

/* Zickin News */
.zk-news-title {
	font-size: 0.7em!important;
    color: #0c1d67!important;
}
.two-column-top td {
	vertical-align: top;
	width: 50%;
}
.div-column {
    float: left;
    width: 100%;
	font-size: 18px;
    line-height: 1.666;
}
.div-column50 {
    float: left;
    width: 50%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
.column50-line-left {
	/*padding-left: 15px!important; 
	border-left: 1px solid gray!important; 
	margin-top: 50px!important;*/
	display: inline-block;
    position: relative;
	padding-left: 0.3em;
}
.column50-line-left::before {
    content: '';
    border-left: 1px solid gray;
    position: absolute;
    height: 70%;
    left: 0;
    top: 15%;
}
.column50-line-left h6, .column50-line-left h5, .column50-line-left h4 {
	margin-top: -5px!important;
}
.column50-line-left-p {
	/*padding-left: 15px!important; 
	border-left: 1px solid gray!important; 
	margin-top: 50px!important;*/
	display: inline-block;
    position: relative;
	padding-left: 30px!important;
	margin-left: -10px;
}
.column50-line-left-p::before {
    content: '';
    border-left: 1px solid gray;
    position: absolute;
    height: 70%;
    left: 0;
    top: 15%;
}
.div-column25 {
    float: left;
    width: 24%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
.div-column30 {
    float: left;
    width: 29%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
.div-column35 {
    float: left;
    width: 34%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
.div-column40 {
    float: left;
    width: 39%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
.div-column45 {
    float: left;
    width: 44%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
.div-column60 {
    float: left;
    width: 60%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
.div-column65 {
    float: left;
    width: 65%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
.div-column70 {
    float: left;
    width: 70%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
/* Div Table  */
.div-table-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}
.col-container:after {
	content: "";
    display: table;
    clear: both;
}
.th {font-weight: 600;}
.col- {
    display: table-cell; /* Make elements inside the container behave like table cells */
	padding: 15px 0 0 0;
}
.div-table-container > [class^="col-"] {
	padding: 7px 15px 7px 0;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
	float: left;
}
[class^="col-"] h6, [class^="col-"] h5,[class^="col-"] h4, [class^="col-"] h3 {
	margin-top: 15px!important;
	margin-bottom: -5px;
}

.col-header {
	display: table-cell;
    font-size: 28px;
    color: #0c1d67;
	width: 100%;
	font-weight: 800;
	margin-bottom: -10px;
	margin-top: 10px;
}
.col-header P { 
	margin:0!important; 
	padding: 0!important; 
	font-size: 28px;
    color: #0c1d67;
    font-weight: 800; }
@media screen and (max-width: 700px) {
	[class^="col-"] { width: 100%!important; margin-bottom: -9px;}
	.th { margin-top: 20px!important; }
	.col-header { margin: 15px 0 -25px 0; }
}
.col-33 {
    display: table-cell; 
	width: 33%;
}
.col-50 {
    display: table-cell; 
	width: 50%;
}
.col-25 {
    display: table-cell; 
	width: 25%;
}
.col-66 {
    display: table-cell; 
	width: 66%;
}
.col-75 {
    display: table-cell; 
	width: 75%;
}
.col-15 {
    display: table-cell; 
	width: 15%;
}
.col-85 {
    display: table-cell; 
	width: 85%;
}
/* End Div Table  */
/* Clear floats after the columns */
.div-row:after {
    content: "";
    display: table;
    clear: both;
}
.div-left50 {
	float:left;
	width: 50%;
	padding: 5px 10px 5px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}


.div-column img, .div-column50 img {
	margin-top: -2px;
}
.div-column h6, .div-column50 h6 {
	margin-top: -7px;
}
.div-column a, .div-column50 a {
	color: #00008b;
}
.div-column a:hover, .div-column50 a:hover {
	/*color: #a9a9a9;  */
	color: #0000ff;
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}
.div-column50 ul, .div-column50 ol {
	margin-left: 0!important;
}    
.div-column50 p {
	margin-bottom: 0.5em!important;
}
.column50-line-left ul, .column50-line-left ol {
	margin-left: 15px!important;
}

.sp-row { margin-top: 30px; }
.sp-row:after { 
    content: "";
    display: table;
    clear: both;	
}
.sp-imageL {
	float: left;
    width: 20%;
	/* padding: 0px 10px 5px 2px; */
	padding: 0;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
	overflow: hidden;
}
.sp-imageR {
	float: right;
    width: 20%;
	/* padding: 0px 2px 5px 10px; */
	padding: 0;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
	overflow: hidden;
}

.sp-contentL {
	float: left;
    width: 80%;
	padding: 0 10px 30px 15px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
}
.sp-contentR {
	float: right;
    width: 80%;
	padding: 0 15px 30px 2px;
	font-size: 18px;
    line-height: 1.666;
	word-wrap: break-word;
	text-align: right;
}
.sp-alignright {
	float:right;
	margin:5px 5px 20px 20px;
}
.sp-alignleft {
	float:left;
	margin:5px 20px 20px 5px;
}
p.sp-quoteL {
	display: inline-block;
    position: relative;
	padding: 0;
	margin: 0;
	font-style: italic;
}
p.sp-quoteL::before {
   /* $ removed for calss .left-arrow   $ */
   /*content: '';
    border-left: 5px solid gray;
    position: absolute;
    height: 75%;
    left: 1.3em;
    top: 25px; */
	
}
p.sp-quoteR {
	display: inline-block;
    position: relative;
	/* padding: 1em 2em 0 0;  */
	padding: 0;
	margin: 0;
	font-style: italic;
}
p.sp-quoteR::before {
    /* $ removed for calss .right-arrow   $ */
	/*content: '';
    border-right: 5px solid gray;
    position: absolute;
    height: 75%;
    right: 1em;
    top: 25px */
}

@media screen and (max-width: 1024px) {
	.sp-contentL { padding-left: 15px; }
	.sp-contentR { padding-right: 15px; }
	.accordion-small .accordion-handle-small {
    font-size: 24px!important; }
	.column50-line-left-p p{
	padding-left: 15px;
}
}

@media screen and (max-width: 800px) {
	[class^="div-column"] {
		width: 100%!important;  
		margin: 0!important;
		padding:0!important;
		text-align: left!important;
	}
}
@media screen and (max-width: 700px) {
	.div-row {
		margin: 0!important;
		padding:0!important;
	}
	[class^="div-column"] {
		width: 100%!important;  
		margin: 0!important;
		padding:0!important;
		text-align: left!important;
	}
	.div-left50, .div-column50, .sp-contentL, .sp-contentR, .sp-imageL, .sp-imageR { 
		width: 100%!important;  
		margin: 0!important;
		padding:10px 0!important;
		text-align: left!important;
	}
	.div-column50 img { 
		max-width: 30%!important;
		height: auto!important;
	}
	.div-column td > img { max-width: 98%!important; padding: 0; }
	.div-column img { 
		max-width: 30%!important;
		height: auto!important;
	}
	.div-left50:first-child, .div-column50:first-child {
		font-style: italic!important;
	    font-size: 0.8em!important;
	}
	.wrap-text { word-wrap: break-word; }
	/*  Zicklin Header Logo  */
	.col-left h1 { margin: 0!important; }
    .sp-alignleft, .sp-alignright  { margin-bottom: 5px!important;}
	.accordion-small .accordion-handle-small {
    font-size: 20px!important; }
	
}
@media screen and (max-width: 650px) {
header .centered-container .col-left a.header-baruch-logo span {
	font-size: 60%;
}
}
@media screen and (max-width: 550px)   {
header .centered-container .col-left a.header-baruch-logo span {
	font-size: 47%;
}
}
@media screen and (max-width: 420px)   {
header .centered-container .col-left a.header-baruch-logo span {
	font-size: 41%;
}
}
@media screen and (max-width: 400px)   {
header .centered-container .col-left a.header-baruch-logo span {
	font-size: 38%;
}
}
@media screen and (max-width: 360px)   {
header .centered-container .col-left a.header-baruch-logo span {
	font-size: 35%;
}
}
@media screen and (max-width: 320px)   {
header .centered-container .col-left a.header-baruch-logo span {
	font-size: 31%;
}
}
/* Font Color  */
.font-red { color: #a52a2a!important; }

.morecontent span {
			display: none;
		}
.morelink {
			display: block;
			color:#0000ff;
		}
.morelink:hover { 
	color: #1a25a6;
	font-weight: 500;
	text-decoration: underline;
}		
/* End Font Color  */	
/* $$ Image Frame  $$  */
.imageFrame {
	border-radius: 0%;
	outline: 2px solid white!important;
	outline-offset: -2px!important;
	box-shadow: 2px 2px 6px #333333!important;
}
.imageFrameS {
	border-radius: 0%;
	outline: 3px solid white!important;
	outline-offset: -3px!important;
	box-shadow: 2px 2px 6px #333333!important;
}
.imageFrameBig {
	border-radius: 0%;
	outline: 5px solid white!important;
	outline-offset: -5px!important;
	box-shadow: 2px 2px 6px #333333!important;
}
.imageFrameFaculty {
	border-radius: 0%;
	outline: 5px solid white!important;
	outline-offset: -5px!important;
	box-shadow: 2px 2px 6px #333333!important;
}
/* $$ End Image Frame  $$  */	
/*  $$ Student Profile Image Shape  */

.CircleDiv {
	width: 166px;
	height: 166px;
	margin: 2px 0 0 2px;
	background-attachment: relative;
	background-position: -1px -2px;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	position: absolute;
	z-index: 19;
}

.CircleDivShade {
	width: 170px;
	height: 170px;
	/*background-color: rgba(0,0,0,0.2);
	background-image: linear-gradient(to right bottom, #2f3032, #005d75, #009293, #00c476, #a8eb12);*/
	background-image: linear-gradient(to right bottom, #e5e5e9, #cdcdd1, #b6b6ba, #a0a0a4, #8a8a8e);
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	position: relative;
	z-index: 9;
}

.OctagonDiv{
	width: 170px;
	height: 170px;
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	position: absolute;
	z-index: 19;
	margin: 2px 0 0 2px;
}
.OctagonDivShade{
	width: 174px;
	height: 174px;
	background-color: rgba(0,0,0,0.2);
    -webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	position: relative;
	z-index: 9;
}


/* $$ left Point   */
.LeftPointDiv {  
width: 160px;
height: 160px;
margin: 2px 0 0 2px;
background-attachment: relative;
background-position: 7px -5px;
-webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
position: absolute;
z-index: 19;
}
/* $$ End left Point   */

/* $$ left Point Shade */
.LeftPointDivShade {    
width: 164px;
height: 164px;
background-color: rgba(0,0,0,0.2);
-webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
position: relative;
z-index: 9;
}
/* $$ End left Point   */

/* $$ Right Point    */
.RighPointDiv {
width: 160px;
height: 160px;
margin: 2px 0 0 2px;
background-attachment: relative;
background-position: -20px -5px;
-webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
position: absolute;
z-index: 19;
}
/* $$ End Right Point   */

/* $$ Right Point Shade */ 
.RighPointDivShade {
width: 164px;
height: 164px;
background-color: rgba(0,0,0,0.2);
	 -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
position: relative;
z-index: 9;
}
/* $$ End Right Point   */


/* $$ Heptagon   */
.HeptagonDiv {
width: 170px;
	height: 170px;
	-webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	position: absolute;
	z-index: 19;
	margin: 2px 0 0 2px;
}
/* $$ End Heptagon   */

/* $$ HeptagonShape  */
.HeptagonDivShape {
width: 174px;
	height: 174px;
	background-color: rgba(0,0,0,0.2);
    -webkit-clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);
	position: relative;
	z-index: 9;
}
/* $$ End HeptagonShape   */


.EmptyImageDiv {
	width: 140px;
	height: 160px;
	margin: 2px 15px;
	background-attachment: relative;
	background-position: -1px -2px;
	-webkit-clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	position: absolute;
	z-index: 19;
}
.EmptyImageDivShade {
	width: 140px;
	height: 160px;

	margin-left: 20px;
	background-color: rgba(0,0,0,0.1);
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
clip-path: polygon(0% 0%, 0% 100%, 25% 100%, 25% 25%, 75% 25%, 75% 75%, 25% 75%, 25% 100%, 100% 100%, 100% 0%);
	position: relative;
	z-index: 9;
}

 /* Left Div Arrow */

.left-arrow {
      display: inline-block;
	position: relative;
	background: white;
	padding: 15px;
  padding-left:15px;
  margin-left:30px;
 
}
.left-arrow:before
{
    content: '';
     border-left: 3px solid rgba(128,128,128, 1);
     position: absolute;
     left: -1px;
     height: 60%;
     top: 20%;
}
.left-arrow:after {
    content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 50%;
	margin-top: -25px;
  
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 7px solid rgba(128,128,128, 1);
	border-bottom: 25px solid transparent;
	border-left: 25px solid transparent;
}

/* End Left Div Arrow */

/*  Right Arrow  */
.right-arrow {
      display: inline-block;
	position: relative;
	background: white;
	padding: 15px;
  padding-right:15px;
  margin-right:30px;
 
}
.right-arrow:before
{
    content: '';
     border-right: 3px solid rgba(128,128,128, 1);
     position: absolute;
     right: -1px;
     height: 60%;
     top: 20%;
}
.right-arrow:after {
    content: '';
	display: block;  
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -25px;
  
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-right: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 7px solid rgba(128,128,128, 1);
}
/* End Right Arrow  */

/* Accordion Small  */
.accordion-small {
    background: #f5f5f5;
    margin: 8px 0 10px 0!important;
}
.accordion-large {
    background: #f5f5f5; 
    margin-bottom: 40px;	
}
.accordion-small .accordion-handle-small {
    font-size: 28px!important;
    color: #0c1d67;
    padding: 10px 10px 10px 70px!important;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    line-height: 1;
}
.accordion-large .accordion-handle-large {
    font-size: 40px;
    color: #0c1d67;
    padding: 25px 95px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    line-height: 1;
	margin-bottom: -20px!important;
}
.accordion-small .accordion-handle-small:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px!important;
    width: 25px!important;
    height: 25px!important;
    background-image: url(img/icons/icon-accordian-expand@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-large .accordion-handle-large:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 35px!important;
    width: 33px!important;
    height: 33px!important;
    background-image: url(img/icons/icon-accordian-expand@2x.png);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.accordion-small .accordion-handle-small, .accordion-small .accordion-content-small, .accordion-small .accordion-content {
    padding: 0 10px 15px 60px;
}
.accordion-large .accordion-content {
	padding: 10px 10px 0 95px;
}
.accordion-small .accordion-content:last-child, .accordion-large .accordion-content:last-child {
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #e6e6e6;
}
.accordion-large .accordion-title {
	border-top: 6px solid #ffffff!important;
}

@media screen and (max-width: 1024px) {
	.accordion-small .accordion-handle-small {
    font-size: 24px!important; }
}
@media screen and (max-width: 700px) {
	.accordion-small .accordion-handle-small {
    font-size: 20px!important; }
}
/* Accordion Small  */

/* Other Style, Box Shadow, font Shadow Etc.  */
.commentBody {
    padding: 1em 0.5em 0.1em 1.3em;
    margin: 0.5em 0;
	background-color: #fff;
    border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    box-shadow: 0 0 1em 0 #888;
    -moz-box-shadow: 0 0 0.5em 0 #888;
    -webkit-box-shadow: 0 0 0.5em #888;
}
.highlight-box{
	width:100%;
    height:auto;
    background:#eeee8a;
    margin:20px auto;
	padding: 20px 10px 5px 30px;
}
.box-shadow
{
border: 1px solid #e8e869; /*  e5e554;  */
-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}
.box-shadow1
{
  position: relative;
}
.box-shadow1:before, .box-shadow1:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.box-shadow1:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.box-shadow2
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.box-shadow2:before, .box-shadow2:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.box-shadow2:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.boxFrame {
	border-radius: 0%;
    outline: 5px solid white!important;
    outline-offset: -5px!important;
	-webkit-box-shadow: 2px 2px 6px #333333!important;
    -moz-box-shadow: 2px 2px 6px #333333!important;
    box-shadow: 2px 2px 6px #333333!important;
    background-color: #eeee8a!important;
    padding: 0px;
	margin-bottom: 30px;
}
.boxFrame p {
	padding: 5px 20px 30px 30px!important;
}

/* End Other Style, Box Shadow, font Shadow Etc.  */

.LoginButton {
	z-index: 9;
    position: absolute;
    top: 420px;
    left: 0;
}

.LoginButton  a { 
	color: #67bd55;
	text-shadow: -1px -1px 1px rgba(255,255,255,.1), 1px 1px 1px rgba(0,0,0,.5); 
	}
	.LoginButton  a:hover { color: #edab03; }
.LoginButton  h6 { font-size: 1.1em; }

h6 .cnote {
	font-size: 75%;
	color: #333;
}

.course-list-table td, .course-list-table th {
	padding: 9px 10px 6px 15px;
}

.course-end-note, .course-end-note p {
	font-size: 90%;
	line-height: 1.4em;
	margin-bottom: 1em;
}
.custom-list-item {
	padding-bottom: 20px;
}
.list-wrap > .custom-list-item:last-child {
	padding-bottom: 0;
}

/* ## Faculty List  ##  */
.facultyList {display: table; width: 100%; }
.facultyList .col-container{
	display: table;
	width: 100%;
	margin-bottom: 27px;
	background-color: #f4f4f4;
	border: 1px solid #ddd;
}
.accordion-content .facultyList .col-container{
	border: 0px solid #ddd;
}
.program-list {
	    background: #ffffff!important;
    margin-top: 30px;
    margin-bottom: 30px!important;
    border: none!important;
}
.hrfacultylist {
	margin-left: -1px;
    margin-top: 1px;
    margin-bottom: 1px;
	height: 1px;
	background: #bcbcbc;
}
.accordion-content .facultyList .col-container {background-color: #ffffff;  }
.accordion-content .facultyList .col-container a, .facultyList .col-container a {
	/*color: #0033a0; */
	color: #0c1d67;
	-webkit-transition: all 0.25s;
          transition: all 0.25s;	
	}
.accordion-content .facultyList .col-container a:hover, .facultyList .col-container a:hover {	
	color: #00008b;
    /*box-shadow: inset 0 -2px 0 #1a25a6; */
	box-shadow: inset 0 -2px 0 #00008b;
}
.accordion-content .facultyList .col {
  display: table-cell;
  float: left;
  padding: 11px 0 0 30px;
  color: #333;
  line-height: 1.6em;
} 
	
.facultyList .col {
  display: table-cell;
  float: left;
  padding: 10px 0 8px 40px;
  color: #333;
  line-height: 1.4em;
  max-width: 80%;
  /*outline: 2px solid #eee;
  outline-offset: -2px; */
}
.facultyList .colImage {
  display: table-cell;
  width: 145px;
  vertical-align: top;
  float: left;
}
@media screen and (max-width: 823px) {
.facultyList .col {
	max-width: 70%;
}
}
@media screen and (max-width: 700px) {
.facultyList {
	width: 115%;
    margin-left: -40px;
    margin-right: -80px;
    padding: 0;
}

.facultyList .imageNoFrame, .facultyList .imageFrameS{
	max-width: 100%!important;
	/*padding-left: 30px!important; */
	margin: -1px 0 1px 40px;
}
.facultyList .imageFrameS{ width: 65%; }
.accordion-content .facultyList .col-container {
	margin: 1px -150px 10px -40px;
    width: 100%;
}
.facultyList .colImage { 
	width: 100%;
	display: block;
	}
.accordion-content .facultyList .imageNoFrame {
	width: 50%;
}
.accordion-content .facultyList .col, .facultyList .col {
	max-width: 100%;
}	
.facultyList .facultyName { font-size: 1.36em; }
.facultyList .facultyDetailTable td {
	word-wrap: break-word;
	white-space: normal;
	
}
.facultyList .facultyDetailTable td.fEmail {
	word-break: break-all;
}
}
@media screen and (max-width: 414px) {
.accordion-content .facultyList .imageNoFrame, .facultyList .imageNoFrame {
	width: 100%;
}
.accordion-content .facultyList {
	width: 135%;
	margin-left: -25px;
}
}
.accordion-content .facultyList .imageNoFrame { margin: 0; }
.facultyList .imageNoFrame {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
	margin: -1px 0 -1px -1px;
	padding: 0;
	/* max-width: 100%; */
}
.facultyList .facultyName {
	max-width: 100%;
	font-size:1.5em;
	margin: 5px 0 3px 0;
}
.facultyList .facultyName:hover { 
	/*color: #00008b;
    box-shadow: inset 0 -2px 0 #1a25a6;*/
 }
.facultyList .facultyTitle {
	font-size: 95%; 
	color: #333;
	font-style: italic;
	font-weight: 800;
	line-height:2.2em;
}
.facultyList .facultyDetailTable {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 2px;
	word-wrap: break-word;
}
.facultyList .facultyDetailTable td {
	border:0;
	padding: 0;
	background: transparent;
	word-wrap: break-word;
	white-space: normal;
}
.facultyList .facultyDetailTable th {
	border:0;
	padding: 0 10px 0 0;
	font-size: 80%;
	font-weight: 600;
	color: #333;
	vertical-align: top;
	width: 15%;
}
/*  $##  Virtual Table  ##$   */
.vtable {
	display: table;
}
.vtable-row {
	display: table-row;
}
.vtable-cell-th {
	display: table-cell;
	font-size: 80%;
	font-weight: 600;
	padding-right: 4px;
	color:#333;
	vertical-align: top;
}
.vtable-cell-td {
	display: table-cell;
}
@media screen and (max-width: 700px) {
.vtable {
	display: table;
	width: 100%;
}
.vtable-row {
	/*display: table-caption;  print last block first */
	display: block;         /* print first block first */
	width: 100%;
}
.vtable-cell-th {
	display: block;
	width: 100%;
}
.vtable-cell-td {
	display: block;
	width: 100%;
}
}
/*  $###   Print Style  ###$  */

@media print {
	@page {
    margin-top: 1cm;
    margin-bottom: 1cm;
    margin-left: 1.3cm;
    margin-right: .8cm;
}
html, body {
	
}
body main {	
	padding:0;
	margin:0;
}
body .wp-caption .wp-caption-text, .gallery-caption {
	font-size: 1em;
}
body .zk-home-page .hero-home-inner .hero-home-slide:nth-child(2), body .hero-home-inner .hero-home-slide:nth-child(3), body .hero-home-inner .hero-home-slide:nth-child(4), body .hero-home-inner .hero-home-slide:nth-child(5), body .hero-home-inner .hero-home-slide:nth-child(5) {
	/* display: none; */
	overflow: hidden;
}
body .zk-home-page  .hero-home-inner .hero-home-slide:nth-child(1){
	margin: 0;
	padding: 0;
	display: block;
}

body .zk-home-page .bx-pager {
	display: none;
}
body .zk-home-page .bx-viewport, .zk-home-page .bx-wrapper  {
	height: 600px;
}
body .zk-home-page .hero-home-inner .hero-home-slide {
	 /*position: fixed; */ 
	left:0;
	top:0;
	position: relative;
	margin:-193px 0 0;
	transform:scale(.6,.6);
	 -ms-transform:scale(.6,.6); /* IE 9 */
	 -moz-transform:scale(.8,.8); /* Mozilla */
	 -webkit-transform:scale(.6,.6);/* Opera, Chrome, and Safari */
	/* */
}
body .zk-home-page .hero-home .max-width {
	padding: 0;
	margin: 0 0 0 80px;
}

body .zk-home-page .two-across-inner {
	margin:40px 0 0 0;
	padding: 0;
}
body .zk-home-page .three-across-homepage {
	margin:0;
	padding: 0;
}
body .zk-home-page .three-across-inner {
	margin:20px 0 20px 0!important;
	padding: 20px;
}
body .zk-home-page .three-across.stats {
	margin:30px 0 0 0!important;
	padding: 0;
}
body .zk-home-page .world-class-ready {
	margin: 190px 0 40px 0;
}

body .btn, body .btn-large {
	padding: 10px!important;
	font-size: 14px;
	float: left!important;
	/* margin-top: 25px!important; */
}
body .secondary-wrapper .inner-wrapper {
	width: 100%;
	margin-left: 0;
}
body .breadcrumb-nav li {
	font-size: 12px;
	font-weight: 400;
}
ul#breadcrumbs li.item-parent:after, ul#breadcrumbs li.item-home:after {
	display: none;
	margin: 0!important; 
	padding:0!important;
	}
.breadcrumb-nav li:after {
		margin: 0 5px;
	}
body .breadcrumb-nav {
		width: 100%;
		//height: 40px!important;
		padding:0;
		margin: 0 0 15px 0;
		position: relative;
		z-index: 9999;
	}	
.hero-bottom blockquote, blockquote p, blockquote .attribution  {
	font-size: 16px;  
}
blockquote a.read-more, blockquote .attribution {
	/*font-size: 10px!important; */
}
.hero-bottom blockquote:before {
	left: 10px;
}
.hero-bottom blockquote:before, blockquote p:first-child:before {
	width: 20px;
	height: 20px;
	/*left: -25px!important; */
}	
blockquote p {
	 left: -25px!important; 
}
body .homepage-ctas {
	margin:60px 0 0 0;
	padding: 0;
}
body .homepage-ctas > ul {
	display: inline-grid;
    grid-template-columns: auto auto auto;
    /* padding-left: 100px; */
    overflow: hidden;
	
	/*display: grid;
	grid: 80px / auto auto auto;
	grid-gap: 10px;
	padding: 10px;
	overflow: hidden;
	/*background-color: #2196F3; */
}
#general-dept .homepage-ctas > ul {
	padding: 0 0 50px 0;
}
body .homepage-ctas li {
	/* background-color: rgba(255, 255, 255, 0.8); */
  text-align: center;
 /* padding: 20px 0;
  font-size: 30px; */
}
body .homepage-ctas li a {
		padding: 15px 40px 15px 40px;
		/*width: 300px!important; */
		width: 210px;
}
body .grid-container {
	display: block!important;
}
body .three-across-homepage .block-1{
	float: left!important;
	width: 100%!important;
}
body .three-across-homepage .block-2{
	float: left!important;
	width: 100%!important;
	top: 250px;
	left: 0;
    height: 250px;
}
body .three-across-homepage .block-3{
	float: left!important;
	width: 100%!important;
	left: 0;
	top: 550px;
	height: 250px;
}



/*  Print Home page  */
body .col-left-print {
		max-height: 100px;
		width: 100%;
		display: inline-block;
		float: left;
		padding-left: 20px; 
	}
body .col-left-print .zk-print-logo	{
	width: 300px;
}
main .zk-home-page .col-left-print {
	float: left;
		padding-left: 20px;
}
body .col-left-print img {
		width: 70%;
	}
body .hero-bottom a + .left-wrapper, .feature-blockquote {
	/* margin-left: -10px; 
	width: 100%; */
}
body .title-typical {
	/* margin-bottom: 20px; */
	background-color: #ffffff!imporatnt;
	margin-top: 80px;
	/* background-image: url(image.gif)!imporatnt; */
}
body .title-typical .centered-content, .centered-content {
	    min-height: 80px!important;
}
body .title-typical .title-typical-inner, .title-typical-inner h1 {
	padding-left: 10px!important;
	font-size: 45px;
}
body #dept-top-text {
	width: 100%;
	height: auto;
	clear: both;

}
body .hero-home {
	/* */
	left: -400px;
	width: 295%;
	position: relative;	
    margin: 0;	
	padding: 0;	
}
body .hero-home-inner .hero-home-slide {
	 /*position: fixed; */ 
	left:0;
	top:0;
	position: relative;
	margin:-163px 0 0;
	transform:scale(.6,.6);
	 -ms-transform:scale(.6,.6); /* IE 9 */
	 -moz-transform:scale(.8,.8); /* Mozilla */
	 -webkit-transform:scale(.55,.55);/* Opera, Chrome, and Safari */
	/* */
}
body .hero-home-inner .has-video {
	//margin:-360px 0 -150px 0;
}
body #mba-home .bx-viewport, #mba-home .bx-wrapper  {
	height: 550px;
}
body #mba-home .hero-home-inner .hero-home-slide {
	//margin:-150px 0 0 0;
}
body #mba-home .hero-home-slide {
	margin:-200px 0 0 -30px;
	transform:scale(.6,.6);
	 -ms-transform:scale(.6,.6); /* IE 9 */
	 -moz-transform:scale(.8,.8); /* Mozilla */
	 -webkit-transform:scale(.6,.6);/* Opera, Chrome, and Safari */
}
body #mba-home .hero-home-inner .has-video {
	width: 100;
	margin:-250px 0 0 -30px;
}
body .hero-home.single-slide .hero-home-slide picture{
	 
}
body .hero-home.single-slide h2 {
	font-size: 55px;
	padding: 15px;
	line-height: 2;
}
.hero-home .max-width {
	margin:0;
	padding: 0 0 0 20px;
}

body #mba-home .hero-home .max-width {
	//margin: 0 0 0 250px;
	margin:0;
	padding: 0 0 0 40px;
}
.hero-home .hero-bottom  {
	overflow: hidden!important;
	/*height: 130px!important;*/
}
.hero-home .hero-bottom blockquote {
	padding: 1px 4px 5px 40px;
	font-size: 32px;
}
.hero-home .hero-bottom blockquote:before {
	top: 0;
	width: 25px;
	height: 25px;
}
body .hero-home .hero-bottom .attribution {
	font-size: 30px!important;
}

body .bx-wrapper {
	height: 550px;
	background: #ffffff!important;
	position: relative!important;
}


/*  End Print Home page  */
.two-across .two-across-wrapper, .three-across .three-across-wrapper {
	display: block!important;
	height: auto!important;
}
body .two-across, .three-across {
	margin: 0;
	padding: 0;
}
body .three-across.programs .col .caption {
	padding: 0!important; 
}
body .two-across-inner h2, .three-across-inner h2 {
	font-size: 2em
}
body .accordion .accordion-title {
    padding: 25px 95px;
}
body .accordion-small .accordion-title {
    /* title css */
}
body .accordion-content-inner p, .accordion-content-inner h6{
	padding-left: 15px;
}
body .accordion-small {
    background: #f5f5f5;
    margin: 8px -90px 0 -65px!important;
}
body .accordion .accordion-handle:after, body .accordion .accordion-handle-small:after, body .accordion .accordion-handle-large:after {
	background-image: url(img/icons/icon-accordian-collapse@2x.png)!important;
    background-size: 100%;
    background-repeat: no-repeat;
}

body .LoginButton, .post-edit-link, .LoginButton h6   {
	display: none;
}

/*  $$  General Dept  $$ */

	#general-dept   {
		padding: 1px!important;
	}
	#general-dept .div-column50 {
		width: 100%;
	}
	#general-dept #adminHeroImage {
		//margin-top: 20px;
		padding-top: 40px;
	}

/*  $$  End General Dept  $$ */

/*  $$  MBA Home  $$  */
	
	#mba-home {
		padding: 0;
	}
	#mba-home table td {
		font-size: 14px;
		font-weight: normal;
	}
	#mba-home table td.td-left-header {
		color: #2f44a0;
		font-weight: 800;
		background-color: #ebeef8!important; 
	}
	#mba-home .caption {
		 padding-left: 100px;
	}
	
	#mba-home .two-across-inner {
		margin: 0;
	}
	#mba-home .two-across-wrapper .col {
		margin: 5px;
		padding: 0;
	}
	#mba-home .two-across-wrapper .col:nth-child(odd) .caption h3, #mba-home .two-across-wrapper .col:nth-child(odd) .caption p  {
		/* margin-left: -90px; */
		margin-left: -77px;
	}
	#mba-home .two-across-wrapper .col:nth-child(even) .caption h3, #mba-home .two-across-wrapper .col:nth-child(even) .caption p  {
		 margin-left: -77px; 
	}
	#mba-home .div-row {
		/* margin: 0 70px 0 100px; */
	}
	#mba-home .three-across programs {
		margin: 0!important;
		padding: 0!important;
	}
	#mba-home .three-across-inner {
		padding: 0!important;
		margin-left: 100px!important;
	}
	
	#mba-home .three-across-wrapper .col {
		width: 29%!important;
	}
	#mba-home .three-across-wrapper .col:nth-child(3n+1) {
		margin-left: 1px;
    }	
	#mba-home .three-across-wrapper .col .caption h3, #mba-home .three-across-wrapper .col .caption p {
		color: #ffa528;
		/*margin-left: -210px!important;
		margin-right: 10px;	*/
	}
	#mba-home .additional-information-container { 
		width: 100%;
		/* padding-left: 130px;  */
		}
	body .two-across.generic-grid .two-across-inner .additional-information-container span {
		font-size: 90%;
		width: 750px;
		margin:0!important;
		padding-left: 13px; 
	}
	#mba-home .additional-information-container .btn-container {
		/* margin-top: 60px;
		margin-left: -250px; */
	}
	#mba-home .three-across-inner .additional-information-container {
		/* margin-left: -200px;  */
	}
	body .three-across.programs .three-across-inner .additional-information-container span {
		font-size: 90%;
		margin:0!important;
		width: 750px;
	}
	body #general-dept .three-across.programs {
		margin:0;
		padding-left: 0;
		padding-right: 0;
	}
	/*body .two-across.generic-grid .two-across-inner .additional-information-container .btn-container .btn a, 
	body .three-across.generic-grid .two-across-inner .additional-information-container .btn-container .btn {
		float: left;
		padding:10px;
	}*/
	#mba-home .generic-fullwidth .max-width, #mba-home .generic-fullwidth .heading-subititle-wrap, #mba-home .three-across.get-the-details  {
		padding: 0!important;
		margin: 0!important;
	}
	#mba-home .generic-fullwidth a.btn {
		background: #ffa528!important;
	}
	#mba-home .get-the-details .three-across-inner {
		margin: 0!important;
	}
	#mba-home .get-the-details .col p {
		overflow: visible;
		font-size: 14px;
	}
	#mba-home .get-the-details .col h3 {
		font-size: 20px;
	}
	#mba-home .get-the-details .three-across-wrapper a.no-bg {
		height: 250px!important;
	}
	
	/* $$ Event  $$*/
	body .the-latest {
		margin: 0 0 0 -50px!important;
	}
	body .the-latest .date {
		font-size: 65%;
	}
	body .the-latest .title a {
		font-size: 75%;
	}
	
/*  $$  End MBA Home  $$ */
body .GTP .title-typical {
	height: 200px;
}
body .GTP .title-typical .centered-content .centered-content-inner {
	padding: 0;
}
body .GTP .title-typical .centered-content .centered-content-inner p {
	font-size: 20px;
	padding-left: 13px;
}
body #GTP .bx-wrapper, #GTP .bx-viewport {
	margin:0;
	padding:0;
	height: 400px;
}
body .GTP .navigation, .GTP .breadcrumb-nav, .GTP .section-nav {
	height: 30px!important;
}
body .brand-accent {
	display: none;
}
body #GTP h2.max-width-80 {
	font-size: 32px;
}
body #GTP .hero-home-inner .hero-home-slide {
	position: relative;
	//margin:-163px 0 0 0;
	transform:scale(.6,.6);
	 -ms-transform:scale(.6,.6); /* IE 9 */
	 -moz-transform:scale(.8,.8); /* Mozilla */
	 -webkit-transform:scale(.6,.6);/* Opera, Chrome, and Safari */
}

body #GTP .hero-home-inner .has-video {
	//width: 100%;
	margin: -350px 0 0 -30px;
	//margin-top: -520px;
}
body #GTP .left-wrapper, #GTP .caption h2.max-width-80 {
	padding: 10px 0 0 130px;
}

}

/*  $### End Print Style  ###$   */


.hero-home .hero-bottom .hero-cta {
	padding: 7px 18px;
    border-radius: 22px;
	text-shadow: 2px -2px 6px rgba(20,9,5,0.3);
	box-shadow: 0 1px 6px 0 rgba(51, 51, 51, .75);
    box-sizing: border-box;
	background: #ffa528;
	transition: 1.5s all;

}
.hero-home .hero-bottom .hero-cta:hover {
	color: #313131;
	background: #ef9211;
}

.animationListItem li { 
	 display: none; 
	/*display: flex; */
	font-size: 1.3em;
    border: 1px solid #dedede;
    padding: 8px 30px;
    margin-bottom: 10px;
    min-height: 30px;
    line-height: 40px;
    border-radius: 10px;
     width: fit-content; 
	/* width: 40%;*/
	list-style-type: none;
	
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	}
.animationListItem li:before { content: ' ';}
.animation {
	display: flex!important;
	
}
.animationListItem-onload{
	position:relative;
	animation:animateleft 0.4s}
@keyframes animateleft{
	from{left:-300px;opacity:0} to{left:0;opacity:1}
	}
/* for IE 9 and UP  */	
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
    /* IE9+ CSS  */
    .animationListItem li { width: 60%!important; }
}

/* MS Edge */
@supports (-ms-ime-align:auto) {
    .animationListItem li { width: 60%!important; }
}

@-moz-document url-prefix() {
    .animationListItem li { width: 60%!important; }
}

/*  
========
Data Science - TreeLine Design CSS  
========
*/
 .treeline{
  /*--uitreelineMainColor: var(--treelineMainColor, #222);  */
  --uitreelineMainColor: var(--treelineMainColor, #0033a0);
  --uitreelineSecondaryColor: var(--treelineSecondaryColor, #fff);

  position: relative;
  padding-top: 3rem;
  /* padding-bottom: 3rem;  */
}

.treeline:before{
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--uitreelineMainColor);

  position: absolute;
  top: 0;
}

.treeline__group{
  position: relative;
}

.treeline__group:not(:first-of-type){
  margin-top: 3rem;
}

.treeline__year{
    padding: .1rem 1.5rem .4rem 1.5rem;
    color: var(--uitreelineSecondaryColor);
    background-color: var(--uitreelineMainColor);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 130%;
    font-weight: 600;
    text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 4px 35px rgba(0, 0, 0, 0.4);
}

.treeline__box{
  position: relative;
}

.treeline__box:not(:last-of-type){
  margin-bottom: 30px;
}

.treeline__box:before{
  content: "";
  width: 80%;
  height: 2px;
  background-color: var(--uitreelineMainColor);

  position: absolute;
  left: 0;
  z-index: -1;
}

.treeline__date{
  min-width: 65px;
  position: absolute;
  left: 0;

  box-sizing: border-box;
  padding: .5rem;
  text-align: center;

  /*background-color: var(--uitreelineMainColor);  */
  background-color: #00aeef;
  color: var(--uitreelineSecondaryColor);
  border: 2px solid #00aeef;
}

.treeline__date > img {
	margin-left: -3px;
}

.treeline__day{
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.treeline__month{
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}

.treeline__post{
  padding: 1.1rem 1.5rem;
  margin-left: 45px;
  border-radius: 2px;
  border-left: 3px solid var(--uitreelineMainColor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 1px 2px 0 rgba(0, 0, 0, .24);
  background-color: #f7f7f7; /*var(--uitreelineSecondaryColor);  */
}

@media screen and (min-width: 641px){

  .treeline:before{
    left: 30px;
  }

  .treeline__group{
    padding-top: 75px;
  }

  .treeline__box{
    padding-left: 80px;
  }

  .treeline__box:before{
    top: 50%;
    transform: translateY(-50%);  
	margin-left: 30px;
  }  

  .treeline__date{
    top: 50%;
    margin-top: -32px;
	margin-left: 45px;
	max-width: 65px;
	max-height: 65px;
    overflow: hidden;
  }
}

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

  .treeline:before{
    left: 0;
  }
  .treeline_block {
	padding: 0!important;  
  }
  .treeline__group{
    padding-top: 40px;
  }

  .treeline__box{
    padding-left: 20px;
    padding-top: 70px;
  }

  .treeline__box:before{
    top: 90px;
  }    

  .treeline__date{
    top: 0;
    margin-top: 18px;
    min-width: 40px!important;
	display: none;
  }
  .treeline__date > img {
	max-width: 35px!important;
    margin: 0;
  }
  .treeline__day img {
    width: 30px!important;
    height: 30px!important;
  }
  .treeline__post {
	margin-left: 1px!important; 
	margin-top: -50px!important;	
  }
  .treeline__box:before {
	  top: 47px;
  }
  
}

.treeline{
 /* --treelineMainColor: #4557bb;  */
  --treelineMainColor:#f79330;
  font-size: 110%;
}

.treeline__content > p{
  margin-top: 0;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.treeline__content > p:last-child{
  margin-bottom: 0;
}

.treeline_block{
  width: 100%;
  padding: .1rem 2rem 3rem;
  margin-left: auto;
  margin-right: auto;
  order: 1;
}

/*  End */

.SMEListP {
	padding: 0.6em 0;
	margin: 0;
	line-height: 1em;
	font-size: 20px;
}
.SMEListP a {
	font-weight: 500;
}

/* Zicklin Events page Style  */
.single-tribe_events .tribe-events-content {
	line-height: 1.5em;
}

