/*
Theme Name: Foster
Author: Columbia International College
Author URI: https://cic-totalcare.com
Description: Columbia International College is the largest boarding high school in North America
Version: 1.0


*/

body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;

}

body {
    color: #333;
}


a {
    color: #464749;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.card {
    margin-bottom: 11px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #f2f2f2;
    border: none;
    box-sizing: border-box;
    color: #aaa9a9;
    display: inline-block;
    font-size: 13px;
    height: 30px;
    line-height: 20px;
    outline: none;
    padding: 4px 6px;
    vertical-align: middle;
    box-shadow: none;
}

h3, body h3 {
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
    color: #222845;
    font-size: 22px;

}
h3.page-title {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 26px
}
.default-button {
    text-align: center;
    border: 0;
    padding: 1em 3em;
   
    vertical-align: bottom;
    text-shadow: none;
    line-height: 27px;
    display: inline-block;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background: #89191c;
    color: white !important;
        font-size: 13px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.8em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    outline: none !important;
    cursor: pointer;
}

.default-button:hover {
color: white;
text-decoration:none;

}
.navbar-brand {
    padding-right: 50px;
}

.navbar-brand img {
    max-width: 176px;
}

.top-bar {
    position: relative;
    font-size: 14px;
    z-index: 120;
    background-color: #89191c;
    color: rgba(255,255,255,.6);
}

.top-bar-contact-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-bar-contact-info li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 30px;
}

.top-bar a:not(.button) {
    color: rgba(255,255,255,.6);

}

.top-bar .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-bar-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    list-style: none;
    padding: 0 .75rem 0 0;
    margin: 0;
}

.site-header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
        -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.top-menu>li a {
    padding: 0 .75rem;
}


.search-form-opener {
    background-color: rgba(0,0,0,.12);
    width: 56px;
    height: 56px;
    display: block;
    color: rgba(255,255,255,.6);
}

.search-form-opener .search-wrapper {
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.search-icon {

  position: relative;
  cursor: pointer;
    width: 21px;
    height: 18px;
}


.circle {
  position: relative;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 70px;
  z-index: 0;
  border: 2px solid white;
  transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: 1;
    background-color: rgb(120, 22, 26);

}

.handle {
position: absolute;
    background-color: white;
    top: 12px;
    left: 0;
    width: 24px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
    border-radius: 2px;
}
.handle:after {
  content: "";
  background-color: white;
  width: 24px;
  height: 2px;
  display: block;
  float: right;
  border-radius: 2px;
  transition: all 0.6s cubic-bezier(0.25, 1.7, 0.35, 0.8);
  z-index: -1;
}

.open .circle {
  -webkit-transform: scale(0.02);
          transform: scale(0.02);
  -webkit-transform-origin: 30% 40%;
          transform-origin: 30% 40%;
  background: white;
  border-color: white;
}
.open .handle:after {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}


#search_bar {
    position: relative;
    display: block;
    width: 100%;
}

form.search__header input {
   
    border: 0;
    outline: none;
        width: 100%;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 26px;
    border: 0;
    background-color: transparent;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: 300;
}


.header-search-wrapper{
display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    visibility: hidden;
    opacity: 0;
    z-index: -2;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    }

    .header-search-wrapper.search-active {
            visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    z-index: 30;
        background: white;
    }

    .main-content {
            padding: 100px 0px 60px 0px;
    }

section.hero-image {
    background-repeat: no-repeat;
    text-align: center;
    padding: 75px 0px 69px 0px;
    position: relative;
    width: 100%;
        background-size: cover;
}

    .search-course {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    background-color: #f7f7f7;
    padding: 22px;
    }



    .bg-overlay {
    background-color: rgba(33,33,33,0.66);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    }


    .mini-title h1 {
    line-height: 34px;
    font-weight: normal;
    font-style: normal;
    color: #ffffff;
    font-size: 30px;
        margin-bottom: 2px;
        float: left;
        width: 100%
}

.study-breadcrumb {
    float: left;
    width: 100%;
    color: white;
}

.study-breadcrumb ul {
    display: inline-block;
    margin: 0;
    padding: 0
}

