/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/**tt130822**/

.yt-video {
    position: relative;
}
.yt-video img {
    border-radius: 0px;
}
.yt-video .icon-img img {
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    right: 0px;
    top: 50%;
    text-shadow: 1px 1px 1px #444;
    transform: perspective(1px) translateY(-50%);
    margin: 0 auto;
    max-width: 45px;
    left: 0;
    font-size: 2.5em;
    opacity: .7;
}
.video-popup .modal-content {
    border-radius: 0px;
    border: none;
    background-color: transparent;
    box-shadow: none;
}

.video-popup .modal-header {
    min-height: 34px;
    border-bottom: none;
    padding: 0px;
}

.video-popup .modal-body {
    padding: 0px;
}

.modal-dialog {
    max-width: 800px;
}

.leadership-endorsements h4 {
    text-align: left;
    font-size: 20px;
    margin: 10px 0 4px 0;
}

.AboutUs h3 {color: #801214;
    font-size: 36px;
    font-weight: 700;
    margin: 5px 0 15px 0;
    text-align: center;}

.about-program  .leadership-endorsements p {
    font-size: 12px;
    line-height: 21px;
}

.about-program .spkers .col-12.col-md-10 p {
    text-align: left;
}

/*********************/

@media screen and (max-width:1920px) {}
@media screen and (max-width:1600px) {}
@media screen and (max-width:1366px) {}
@media screen and (max-width:1280px) {}
@media screen and (max-width:1169px) {
	
	
}
@media screen and (max-width:991px) {	
	.AboutUs p, .about-program .leadership-endorsements p {
    text-align: left;
}
	.modal-dialog {
    max-width: 85%;
}
}
@media screen and (max-width:767px) {
	.AboutUs h3 {
    font-size: 25px;
}
}
@media screen and (max-width:640px) {}
@media screen and (max-width:479px) {}
@media screen and (max-width:440px) {}
@media screen and (max-width:380px) {}
@media screen and (max-width:359px) {}
@media screen and (max-width:320px) {}
@media screen and (max-width:1920px) {}