﻿html, body {
    box-sizing: border-box;
    height: 100%;
    font-family: Gotham A,Gotham B,Gotham,Lato,Helvetica,Arial,sans-serif;
    font-size: 1rem;
    margin: 0px;
    color: #444;
    width: 100%;
    padding: 0px 40px;
}

* + * {
    margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.15;
    padding-top: 15px;
}

h1 {
    @include rem(font-size, 32);
}

h2 {
    @include rem(font-size, 26);
}

h3 {
    @include rem(font-size, 22);
}

h4 {
    @include rem(font-size, 18);
}

h5,
h6 {
    font-size: 1rem;
}

img {
    padding: 20px 40px;
}

blockquote {
    background: #f4f4f4;
    margin: 0;
    padding: 20px;
}

ol {
    counter-reset: ol-counter;
    padding-left: 20px;
    li

{
    font-size: 16rem;
    position: relative;
    display: block;
    margin: 10px 0 0px;
}

li:before {
    content: counter(ol-counter) ".";
    counter-increment: ol-counter;
    color: #bc860e;
    font-weight: bold;
    margin-right: 5px;
}

}

ul {
    li

{
    font-size: 16px;
    position: relative;
    display: block;
    margin: 10px 0 0px;
    padding: 0 0 0 20px;
}

li:before {
    content: '';
    position: absolute;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #bc860e;
    left: 0;
}

}

table {
    margin: 20px 0;
    border-collapse: collapse;
    border: 1px solid #ffffff;

    @media screen and (max-width: 768px) {
        display: block;
        overflow: scroll;
        width: 100%;
    }

    caption,

{
    font-size: 18rem;
    padding: 20px 0;
    font-weight: bold;

    @media screen and (max-width: 768px) {
        width: 100%;
    }
}

}

thead {
    border-bottom: 1px solid #dcdcdc;
    background: #004b85;
    color: #fff;
    th

{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    font-weight: bold;

    @media screen and (max-width: 768px) {
        min-width: 200px;
    }
}

}

tfoot {
    font-size: 12px;
}

tr {
    border-collapse: collapse;
    border-top: 1px solid #ffffff;
    padding: 5px;
    &:nth-child(2n)

{
    background: #e6f0f5;
    ;
}

th {
    font-weight: normal;
    text-align: left;
    padding: 5px 10px;
}

}

td {
    border-collapse: collapse;
    padding: 5px 10px;
    border: 0;

    @media screen and (max-width: 768px) {
        min-width: 200px;
    }
}

small {
    font-size: 12px;
    line-height: 1.15;
    display: inline-block;
}

.button-cta {
    margin: 20px 0;
    text-align: center;
    &__left

{
    float: left;
}

}

hr {
    border: 0;
    border-top: 1px solid #dcdcdc;
}

.button {
    display: inline-block;
    color: #fff;
    background: #004b85;
    padding: 10px 25px;
    text-align: center;
    border: 0;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

img.rt_image-right {
    float: right;
    padding: 15px 0px 15px 15px;
    width: 35%;
}

img.rt_image-left {
    float: left;
    padding: 15px 15px 15px 0;
    width: 35%;
}