.study-breadcrumb ul#crumbs li {
    display: inline-block;
    color: #ffffff;
    list-style: none;
        line-height: 28px;
}

.study-breadcrumb ul#crumbs a {
    color: #fff;
    font-size: 14px;
}

.study-breadcrumb ul#crumbs  li::after
 {
    color: white;
 }



.study-breadcrumb ul li:first-child:before {
    display: none;
}


.study-short-title {
    float: left;
    width: 100%;
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 20px;
}

.study-short-title:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 80px;
    height: 2px;
    background-color: #ebebeb;
}

.search-course ul li {
    list-style: none;
    line-height: 1;
    position: relative;
    margin-bottom: 7px;
        float: left;
}

.search-course input[type="text"] {
    height: 43px;
    border-bottom: 2px solid #eaeaea;
    font-size: 15px;
    color: #333;
    padding: 7px 20px;
    background-color: #ffffff;
    font-style: italic;
    width: 100%;
    font-style: normal;
}

.search-course i {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 11px;
    color: #bababa;
    right: 32px;
}

.study-radio, .study-radio ul {
    float: left;
    width: 100%
}


.study-radio li{
    list-style: none;
    float: left;
    margin-right: 30px;
    margin: 0px 19px 15px 0px;
}

.study-radio input[type="radio"], .study-radio  label {
display: inline-block;
  vertical-align: middle;
  margin: 5px;
  cursor: pointer;
}

.study-radio input[type="radio"] {
  opacity: 0;
  position: absolute;  

}

.study-radio label {
position: relative
}


.study-radio input[type="radio"] + label:before{
  content: "";
  background: transparent;
  border: 2px solid #aaa;
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  padding: 2px;
  margin-right: 10px;
  text-align: center;
}

.study-radio input[type="radio"]:checked  + label:before {

  background: #74f99a;
  border: 1px solid #74f99a;
  box-shadow: inset 0px 0px 0px 2px #333;
  border-color: #74f99a;

}


.aside_left {
     top: 0;
    bottom: 0;
    position: fixed;
    height: auto!important;
    left: 0;
    z-index: 98;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #333;
        -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 255px;
        max-width: 100%;
}

ul#menu-sidebar-menu {
    padding-left: 0px;
}

@media (min-width: 961px) {


body.admin-bar .aside_left  {
top: 125px;
}

    .aside_left {
        top: 93px;
-webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

}



}


.admin-bar header.site-header {
    top: 32px;
}

.navbar-brand {
        display: table-cell;
    vertical-align: top;
    height: 100%;
}

.navbar-nav {
        display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 100%;
        -webkit-transition: width .2s ease;
    transition: width .2s ease
}


.c-stack--ver  {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}


.c-brand {
        display: table-cell;
    vertical-align: top;
    height: 100%;
        -webkit-transition: width .2s ease;
    transition: width .2s ease;
    height: 70px;
    width: 255px;
    padding: 0 30px;
    background: #676767;
}

.c-nav-head {
      display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 100%;
    background: white;
    box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.060);
    transition: all .2s ease;

}

.c-nav-head a {
    color: #333;
}

.c-nav-head .current_page_item a {
background: white;
color: #89191c;
}
.c-navbar-nav {

 
list-style: none;
    margin: 0;
    padding: 0;
    display: table-row;
    height: 100%;
    transition: all .2s ease;


    }

.c-stack-general {
        display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}


.c-nav-head ul li {
    list-style: none;
    /* float: left; */
    padding: 0 20px;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}


.c-navbar-toggler {
    display: none;
    vertical-align: top;
    height: 100%;
    -webkit-transition: width .2s ease;
    transition: width .2s ease;
    height: 70px!important;
    line-height: 0;
    vertical-align: middle;
    width: 100%;
    text-align: right;
    color: white;
    outline: none !important;
    cursor: pointer;
}

.c-navbar-toggler span {
    display: block;
    width: 23px;
    background: white;
    position: absolute;
    height: 1px;
    min-height: 1px;
    border-radius: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    right: 34px;
}

