._list li {
	padding-bottom: 5px;
}

.navbar-brand {
    margin-left: 2rem !important;
}

a {
	color: #0099ff;
}

.navMenuItem, .mobileMenu {
    color: #003366;
}

.mobileMenu:hover, .mobileMenu:active {
    color: #003366;
}

._plainText {
	color: white;
}

#searchCoursesBtn {
	border-radius: 100px !important;
}

#courseButtons {
	padding-left: 100px;
}

.dropdown_select {
	width: 150px !important;
	min-width: 150px;
	max-width: 150px;
}

._main_content {
	padding-bottom: 100px;
	padding-top: 100px;
}

._dropdown_list {
    background-color: #f5f5f5;
    box-shadow: none;
    color: #565656;
    font-family: 'Rubik', sans-serif;
    font-size: 1rem;
    line-height: 1.43em;
    height: 2.3em;
    width: 100%;
    margin-top: 5px;
}

/* 
    http://jsfiddle.net/5M2PD/2/
    https://stackoverflow.com/questions/17954966/how-to-get-rid-of-x-and-up-down-arrow-elements-of-a-input-date
*/
input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=month]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}

input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "";
}

input[type="month"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
}

input[type="month"]:focus:before,
input[type="month"]:valid:before {
    content: "";
}

.btnNaviagtion {
    margin-left: 50px;
}

.btnBack3 {
    margin-right: 0px;
}

.desktop_margin {
    margin-left: 50px;
}

.startDate {
    margin-left: 150px;
}

#stepMainTitle {
    padding-left: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-brand {
    height: 100%;
}

.has-float-label {
    position: relative;
}

.has-float-label label {
    position: absolute;
    left: 0;
    top: 0;
    cursor: text;
    font-size: 75%;
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
    top: -1.0em;
    left: 12px;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
}

.has-float-label label::after {
    content: " ";
    display: block;
    position: absolute;
    background: white;
    height: 2px;
    top: 50%;
    left: -.2em;
    right: -.2em;
    z-index: -1;
}

.has-float-label .form-control::-webkit-input-placeholder {
    opacity: 1;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.has-float-label .form-control:placeholder-shown:not(:focus)::-webkit-input-placeholder {
    opacity: 0;
}

.has-float-label .form-control:placeholder-shown:not(:focus) + label {
    font-size: 150%;
    opacity: .5;
    top: .3em;
    font-weight: normal;
}

.input-group .has-float-label {
    display: table-cell;
}

.input-group .has-float-label .form-control {
    border-radius: 4px;
}

.input-group .has-float-label:not(:last-child) .form-control {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .has-float-label:not(:first-child) .form-control {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -1px;
}

.nav-item i {
    padding-right: 5px;
}

.navbar-brand {
    float: left;
    width: 50%;
}

.navMenu {
    overflow: hidden;
    float: right;
    width: 30%;
    display: none;
}

.navMenu a {
    padding-right: 10px;
}

.navMenu i {
    padding-right: 10px;
}

.menu-logo {
    display: flex;
}

.mobileMenu {
    display: none;
}

.navMenuItems {
    float: right;
    clear: none;
}

.cid-qHJDsIKYE9 .menu-logo {
  width: 100%;
}
.cid-qHJDsIKYE9 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qHJDsIKYE9 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qHJDsIKYE9 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qHJDsIKYE9 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qHJDsIKYE9 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qHJDsIKYE9 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}

.navMenuContainer {
    width: 100%;
    display: flex;
}

.navMenuItems {
    float: right;
    width: 50%;
}

.navMenuItem i {
    padding-right: 2%;
    padding-top: 3%;
}

.navMenuItem:hover {
    color: #900d55;
}

.navMenuItem {
    padding-right: 5%;
}

@media screen and (max-width: 990px) {
    .navMenuItems {
        margin-top: 2%;
    }
}

@media screen and (max-width: 800px) {
    .menuSelector a {
        margin-top: 20%
        margin-left: 40%;
    }
    .navMenuItems {
        clear: both;
        float: left;
    }

    .btnNaviagtion {
        margin: 0px;
    }

    .navbar-brand {
        float: left;
        width: 30%;
    }

    .menu-logo {
        display: flex;
    }

    .btnBack3 {
        margin-right: 50px;
        margin-left: 30px;
    }

    .desktop_margin {
        margin-left: 0px;
    }

    .startDate {
        margin-left: 0px;
    }

    #header12-e {
        display: none;
    }

    #form1-1t {
        padding-top: 100px;
    }

    #stepMainTitle {
        padding-left: 0px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-logo {
        margin: 0px;
    }

    .navbar-brand {
        width: 50%;
    }

    .navbar-brand img {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
    }
    
    .mobileMenu {
        display: inline;
        margin-left: 6%;
        margin-top: 5%;
    }

    .navMenuItem {
        display: none;
    }

    .navMenuItems.responsive {
        position: relative;
    }

    .navMenuItems.responsive a.icon {
        position: absolute;
    }
    
    .navMenuItems.responsive {
        width: 100%;
        height: 15%;
    }

    .navMenuItems.responsive a {
        display: block;
        font-size: 1.5em;
        text-align: center;
    }

    .navMenuItem i {
        display: none;
    }

    .navMenuItem {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
    }

    .navMenu {
        display: block;
    }

    .navMenuContainer {
        display: inline;
    }

}

