﻿@charset "utf-8";
/* CSS Document */

html, body {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

body {
    background-color: #FFF;
    margin: 0;
    padding: 0;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body, input, select {
    font-size: 16px;
}

@font-face {
    font-family: 'stolzl';
    font-weight: 200;
    src: url('/fonts/stolzl/Stolzl-Light.ttf') format('truetype'),url('/fonts/stolzl/Stolzl-Light.woff') format('woff'),url('/fonts/stolzl/Stolzl-Light.woff2') format('woff2'),url('/fonts/stolzl/Stolzl-Light.eot') format('embedded-opentype');
    font-display: block
}

@font-face {
    font-family: 'stolzl';
    font-weight: 300;
    font-style: normal;
    src: url('/fonts/stolzl/Stolzl-Book.ttf') format('truetype'),url('/fonts/stolzl/Stolzl-Book.woff') format('woff'),url('/fonts/stolzl/Stolzl-Book.woff2') format('woff2'),url('/fonts/stolzl/Stolzl-Book.eot') format('embedded-opentype');
    font-display: block
}

@font-face {
    font-family: 'stolzl';
    font-weight: 400;
    src: url('/fonts/stolzl/Stolzl-Regular.ttf') format('truetype'),url('/fonts/stolzl/Stolzl-Regular.woff') format('woff'),url('/fonts/stolzl/Stolzl-Regular.woff2') format('woff2'),url('/fonts/stolzl/Stolzl-Regular.eot') format('embedded-opentype');
    font-display: block
}

@font-face {
    font-family: 'stolzl';
    font-weight: 600;
    font-style: bold;
    src: url('/fonts/stolzl/Stolzl-Medium.ttf') format('truetype'),url('/fonts/stolzl/Stolzl-Medium.woff') format('woff'),url('/fonts/stolzl/Stolzl-Medium.woff2') format('woff2'),url('/fonts/stolzl/Stolzl-Medium.eot') format('embedded-opentype');
    font-display: block
}

@font-face {
    font-family: 'stolzl';
    font-weight: 700;
    src: url('/fonts/stolzl/Stolzl-Bold.ttf') format('truetype'),url('/fonts/stolzl/Stolzl-Bold.woff') format('woff'),url('/fonts/stolzl/Stolzl-Bold.woff2') format('woff2'),url('/fonts/stolzl/Stolzl-Bold.eot') format('embedded-opentype');
    font-display: block
}


html, body, * {
    font-family: stolzl,sans-serif;
    font-weight: 300
}

body, input, select {
    font-size: 1rem
}


*, ::after, ::before {
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: #1b1b1b;
}

a:hover {
    text-decoration: underline;
}

a.link-highlight,
a.link-highlight:hover {
    color: #6d6d6d;
}

a.link-red,
a.link-red:hover {
    color: rgb(192, 0, 0);
}

h1 {
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase
}

h2 {
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px;
}

h3 {
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase
}

h4 {
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase
}


sup {
    font-size: 8px;
}

.clearfix {
    overflow: auto;
}

img, iframe, object, embed, video {
    max-width: 100%;
}

p {
    line-height: 24px
}


.container {
    max-width: 1600px;
    margin: 0 auto 34px;
    padding: 12px;
    overflow: hidden;
}

.p-1 {
    padding: 12px;
}

sup {
    vertical-align: top;
    position: relative;
    top: -0.5em;
}


.ml-12 {
    margin-left: 12px;
}

.mr-12 {
    margin-right: 12px;
}


.d-flex {
    display: flex;
}

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

.w-100 {
    width: 100%;
}

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



#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    padding: 12px;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    font-size: 30px;
    background-color: rgba(255, 255, 255, 0.42);
}

#back-to-top:hover {
    background: #555;
    color: white;
}

.ui-widget-overlay {
    background: rgba(0,0,0,.7) !important;
    background-color: rgba(0,0,0,.7) !important;
}

.ui-dialog {
    border: 1px solid #000 !important;
    padding: 0 !important;
}

.ui-dialog-content {
}

.ui-state-active {
    margin: 0 !important;
}

.collapse {    
    display: none;
}

.bg-light {
    background-color: #F7F7F8  !important;
}

.list-unstyled {
    list-style: none;
    padding-left: 0;
}

.d-flex {
    display: flex !important;
}

.justify-content-between {
    justify-content: space-between !important;
}