.c-navbar-toggler span:before , .c-navbar-toggler span:after{
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    width: 50%;
        position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 1px;
    min-height: 1px;
    content: "";
    border-radius: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background: white;
}
.c-navbar-toggler span:before {
right: auto;
top: -7px;
left: 0;
}


.c-navbar-toggler span:after {
left: auto;
bottom: -7px;
right: 0;
}

.c-nav-brand {
    vertical-align: middle !important;
    -webkit-transition: width .2s ease;
    transition: width .2s e;
    transition: width .2s ease;
    height: 93px!important;
    display: table-cell;

    }


    .c-nav-inner {
   display: table;
    width: auto;
    float: left;
    height: 100%;
    margin: 0 0 0 10px;
    }


    .c-nav-right {
    display: table;
    width: auto;
    float: right;
    height: 100%;
    margin: 0 0 0 10px;
    line-height: 69px;
    margin-right: 20px;
    }
.aside_left li.menu-item {
    display: block;
    float: none;
    height: auto;
    padding: 0;
    position: relative;
    margin: 0;
}

    .aside_left li.menu-item a {
    padding: 15px 30px;
    color: white;
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    text-decoration: none;
    position: relative;
    outline: 0;
    cursor: pointer;
    height: 44px;
        border-bottom: 1px solid rgba(0,0,0,0.09);
}




.c-grid {
        -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1 0 0px;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.c-content {
        padding: 50px;
}

@media (min-width: 965px) {
.c-wrap {
        -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
        -webkit-transition: width .2s ease;
    transition: width .2s ease;
    padding-left: 255px;
        padding-top: 93px!important;
}

.c-wrapper {
    -webkit-box-flex: 1;
    flex: 1 auto;
    -ms-flex: 1 0 0px;
    min-width: 0;
        margin-bottom: 60px;
            max-width: 100%;

}

}


.current_page_item a {
   background-color: #89191c;
   color: white;
}

.current_page_item ul.sub-menu  a{
    background: rgba(0,0,0,0.09) !important;
}

.courses-text {
    float: left;
    width: 100%;
    padding: 35px 30px 16px 30px;
     border: 1px solid #eaeaea;
     position: relative;
}

span.course-category {
    position: absolute;
    right: 231px;
    top: 0;
    font-size: 11px;
    text-transform: uppercase;
    background: #89191d;
    padding: 3px 14px;
    color: white;
}

.study-courses  ul  li {
    margin-bottom: 30px;
    list-style: none !important;
}



.study-courses {
    float: left;
    width: 100%;
}

.study-courses ul {
    padding-left: 0
}

.study-courses h6 {

    padding: 0px 5px 10px 5px;
    border-bottom: 1px solid #eaeaea;
        text-align: left;
    margin-bottom: 13px;
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
    color: #222845;
    position: relative;
}

.study-courses h6:before {
    display: block;
    content: '';
    position: absolute;
    left: -1.95rem;
    top: -4px;
    width: 2px;
    height: 35px;
    background-color: #89191d;
}

.preCollapse {
    margin-top: 20px;
}

ul.course-meta {
    margin: 0px;
    padding: 0;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
}
ul.course-meta li {
    float: left;
    margin: 0px 16px 8px 0px;
    padding: 2px 15px;
    color: white;
    font-size: 12px;
}

ul.course-meta li:first-child {
    background: #676767;
}

ul.course-meta li:last-child {
    background: #333;
}


ul.course-meta li svg {
    float: left;
    fill: #dfdfdf;
    font-size: 16px;
    margin: 9px 9px 0px 0px;
}

.course-filters ul {
    padding-left: 1em;
}

.course-filters 
    h5 {
    line-height: 22px;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    border-bottom: 2px solid #f2f2f2;
    padding-bottom: 6px;
    margin-bottom: 24px;
color: #222845;
}


.study-courses .widget_check-box li {
    list-style: none;
    padding-bottom: 12px;
    float: left;
    width: 100%;
    margin-bottom: 0
}




.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label{
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: "";
  font-family: FontAwesome;
    background: #fff;
    border: 1px solid #89191c;
    display: inline-block;
    vertical-align: middle;
          font-size: 11px;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: white;
    content: "\f04d";
  color: #89191c;

  
}

.radio-custom:checked + .radio-custom-label:before {
    background: white;
    content: "\f04d";
  color: #89191c;
  font-size: 11px

  
}



.widget {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}


.placement-options .card p {
    display: none;
}

.placement-options .please-choose {
    text-align: center;
}

div.reveal-text, div.reveal-more {
  display:inline-block;
  overflow:hidden;
  white-space:nowrap;
}

div.reveal-text {    /* For increasing performance 
                       ID/Class should've been used. 
                       For a small demo 
                       it's okaish for now */
  animation: showup 7s infinite;
}

div.reveal-more {
  width:0px;
  animation: reveal 7s infinite;
}

div.reveal-more span {
  margin-left:-355px;
  animation: slidein 7s infinite;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:355px;}
}


