/*
	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%;
}

b, strong { font-weight: bold!important; }

/* 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;
	cursor: pointer; 
}
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) {
	.cfa-Institute { margin-top: -1vh; }
}
@media only screen and (min-width:480px) {
	.cfa-Institute { margin-top: -1vh; }
}
@media only screen and (min-width:768px) {
	.cfa-Institute { margin-top: -1vh; }
}
@media only screen and (min-width:1024px) {
	.cfa-Institute { margin-top: -6vh; }
}
@media only screen and (min-width:1140px) {
	.cfa-Institute { margin-top: -4vh; }
}
@media only screen and (min-width:1280px) {
	.cfa-Institute { margin-top: -4vh; }
}
@media only screen and (min-width:1440px) {
	.cfa-Institute { margin-top: -4vh; }
}
@media only screen and (min-width:1900px) {
	.cfa-Institute { margin-top: -1vh; }
}
@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 5px 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;
}
.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;
}
.wp-caption .wp-caption-text {
	font-size:.8em!important;
	line-height:1.2em;
	/* margin:0;
	 padding:0 4px 5px; os */
	padding: 10px 10px;
	 margin: 0 .06em; 
	/* background-color: #c2c8d2c9;   3d54b9;  */
	color: rgb(1 10 109 / 75%);
	
}

@media screen {
.accordion {
	/* margin-top: -20px!important;  
	 border-top: 10px solid #ffffff!important;*/
    background: #f5f5f5;
	margin-top: 7px;
	}
.accordion > .accordion-content {
	padding-left: 90px;
	padding-bottom: 30px;
}
.accordion > .accordion-content p {
	font-size: 1em;
    /* line-height: 1.1em; */
	margin: 10px 0 5px 0!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;
		}
	#why_zicklin {
		left: -5vw; width: 550px;
	}
	#business-connection {width: 470px;}
	.Leadership {/* margin-bottom: 35px!important;*/ border-bottom: 0 solid #f1f1f1!important;}
}
@media only screen and (min-width:1900px) {
	#why_zicklin {
		left: 15vw; width: 600px;
	}
}
@media only screen and (min-width:2600px) {
	#why_zicklin {
		left: 25vw; width: 600px;
	}
}
@media screen and (max-width: 1024px) {
      .accordion .accordion-title {
        font-size: 32px;
		left: -10px;
        padding: 21px 95px; } 
		#centers {
			width: 100%;
		}
		#why_zicklin {
		width: 100%;
		}
		#business-connection {width: 100%;}
		}
		.Leadership {border-bottom: 1px solid #f1f1f1;}
@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;
}

}

@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; */
		padding: 0 15px 0 30px;
		} 
		}

		
		
		
@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  */
/* Zicklin Events page Style  */
.single-tribe_events .tribe-events-content {
	line-height: 1.5em;
}
.tribe-events-single-event-description p, .tribe-events-content p {
    margin: 0 0 17px 0!important;
}

/* 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, .student-bio-profile-container, .Leadership-Profile-Block, .staff-profile-block {
    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;
}
.div-table-container [class^="col-"] h6, 
.div-table-container [class^="col-"] h5,
.div-table-container [class^="col-"] h4, 
.div-table-container [class^="col-"] h3 {
	margin-top: 10px;
	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) {
	.div-table-container >[class^="col-"] { width: 100%!important; margin-bottom: -9px;}
	.th { margin-top: 20px!important; }
	.col-header { margin: 15px 0 -25px 0; }
}
.padding-0 {padding: 0!important;}


.col-10 {
    display: table-cell; 
	width: 10%;
}
.col-15 {
    display: table-cell; 
	width: 15%;
}
.col-17 {
    display: table-cell; 
	width: 17%;
}
.col-20 {
    display: table-cell; 
	width: 20%;
}
.col-25 {
    display: table-cell; 
	width: 25%;
}
.col-30 {
    display: table-cell; 
	width: 30%;
}
.col-33 {
    display: table-cell; 
	width: 33%;
}
.col-40 {
    display: table-cell; 
	width: 40%;
}
.col-45 {
    display: table-cell; 
	width: 45%;
}
.col-50 {
    display: table-cell; 
	width: 50%;
}
.col-55 {
    display: table-cell; 
	width: 55%;
}
.col-58 {
    display: table-cell; 
	width: 58%;
}
.col-60 {
    display: table-cell; 
	width: 60%;
}
.col-65 {
    display: table-cell; 
	width: 65%;
}
.col-66 {
    display: table-cell; 
	width: 66%;
}
.col-70 {
    display: table-cell; 
	width: 70%;
}
.col-75 {
    display: table-cell; 
	width: 75%;
}
.col-80 {
    display: table-cell; 
	width: 80%;
}
.col-85 {
    display: table-cell; 
	width: 85%;
}
.col-90 {
    display: table-cell; 
	width: 90%;
}
.col-100 {
    display: table-cell; 
	width: 100%;
}
/* 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-contentL .transform, .sp-contentR .transform {
	font-size: 1em;
	line-height: 1.3em;
}

.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;
	font-size: .8em;
    line-height: 1.1em;
    padding-bottom: .5em;
}
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;
	font-size: .8em;
    line-height: 1.1em;
    padding-bottom: .5em;
}
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: 823px) {
	[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;
	}
	.img-size-full { max-width: 30vw!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: 30vw!important;
		height: auto!important;
	}
	.div-column td > img { max-width: 100vw!important; padding: 0; }
	.div-column img { 
		max-width: 30vw!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;
			border: 0;
			background: transparent;
		}
.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 2.4em 1.3em; */
	/*padding: 1em 1.2em 1.2em 1.3em; */
	padding: 1em 1.2em 2.5em 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: 173px;
    left: 0;
	max-width: 250px;
}

.LoginButton > h6 >  a { 
	color: #67bd55;
	font-size: 1.5em; 
	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: .8em; }

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;
}
.custom-list-item p {
	margin-top: -1px!important
}

