﻿/*#region Reset CSS /*
/** 
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/) 
 * Richard Clark (http://richclarkdesign.com) 
 * http://cssreset.com 
 */
 @import url('https://fonts.googleapis.com/css?family=Titillium%20Web&display=swap');

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    background-color: #1d252d;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html, body {
    height: 100%;
}

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

    nav ul {
        list-style: none;
    }

blockquote, q {
    /* ReSharper disable once CssBrowserCompatibility */
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none !important;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/* adds */
caption, th, tr, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

:focus {
    outline: none;
}

::-ms-clear {
    display: none;
}

button::-moz-focus-inner,
*::-moz-focus-inner {
    border: 0;
    padding: 0;
    margin-top: -2px;
    margin-bottom: -2px;
}

/*#endregion*/

img.RELogo {
    height: 2.5rem;
    width: auto;
}

header {
    height: 8px;
    /*background-color: #E3000B;*/
    margin-bottom: 104px;
}

h1 {
    color: white;
    font-family: Titillium Web;
    font-size: 1.3rem;
    line-height: 24px;
    font-weight: bold;
    height: 24px;
}

h2 {
    color: white;
    font-family: Titillium Web;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    display: inline-block
}

p {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    font-family: Titillium Web;
}

.fab {
    font-size: 48px;
    color:white;
}

.card {
    margin-bottom: 32px;
}

    .card img {
        width:48px;
        height:48px;
    }

    .card h4 {
        color: white;
        font-family: Titillium Web;
        font-size: 13px;
        line-height: 23px;
    }

    .card p {
        color: white;
        font-family: Titillium Web;
        font-size: 11px;
        line-height: 16px;
    }

a.mail {
    color: #E3000B;
    text-decoration: underline !important;
    font-weight: bold;
}

a.btn {
    /* display: block;
    background-color: #E3000B;
    padding: 15px 30px;
    text-transform: uppercase;
 
    height: 48px;

    color: #FFFFFF;
    font-family: Titillium Web;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
     */

    height: 48px;
    text-align: center;
    width: 144px;
    line-height: 16px;
    
    color: #fff;
    background-color: #e3000b;
    border-radius: 0;
    /* height: 5rem; */
    padding: 1rem 2rem;
    /* line-height: 3rem; */
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    font-family: Titillium Web,Helvetica Neue,sans-serif;
}
a.btn:hover{
    background-color: #f45b41;
}
a.btn:active{
    background-color: #bc120d;
}

div.card-wrapper {
    text-align:center;
}

.margin-top-48{
    margin-top:48px;
}

.margin-top-24 {
    margin-top:24px;
}

.margin-top-16 {
    margin-top:16px;
}

.margin-top-8 {
    margin-top: 8px;
}

@media (min-width: 768px) {
    a.browserLink {
        display: inline-block;
        margin-left: 24px;
        margin-right: 24px;
    }

        a.browserLink:last-child {
            margin-right: unset;
        }
}

@media(max-width:767px) {
    h1 {
        line-height: unset;
    }
}

