@font-face{font-family:'Source Sans Pro';font-style:normal;font-weight:300;src:local('Source Sans Pro Regular'),local('SourceSansPro-Regular'),url('../Fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),url('../Fonts/sourcesanspro-regular-webfont.woff') format('woff')}
@font-face{font-family:'Source Sans Pro';font-style:bold;font-weight:700;src:local('Source Sans Pro Bold'),local('SourceSansPro-Bold'),url('../Fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),url('../Fonts/sourcesanspro-bold-webfont.woff') format('woff')}
@font-face{font-family:'Source Sans Pro Italic';font-style:normal;font-weight:300;src:local('Source Sans Pro Italic'),local('SourceSansPro-Regular-Italic'),url('../Fonts/sourcesanspro-italic-webfont.woff2') format('woff2'),url('../Fonts/sourcesanspro-italic-webfont.woff') format('woff')}
@font-face{font-family:'Source Sans Pro Italic';font-style:bold;font-weight:700;src:local('Source Sans Pro Bold Italic'),local('SourceSansPro-Bold-Italic'),url('../Fonts/sourcesanspro-bolditalic-webfont.woff2') format('woff2'),url('../Fonts/sourcesanspro-bolditalic-webfont.woff') format('woff')}

html {
    -webkit-text-size-adjust:100%;
}

body,div,h3,p,ul,li,img{
    border: 0;
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #000000;
}

html, body, p, a {
    font-size:16px;
    font-family:'Source Sans Pro', sans-serif !important;
    font-weight:300;
    text-decoration:none;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:160%;
    color:#333;
}

a,
a:hover {
    color: #2ea3f2;
    outline: none;
    text-decoration: none;
}

li {
    list-style: none;
}

h1 {
    color: #2ea3f2;
    font-size: 38px;
    font-weight: 700;
    line-height: 0.8em;
    margin: 0 0 .5em;
}

h2 {
    font-size: 30px;
    font-weight: 300;
    line-height: 0.8em;
    margin: 0 0 .5em;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.1em;
    margin: 0 0 .5em;
}

h4 {
    font-size: 16px;
    margin: 0 0 1em;
}

h5, h6 {
    font-size: 16px;
    font-weight: 300;
}

p {
    line-height: 1.4em;
    padding: 0 0 0.5em;
}

/*###########  FOOTER   #################*/

#page-footer {
    background:#333333;
    color:#fff;
    padding-top:50px;
    padding-bottom: 30px;
}

.footer-section-content {
    background-color: transparent;
}

.footer-left {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    align-items: baseline;
}

.footer-right span{
    padding:0 15px;
    margin: 0;
}

#footernavigation {
    width:100%;
    margin: 0;
}

#footernavigation li {
    display:inline-block;
    font-size:16px;
    margin-right:15px;
}

#footernavigation a {
    color: #fff;
    -webkit-transition:color 200ms ease-out 0s;
    -moz-transition:color 200ms ease-out 0s;
    -o-transition:color 200ms ease-out 0s;
    transition:color 200ms ease-out 0s;
}

#footernavigation a:hover {
    color: #2ea3f2;
}

@media (max-width: 991px) {
    .footer-left,
    .footer-right {
        text-align: center;
        flex-wrap: wrap;
        align-items: unset;
        justify-content: center;
    }
    .footer-right span{
        margin: 15px 0;
        width: 100%;
    }
    #footernavigation {
        margin: 15px 0;
    }
}

@media (min-width: 992px) {
    .footer-right span{
        margin: 0;
    }
}

/*######  MENUBAR  ############*/

.navbar-red {
    background-color: #1f272b;
    color: #ffffff !important;
}

.navbar-prev-next {
    position:relative;
    height:60px;
    padding:10px 0;
    display:none;
}

.dropdown-toggle::after {
    display:none;
}

.red-bar {
    width:100%;
    height:50px;
    background-color:#1f272b;
    color: #ffffff !important;
}

.section-red {
    background-color:#e8e8e8;
    padding:0;
    height:100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items:center;
}

.page-title {
    display: inline-block;
    width: auto;
    color: #333;
    font-size: 1.5rem;
    line-height: 50px;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .page-title {
        margin-top: -20px;
    }
}

.flex-center {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

/*######  NAVIGATION  ########*/

@media (min-width: 992px) {
    .navbar-mainnavigation > .container {
        display: flex !important;
        align-items: flex-end;
    }
    .navbar-mainnavigation .navbar-nav > li > .nav-link::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 4px;
        height: 100%;
        background: transparent;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
    }

    .navbar-mainnavigation .navbar-nav > li > .nav-link:hover,
    .navbar-mainnavigation .navbar-nav > li > .nav-link.active {
        color: #2ea3f2;
        outline: none;
        text-decoration: none;
    }
    .navbar-mainnavigation .dropdown {
        position: relative;
        height: 65px;
    }
    .navbar-mainnavigation .dropdown-menu {
        position: absolute;
        background: #333;
    }
    .navbar-mainnavigation .dropdown-item {
        color: #fff;
        -webkit-transition:color 200ms ease-out 0s;
        -moz-transition:color 200ms ease-out 0s;
        -o-transition:color 200ms ease-out 0s;
        transition:color 200ms ease-out 0s;
    }
    .navbar-mainnavigation .dropdown-item:hover {
        color: #2ea3f2;
        background:transparent;
    }
    .navbar-mainnavigation .navbar-nav .active > .nav-link {
        color:#2ea3f2;
    }
}

