/* Modifications */

/* Social Share icon color */
 .addthis_inline_share_toolbox > div > div > a > span > svg {
	fill: rgb(27,55,100) !important;
}
a.at-icon-wrapper.at-share-btn {
    background-color: rgb(241,242,242) !important;
}

/* Added on 3/8/2022 - so text stands out better on light backgrounds. */
.carousel-inner .carousel-caption h1 {
    text-shadow: 2px 2px 4px #000000;
}
.carousel-inner .carousel-caption p {
    font-size: 1.3699vw;
    text-shadow: 1px 1px 3px #000000;
}
/* End Modifications */

* {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*:before,
*:after {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

body *{
    margin-top: 0;
}
a {
    display: block;
}
a:hover {
    text-decoration: none;
}
a:active, a:focus, a:hover {
    color: #63748b;
    text-decoration: none !important;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    color: #fff;
}
.noleftpadd {
    padding-left: 0px !important;
}

.news, .events, .flex{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
}
.news>div {
    padding-right: 0px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -ms-flex: 1 0 100%;
    flex-basis: 100%;
}

.news>div>a, .news h3, #spotlight h3, #spotlight a {
    color: rgb(27,55,100);
}
.news p, .news h3 {
    width: 80%;
}
.news p, #spotlight p {
    margin-bottom: 22px;
    font-size: 18px;color: rgb(88,89,91);
}

.events  h3+div {
    margin-top: 10px;
}
#information>div>div {
    padding: 62px 0.6932% 0;
}
.information {
    position: absolute;
    bottom: -50%;
    left: 0%;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.mobilemenu-list .subnavigation_column li a {
    display: inline;
}
.information div, .information div>a {
    color: #fff;
}

.swiper-pagination {
    width: 110px;
    margin: 0px auto;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: end;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    left: 0;
    right: 0;
    text-align: center;
}
.slick-slider {
    height: 100%;
}
.swiper-slide {
    height: 100%;
}
.swiper-slide h3 {
    font-family: Oswald-Regular, sans-serif;
    color: #e9d59e;
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 5px;
}
.swiper-slide p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.25em;
}
.slick-prev, .slick-arrow {
    display: none !important;
}
.slick-dots {
}
.slick-dots li {
    display: inline-block;
    margin: 10px;
    padding: 0px !important;
}
.slick-dots li button {
    border-radius: 50%;
    min-width: 22px;
    min-height: 22px;
    color: #cccccc;
    background: #cccccc;
    border: none;
    padding: 0px;
    margin: 0px;
}
.slick-active button {
    color: #e9d59e !important;
    background: #e9d59e !important;
}
.slick-dots li button:hover {
    color: #009ada !important;
    background: #009ada !important;
}
.slick-dots li button:active {
    color: #e9d59e !important;
    background: #e9d59e !important;
}


body, ul, dd {
    margin: 0 0;
    padding: 0 0;
}

ul {
    list-style: none;
}

body {
    margin: 0;
    font-family: IstokWeb-Regular, sans-serif;
}

a {
    text-decoration: none;
}
.skip {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip:active,
a.skip:focus,
a.skip:hover {
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    overflow: visible;
    color: #fff;
}
.display-in-mobile {
    display: none;
}
.container {
    max-width: 1132px;
    margin: 0 auto;
    padding: 0;
    width: auto;
}
.flex {
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
}

.full-width {
    width: 100%;
    position: absolute;
    z-index: 10;
}
#information {
    padding: 70px 0;
    text-align: center;
    margin: 50px 0px;
}
#information > .container {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
    width: 100%;
}
#information > .container > div {
    position: relative;
    width: 30% ;
}
#information > .container > div:nth-child(2) {
    margin: 0px 25px;
}
#information img {
    max-width: 100%;
    width: 100%;
}

#information .flex {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.information {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.information h3 {
    font-family: "Oswald-Bold", sans-serif;
    font-size: 22px;
    margin: 0px 0px 20px 0px;
}
#about-scccd {
    text-align: center;
    padding: 50px 0;
}
#about-scccd h3 {
    position: relative;
    margin-bottom: 30px;
}
#about-scccd h3:before {
    content: "";
    height: 1px;
    width: 40%;
    background: #b2b4b6;
    position: absolute;
    top: 50%;
    right: 30%;
    z-index: 1;
 }