/* ## Faculty List  ##  */
.facultyList {display: table; width: 100%; }
.faculty-list-dept-name {
	padding: 110px 30px 10px 30px; 
	text-align: center;
	text-shadow: 2px 2px 4px #bcbcbc;color:#0033a0;
}
.faculty-list-dept-name:first-child {
	padding: 20px 30px 10px 30px; 
}
.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: 850px) {
	.facultyList .col {
	max-width: 70%;
}
}
@media screen and (max-width: 823px) {
.facultyList .col {
	max-width: 70%;
}
}
@media screen and (max-width: 700px) {
.facultyList {
	width: 115%;
    margin-left: -20px;
    margin-right: -60px;
    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;
	text-align: center;
    padding:2vh 16vh;
	}
.accordion-content .facultyList .imageNoFrame {
	width: 50%;
}
.accordion-content .facultyList .col, .facultyList .col {
	max-width: 100%;
	/* padding: 10px 0 8px 50px!important; */
}	
.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: 450px) {
	.facultyList .colImage { 
	padding: 15px 0 0 0;
}
.accordion-content .facultyList .col, .facultyList .col {
	/* padding: 10px 25px 20px 25px!important; */
}
.accordion-content .facultyList .col-container {
    /*margin: 7px; */
}
.accordion-content .facultyList .col-container {
    margin: 5px 0;
}
}
@media screen and (max-width: 414px) {
.accordion-content .facultyList .imageNoFrame, .facultyList .imageNoFrame {
	width: 100%;
	/*padding: 30px 100px 1px 100px; */
	padding: 30px 120px 1px 50px;
}
.accordion-content .facultyList {
	width: 115%;
	/* margin-left: -25px; */
}
.facultyList .colImage { 
	/* padding: 0 25px; */
}
.highlight-box {
	margin: 0 0 0 -8px;
    padding: 10px;
}
.btn-small { 
	white-space: break-spaces;
}
.facultyList .col {
	/* padding: 10px 0 8px 40px!important; */
}
.vtable {
    width: 95%!important;
}
}
@media screen and (max-width: 375px) {
	.accordion-content .facultyList .col, .facultyList .col {
    padding: 10px 15px 20px 20px!important;
}
.accordion-content .facultyList .col-container {
    margin: 7px -7px;
}
.vtable {
    width: 90%!important;
}
}

.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.5em;
	color: #1a25a6;
   /* 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: '» ';
	font-size: 1.3em;
	}
.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;
}



/*  ZicklinTogether  */
.ZicklinTogether h5,.ZicklinTogether h6, .ZicklinTogether a {
	color: #ffffff!important;
}
.ZicklinTogether a:hover {
	text-decoration: underline;
}
.ZicklinTogether h5 {
	font-size: 1.8em;
	color: #fdb913!important;
}
.ZicklinTogether h6 {
	font-size: 1.5em;
	color: #fdb913!important;
}
.normal {padding-left: 90px;}
.normal p {
	font-size: 1.1em;
	line-height: 1.6em;
	padding: 7px 0 5px 0;
	
}
p.sp-quoteL a, p.sp-quoteR a  {
	margin-top: 1px!important;
	-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;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:1px;
	border:1px solid #dcdcdc;
	display:inline!important;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:.75rem;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: .1rem;
	padding:.5rem 1.5rem;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	transition: all 0.5s ease;
	box-shadow:  0 0 10px  rgba(0,0,0,0.1);
      -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
      -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
      -o-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
}
/*  End ZicklinTogether  */


.LinkButton {
	font-size: 1em!important;	
	margin-top: 15px;
	-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;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:1px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:.75rem;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: .1rem;
	padding:.5rem 1.5rem;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	transition: all 0.5s ease;
	box-shadow:  0 0 10px  rgba(0,0,0,0.1);
      -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
      -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
      -o-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
}