.column ol {
    padding-left: 3em;
}
.please-choose {
    margin: 1.5em auto;
}


.placement-note {

    margin: 3em auto;
    text-align: center;
}

.placement-content .btn-options {
    border: 0 !important;
    background: transparent !important;
    color: white;
    outline: none !important;
    cursor: pointer;
}

.placement-content div.card-header{
    background: #89191d;
    border-radius: 0 !important
}


.card-body ul {
    padding-left: 1em;
}


.current_page_parent {
    background: #7c171c;
}

.aside_left .menu-item {
    position: relative;
    margin: 0;
    display: block;
    float: none;
    height: auto;
    padding: 0;
}

.m-menu__item--hover {
        position: relative;
        z-index: 98
    }


ul.sub-menu  {
    display: none!important;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-style: preserve-3d;
    margin-left: 200px;
    background: #2d2d2d;
    padding-left: 0
}

.m-menu__item--hover ul.sub-menu  {
        top: 0px;
        position: absolute;
        display: block!important;
        width: 245px;
        margin-left: 255px;
        -webkit-animation: m-aside-menu-submenu-fade-in .3s ease 1,m-aside-menu-submenu-move-up .3s ease-out 1;
        animation: m-aside-menu-submenu-fade-in .3s ease 1,m-aside-menu-submenu-move-up .3s ease-out 1
    }

.m-menu__item--hover ul.sub-menu::before  {
    content: '';
       position: absolute;
        line-height: 0;
        display: inline-block;
        overflow: hidden;
        width: 0;
        height: 0;
        left: -10px;
        top: 10px;
        position: absolute;
        margin: 0;
          border-right: solid 10px #2d2d2d;
  border-bottom: solid 10px transparent;
  border-top: solid 10px transparent;
    }



@-webkit-keyframes m-aside-menu-submenu-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes m-aside-menu-submenu-fade-in {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes m-aside-menu-submenu-move-up {
    from {
        margin-top: 10px
    }

    to {
        margin-top: 0
    }
}

@keyframes m-aside-menu-submenu-move-up {
    from {
        margin-top: 10px
    }

    to {
        margin-top: 0
    }
}

@-webkit-keyframes m-aside-menu-submenu-move-down {
    from {
        margin-bottom: 10px
    }

    to {
        margin-bottom: 0
    }
}

@keyframes m-aside-menu-submenu-move-down {
    from {
        margin-bottom: 10px
    }

    to {
        margin-bottom: 0
    }
}






.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  width: 420px;
  height: 40px;
}

.select-restyled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #89191c;
  padding: 8px 15px;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  text-align: left;
}
.select-restyled:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  top: 16px;
  right: 10px;
}
.select-restyled:hover {
  background-color: #b83729;
}
.select-restyled:active, .select-restyled.active {
  background-color: #7f1518;
}
.select-restyled:active:after, .select-restyled.active:after {
  top: 9px;
  border-color: transparent transparent #fff transparent;
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #89191c;
}
.select-options li {
  margin: 0;
  padding: 12px 0;
  text-indent: 15px;
  border-top: 1px solid #7c171c;
  -moz-transition: all 0.15s ease-in;
  -o-transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  text-align: left;
}
.select-options li:hover {
  color: #7f1518;
  background: #fff;
}
.select-options li[rel="hide"] {
  display: none;
}

.transition {
    max-width: 1000px;
    text-align: center;
    margin: 30px auto;
}