#about-scccd h3 span {
    text-transform: uppercase;
    font-family: Oswald-Regular, sans-serif;
    color: #1b3764;
    font-size: 36px;
    z-index: 2;
    position: relative;
    display: inline-block;
    background: #fff;
    padding: 0 20px;
}
#about-scccd p {
    width: 82%;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 30px;
}
#about-scccd a {
    font-size: 18px;
    font-family: Oswald-Regular, sans-serif;
    text-transform: uppercase;
    color: #63748b;
}
#news-and-events {
    background: #f1f2f2;
    padding: 60px 0;
}
#news-and-events>.container>div {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    -ms-flex: 1 0 100%;
    flex-basis: 100%;
}
#news-and-events h3 {
    color: #1b3764;
    font-family: Oswald-Regular, sans-serif;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 36px;
    text-transform: uppercase;
}
.news {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    margin-bottom: 44px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news img {
    width: 117px;
    height: auto;
    margin-right: 15px;
    /* Added on 8/16/2017 */
    -webkit-border-radius: 50%;
    border-radius: 50% !important;
    /*--------------------*/
}
.news h4 {
    margin: 0 0;
    font-family: IstokWeb-Bold, sans-serif;
    font-size: 19px;
    color: #414042;
}
.news p {
    font-size: 18px;
    margin: 0px;
    color: #231f20;
}

.event div {
    font-size: 18px;
    color: #231f20;
}
.event h4 {
    margin-top: 0;
    text-transform: uppercase;
    font-family: IstokWeb-Bold, sans-serif;
    font-size: 19px;
    margin-bottom: 30px;
    color: #414042;
}
.more-news-events>div:first-child>a {
    margin-left: 132px;
}
.more-news-events a {
    font-family: Oswald-Regular, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    color: #1b3764;
}
#transfer {
    background: #f1f2f2;
    padding: 0 2vw;
    height: 40vw;
    overflow: hidden;
}
#left-block-transfer {
    background: right bottom url('../images/transfer-background.png') no-repeat;
    background-size: cover;
}
#right-block-transfer {
    background: #1b3764;
}
#transfer> .flex {
    border-radius: 100% 100% 0 0;
    overflow: hidden;
    width: 100%;
    padding-bottom: 40vw;
    height: 40vw;
}
#transfer> .flex> div {
    width: 50%;
    box-sizing: border-box;
}

.top-slider-bubble {
    border-radius: 100%;
    background: #ededed;
    border: 4px solid #009ada;
    height: 100%;
    position: relative;
}
.top-slider-bubble:hover {
    cursor: pointer;
}
.bubble-shadow {
    float: left;
    position: relative;
    margin-right: -28px;
    width: 204px;
    height: 204px;
}
.directoryImg div a {
    display: inline-block;
}
/*Media Queries for Circles*/
.mobile-bubbles .flex div:last-child a {

}
@media all and (max-width: 1150px) {
.bubble-shadow {
    margin-right: -28px;
    width: 180px;
    height: 180px;
}
.bubble-shadow:first-child {
    margin-left: 70px;
}
}
@media all and (max-width: 1050px) {
.bubble-shadow:first-child {
    margin-left: 3%;
}
}
@media all and (max-width: 1000px) {
.bubble-shadow {
    margin-right: -18px;
    width: 140px;
    height: 140px;
}
.bubble-shadow:first-child {
    margin-left: 7%;
}
.top-slider-bubble>* {
    display: block;
    margin: auto auto;
    width: 100px!important;
}
.visit-now {
    font-size: 14px!important;
    padding: 2px 5px!important;
}
.total-students {
    font-size: 14px!important;
}
.number-of-students {
    font-size: 18px!important;
}
#bubble-2>a>div {
    margin-top: 33px!important;
}
.news {
    margin-right: 40px!important;
}
.transfer-slider-content h3 {
    font-size: 20px;
}
}
@media all and (max-width: 890px) {
    .bubble-shadow {
        margin-right: -18px;
        width: 140px;
        height: 140px;
    }
    .bubble-shadow:first-child {
        margin-left: 3%;
    }
}
@media all and (max-width: 835px) {
.bubble-shadow {
    margin-right: -18px;
    width: 140px;
    height: 140px;
}
.bubble-shadow:first-child {
    margin-left: 0%;
}

}
.bubble-shadow:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 70px;
    height: 1px;
    z-index: 0;
    margin-left: -35px;
    left: 50%;
    box-shadow: 0px 2px 20px 2px rgba(0, 0, 0, 0.67);
    background: rgba(0, 0, 0, 0.18);
}

.top-slider-bubble>* {
    display: block;
    margin: auto auto;
    width: 150px;
}
#bubble-1 {
    z-index: 6;
}
#bubble-2 {
    z-index: 5;
    font-family: Oswald-Bold, sans-serif;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