.LinkButton:active {
	position:relative;
	top:1px;
}
@media screen and (max-width: 6000px){ #zk-page-brand { font-size: 4vw; } }
@media screen and (max-width: 1900px){ #zk-page-brand { font-size: 5vw; } }
@media screen and (max-width: 1024px){ #zk-page-brand { font-size: 6vw; } }
@media screen and (max-width: 640px){ #zk-page-brand { font-size: 8vw; } }
@media screen and (max-width: 414px){ #zk-page-brand { font-size: 10vw; } }


/* td > p, .WordBreak  { word-break: break-all; } */
.WordBreak  { word-break: break-all; } 

/*  ##### Leardeship Big Profile ####   */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip0057 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 1px 0 30px 0;
  min-width: 380px;
  max-width: 950px;
  width: 100%;
 /* background: #ffffff;  
  background: rgb(146 173 249 / 30%);
  background: rgb(178 207 251 / 15%);*/
  background: rgb(1 21 253 / 5%);
  color: #000000;
}
figure.snip0057R {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 1px 0 30px 0;
  min-width: 380px;
  max-width: 950px;
  width: 100%;
  /* background: #ffffff;  
  background: rgb(146 173 249 / 30%);
  background: rgb(178 207 251 / 15%);*/
  background: rgb(1 21 253 / 5%);
  color: #000000;
}
figure.snip0057 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip0057R * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip0057 .image {
  width: 50%;
  height: 380px;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
figure.snip0057R .imageR {
  width: 50%;
  height: 380px;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: skewX(-15deg);   transform: skewX(-15deg);
  /* -webkit-transform: skewX(15deg);   transform: skewX(15deg);   */
  float: right;
}
figure.snip0057 .image img {
  position: relative;
  display: block;
  left: -15%;
  max-width: 135%!important;
  z-index: 1;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
figure.snip0057R .imageR img {
  position: relative;
  display: block;
  right: 13%;
  max-width: 135%!important;
  z-index: 1;
  -webkit-transform: skew(15deg);   transform: skew(15deg);
  /* -webkit-transform: skew(-15deg);   transform: skew(-15deg);  */
}
figure.snip0057:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 45%;
 /* background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7); */
}
figure.snip0057R:before {
  position: absolute;
  content: '';
  height: 100%;
  //width: 100%;
 /* background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7); */
}
figure.snip0057 figcaption {
  padding: 20px 30px 20px 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 50%;
}
figure.snip0057R figcaption {
  padding: 20px 20px 20px 30px;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 50%;
  
}
figure.snip0057 figcaption h2,
figure.snip0057 figcaption p {
  margin: 0;
  text-align: right;
  padding: 10px 0;
  width: 100%;
}
figure.snip0057R figcaption h2,
figure.snip0057R figcaption p {
  margin: 0;
  text-align: left;
  padding: 10px 0;
  width: 100%;
}
figure.snip0057 figcaption h2 {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%!important;
}
figure.snip0057R figcaption h2 {
  font-size: 1em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  max-width: 100%!important;
}
figure.snip0057 figcaption h2 span, 
figure.snip0057R figcaption h2 span {
  font-weight: 550;
  font-size: 1.3em!important;
  line-height: 1.5em;
}
figure.snip0057 figcaption p,
figure.snip0057R figcaption p {
  font-size: 0.9em;
  opacity: 0.8;
  line-height: 1.25em;
}
figure.snip0057 figcaption .icons {
  width: 100%;
  text-align: right;
}
figure.snip0057R figcaption .icons {
  width: 100%;
  text-align: left;
}
figure.snip0057 figcaption .icons i {
  font-size: 26px;
  padding: 5px;
  top: 50%;
  color: #000000;
  opacity: 0;
}
figure.snip0057R figcaption .icons i {
  font-size: 26px;
  padding: 5px;
  top: 50%;
  color: #000000;
  opacity: 1;
}
figure.snip0057 figcaption a,
figure.snip0057R figcaption a {
  opacity: 0.3;
}
figure.snip0057 figcaption a:hover, 
figure.snip0057R figcaption a:hover {
  opacity: 0.8;
}
figure.snip0057 .position {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  font-size: 0.9em;
  opacity: 1;
  font-style: italic;
  color: #ffffff;
  background: #000000;
}
figure.snip0057R .position {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 15px 30px;
  font-size: 0.9em;
  opacity: 1;
  font-style: italic;
  color: #ffffff;
  background: #000000;
}
figure.snip0057.blue .position;, 
figure.snip0057R.blue .position {
  background: #20638f;
}
figure.snip0057.red .position,
figure.snip0057R.red .position{
  /*background: #962d22;    #0c1d67 #1a25a6  */
  background: #f79330 ;
}
figure.snip0057.yellow .position,
figure.snip0057R.yellow .position {
  background: #bf6516;
}
figure.snip0057:hover figcaption,
figure.snip0057.hover figcaption,
figure.snip0057R:hover figcaption,
figure.snip0057R.hover figcaption {
  bottom: 40px;
}
figure.snip0057:hover .icons i,
figure.snip0057.hover .icons i {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0057:hover:before,
figure.snip0057.hover:before,
figure.snip0057R:hover:before,
figure.snip0057R.hover:before{
  -webkit-animation: shadow 0.6s ease-in-out;
  animation: shadow 0.6s ease-in-out;
}
@-webkit-keyframes shadow {
  0% {
    left: 0px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0px;
  }
}
@keyframes shadow {
  0% {
    left: 0px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0px;
  }
}


@media screen and (max-width: 823px) {
	figure.snip0057 .image img, figure.snip0057R .imageR img {
		max-width: 175%!important;
	}	
}
@media screen and (max-width: 768px) {
	figure.snip0057 figcaption p, figure.snip0057R figcaption p { font-size: 0.8em!important; }
	figure.snip0057 .image img, figure.snip0057R .imageR img {
		max-width: 185%!important;
	}
	figure.snip0057 .image, figure.snip0057R .imageR {
		height: 350px!important;
	}	
}
@media screen and (max-width: 640px) {
	figure.snip0057 figcaption p, figure.snip0057R figcaption p { 
		font-size: 0.7em!important; 
		}
	figure.snip0057 .image img, figure.snip0057R .imageR img {
		max-width: 175%!important;
		}	
	figure.snip0057 .image, figure.snip0057R .imageR {
		height: 330px!important;
	}
	figure.snip0057:hover figcaption, figure.snip0057.hover figcaption, 
	figure.snip0057R:hover figcaption, figure.snip0057R.hover figcaption {
    bottom: 10px!important;
}	
}
@media screen and (max-width: 615px) {
	figure.snip0057, figure.snip0057R {
		height: 23rem!important; 
		/*height: fit-content!important;*/		
		margin:0!important;
		padding: 0!important;
		min-width: 100%!important;	
	}
	
	figure.snip0057 figcaption, figure.snip0057R figcaption {
		width: 100%!important;
		float: left!important;
		display: table-caption!important;
		top: 65px!important;
		bottom: 30px!important;
	}
	figure.snip0057 .image, figure.snip0057R .imageR {
		width: 37%!important;
		float: left!important;
		display: table-caption!important;
	}
	figure.snip0057 .image img, figure.snip0057R .imageR img {
		max-width: 130%!important;
		}
	figure.snip0057 figcaption h2, figure.snip0057 figcaption p {
		text-align: left!important;
	}
	
	figure {
		display: table!important;
	}
	figcaption {
	  display: table-caption!important;
	  caption-side: top;
	}
}
@media screen and (max-width: 415px) {
	figure.snip0057 .image, figure.snip0057R .imageR {
		width: 30%!important;
	}
}
@media screen and (max-width: 320px) {
	figure.snip0057 .image, figure.snip0057R .imageR {
		width: 34%!important;
	}
	figure.snip0057, figure.snip0057R {
		height: 27rem!important; 

	}
}

/*  ##### End Leardeship Big Profile ####   */

/*  #### Staff Profile Style  ###  */

.staff-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
  transition: 0.3s;
  /*max-width: 250px; */
  min-width: 190px;
  
  display: table-cell; 

}

.staff-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.div-table-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
    padding-bottom : 30px;
}
.staff-block {
    display: table-cell; /* Make elements inside the container behave like table cells */
	padding: 0 25px 0 0;
	margin-bottom: 30px;
    	/*max-width: 250px;
	float: left;*/
}
.staff-blockL {
    display: table-cell; /* Make elements inside the container behave like table cells */
	padding: 0 25px 0 0;
    	max-width: 250px;
	float: left;
	margin-bottom: 30px;
}
.staff-list-container {
  padding: 2px 16px;
  text-align: center;
}
.staff-list-container h4 {
	/*font-family: 'Oswald',Arial,sans-serif;*/
	display: block;
    margin-block-start: .33em;
    margin-block-end: .33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;


    margin-top: 6px;
    margin-bottom: 11px;
    /* font-size: 1.28rem; */
	font-size: 117%;
    color: #0033a0; 
    /* padding: 10px; */
    font-weight: 500;
    
    letter-spacing: .02em!important;

    /* margin: 20px 0px 05px;*/
    line-height: 1.1rem;
}

.staff-list-container p {
	display: block;
	font-size: .95em;
    margin-block-start: 0;
    margin-block-end: .5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	line-height: 1.2em!important;
	color: #424242;
}
.staff-card-detail {margin-left: -4%; margin-right: -4%;}
.staff-block-link 
{
    text-decoration: none;
}
.staff-block-link:hover 
{
    text-decoration: underline;
    color: rgb(1 21 253 / 5%)!important;
}

@media screen and (max-width: 700px) {
	.staff-block, .staff-blockL { float: left; padding-bottom : 15px; max-width: 100%!important;}
	.staff-card, .staff-card img { max-width: 100%!important; }
}  

/*  #### End Staff Profile Style  ###  */

/*  ### Student Bio Profile Style  ###  */

.sbp-div-table-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
    padding-bottom : 20px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 30px;
}
.student-bio-profile-card {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.9);
  transition: 0.3s;
  max-width: 240px;  
  display: table-cell; 
}

.student-bio-profile-card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.student-bio-profile-block {
    display: table-cell; /* Make elements inside the container behave like table cells */
	padding: 0 25px 0 0;
    	/*max-width: 250px;
	float: left;*/
}
.student-bio-profile-blockL {
    display: table-cell; /* Make elements inside the container behave like table cells */
	padding: 18px 25px 15px 0;
    	max-width: 240px;
	float: left;
}
.student-bio-profile-blockR {
    display: table-cell; /* Make elements inside the container behave like table cells */
	padding: 18px 0 15px 25px;
    	max-width: 240px;
	float: right;
}
.student-image-text-container {
  padding: 2px 16px;
  text-align: center;
}
.student-image-text-container h4 {
	/*font-family: 'Oswald',Arial,sans-serif; */
	display: block;
    margin-block-start: .33em;
    margin-block-end: .33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;


    margin-top: 13px;
    margin-bottom: 12px;
    font-size: .8em;
    color: #000245; 
    /* padding: 10px; */
    font-weight: 600;
    
    letter-spacing: 0!important;

    /* margin: 20px 0px 05px;*/
    line-height: 1em;
}

.student-image-text-container p, .sbp-div-table-container p {
	display: block;
    margin-block-start: .5em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
   /* line-height: 1.5em!important;
    font-size: 1.1em!important;  */
}
.student-bio-profile-block-link 
{
    text-decoration: none;
}
.student-bio-profile-block-link:hover 
{
    text-decoration: underline;
    color: #0002457d;
}

@media screen and (max-width: 700px) {
	.student-bio-profile-block, .student-bio-profile-blockL, .student-bio-profile-blockR 
	{ 
		float: left; 
		padding: 0 35px 15px 35px; 
		max-width: 100%!important;
		}
	.student-bio-profile-card { max-width: 100%!important; }
}

/*  ### End Student Bio Profile Style  ###  */

/*   ### Two Column Profile Module  ###  */
.TwoColumnProfileModule tr, .TwoColumnProfileModule td {
	background-color: transparent!important;
	}
.TwoColumnProfileModule td {
		vertical-align: top;
		min-height: 160px;
		width: 50%!important;
}
.TwoColumnProfileModule td .col-40,
.TwoColumnProfileImageBlock
 {
	/* min-height: 260px!important; */
	padding-right: 30px!important;
}
.TwoColumnProfileModule td .col-60 h6,
.TwoColumnProfileTextBlock h6
 {
	margin-top: 1px!important;
	margin-bottom: 2px!important;
	font-size: 95%!important;
}
.TwoColumnProfileModule td .col-60 a,
.TwoColumnProfileTextBlock a
 {
	color: #0c1d67;
	font-size: 1em;
    font-weight: 600;
}
.TwoColumnProfileModule td .col-60 a:hover, .TwoColumnProfileTextBlock a:hover {
	color: #0225bd;
}
.TwoColumnProfileModule .col-40 > img {
	border-radius: 0%; 
	outline: 4px solid white; 
	outline-offset: -2px; 
	box-shadow: 2px 2px 6px #333333;
}
@media screen and (max-width: 823px) {
	.TwoColumnProfileModule td .col-40 {
	/* min-height: 170px!important; */
	}
	.TwoColumnProfileModule .col-60 p, .TwoColumnProfileModule h6, .TwoColumnProfileTextBlock p, .TwoColumnProfileTextBlock {
		font-size: 90%!important;
		line-height: 1.2em!important;
		margin-top: 1px!important;
	}
	.TwoColumnProfileImageBlock
	{ padding-right: 21px!important; }
}
@media screen and (max-width: 667px) {
	.TwoColumnProfileTextBlock {
		margin-top: 7px!important;
	}
	.TwoColumnProfileImageBlock, .TwoColumnProfileTextBlock {
		text-align: center;
	}
}
@media screen and (max-width: 450px) {
	.TwoColumnProfileModule {
		/* max-width: 450px!important; */
	}	
	.ColumnImage-top-hero-video { 
		background-position: 50% center!important; 
    }
}
/*   ### End Two Column Profile Module  ###  */

.ExecutiveEducationTopTable {margin-top: -120px; }
.ExecutiveEducationTopTableSub1 {margin-top: -35px;width: 110%; background: #0d4d9a;min-height: 150px;}
.ExecutiveEducationTopTableSub1 h2 { color: #fff; letter-spacing: 3px; }
.ExecutiveEducationTopTableSub1 p {
	color: #fff;
	font-size: 95%; 
	line-height: 1.2em;
}
.ExecutiveEducationTopTableSub2 {
	min-height: 90px;
	width: 110%; 
	background: #0d4d9a;  
	padding-bottom: 1px;
	margin-top: -17px;
	margin-bottom: 50px;}
.eetc-nav {
    display: table-cell; 
	min-width: 1%;
	padding: 20px 1px 0 1px;
	color: #fff;
	text-align: center;
	line-height: 1.1em;
}
.eetc-nav a{ 
	color: #fff; 
	font-weight: 400; 
	font-size: 110%;
	}
.eetc-nav a:hover{	color: #74bd43; }
	
.eetc {margin-top: -6px!important; padding: 0!important;}
.eetc1 {margin-top: -6px!important; padding: 0!important; width: 110%; background: #0d4d9a;}
@media screen and (max-width: 1024px) {
	.ExecutiveEducationTopTable,.ExecutiveEducationTopTableSub1, .ExecutiveEducationTopTableSub2 {
		margin-left: -35px;
	}
}
@media screen and (max-width: 823px) {
	.ExecutiveEducationTopTable,.ExecutiveEducationTopTableSub1, .ExecutiveEducationTopTableSub2 {
		margin-left: -35px;
	}
	.eetc-nav a{  font-size: 90%; }
	.eetc-img-button {width: 95%;}
}
@media screen and (max-width: 667px) {
	.eetc-nav {
		min-width: 100%!important;
		display:  inline-block; 
		padding: 10px 0 0 0;
	}
	.eetc-nav:first-child {padding-top: 20px;}
	.ExecutiveEducationTopTable,.ExecutiveEducationTopTableSub1, .ExecutiveEducationTopTableSub2 {
		margin-left: -25px;
		/* width: 116%; */
	}
	.ExecutiveEducationTopTableSub1 p {padding-left: 15px;}	
	.eetc-nav a{  font-size: 120%; }
}
@media screen and (max-width: 414px) {
	.ExecutiveEducationTopTable{
		 width: 114%;
	}
	.ExecutiveEducationTopTableSub1, .ExecutiveEducationTopTableSub2 {
		 width: 116%;
	}
}

/*  YouTuve Video List  */

/* Video pop-up */
.video-container {
	margin: -60px -90px 35px -90px!important;
	min-height: 470px;
	padding-right: 13px!important;
}
.video-container-top0 {
	margin: -98px -90px -27px -90px!important;
	min-height: 470px;
}
.video-container2 {
	margin: -40px -100px 25px -100px!important;
	min-height: 300px;
}
.youtube-video-grid > .column {width: 29%; }
.youtube-video-grid .vImage {min-height: 325px;}
.youtube-video-grid .ColumnImage {margin-left: 25px; margin-bottom: 30px;}
.youtube-video-grid .ColumnImage:first-child {margin-left: 1px;}
.youtube-video-grid .ColumnImage:nth-child(4) {margin-left: 1px;}
.youtube-video-grid .ColumnImage:nth-child(7) {margin-left: 1px;}

.column {
  float: left;
  /*width: 30%; */
  width: 95%;
  /*min-height: 250px; */
  min-height: 220px;
  background-color: rgba(244, 244, 244, 0.6);
  text-align: center;
  padding: 0;
  margin: 11px 12px;
  background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
/*	-webkit-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
*/
}
.column-top-hero-video {
  float: left;
  /*width: 30%; */
  width: 100%;
  /* min-height: 45vh; */
  background-color: rgba(244, 244, 244, 0.6);
  text-align: center;
  padding: 0;
 /* margin: 11px 12px;  */
  margin-bottom: 13px;
  background-repeat: no-repeat;
    background-position: 70% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
/*	-webkit-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
*/
}

@media screen and (min-width: 992px) {
	iframe { width: 100%; min-height: 366px; }
	.modal-content {width: 650px!important; }
}
@media screen and (max-width: 991px) {
	.column {margin: 13px; padding:0; width: 90%;}
	iframe { width: 100%; height: 240px; }
	.modal-content {width: 90%; }
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  overflow:hidden;
 /*  background-color: green; */
}
.column {
  float: left;
}

.left, .right {
  width: 25%;
}

.middle {
  width: 50%;
}
.left-right-video-box {
	border-bottom: 1px solid #ccc;
}
.left-right-video-box:nth-child(1) {  
	border-top: 4px solid #ccc;
}
.left-right-video-box:last-child {  
	border-bottom: 4px solid #ccc;
}
.video-image-block {
	/* border: 1px solid #ccc!important; */
	padding: 7px 3px 7px 5px!important;
	min-height: 353px!important;
}
.video-image-block:nth-child(1), .video-image-block:nth-child(2) {
	border-top: 1px solid #ccc;
}
.video-image-block:nth-child(odd){
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.video-image-block:nth-child(even){
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.vImageLR {min-height: 235px!important;}
.vImage {
	/*min-height: 275px; */
	min-height: 220px; 
	background: rgba(0, 151, 19, 0);
	
	position: relative;
    text-align: center;
	/*border: 6px solid ghostwhite;*/
	border: 3px solid ghostwhite;
    /*box-shadow: 0px 0px 0px 1px #e6e6e6; 
	box-shadow: 2px 3px 10px #dadada; */
	box-shadow:  0 0 10px  rgba(0,0,0,0.4);
      -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.4);
      -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.4);
      -o-box-shadow: 0 0 10px  rgba(0,0,0,0.4);
    box-sizing: border-box;
	/*border-radius: 50%; 
	border-radius: 20%; */
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0) 75%); 
	transition: transform .2s ease-in-out;
	-webkit-transition: transform .2s ease-in-out;
}
.vImage2 {
	min-height: 275px!important;
}
.vImage-top-hero-video {
	/*min-height: 45vh; */
	min-height: 460px;
	background: rgba(0, 151, 19, 0);
	
	position: relative;
    text-align: center;
	border: 0px solid ghostwhite;
    /*box-shadow: 0px 0px 0px 1px #e6e6e6; 
	box-shadow: 2px 3px 10px #dadada; */
	box-shadow:  0 0 10px  rgba(0,0,0,0.4);
      -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.4);
      -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.4);
      -o-box-shadow: 0 0 10px  rgba(0,0,0,0.4);
    box-sizing: border-box;
	/*border-radius: 50%; 
	border-radius: 20%;  */
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0) 75%); 
	transition: transform .2s ease-in-out;
	-webkit-transition: transform .2s ease-in-out;
}
.ColumnImage { 
	/*border-radius: 50%;  
	border-radius: 20%; */
	background-position: 50% center; }