.transition-sample table  {
    margin: 30px auto;
    width: 100%;
    table-layout: fixed;
}

.transition-sample table caption {
    caption-side: top;
    background: #ea6525;
    color: white;
    text-align: left;
    font-weight: bold;
    padding: 2px 12px;
    font-size: 13px;
}
.transition-sample table tr th {
    background: #F26724;
    color: white;
}

.transition-sample table tr:first-child{
    background: #89191d;
    color: white;
    font-weight: bold;
    text-align: left;
font-size: 12px;
}

.transition-sample table tr:first-child t

.transition-sample th,  td {
    border: 1px solid #dfdfdf;
    border-collapse: collapse;
    padding: 10px
}

td.sugg-tr {
    background: #dfdfdf;
}

.transition-credits {
    opacity: 0;
/*  visibility: hidden;
    width: 0;
    height: 0;
        -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: none;*/

}

.transition-credits.hover {
    display: block;
    opacity: 1;
   border: 1px solid black;
    padding: 15px 15px 0;
/*     opacity: 1;
    visibility: visible;
    width: auto;
    height: auto;*/
}

.transition-credits b {
    color: #89191c;
}




.transition-previous {
    margin: 30px auto;
}

.transition-sample {
    margin: 30px auto;
}


.transition-sample table tr th:first-child {
    background: transparent;
    border: 0 !important;

}


.transition-sample table tr:first-child {
    border: 0 !important;
}

b.cic-credits {
    color: #ea6525;
}


ul#crumbs {
    padding-left: 0
}


ul#crumbs li {
    display: inline-block;
    margin: 0;
    padding: 6px 0 !important;
    border: none;
    background: transparent;
    text-indent: 0;
    color: #676767;

}

ul#crumbs li::after {
    content: "\f0da" !important;
    font-family: FontAwesome !important;
    padding: 0 9px !important;
    font-size: 14px;
    font-weight: normal;
    position: relative;
    top: 0;
    color: #7f7f84;

}


ul#crumbs li::after {
    content: "\002F";
    padding: 0 0.5em;
}

ul#crumbs li:last-child::after {
display: none !important


}


ul#crumbs a {
    color: #333;
}



table {
    margin-top: 20px;
}


.search-course .widget {
    margin-bottom: 0;
}

.search-course ul {
    padding-left: 0;
    display: flex;
    margin: 5px 0px;
}


#loader {
  animation: animate 1.5s linear infinite;
  clip: rect(0, 80px, 80px, 40px); 
  height: 80px;
  width: 80px;
  position: relative;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}




