
/*TESTIMONIAL*/
.bgblue-testimonial {
    box-shadow: inset 0 0 100px 5px rgba(0,0,0,.9);
    background: url("//d34yf1zo0dhcj6.cloudfront.net/exit/bg-blue-swirl.jpg") fixed center center no-repeat;
    border-right: 1px solid #0d538a;
    border-left: 1px solid #0d538a;
    border-bottom: 1px solid #0b3c63;
    border-top: 1px solid #3690d8;
    background-color: #0e64a8;
    background-size: cover;
}
.shadowbox.triangle-btm-paper:after {
    background-image: url("../img/fx/card-triangle-bottom-paper.png");
    background-repeat: no-repeat;
    content: ' ';
    position: absolute;
    bottom: -40px;
    margin-left: -24px;
    width: 100%;
    height: 40px;
    z-index: 1;
}
@media (min-width: 768px) {
    .fullbox-testimonial {
        margin-top: -24px;
        margin-bottom: 24px;
        padding: 20px 24px 24px;
    }
}
.fullbox-testimonial {
    margin-top: -24px;
    margin-bottom: 16px;
    padding: 16px 18.4px;
}
.darkcard-testimonial {
    background-color: rgba(0,0,0,.85);
    border: none;
    margin: 4px;
}
@media (min-width: 1024px) {
    .darkcard-testimonial {
        margin: auto;
    }
}
/*/
TESTIMONIAL*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -.5em;
}
sub {
    bottom: -.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace,monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: not-allowed;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
.foundation-mq {
    font-family: "small=0em&medium=48em&large=64em&xlarge=90em&xxlarge=90em";
}
html {
    font-size: 100%;
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    padding: 0;
    margin: 0;
    font-family: PT Serif,serif;
    font-weight: 400;
    line-height: 1.5;
    color: #1f1f1f;
    background: #fefefe;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
    border-radius: 0;
}
select {
    width: 100%;
    border-radius: 0;
}
#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
    max-width: none!important;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    line-height: 1;
}
[data-whatinput=mouse] button {
    outline: 0;
}
.is-visible {
    display: block!important;
}
.is-hidden {
    display: none!important;
}
.row {
    max-width: 1200px;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.row .row {
    margin-left: -10px;
    margin-left: -.625rem;
    margin-right: -10px;
    margin-right: -.625rem;
}
.row .row,
.row.expanded {
    max-width: none;
}
.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.row.collapse > .column > .row,
.row.collapse > .columns > .row,
.row.is-collapse-child {
    margin-left: 0;
    margin-right: 0;
}
.column,
.columns {
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
    min-width: 0;
}
.column.row.row,
.row.row.columns {
    float: none;
    display: block;
}
.row .column.row.row,
.row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}
.small-1 {
    -webkit-flex: 0 0 8.3333333333%;
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}
.small-offset-0 {
    margin-left: 0;
}
.small-2 {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.small-offset-1 {
    margin-left: 8.3333333333%;
}
.small-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.small-offset-2 {
    margin-left: 16.6666666667%;
}
.small-4 {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.small-offset-3 {
    margin-left: 25%;
}
.small-5 {
    -webkit-flex: 0 0 41.6666666667%;
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}
.small-offset-4 {
    margin-left: 33.3333333333%;
}
.small-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.small-offset-5 {
    margin-left: 41.6666666667%;
}
.small-7 {
    -webkit-flex: 0 0 58.3333333333%;
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.small-offset-6 {
    margin-left: 50%;
}
.small-8 {
    -webkit-flex: 0 0 66.6666666667%;
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}
.small-offset-7 {
    margin-left: 58.3333333333%;
}
.small-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.small-offset-8 {
    margin-left: 66.6666666667%;
}
.small-10 {
    -webkit-flex: 0 0 83.3333333333%;
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}
.small-offset-9 {
    margin-left: 75%;
}
.small-11 {
    -webkit-flex: 0 0 91.6666666667%;
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}
.small-offset-10 {
    margin-left: 83.3333333333%;
}
.small-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.small-offset-11 {
    margin-left: 91.6666666667%;
}
.small-up-1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-1 > .column,
.small-up-1 > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.small-up-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-2 > .column,
.small-up-2 > .columns {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.small-up-3 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-3 > .column,
.small-up-3 > .columns {
    -webkit-flex: 0 0 33.3333333333%;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}
.small-up-4 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-4 > .column,
.small-up-4 > .columns {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.small-up-5 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-5 > .column,
.small-up-5 > .columns {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.small-up-6 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-6 > .column,
.small-up-6 > .columns {
    -webkit-flex: 0 0 16.6666666667%;
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}
.small-up-7 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-7 > .column,
.small-up-7 > .columns {
    -webkit-flex: 0 0 14.2857142857%;
    -ms-flex: 0 0 14.2857142857%;
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
}
.small-up-8 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.small-up-8 > .column,
.small-up-8 > .columns {
    -webkit-flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
}
.small-collapse > .column,
.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}
.small-uncollapse > .column,
.small-uncollapse > .columns {
    padding-left: 10px;
    padding-left: 0.625rem;
    padding-right: 10px;
    padding-right: 0.625rem;
}
.row.large-unstack > .column,
.row.large-unstack > .columns,
.row.medium-unstack > .column,
.row.medium-unstack > .columns {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.shrink {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}
.align-top.columns,
.column.align-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-bottom.columns,
.column.align-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-middle.columns,
.column.align-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.align-stretch.columns,
.column.align-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}
p {
    font-size: inherit;
    line-height: 1.6;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    text-rendering: optimizeLegibility;
}
em,
i {
    font-style: italic;
}
b,
em,
i,
strong {
    line-height: inherit;
}
b,
strong {
    font-weight: 700;
}
small {
    font-size: 80%;
    line-height: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Oswald,sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #1f1f1f;
    text-rendering: optimizeLegibility;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #cacaca;
    line-height: 0;
}
h1 {
    font-size: 32px;
    font-size: 2rem;
}
h2 {
    font-size: 24px;
    font-size: 1.5rem;
}
h3 {
    font-size: 20px;
    font-size: 1.25rem;
}
h4 {
    font-size: 19px;
    font-size: 1.1875rem;
}
h5 {
    font-size: 18px;
    font-size: 1.125rem;
}
h6 {
    font-size: 17px;
    font-size: 1.0625rem;
}
a {
    color: inherit;
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}
a:focus,
a:hover {
    color: #1585cf;
}
a img {
    border: 0;
}
hr {
    max-width: 1200px;
    max-width: 75rem;
    height: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #cacaca;
    border-left: 0;
    margin: 1.25rem auto;
    clear: both;
}
dl,
ol,
ul {
    line-height: 1.6;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    list-style-position: outside;
}
li {
    font-size: inherit;
}
ul {
    list-style-type: disc;
}
ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
    margin-left: 20px;
    margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dl {
    margin-bottom: 16px;
    margin-bottom: 1rem;
}
dl dt {
    margin-bottom: 4.8px;
    margin-bottom: 0.3rem;
    font-weight: 700;
}
blockquote {
    margin: 0 0 1rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #cacaca;
}
blockquote,
blockquote p {
    line-height: 1.6;
    color: #8a8a8a;
}
cite {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #8a8a8a;
}
cite:before {
    content: '\2014 \0020';
}
abbr {
    color: #1f1f1f;
    cursor: help;
    border-bottom: 1px dotted #0a0a0a;
}
code {
    font-weight: 400;
    border: 1px solid #cacaca;
    padding: 0.125rem 0.3125rem 0.0625rem;
}
code,
kbd {
    font-family: Consolas,Liberation Mono,Courier,monospace;
    color: #0a0a0a;
    background-color: #e6e6e6;
}
kbd {
    padding: 0.125rem 0.25rem 0;
    margin: 0;
}
.subheader {
    margin-top: 3.2px;
    margin-top: 0.2rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.4;
    color: #8a8a8a;
}
.lead {
    font-size: 125%;
    line-height: 1.6;
}
.stat {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
}
p+.stat {
    margin-top: -16px;
    margin-top: -1rem;
}
.no-bullet {
    margin-left: 0;
    list-style: none;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.show-for-print {
    display: none!important;
}
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 39px;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-family: inherit;
    font-size: 16px;
    font-size: 1rem;
    color: #0a0a0a;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    border-radius: 0;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
}
[type=color]:focus,
[type=date]:focus,
[type=datetime-local]:focus,
[type=datetime]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}
textarea {
    max-width: 100%;
}
textarea[rows] {
    height: auto;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cacaca;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cacaca;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cacaca;
}
input::placeholder,
textarea::placeholder {
    color: #cacaca;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
[type=button],
[type=submit] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type=search] {
    box-sizing: border-box;
}
[type=checkbox],
[type=file],
[type=radio] {
    margin: 0 0 1rem;
}
[type=checkbox]+label,
[type=radio]+label {
    display: inline-block;
    margin-left: 8px;
    margin-left: 0.5rem;
    margin-right: 16px;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}
[type=checkbox]+label[for],
[type=radio]+label[for] {
    cursor: pointer;
}
label > [type=checkbox],
label > [type=radio] {
    margin-right: 8px;
    margin-right: 0.5rem;
}
[type=file] {
    width: 100%;
}
label {
    display: block;
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.8;
    color: #0a0a0a;
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0;
}
.help-text {
    margin-top: -8px;
    margin-top: -.5rem;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
    color: #0a0a0a;
}
.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.input-group > :first-child,
.input-group > :last-child > * {
    border-radius: 0 0 0 0;
}
.input-group-button,
.input-group-field,
.input-group-label {
    margin: 0;
    white-space: nowrap;
}
.input-group-label {
    text-align: center;
    padding: 0 1rem;
    background: #e6e6e6;
    color: #0a0a0a;
    border: 1px solid #cacaca;
    white-space: nowrap;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.input-group-label:first-child {
    border-right: 0;
}
.input-group-label:last-child {
    border-left: 0;
}
.input-group-field {
    border-radius: 0;
    -webkit-flex: 1 1 0;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    width: auto;
    height: auto;
}
.input-group-button {
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.input-group-button a,
.input-group-button button,
.input-group-button input {
    margin: 0;
}
.input-group .input-group-button {
    display: table-cell;
}
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
legend {
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    max-width: 100%;
}
.fieldset {
    border: 1px solid #cacaca;
    padding: 1.25rem;
    margin: 1.125rem 0;
}
.fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0 0 0 -.1875rem;
}
select {
    height: 39px;
    height: 2.4375rem;
    padding: 0.5rem;
    border: 1px solid #cacaca;
    margin: 0 0 1rem;
    font-size: 16px;
    font-size: 1rem;
    font-family: inherit;
    line-height: normal;
    color: #0a0a0a;
    background-color: #fefefe;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-size: 9px 6px;
    background-position: right -16px center;
    background-position: right -1rem center;
    background-origin: content-box;
    background-repeat: no-repeat;
    padding-right: 24px;
    padding-right: 1.5rem;
}
select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed;
}
select::-ms-expand {
    display: none;
}
select[multiple] {
    height: auto;
    background-image: none;
}
.is-invalid-input:not(:focus) {
    background-color: rgba(236,88,64,.1);
    border-color: #ec5840;
}
.form-error,
.is-invalid-label {
    color: #ec5840;
}
.form-error {
    display: none;
    margin-top: -8px;
    margin-top: -.5rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
}
.form-error.is-visible {
    display: block;
}
.hide {
    display: none!important;
}
.invisible {
    visibility: hidden;
}
.show-for-sr,
.show-on-focus {
    position: absolute!important;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
}
.show-on-focus:active,
.show-on-focus:focus {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
}
.hide-for-portrait,
.show-for-landscape {
    display: block!important;
}
.hide-for-landscape,
.show-for-portrait {
    display: none!important;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.clearfix:after,
.clearfix:before {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.clearfix:after {
    clear: both;
}
.align-right {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.align-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.align-justify {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.align-spaced {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.align-top {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.align-self-top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.align-bottom {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.align-self-bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.align-middle {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.align-self-middle {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}
.align-stretch {
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.align-self-stretch {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
}
.small-order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.small-order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.small-order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}
.small-order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}
.small-order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}
.small-order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}
.ctr {
    text-align: center!important;
}
.u {
    text-decoration: underline;
}
.tight {
    letter-spacing: -.005em;
}
.tight.tight,
.tighter {
    letter-spacing: -.015em;
}
.tight.tight.tight {
    letter-spacing: -.03em;
}
.loose {
    letter-spacing: 0.005em;
}
.loose .loose,
.looser {
    letter-spacing: 0.015em;
}
.loose .loose .loose {
    letter-spacing: 0.03em;
}
.loosest {
    letter-spacing: 0.05em;
}
.heavy {
    font-weight: 900!important;
}
.larger,
.largerx1 {
    font-size: 1.12em;
}
.smaller,
.smallerx1 {
    font-size: 0.9em;
}
.smallerx2 {
    font-size: 0.8em;
}
.smallerx3 {
    font-size: 0.75em;
}
.smallerx4 {
    font-size: 0.7em;
}
.str {
    font-weight: 700;
}
.caps {
    text-transform: uppercase!important;
}
h1.smaller {
    font-size: 24px;
    font-size: 1.5rem;
}
h1.mega {
    font-size: 48px;
    font-size: 3rem;
}
h1.giga {
    font-size: 56px;
    font-size: 3.5rem;
}
h1.tera {
    font-size: 64px;
    font-size: 4rem;
}
h1.peta {
    font-size: 72px;
    font-size: 4.5rem;
}
h1.kilo {
    font-size: 40px;
    font-size: 2.5rem;
}
h1.h1,
h2.h1,
h3.h1,
h4.h1,
h5.h1,
h6.h1,
li.h1,
p.h1 {
    font-size: 32px;
    font-size: 2rem;
}
h2.smaller {
    font-size: 18px;
    font-size: 1.125rem;
}
h2.mega {
    font-size: 36px;
    font-size: 2.25rem;
}
h2.giga {
    font-size: 42px;
    font-size: 2.625rem;
}
h2.tera {
    font-size: 48px;
    font-size: 3rem;
}
h2.peta {
    font-size: 54px;
    font-size: 3.375rem;
}
h2.kilo {
    font-size: 30px;
    font-size: 1.875rem;
}
h1.h2,
h2.h2,
h3.h2,
h4.h2,
h5.h2,
h6.h2,
li.h2,
p.h2 {
    font-size: 24px;
    font-size: 1.5rem;
}
h3.smaller {
    font-size: 15px;
    font-size: 0.9375rem;
}
h3.mega {
    font-size: 30px;
    font-size: 1.875rem;
}
h3.giga {
    font-size: 35px;
    font-size: 2.1875rem;
}
h3.tera {
    font-size: 40px;
    font-size: 2.5rem;
}
h3.peta {
    font-size: 45px;
    font-size: 2.8125rem;
}
h3.kilo {
    font-size: 25px;
    font-size: 1.5625rem;
}
h1.h3,
h2.h3,
h3.h3,
h4.h3,
h5.h3,
h6.h3,
li.h3,
p.h3 {
    font-size: 20px;
    font-size: 1.25rem;
}
h4.smaller {
    font-size: 14.25px;
    font-size: 0.890625rem;
}
h4.mega {
    font-size: 28.5px;
    font-size: 1.78125rem;
}
h4.giga {
    font-size: 33.25px;
    font-size: 2.078125rem;
}
h4.tera {
    font-size: 38px;
    font-size: 2.375rem;
}
h4.peta {
    font-size: 42.75px;
    font-size: 2.671875rem;
}
h4.kilo {
    font-size: 23.75px;
    font-size: 1.484375rem;
}
h1.h4,
h2.h4,
h3.h4,
h4.h4,
h5.h4,
h6.h4,
li.h4,
p.h4 {
    font-size: 19px;
    font-size: 1.1875rem;
}
h5.smaller {
    font-size: 13.5px;
    font-size: 0.84375rem;
}
h5.mega {
    font-size: 27px;
    font-size: 1.6875rem;
}
h5.giga {
    font-size: 31.5px;
    font-size: 1.96875rem;
}
h5.tera {
    font-size: 36px;
    font-size: 2.25rem;
}
h5.peta {
    font-size: 40.5px;
    font-size: 2.53125rem;
}
h5.kilo {
    font-size: 22.5px;
    font-size: 1.40625rem;
}
h1.h5,
h2.h5,
h3.h5,
h4.h5,
h5.h5,
h6.h5,
li.h5,
p.h5 {
    font-size: 18px;
    font-size: 1.125rem;
}
h6.smaller {
    font-size: 12.75px;
    font-size: 0.796875rem;
}
h6.mega {
    font-size: 25.5px;
    font-size: 1.59375rem;
}
h6.giga {
    font-size: 29.75px;
    font-size: 1.859375rem;
}
h6.tera {
    font-size: 34px;
    font-size: 2.125rem;
}
h6.peta {
    font-size: 38.25px;
    font-size: 2.390625rem;
}
h6.kilo {
    font-size: 21.25px;
    font-size: 1.328125rem;
}
h1.h6,
h2.h6,
h3.h6,
h4.h6,
h5.h6,
h6.h6,
li.h6,
p.h6 {
    font-size: 17px;
    font-size: 1.0625rem;
}
.ls10 {
    letter-spacing: 0.02em;
}
.ls20 {
    letter-spacing: 0.04em;
}
.ls30 {
    letter-spacing: 0.06em;
}
.ls40 {
    letter-spacing: 0.08em;
}
.ls50 {
    letter-spacing: 0.1em;
}
.ls60 {
    letter-spacing: 0.12em;
}
.ls70 {
    letter-spacing: 0.14em;
}
.ls80 {
    letter-spacing: 0.16em;
}
.ls90 {
    letter-spacing: 0.18em;
}
.ls100 {
    letter-spacing: 0.2em;
}
.ls110 {
    letter-spacing: 0.22em;
}
.ls120 {
    letter-spacing: 0.24em;
}
.ls130 {
    letter-spacing: 0.26em;
}
.ls140 {
    letter-spacing: 0.28em;
}
.ls150 {
    letter-spacing: 0.3em;
}
.ls160 {
    letter-spacing: 0.32em;
}
.ls170 {
    letter-spacing: 0.34em;
}
.ls180 {
    letter-spacing: 0.36em;
}
.ls190 {
    letter-spacing: 0.38em;
}
.ls200 {
    letter-spacing: 0.4em;
}
.askbox p.email-from,
.askbox p.email-subj-1,
.askbox p.email-to,
.ls-10 {
    letter-spacing: -.02em;
}
.ls-20 {
    letter-spacing: -.04em;
}
.ls-30 {
    letter-spacing: -.06em;
}
.ls-40 {
    letter-spacing: -.08em;
}
.ls-50 {
    letter-spacing: -.1em;
}
.ls-60 {
    letter-spacing: -.12em;
}
.ls-70 {
    letter-spacing: -.14em;
}
.ls-80 {
    letter-spacing: -.16em;
}
.ls-90 {
    letter-spacing: -.18em;
}
.ls-100 {
    letter-spacing: -.2em;
}
.ls-110 {
    letter-spacing: -.22em;
}
.ls-120 {
    letter-spacing: -.24em;
}
.ls-130 {
    letter-spacing: -.26em;
}
.ls-140 {
    letter-spacing: -.28em;
}
.ls-150 {
    letter-spacing: -.3em;
}
.ls-160 {
    letter-spacing: -.32em;
}
.ls-170 {
    letter-spacing: -.34em;
}
.ls-180 {
    letter-spacing: -.36em;
}
.ls-190 {
    letter-spacing: -.38em;
}
.ls-200 {
    letter-spacing: -.4em;
}
.calcsize {
    font-size: calc(16px + 8*(100vw - 400px)/400);
}
.lh1 {
    line-height: 0.1!important;
}
.lh2 {
    line-height: 0.2!important;
}
.lh3 {
    line-height: 0.3!important;
}
.lh4 {
    line-height: 0.4!important;
}
.lh5 {
    line-height: 0.5!important;
}
.lh6 {
    line-height: 0.6!important;
}
.lh7 {
    line-height: 0.7!important;
}
.lh8 {
    line-height: 0.8!important;
}
.lh9 {
    line-height: 0.9!important;
}
.lh10 {
    line-height: 1!important;
}
.lh11 {
    line-height: 1.1!important;
}
.lh12 {
    line-height: 1.2!important;
}
.lh13 {
    line-height: 1.3!important;
}
.lh15 {
    line-height: 1.5!important;
}
.lh16 {
    line-height: 1.6!important;
}
.lh17 {
    line-height: 1.7!important;
}
.lh18 {
    line-height: 1.8!important;
}
.lh19 {
    line-height: 1.9!important;
}
.lh20 {
    line-height: 2!important;
}

.margins0 {
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.margins1 {
    margin-top: 4px!important;
    margin-bottom: 4px!important;
}
.margins2 {
    margin-top: 8px!important;
    margin-bottom: 8px!important;
}
.margins3 {
    margin-top: 12px!important;
    margin-bottom: 12px!important;
}
.margins4 {
    margin-top: 16px!important;
    margin-bottom: 16px!important;
}
.margins5 {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
}
.margins6 {
    margin-top: 24px!important;
    margin-bottom: 24px!important;
}
.margins7 {
    margin-top: 28px!important;
    margin-bottom: 28px!important;
}
.margins8 {
    margin-top: 32px!important;
    margin-bottom: 32px!important;
}
.margins9 {
    margin-top: 36px!important;
    margin-bottom: 36px!important;
}
.margins10 {
    margin-top: 40px!important;
    margin-bottom: 40px!important;
}
.margins11 {
    margin-top: 44px!important;
    margin-bottom: 44px!important;
}
.margins12 {
    margin-top: 48px!important;
    margin-bottom: 48px!important;
}
.margins13 {
    margin-top: 52px!important;
    margin-bottom: 52px!important;
}
.margins14 {
    margin-top: 56px!important;
    margin-bottom: 56px!important;
}
.margins15 {
    margin-top: 60px!important;
    margin-bottom: 60px!important;
}
.margins16 {
    margin-top: 64px!important;
    margin-bottom: 64px!important;
}
.margins17 {
    margin-top: 68px!important;
    margin-bottom: 68px!important;
}
.margins18 {
    margin-top: 72px!important;
    margin-bottom: 72px!important;
}
.margins19 {
    margin-top: 76px!important;
    margin-bottom: 76px!important;
}
.margins20 {
    margin-top: 80px!important;
    margin-bottom: 80px!important;
}
.margins21 {
    margin-top: 84px!important;
    margin-bottom: 84px!important;
}
.margins22 {
    margin-top: 88px!important;
    margin-bottom: 88px!important;
}
.margins23 {
    margin-top: 92px!important;
    margin-bottom: 92px!important;
}
.margins24 {
    margin-top: 96px!important;
    margin-bottom: 96px!important;
}
.ptneg1 {
    padding-top: -8px!important;
}
.ptneg2 {
    padding-top: -16px!important;
}
.ptneg3 {
    padding-top: -24px!important;
}
.ptneg4 {
    padding-top: -32px!important;
}
.ptneg5 {
    padding-top: -40px!important;
}
.ptneg6 {
    padding-top: -48px!important;
}
.ptneg7 {
    padding-top: -56px!important;
}
.ptneg8 {
    padding-top: -64px!important;
}
.ptneg9 {
    padding-top: -72px!important;
}
.ptneg10 {
    padding-top: -80px!important;
}
.ptneg11 {
    padding-top: -88px!important;
}
.ptneg12 {
    padding-top: -96px!important;
}
.paddings0 {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.paddings1 {
    padding-top: 4px!important;
    padding-bottom: 4px!important;
}
.paddings2 {
    padding-top: 8px!important;
    padding-bottom: 8px!important;
}
.paddings3 {
    padding-top: 12px!important;
    padding-bottom: 12px!important;
}
.paddings4 {
    padding-top: 16px!important;
    padding-bottom: 16px!important;
}
.paddings5 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.paddings6 {
    padding-top: 24px!important;
    padding-bottom: 24px!important;
}
.paddings7 {
    padding-top: 28px!important;
    padding-bottom: 28px!important;
}
.paddings8 {
    padding-top: 32px!important;
    padding-bottom: 32px!important;
}
.paddings9 {
    padding-top: 36px!important;
    padding-bottom: 36px!important;
}
.paddings10 {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
.paddings11 {
    padding-top: 44px!important;
    padding-bottom: 44px!important;
}
.paddings12 {
    padding-top: 48px!important;
    padding-bottom: 48px!important;
}
.paddings13 {
    padding-top: 52px!important;
    padding-bottom: 52px!important;
}
.paddings14 {
    padding-top: 56px!important;
    padding-bottom: 56px!important;
}
.paddings15 {
    padding-top: 60px!important;
    padding-bottom: 60px!important;
}
.paddings16 {
    padding-top: 64px!important;
    padding-bottom: 64px!important;
}
.paddings17 {
    padding-top: 68px!important;
    padding-bottom: 68px!important;
}
.paddings18 {
    padding-top: 72px!important;
    padding-bottom: 72px!important;
}
.paddings19 {
    padding-top: 76px!important;
    padding-bottom: 76px!important;
}
.paddings20 {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
}
.paddings21 {
    padding-top: 84px!important;
    padding-bottom: 84px!important;
}
.paddings22 {
    padding-top: 88px!important;
    padding-bottom: 88px!important;
}
.paddings23 {
    padding-top: 92px!important;
    padding-bottom: 92px!important;
}
.paddings24 {
    padding-top: 96px!important;
    padding-bottom: 96px!important;
}
.fs8 {
    font-size: 4;
}
.fs12 {
    font-size: 6;
}
.fs16 {
    font-size: 8;
}
.fs20 {
    font-size: 10;
}
.fs24 {
    font-size: 12;
}
.fs28 {
    font-size: 14;
}
.fs32 {
    font-size: 16;
}
.fs36 {
    font-size: 18;
}
.fs40 {
    font-size: 20;
}
.fs44 {
    font-size: 22;
}
.fs48 {
    font-size: 24;
}
.fs52 {
    font-size: 26;
}
.fs56 {
    font-size: 28;
}
.fs60 {
    font-size: 30;
}
.fs64 {
    font-size: 32;
}
.fs68 {
    font-size: 34;
}
.fs72 {
    font-size: 36;
}
.z-depth-0 {
    box-shadow: none!important;
}
.imgwrap,
.z-depth-1 {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12),0 3px 1px -2px rgba(0,0,0,.2)!important;
}
.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.14),0 1px 7px 0 rgba(0,0,0,.12),0 3px 1px -1px rgba(0,0,0,.2)!important;
}
.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.3);
}
.askbox,
.bgblue,
.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12),0 3px 5px -1px rgba(0,0,0,.3);
}
.z-depth-4 {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12),0 5px 5px -3px rgba(0,0,0,.3);
}
.card,
.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.3);
}
.colorwrap {
    padding: 0.005em 0.6em;
    line-height: 1.3;
    display: inline-block;
}
.colorwrap.goldfx {
    background-color: #ffde00;
}
.colorwrap.redfx {
    background-color: #b22222;
}
.colorwrap.redfx.whitetext {
    color: #fff;
}
.colorwrap.blackfx {
    background-color: #111;
}
.colorwrap.darktext {
    color: #000;
}
.colorwrap.brighttext {
    color: #fff;
}
.colorwrap.padsmallx2 {
    padding: 0.005em 0.3em;
}
.colorwrap.padwidex2 {
    padding: 0.005em 0.5em;
}
.colorwrap.padwidex4 {
    padding: 0.005em 1em;
}
.colorwrap.padwidex6 {
    padding: 0.005em 1.5em;
}
.colorwrap.padwidex8 {
    padding: 0.005em 2em;
}
.colorwrap.padwidex16 {
    padding: 0.005em 3.5em;
}
.under1,
.under2 {
    text-decoration: underline;
}
.big p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5),
p.big {
    font-size: 19px;
}
hr.hr {
    background-image: url("../img/special/pbox1-underline.png");
    background-size: contain;
    max-width: 624px;
    height: 10px;
    margin: 15px auto;
    background-repeat: no-repeat;
    border: 0 solid;
}
hr.hr.b-slash-b,
hr.hr.b-slash-f {
    background-image: url("../img/special/pbox2-underline-blue.png");
}
.row .row.side-img-row {
    margin-bottom: 20px;
    background-color: #fff;
}
.row .row.side-img-row .medium-2 {
    background-position: top;
    background-repeat: no-repeat;
}
.row .row.side-img-row .medium-2.ctrbtm {
    background-position: bottom;
}
.row .row.side-img-row .medium-2.lfttop {
    background-position: 0 0;
}
.row .row.side-img-row .medium-2.rttop {
    background-position: 100% 0;
}
.row .row.side-img-row .medium-2.ctrctr {
    background-position: 50%;
}
.row .row.side-img-row .medium-10 {
    padding-top: 16px;
    padding-bottom: 16px;
}
.row .row.side-img-row .medium-10 > p {
    padding-left: 10px;
    margin-bottom: 4px;
}
.himark {
    background-repeat: no-repeat;
    background-size: 100% 1.3em;
    display: inline-block;
    white-space: nowrap;
    min-height: 20px;
    padding: 0 5px;
    margin: 0 -5px;
}
.himark.sm85 {
    background-image: url("../img/p-hi/yellow-hi-85px.png");
}
.himark.sm150 {
    background-image: url("../img/p-hi/yellow-hi-150px.png");
}
.himark.sm200 {
    background-image: url("../img/p-hi/yellow-hi-200px.png");
}
.shadowfx .yshadow,
.shadowfx.yshadow {
    text-shadow: 0 1px 0 #d4c000,0 0.02em 0 #ab9b00,0 0.03em 0 #945600,0 0.06em 1px rgba(0,0,0,.0980392),0 0 0.05em rgba(0,0,0,.0980392),0 1px 3px rgba(0,0,0,.298039),0 0.03em 0.05em rgba(0,0,0,.2),0 0.05em 0.1em rgba(0,0,0,.247059),0 0.1em 0.1em rgba(0,0,0,.2),0 0.2em 0.2em rgba(0,0,0,.14902);
}
.shadowfx .bshadow,
.shadowfx.bshadow {
    text-shadow: 0 1px 0 #235e8c,0 0.02em 0 #194669,0 0.03em 0 #0d3554,0 0.06em 1px rgba(0,0,0,.0980392),0 0 0.05em rgba(0,0,0,.0980392),0 1px 3px rgba(0,0,0,.298039),0 0.03em 0.05em rgba(0,0,0,.2),0 0.05em 0.1em rgba(0,0,0,.247059),0 0.1em 0.1em rgba(0,0,0,.2),0 0.2em 0.2em rgba(0,0,0,.14902);
}
.imgwrap {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
}
.z-index-5 {
    z-index: 2;
}
.z-index-1 {
    z-index: 1;
}
.relpos {
    position: relative;
}
.lato span.u {
    border-bottom: 2px solid;
    text-decoration: none;
}
sup {
    font-size: 0.5em;
}
span.block {
    padding: 0.2em 0.4em;
}
.shadowtext,
.text-shadow,
h1.shadow {
    text-shadow: 0 2px 5px rgba(0,0,0,.8),0 1px 3px rgba(0,0,0,.9);
}
.colorwrap.bluefx {
    background-color: #0e64a8;
}
.blue {
    color: #014a84;
}
.whitetext,
.whitetext h1,
.whitetext h2,
.whitetext h3,
.whitetext h4,
.whitetext h5,
.whitetext p {
    color: #fff;
}
.gold {
    color: #ffe664!important;
}
.chevron-next {
    margin-top: 24px;
    margin-bottom: 32px;
}
.acc {
    color: #b41304;
}
.accy {
    color: #ffe664;
}
.acc2 {
    color: #870c01;
}
.accb,
.bl {
    color: #0e64a8;
}
.accb2 {
    color: #014a84;
}
.transition {
    text-align: center;
}
.fullbox {
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 16px 18.4px;
}
.fullbox:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.fullbox:first-child {
    margin-top: 0;
}
.fullbox+.fullbox {
    margin-top: -32px;
}
.fullbox h1:last-child,
.fullbox h2:last-child,
.fullbox h3:last-child,
.fullbox h4:last-child,
.fullbox h5:last-child,
.fullbox p:last-child {
    margin-bottom: 0;
}
.fullbox.outlined {
    padding: 15px 20px 20px;
    border: 2px solid #0e64a8;
    border-top: none;
}
.std {
    font-weight: 400!important;
}
.bigwhite p,
.card .bigwhite p,
.card.bigtext p,
.card.bigwhite p {
    font-size: 18px;
}
.bcbox {
    width: 20px;
    height: 20px;
    border: 2px solid #014a84;
}
p.bluecheck.bluecheck2 {
    padding-left: 100px;
}
.left {
    text-align: left!important;
}
.right {
    text-align: right!important;
}
hr {
    margin: 16px auto;
}
hr.border-double-top-red {
    border-top: 4px double #cb1400;
    outline: none;
}
h1.tighten {
    letter-spacing: -2px;
}
.bgred {
    box-shadow: inset 0 0 100px 5px rgba(0,0,0,.9);
    background-image: url("//d34yf1zo0dhcj6.cloudfront.net/exit/exit-bg-red.jpg");
    border-right: 1px solid #7d0b01;
    border-left: 1px solid #7d0b01;
    border-bottom: 1px solid #630e06;
    border-top: 1px solid #f7675a;
    border-top: 1px solid #7d0b01;
    background-color: #870c01;
}
.bgblue,
.bgred {
    background-repeat: no-repeat;
    background-size: cover;
}
.bgblue {
    background-image: url("//d34yf1zo0dhcj6.cloudfront.net/exit/bg-blue-swirl.jpg");
    border-right: 1px solid #0d538a;
    border-left: 1px solid #0d538a;
    border-bottom: 1px solid #0b3c63;
    border-top: 1px solid #3690d8;
    background-color: #0e64a8;
}
.bgblack {
    padding: 4px 10px 2px;
    background-color: #000;
}
.bgblack.box {
    padding: 4px 8px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.bottom-triangle-blue {
    background-image: linear-gradient(180deg,rgba(12,71,115,0) 0,rgba(12,71,115,0) 80%,#0c4773),url(//d34yf1zo0dhcj6.cloudfront.net/exit/bg-blue-swirl.jpg)!important;
    background-position: top,bottom;
    background-size: cover,cover;
    position: relative;
}
.bottom-triangle-blue:after {
    content: ' ';
    background-size: cover;
    background-image: url("../img/bg/bottom-triangle-blue.png");
    background-position: bottom;
    position: absolute;
    bottom: -27px;
    width: calc(100% + 2px);
    height: 27px;
    left: -1px;
}
.productintrotext {
    position: relative;
}
.hi {
    background-color: #fffa4d;
}
p.lato {
    font-family: Lato,sans-serif;
}
li,
p {
    font-size: 19px;
    letter-spacing: -.0025em;
    line-height: 1.4;
    margin-bottom: 16px;
}
> p:last-child {
    margin-bottom: 0;
}
.card {
    padding: 40px;
    border: 2px solid #fff;
}
.card.thinstrip {
    padding: 0 20px 0 0;
}
.card.thinstrip p {
    padding-left: 20px;
    padding-right: 10px;
}
.whitetext .acc {
    color: #ffe664;
}
.exit-white-tear {
    width: 100%;
    height: 68px;
    background-image: url("../img/exit/tear-top.png");
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -30px;
}
h1 span.under2 {
    text-decoration: underline;
}
.fromdesk {
    border-bottom: 4px double rgba(0,0,0,.3);
}
img.shelpic {
    border-radius: 50%;
    border: 2px solid rgba(0,0,0,.2);
    width: calc(100% + 4px);
    max-width: none;
}
p.from-the-desk {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 700;
}
.mbm {
    mix-blend-mode: multiply;
}
.trans-white-tear {
    background-image: url("../img/transition/tear-white.png");
    margin-top: -30px;
    margin-bottom: -30px;
}
.trans-to-white-tear,
.trans-white-tear {
    width: 100%;
    height: 68px;
    background-position: top;
    background-repeat: no-repeat;
}
.trans-to-white-tear {
    background-image: url("../img/transition/to-white-2.png");
    margin-top: -60px;
}
.lh14 {
    line-height: 1.4!important;
}
.paper {
    background-image: url("../img/bg/white-paper.jpg");
    background-color: #fff;
}
.darkcard {
    background-color: rgba(0,0,0,.85);
    border: none;
    margin: 4px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: -.015em;
}
h1.lato,
h2.lato,
h3.lato,
h4.lato,
h5.lato,
h6.lato {
    font-family: Lato;
    letter-spacing: -.0025em;
    line-height: 1.345;
    font-weight: 400;
}
h1.opensans,
h2.opensans,
h3.opensans,
h4.opensans,
h5.opensans,
h6.opensans {
    font-family: Open Sans;
    letter-spacing: -.0025em;
    line-height: 1.345;
    font-weight: 400;
}
h4 {
    margin-bottom: 16px;
}
p.mini {
    font-size: 16px;
    font-family: serif;
}
.lightgrey {
    color: rgba(0,0,0,.5);
}
.shadowbox {
    max-width: 1008px;
    margin: 0 auto;
    position: relative;
    background-repeat: repeat-y;
    margin-bottom: 40px;
    margin-top: 41px;
    padding-left: 24px;
    padding-right: 24px;
}
.shadowbox.triangle-btm:after {
    background-image: url("../img/fx/card-triangle-bottom.png");
    background-repeat: no-repeat;
    content: ' ';
    position: absolute;
    bottom: -40px;
    margin-left: -24px;
    width: 100%;
    height: 40px;
    z-index: 1;
}
.n2 {
    background: #68a44b;
    border-left: 2px solid #5d9542;
    border-top: 2px solid #5d9542;
    border-right: 2px solid #5d9542;
}
.n2,
.n3 {
    color: #fff;
    font-weight: 700;
    font-family: Lato,sans-serif;
    font-size: 14px;
    padding: 5px 0;
    box-shadow: 0 -1px 7px 3px rgba(50,50,50,.23);
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}
.n3 {
    background: #266597!important;
    border-left: 2px solid #1b4a6f!important;
    border-top: 2px solid #1b4a6f!important;
    border-right: 2px solid #1b4a6f!important;
}
.row .askbox.row .columns {
    padding-left: 0;
    padding-right: 0;
}
.cta-group {
    margin-top: 20px;
}
h2.fs26 {
    font-size: 20px;
    font-weight: 400;
}
h2.fs26,
h2.fs30 {
    margin-top: 19.08px;
    margin-bottom: 19.08px;
}
h2.fs30 {
    font-size: 19.08px;
}
.shomedonly {
    display: none;
}
.shrink {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.leader-line {
    background-color: #000;
    padding: 5px 5px 3px;
}
.leader-line .l1 {
    color: #fff;
    font-weight: 900;
}
.lede {
    background-color: rgba(0,0,0,.75);
    padding: 15px;
    text-align: center;
}
.lede .accy {
    color: #fff475;
}
.lede .under2.y {
    background-position: left 1.1em;
}
.lede .l1,
.lede .l2 {
    color: #fff;
}
.lede .l2 {
    font-weight: 900;
}
.lede img {
    max-width: 150px;
}
section#exit-leader {
    background-image: url("../img/exit/tear-top.png),url(../img/exit/exit-bg-head.jpg");
    background-position: bottom,top;
    background-size: 1920px 51px,1920px 1200px;
    background-repeat: repeat-x,no-repeat;
    padding-bottom: 80px;
    background-color: #730b0c;
}
section.main {
    background-color: #e4e7e8;
    min-height: 100vh;
}
.askbox {
    border: 1px solid #eceff1;
    background-size: auto auto;
    background-color: #fff;
    margin: 0 auto;
}
.askbox p {
    font-family: Lato,Open Sans,Arial,sans-serif!important;
    color: #111;
}
.askbox .flex-email-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 9px;
    padding-right: 9px;
    border-bottom: 1px solid #dadfe2;
    margin-bottom: 11px;
    padding-bottom: 5px;
}
.askbox .email-ident {
    width: 40px;
    height: 40px;
    border: 1px solid #eceff1;
    margin: 12px 15px 8px 0;
}
.askbox .email-header {
    margin: 7px 0 0;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.askbox .email-header p {
    line-height: 1.12;
    margin-bottom: 0;
    margin-top: 7px;
}
.askbox p.email-from,
.askbox p.email-subj-1,
.askbox p.email-to {
    font-size: 15.5px!important;
    color: #9e9e9e;
}
.askbox p.email-from .small,
.askbox p.email-subj-1 .small,
.askbox p.email-to .small {
    display: none;
}
.askbox p.email-from strong,
.askbox p.email-subj-1 strong,
.askbox p.email-to strong {
    color: #448aff;
}
.askbox .dropdown {
    border: 1px solid #d0d4d8;
    border-radius: 2px;
    width: 14px;
    display: inline-block;
    height: 14px;
    position: relative;
    top: 2px;
    left: 3px;
    text-align: center;
    padding-left: 3px;
}
.askbox .dropdown i.fa {
    font-size: 13px;
    left: 2px;
    line-height: 1;
    position: absolute;
}
.askbox .email-time p {
    font-size: 15.5px;
    color: #9e9e9e;
    padding-right: 10px;
    line-height: 1.2;
    margin-bottom: 0;
    display: none;
}
.askbox .email-star {
    line-height: 20px;
    display: none;
    height: 19px;
    text-align: center;
    width: 19px;
    padding: 2px 2px 2px 0;
    height: 20px;
    margin-top: 15px;
    font-size: 21px;
    margin-right: 18px;
}
.askbox .email-star i.fa {
    color: rgba(0,0,0,.1);
}
.askbox .email-star.save i.fa {
    color: #ffe664;
}
.askbox .email-btn {
    background: linear-gradient(180deg,#f5f5f5,#f1f1f1);
    border: 1px solid rgba(0,0,0,.1);
    margin-top: 10px;
    border-radius: 3.5px;
    min-width: 32px;
    box-shadow: inset 0 1px 2px hsla(0,0%,100%,.2);
    height: 36px;
    padding: 5px 10px 3px;
    color: #afafaf;
    text-align: center;
    display: none;
}
.askbox .email-btn i.fa {
    text-shadow: 1px 1px 0 #fff;
    font-size: 12px;
}
.askbox .email-reply {
    width: 55px;
    border-radius: 3.5px 0 0 3.5px;
    border-right: 0 none transparent;
}
.askbox .email-dropdown {
    border-radius: 0 3.5px 3.5px 0;
}
.askbox .email-ellip {
    border: 1px solid #d0d4d8;
    border-radius: 3px;
    width: 30px;
    display: inline-block;
    height: 14px;
    position: relative;
    top: -2px;
    left: 2px;
    text-align: center;
    font-size: 18px;
    background-color: rgba(0,0,0,.05);
}
.askbox .email-ellip i.fa {
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 17px;
    top: -2px;
    color: #7d7d7d;
    font-weight: 400;
}
.askbox h2.email-text {
    font-family: Lato,Arial,sans-serif!important;
    font-weight: 400;
    text-align: left;
    margin: 0 15px 20px 24px;
    letter-spacing: -.5px;
    text-indent: -9px;
}
h2.fs26 {
    font-size: 20px;
    margin-top: 19.08px;
    margin-bottom: 19.08px;
    font-weight: 400;
    color: rgba(0,0,0,.7);
}
.black {
    font-weight: 900!important;
}
.askbox.testimonial {
    border: 1px solid #dcdcdc;
    margin: 30px 20px;
}
.askbox.testimonial .email-ellip {
    display: none;
}
.askbox.testimonial p.ttext {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #444;
}
.eventbg {
    background-image: url("../img/fig/event_2.jpg");
}
.card.darkcard .side-img-row p {
    color: rgba(0,0,0,.8);
}
.cta-pregroup {
    text-align: center;
    max-width: 980px;
    margin: 20px auto 0;
    display: none;
}
.cta-pregroup .preg p {
    margin-bottom: 0;
}
.cta-pregroup .preg:last-child {
    margin-right: 0;
}
.cta-group {
    max-width: 980px;
    margin: 0 auto 20px;
}
.cta-group .onetime {
    display: none;
}
.cta-box {
    text-align: center;
    background-color: #fff;
    border: 2px solid #ccc;
    padding: 15px;
    box-shadow: 0 1px 5px rgba(0,0,0,.3);
    min-height: 50px;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 0;
}
.cta-box .savings-badge {
    margin-top: -18px;
}
.cta-box .phead {
    font-weight: 700;
    margin-bottom: 0;
}
.cta-box h4 {
    font-family: Lato,sans-serif;
    font-size: 18px;
    color: #0e64a8;
    font-weight: 400;
    letter-spacing: -.04em;
}
.cta-box input {
    margin-bottom: 0;
}
.cta-box .options {
    text-align: left;
    margin-left: 5%;
}
.cta-box .options label.autolabel {
    font-size: 15px;
    color: #0e64a8;
    font-weight: 700;
}
.cta-box .pricerow {
    font-size: 16px;
    font-family: Lato,"sans-serif";
    margin-bottom: 12px;
}
.cta-box .pricerow .price {
    font-size: 23px;
    font-weight: 700;
}
.cta-box .saverow {
    color: #d85030;
    font-family: Lato,"sans-serif";
    font-size: 18px;
    font-weight: 700;
}
.cta-box .onetime .saverow {
    color: #e28327;
}
.cta-box .onetime .onetimeterms {
    color: #cb1400;
    font-size: 13px;
    height: 50px;
}
.cta-box button.orderbutton {
    height: 50px;
    border-radius: 5px;
    background: linear-gradient(180deg,#eac400 0,#e19a00);
    font-size: 19px;
    color: #fff;
    font-family: Lato,"sans-serif";
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    letter-spacing: -.5px;
    border: 3px solid #c58700;
    box-shadow: 0 4px 5px 0 rgba(50,50,50,.19);
    width: 80%;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.cta-box button.orderbutton:hover {
    background: linear-gradient(180deg,#eac400 0,#eac400);
}
.cta-box .total {
    font-size: 18px!important;
    line-height: 24px;
    font-family: Lato,"sans-serif";
    color: #666;
}
.mt-10 {
    margin-top: -40px!important;
}
@media screen and (orientation:landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: block!important;
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: none!important;
    }
}
@media screen and (orientation:portrait) {
    .hide-for-portrait,
    .show-for-landscape {
        display: none!important;
    }
    .hide-for-landscape,
    .show-for-portrait {
        display: block!important;
    }
}
@media screen and (min-width:0\0) {
    select {
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
    }
}
@media screen and (max-width:0em),screen and (min-width:48em) {
    .show-for-small-only {
        display: none!important;
    }
}
@media (min-width:0px) and (max-width:768px) {
    .ctr-small-only {
        text-align: center!important;
    }
}
@media (min-width:0) and (max-width:1080px) {
    .shadowbox.triangle-btm:after {
        background-image: none;
        display: none;
    }
    .shadowbox {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 40px;
        max-width: 100%;
        margin-top: 21px;
        background-image: none;
    }
    .shadowbox:after {
        background-image: none;
        display: none;
    }
}
@media (min-width:1px) and (max-width:767px) {
    .mb0 {
        margin-bottom: 0!important;
    }
    .mb1 {
        margin-bottom: 2px!important;
    }
    .mb2 {
        margin-bottom: 4px!important;
    }
    .mb3 {
        margin-bottom: 6px!important;
    }
    .mb4 {
        margin-bottom: 8px!important;
    }
    .mb5 {
        margin-bottom: 10px!important;
    }
    .mb6 {
        margin-bottom: 12px!important;
    }
    .mb7 {
        margin-bottom: 14px!important;
    }
    .mb8 {
        margin-bottom: 16px!important;
    }
    .mb9 {
        margin-bottom: 18px!important;
    }
    .mb10 {
        margin-bottom: 20px!important;
    }
    .mb11 {
        margin-bottom: 22px!important;
    }
    .mb12 {
        margin-bottom: 24px!important;
    }
    .mb13 {
        margin-bottom: 26px!important;
    }
    .mb14 {
        margin-bottom: 28px!important;
    }
    .mb15 {
        margin-bottom: 30px!important;
    }
    .mb16 {
        margin-bottom: 32px!important;
    }
    .mb17 {
        margin-bottom: 34px!important;
    }
    .mb18 {
        margin-bottom: 36px!important;
    }
    .mb19 {
        margin-bottom: 38px!important;
    }
    .mb20 {
        margin-bottom: 40px!important;
    }
    .mb21 {
        margin-bottom: 42px!important;
    }
    .mb22 {
        margin-bottom: 44px!important;
    }
    .mb23 {
        margin-bottom: 46px!important;
    }
    .mb24 {
        margin-bottom: 48px!important;
    }
    .mt0 {
        margin-top: 0!important;
    }
    .mt1 {
        margin-top: 2px!important;
    }
    .mt2 {
        margin-top: 4px!important;
    }
    .mt3 {
        margin-top: 6px!important;
    }
    .mt4 {
        margin-top: 8px!important;
    }
    .mt5 {
        margin-top: 10px!important;
    }
    .mt6 {
        margin-top: 12px!important;
    }
    .mt7 {
        margin-top: 14px!important;
    }
    .mt8 {
        margin-top: 16px!important;
    }
    .mt9 {
        margin-top: 18px!important;
    }
    .mt10 {
        margin-top: 20px!important;
    }
    .mt11 {
        margin-top: 22px!important;
    }
    .mt12 {
        margin-top: 24px!important;
    }
    .mt13 {
        margin-top: 26px!important;
    }
    .mt14 {
        margin-top: 28px!important;
    }
    .mt15 {
        margin-top: 30px!important;
    }
    .mt16 {
        margin-top: 32px!important;
    }
    .mt17 {
        margin-top: 34px!important;
    }
    .mt18 {
        margin-top: 36px!important;
    }
    .mt19 {
        margin-top: 38px!important;
    }
    .mt20 {
        margin-top: 40px!important;
    }
    .mt21 {
        margin-top: 42px!important;
    }
    .mt22 {
        margin-top: 44px!important;
    }
    .mt23 {
        margin-top: 46px!important;
    }
    .mt24 {
        margin-top: 48px!important;
    }
    .pb0 {
        padding-bottom: 0!important;
    }
    .pb1 {
        padding-bottom: 2px!important;
    }
    .pb2 {
        padding-bottom: 4px!important;
    }
    .pb3 {
        padding-bottom: 6px!important;
    }
    .pb4 {
        padding-bottom: 8px!important;
    }
    .pb5 {
        padding-bottom: 10px!important;
    }
    .pb6 {
        padding-bottom: 12px!important;
    }
    .pb7 {
        padding-bottom: 14px!important;
    }
    .pb8 {
        padding-bottom: 16px!important;
    }
    .pb9 {
        padding-bottom: 18px!important;
    }
    .pb10 {
        padding-bottom: 20px!important;
    }
    .pb11 {
        padding-bottom: 22px!important;
    }
    .pb12 {
        padding-bottom: 24px!important;
    }
    .pb13 {
        padding-bottom: 26px!important;
    }
    .pb14 {
        padding-bottom: 28px!important;
    }
    .pb15 {
        padding-bottom: 30px!important;
    }
    .pb16 {
        padding-bottom: 32px!important;
    }
    .pb17 {
        padding-bottom: 34px!important;
    }
    .pb18 {
        padding-bottom: 36px!important;
    }
    .pb19 {
        padding-bottom: 38px!important;
    }
    .pb20 {
        padding-bottom: 40px!important;
    }
    .pb21 {
        padding-bottom: 42px!important;
    }
    .pb22 {
        padding-bottom: 44px!important;
    }
    .pb23 {
        padding-bottom: 46px!important;
    }
    .pb24 {
        padding-bottom: 48px!important;
    }
    .pt0 {
        padding-top: 0!important;
    }
    .pt1 {
        padding-top: 2px!important;
    }
    .pt2 {
        padding-top: 4px!important;
    }
    .pt3 {
        padding-top: 6px!important;
    }
    .pt4 {
        padding-top: 8px!important;
    }
    .pt5 {
        padding-top: 10px!important;
    }
    .pt6 {
        padding-top: 12px!important;
    }
    .pt7 {
        padding-top: 14px!important;
    }
    .pt8 {
        padding-top: 16px!important;
    }
    .pt9 {
        padding-top: 18px!important;
    }
    .pt10 {
        padding-top: 20px!important;
    }
    .pt11 {
        padding-top: 22px!important;
    }
    .pt12 {
        padding-top: 24px!important;
    }
    .pt13 {
        padding-top: 26px!important;
    }
    .pt14 {
        padding-top: 28px!important;
    }
    .pt15 {
        padding-top: 30px!important;
    }
    .pt16 {
        padding-top: 32px!important;
    }
    .pt17 {
        padding-top: 34px!important;
    }
    .pt18 {
        padding-top: 36px!important;
    }
    .pt19 {
        padding-top: 38px!important;
    }
    .pt20 {
        padding-top: 40px!important;
    }
    .pt21 {
        padding-top: 42px!important;
    }
    .pt22 {
        padding-top: 44px!important;
    }
    .pt23 {
        padding-top: 46px!important;
    }
    .pt24 {
        padding-top: 48px!important;
    }
    .fs-sm-8 {
        font-size: 8px!important;
    }
    .fs-sm-12 {
        font-size: 12px!important;
    }
    .fs-sm-16 {
        font-size: 16px!important;
    }
    .fs-sm-20 {
        font-size: 20px!important;
    }
    .fs-sm-24 {
        font-size: 24px!important;
    }
    .fs-sm-28 {
        font-size: 28px!important;
    }
    .fs-sm-32 {
        font-size: 32px!important;
    }
    .fs-sm-36 {
        font-size: 36px!important;
    }
    .fs-sm-40 {
        font-size: 40px!important;
    }
    .fs-sm-44 {
        font-size: 44px!important;
    }
    .fs-sm-48 {
        font-size: 48px!important;
    }
    .fs-sm-52 {
        font-size: 52px!important;
    }
    .fs-sm-56 {
        font-size: 56px!important;
    }
    .fs-sm-60 {
        font-size: 60px!important;
    }
    .fs-sm-64 {
        font-size: 64px!important;
    }
    .fs-sm-68 {
        font-size: 68px!important;
    }
    .fs-sm-72 {
        font-size: 72px!important;
    }
    .imgwrap {
        box-shadow: none!important;
    }
    .smmb4 {
        margin-bottom: 16px;
    }
    .smlft {
        text-align: left!important;
    }
    .smctr {
        text-align: center!important;
    }
    .smlato {
        font-family: Lato,sans-serif!important;
    }
    .mini-image {
        max-width: 40%;
    }
    .smnorule {
        border: 0 none transparent!important;
    }
    .specialred1 {
        background: none;
        color: #b41304;
    }
    h1.kilo,
    h1.megasm {
        font-size: 2rem;
    }
    .bgblack {
        display: block;
    }
    .card {
        padding: 20px;
    }
    .piperine,
    .turmeric {
        max-width: 50%;
    }
    .shadowbox {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .smctronly {
        text-align: center;
    }
    .side-images-2 .side-img-row .medium-2 {
        height: auto;
    }
    .side-img-row .medium-2 {
        height: 120px;
    }
    .row .row.side-img-row {
        box-shadow: none;
        border-top: none;
        border-right: none;
        border-left: none;
    }
    .fix-sm8 {
        margin: 0 -20px -40px!important !important;
    }
    .fix-sm-overhang {
        margin-bottom: -30px!important;
    }
    .smnocaps {
        text-transform: none!important;
    }
    .diabacor-pshot {
        text-align: center;
    }
    .diabacor-pshot img {
        max-width: 50%;
        margin-top: 10px;
    }
    .cta-box .pshot {
        height: 250px;
    }
    .cta-box .pshot img {
        max-height: 250px;
    }
}
@media (min-width:1px) and (max-width:767px) and (min-width:1px) and (max-width:767px) {
    .side-images-2 .side-img-row .medium-2 {
        background-size: cover;
    }
}
@media screen and (max-width:47.9375em),screen and (min-width:64em) {
    .show-for-medium-only {
        display: none!important;
    }
}
@media screen and (min-width:48em) {
    .row .row {
        margin-left: -.9375rem;
        margin-right: -.9375rem;
    }
    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .medium-1 {
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .medium-offset-0 {
        margin-left: 0;
    }
    .medium-2 {
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-offset-1 {
        margin-left: 8.3333333333%;
    }
    .medium-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-offset-2 {
        margin-left: 16.6666666667%;
    }
    .medium-4 {
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-offset-3 {
        margin-left: 25%;
    }
    .medium-5 {
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .medium-offset-4 {
        margin-left: 33.3333333333%;
    }
    .medium-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-offset-5 {
        margin-left: 41.6666666667%;
    }
    .medium-7 {
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .medium-offset-6 {
        margin-left: 50%;
    }
    .medium-8 {
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .medium-offset-7 {
        margin-left: 58.3333333333%;
    }
    .medium-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .medium-offset-8 {
        margin-left: 66.6666666667%;
    }
    .medium-10 {
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .medium-offset-9 {
        margin-left: 75%;
    }
    .medium-11 {
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .medium-offset-10 {
        margin-left: 83.3333333333%;
    }
    .medium-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-offset-11 {
        margin-left: 91.6666666667%;
    }
    .medium-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-1 > .column,
    .medium-up-1 > .columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .medium-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-2 > .column,
    .medium-up-2 > .columns {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .medium-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-3 > .column,
    .medium-up-3 > .columns {
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .medium-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-4 > .column,
    .medium-up-4 > .columns {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .medium-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-5 > .column,
    .medium-up-5 > .columns {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .medium-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-6 > .column,
    .medium-up-6 > .columns {
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .medium-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-7 > .column,
    .medium-up-7 > .columns {
        -webkit-flex: 0 0 14.2857142857%;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .medium-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .medium-up-8 > .column,
    .medium-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .row.medium-unstack > .column,
    .row.medium-unstack > .columns {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
    .medium-collapse > .column,
    .medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .medium-uncollapse > .column,
    .medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    h1 {
        font-size: 3.125rem;
    }
    h2 {
        font-size: 2.25rem;
    }
    h3 {
        font-size: 1.9375rem;
    }
    h4 {
        font-size: 1.5625rem;
    }
    h5 {
        font-size: 1.25rem;
    }
    h6 {
        font-size: 1rem;
    }
    .medium-text-left {
        text-align: left;
    }
    .medium-text-right {
        text-align: right;
    }
    .medium-text-center {
        text-align: center;
    }
    .medium-text-justify {
        text-align: justify;
    }
    .hide-for-medium {
        display: none!important;
    }
    .medium-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .medium-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .medium-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .medium-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .medium-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .medium-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
    h1.smaller {
        font-size: 2.34375rem;
    }
    h1.mega {
        font-size: 4.6875rem;
    }
    h1.giga {
        font-size: 5.46875rem;
    }
    h1.tera {
        font-size: 6.25rem;
    }
    h1.peta {
        font-size: 7.03125rem;
    }
    h1.kilo {
        font-size: 3.90625rem;
    }
    h1.h1,
    h2.h1,
    h3.h1,
    h4.h1,
    h5.h1,
    h6.h1,
    li.h1,
    p.h1 {
        font-size: 3.125rem;
    }
    h2.smaller {
        font-size: 1.6875rem;
    }
    h2.mega {
        font-size: 3.375rem;
    }
    h2.giga {
        font-size: 3.9375rem;
    }
    h2.tera {
        font-size: 4.5rem;
    }
    h2.peta {
        font-size: 5.0625rem;
    }
    h2.kilo {
        font-size: 2.8125rem;
    }
    h1.h2,
    h2.h2,
    h3.h2,
    h4.h2,
    h5.h2,
    h6.h2,
    li.h2,
    p.h2 {
        font-size: 2.25rem;
    }
    h3.smaller {
        font-size: 1.453125rem;
    }
    h3.mega {
        font-size: 2.90625rem;
    }
    h3.giga {
        font-size: 3.390625rem;
    }
    h3.tera {
        font-size: 3.875rem;
    }
    h3.peta {
        font-size: 4.359375rem;
    }
    h3.kilo {
        font-size: 2.421875rem;
    }
    h1.h3,
    h2.h3,
    h3.h3,
    h4.h3,
    h5.h3,
    h6.h3,
    li.h3,
    p.h3 {
        font-size: 1.9375rem;
    }
    h4.smaller {
        font-size: 1.171875rem;
    }
    h4.mega {
        font-size: 2.34375rem;
    }
    h4.giga {
        font-size: 2.734375rem;
    }
    h4.tera {
        font-size: 3.125rem;
    }
    h4.peta {
        font-size: 3.515625rem;
    }
    h4.kilo {
        font-size: 1.953125rem;
    }
    h1.h4,
    h2.h4,
    h3.h4,
    h4.h4,
    h5.h4,
    h6.h4,
    li.h4,
    p.h4 {
        font-size: 1.5625rem;
    }
    h5.smaller {
        font-size: 0.9375rem;
    }
    h5.mega {
        font-size: 1.875rem;
    }
    h5.giga {
        font-size: 2.1875rem;
    }
    h5.tera {
        font-size: 2.5rem;
    }
    h5.peta {
        font-size: 2.8125rem;
    }
    h5.kilo {
        font-size: 1.5625rem;
    }
    h1.h5,
    h2.h5,
    h3.h5,
    h4.h5,
    h5.h5,
    h6.h5,
    li.h5,
    p.h5 {
        font-size: 1.25rem;
    }
    h6.smaller {
        font-size: 0.75rem;
    }
    h6.mega {
        font-size: 1.5rem;
    }
    h6.giga {
        font-size: 1.75rem;
    }
    h6.tera {
        font-size: 2rem;
    }
    h6.peta {
        font-size: 2.25rem;
    }
    h6.kilo {
        font-size: 1.25rem;
    }
    h1.h6,
    h2.h6,
    h3.h6,
    h4.h6,
    h5.h6,
    h6.h6,
    li.h6,
    p.h6 {
        font-size: 1rem;
    }
}
@media screen and (min-width:48em) and (min-width:48em) {
    .medium-expand {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}
@media screen and (min-width:48em) and (max-width:63.9375em) {
    .hide-for-medium-only {
        display: none!important;
    }
}
@media screen and (max-width:63.9375em),screen and (min-width:90em) {
    .show-for-large-only {
        display: none!important;
    }
}
@media screen and (min-width:64em) {
    .large-1 {
        -webkit-flex: 0 0 8.3333333333%;
        -ms-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .large-offset-0 {
        margin-left: 0;
    }
    .large-2 {
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .large-offset-1 {
        margin-left: 8.3333333333%;
    }
    .large-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-offset-2 {
        margin-left: 16.6666666667%;
    }
    .large-4 {
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .large-offset-3 {
        margin-left: 25%;
    }
    .large-5 {
        -webkit-flex: 0 0 41.6666666667%;
        -ms-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .large-offset-4 {
        margin-left: 33.3333333333%;
    }
    .large-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-offset-5 {
        margin-left: 41.6666666667%;
    }
    .large-7 {
        -webkit-flex: 0 0 58.3333333333%;
        -ms-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .large-offset-6 {
        margin-left: 50%;
    }
    .large-8 {
        -webkit-flex: 0 0 66.6666666667%;
        -ms-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .large-offset-7 {
        margin-left: 58.3333333333%;
    }
    .large-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .large-offset-8 {
        margin-left: 66.6666666667%;
    }
    .large-10 {
        -webkit-flex: 0 0 83.3333333333%;
        -ms-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .large-offset-9 {
        margin-left: 75%;
    }
    .large-11 {
        -webkit-flex: 0 0 91.6666666667%;
        -ms-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }
    .large-offset-10 {
        margin-left: 83.3333333333%;
    }
    .large-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-offset-11 {
        margin-left: 91.6666666667%;
    }
    .large-up-1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-1 > .column,
    .large-up-1 > .columns {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .large-up-2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-2 > .column,
    .large-up-2 > .columns {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .large-up-3 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-3 > .column,
    .large-up-3 > .columns {
        -webkit-flex: 0 0 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .large-up-4 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-4 > .column,
    .large-up-4 > .columns {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .large-up-5 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-5 > .column,
    .large-up-5 > .columns {
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .large-up-6 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-6 > .column,
    .large-up-6 > .columns {
        -webkit-flex: 0 0 16.6666666667%;
        -ms-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .large-up-7 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-7 > .column,
    .large-up-7 > .columns {
        -webkit-flex: 0 0 14.2857142857%;
        -ms-flex: 0 0 14.2857142857%;
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%;
    }
    .large-up-8 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .large-up-8 > .column,
    .large-up-8 > .columns {
        -webkit-flex: 0 0 12.5%;
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%;
    }
    .row.large-unstack > .column,
    .row.large-unstack > .columns {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
    .large-collapse > .column,
    .large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }
    .large-uncollapse > .column,
    .large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
    }
    .large-text-left {
        text-align: left;
    }
    .large-text-right {
        text-align: right;
    }
    .large-text-center {
        text-align: center;
    }
    .large-text-justify {
        text-align: justify;
    }
    .hide-for-large {
        display: none!important;
    }
    .large-order-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
    .large-order-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
    .large-order-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
    .large-order-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
    .large-order-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
    .large-order-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}
@media screen and (min-width:64em) and (min-width:64em) {
    .large-expand {
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0;
        flex: 1 1 0;
    }
}
@media screen and (min-width:64em) and (max-width:89.9375em) {
    .hide-for-large-only {
        display: none!important;
    }
}
@media (min-width:600px) and (max-width:780px) {
    .cta-box {
        padding: 15px;
    }
}
@media (min-width:768px) {
    .mb0 {
        margin-bottom: 0!important;
    }
    .mb1 {
        margin-bottom: 4px!important;
    }
    .mb2 {
        margin-bottom: 8px!important;
    }
    .mb3 {
        margin-bottom: 12px!important;
    }
    .mb4 {
        margin-bottom: 16px!important;
    }
    .mb5 {
        margin-bottom: 20px!important;
    }
    .mb6 {
        margin-bottom: 24px!important;
    }
    .mb7 {
        margin-bottom: 28px!important;
    }
    .mb8 {
        margin-bottom: 32px!important;
    }
    .mb9 {
        margin-bottom: 36px!important;
    }
    .mb10 {
        margin-bottom: 40px!important;
    }
    .mb11 {
        margin-bottom: 44px!important;
    }
    .mb12 {
        margin-bottom: 48px!important;
    }
    .mb13 {
        margin-bottom: 52px!important;
    }
    .mb14 {
        margin-bottom: 56px!important;
    }
    .mb15 {
        margin-bottom: 60px!important;
    }
    .mb16 {
        margin-bottom: 64px!important;
    }
    .mb17 {
        margin-bottom: 68px!important;
    }
    .mb18 {
        margin-bottom: 72px!important;
    }
    .mb19 {
        margin-bottom: 76px!important;
    }
    .mb20 {
        margin-bottom: 80px!important;
    }
    .mb21 {
        margin-bottom: 84px!important;
    }
    .mb22 {
        margin-bottom: 88px!important;
    }
    .mb23 {
        margin-bottom: 92px!important;
    }
    .mb24 {
        margin-bottom: 96px!important;
    }
    .mt0 {
        margin-top: 0!important;
    }
    .mt1 {
        margin-top: 4px!important;
    }
    .mt2 {
        margin-top: 8px!important;
    }
    .mt3 {
        margin-top: 12px!important;
    }
    .mt4 {
        margin-top: 16px!important;
    }
    .mt5 {
        margin-top: 20px!important;
    }
    .mt6 {
        margin-top: 24px!important;
    }
    .mt7 {
        margin-top: 28px!important;
    }
    .mt8 {
        margin-top: 32px!important;
    }
    .mt9 {
        margin-top: 36px!important;
    }
    .mt10 {
        margin-top: 40px!important;
    }
    .mt11 {
        margin-top: 44px!important;
    }
    .mt12 {
        margin-top: 48px!important;
    }
    .mt13 {
        margin-top: 52px!important;
    }
    .mt14 {
        margin-top: 56px!important;
    }
    .mt15 {
        margin-top: 60px!important;
    }
    .mt16 {
        margin-top: 64px!important;
    }
    .mt17 {
        margin-top: 68px!important;
    }
    .mt18 {
        margin-top: 72px!important;
    }
    .mt19 {
        margin-top: 76px!important;
    }
    .mt20 {
        margin-top: 80px!important;
    }
    .mt21 {
        margin-top: 84px!important;
    }
    .mt22 {
        margin-top: 88px!important;
    }
    .mt23 {
        margin-top: 92px!important;
    }
    .mt24 {
        margin-top: 96px!important;
    }
    .pb0 {
        padding-bottom: 0!important;
    }
    .pb1 {
        padding-bottom: 4px!important;
    }
    .pb2 {
        padding-bottom: 8px!important;
    }
    .pb3 {
        padding-bottom: 12px!important;
    }
    .pb4 {
        padding-bottom: 16px!important;
    }
    .pb5 {
        padding-bottom: 20px!important;
    }
    .pb6 {
        padding-bottom: 24px!important;
    }
    .pb7 {
        padding-bottom: 28px!important;
    }
    .pb8 {
        padding-bottom: 32px!important;
    }
    .pb9 {
        padding-bottom: 36px!important;
    }
    .pb10 {
        padding-bottom: 40px!important;
    }
    .pb11 {
        padding-bottom: 44px!important;
    }
    .pb12 {
        padding-bottom: 48px!important;
    }
    .pb13 {
        padding-bottom: 52px!important;
    }
    .pb14 {
        padding-bottom: 56px!important;
    }
    .pb15 {
        padding-bottom: 60px!important;
    }
    .pb16 {
        padding-bottom: 64px!important;
    }
    .pb17 {
        padding-bottom: 68px!important;
    }
    .pb18 {
        padding-bottom: 72px!important;
    }
    .pb19 {
        padding-bottom: 76px!important;
    }
    .pb20 {
        padding-bottom: 80px!important;
    }
    .pb21 {
        padding-bottom: 84px!important;
    }
    .pb22 {
        padding-bottom: 88px!important;
    }
    .pb23 {
        padding-bottom: 92px!important;
    }
    .pb24 {
        padding-bottom: 96px!important;
    }
    .pt0 {
        padding-top: 0!important;
    }
    .pt1 {
        padding-top: 4px!important;
    }
    .pt2 {
        padding-top: 8px!important;
    }
    .pt3 {
        padding-top: 12px!important;
    }
    .pt4 {
        padding-top: 16px!important;
    }
    .pt5 {
        padding-top: 20px!important;
    }
    .pt6 {
        padding-top: 24px!important;
    }
    .pt7 {
        padding-top: 28px!important;
    }
    .pt8 {
        padding-top: 32px!important;
    }
    .pt9 {
        padding-top: 36px!important;
    }
    .pt10 {
        padding-top: 40px!important;
    }
    .pt11 {
        padding-top: 44px!important;
    }
    .pt12 {
        padding-top: 48px!important;
    }
    .pt13 {
        padding-top: 52px!important;
    }
    .pt14 {
        padding-top: 56px!important;
    }
    .pt15 {
        padding-top: 60px!important;
    }
    .pt16 {
        padding-top: 64px!important;
    }
    .pt17 {
        padding-top: 68px!important;
    }
    .pt18 {
        padding-top: 72px!important;
    }
    .pt19 {
        padding-top: 76px!important;
    }
    .pt20 {
        padding-top: 80px!important;
    }
    .pt21 {
        padding-top: 84px!important;
    }
    .pt22 {
        padding-top: 88px!important;
    }
    .pt23 {
        padding-top: 92px!important;
    }
    .pt24 {
        padding-top: 96px!important;
    }
    .fs-md-8,
    .fs8 {
        font-size: 8px!important;
    }
    .fs-md-12,
    .fs12 {
        font-size: 12px!important;
    }
    .fs-md-16,
    .fs16 {
        font-size: 16px!important;
    }
    .fs-md-20,
    .fs20 {
        font-size: 20px!important;
    }
    .fs-md-24,
    .fs24 {
        font-size: 24px!important;
    }
    .fs-md-28,
    .fs28 {
        font-size: 28px!important;
    }
    .fs-md-32,
    .fs32 {
        font-size: 32px!important;
    }
    .fs-md-36,
    .fs36 {
        font-size: 36px!important;
    }
    .fs-md-40,
    .fs40 {
        font-size: 40px!important;
    }
    .fs-md-44,
    .fs44 {
        font-size: 44px!important;
    }
    .fs-md-48,
    .fs48 {
        font-size: 48px!important;
    }
    .fs-md-52,
    .fs52 {
        font-size: 52px!important;
    }
    .fs-md-56,
    .fs56 {
        font-size: 56px!important;
    }
    .fs-md-60,
    .fs60 {
        font-size: 60px!important;
    }
    .fs-md-64,
    .fs64 {
        font-size: 64px!important;
    }
    .fs-md-68,
    .fs68 {
        font-size: 68px!important;
    }
    .fs-md-72,
    .fs72 {
        font-size: 72px!important;
    }
    .under1 {
        text-decoration: none;
        text-shadow: 1px -1px 0 #fff,-1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
        background-image: url("../img/special/pbox1-underline.png");
        background-repeat: no-repeat;
        background-size: auto 3px;
        background-position: left 1.05em;
    }
    .under1.y {
        background-image: url("../img/special/pbox1-underline-y.png");
    }
    .under2 {
        text-shadow: 1px -1px 0 #fff,-1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;
        text-decoration: none;
        background-image: url("../img/special/pbox1-underline.png");
        background-repeat: no-repeat;
        background-position: 0 100%;
    }
    .under2.blu {
        background-image: url("../img/special/pbox2-underline-blue.png");
    }
    .under2.y {
        background-image: url("../img/special/pbox2-underline-y.png");
        text-shadow: 0 0 0 transparent;
    }
    .under2.ctr {
        background-position: bottom;
    }
    .big p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5),
    p.big {
        font-size: 21px;
    }
    hr.hr {
        margin: 25px 10%;
        max-width: 80%;
    }
    .row .row.side-img-row {
        border: 1px solid rgba(0,0,0,.1);
    }
    .row .row.side-img-row .medium-10 > p {
        padding-left: 20px;
        margin-bottom: 8px;
    }
    .row .row.side-img-row {
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
    }
    .row .row.side-img-row .medium-2.dr {
        background-position: 0 0;
    }
    .himark {
        padding: 0 5px;
        margin: 0 -3px;
    }
    .shadowfx {
        border: none;
        text-overflow: clip;
        text-shadow: 0 1px 0 #ccc,0 0.02em 0 #c9c9c9,0 0.03em 0 #bbb,0 0.06em 1px rgba(0,0,0,.0980392),0 0 0.05em rgba(0,0,0,.0980392),0 1px 3px rgba(0,0,0,.298039),0 0.03em 0.05em rgba(0,0,0,.2),0 0.05em 0.1em rgba(0,0,0,.247059),0 0.1em 0.1em rgba(0,0,0,.2),0 0.2em 0.2em rgba(0,0,0,.14902);
    }
    .shadowfx .rshadow,
    .shadowfx.rshadow {
        text-shadow: 0 1px 0 #ad2626,0 0.02em 0 #7b1414,0 0.03em 0 #771a1a,0 0.06em 1px rgba(0,0,0,.0980392),0 0 0.05em rgba(0,0,0,.0980392),0 1px 3px rgba(0,0,0,.298039),0 0.03em 0.05em rgba(0,0,0,.2),0 0.05em 0.1em rgba(0,0,0,.247059),0 0.1em 0.1em rgba(0,0,0,.2),0 0.2em 0.2em rgba(0,0,0,.14902);
    }
    .imgwrap {
        padding: 4px;
        background: linear-gradient(180deg,#fff,#f1f1f1);
        border: 1px solid #eee;
        border-bottom-color: #ccc;
    }
    h1 span.redunderline {
        border-bottom: 3px solid #cb1400;
        padding-bottom: 5px;
    }
    .breakout5 {
        margin-left: -8px;
        margin-right: -8px;
    }
    .breakout10 {
        margin-left: -16px;
        margin-right: -16px;
    }
    .breakout15 {
        margin-left: -24px;
        margin-right: -24px;
    }
    .breakout20 {
        margin-left: -32px;
        margin-right: -32px;
    }
    .breakout30 {
        margin-left: -48px;
        margin-right: -48px;
    }
    .breakfix15 {
        padding-left: 24px;
        padding-right: 24px;
    }
    .fullbox {
        margin-top: 32px;
        margin-bottom: 24px;
        padding: 20px 24px 24px;
    }
    .fullbox.outlined {
        padding: 30px 40px 40px;
    }
    .bigwhite p,
    .card .bigwhite p,
    .card.bigtext p,
    .card.bigwhite p {
        font-size: 21px;
    }
    h1 span.under2 {
        text-decoration: none;
        background-position: left 1.3em;
        background-size: auto 5px;
        background-repeat: no-repeat;
        background-image: url("../img/special/pbox2-underline-h1.png");
    }
    h1 span.under2.y {
        background-image: url("//d34yf1zo0dhcj6.cloudfront.net/exit/pbox2-underline-y-h1.png");
    }
    .turmeric {
        margin-left: -20px;
    }
    .piperine {
        margin-right: -20px;
    }
    .cta-pregroup .preg {
        -webkit-flex: 0 1 45%;
        -ms-flex: 0 1 45%;
        flex: 0 1 45%;
        margin-right: 10px;
    }
    .cta-pregroup .preg.n3 {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .cta-group {
        margin-top: 0;
    }
    h2.no2 {
        line-height: 1.25em;
        letter-spacing: -1px;
        margin-right: 5%;
        margin-left: 5%;
    }
    h2.fs30 {
        font-size: 25.44px;
        margin-top: 25.44px;
        margin-bottom: 25.44px;
    }
    .ls20 {
        letter-spacing: 1px!important;
    }
    .leader-line {
        margin-bottom: 24px;
    }
    .lede {
        text-align: left;
        padding: 20px 0 20px 50px;
        margin-right: 50px;
        position: relative;
    }
    .lede .l1,
    .lede .l2 {
        max-width: 65%;
    }
    .lede img {
        max-width: 40%;
        position: absolute;
        right: -20px;
        top: 0;
    }
    .askbox p.email-from .small,
    .askbox p.email-subj-1 .small,
    .askbox p.email-to .small {
        display: inline;
        font-size: 15px;
        letter-spacing: 0;
    }
    .askbox .email-btn {
        display: block;
    }
    h2.fs26 {
        padding-right: 32px;
        font-size: 24px;
        margin-top: 25.44px;
        margin-bottom: 25.44px;
    }
    .askbox.testimonial p.ttext {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 16px;
    }
    .askbox.testimonial p.ttext .email-ellip {
        display: inline-block;
        top: 2px;
    }
    .askbox.testimonial p.ttext .email-ellip i.fa {
        left: 8px;
    }
    .eventbg {
        background-image: url("../img/fig/event.jpg");
    }
    .cta-pregroup {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .cta-pregroup .preg {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-right: 10px;
    }
    .cta-group {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .cta-box {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-right: 10px;
    }
    .cta-box .phead {
        font-size: 18px;
    }
    .mt-10 {
        margin-top: -60px!important;
    }
}
@media (min-width:768px) and (max-width:1023px) {
    .card {
        padding: 40px;
    }
    .fix2 {
        max-width: 80%!important;
        margin: 0 10%;
    }
    h1.fitwidth.right.mt8 {
        margin-top: 0!important;
    }
    .fix-sm-overhang {
        margin-bottom: -50px!important;
    }
    .shomedonly {
        display: block!important;
    }
    h1.mega {
        font-size: 4rem!important;
    }
    .fix-5 {
        font-size: 94px!important;
    }
    .mt20.fix-md-6 {
        margin-top: 20px!important;
    }
    .lede .l2 {
        font-size: 35px!important;
    }
}
@media (min-width:1024px) {
    .fs-lg-8 {
        font-size: 8px!important;
    }
    .fs-lg-12 {
        font-size: 12px!important;
    }
    .fs-lg-16 {
        font-size: 16px!important;
    }
    .fs-lg-20 {
        font-size: 20px!important;
    }
    .fs-lg-24 {
        font-size: 24px!important;
    }
    .fs-lg-28 {
        font-size: 28px!important;
    }
    .fs-lg-32 {
        font-size: 32px!important;
    }
    .fs-lg-36 {
        font-size: 36px!important;
    }
    .fs-lg-40 {
        font-size: 40px!important;
    }
    .fs-lg-44 {
        font-size: 44px!important;
    }
    .fs-lg-48 {
        font-size: 48px!important;
    }
    .fs-lg-52 {
        font-size: 52px!important;
    }
    .fs-lg-56 {
        font-size: 56px!important;
    }
    .fs-lg-60 {
        font-size: 60px!important;
    }
    .fs-lg-64 {
        font-size: 64px!important;
    }
    .fs-lg-68 {
        font-size: 68px!important;
    }
    .fs-lg-72 {
        font-size: 72px!important;
    }
    hr.hr {
        margin: 30px auto;
        max-width: 624px;
    }
    .imgwrap {
        margin-top: -5px;
    }
    .darkcard {
        margin-left: 20px;
        margin-right: 20px;
    }
    .mrlrg {
        margin-right: 30%!important;
    }
    .shrink {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
    }
    .diabacor-pshot {
        margin-left: -30px;
    }
    .ls20 {
        letter-spacing: 2px!important;
    }
    .lede .under2.y {
        background-position: 20px 1.1em;
    }
    .lede .nsp {
        margin-left: -20px;
    }
    .lede img {
        right: -70px;
        max-width: 100%;
    }
    .shosmallmed {
        display: none;
    }
    .fix1 {
        padding-right: 20px;
    }
    .nowraplargeonly {
        white-space: nowrap;
    }
    .askbox .email-time p {
        display: block;
    }
    .askbox .email-star {
        display: inline-block;
    }
    .askbox.testimonial {
        margin: 0;
    }
    .cta-group,
    .cta-pregroup {
        margin-left: -20px;
        margin-right: -20px;
    }
    .cta-box .pshot {
        height: 250px;
    }
    .cta-box .pshot img {
        max-width: 264px;
    }
    .cta-box .phead {
        font-size: 24px;
    }
    .cta-box button.orderbutton {
        height: 50px;
    }
    .mt-10 {
        margin-top: -80px!important;
    }
}
@media (min-width:1115px) and (max-width:99999px) {
    .askbox.testimonial {
        margin-right: -80px;
    }
}
@media (min-width:1921px) and (max-width:9999px) {
    .exit-white-tear,
    .trans-to-white-tear,
    .trans-white-tear {
        background-size: 100% auto;
    }
}
@media screen and (max-width:63.9375em) {
    .show-for-large {
        display: none!important;
    }
}
@media screen and (max-width:47.9375em) {
    .hide-for-small-only,
    .show-for-medium {
        display: none!important;
    }
}
@media print {
    * {
        background: transparent!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important;
    }
    .show-for-print {
        display: block!important;
    }
    .hide-for-print {
        display: none!important;
    }
    table.show-for-print {
        display: table!important;
    }
    thead.show-for-print {
        display: table-header-group!important;
    }
    tbody.show-for-print {
        display: table-row-group!important;
    }
    tr.show-for-print {
        display: table-row!important;
    }
    td.show-for-print,
    th.show-for-print {
        display: table-cell!important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    .ir a:after,
    a[href^='#']:after,
    a[href^='javascript:']:after {
        content: '';
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote,
    pre {
        border: 1px solid #8a8a8a;
        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;
    }
}