/* ----------------------------
banner
---------------------------- */

.banner
{
    width: 100%;
}

/* ----------------------------
header
---------------------------- */

.header
{
    height: 12em;
}

.header__content
{
    margin: 2em 1.5em;
}

.header__logo
{
    width: 100%;
}

.header_icons
{
    list-style: none;
    text-align: center;
    padding-left: 0em;
}

.header_icons li
{
    display: inline-block;
    margin: .3em;
    max-width: 40px;
    padding-left: 0em;
}

.header_icons a
{
    color: #fefefe;
    text-decoration: none;
    font-size: 1em;
}

.icons
{
    list-style: none;
    text-align: center;
    padding-left: 0em;
}

.icons li
{
    display: inline-block;
    margin: -20px .3em;
    max-width: 40px;
    padding-left: 0em;
}

.icons a
{
    color: #fefefe;
    text-decoration: none;
    font-size: .7em;
}

.negative-margin
{
    padding-bottom: 1em;
}

@media (min-width: 38em)
{
    .header__logo 
    { 
        width: 60%;
        margin-left: 2em;
    }
    
    .header__content
    {
        margin: 3em;
    }
    
    .header_icons
    {
        width: 80%;
    }
    
    .header_icons li
    {
        display: inline-block;
        margin: 1em;
        max-width: 60px;
        padding-left: 0em;
    }
    
    .icons
    {
        list-style: none;
        text-align: center;
        padding-left: 0em;
    }

    .icons li
    {
        display: inline-block;
        margin: -40px 1em;
        max-width: 80px;
        padding-left: 0em;
    }
    
    .icons a
    {
        font-size: 1em;
    }
    
    .negative-margin
    {
        padding-bottom: 2em;
    }
}

.col-4 img
{
    min-width: 100%;
    max-width: 100%;
}

/* ----------------------------
menu
---------------------------- */
.menu
{
    float: left;
    width: 100%;
    margin-top: 0;
    background: rgba(0, 0, 0, 0.3);
}

.menu ul
{
    margin-top: 0px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.menu li
{
    display: inline-block;
    margin: 0;
}

.menu a
{
    display: block;
    margin-right: .1em;
    padding: 1.6em .7em 1.4em;
    color: #fff;
    background: none;
    font-size: .6em;
    text-transform: uppercase;
    text-decoration: none;
}

.current a
{
    color: #fff;
    background: #5E6A76;
}

.menu a:focus { background: #000; }
.menu a:hover
{
    color: #fefefe;
    background: rgba(111, 52, 104, 0.6);
}

@media (min-width: 38em)
{
    .menu
    {
        height: 60px;
        margin-top: 0;
    }

    .menu a
    {
        font-size: 0.8em;
        padding: 1.4em 2em 1.5em;
    }
}

/* ----------------------------
content
---------------------------- */

.heading
{
    font-size: 2em;
}

.subpage_heading
{
    font-size: 3em;
    text-align: center;
}

.content
{
    margin: 1em 1em 2em;
    text-align: left;
    font-size: .9em;
}

.button
{
    color: #fefefe;
    text-decoration: none;
    padding: .5em 1em .6em;
    border-radius: .3em;
    border: 2px solid #fefefe;
}

.mob-padding
{
    padding: 1em 0em 1em;
}

.paddingx
{
    padding-bottom: 2em;
}

h2 a
{
    color: #4EC4C1;
}

.button:hover
{
    color: #ff3b3f;
    background: #fefefe;
}

.cta
{
    background: #ff3b3f;
    padding: .8em .8em;
    border-radius: 5em;
    color: #fefefe;
    text-decoration: none;
}

@media (min-width: 38em)
{
    .subpage_heading
    {
        display: inline-block;
        padding: 0em 2em;
    }
    .heading
    {
        font-size: 3em;
    }
    
    .button
    {
        margin: 2em;
    }
    
    .mob-padding
    {
        padding: 0em 0em 2em;
    }
}

/* ----------------------------
tables
---------------------------- */

table
{
    text-align: center;
    width: 100%;
}

.rates th
{
    padding: 1em;
    background: #6e3667;
    color: #fefefe;
    border: solid 1px #fefefe;
}

.rates td
{
    padding: .8em;
    border: solid 1px #6e3667;
    color: #6e3667;
}

.table-note
{
    background: #4EC4C1;
    text-align: center;
    padding: .3em .3em .4em;
    color: #fefefe;
    border-radius: .3em;
}

.contact table
{
    text-align: left;
    width: 100%;
    margin-bottom: 2em;
}

.contact td
{
    padding-bottom: 1em;
}

.submit
{
    background: #ff3b3f;
    padding: .8em .8em;
    border-radius: 5em;
    color: #fefefe;
    text-decoration: none;
    border: none;
}

/* ----------------------------
footer
---------------------------- */
.footer__logo
{
    margin: 0 0 2em;
    width: 100%;
}

.footer__links
{
    text-align: center;
}

.footer__links ul
{
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer__links li
{
    margin: .5em 0em 0em;
}

.footer__links a:link,
.footer__links a:visited
{
    color: #fff;
    text-decoration: none;
}

.footer__links a:focus,
.footer__links a:hover,
.footer__links a:active { border-bottom: .15em solid; }

.footer__copyright { margin: 1em 0 0; }
.footer__copyright ul { padding: 0 0 0em;}
.footer__copyright li
{
    display: block;
    font-size: .8em;
    text-align: center;
}

.footer__copyright a:link
{
    text-decoration: none;
    color: #fff;
}

.footer__copyright a:hover { text-decoration: underline; }

@media (min-width: 38em)
{
    .footer__logo
    {
        width: 35%;
        margin: 0em auto 1em;
    }
    
    .footer__links { font-size: 1.1em; }
}