@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.eot');
    src: url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Light.woff') format('woff'),
        url('../fonts/Avenir-Light.ttf') format('truetype'),
        url('../fonts/Avenir-Light.svg#Avenir-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.eot');
    src: url('../fonts/Avenir-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Medium.woff') format('woff'),
        url('../fonts/Avenir-Medium.ttf') format('truetype'),
        url('../fonts/Avenir-Medium.svg#Avenir-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Heavy.eot');
    src: url('../fonts/Avenir-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Heavy.woff') format('woff'),
        url('../fonts/Avenir-Heavy.ttf') format('truetype'),
        url('../fonts/Avenir-Heavy.svg#Avenir-Heavy') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.eot');
    src: url('../fonts/Avenir-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Black.woff') format('woff'),
        url('../fonts/Avenir-Black.ttf') format('truetype'),
        url('../fonts/Avenir-Black.svg#Avenir-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}
/* Master layout */
/************************************************************
Global styles */

/* Partial CSS Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, select, input, option {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

:focus {
    outline: none;
}

table {
    border: 0 none;
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
td {
    vertical-align: top;
}
/* End Reset */

body {
    font: 500 20px 'Avenir', sans-serif;
    line-height: 1.5;
    color: #333333;
}

/* Links */
a{
   color: inherit; 
}
a,
input[type="submit"] {
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s ease 0s; 
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: none;
}
a[href^="tel:"] {
    color: inherit;
}
a img {
    border: none;
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}
img {
    max-width: 100%;
}

/* Form elements */
input[type=text]{

}
label i{
    margin-left: 2px;
    vertical-align: text-bottom !important;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active { /* Fix input background with autocomplete */
    transition: background-color 5000s ease-in-out 0s;
}
input[type]:-webkit-autofill,
input[type]:-webkit-autofill:hover,
input[type]:-webkit-autofill:focus,
input[type]:-webkit-autofill:active {
    -webkit-text-fill-color: rgba(51, 51, 51, 0.4);
}
input[type="search"] {
    -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
input[type=text],
input[type=email],
input[type=search],
input[type=password]{
    font-family: 'MavenPro';
}
input[type="submit"] {
    cursor: pointer;
}
input[type="submit"]::-moz-focus-inner { /* Fix extra button padding in Firefox */
    padding: 0;
    border: none;
    line-height: 1;
}
textarea {
    resize: none;
    overflow: auto;
}
/* Default Placeholder styles */
::-webkit-input-placeholder{
/* WebKit browsers */
    color: #333333;
}
:-moz-placeholder{
/* Mozilla Firefox 4 to 18 */
    color: #333333;
    opacity: 1;
}
::-moz-placeholder{
/* Mozilla Firefox 19+ */
    color: #333333;
    opacity: 1;
}
:-ms-input-placeholder{
/* Internet Explorer 10+ */
    color: #333333;
    opacity: 1;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    line-height: 1;
}
h1{
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}
h2{
    font-size: 42px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}
h3 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}
h4 {
    font-size: 22px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    color: #061349;
}
h5 {
   
}
h6 {
   
}
.large-text{
    font-size: 100px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.large-text span{
    color: #F37121;
}
/* Block-level */
address {
    font-style: inherit;
}
p {
    margin-bottom: 30px;
}
p a {
    
}
p a:hover {
    color: inherit;
}
ul {
    list-style-type: none;
}
ol{
    list-style-position: inside;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 6px;
}

/************************************************************
Generic Site Styles */
.flexbox {
    display: flex; 
    flex-wrap: wrap;
    align-items: stretch; 
    justify-content: flex-start;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
    float: none !important;
}
.container {
    max-width: 1510px;
    margin: 0 auto;
}
.container {
    padding: 0 15px;
}
main .table.page,
.table.auto-height {
    height: auto;
}
#main{
    background: #F2F1EC;
}
.table.auto-width {
    width: auto;
}
.table.auto-all {
    height: auto;
    width: auto;
}
.row {
    display: table-row;
}
.cell {
    display: table-cell;
    vertical-align: top;
    height: 100%;
    float: none !important;
}

.padding {
    padding: 0px 15px;
}
.padding-left {
    padding-left: 15px;
}
.padding-right {
    padding-right: 15px;
}
.middle {
    vertical-align: middle;
}
.bottom {
    vertical-align: bottom;
}
.table-header-group {
    display: table-header-group;
}
.table-footer-group {
    display: table-footer-group;
}

/* Text alignment */
.align-left, .left {
    text-align: left !important;
}
.align-center, .center {
    text-align: center !important;
}
.align-right, .right {
    text-align: right !important;
}

/* Container class to make iFrames responsive */
.frame-contain {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%; /* 16:9 */
                            /* 75% = 4:3 */
}
.frame-contain iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
/* Title container width icon */
.section-title{
    display: flex;
    align-items: center;
    margin-bottom: 45px;
}
.section-title.centered{
    justify-content: center;
}
.section-title h2{
    margin-bottom: 0 !important;
}
.section-title i{
    font-size: 81px;
    color: #F37121;
    margin-right: 30px;
}
/************************************************************
Miscellaneous */
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}
.relative {
    position: relative;
}
.full-size {
    width: 100%;
    height: 100%;
}

.on-top {
    position: relative;
    z-index: 1;
}

.hide {
    display: none !important;
}

.no-scroll {
    overflow: hidden;
}
i[class^='fa'],
.header-wrapper, .logo-wrapper, 
.sub-menu, .sub-ctrl, 
.slick-arrow, .btn, .more-link,
#nav-btn span, .dashboard-menu li span,
.dashboard-menu, .fixed-price-box{
    -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
}
.course-box, .course-box h3, .course-box p,
.article-preview .img-box span,
.search-box{
    -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
}
.img-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.img-box .relative {
    z-index: 1;
}
.banner .single-banner:after,
.testimonials-wrapper:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(242, 241, 236, 0.7);
}
.btn{
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    text-transform: capitalize;
    white-space: nowrap;
    color: #fff;
    background: #00717D;
    border: 3px solid;
    border: none;
    text-align: center;
    min-width: 256px;
    padding: 14px 30px;
}
.btn:hover, .btn.btn-light:hover{
    background: #F37121;
    border-color: #F37121;
    color: #fff;
}
.btn-sm{
    min-width: 200px;
}
.btn-light{
    font-size: 20px;
    font-weight: 500;
    border: 2px solid #00717D;
    background: none;
    color: #00717D;
    padding: 8px 30px;
}
.more-link,
.back-link{
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}
.back-link{
    margin-bottom: 35px;
}
.back-link:before{
    content: "\f0a8";
    font: 300 40px/1 Font Awesome\ 5 Pro;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 15px;
}
/* Title Underline */
.banner .large-text:after,
.main-content h1:after,
.dashboard-content h1:after{
    content: '';
    display: block;
    height: 7px;
    width: 340px;
    background-color: #00717D;
    margin: 55px auto 45px;
}
/* List */
.content ul:not([class]) li {
    position: relative;
    padding-left: 17px;
}
.content ul:not([class]) li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #444;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/* Icons */
.ico img{
    max-height: 100%;
}
i{
    font-style: normal;
}
i[class^=ico]{
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}
/************************************************************
Slick Slider main styles */
.slick-initialized .slick-slide {
    z-index: 7 !important;
}
.slick-initialized .slick-slide.slick-active {
    z-index: 8 !important;
}
.slick-vertical .slick-slide {
    position: relative;
    border: none;
}
.slick-arrow.slick-disabled{
    opacity: 0.4;
}
.slick-arrow{
    width: auto;
    height: 40px;
    color: #333;
    z-index: 9;
    transform: none;
}
.slick-arrow:after{
    font: 300 40px/normal Font Awesome\ 5 Pro;
    position: relative;
    vertical-align: top;
}
/*.slick-arrow:hover{
    opacity: 1;
}*/
.slick-arrow.slick-prev {
    left: 35px;
}
.slick-arrow.slick-prev:after{
    content: "\f0a8";
}
.slick-arrow.slick-next {
    right: 35px;
}
.slick-arrow.slick-next:after{
    content: "\f0a9";
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-dots {
    bottom: 24px;
    height: 12px;
    line-height: 0;
    z-index: 9;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 7px;
}
.slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #e7e7e7;
}
.slick-dots li.slick-active button {
    background-color: #e7e7e7;
}
.slick-dots li button:before {
    content: none;
}
.content-slider-wrapper{
    position: relative;
}
.content-slider-arrows{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.content-slider-arrows .slick-arrow {
    position: static;
    top: auto;
    transform: none;
}
.content-slider-arrows .slick-prev{
    margin-right: 20px;
}
.content-slider-wrapper .article{
    margin-bottom: 0 !important;
    height: 100%;
}
.content-slider-wrapper .article .article-photo .img-box{
    max-height: 690px;
}
.content-slider-wrapper .article-content{
    padding-bottom: 100px;
}
.content-slider .slick-track,
.content-slider .slick-list,
.content-slider .slick-slide{
    height: 100%;
}
#user_override {
    background-color: yellow !important; 
    display: block;
    z-index: 99999;
    position: absolute;
    width: 100%;
}