#bubble-3 {
    z-index: 4;
}
#bubble-4 {
    z-index: 3;
}
#bubble-5 {
    z-index: 2;
}
#bubble-6 {
    z-index: 1;
}
#bubble-1>div, #bubble-2>div:nth-child(2),  #bubble-3>div, #bubble-4>div, #bubble-5>div, #bubble-6>div{
    display: none;
    text-align: center;
    font-family: Oswald-Bold, sans-serif;
    color: #fff;
    text-transform: uppercase;
}
/*#bubble-2>div:nth-child(2) {
    margin: 0px 35px 0 0;
    width: 655px;
}*/
#bubble-1>div>a>img, #bubble-2>a>div, #bubble-3>div>a>img, #bubble-4>div>a>img, #bubble-5>div>a>img, #bubble-6>div>a>img {
    width: 120px;
    display: block;
    margin: 0 auto;
}
.visit-now {
    font-family: Oswald-Bold, sans-serif;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    padding: 5px 15px;
}
.visit-now:hover {
    color: #FFFFFF;
}
.number-of-students {
    font-size: 28px;
}
.total-students {
    font-size: 18px;
    margin-bottom: 10px;
}
.top-slider-bubble:hover {
    z-index: 7 !important;
}
#bubble-2:hover>div:nth-child(1) {
    margin-top:85px;
}
#bubble-1:hover>a>img, #bubble-2:hover>a>img, #bubble-3:hover>a>img, #bubble-4:hover>a>img, #bubble-5:hover>a>img, #bubble-6:hover>a>img {
    display: none;
}
#bubble-1:hover>div, #bubble-2:hover>div:nth-child(2), #bubble-3:hover>div, #bubble-4:hover>div, #bubble-5:hover>div, #bubble-6:hover>div{
    display: block;
}
#bubble-1:hover {
    background: #8d191b;
}
#bubble-2:hover {
    background: #1b3764;
}
#bubble-3:hover {
    background: #f4921e;
}
#bubble-4:hover {
    background: #005a92;
}
#bubble-5:hover {
    background: #c19634;
}
#bubble-6:hover {
    background: #4d6f2e;
}
#bubble-1 img {
    width: 100% !important;
    height: auto !important;
    margin-left: -1px;
    margin-top: 4px;       
}
#bubble-2 img {
    margin-top: -5px;
    margin-left: -10px;
    width: 110% !important;
    height: 100% !important;
}
#bubble-3 img {
    width: 150px !important;
    height: 38px!important;     
}
#bubble-4 img {
    width: 150px !important;
    height: 65px !important;        
}
#bubble-5 img {
    width: 150px !important;
    height: 38px !important; 
}
#bubble-6 img {
    width: 150px !important;
    height: 55px !important;        
}
.bubble-numbers {
    white-space: nowrap;
    position: relative;
    right: 35px;
}
#bubble-2 .bubble-numbers {
    right: 45px;
}
.flex_bubble {
    display: block !important;
}
.flex_bubble:hover {
    cursor: pointer;
}
.newsFlex>div {
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -ms-flex: 1 0 45%;
    flex-basis: 45%;
}
.events_column {
    margin: 20px;
    -webkit-flex-basis: 45%;
    -moz-flex-basis: 45%;
    -ms-flex-basis: 45%;
    -ms-flex: 1 0 45%;
    flex-basis: 45%;
}
#slider {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0px;
}
.slider_bottom_container {
    margin: 0 auto !important;
}

@media all and (max-width: 1161px) {
    .container {
        margin: 0 15px;
    }
}
@media all and (min-width: 769px) and (max-width: 1162px) {
   /* body {
        min-width: 1162px;
    }*/
}
body p {
    line-height: 1.25em;
}


.homeCircle {
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 50px;
    width: 100%;
}
.homeCircle img {
    width: 100%;
    height: auto;
    max-width: 160px;
    width: auto;
    /* for ie 8 */
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.info {
    background:#FFFFFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    height: 100%;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0.9;
    max-width: 50%;
}
.info h3 {
    font-size: 20px;
    color: #1b3764;
    line-height: 1.5em;
    margin-bottom: 20px;
}
.info p {
    color: #000000;
        line-height: 1.5em;
}
.info div {
    padding-left: 10px;
    max-width: 150px;
    text-align: left;
}
#transfer, #left-block-transfer, #right-block-transfer {
    min-height: 677px;
}
.transfer-slider-container {
    width: 65%;
    height: 60%;
    position: relative;
    margin-top: 25%;
    margin-left: 5%;
}
.transfer-slider-content {
    padding: 5px;
}
#footermenu_ie {
    display: none;
}
#ctc_logo a {
    color: #000000;
    font-size: 2em;
    font-style: italic;
    margin-left: -8px;
}

/* Added on 7/29/2017 - PR */
ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

ol > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;    
}

li ol > li {
  margin: 0;
}

li ol > li:before {
  content: counters(item, ".") " ";
}
.filter_heading_close {
	border: none; margin-left: 10px; vertical-align: 15px; font-size: 25px;
}