::selection {
    background-color: #7dcdcd;
}

* {
    box-sizing: border-box;
    min-height: 0;
    min-width: 0;
}

html {
    font-size: 62.5%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

html, body {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.42857143;
    background-color: #fff;
    color: #333;
    overflow-x: hidden;
    transition: all 0.3s ease-out;
}

img {
    max-width: 100%;
}

strong {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 2.5rem;
    margin: 0.5rem 0;
}

h4, h5, h6 {
    font-size: 18px;
    margin: 10px 0;
}

h1, h2 {
    color: #000;
}

a {
    color: #f47041;
}

a:hover {
    color: #f14a0e;
}

a[rel="modal:open"] {
    text-decoration: none;
    border-bottom: 1px dashed #428bca;
}

.oc-img-rounded {
    border-radius: 100%;
}

#leaderboard {
    padding: 1rem 0;
}

#leaderboard a {
    max-width: 728px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

#leaderboard img, .advert img {
    width: 100%;
}

.message {
    width: 90%;
    max-width: 1000px;
    margin: 2.5rem auto;
    background-color: #428bca;
    color: #fff;
    padding: 2.5rem 0;
    text-align: center;
}

.sidebar img {
    width: 100%;
}

.sidebar a {
    display: block;
    margin-bottom: 2.5rem;
}

.container {
    width: 90%;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
}

main {
    margin:  -0.6rem 0 5rem 0;
    padding-top: 5rem;
    background-image:
        url(/storage/app/media/design/left.png),
        url(/storage/app/media/design/right.png);
    background-position: 0 0, 100% 0;
    background-size: 20%;
    background-repeat: no-repeat;
}

main .container > .content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

main h1:first-of-type {
    margin-top: 0;
}

main .surrounded {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

@media (max-width: 768px) {
    main .surrounded {
        width: 80%;
    }
}

.fat-title {
    padding: 2.8rem 1rem 2.4rem 1rem;
    margin: 0;
}

.responsive-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
 
.responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.scroll-reveal {
    visibility: hidden;
}

aside a {
    display: block;
}

aside a img {
    width: 100%;
}

.column h2:first-of-type {
    margin-top: 0;
}

ul.tabs, ul.tabs li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tabs li {
    display: inline-block;
}

ul.tabs li a {
    display: block;
    padding: 1rem;
    text-decoration: none;
}

ul.tabs li a.active, ul.tabs li a:hover {
    border-bottom: #ccc 3px solid;
}

.tab-section {
    display: none;
}

.tab-section.active {
    display: block;
}

table {
    border-spacing: 0;
    width: 100%;
}

table th, table td {
    padding: 0.5rem;
    background-color: #fff;
}

tbody tr:nth-child(odd) td {
    background-color: #f6f6f6;
}

@media (max-width: 768px) {
    #media-request:before {
        width: 110% !important;
        height: 110% !important;
        transform: translateX(-5%) translateY(-3%) skew(-1deg) !important;
    }
}
.grid {
    display: flex;
}

.grid .column {
    flex: 1;
    margin-right: 2.5rem;
}

.grid .column.no-margin {
    margin-right: 0;
}

.grid .column.one-half {
    flex: 0 1 50%;
}

.grid .column.one-third {
    flex: 0 1 33.3%;
}

.grid .column.two-thirds {
    flex: 0 1 66.6%;
}

.grid .column.one-quarter {
    flex: 0 1 25%;
}

.grid .column.three-quarters {
    flex: 0 1 75%;
}

.grid .column.one-fifth {
    flex: 0 1 20%;
}

.grid .column.two-fifths {
    flex: 0 1 40%;
}

.grid .column.three-fifths {
    flex: 0 1 60%;
}

.grid .column.one-seventh {
    flex: 0 1 14.28571428571429%;
}

.grid .column:last-child {
    margin-right: 0;
}

.grid + .grid {
    margin-top: 2.5rem;
}

@media (max-width: 768px) {
    .grid {
        display: block;
    }
    .grid .column {
        margin-right: 0;
        margin-bottom: 1rem;
        display: block;
    }
    .grid .column.one-third, .grid .column.one-quarter, .grid .column.two-thirds, .grid .column.three-quarters, .grid .column.three-fifths, .grid .column.one-seventh {
        flex: 0 0 auto;
    }
    .grid .column:last-child {
        margin-bottom: 0;
    }
    .grid + .grid {
        margin-top: 0;
    }
}
label, input, button, select {
    display: block;
    width: 100%;
}

input, select, textarea {
    padding: 0.5rem 0.75rem;
    border: #ccc 1px solid;
}

label {
    margin-top: 1rem;
}

form label:first-of-type {
    margin-top: 0;
}

legend {
    border-bottom: 3px #ccc solid;
    font-weight: bold;
    margin-top: 1rem;
    text-transform: uppercase;
}

.button, input[type="submit"], button[type="submit"] {
    display: inline-block;
    padding: 0.75rem 2.5rem;
    background: #f47041;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    border: none;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.button:hover, input[type="submit"]:hover, button[type="submit"]:hover {
    background: #f14a0e;
    color: #fff;
}