/* Loader 5 */
.loader-5 {
    height: 32px;
    width: 32px;
    -webkit-animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-1 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-1 {
    0%   { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes loader-5-1 {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loader-5::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: auto;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    -webkit-animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-2 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-2 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(24px, 0, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-2 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(24px, 0, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5::after {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: auto;
    bottom: 0; right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    -webkit-animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-3 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-3 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(-24px, 0, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-3 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(-24px, 0, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span {
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    height: 32px;
    width: 32px;
}
.loader-5 span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0; left: 0;
    bottom: auto; right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    -webkit-animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-4 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-4 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(0, 24px, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-4 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(0, 24px, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}
.loader-5 span::after {
    content: "";
    display: block;
    position: absolute;
    top: auto; left: 0;
    bottom: 0; right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    background: #333;
    border-radius: 50%;
    -webkit-animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
            animation: loader-5-5 2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}
@-webkit-keyframes loader-5-5 {
    0%   { -webkit-transform: translate3d(0, 0, 0) scale(1); }
    50%  { -webkit-transform: translate3d(0, -24px, 0) scale(.5); }
    100% { -webkit-transform: translate3d(0, 0, 0) scale(1); }
}
@keyframes loader-5-5 {
    0%   { transform: translate3d(0, 0, 0) scale(1); }
    50%  { transform: translate3d(0, -24px, 0) scale(.5); }
    100% { transform: translate3d(0, 0, 0) scale(1); }
}

table.sugg-table  {
    margin-bottom: 40px;
}


table.sugg-table  tr:first-child {
    background: #505050;
    color: white;
    font-weight: bold;
}


table.sugg-table caption {
    caption-side: top;
    background: #880316;
    text-align: center;
    color: white;
    font-size: 19px;
    font-weight: 400;
    padding: 7px 13px;
}



td.uni-program {
    background: #505050;
    color: white;
}


.pro-table tr:nth-child(even) {
background: #f5f5f5
}

ul#menu-sidebar-menu li.show-mobile {
    display: none;
}

/*** Media Queries ***/
@media (max-width: 961px) {


.c-nav-head {
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0 !important;
    overflow: hidden;
    display: none;
}

aside.aside_left {
    display: none
}
aside.aside_left.show {
    position: relative;
    width: 100%;
        top: 0;
        display: block;
}

.c-wrap {

}

a.c-nav-brand img {
    max-width: 140px;
}

.c-nav-brand {
    height: 73px!important;
}

.admin-bar header.site-header {
    top: 0;
    position: relative;
}

header.site-header {
    top: 0;
    position: relative;
}

.c-navbar-toggler {
    display: table-cell;

    }



    .m-menu__item--hover ul.sub-menu {
    position: relative;
    width: auto;
    margin-left: 0;
}

table {
    border-collapse: collapse;
    overflow-x: auto;
    max-width: 100% !important;
    position: relative;
    display: block;
}

ul#menu-sidebar-menu li.show-mobile {
    display: block;
}
}



table.tuition-table tr:first-child td:first-child {
    background: white;
    border: 0 !important;
}


/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}





ul.segmented-control.nav {
  display: inline-block;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  padding-left: 0
}
.segmented-control__item {
  float: left;
  list-style-type: none;
}
.segmented-control__input {
  position: absolute;
  visibility: hidden;
}
.segmented-control__label {
  display: block;
  padding: 1em 0.2em;
  margin: -1px 0;
  border-left: 1px solid #ddd;
  text-align: center;  
  cursor: pointer;
  color: black;
}
.segmented-control__item:first-child .segmented-control__label {
  border-left-width: 0;
}
.segmented-control__label:hover {
  background: #fafafa;
}
a.segmented-control__label.active.show{
  background: #eee;
}




 .current-menu-parent  {
    background: #89191c
 }


 .current-menu-parent.menu-item-has-children ul.sub-menu {
    position: relative !important;
    display: block !important;
    margin-left: 0;
}

 .current-menu-parent.menu-item-has-children.m-menu__item--hover ul.sub-menu {
    position: relative !important;
    display: block !important;
    margin-left: 0;
     -webkit-animation: unset;
     animation: unset;
         width: 100% !important;
}

 .current-menu-parent.menu-item-has-children.m-menu__item--hover ul.sub-menu:before {
    display: none;
 }


.current-menu-parent.menu-item-has-children a {
    background:rgb(37, 34, 34);
}

.current-menu-parent.menu-item-has-children ul.sub-menu .current-menu-item a {
    background: #89191c;
}


button.btn.btn-link{
    white-space: normal;
    text-align: left;
        font-weight: 600;
        color: #333;
 }

 .wp-caption .wp-caption-text {
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: calc(100% - 10px);
    color: white;
    padding: 10px;
    bottom: -16px;
}
.wp-caption {
    position: relative;
    margin-bottom: 23px;
}

.parent-group {
  /*  margin-top: 53px;*/
    position: relative;
}


.parent-group:before {
    content: attr(data-parent);
    margin-bottom: 21px;
    display: inline-block;
    background: #89191c;
   /* padding: 9px 14px;*/
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}


@media (max-width: 480px) {

.c-content {
    padding: 20px;
}

}


.uniform-table {
    table-layout: fixed
}

.uniform-table tr {
    text-align: center;
}


.uniform-table td
 {
    text-align: left;
 }


.uniform-table caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: white;
    font-size: 1.22em;
    caption-side: top;
    background: #6D8BB0;
    text-align: center;
    font-weight: bold;
}


.clickable:after {
    content: "\f0d7";
    font-family: FontAwesome;
    float: right;
    color: #e8e8e8;
}

@media (max-width: 768px) {

.grade-filters ul {
display: none;
}

}