a:hover {
    text-decoration: none;
}
.navbar-collapse:not(.show) .navbar-additional {
    background-color: #F26522;
}
.navbar-collapse:not(.show) .navbar-main-form {
    display: none;
}
.navbar-collapse.show .navbar-main-non-collapsed {
    display: none;
}

.navbar-additional .nav-link {
    /* font-size: 1.2rem; */
    color: #FFFFFF;
    
}
.navbar-additional .nav-link:focus, .navbar-additional .nav-link:hover {
    color: #000000;
}
.navbar-main {
    padding: 0;
    box-shadow: 0 3px 7px rgba(0,0,0,.08);
}
.navbar-main .navbar-nav .nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.navbar-main .navbar-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 15px;
}
.navbar-main .navbar-nav .nav-item-dept {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    text-decoration: none;
    align-items: center;
    text-align: center;
    background-color: #f4f7fa
}
.navbar-main .navbar-nav .nav-item-dept-img {
    width: 100px;
    height: 100px;
    min-width: 100px;
}
.navbar-main .navbar-nav .nav-item-dept-img img {
    max-height: 100px;
}
.navbar-main .navbar-nav .nav-item.dropdown {
    position: static;
}
.navbar-main .navbar-nav .nav-item-dept-desc {
    text-decoration: none;
    padding: 0 20px 5px;

}

.navbar-main .navbar-nav .nav-item-dept.main-dept {
    
    flex-direction: row;
    margin-bottom: 30px;
    text-decoration: none;
    text-align: left;
    background-color: #f4f7fa
}

.navbar-main .navbar-nav .main-dept .nav-item-dept-img {
    width: 200px;
    height: 200px;
    min-width: auto;
    text-align:center;
}
.navbar-main .navbar-nav .main-dept .nav-item-dept-img img {
    max-height: 200px;
}
.navbar-main .navbar-nav .main-dept .nav-item-dept-desc {
    padding:0;
    max-width:90ch;
}
.navbar-main .navbar-nav .main-dept .nav-item-dept-desc .nav-item-dept-text{
    padding:3em;
}

.navbar-main .navbar-nav .nav-item.dropdown.show .dropdown-toggle {
    position: relative;
}
.dropdown-toggle:after {
    all: initial;
}

.navbar-main .navbar-nav .nav-item.dropdown.show  .dropdown-item.active, 
.navbar-main .navbar-nav .nav-item.dropdown.show  .dropdown-item:active
.navbar-main .navbar-nav .nav-item.dropdown.show  .dropdown-item:focus, 
.navbar-main .navbar-nav .nav-item.dropdown.show  .dropdown-item:hover{
    background-color:unset;
}
.navbar-collapse:not(.show) .navbar-main .navbar-nav .nav-item-dept-text {
    white-space: normal;
    font-size: 1rem;
    color: #000;
    min-height: 5em;
}
.navbar-collapse:not(.show) .navbar-main .navbar-nav .nav-link img {
    width: 11px;
    display: inline-block;
    margin-right: 5px;
}
.navbar-collapse:not(.show) .nav-item .fa-map-marker {
    margin-right: 6px;
    font-size: 18px;
    font-weight: bold;
}
.navbar-collapse:not(.show) [aria-labelledby="navbarLocations"] .col-form-label,
.search-courses .col-form-label {
    font-size: 1.2rem;
    margin-top: -10px;
    display: block;
    margin-bottom: 5px;
}
.navbar-collapse:not(.show) [aria-labelledby="navbarLocations"] .input-group-append select,
.search-courses .input-group-append select {
    width: 120px;
    height: 40px !important;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
}
.navbar-collapse:not(.show) [aria-labelledby="navbarLocations"] .input-group .form-control,
.navbar-collapse:not(.show) [aria-labelledby="navbarLocations"] .btn-group,
.search-courses .btn-group, .search-location input.form-control {
    height: 40px;
    width: 100%;
}
 
