/* Base ------------------------------ */

*:not(br):not(tr):not(html) {
   font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
   box-sizing: border-box;
}

html, body{ height:100%; margin:0; }

body {
    display:flex;
    flex-direction:column;
    width: 100% !important;
    line-height: 1.4;
    background-color: #F2F4F6;
    color: #74787E;
    -webkit-text-size-adjust: none;
}

footer {
    margin-top:auto;
}

p,
ul,
ol,
blockquote {
    line-height: 1.4;
    text-align: left;
}

a {
    color: #3869D4;
}

a img {
    border: none;
}

td {
    word-break: break-word;
}
/* Layout ------------------------------ */

.io-content {
    margin: 25px;
}

/* Masthead ----------------------- */

.masthead {
    padding: 10px 0;
    height: 68px;
    background-color: #0061a0;
}

.masthead_logo {
    display: inline-block;
    vertical-align: middle;
    max-width: 103px;
    width: 100%;
    height: 100%;
}

.masthead_copyright {
    display: inline-block;
    font-weight: lighter;
    float: right;
    padding: 0 25px;
    vertical-align: middle;
}

.masthead_name {
    padding: 0 25px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

/* Body ------------------------------ */

/*Media Queries ------------------------------ */

@media only screen and (max-width: 600px) {
    .footer {
        width: 100% !important;
    }
}

@media only screen and (max-width: 500px) {
    .io-button {
        width: 100% !important;
    }
}
/* Buttons ------------------------------ */

.io-button {
    margin-bottom: 15px;
    background-color: #0061a0;
    border-top: 10px solid #0061a0;
    border-right: 18px solid #0061a0;
    border-bottom: 10px solid #0061a0;
    border-left: 18px solid #0061a0;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    -webkit-text-size-adjust: none;
}

.masthead .fc-button {
    float: right;
    margin:12px;
}

/* Type ------------------------------ */

h1 {
    margin-top: 0;
    color: #2F3133;
    font-size: 19px;
    font-weight: bold;
    text-align: left;
}

h2 {
    margin-top: 0;
    color: #2F3133;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
}

h3 {
    margin-top: 0;
    color: #2F3133;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

p {
    margin-top: 0;
    color: #74787E;
    font-size: 16px;
    line-height: 1.5em;
    text-align: left;
}

p.sub {
    font-size: 12px;
}

p.sub2 {
    font-size: 8px;
}

p.center {
    text-align: center;
}