.ColumnImage-top-hero-video { 
	/*border-radius: 50%;  
	border-radius: 20%; */
	background-position: 90% center; }
.vImage:hover { 
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%); 
	/*-webkit-transition: all 200ms 300ms;
    transition: all 200ms 300ms;*/
	}
.vImage-top-hero-video:hover { 
	background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
	background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%); 
	/*-webkit-transition: all 200ms 300ms;
    transition: all 200ms 300ms;*/
	}
	
.vImage:hover p {
    -webkit-transform: translate3d(0,-40%,0) translate3d(0,-30px,0);
	transform: translate3d(0,-40%,0) translate3d(0,-30px,0);
}
.vImage-top-hero-video:hover p {
    -webkit-transform: translate3d(0,-40%,0) translate3d(0,-30px,0);
	transform: translate3d(0,-40%,0) translate3d(0,-30px,0);
}
.vImage > p {
	 position: absolute;
	 font-size: 1.1em!important;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -9px;
	color: #ffffff;
	text-shadow: 2px 2px 2px #140905;
	Padding: 0 15px;
/*	-webkit-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
	*/
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0, -50%,0);
}
p.vImage-video-title { 
	font-size: 1.1em!important;
}
.vImage-top-hero-video > p {
	 position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -9px;
	color: #ffffff;
	font-size: 180%;
	text-shadow: 2px 2px 2px #140905;
	Padding: 0 15px;
/*	-webkit-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
	box-shadow: 6px 6px 6px -5px rgba(0,0,0,0.75);
	*/
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0, -50%,0);
}


