.course-header{background-image:url(/static/courses/assets/images/defaults/header.jpg);background-position:50%;background-size:cover;width:100%;position:relative}.course-header .breadcrumb{background:#000;padding:4px 32px;border-radius:0;width:auto;position:relative;float:left;margin-top:30px;margin-bottom:30px}.course-header .breadcrumb ul{list-style:none;width:auto;padding:0}.course-header .breadcrumb ul li{width:auto;float:left;padding:5px;color:#fff}.course-header .breadcrumb ul li a{color:#fff;font-weight:400;}.course-header .breadcrumb ul li:nth-child(n+2){padding:5px 5px 5px 30px}.course-header .breadcrumb ul li:nth-child(n+2):before{background-image:url('data:image/svg+xml; utf8, <svg aria-hidden="true" focusable="false" data-prefix="far" data-icon="long-arrow-right" class="svg-inline--fa fa-long-arrow-right fa-w-14" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23FFFFFF" d="M295.515 115.716l-19.626 19.626c-4.753 4.753-4.675 12.484.173 17.14L356.78 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h344.78l-80.717 77.518c-4.849 4.656-4.927 12.387-.173 17.14l19.626 19.626c4.686 4.686 12.284 4.686 16.971 0l131.799-131.799c4.686-4.686 4.686-12.284 0-16.971L312.485 115.716c-4.686-4.686-12.284-4.686-16.97 0z"></path></svg>');content:" ";color:#fff;display:block;width:25px;height:25px;margin-right:15px;margin-top:2px;margin-left:-25px;position:absolute;background-repeat:no-repeat;background-size:66%}.course-header .breadcrumb ul li:not(:last-child){font-weight:700}.course-header .course-title{background:#003976;padding:25px;margin-bottom:30px}.course-header .course-title h1{color:#fff;margin-top:0;font-weight:lighter;font-size:32px}.course-header .course-title p{color:#fff;font-size:16px;margin-bottom:0}.course-header .course-title p .icon{margin-right:10px}.course-header .course-title p span{color:#fff;margin-left:10px;font-style:italic}.course-header .course-title p a{color:#f89828}.course-header .course-description{font-size:1.8em;text-shadow:5px 5px 10px #222}.course-header .course-description p{color:#fff;font-style:italic}.course-header .buttons{margin-bottom:0px}.course-header .buttons .btn{margin-right:15px;margin-bottom:0}.tef-logo {
    margin-bottom: 30px;
    max-width: 300px;
}
li { font-size: 16px;}

.course-header .breadcrumb { 
	padding: 4px 10px;
}
.btn-warning { 
    border-radius: 2px;
    background: #F89828;
    box-shadow: 0px 2px 0px 0px #000;
    border-bottom: none;
    color: #000;
    text-align: center;
    font-family: Foco;
} 
.btn-primary { 
    border-radius: 2px;
    background: #003976;
    box-shadow: 0px 2px 0px 0px #000;
    border-bottom: none;
    color: #fff;
    text-align: center;
    font-family: Foco;
}  
.btn-default { 
    border-radius: 2px;
    border: 1px solid #FFF;
    box-shadow: 0px 2px 0px 0px #000;
    background: transparent;
    color: #fff;
    text-align: center;
    font-family: Foco;
}
.course-header .course-title:first-of-type {
    max-width: 100%;
    width: max-content;
}
.course-header .course-title:not(:first-of-type) {
    background: transparent;
    padding: 0;
}
.course-header .course-title:not(:first-of-type) .row {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}
.course-header .course-title:not(:first-of-type) .row > * {
    background-color: #003976;
    padding: 25px 0;
}
.course-header .course-title:not(:first-of-type) .row > *:first-child {
    padding-left: 10px;
}
.course-header .course-title:not(:first-of-type) .row > *:last-child {
    padding-right: 10px;
}
.course-header .course-title:not(:first-of-type) .row > div > div {
    min-height: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.course-header .course-title:not(:first-of-type) .row > div:not(:last-child) > div {
    border-right: white 1px solid;
}
.course-header .course-title h1 { 
	display: inline-block;
	margin-right: 24px;
    vertical-align: middle;
}
.course-header .course-title li { 
	display:inline-block;
	margin-right: 10px;
}
.course-header .course-title p { 
	display:inline-block;
	margin-right: 10px;
}
.course-header .course-title p.note {
    margin-top: 10px;
}
.course-header .course-title .flex {
    display: flex;
}
.course-title h2 { 
    color: #FFF;
font-family: Foco;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 32px;
margin-bottom: 4px;
}
.course-title p { 
    color: #FFF;
    font-family: Foco;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.course-title a.dropdown-toggle { 
    color: #000;
    font-family: Foco;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 187.5% */
}
.course-title li.dropdown {
    background: white;
    border-radius: 4px;
    height: max-content;
    padding: 10px 12px;
   /* display: inline; */
    margin-bottom: 10px;
    min-width: 145px;
}
.course-title li.dropdown svg {
    margin-right: 10px;
}
.course-title li.dropdown .caret {
    margin-left: 20px;
}
.course-title .nav-tabs>li>a:hover {
    border-color: #003976!important;
}
.course-title .buttons { 
    margin-top:25px;
}


@media only screen and (max-width: 600px) {
    .course-header .course-title .flex {
        flex-wrap: wrap;
    }
	.course-header .course-title { 
		text-align: center;
	} 
	.buttons .btn-warning {
        width: 100%;
    }
    .tef-logo { 
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
    .course-header .course-title h1 { 
        text-align:center;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .course-header .course-title .dropdown {
        margin: 0 auto;
    }
    /* .course-header .buttons .btn:not(:last-child) {
        margin-bottom: 15px;
    } */
    .course-header .buttons .btn {
        margin-bottom: 15px;
    }
}
/*# sourceMappingURL=../../maps/components/course-header/header-b61d11d4a4.css.map */