.navbar-collapse:not(.show) [aria-labelledby="navbarLocations"] .btn-group .btn,
.search-courses .btn-group .btn {
    padding: 0 20px;
    /* width: 40%; */
    border-radius: 4px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.navbar-collapse:not(.show) [aria-labelledby="navbarLocations"] .btn-group .btn img,
.search-courses .btn-group .btn img {
    vertical-align: initial;
    width: 10px;
}
.navbar-collapse:not(.show) [aria-labelledby="navbarLocations"] .btn-group .page-header-or,
.search-courses .btn-group .page-header-or {
    width: 20%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.locations_course .navbar-main {
    box-shadow: none;
}
.navbar .dropdown-menu.show {
    color: #000;
}
.input-group .form-control:not(:first-child) {
    border-top-left-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem;
}
.navbar-main-form form {
    padding: 10px;
    background-color: #3d4044;
}
.navbar-main-form .form-control {
    border-radius: 0.15rem;
    border: 0;
}
.navbar-main-form form {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    margin-top: -5px;
}
.navbar-main-form form .btn-group {
    width: 100%;
}
.navbar-main-form form .btn-group .btn {
    width: 40%;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1rem;
}
.navbar-main-form form .btn-group .btn img {
    vertical-align: baseline;
}
.navbar-main-form form .btn-group .page-header-or {
    width: 20%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 1px;
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.location .location-name {
    color: #30363f;
    font-size: 3rem;
    font-family: 'EB Garamond';
    font-weight: 600;
    /* margin-bottom: 20px; */
    text-transform: uppercase;
}
.location .location-name img {
    max-width:150px;
}

.location .course-details {
    margin-top: 40px;
}
.location .course-header {
    border-bottom: 1px solid #e2e7eb;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.location .course-header .course-title {
    font-size: 1.5rem;
}
.location .course-header .course-details .course-detail {
    margin-right: 15px;
}
.location .course-header .course-details .course-detail .headline {
    font-size: 1rem;
}
.location .course-header .course-details .course-detail i.fa {
    color: #F26522;
}
.location .course-header .course-details .course-detail a,
.location .course-header .course-details .course-detail a:hover {
    color: #000;
}
.location .course-header .row.no-gutters > [class^="col-"],
.location .course-header .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}
.location .breadcrumb {
    padding-left: 0;
    padding-right: 0;
    background-color: initial;
    font-size: 1.2rem;
}
.location .breadcrumb a,
.location .breadcrumb a:hover {
    color: #000;
}
.location .breadcrumb-item + .breadcrumb-item::before {
    color: #000;
    content: ">";
}
.content .headline2 {
    border-bottom: 1px solid #cdd8e3;
    margin-bottom: 20px;
    padding-bottom: 5px;
}
.content .headline2::after {
    content: "";
    display: block;
    border-bottom: 1px solid #F26522;
    width: 25%;
    position: absolute;
    margin-top: 5px;
}
.content .headline2 span {
    border-bottom: 0;
}
.content .headline2 span::after {
    all: initial;
}
.course-overview .course-excerpt {
    font-style: italic;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: normal;
}
.course-overview-text p {
    color: #000;
}
.course-overview-text .course-option-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid #cdd8e3;
}
.course-overview-text .course-option-item:last-child {
    border-bottom: 0;
}
.course-options {
    padding-left: 2rem;
    list-style-type: none;
}
.course-options li {
    padding-bottom: 1rem;
}
.course-options .course-date {
    font-weight: 500;
}
.course-options .course-date::before {
    font-family: FontAwesome;
    content: "\f073";
    color: #F26522;
    margin-left: -2rem;
    padding-right: 0.8rem;
    width: 22px;
    display: inline-block;
}
.course-options .course-price::before {
    font-family: FontAwesome;
    content: "\f155";
    color: #F26522;
    margin-left: -2rem;
    padding-right: 0.8rem;
    width: 22px;
    display: inline-block;
}
.course-options .course-register {
    text-align: center;
}
.course-options .course-register .btn {
    width: 100px;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
}
.search-courses {
    width: 100%;
    background-color: #f9f9f9;
    border-radius: 0;
    padding: 3em;
    box-shadow: 0 7px 7px -7px rgba(0, 0, 0, 0.27);
}
.navbar-collapse.show .nav-contact .nav-link {
    color: #fff;
}
.navbar-collapse.show .navbar-main-form .navbar-nav > :first-child .nav-link {
    padding-left: .7rem;
}
.navbar-collapse.show .search-location .navbar-nav {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.navbar-main .navbar-nav .nav-item.dropdown.show .dropdown-toggle::before {
    display: none;
}
.course-details-lessons {
    padding-right: 0;
}
#past-courses .card {
    border-radius: 0;
    border-bottom: 0;
}
#past-courses .card-header .btn {
    float: left;
    width: 97%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}