.vImage::before {
color: white;
 content: "\25B6"; 
/*content: "\25b7";*/
opacity: 0.4;
position: absolute;
text-shadow: 0 3px #ebebeb;
/*z-index: 100; */
    font-size:75px;
    position:absolute;
    /*left:115px; */
	left: 35%;
    top:37%;
	border: 2px solid #ffffff;
    padding: 1px 1px 1px 20px;
    line-height: 1em;
    border-radius: 50%;
	animation: videoButton1 1s both;
	
}

.vImage-top-hero-video::before {
color: white;
 content: "\25B6"; 
/*content: "\25b7";*/
opacity: 0.4;
position: absolute;
text-shadow: 0 3px #ebebeb;
/*z-index: 100; */
    font-size:90px;
    position:absolute;
    /*left:115px; */
	left: 45%;
    top:41%;
	border: 2px solid #ffffff;
    padding: 1px 1px 1px 20px;
    line-height: 1em;
    border-radius: 50%;
	animation: videoButtonBig 1s both;
	
}


@keyframes videoButton1 {
  0% { top:51%;
	opacity: 0.8; }
  100% { top:37%;
	opacity: 0.4; }
}

@keyframes videoButtonBig {
  0% { top:70%;
	opacity: 0.8; }
  100% { top:41%;
	opacity: 0.4; }
}

