/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/**
 * Set up a decent box model on the root element
 */
html {
    box-sizing: border-box;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
    box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
    color: #49bffc;
}

a:hover,
a:active,
a:focus {
    color: #82dfff;
    text-decoration: underline;
}

@font-face {
    font-family: "Quark Light";
    font-style: normal;
    font-weight: normal;
    src: local("Quark Light"), url(/fonts/Quark-Light.woff?2aac3e1673093fa5c39b22e3ebbeb79c) format("woff");
}

@font-face {
    font-family: "Quark Bold";
    font-style: normal;
    font-weight: normal;
    src: local("Quark Bold"), url(/fonts/Quark-Bold.woff?c10016d069dcb278c0de84f8a197644b) format("woff");
}

@font-face {
    font-family: "Quark";
    font-style: normal;
    font-weight: normal;
    src: local("Quark"), url(/fonts/Quark-Light.woff?2aac3e1673093fa5c39b22e3ebbeb79c) format("woff");
}

@font-face {
    font-family: "Quark";
    font-style: normal;
    font-weight: bold;
    src: local("Quark"), url(/fonts/Quark-Bold.woff?c10016d069dcb278c0de84f8a197644b) format("woff");
}

/**
 * Basic typography style for copy text
 */
body {
    color: #282828;
    font: normal 114% "Quark", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

/**
 * Clear inner floats
 */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
    max-width: 1320px;
    /* 1 */
    margin-left: auto;
    /* 2 */
    margin-right: auto;
    /* 2 */
    padding-left: 20px;
    /* 3 */
    padding-right: 20px;
    /* 3 */
    width: 100%;
    /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
    overflow: hidden;
    padding: 0;
    /* 1 */
    text-indent: 101%;
    white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

header.header .navbar {
    padding: 0px;
    padding-top: 0.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-bottom: 4px solid #F2F4F9;
    margin: 0;
    background: #ffffff;
}

header.header .navbar .navbar-brand {
    margin-bottom: 0.5em;
    width: 10%;
}

header.header .navbar .navbar-brand img {
    width: 100%;
}

header.header .navbar a,
header.header .navbar a.user-link {
    font-weight: bold;
}

header.header .navbar a:hover,
header.header .navbar a.user-link:hover {
    text-decoration: unset;
}

header.header .navbar i,
header.header .navbar span {
    color: #49bffc;
}

header.header .navbar ul li a {
    border-bottom: 5px solid #ffffff;
}

header.header .navbar ul li a:hover {
    border-bottom: 5px solid #49bffc;
}

header.header .navbar .navbar-user {
    color: rgba(0, 0, 0, 0.55);
    font-weight: bold;
    padding: 0.5rem;
}

footer.footer {
    padding: 5rem 0em 2.5rem 0em;
    background-color: #d2dadc;
    color: #000;
    font-size: 0.875em;
}

footer.footer a {
    text-decoration: none;
    color: #000;
}

footer.footer a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #49bffc;
}

footer.footer .logo {
    margin-bottom: 1rem;
    width: 20%;
}

footer.footer .logo img {
    width: 100%;
}

footer.footer .social-icon {
    margin-bottom: 1rem;
}

footer.footer .social-icon a.each-icon {
    background: #ffffff;
    border-radius: 50%;
    color: #49bffc;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    margin: 0px 0.375em;
}

footer.footer .social-icon a.each-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.25em;
}

footer.footer .social-icon a.each-icon:first-child {
    margin-left: 0;
}

footer.footer .social-icon a.each-icon:last-child {
    margin-right: 0;
}

footer.footer .visitor {
    margin-bottom: 1rem;
}

footer.footer .visitor span{
    padding: 3px;
    border-radius: 5px;
    background-color: #49bffc;
}

footer.footer p {
    line-height: 1.75em;
}

footer.footer .footer-menu .title {
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 1em;
}

footer.footer .footer-menu ul {
    padding: 0;
    list-style-type: none;
}

footer.footer .footer-menu ul li {
    margin-bottom: 1em;
}