#past-courses .card-header i {
    float: right;
    padding: 5px;
    font-size: 20px;
}

@media (min-width: 1185px) {
    .main-menu.navbar-main-non-collapsed.navbar-nav .nav-link {
        font-size: 1.16rem;
    }
}
@media (max-width: 1185px) {
    .main-menu.navbar-main-non-collapsed.navbar-nav .nav-link {
        font-size: 1rem;
    }
}
@media (min-width: 992px) {
    .navbar-main .navbar-nav .nav-item.dropdown.show .dropdown-toggle::before {
        display: block;
        content: "";
        border-bottom: 10px solid;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        color: #F26522;
        margin: 0;
        width: 15px;
        height: 10px;
        bottom: -25px;
        position: absolute;
        left: 50%;
        margin-left: -5px;
    }
}
@media (max-width: 991px) {
    .course-header .course-details .course-detail {
        width: 100%;
        margin: 0 0 15px !important;
        padding: 0 0 15px !important;
        border: none !important;
        border-bottom-width: medium;
        border-bottom-style: none;
        border-bottom-color: currentcolor;
        border-bottom: 1px solid #e2e7eb !important;
    }
    .course-header .course-details .course-detail:last-child {
        margin: 0 !important;
    }
    .location .course-details:first-child {
        margin-top: 0;
    }
    .location .course-header {
        border: none;
        padding-bottom: 0;
    }
}
@media (min-width: 768px) {
    .dropdown.nav-item.show::after {
        all: initial;
    }
    .navbar-main {
        height: 130px;
        width: 100%;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        /* padding-left: 1rem;
        padding-right: 1rem; */
        align-items: center;
        display: flex;
    }
    .navbar-collapse.show .navbar-main-form .navbar-nav > :first-child .nav-link {
        padding: .5rem 1rem;
    }
    .navbar-collapse.show .navbar-main .navbar-nav {
        align-self: flex-start;
    }
}

.courses .content .headline2 {
    border-bottom: 1px solid #F26522;
    margin-bottom: 5px;
    padding-bottom: 5px;
    content: "";
    display: block;
    width: 100%;
    position: relative;
    margin-top: 2px;
  }
  
  .courses .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  
  .course-item {
    padding: 2rem;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 4px;
  }
  
  .courses .item-image {
    padding-bottom: 10px;
  }
  
  .course-item .row .col-md-12 {
    padding-bottom: 10px;
  }
  
  .course-item .row .col-md-12 {
    padding-bottom: 10px;
  }
  
  .course-item .date {
      color: #F26522;
      text-transform: uppercase;
      font: 1.1em 'Roboto', sans-serif;
  }
  
  .courses .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #f4f7fa;
    border-color: #ddd #ddd #fff;
  }
  
  .courses-grid-scrolled .courses-topics {
      position: fixed;
      display: block;
      max-width: 90%;
      top: 180px;
      transition: 1s ease;
    }

    
    
  
  .courses-grid.row.courses-grid-scrolled {
    position: relative;
  }
  
  .courses-topics.nav-tabs .nav-link {
      border: 0;
  }
  
  @media(max-width:575.9px) {
    .courses-grid.container .row {
      flex-direction: column;
    }
  }
  
  @media(max-width:575.9px) {
    .courses .nav.nav-tabs {
      border-right: none;
      width: inherit;
    }
  }
  
  @media (min-width: 576px) {
    .courses-topics {
      position: relative;
      top: 0;
      display: block;
    }
}

