:root {
--base-spacing-unit:   1rem;
}
@font-face {
  font-family: 'Abel';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/abel-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/abel-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/abel-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/abel-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/abel-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/abel-v18-latin-regular.svg#Abel') format('svg'); /* Legacy iOS */
}

body {
/*    background-color: #f2f2f2;*/
    color: #000;
    font-family: "ABeeZee",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0;
    word-wrap: break-word;
}
.grey {
    background-color: #f2f2f2;
}
.header .grid-container {
    max-width: 77rem;
}
.grid-container {
    max-width: 68rem;
}
.menu > li > a, a i, a.link {
    color: #aa0000 !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000 !important;
}
a:hover, a:focus {
    color: #d33 !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: "Abel",sans-serif;
    font-weight: 400;
    line-height: 1.4;
    text-transform: none;
    font-style: normal;
}
h1 {
    font-family: Abel, sans-serif;
    font-weight: 400;
    font-size: 40px;
}
h2 {
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 0px;
}
h4 {
    font-size: 26px;
    line-height: 1.4;
    letter-spacing: 0px;
}
.logo {
    position: relative;
}
.logo-content {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;   
}
.logo-title {
    font-family: Abel, sans-serif;
    font-weight: 400;
    font-size: 100px;
    text-transform: none;
    font-variant: small-caps;
    text-shadow: 3px 3px 2px #ffffff;
}
.logo-title a {
    color: #000;
}
.logo-text{
    font-size: 38px;
    text-align: center;
    text-shadow: 2px 2px 2px #ffffff;
}
.logo-svg > * {
    width: 1200px;
    left: calc( 50% - 600px );
    right: auto;
    height: 330px;
    top: 0;
    bottom: auto;
    transform: scaleX(-1) scaleY(-1);
}
.fl-shape {
    fill: #aa0000;
}
.callout {
    border-style: solid;
    border-width: 0;
    background-clip: padding-box;
    border-color: #aa0000;
    border-bottom-width: 2px;
    padding-bottom: 40px;
}
.callout-title {
    color: #aa0000;
}
/*
.callout-content {
    padding: 0 50px;
}
*/
footer {
    padding: 30px 0;
}
.m-b-2 {
    margin-bottom: calc(2 * var(--base-spacing-unit));
}
.m-t-2 {
    margin-top: calc(2 * var(--base-spacing-unit));
}
.separator {
    border-top: 5px solid #cc0000;
    max-width: 100%;
    margin: 40px auto 60px auto;
}
.button, .button:hover {
    background: #d33;
    color: #fff;
    border: 1px solid #b51e1e;
    border-radius: 4px;
}
input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #000;
    vertical-align: middle;
    background-color: #fcfcfc;
    background-image: none;
    border: 1px solid #e6e6e6;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
@media (max-width: 560px) {
    .logo {
        padding: 15px 0;
    }
    .logo-svg {
        display: none;
    }
    .logo-content {
        position: unset;
    }
    .logo-title {
        font-size: 55px;
        line-height: 53px;
    }
    .logo-text h2 {
        font-size: 20px;
    }
}