article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    /* width */
    ::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #000;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #04c588;
        border-radius: 100px;
    }

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #f4bf33;
    }
}

html {
    font-size: 16px;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

body {

    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    margin: 0;
    width: 100vw;
    overflow-x: hidden;
    cursor: context-menu;
    transition: all ease 0.5s;
}

pre {
    overflow: auto;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

html input[disabled] {
    cursor: default;
}

button[disabled] {
    background: linear-gradient(to right, #636363, #a9a6a6);
    cursor: no-drop;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
}

button,
input,
textarea,
select {
    outline: -webkit-focus-ring-color auto 0px;
}

div {
    position: relative;
    margin: 0;
    padding: 0;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

tbody {
    /*display: inline-block;*/
}

td,
th {
    padding: 0;
    vertical-align: baseline;
}

.table-responsive {
    overflow-x: scroll;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

optgroup {
    font-weight: bold;
}

:disabled {
    cursor: no-drop;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    margin-bottom: 0.5rem;
}

h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0rem;
    line-height: normal;
}

p {
    font-weight: 500;
    line-height: 24px;
}

a, a:hover {
    background-color: transparent;
    text-decoration: none;
    cursor: pointer;
    transition: all ease 0.5s;
}

strong {
    font-weight: bold;
}

section {
    position: relative;
    width: 100vw;
    height: 100%;
}

img {
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

button {
    overflow: visible;
    border: none;
}

button, input, select, optgroup, textarea {
    font: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    margin: 0;
}

ol, ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

[hidden] {
    display: none;
}

section {
    padding: 0rem 1rem;
    margin: 0 auto;
}

.pull-right {
    /*@extend .float-right;*/
    float: right !important;
}

.pull-left {
    /*@extend .float-left;*/
    float: left !important;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.clr-white {
    color: white;
}

.w-20 {
    width: 19.5%;
    display: inline-block;
}

.w-40 {
    width: 39.5%;
    display: inline-block;
}

.w-60 {
    width: 59.5%;
    display: inline-block;
}

.w-80 {
    width: 79.5%;
    display: inline-block;
}

.w-90 {
    width: 89.5%;
    display: inline-block;
}

.flex {
    display: flex;
    align-items: baseline;
}

.flex-center {
    display: flex;
    align-items: center;
    width: 100%;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.justify-evenly {
    justify-content: space-evenly;
}

.btn-default {
    display: inline-block;
    background: #a7a7a7;
    color: #fff;
    border: 1px solid #fff;
    padding: 1rem 2.5rem;
    transition: all ease 0.5s;
}

.btn-default:hover {
    background: #fff;
    color: #a7a7a7;
    border: 1px solid #a7a7a7;
}

.media-card {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1rem;
}

.media-card .card-left {
    display: inline-block;
    width: 30%;
}

.media-card .card-right {
    display: inline-block;
    width: 70%;
    padding-left: 1rem;
}

.media-card .card-left img {
    /*border-radius: 100%;*/
}

@media (max-width: 768px) {
    .slider {
        overflow: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        overflow-x: hidden;
    }

    .slider .panel {
        display: inline-block;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

@media (min-width: 768px) {
    .flex-max {
        display: flex;
    }

    .align-items-center {
        display: inline-flex;
        align-items: center;
    }
}

@media (max-width: 768px) {
    section {
        position: relative;
        width: 100vw;
    }

}

@media (max-width: 1200px) {
    section {
        position: relative;
        width: 100vw;
    }
}

@media (max-width: 1400px) {
    section {
        position: relative;
        width: 100vw;
    }
}

@media screen and (max-width: 1920px) {
    section {
        position: relative;
        width: 100vw;
        height: 100%;
    }
}

.d-hide {
    display: none !important;
}

.d-visible {
    display: block !important;
}

.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

#navbar {
    position: fixed;
    width: 100%;
    z-index: 99;
    padding: 0.5rem 3.5rem;
    transition: all ease 0.5s;
}

.affix {
    /*background: rgba(0, 0, 0, 0.9);*/
    padding: 0.25rem 1.5rem !important;
    box-shadow: 0px 0px 9px 0px #636363;
}

#navbar .brand {
    display: inline-block;
    font-size: 1.5rem;
    color: #fff;
    letter-spacing: 0.1rem;
    font-weight: 100;
    padding: 0.25rem;
}

#navbar .brand img {
    width: 4rem;
}

#navbar .brand a {
    display: inline-block;
    color: #000;
}

#navbar i {
    float: right;
    display: none;
}

#navbar ul {
    padding: 0;
    float: right;
}

#navbar ul li {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    padding: 1rem;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#navbar ul li a {
    color: #fff;
}

#navbar ul li .active {
    color: #1c8fa6;
}

#navbar ul li a:hover {
    color: #1c8fa6;
}

.m-open {
    margin: 0 !important;
}

.top {
    padding-top: 7.5rem !important;
}

@media only screen and (max-width: 360px) {
    #navbar ul li {
        padding: 1.5rem 1.5rem 0rem 2rem !important;
    }
}

@media only screen and (max-width: 768px) {
    #navbar {
        padding: 0;
    }

    #navbar .brand {
        width: 100%;
        margin: 0;
        padding: 0.5rem 1rem;
    }

    #navbar .brand img {
        width: 3rem;
    }

    #navbar i {
        display: inline-block;
        color: #1c8ea6;
        font-size: 2.25rem;
        font-weight: 600;
        line-height: 2.5rem;
    }

    #navbar ul {
        position: fixed;
        width: 70vw;
        height: 100vh;
        background: #0b254c;
        top: 0;
        left: 0;
        bottom: 0;
        margin-left: -100%;
        transition: all ease 0.5s;
        box-shadow: 0px 0px 9px 0px #636363;
    }

    #navbar ul li {
        display: block;
        padding: 2rem 2rem 0rem 3rem;
    }

    /*#navbar ul li a {*/
    /*color: #fff;*/
    /*}*/
    /*#navbar ul li .active {*/
    /*color: #facc22;*/
    /*}*/
    .affix {
        padding: 0 !important;
    }
}

footer {
    width: 100vw;
}

footer label, footer a {
    color: #ffffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

hr {
    border: none;
    border-top: 1.5px solid #6d6d6de6;
    display: block;
    width: 100%;
    margin: 0.5rem auto;
}

@media (max-width: 768px) {

}

.visible {
    display: contents;
}

.invisible {
    display: none;
}

.form-error {
    position: absolute;
    top: 0;
    right: 1rem;
    font-size: 0.65rem;
    font-weight: 600;
    color: #9a0300;
}

#alert {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 1rem 2rem;
    color: #fff;
    font-size: 1rem;
    width: 20rem;
    z-index: 3;
    transition: all ease 0.5s;
    margin-right: -100%;
}

.alert-success {
    background: #04c588;
}

.alert-error {
    background: #f83600;
}