footer.footer .copyright {
    display: flex;
    justify-content: space-between;
}

footer.footer .copyright ul {
    padding: 0;
    list-style-type: none;
}

footer.footer .copyright ul li {
    display: inline;
    margin-bottom: 1em;
}

footer.footer .copyright ul li a {
    padding: 0em 0.5em;
    border-right: 1px solid #583D84;
}

footer.footer .copyright ul li a:last-child {
    border: none;
}

@media screen and (max-width: 767px) {
    footer.footer .copyright {
        display: block;
        border-top: 1px solid #ffffff;
        margin-top: 2em;
        padding-top: 2em;
    }

    footer.footer .copyright ul li {
        display: block;
    }

    footer.footer .copyright ul li a {
        padding: 0px;
    }
}

@media screen and (max-width: 767px) {
    footer.footer {
        text-align: center;
    }
}

.btn {
    border: 0;
}

.btn:hover {
    text-decoration: none;
}

.btn-primary {
    background-color: #49bffc;
}

.btn-primary:hover {
    background-color: #82dfff;
}

img.rounded {
    border-radius: 0.5em !important;
}

.card-block {
    margin-bottom: 1em;
}

.card-block.card-block--highlight .image {
    margin-bottom: 1em;
}

.card-block.card-block--small {
    display: flex;
}

.card-block.card-block--small:first-child {
    margin-top: 2.1em;
}

.card-block.card-block--small .image {
    flex-basis: 0;
    flex-grow: 1;
}

.card-block.card-block--small .description {
    margin-left: 1em;
    flex-basis: 0;
    flex-grow: 2;
}

.card-dashboard {
    display: flex;
    padding: 1em;
    color: #fff;
    align-items: center;
    border-radius: 0.5em;
    margin-bottom: 1em;
}

.card-dashboard .icon {
    font-size: 3.5em;
    display: flex;
    align-items: center;
}

.card-dashboard .content {
    margin-left: 1em;
}

.card-dashboard .content .number {
    font-size: 1.5em;
    font-weight: bold;
}

.card-dashboard .content .title {
    font-weight: bold;
}

.card-dashboard.green {
    background-color: #66B696;
}

.card-dashboard.sky {
    background-color: #87A5D8;
}

.card-dashboard.purple {
    background-color: #583D84;
}

.card-slider {
    display: block;
    text-decoration: unset;
    padding: 1em;
}

.card-slider .image {
    background-color: #ffffff;
}

.card-slider .content {
    background-color: #82dfff;
    padding: 1em;
}

.card-slider .content a {
    color: #000;
    text-decoration: underline;
}

.card-slider .content a:hover {
    color: #fff;
    text-decoration: underline;
}

.card--normal {
    background: #ffffff;
    border: none;
    padding: 2em;
}

.homepage .slick-prev:before,
.homepage .slick-next:before {
    color: #000;
    font-size: 75px;
}

.homepage .slick-prev {
    left: -100px;
}

.homepage .slick-next {
    right: -100px;
}

@media screen and (max-width: 1499px) {

    .homepage .slick-prev:before,
    .homepage .slick-next:before {
        font-size: 30px;
        z-index: 9999999;
    }

    .homepage .slick-prev {
        left: -15px;
    }

    .homepage .slick-next {
        right: -15px;
    }
}

.homepage .slick-dots li button:before {
    font-size: 20px;
}

.homepage .slick-dots li.slick-active button:before {
    color: #49bffc;
}

.nav-tabs--ccs {
    border-bottom: none;
}

.nav-tabs--ccs .nav-link {
    border: none;
    color: #767676;
}

.nav-tabs--ccs .nav-link.active {
    border: none;
    border-bottom: 5px solid #49bffc !important;
    font-weight: bold;
}

.homepage .homepage__intro {
    padding: 5rem 0em;
}

.homepage .homepage__intro h2 {
    font-weight: bold;
    font-size: 3rem;
    line-height: 1.25em;
}