.button.error, input.error, button.error {
    background-color: rgb(123, 46, 230);
}

.button.error:hover, input.error:hover, button.error:hover {
    background-color: rgb(103, 26, 210);
}

input[type="checkbox"], input[type="radio"] {
    width: auto;
    display: inline-block;
}

input[type="submit"], button {
    margin-top: 1.5rem;
    width: auto;
}

form .grid, form .grid + .grid {
    margin-top: 1rem;
}

.form-section {
    display: none;
    margin-bottom: 2rem;
}

form .form-section:last-of-type {
    margin-bottom: 0;
}

.form-section.active {
    display: block;
}

.multi-select {
    border: #ccc 1px solid;
    border-radius: 3px;
    height: 20rem;
    overflow-y: scroll;
}

.multi-select label {
    margin: 0;
    font-size: 0.9rem;
}

.multi-select input {
    position: relative;
    bottom: -2px;
}

nav {
    border-top: 0.25rem #d2d2d4 solid;
    padding-top: 1.5rem;
    margin: 0 0 2.5rem 0;
    display: block;
}

nav:after {
    clear: both;
    content: '';
    display: block;
}

nav .logo {
    max-width: 300px;
    display: block;
    float: left;
}

nav .logo img {
    max-width: 100%;
}

nav .actions {
    float: right;
    width: calc(100% - 300px);
    text-align: right;
    margin-top: 40px;
}

@media (max-width: 1090px) {
    nav .logo {
        float: none;
        margin: 0 auto;
    }
    nav .actions {
        float: none;
        width: 100%;
        text-align: center;
        margin: 2rem 0 4rem 0;
    }
}

@media (max-width: 755px) {
    nav .actions a.button {
        display: block;
        margin-bottom: 1rem;
    }
}

nav .actions .button, nav .actions a, nav .actions button {
    display: inline-block;
    width: auto;
    color: #000;
    margin-left: 1rem;
}

nav .actions .button {
    color: #fff;
    margin-bottom: -0.75rem;
    margin-left: 0;
}

nav .menu #close-nav {
    position: absolute;
    top: 0;
    right: 1rem;
    z-index: 10;
    color: #000;
    cursor: pointer;
    padding: 0 2rem;
    background: none;
    border: none;
    font-size: 2rem;
}

nav #toggle-nav {
    border: none;
    background: none;
    margin-top: 0;
    cursor: pointer;
}

nav .menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 300px;
    background-color: #333;
    background-color: #fff;
    transform: translateX(300px);
    transition: all 0.3s ease-out;
    z-index: 9;
    margin: 0;
    padding: 5rem 0 0 0;
}

body.menu-active nav .menu {
    transform: translateX(0);
}

nav .menu ul, nav .menu ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu a {
    display: block;
    text-align: center;
    padding: 1rem 0;
    text-decoration: none;
}

nav .menu ul li ul, nav .menu .account-menu {
    
}

nav .menu a:hover, nav .menu li.active > a, nav .menu li.child-active > a {
    background-color: #f47041;
    color: #fff;
}

nav .sub-nav {
    overflow: hidden;
    transition: height 0.3s ease-out;
    height: auto;
}

nav .sub-nav[data-collapsed="false"] {
    border-bottom: #eee 1px solid;
}


header nav #blog-categories[data-collapsed="false"] {
    margin-bottom: 1rem;
}

header nav #blog-categories a {
    color: #000;
}

header {
    position: relative;
}

#slideshow div img {
    display: none;
}

#slideshow.slick-initialized div img {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 4/1.35;
    object-fit: cover;
}

#slideshow.slick-dotted.slick-slider {
    margin-bottom: 0;
}

#slideshow .slick-dots {
    bottom: 3rem;
}

#slideshow .slick-dots li {
    width: 1rem;
    height: 1rem;
}

#slideshow .slick-dots li button {
    border-radius: 0;
    background-color: transparent;
    border: #fff 1px solid;
    margin-top: 0;
    padding: 0;
    width: 1rem;
    height: 1rem;
}

#slideshow .slick-dots li.slick-active button {
    background-color: #fff;
}

#slideshow .slick-dots li button:before {
    content: none;
}

header div.social {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

header .social ul, header .social li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}

header .social a {
    color: #fff;
    width: 4rem;
    display: block;
    padding: 1rem 0;
    line-height: 0;
    text-align: center;
    border-radius: 100%;
    border: #fff 0.25rem solid;
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 1.5rem;
}

header .social ul li:last-of-type a {
    margin-bottom: 0;
}

header .social a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #000;
}

@media (max-width: 768px) {
    header .social {
        display: none;
    }
}

footer {
    padding: 7.5rem 0;
    background: url('/storage/app/media/design/footer.jpg') center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer h4 {
    text-decoration: none;
    margin: 2rem 0;
}

footer span[property="description"] {
    max-width: 60rem;
    display: block;
    margin: 1rem auto;
}

footer ul, footer ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .social {
    margin: 1rem 0;
}

footer .social ul li {
    display: inline-block;
    margin-right: 1.5rem;
}

footer .contact {
    line-height: 2rem;
}

@media (max-width: 768px) {
    footer {
        text-align: center;
    }
}
