* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    margin: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    height: 100%;
    margin: 0;
    display: flex;
    flex-flow: column;
    background-color: #303033;
    font-family: sans-serif;
    font-size: 18px;
}

.no-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

header {
    flex: 0 1 auto;
    display: block;
    border-bottom: 1px solid #f13824;
}

.banner {
    display: block;
    position: relative;
    max-width: 400px;
    min-width: 400px;
    margin: 20px 0;
}

.logo {
    min-width: 100px;
    max-width: 100px;
    position: fixed;
    top: 20px;
    left: 100px;
    visibility: hidden;
}

.slogan {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 48%;
    color: #c0c0cb;
    font-style: oblique;
    font-weight: bold;
}

main {
    flex: 1 1 auto;
    color: white;
}

main>article {
    flex: 1 0 0;
    padding: 10px;
    font-size: 16px;
}

main>article a:visited {
    font-style: normal;
    color: #c0c0cb;
}

.zero {
    margin: 0;
    padding: 0;
}

.hide {
    display: none;
}

.center {
    position: relative;
    margin: 0 auto;
}

footer {
    display: block;
    color: white;
    width: 100%;
    border-top: 2px solid #6f6f6f;
    flex: 0 1 10%;

}

ul {
    list-style: none;
    display: table;
}

.top-nav li {
    display: table-cell;
    float: left;
    text-align: center;
    color: white;
    margin-right: 10px;
    border-bottom: 3px solid transparent;
}

.top-nav li[active] {
    color: #f13824;
    border-bottom: 3px solid #f13824;
}

.top-nav li:hover {
    color: #f13824;
    cursor: pointer;
    border-bottom: 3px solid #f13824;
}

.top-nav li a {
    padding: 8px;
    display: block;
}

.bottom-nav {
    padding-bottom: 10px;
}

.bottom-nav li {
    display: table-cell;
    float: left;
    text-align: center;
    color: white;
    margin-right: 10px;
}

.bottom-nav li:hover {
    color: #f13824;
    cursor: pointer;
}

.center-text {
    text-align: center;
}

.mail {
    cursor: pointer;
}

.mail:hover {
    color: #f13824;
}

.bottom {
    position: absolute;
    bottom: 0;
}

.legal,
.copyright {
    font-size: 12px;
}

p {
    font-size: 16px;
    padding: 8px 0;
}

/*content*/
.tile {
    display: block;
    color: #c0c0cb;
    background-color: #262628;


    border-left: 2px solid #ff4926;
    border-bottom: 2px solid #ff4926;

    border-top: 2px solid #6f6f6f;
    border-right: 2px solid #6f6f6f;

    /*box-shadow: #f13824;*/
    padding: 15px 20px;
    margin-bottom: 25px;
}

.tile h3 {
    padding: 20px 0 0 0;
    border-bottom: #f13824 2px;
    text-decoration: underline;
}

[class*="w-"] {
    width: 100%;
}

li a {
    font-size: 14px;
}

section {
    padding-bottom: 5px;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;

    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    outline: none;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: auto;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.frm {
    display: block;
    padding: 5px;
    position: relative;
}

.input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;

    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    /*border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;*/

    background: transparent;
    border: none;
    border-left: 2px solid #ff4926;
    border-bottom: 2px solid #ff4926;
    /*border-top: 2px solid #6f6f6f;
    border-right: 2px solid #6f6f6f;*/
}

option {
    background-color: #262628;
}

textarea.input {
    height: auto;
    resize: none;
}

.button {
    color: #555;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    background-image: none;

    border-top: 2px solid #ff4926;
    border-left: 2px solid #ff4926;
    border-bottom: 2px solid #6f6f6f;
    border-right: 2px solid #6f6f6f;
    /*-ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    border: 1px solid transparent;
    */
}

.area {
    width: 100%;
    font-size: larger;
    font-family: sans-serif;
}

.form-group {
    margin: 10px 0 15px;
}

.c-50 {
    width: 50%;
    position: relative;
    min-height: 1px;
    float: left;
}

@media only screen and (min-width: 1024px) {
    .w-60 {
        width: 60% !important;
    }

    .w-50 {
        width: 50% !important;
    }

    .logo {
        visibility: visible;
    }
}