@media screen and (max-width: 400px) {

    .menu-logo {
        display: flex;
    }

    .navbar-brand img {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
    }

    .btnBack3 {
        margin-right: 30px;
        margin-left: 20px;
    }

    .navMenuItem {
        display: none;
    }

    .mobileMenu {
        display: inline;
    }
}

@media screen and (max-width: 385px) {
    .navbar-brand img {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
    }

    .navMenuItem {
        display: none;
    }

    .mobileMenu {
        display: inline;
    }
}

@media screen and (max-width: 325px) {

    .menuSelector a {
        padding: 100px;
    }

    .navbar-brand {
        width: 100%;
        padding: 0px;
        margin: 0px;
    }

    .navbar-brand img {
        width: 100%;
        padding: 0px;
        margin: 0px;
        margin-top: 10px;
    }

    .btnBack3 {
        margin-right: 5px;
        margin-left: 10px;
    }

    .menu-logo {
        display: flex;
    }

    .navMenuItem {
        display: none;
    }

    .mobileMenu {
        display: inline;
    }

}

body {
    font-family: sans-serif, 'Segoe UI', Tahoma, Geneva, Verdana  !important;
}
._dropdown_list, .form-control,label, placeholder, span, p, h1, h2, h3, h4, h5, h6, a, .display-1, .display-2, .display-3, .display-4, .display-5, .display-6, .display-7 {
    font-family: sans-serif, 'Segoe UI', Tahoma, Geneva, Verdana !important;
}

._list11 {
    list-style-type: none;

}
.departmentTitle {
    list-style-type: none;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
    background-color: #900d55 !important;
    color: white !important;
}

a:link, a:visited {
    color: #146EB8 !important;
    text-decoration: none;
}

a:link > h4, a:visited > h4 {
    color: #146EB8 !important;
    text-decoration: none;
}

a.btn:link, a.btn:visited {
    color: white !important;
    text-decoration: none;
}

a:hover {
    color: #900d55 !important;
    text-decoration: none;
}

a:hover > h4 {
    color: #900d55 !important;
    text-decoration: none;
}

a.btn:hover {
    background-color: #900d55 !important;
    text-decoration: none;
}

div.carousel {
    height: 260px;
}

div.carousel-item {
    height: 100%;
}

div.carousel-inner {
    height: 100%;
}

.carousel_img {
    width: 100%;
   
    object-fit: cover;
}

#menu2-h {
    background: rgba(255, 255, 255, .7);
}

#menu2-h > * {
    background: rgba(255, 255, 255, .7);
}

@media screen and (max-height: 991px) {
    div.carousel {
        height: 240px;
    }

    div.carousel-item > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    div.carousel-inner {
        height: 100%;
    }
}

@media screen and (max-height: 678px) {
    div.carousel {
        height: 240px;
    }

    div.carousel-item > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    div.carousel-inner {
        height: 100%;
    }
}

@media screen and (max-height: 500px) {
    div.carousel {
        height: 240px;
    }

    div.carousel-item > img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    div.carousel-inner {
        height: 100%;
    }
}

.carousel-caption {
    bottom: 20%;
}

 .carousel-title {
    font-weight: 400;
    font-size: 45px !important;
}

.menu .navbar-brand span {
    display: flex;
    display: -webkit-flex;
    margin: auto 40%;
}

.navContainer {
    width: 50%;
    margin: auto;
}

@media screen and (max-width: 991px) {
    .navbar-brand {
        padding-top: 1% !important;
    }

    .menu .navbar-brand span {
        display: flex;
        display: -webkit-flex;
        margin: auto 24%;
    }
}

@media screen and (max-width: 850px) {
    .menu .navbar-brand span {
        display: flex;
        display: -webkit-flex;
        margin: auto 15%;
    }
}