.courses .nav-link .headline2 {
    font-size: 14px;
    line-height: 16px;
    font-family: inherit;
    font-weight: 500;
    color: #070707;
    text-align: left;
  }
  
.courses .nav-link .headline2::after {
    content: "";
    display: block;
    border-bottom: none;
  }
  
.courses .nav-link .headline2:hover {
    color: #F26522;
  }
  .location .content .headline2 {
    border-bottom: 1px solid #F26522;
    margin-bottom: 5px;
    padding-bottom: 5px;
    content: "";
    display: block;
    width: 100%;
    position: relative;
    margin-top: 2px;
}

  .location .nav-link .headline2 {
    font-size: 14px;
    line-height: 16px;
    font-family: inherit;
    font-weight: 500;
    color: #070707;
    text-align: left;
  }
  
.location .nav-link .headline2::after {
    content: "";
    display: block;
    border-bottom: none;
  }
  
.location .nav-link .headline2:hover {
    color: #F26522;
  }
  
  

section.news .news-item{
    padding: 2em;
    background: #f4f7fa;
    min-height: 100%;
}
section.news .news-item--content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
    background-color: #fff;
    padding: 20px
}

section.news .news-item--description {
    color: #30363f;
    font:2.2rem/2.8rem 'EB Garamond';
    font-weight: 500;
    display: block;
    text-align: left;
    max-width:40ch;
}
section.news .news-item--description a{
    color: #30363f;
}



.news .news-item--date {
    font: 14px/21px 'Roboto', sans-serif;
    font-weight: 500;
    color: #53667b;
    text-transform: uppercase;
    text-align: left;
    padding-top:1em;
}
.news .news-item--src {
    font: 1.1em 'Roboto', sans-serif;
    font-weight: 300;
    color: #53667b;
     text-transform: lowercase; 
	 font-style:italic;
    text-align: left
}

.news .news-item--blob {
    display: block;
    padding: 1em 0;
    font: 1.2em/1.6em 'Roboto', sans-serif;
    font-weight: 300;
    color: #53667b;
}

 .btn-line-outer-black {
    color: #fff;
    background-color: transparent;
    border-color: #86888a;
    color: #070707
}

 .btn-line-outer-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

 .btn-line-outer-black.focus, .btn-line-outer-black:focus {
    box-shadow: 0 0 0 3px hsla(210,2%,53%,.5)
}

 .btn-line-outer-black.disabled, .btn-line-outer-black:disabled {
    background-color: transparent;
    border-color: #86888a
}

 .btn-line-outer-black.active, .btn-line-outer-black:active,.show> .btn-line-outer-black.dropdown-toggle {
    background-color: #000;
    background-image: none;
    border-color: #000
}


.btn-line-inner-black {
    background-color: #070707;
    border-color: #000000;
    color: #ffffff
}

 .btn-line-inner-black:hover {
    color: #000;
    background-color: rgb(255, 255, 255);
    border-color: #000
}

 .btn-line-inner-black.focus, .btn-line-inner-black:focus {
    box-shadow: 0 0 0 3px hsla(210,2%,53%,.5)
}

 .btn-line-inner-black.disabled, .btn-line-inner-black:disabled {
    background-color: transparent;
    border-color: #86888a
}

 .btn-line-inner-black.active, .btn-line-inner-black:active,.show> .btn-line-inner-black.dropdown-toggle {
    background-color: #000;
    background-image: none;
    border-color: #000
}

.btn-inner-black {
    background-color: #070707;
    color: #ffffff
}

 .btn-inner-black:hover {
    color: #000;
    background-color: rgb(255, 255, 255);
    
}

 .btn-inner-black.focus, .btn-inner-black:focus {
    box-shadow: 0 0 0 3px hsla(210,2%,53%,.5)
}

 .btn-inner-black.disabled, .btn-inner-black:disabled {
    background-color: transparent;
    border-color: #86888a
}

 .btn-inner-black.active, .btn-inner-black:active,.show> .btn-inner-black.dropdown-toggle {
    background-color: #000;
    background-image: none;
    
}