.vImage:hover::before, .vImage:focus::before{
 /* animation: videoButton 1s forwards;*/
	animation: videoButton 1s both;
}

.vImage-top-hero-video:hover::before, .vImage-top-hero-video:focus::before{
 /* animation: videoButton 1s forwards;*/
	animation: videoButtonBig1 1s both;
}

@keyframes videoButton {
  0% {
    /* transform: rotateZ(60deg) translate(1em, -9em); */
	top:37%;
	opacity: 0.9;
	-webkit-transform: scale(1);
	  transform: scale(1);
	  
  }
  100% {
    /* transform: rotateZ(60deg) translate(1em, -9em); */
	top:51%;
	opacity: 0.5;
	-webkit-transform: scale(1.1);
	  transform: scale(1.1);
	  
  }
}

@keyframes videoButtonBig1 {
  0% {
    /* transform: rotateZ(60deg) translate(1em, -9em); */
	top:41%;
	opacity: 0.9;
	-webkit-transform: scale(1);
	  transform: scale(1);
	  
  }
  100% {
    /* transform: rotateZ(60deg) translate(1em, -9em); */
	top:70%;
	opacity: 0.5;
	-webkit-transform: scale(1.1);
	  transform: scale(1.1);
	  
  }
}

.Video-caption {
	 padding: 0 5% 25px 5%;
	 text-align: center; 
	 line-height: 1.3em; 
	 font-size: .9em;
	 color: rgb(0 0 0 / 75%);
}
.Video-caption-text {
	padding: 4% 21px 0 5px!important;
}
.video-2-row-caption-text, .video-image-block > p.video-2-row-caption-text,.video-image-block > p {
	padding: 0 4% 0 4.5%;
	text-align: center; 
	line-height: 16px!important;
	font-size: 12px!important;
	margin-bottom:2px;
}
.cid-ra8yumJDUATypical .bodyText img {
	display: block;
    margin: 5px auto 5px auto;
    border: 4px solid ghostwhite;
    /* box-shadow: 0px 0px 0px 1px #e6e6e6; 
    box-shadow: 2px 3px 8px #333333;*/
    box-sizing: border-box;
	
	    box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
    -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,.16),0 0 0 1px rgba(0,0,0,.08);
}
.LinkButton { font-size: 1em!important; }
.cid-ra8yumJDUATypical .bodyText img.aligncenter {margin: 5px auto 5px auto; width: 80%; height: auto; }
.cid-ra8yumJDUATypical .bodyText img.alignleft {  margin: 5px 25px 5px auto; }
.cid-ra8yumJDUATypical .bodyText img.alignright {margin: 5px auto 5px 25px; }
.cid-ra8yumJDUATypical .bodyText .sp-contentR a, .cid-ra8yumJDUATypical .bodyText .sp-contentL a, .LinkButton {
	margin-top: 15px;
	-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;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:1px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:.75rem;
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: .1rem;
	padding:.5rem 1.5rem;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	transition: all 0.5s ease;
	box-shadow:  0 0 10px  rgba(0,0,0,0.1);
      -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
      -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
      -o-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
}