@media (max-width: 991px) {
    .navbar-mainnavigation .navbar-nav > li > .nav-link::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 4px;
        height: 100%;
        background: #2ea3f2;
        opacity: 0;
        transition: opacity 0.25s ease-in-out;
    }
}

/*########  NAVBAR COURSE  ###########*/

/*########  NAVBAR SIDE  ###########*/

.side-navbar-container {
    right:0;
    z-index:50;
    top:25%;
    position:fixed!important;
}

.side-navbar-center:only-child {
    margin-left:auto;
    margin-right:auto;
    position:relative;
}

.side-navbar-center {
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
}

.side-navbar-nav {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    margin:0;
    padding:0;
    list-style:none;
}

.margin-small-top {
    margin-top:10px!important;
}

.side-navbar-nav > li > a {
    display:flex;
    display:-ms-flexbox;
    flex-direction:column;
    height:auto;
    box-sizing:border-box;
    text-transform:none;
    line-height:2.6em;
    text-align:center;
    vertical-align:middle;
    padding:10px 10px 5px;
    background-color:rgb(255, 255, 255);
    color:#333 !important;
    padding:12px 10px 0 15px;
    font-size:.875rem;
    text-decoration:none;
    transition:.1s ease-in-out;
    transition-property:color,background-color;
    line-height:27px;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
    -webkit-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 0px 19px 0px rgba(0,0,0,0.22);
}

.side-navbar-nav > li > a:hover {
    background-color:#2ea3f2;
    color:#fff !important;
}

.side-navbar-container .side-navbar-nav > li > a > i {
    font-size:20px;
}

/*########  BUTTONS  ###########*/

.btn,
.btn:focus,
.btn:focus-within,
.btn:visited,
.btn:active,
.btn .active{
    outline:0;
    font-size:16px;
    font-family:'Source Sans Pro', sans-serif !important;
    font-weight:300;
    box-shadow: none;
    border: none;
}

.btn-primary {
    background-color: #d4d5d4;
    border:none;
    color: #333;
}

.btn-primary:hover {
    color: #333;
    background-color: #979797;
    border:none;
}

.btn-secondary {
    background-color: #2ea3f2;
    border:none;
    color: #fff;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #0657B3;
    border:none;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #333;
}

.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .show > .btn.dropdown-toggle:focus {
    box-shadow: none;
}

img{
    display: block;
}

.icon-button {
    color: #ffffff !important;
    cursor: pointer;
    width: 38px;
    height: 38px;
    -webkit-transition: background-color 200ms ease-out 0s;
    -moz-transition: background-color 200ms ease-out 0s;
    -o-transition: background-color 200ms ease-out 0s;
    transition: background-color 200ms ease-out 0s;
    vertical-align: middle;
    display: inline-flex;
    justify-content: center;
    -ms-flex-pack: center;
    align-items: center;
    -ms-flex-align: center;
    border-radius: 50%;
    border: 0;
    background-color: #2ea3f2;
}

.icon-button:hover {
    background-color: #0657B3;
}

.hamburger-menu {
    margin-top: 0;
    margin-left: 0;
    width: 38px;
    height: 38px;
}

.hamburger-menu:hover {
    background-color: #0657B3;
}

@media (max-width: 991px) {
    .hamburger-menu {
        margin-top: -20px;
    }
}

.btn-prev {
    float:left;
}

.btn-next {
    float:right;
}

[class*="col-"]{
    padding-left: 15px;
    padding-right: 15px;
}
[class*="row"]{
    margin-left: -15px;
    margin-right: -15px;
}

button {
    border-radius: 0 !important;

}
.btn {
    border-radius: 0;

}

section {
    padding: 10px 0 !important;
}

button {
    padding: 5px;
}

h3 {
    margin-bottom: 20px;
}

.btn {
    text-transform: none !important;
}

/*###########  PROGRESSBAR  ###############*/

#lms3progress {
    position: absolute;
    right: 0;
    padding: 0 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    width: 430px;
}

_:-ms-lang(x),
#lms3progress {
    margin-top: -8px;
}

@media (max-width: 991px) {
    #lms3progress {
        margin-top: 32px;
        width:100%;
        padding-left:15px;
        padding-right:15px;
    }
    _:-ms-lang(x),
    #lms3progress {
        margin-top: 20px;
    }
    @-moz-document url-prefix() {
        #lms3progress {
            margin-top: 50px;
        }
    }
}