.btn-inner-white {
    background-color: #ffffff;
    color: #070707
}

 .btn-inner-white:hover {
    color: rgb(255, 255, 255);
    background-color: #000;
    
}

 .btn-inner-white.focus, .btn-inner-white:focus {
    box-shadow: 0 0 0 3px hsla(210,2%,53%,.5)
}

 .btn-inner-white.disabled, .btn-inner-white:disabled {
    background-color: transparent;
    border-color: #86888a;
    opacity:0.7
}

 .btn-inner-white.active, .btn-inner-white:active,.show> .btn-inner-white.dropdown-toggle {
    background-color: #fff;
    color:#000;
    background-image: none;
    
}




.btn-line-outer-white-orange {
    color: #fff;
    background-color: #F26522;
    border-color: #F26522;
    font-weight:400 !important;
    
}

.btn-line-outer-white-orange:hover {
    color: #F26522;
    background-color: #FFFFFF;
    border-color: #eaeaea;
}

.btn-line-outer-white-orange.focus,.btn-line-outer-white-orange:focus {
    box-shadow: 0 0 0 3px hsla(0,0%,92%,.5)
}

.btn-line-outer-white-orange.disabled,.btn-line-outer-white-orange:disabled {
    background-color: #FFFFFF;
    border-color: #eaeaea;
}

.btn-line-outer-white-orange.active,.btn-line-outer-white-orange:active,.show>.btn-line-outer-white-orange.dropdown-toggle {
    background-color: #F26522;
    background-image: none;
    border-color: #F26522
}

.opacity-black{
	background-color: rgba(0, 0, 0, 0.45);
	
}
.opacity-white{
	background-color: rgba(255, 255, 255, 0.25);
	
}
.opacity-orange{
	background-color: rgba(242, 101, 34, 0.45);
	
}
.opacity-none{
	background-color: rgba(0, 0, 0, 0);
	
}

@media (max-width: 767px) {
    .navbar-collapse {
        width: 100%;
    }
    .locate-me-button img {
        display: none;
    }
}
@media (min-width: 576px) {

}
@media (max-width: 575px) {

}


.getaways .getaways-item {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 50px
}

.getaways .getaways-item [class^=col] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
@media (min-width: 991px) {

    .getaways .getaways-item:nth-child(odd) {
        flex-direction: row-reverse;
    }
}
@media (max-width: 991px) {
    .getaways .getaways-item img {
        width:100%;
        height: auto;
        margin-bottom: 30px
    }

    /* .getaways .getaways-item:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 0
    } */
}

.getaways .getaways-item--headline {
    color: #30363f;
    font: 21px/24px  'EB Garamond'; 
	font-weight:600;
	text-transform:uppercase;
}

.getaways .getaways-item--meta {
    color: #30363f;
    font: 13px/24px 'Roboto', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 30px
}

.getaways .getaways-item--meta span {
    display: inline-block;
    margin-right: 20px
}

.getaways .getaways-item--meta .icon-calendar {
    display: inline-block;
    background-image: url(../images/icons/getaways-calendar.png);
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    margin-right: 6px
}

.getaways .getaways-item--meta .icon-marker {
    display: inline-block;
    background-image: url(../images/icons/getaways-marker.png);
    width: 12px;
    height: 14px;
    background-repeat: no-repeat;
    margin-right: 6px
}

.getaways .getaways-item--description {
    color: #53667b;
    font: 15px/23px 'Roboto', sans-serif;
    font-weight: 300;
    letter-spacing: -.2px
}
.courses-upcoming-carousel .item-caption{
    position: unset;
    background:none;
    
}
.courses-upcoming-carousel .item .title{
    min-height:6rem;
    font-style: normal; 
    font-size: 1.4rem;
    line-height: 1.8rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 20px auto 10px;
    text-transform: uppercase;
    max-width: 80%;
}