.cid-ra8yumJDUATypical .bodyText .sp-contentR a:hover, .cid-ra8yumJDUATypical .bodyText .sp-contentL a:hover, .LinkButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
	-webkit-transform: scale(.995);
	  transform: scale(.995);

}
.cid-ra8yumJDUATypical .bodyText .sp-contentR a:active, .cid-ra8yumJDUATypical .bodyText .sp-contentL a:active, .LinkButton:active {
	position:relative;
	top:1px;
}
/*.cid-ra8yumJDUATypical .bodyText .sp-contentR a, .cid-ra8yumJDUATypical .bodyText .sp-contentL a, .LinkButtonBlue { */
.LinkButtonBlue {
	margin-top: 15px;
	color: #fff!important;
	-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, #6069d7), color-stop(1, #0c1d67));
	background:-moz-linear-gradient(top, #6069d7 5%, #0c1d67 100%);
	background:-webkit-linear-gradient(top, #6069d7 5%, #0c1d67 100%);
	background:-o-linear-gradient(top, #6069d7 5%, #0c1d67 100%);
	background:-ms-linear-gradient(top, #6069d7 5%, #0c1d67 100%);
	background:linear-gradient(to bottom, #6069d7 5%, #0c1d67 100%);   
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#2b3c89;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:1px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	/*font-size:.75rem; */
	font-weight:400;
	text-transform: uppercase;
	letter-spacing: .1rem;
	padding:.7rem 1.5rem;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	transition: all 0.5s ease;
	box-shadow:  0 0 10px  rgba(0,0,0,0.1);
      -moz-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
      -webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
      -o-box-shadow: 0 0 10px  rgba(0,0,0,0.1);
}
/*.cid-ra8yumJDUATypical .bodyText .sp-contentR a:hover, .cid-ra8yumJDUATypical .bodyText .sp-contentL a:hover, .LinkButtonBlue:hover { */
.LinkButtonBlue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6069d7), color-stop(1, #0c1d67));
	background:-moz-linear-gradient(top, #6069d7 5%, #0c1d67 100%);
	background:-webkit-linear-gradient(top, #6069d7 5%, #0c1d67 100%);
	background:-o-linear-gradient(top, #6069d7 5%, #0c1d67 100%);
	background:-ms-linear-gradient(top, #6069d7 5%, #0c1d67 100%);
	background:linear-gradient(to bottom, #6069d7 5%, #0c1d67 100%); 
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#2b3c89;
	color:#ffc107!important;
	text-decoration:none;
	-webkit-transform: scale(.991);
	  transform: scale(.991);

}

@media screen and (max-width: 1024px) {
	.video-container {
	margin: -70px -10px 0 -10px!important;
	min-height: 300px;
}
.video-container-top0 {
	margin: -98px -35px -25px -35px!important;
	min-height: 300px;
}
.vImage-top-hero-video {
	min-height: 350px;
}
.video-container2 {
	margin: 0!important;
}
}
@media screen and (max-width: 823px) {
	.video-container2 {
	margin: 0!important;
}
.vImage2, .column {
	min-height: 175px!important;
}
.video-image-block {
	min-height: 283px!important;
}
}
@media screen and (max-width: 767px) {
.cid-ra8yumJDUATypical .bodyText img.aligncenter, .bodyText img.aligncenter {width: 100%; height: auto; }
.container {
     max-width: 100%!important; 
}
.video-container2 {
	margin: 0!important;
}
.vImage2, .column {
	min-height: 175px!important;
}
.vImage-top-hero-video::before { font-size: 60px; }
.vImage-top-hero-video { min-height: 280px; }
.column-top-hero-video { min-height: 280px!important; }
.video-2-row-caption-text, .video-image-block p {padding: 0!important;}
.vImage-top-hero-video > p { font-size: 110%; }
.video-container {
	margin: -70px -10px 0 -10px!important;
	min-height: 200px;
}
.video-container-top0 {
	margin: -98px -35px -25px -35px!important;
	min-height: 200px;
}
.video-container-top0 > .div-table-container { padding: 0 20px;}
.video-container2 {
	margin: -70px 1px 0 -1px!important;
	min-height: 250px;
}
}
@media screen and (max-width: 414px) {
 img.aligncenter { /* padding: 0 60px!important;*/	}
.cid-ra8yumJDUATypical .bodyText img.alignleft { width: 100%; height: auto; padding: 0 40px;  }
.cid-ra8yumJDUATypical .bodyText img.alignright {width: 100%; height: auto; padding: 0 40px; }
.cid-ra8yumJDUATypical .sp-imageL img, .cid-ra8yumJDUATypical .sp-imageR img {width: 90%; margin: 5px; }
.Video-caption-text, .Video-caption-text p {
	padding: 0 1px 0 1px!important;
	text-align: center!important;
    line-height: 16px!important;
    font-size: 12px!important;
	margin-bottom: 1px;
}
.column-top-hero-video, .vImage-top-hero-video { min-height: 160px!important; }
.Video-image {float: left!important;}
.video-image-block, .left-right-video-box {
	border: 0!important;
	min-height: 153px!important;
	}
.video-container-top0 {
	margin: -98px -25px 0 -25px!important;
	min-height: 200px;
}
.ColumnImage {
	width: 110%!important; 
	margin-left: -15px;
	background-position: 50% top!important;
	}
.div-table-container > [class^="col-"] {padding: 0 0 10px 0!important;}
}

/* End Video pop-up  */

/*  End YouTuve Video List  */

@media screen and (max-width: 700px) {
	.btn-large {
		white-space: normal!important;
		padding: 7px!important;
		 margin-right: 0px!important;
	}
}

/*  ###  Flag icons    ##   */
.icon-flag:before {
    content: "\00a0";
}

.icon-flag-us {
    background-image: url(img/icons/flags/united-states-of-america2.svg);
	/* background-image: url(img/icons/flags/united-states.svg); */
}
.icon-flag-india {
    background-image: url(img/icons/flags/india1.svg);
}
.icon-flag-china {
    background-image: url(img/icons/flags/china1.svg);
}
.icon-flag-portugal {
    background-image: url(img/icons/flags/portugal.svg);
}
.icon-flag-spain {
    background-image: url(img/icons/flags/spain.svg);
}
.icon-flag-russia {
    background-image: url(img/icons/flags/russia1.svg);
}
.icon-flag-puerto-rico {
    background-image: url(img/icons/flags/puerto-rico.svg);
}
.icon-flag-brazil {
    background-image: url(img/icons/flags/brazil1.svg);
}
.icon-flag-france {
    background-image: url(img/icons/flags/france1.svg);
}
.icon-flag-skorea {
    background-image: url(img/icons/flags/skorea1.svg);
}
.icon-flag-pakistan {
    background-image: url(img/icons/flags/pakistan.svg);
}
.icon-flag-indonesia {
    background-image: url(img/icons/flags/indonesia1.svg);
}
.icon-flag-nepal {
    background-image: url(img/icons/flags/nepal1.svg);
}
.icon-flag-ghana {
    background-image: url(img/icons/flags/ghana.svg);
}
.icon-flag-bangladesh {
    background-image: url(img/icons/flags/bangladesh.svg);
}
.icon-flag-ecuador {
    background-image: url(img/icons/flags/ecuador.svg);
}
.icon-flag {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em;
}

/*  ###  End Flag icons    ##   */

/*  ##  News loop page  ##  */
	.pagination {
		margin: -15px 0 25px 0;
	}
	.pagination > .page-numbers {
		padding: 0 4px;
		color: #0f155e;
	}
	.pagination > .current {
		font-weight: 800;
		color: #000;
	}
	.pagination > .next, .pagination > .prev {
		font-weight: 400;
		font-size: 150%;
		margin-top: -10px;
	}
/*  ##  End News loop page  ##  */
/*  ## RSS feed   ##  */
p.RSSdescription::first-line { font-weight: 600!important; }
.RSSdescription {
		position: relative;
	  display: inline-block;
	  word-wrap: break-word;
	  overflow: hidden;
	 /* max-height: 4.7em; /* (Number of lines you want visible) * (line-height) */
	  line-height: 1.2em;
	  text-align:left;
	  margin: .8em 0;
	  
	  display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
}
.RSSreadmore {
		margin: -.4em 0 1.3em 0;
}
.RSSwrapper h6 {
	line-height: 1.3em;
}
/*  ## End RSS feed   ##  */
/*  ## Read More Button CSS   ##  */
.RMwrapper 
    {
        //display: flex;
    }	
.shortView {
    max-width: 100%;
        max-height: 5px;
        overflow-y: hidden;
        /*Transition time is increased to accomodate the height */
        transition: max-height 0.9s linear;
        transform-origin: top left;
		-ms-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
}
@media screen and (max-width: 400px)   {
.fullView { max-height: 100%!important; }
}
.fullView {
    max-height: 1500px;
    transition: max-height 1.6s linear;   
}

/*   ##  Read More Button CSS   ##  */

.img100per {
	margin:0!important;
	Border: 0!important;
	width: 100%!important;
}
.font-white {
	color: #ffffff!important;
}
.align-center {
	text-align: center!important;
}
.img-size-full { max-width: 100vw!important;}

/*  ## End Read More Button CSS   ##  */

.cfa-Institute { /*margin-top: -5vh; */ }
@media screen and (max-width: 1236px) {
header .centered-container .col-right .primary-navigation .nav-mainbar .nav-item a { font-size: 1.2vw!important; }
}
@media screen and (max-width: 1025px) {
header .centered-container .col-right .primary-navigation .nav-mainbar .nav-item a { font-size: 17px!important; }
}

/*  Remove Debug Code   */
/*   
.xdebug-error, .xe-deprecated {display: none!important; }

*/

.timeline_intro a, .timeline_intro a:active, .timeline_intro a:link { color: #fff!important;     text-decoration: underline!important; }
.timeline_intro a:hover {color: #ffc107!important;}

/*  Zicklin Events  */
.tribe-events-notices ul li:before, .tribe-events-nav-previous:before, .tribe-events-nav-left:before, .tribe-events-past:before, .tribe-events-nav-next:before, .tribe-events-nav-righ:before {
    content: ' ';
    color: #1a25a6;
    font-size: 10px;
    position: absolute;
    top: 7px;
    left: -10px;
}
.tribe-events-list-separator-month {
	font-size: 1.5em!important;
}

/*  End Zicklin Events  */
#ssme select, #ssme input[type="submit"] {
	padding: 7px 11px!important;
	font-size: 1.5em;	
}
@media screen and (max-width: 400px)   {
	#ssme select, #ssme input[type="submit"] {
	padding: 3px!important;
	font-size: 1em;	
	margin-bottom: 10px;
}
}
