﻿a {
    color: #024ea4;
    font-weight: bold;
    text-decoration: none;
}

.pinkbutton {
    background-color: #ef5a9a;
    color: #ffffff;
    padding: 5px 25px 5px 25px;
}

h1 {
    font-size: 20px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    color: #024ea4;
    font-weight: 700;
}

h2 {
    font-size: 18px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    color: #024ea4;
    font-weight: 700;
}

h3 {
    font-size: 16px;
    margin: 0px;
    padding: 10px 0px 0px 0px;
    color: #39b3de;
    font-weight: 700;
}

h4 {
    margin: 0px;
    padding: 10px 0px 0px 0px;
}

li {
    margin-bottom: 5px;
}

ol li { padding-left: 6px;}

sup {
    font-size: 9px;
}

.preheader {
    color: #09a2dd;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
}


.width300 {
    width: 300px;
    margin: auto;
    max-width: 100%;
}

.width400 {
    width: 400px;
    margin: auto;
    max-width: 100%;
}

.width800 {
    width: 800px;
    margin: auto;
    max-width: 100%;
}

.width1000 {
    width: 1000px;
    margin: auto;
    max-width: 100%;
}

.footnotes {
    margin-top: 35px;
}

.footnotes p {
    font-size: 10px;
    margin: 10px 0px 5px 0px;
}


.iconheader {
    border-bottom: 3px solid #09a2dd;
    width: 150px;
    text-align: center;
    padding: 10px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);

    color: #0066a5;
    font-size: 16px;
    font-weight: bold;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    margin: 70px 20px 5px 20px;

}

.iconheader img {
    margin-top: -50px;
    width: 100px;
}


    .iconheader:hover {
        border-top: 2px solid #09a2dd;
        border-left: 2px solid #09a2dd;
        border-right: 2px solid #09a2dd;
    }

.iconrow {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.spacelist li {
    margin: 5px 0px 5px -20px;
    background-color: #e8e8e8;
    padding: 10px 10px 10px 40px;
    list-style: none;
    background-image: url("../images/listitem-bottle.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 25px;
    color: #0066a5;
    display: inline-block;
    width: 100%;
    border: 1px solid #dddddd;
}

.bannerwidth {
    width: 100%;
    margin-bottom: 20px;
}


.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

    .video-wrapper iframe,
    .video-wrapper object,
    .video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.bluebutton {
    background-color: #024ea4;
    color: #ffffff;
    padding: 10px 25px 10px 25px;
    font-size: 14px;
    margin: auto;
    text-align: center;
}

.shadowbox {
    box-shadow: 0px 0px 10px #dddddd;
    padding: 10px 20px 10px 20px;
    border-bottom: 2px solid #09a2dd;
}

.boxright {
    float: right;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 50%;
}

.arrowbullet {
    padding: 0px 5px 15px 30px;
    display: block;
    width: 100%;
    margin-bottom: 3px;
    background-image: url("../images/lightbluecheckmark.png");
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-size: 12px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}


.divider {
    width: 90%;
    max-width: 800px;
    text-align: center;
    border-bottom: 2px solid #cdcdcd;
    line-height: 0.1em;
    margin: 0px auto 30px auto;
    color: #0066a5;
}

.divider img
{
	background: #ffffff;
	padding: 0px 15px;
	margin-bottom: -15px;
}

.twocol 
{
display: flex;
flex-direction: row;
justify-content: space-between;
}




