
hr{
	border-color: rgba(1, 14, 28, 0.7);
	margin: 30px 0;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

a:hover {
    text-decoration: none;
}

.nomargin {
	margin: 0!important;
}

.nomargintop {
	margin-top: 0!important;
}

.nomarginbottom {
	margin-bottom: 0!important;
}

.clearfix {
	clear: both;
}

.img-banner{
    margin: -40px 0 20px 0;
    width: 100%;
}

.mediumtext {
    font-size: 20px;
    line-height: 24px;
}

.inner-page .arrow li {
	line-height: 1.6em;
}

.card-img-top {
    margin-bottom: 15px;
}

@media only screen and (min-width: 75em) {
    .mediumtext {
        font-size: 25px;
        line-height: 30px;
    }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  	transition: all 0.5s;
  	z-index: 1997;
  	padding: 0;
}

#header {
    background: white;
}

#header .logo{
	width: auto;
	float: none;
}

#header .logo img {
  	max-height: 100px;
}

@media screen and (max-width: 991px){
	#header .logo img {
		padding: 5px;
	}
}

#headerlinks {
    position: relative;
    background: transparent;
    float: right;
    margin-top: 0;
    right: 0;
}

#headerlinks ul {
    margin-top: 0;
}

#headerlinks li {
    padding: 5px 10px;
    margin: 0;
    top: 0;
    font-family: 'Mulish', sans-serif;
    text-transform: initial;
}

#headerlinks li a {
    color: white;
    font-weight: 400;
    padding: 5px 0; 
}

#headerlinks li.pay a:after {
    color: white;
}

.top-navigation{
    height:26px;
    background:black;
}

.reciteme {
    background: #333333!important;
    font-weight: 400!important;
}

@media (max-width: 991px){
    #headerlinks, .top-navigation {
        display: none!important;
    } 
}

@media (min-width: 992px){  
    .reciteme {
        position: relative;
    }
    .reciteme-small, .secondary-nav{
        display: none;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  	padding: 0;
}

.navbar ul {
  	margin: 0;
  	padding: 0;
  	display: flex;
  	list-style: none;
  	align-items: center;
}

.navbar li {
  	position: relative;
	margin-bottom: 0;
}

.navbar li {
    padding: 31px 10px;
}

.navbar a,
.navbar a:focus {
  	display: flex;
  	align-items: center;
  	justify-content: space-between;
  	padding: 10px;
    font-size: 18px;
  	font-weight: 700;
  	color: black;
  	white-space: nowrap;
  	transition: 0.3s;
    text-decoration: none;
}

.navbar a i,
.navbar a:focus i {
  	font-size: 12px;
  	line-height: 0;
  	margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  	color: #867537;
}

.navbar .dropdown ul {
  	display: block;
  	position: absolute;
  	left: 0;
  	top: calc(100% + 70px);
  	margin: 0;
  	padding: 10px 0;
  	z-index: 99;
  	opacity: 0;
  	visibility: hidden;
  	background: #fff;
  	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  	transition: 0.3s;
}

.navbar .dropdown ul li {
  	min-width: 200px;
	margin-bottom: 0;
	padding: 0;
}

.navbar .dropdown ul a {
  	padding: 10px 15px;
    font-size: 16px;
	font-weight: 400;
  	color: #151515;
}

.navbar .dropdown ul a i {
  	font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  	background-color: #867537;
    color: white;
}

.navbar .dropdown:hover>ul {
  	opacity: 1;
  	top: 100%;
  	visibility: visible;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  	color: black;
  	font-size: 40px;
  	cursor: pointer;
  	display: none;
  	line-height: 0;
  	transition: 0.5s;
}

.hamburguer-menu{
	display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.hamburguer-menu:hover{
	background-color: transparent!important;
}

@media (min-width: 992px) {
	.home-button{
		display: none;
	}
    li.only-mobile{
        display: none;
    }
}
@media (max-width: 991px) {
  	.mobile-nav-toggle {
    	display: block;
  	}

  	.navbar ul {
    	display: none;
  	}
}

.navbar-mobile {
  	position: fixed;
  	overflow: hidden;
  	top: 0;
  	right: 0;
  	left: 0;
  	bottom: 0;
  	background: rgba(0, 0, 0, 0.96);
  	transition: 0.3s;
  	z-index: 999;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.navbar-mobile .mobile-nav-toggle {
  	position: absolute;
  	top: 11px;
    right: 15px;
    color: white;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile ul li{
  padding: 5px 0;
}

.navbar-mobile ul li.secondary-nav{
    background: rgba(0, 0, 0, 0.3);
}

.navbar-mobile ul li.reciteme {
    padding: 11px 18px;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #151515;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile .active:focus,
.navbar-mobile li:hover>a {
  	color: white;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: white;
  background-color: #867537;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  color: #151515;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  background-color: #867537;
    color: white;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Courses page
--------------------------------------------------------------*/
#kisdata{
    margin-bottom: 3px;
}

.box-container ul{
	margin-top: 15px;
}

.box-container ul li{
	display: inline-block;
	padding: 5px 10px; 
	margin-right: 4px;
	margin-bottom: 6px;
	font-size: 14px;
	color: #181818;
}

.box-container ul li.lenght{
	background: #ebebeb;
	border: 2px solid #ebebeb;
	color: white;
}

.box-container ul li.placement{
	border: 2px solid #ebebeb;
}

.box-container ul li.foundation{
	border: 2px solid #ebebeb;
}

.box-content h3{
	margin: 10px 0 0 0;
}

/*remove if image is added */

.box-container:not(.image) .box-content{
	padding: 20px;
    border: 1px solid #ebebeb ;
	height: 100%;
	background: white;
    text-decoration: none;
}

.box-container:not(.image):hover .box-content{
	padding: 20px;
    border: 1px solid #867537 ;
	background: #867537 ;
}

.box-container:not(.image):hover a, .box-container:not(.image):hover h3{
	color: white;
}

.box-container.image a{
	color: white;
	display: block;
	height: 100%;
}

.box-container.image img{
	opacity: 0.9;
}

.box-container.image .box-content{
	padding: 20px;
}

.box-container.image:hover a{
	background: #eff51f;
	color: black;
}

.box-container a, .box-container.image:hover .box-content a{
	color: black;
    text-decoration: none;
}

.box-container.image h3{
	color: white;
	margin: 10px 0 0 0;
}

.box-container.image:hover p, .box-container.image:hover h3{
	color: #444!important;
}

.box-container .box-content p{
	margin-top: 25px;
}


/*--------------------------------------------------------------
# Course page
--------------------------------------------------------------*/

#coursepage section{
	overflow: initial;
}

#coursepage .coursepageheadercontent h1{
	line-height: 1.1;
	font-size: 50px;
	font-weight: 100;
}

#coursepage .tab-inner h2 {
	font-size: 25px;
	margin-bottom: 20px;
}

#coursepage h2.section-title, #coursepage .hpopendays h2{
	font-size: 35px;
}

#coursepage .tabs-nav li{
	font-size: 20px;
}