#lms3progress span {
    color: #333;
    line-height: 18px;
    font-size: 16px;
}

.progress {
    background:#2ea3f2;
    background:white;
    width: 100%;
    height:14px;
    margin: 2px 10px 0 10px;
}

.progress-bar {
    background:#2ea3f2;
}

/*########  NAVIGATION COURSE  ##########*/

.navbar-course {
    padding:0;
}

.course-navigation {
    width:70%;
    margin:40px 0 0 0;
}

@media (max-width: 479px) {
    .course-navigation {
        width:100%;
    }
}

.mobile-menu-close {
    position:absolute;
    right:20px;
    opacity:1;
    -webkit-transition: opacity 200ms ease-out 0s;
    -moz-transition: opacity 200ms ease-out 0s;
    -o-transition: opacity 200ms ease-out 0s;
    transition: opacity 200ms ease-out 0s;
}

.mobile-menu-close:hover {
    opacity:0.5;
}

.course-navigation > li {
    position:relative;
}

.navbar-course {
    position: fixed;
    top: 0;
    width: 100vw;
    touch-action: none;
    height: 100vh;
    z-index:3001;
    background: transparent;
}

.navbar-course .container {
    position: static;
}


.overlay {
    background: rgba(0,0,0,0);
    position: fixed;
    top: 0;
    width: 100vw;
    touch-action: none;
    height: 100%;
    -webkit-transition: background 200ms ease-out 0s;
    -moz-transition: background 200ms ease-out 0s;
    -o-transition: background 200ms ease-out 0s;
    transition: background 200ms ease-out 0s;
}

.overlay.show {
    background: rgba(0,0,0,0.1);
}

.navbar-course.collapsed {
    display:none;
}

.navbar-course .navbar-collapse {
    position: absolute;
    top:0;
    left:-100%;
    width: 50%;
    height: 100%;
    padding:20px;
    background-color: #333;
    -webkit-transition: left 200ms ease-out 0s;
    -moz-transition: left 200ms ease-out 0s;
    -o-transition: left 200ms ease-out 0s;
    transition: left 200ms ease-out 0s;
    overflow-y: auto;
}

.navbar-course .navbar-collapse.show {
    left:0;
}

@media (max-width: 991px) {
    .navbar-course .navbar-collapse {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .navbar-course .navbar-collapse {
        width: 70%;
    }
}

@media (max-width: 479px) {
    .navbar-course .navbar-collapse {
        width: 80%;
    }
}

@media (max-width: 319px) {
    .navbar-course .navbar-collapse {
        width: 90%;
    }
}

.navbar-course .nav-ico {
    position: absolute;
    display: block;
    z-index: 140;
    right: 0;
    top: 0;
    width: 40px;
    background: none;
    box-shadow: none;
    border: none;
    padding-left: 0;
    padding-right: 0;
    margin-right: -5px;
}

.navbar-course .nav-ico::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f067";
    font-size: 12px;
    color:#2ea3f2;
}

.navbar-course .nav-ico.open::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f068";
    font-size: 12px;
    color:#2ea3f2;
}

.course-navigation__item::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f111";
    font-size: 15px;
    position: relative;
    top: 2px;
    color:#979797;
}

.course-navigation__item_visited::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f058";
    font-size: 15px;
    position: relative;
    top: 2px;
    color:#2ea3f2;
}

.navbar-course .course-navigation .course-navigation_level-2 {
    margin: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
    width:100%;
    padding:0;
    border: 0;
    opacity:0;
}

.navbar-course .course-navigation .course-navigation_level-2.show {
    opacity:1;
}

.navbar-course > li > a {
    padding: 0 25px;
    color:white;
}

.navbar-course .course-navigation .course-navigation__link {
    font-size: 15px;
    padding: 0 25px;
    color:white;
    line-height: 32px;
    -webkit-transition: color 20ms ease-out 0s;
    -moz-transition: color 20ms ease-out 0s;
    -o-transition: color 20ms ease-out 0s;
    transition: color 20ms ease-out 0s;
}

.navbar-course .course-navigation .course-navigation__link:hover{
    color: #2ea3f2;
    background: transparent;
    outline: 0;
}

.navbar-course .course-navigation .course-navigation_level-2 a {
    padding: 0 0 0 40px;
}

.hidden {
    display: none !important;
}

.frame-background-dark .frame-inner p {
    color:white !important;
}

.course-navigation a.current {
    color: #2ea3f2 !important;
    text-decoration-color: #2ea3f2 !important;
    text-decoration: underline;
 }

.course-navigation a.active {
    font-weight: bold;
}

#page-header .active:after,
.course-navigation .active:after{
    display:none;
}

.navbar-mainnavigation .nav-link {
    height: 100%;
}

.frame.frame-default.frame-type-textmedia.frame-layout-0.frame-background-none.frame-no-backgroundimage.frame-space-before-none.frame-space-after-none {
    margin:0 -10px;
}

h3.element-header {
    padding-bottom: 10px;
}