.homepage .homepage__intro .btn {
    padding: 0.5em 2em;
    font-size: 1em;
    border-radius: 0.5em;
    font-weight: bold;
}

.homepage .homepage__news {
    padding: 5rem 0em;
}

.homepage .homepage__news .title {
    font-weight: bold;
    font-size: 1.4em;
    margin-bottom: 0.5em;
    line-height: 1.2;
}

.homepage .homepage__dashboard {
    padding: 5rem 0em;
}

.homepage h2 {
    font-size: 2em;
    margin-bottom: 2em;
}

.register-form {
    color: #767676;
}

.register-form .submit {
    width: 100%;
}

ul.register__menu {
    padding: 0;
    list-style-type: none;
}

ul.register__menu li {
    display: inline-block;
}

.faq .faq__tool {
    padding-bottom: 1em;
}

.faq .faq__question .card-header {
    background: #FFFFFF;
}

.faq .faq__question a.f-bold {
    font-weight: bold;
}

.faq .faq__question a:focus {
    box-shadow: unset;
    text-decoration: none;
}

.faq .faq__question a:active {
    text-decoration: none;
}

.faq .faq__question .card .card-header {
    border: none;
    padding: 1em 2.5em;
}

.faq .faq__question .card .card-header h4 {
    margin: 0;
}

.faq .faq__question .card .card-header [aria-expanded=true] h4 {
    color: #49bffc;
}

.faq .faq__question .card .card-body {
    padding: 1em 2.5em;
    padding-top: 0em;
}

.faq .faq__question .card .fas {
    font-size: 1.5em;
    font-weight: normal;
}

.faq .faq__question_form .btn {
    font-weight: bold;
    padding: 0.5em 2em;
}

 .main-header-bg {
    background-size: cover;
}

.course-search .header-bg {
    background-size: cover;
    /*background-position: 50%;*/
    padding: 4em 0em;
}

.course-search .header-bg h1 {
    color: #000;
    font-size: 3rem;
    line-height: 5rem;
}

.course-search .title {
    padding-bottom: 4em;
}

.course-search .search-bar {
    background-color: #fff;
    padding: 2em;
    border-radius: 6px;
}

.course-search .search-bar form .wrap-search-button {
    text-align: right;
}

.course-search .search-bar form button {
    font-size: 1.125em;
    font-weight: bold;
    padding-left: 2em;
    padding-right: 2em;
}

.course-search .form-group {
    margin-bottom: 1rem;
}

.course-search input {
    background: #F2F4F9;
    border-color: #E5E5E5;
}

.course-search .search-results {
    padding-top: 4em;
    padding-bottom: 4em;
}

.course-search .search-results .result-description {
    background-color: #fff;
    padding: 1em;
    margin-bottom: 2em;
}

.course-search .search-results .page-info {
    text-align: right;
}

.course-search .search-results .result-table table {
    border: 2px solid #DAE1ED;
    background-color: #fff;
}

.course-search .search-results .result-table table th {
    white-space: nowrap;
}

.course-search .search-results .result-table table th,
.course-search .search-results .result-table table td {
    border-bottom-width: 1px;
    border-color: #DAE1ED;
}

.course-search .search-results .result-table .dataTables_paginate {
    margin-bottom: 1em;
}

.course-search .search-results .result-table .table-responsive {
    margin-bottom: 1em;
    width: 100%;
}

.course-search .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 5px;
}

.course-search .dataTables_wrapper .dataTables_paginate .paginate_button.current,
.course-search .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #49bffc;
    color: #fff !important;
    border-color: #49bffc;
}

.course-search .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #49bffc;
    color: #fff !important;
    border-color: #49bffc;
}

.bg--light {
    background-color: #effbff;
}

.text-green {
    color: #74BF3A;
}

.ui-menu-item-wrapper {
    font: normal 114% "Quark", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #333333 !important;
    border: none !important;
    font-weight: normal !important;
}
.ui-menu-item-wrapper.ui-state-active {
    background-color: #49bffc;
    color: #fff !important;
}