#coursepage .tabs-nav li:before {
    content: "\f054";
}


#coursepage h3{
	font-size: 24px;
	font-weight: 400;
}

#contactdetails .row_cell i.orange{
    font-size: 150%;
    margin-right: 5px;
}

#coursepage .coursepageheadercontent h1 {
    color: white ;
}

#coursepage .coursepageheadercontent p, #coursepage .coursepageheadercontent h4 {
    color: #fff;
    text-align: left;
}

#coursepage .hpopendays a:hover{
    color: white!important ;
	opacity: 0.7;
}


#coursepage .hpimagecontent.image2 {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/courses/openday-bg.jpg') no-repeat 0 0;
}

#coursepage #student img {
	border: 5px solid #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#coursepage #student .quote blockquote:before, #coursepage #student .quote blockquote p:after {
    color: #eff51f;
}

#coursepage .coursepageheader:before {
    background: rgba(8, 10, 16, 0.7);
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
#coursepage .coursepageheader {
    padding-top: 35px;
}
@media screen and (min-width: 888px){
	
	#coursepage .coursepageheadercontent{
		background: none;
	}
}
@media screen and (min-width: 55.5em){

	#coursepage .tab-inner h2 {
		font-size: 32px;
		margin-bottom: 60px;
	}

	#coursepage .tabs-nav li.current:before {
		color: white!important;
	}
	
	#coursepage .hpsection.nomargin {
		margin-top: -25px;
	}
    #coursepage .coursepageheadercontent p, #coursepage .coursepageheadercontent h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
    }
}

@media screen and (max-width: 55.4em) {
    #coursepage .coursepageheader {
        padding-top: 50px;
    }
    #coursepage .coursepageheadercontent h1 {
        font-size: 38px;
    }
    #coursepage .coursepageheadercontent {
        position: absolute;
        display: inline;
        z-index: 10;
        width: 100%;
        left: 0;
        bottom: 0;
    }
}

/* Overlay */

.tile-cases .content-overlay {
    height: 80px;
}

.tile-cases h3 {
    margin-bottom: 40px;
    font-size: 24px;
    color: white;
}
/* Footer */

footer[role="contentinfo"] {
    padding: 3em 0;
}

@media only screen and (min-width: 40em) {
    footer ul li, footer ul.inline li {
        float: right;
    }
}