/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400;1,600&display=swap');

html {
    color: #2f2f2f;
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a {
    text-decoration: none;
}
ol {
    padding-left: 20px;
}
section {
    clear: both;
    overflow: hidden;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: bebas_neueregular;
    src: url(https://resources.healthydirections.com/resources/web/whit/lp/0421-whit-lp-veg/fonts/BebasNeue-webfont.eot);
    src: url(https://resources.healthydirections.com/resources/web/whit/lp/0421-whit-lp-veg/fonts/BebasNeue-webfont.eot?#iefix) format("embedded-opentype"), url(https://resources.healthydirections.com/resources/web/whit/lp/0421-whit-lp-veg/fonts/BebasNeue-webfont.woff) format("woff"), url(https://resources.healthydirections.com/resources/web/whit/lp/0421-whit-lp-veg/fonts/BebasNeue-webfont.ttf) format("truetype"),
    url(https://resources.healthydirections.com/resources/web/whit/lp/0421-whit-lp-veg/fonts/BebasNeue-webfont.svg#bebas_neueregular) format("svg");
    font-weight: 400;
    font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0 10px 0;
}
h1 {
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
}
h2 {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}
h3 {
    font-size: 32px;
    line-height: 36px;
    font-weight: 700;
}
h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
h5 {
    font-size: 16px;
    line-height: 20px;
}
h6 {
    font-size: 12px;
    line-height: 16px;
}
ol,
p,
ul {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
}
b {
    font-weight: bold;
}
blockquote {
    margin: 1rem 2.5rem;
}
.text.left {
    text-align: left;
}
.text.center {
    text-align: center;
}
.text.right {
    text-align: right;
}
.text.light {
    font-weight: 100;
}
.text.bold {
    font-weight: 700;
}
.text.blue {
    color: #3b77bd;
}
.text.source-sans {
    font-family: "Source Sans Pro", sans-serif;
}
.text.bebas {
    font-family: bebas_neueregular;
}
.text.uppercase {
    text-transform: uppercase;
}
.text.italic {
    font-style: italic;
}
.text.underline {
    text-decoration: underline;
}
.text.lead {
    font-size: 24px;
}
.text.follow {
    font-size: 12px;
}
input,
input[type="text"],
select {
    width: 100%;
    border: 1px solid #959595;
    padding: 12px;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}
select,
select#cc_month,
select#cc_year,
select#country-field,
select#state {
    color: #a9a9a9;
    padding: 11px;
    margin: 0;
    background-color: #fff;
    height: 43px;
    margin-bottom: 10px;
    color: #000 !important;
}
select option:first-child,
select#cc_month option:first-child,
select#cc_year option:first-child,
select#country-field option:first-child,
select#state option:first-child {
    color: #757575 !important;
}
#checkout-button,
#survey-button,
.continue-btn,
button {
    background-color: #f5460d;
    border-radius: 5px;
    font-family: "Source Sans Pro", sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important;
    border: none;
    -webkit-box-shadow: 0 4px 0 #962906;
    box-shadow: 0 4px 0 #962906;
    width: 100%;
    display: block;
    text-align: center;
    padding: 16px 0;
    font-size: 28px;
    cursor: pointer;
    text-decoration: none;
    margin-bottom: 4px;
}
#checkout-button:hover,
#survey-button:hover,
.continue-btn:hover,
button:hover {
    -webkit-box-shadow: 0 2px 0 #962906;
    box-shadow: 0 2px 0 #962906;
    position: relative;
    top: 2px;
}
select.valid {
    color: #000 !important;
}
body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}
#container {
    height: auto !important;
    margin: 0 auto -320px auto;
    min-height: 100%;
}
.push {
    clear: both;
    height: 320px;
}
#content {
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}
.wrap {
    max-width: 768px;
    margin: 0 auto;
    overflow: visible;
    padding: 0 10px;
}
.row {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.row:after,
.row:before {
    display: table;
    content: "";
}
.row:after {
    clear: both;
}
.column {
    float: left;
    margin: 0 3.7037037037037% 10px 0;
}
.column.alpha {
    margin: 0 3.7037037037037% 10px 0;
}
.column.omega,
.column.single {
    margin: 0 0 10px 0;
}
.column.one {
    width: 4.93827160493827%;
}
.column.two {
    width: 13.58024691358025%;
}
.column.three {
    width: 22.22222222222222%;
}
.column.four {
    width: 30.8641975308642%;
}
.column.five {
    width: 39.50617283950617%;
}
.column.six {
    width: 48.14814814814815%;
}
.column.seven {
    width: 56.79012345679012%;
}
.column.eight {
    width: 65.4320987654321%;
}
.column.nine {
    width: 74.07407407407407%;
}
.column.ten {
    width: 82.71604938271605%;
}
.column.eleven {
    width: 91.35802469135802%;
}
.column.twelve {
    width: 100%;
}
.tooltip {
    display: none;
    position: absolute;
    background-color: #161616;
    border-radius: 3px;
    padding: 10px;
    color: #fff;
    font-size: 12px;
    max-width: 320px !important;
    width: 100%;
    z-index: 999999;
}
header[role="banner"] {
    height: auto;
    overflow: hidden;
    width: 100%;
    padding: 20px 0 10px 0;
    background: #1f4080 !important;
}
header[role="banner"] .logo img {
    max-width: 320px;
    width: 100%;
}
header[role="banner"] .icons ul {
    float: right;
    margin: 0 0 20px 0;
    height: 22px;
    position: relative;
    top: 10px;
}
header[role="banner"] .icons li {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
}
header[role="banner"] .icons li .icon {
    display: inline-block;
    width: 30px;
    height: 22px;
    padding-left: 10px;
    position: relative;
    top: 8px;
}
#error-message,
.warn,
.warn-label,
span.red {
    color: red;
}
#error-message {
    display: inline-block;
}
label.warn[for="tos"] {
    display: none;
}
label.warn {
    display: block;
    margin-bottom: 10px;
}
input.warn,
select.warn {
    border-color: red;
    margin-bottom: 0 !important;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}
@media screen and (max-width: 748px) {
    .column.alpha,
    .column.eight,
    .column.eleven,
    .column.five,
    .column.four,
    .column.nine,
    .column.omega,
    .column.one,
    .column.seven,
    .column.single,
    .column.six,
    .column.ten,
    .column.three,
    .column.twelve,
    .column.two {
        width: 100%;
    }
}