/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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: bold
}

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: -0.5em
}

sub {
    bottom: -0.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: default
}

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
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased
}

* {
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.container,
form,
.form-row,
.form-section {
    *zoom: 1
}

.container:before,
form:before,
.form-row:before,
.form-section:before,
.container:after,
form:after,
.form-row:after,
.form-section:after {
    content: " ";
    display: table
}

.container:after,
form:after,
.form-row:after,
.form-section:after {
    clear: both
}

@-webkit-keyframes fade-in-and-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

@keyframes fade-in-and-up {
    0% {
        opacity: 0;
        transform: translateY(100%);
        -webkit-transform: translateY(100%)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes fade-in-up-delay {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        -webkit-transform: translate3d(0, 50px, 0)
    }
    50% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        -webkit-transform: translate3d(0, 50px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes fade-in-up-delay {
    0% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        -webkit-transform: translate3d(0, 50px, 0)
    }
    50% {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
        -webkit-transform: translate3d(0, 50px, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes scroll-prompt-bg {
    0% {
        background-position: 0 -140px
    }
    20% {
        background-position: 0 0
    }
    100% {
        background-position: 0 0
    }
}

@keyframes scroll-prompt-bg {
    0% {
        background-position: 0 -140px
    }
    20% {
        background-position: 0 0
    }
    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes scroll-prompt-bg-mobile {
    0% {
        background-position: 0 -120px
    }
    20% {
        background-position: 0 0
    }
    100% {
        background-position: 0 0
    }
}

@keyframes scroll-prompt-bg-mobile {
    0% {
        background-position: 0 -120px
    }
    20% {
        background-position: 0 0
    }
    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes modal-rise {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

@keyframes modal-rise {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes modal-zoom {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes modal-zoom {
    0% {
        opacity: 0;
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    100% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes ping1 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    88% {
        opacity: 1
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@keyframes ping1 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    88% {
        opacity: 1
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@-webkit-keyframes ping2 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    70.4% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@keyframes ping2 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    70.4% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@-webkit-keyframes ping3 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    74.8% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@keyframes ping3 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    74.8% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@-webkit-keyframes ping4 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    79.2% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@keyframes ping4 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    79.2% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@-webkit-keyframes ping5 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    83% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@keyframes ping5 {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    66% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    83% {
        transform: scale(0);
        -webkit-transform: scale(0);
        opacity: 0
    }
    96% {
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }
    100% {
        transform: scale(6);
        -webkit-transform: scale(6);
        opacity: 0
    }
}

@-webkit-keyframes slide-in-left {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes slide-in-left {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slide-in-right {
    0% {
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
        -webkit-transform: translate3d(-50px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes slide-in-right {
    0% {
        opacity: 0;
        transform: translate3d(-50px, 0, 0);
        -webkit-transform: translate3d(-50px, 0, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes slide-out-right {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0)
    }
}

@keyframes slide-out-right {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
        -webkit-transform: translate3d(100%, 0, 0)
    }
}

@-webkit-keyframes slide-out-left {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slide-out-left {
    0% {
        opacity: 1;
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0)
    }
    50% {
        opacity: 0
    }
    100% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
        -webkit-transform: translate3d(-100%, 0, 0)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes scroll-prompt {
    0% {
        height: 5px
    }
    100% {
        height: 20px
    }
}

@keyframes scroll-prompt {
    0% {
        height: 5px
    }
    100% {
        height: 20px
    }
}

@-webkit-keyframes fade-in-up-one {
    0% {
        opacity: 0;
        transform: translateY(80px);
        -webkit-transform: translateY(80px)
    }
    40% {
        opacity: 0;
        transform: translateY(80px);
        -webkit-transform: translateY(80px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

@keyframes fade-in-up-one {
    0% {
        opacity: 0;
        transform: translateY(80px);
        -webkit-transform: translateY(80px)
    }
    40% {
        opacity: 0;
        transform: translateY(80px);
        -webkit-transform: translateY(80px)
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        -webkit-transform: translateY(0)
    }
}

body {
    font-family: "Roboto Condensed", Helvetica, Arial, sans-serif;
    color: #363d49
}

h1,
h2,
h3 {
    font-weight: 700
}

h1 {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1.15;
    margin: 0 0 1rem 0;
    letter-spacing: -0.02em
}

@media all and (max-width: 900px) {
    h1 {
        font-size: 48px;
        font-size: 3rem
    }
}

@media all and (max-width: 560px) {
    h1 {
        font-size: 32px;
        font-size: 2rem;
        margin: 0 0 10px 0;
        letter-spacing: 0
    }
}

@media all and (max-width: 360px) {
    h1 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

h2 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1.25;
    margin: 0 0 1rem 0
}

@media all and (max-width: 1120px) {
    h2 {
        font-size: 36px;
        font-size: 2.25rem
    }
}

@media all and (max-width: 560px) {
    h2 {
        font-size: 28px;
        font-size: 1.75rem
    }
}

h2.green {
    color: #2bb673
}

h3 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 5px 0
}

@media all and (max-width: 1120px) {
    h3 {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media all and (max-width: 560px) {
    h3 {
        font-size: 20px;
        font-size: 1.25rem
    }
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    font-style: italic;
    line-height: 1.25;
    margin: 0 0 6px 0
}

@media all and (max-width: 560px) {
    h4 {
        font-size: 16px;
        font-size: 1rem
    }
}

h5 {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    margin: 0 0 8px 0
}

@media all and (max-width: 1120px) {
    h5 {
        font-size: 16px;
        font-size: 1rem
    }
}

h6 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 1rem 0
}

@media all and (max-width: 560px) {
    h6 {
        font-size: 18px;
        font-size: 1.125rem
    }
}

a {
    text-decoration: none;
    color: #1c75bc
}

a.light {
    color: #fff
}

a.light:hover {
    color: #b3b3b3
}

p,
li {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5
}

@media all and (max-width: 1120px) {
    p,
    li {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width: 560px) {
    p,
    li {
        font-size: 16px;
        font-size: 1rem
    }
}

p.smaller,
li.smaller {
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 400
}

@media all and (max-width: 560px) {
    p.smaller,
    li.smaller {
        font-size: 14px;
        font-size: .875rem
    }
}

p.intro,
li.intro {
    font-size: 20px;
    font-size: 1.25rem
}

@media all and (max-width: 560px) {
    p.intro,
    li.intro {
        font-size: 18px;
        font-size: 1.125rem
    }
}

p.italic,
li.italic {
    font-style: italic
}

p.narrow-column,
li.narrow-column {
    line-height: 1.4
}

p.caption,
li.caption {
    font-size: 12px;
    font-size: .75rem;
    font-style: italic;
    padding-top: 10px
}

@media all and (max-width: 560px) {
    p.caption,
    li.caption {
        font-size: 11px;
        font-size: .6875rem
    }
}

p a,
li a {
    color: #00a79d;
    font-weight: 600;
    transition: color 0.25s ease
}

p a:hover,
p a:focus,
li a:hover,
li a:focus {
    color: #165e96
}

p,
ul,
ol {
    margin: 0 0 1.25em 0
}

li {
    margin: 0 0 .5em 0
}

ul li {
    position: relative;
    padding-left: 12px
}

ul li:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin: 0 7px 0 -12px;
    border-radius: 50%;
    background: #363d49;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px)
}

ul.date-list {
    padding: 0
}

ul.date-list li {
    padding: 0;
    margin: 0 0 .25em 0
}

ul.date-list li:before {
    display: none
}

ul.date-list li .date-day {
    display: inline-block;
    width: 100px;
    font-weight: 800
}

ol {
    padding-left: 1em
}

ol li:before {
    display: inline-block;
    margin: 0 4px 0 -16px
}

ol li:nth-of-type(1):before {
    content: "1."
}

ol li:nth-of-type(2):before {
    content: "2."
}

ol li:nth-of-type(3):before {
    content: "3."
}

ol li:nth-of-type(4):before {
    content: "4."
}

ol li:nth-of-type(5):before {
    content: "5."
}

ol li:nth-of-type(6):before {
    content: "6."
}

ol li:nth-of-type(7):before {
    content: "7."
}

ol li:nth-of-type(8):before {
    content: "8."
}

ol li:nth-of-type(9):before {
    content: "9."
}

ol li:nth-of-type(10):before {
    content: "10."
}

strong {
    font-weight: 800
}

hr {
    display: block;
    width: 100%;
    height: 2px;
    background: #1c75bc;
    margin: 20px 0;
    border: 0;
    outline: 0
}

.center-align-text {
    text-align: center
}

@font-face {
    font-family: 'far';
    src: url("../fonts/far.eot?q27eb9");
    src: url("../fonts/far.eot?q27eb9#iefix") format("embedded-opentype"), url("../fonts/far.ttf?q27eb9") format("truetype"), url("../fonts/far.woff?q27eb9") format("woff"), url("../fonts/far.svg?q27eb9#far") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'far' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-close-big:before {
    content: ""
}

.icon-close-small:before {
    content: ""
}

.icon-full-site:before {
    content: ""
}

.icon-left-arrow-big:before {
    content: ""
}

.icon-left-arrow-small:before {
    content: ""
}

.icon-left-waves-big:before {
    content: ""
}

.icon-mail:before {
    content: ""
}

.icon-megaphone:before {
    content: ""
}

.icon-mouse:before {
    content: ""
}

.icon-personal-beacon:before {
    content: ""
}

.icon-phone:before {
    content: ""
}

.icon-playbutton:before {
    content: ""
}

.icon-present:before {
    content: ""
}

.icon-right-arrow-big:before {
    content: ""
}

.icon-right-arrow-small:before {
    content: ""
}

.icon-three-people:before {
    content: ""
}

.icon-waves-left:before {
    content: ""
}

.icon-waves-right:before {
    content: ""
}

.icon-google-plus:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

.icon-apple:before {
    content: ""
}

.icon-android:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.lg-symbol {
    font-weight: 400;
    font-size: 50px;
    font-size: 3.125rem
}

.md-symbol {
    font-weight: 400;
    font-size: 35px;
    font-size: 2.1875rem
}

.before-symbol {
    padding-right: 5px;
    display: inline-block;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

.after-symbol {
    padding-left: 5px;
    display: inline-block;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px)
}

body,
html {
    margin: 0;
    color: #21252b
}

body.no-scroll,
html.no-scroll {
    position: fixed;
    width: 100%
}

body.ie10 .ie10-hide,
html.ie10 .ie10-hide {
    display: none
}

body.ie10 .ie10-show,
html.ie10 .ie10-show {
    display: block
}

iframe[name=google_conversion_frame] {
    display: none
}

header,
section,
footer,
div {
    width: 100%
}

header.standard-section-padding,
section.standard-section-padding,
footer.standard-section-padding,
div.standard-section-padding {
    padding: 64px 48px
}

@media all and (max-width: 560px) {
    header.standard-section-padding,
    section.standard-section-padding,
    footer.standard-section-padding,
    div.standard-section-padding {
        padding: 64px 24px
    }
}

header.section-padding-tb,
section.section-padding-tb,
footer.section-padding-tb,
div.section-padding-tb {
    padding: 64px 0
}

@media all and (max-width: 560px) {
    header.section-padding-tb,
    section.section-padding-tb,
    footer.section-padding-tb,
    div.section-padding-tb {
        padding: 64px 0
    }
}

header.no-pad-bottom,
section.no-pad-bottom,
footer.no-pad-bottom,
div.no-pad-bottom {
    padding-bottom: 0
}

header.ltblue,
section.ltblue,
footer.ltblue,
div.ltblue {
    background: #00a79d;
    color: #fff
}

@media all and (max-width: 900px) {
    .desktop-element {
        display: none
    }
}

@media all and (max-width: 560px) {
    .mobile-hide {
        display: none
    }
}

@media all and (min-width: 901px) {
    .mobile-element {
        display: none
    }
}

.initial-hide {
    display: none
}

@media all and (max-width: 900px) {
    .mobile-column-divide {
        border-top: 3px solid #1c75bc
    }
}

section.color-block-section {
    padding: 64px 0
}

@media all and (max-width: 560px) {
    section.color-block-section {
        padding: 64px 0
    }
}

section.color-block-section .color-block-container {
    padding: 16px
}

@media all and (min-width: 561px) {
    section.color-block-section .color-block-container {
        padding: 60px
    }
}

section.color-block-section .color-block-container.blue {
    background: #00a79d;
    color: #fff
}

section.color-block-section .color-block-container.ash {
    background: #363d49;
    color: #fff
}

section.color-block-section .color-block-container.white {
    color: #21252b;
    background: #fff
}

.container {
    width: 100%;
    margin: 0 auto;
    text-align: left
}

@media all and (min-width: 901px) {
    .container {
        max-width: 1000px
    }
}

@media all and (min-width: 1321px) {
    .container {
        max-width: 1180px
    }
}

@media all and (max-width: 900px) {
    .container {
        max-width: 680px
    }
}

.container.center-text {
    text-align: center
}

@media all and (min-width: 901px) {
    .container.slim-container {
        max-width: 1000px
    }
}

.container.full-width {
    max-width: 100%
}

.col {
    float: left;
    width: 100%;
    min-height: 1px;
    padding: 0 12px
}

@media all and (max-width: 900px) {
    .col {
        padding: 12px 0
    }
}

.col:first-of-type,
.col.first-col {
    padding: 0 24px 0 0
}

@media all and (max-width: 900px) {
    .col:first-of-type,
    .col.first-col {
        padding: 24px 0
    }
}

.col:last-of-type,
.col.last-col {
    padding: 0 0 0 24px
}

@media all and (max-width: 900px) {
    .col:last-of-type,
    .col.last-col {
        padding: 24px 0
    }
}

.col.full {
    width: 100%
}

@media all and (min-width: 901px) {
    .col.four-fifths {
        width: 80%
    }
}

@media all and (min-width: 901px) {
    .col.three-fourths {
        width: 75%
    }
}

@media all and (min-width: 901px) {
    .col.three-fifths {
        width: 60%
    }
}

@media all and (min-width: 901px) {
    .col.two-thirds {
        width: 66.666%
    }
}

@media all and (min-width: 901px) {
    .col.half {
        width: 50%
    }
}

@media all and (min-width: 901px) {
    .col.two-fifths {
        width: 40%
    }
}

@media all and (min-width: 901px) {
    .col.one-third {
        width: 33.333%
    }
}

@media all and (min-width: 901px) {
    .col.one-fourth {
        width: 25%
    }
}

@media all and (min-width: 901px) {
    .col.one-fifth {
        width: 20%
    }
}

@media all and (max-width: 900px) {
    .col.mobile-half {
        width: 50%;
        padding: 12px
    }
}

.col.right-col {
    float: right
}

.col.reverse-order:first-of-type {
    padding: 0 0 0 24px
}

@media all and (max-width: 900px) {
    .col.reverse-order:first-of-type {
        padding: 12px 0
    }
}

.col.reverse-order:last-of-type {
    padding: 0 24px 0 0
}

@media all and (max-width: 900px) {
    .col.reverse-order:last-of-type {
        padding: 12px 0
    }
}

@media all and (max-width: 900px) {
    .col.mobile-remove-padding {
        padding: 0px
    }
    .col.mobile-remove-padding:first-of-type {
        padding-top: 12px
    }
    .col.mobile-remove-padding:last-of-type {
        padding-bottom: 12px
    }
}

.flex-row {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.flex-row.full-height {
    height: 100%
}

@media all and (max-width: 900px) {
    .flex-row.flip-flex-col-vertical .flex-col:nth-of-type(1) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .flex-row.flip-flex-col-vertical .flex-col:nth-of-type(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.flex-col {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

@media all and (max-width: 900px) {
    .flex-col.padded-flex-col {
        padding: 12px 0
    }
}

.flex-col.padded-flex-col.left {
    padding: 0 24px 0 0
}

@media all and (max-width: 900px) {
    .flex-col.padded-flex-col.left {
        padding: 24px 0
    }
}

.flex-col.padded-flex-col.right {
    padding: 0 0 0 24px
}

@media all and (max-width: 900px) {
    .flex-col.padded-flex-col.right {
        padding: 24px 0
    }
}

.flex-col.padded-flex-col.left-mobile-min {
    padding: 0 24px 0 0
}

@media all and (max-width: 900px) {
    .flex-col.padded-flex-col.left-mobile-min {
        padding: 6px 0
    }
}

.flex-col.padded-flex-col.right-mobile-min {
    padding: 0 0 0 24px
}

@media all and (max-width: 900px) {
    .flex-col.padded-flex-col.right-mobile-min {
        padding: 6px 0
    }
}

@media all and (min-width: 901px) {
    .flex-col.flex-one-fourth {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }
}

@media all and (min-width: 901px) {
    .flex-col.flex-one-third {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
}

@media all and (min-width: 901px) {
    .flex-col.flex-half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media all and (min-width: 901px) {
    .flex-col.flex-two-thirds {
        -ms-flex-preferred-size: 66.6666%;
        flex-basis: 66.6666%;
        max-width: 66.6666%
    }
}

@media all and (min-width: 901px) {
    .flex-col.flex-three-fourths {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }
}

@media all and (max-width: 900px) {
    .flex-col.flex-vertical-half {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }
}

@media all and (max-width: 900px) {
    .flex-col.flex-vertical-one-third {
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%
    }
}

@media all and (max-width: 560px) {
    .flex-col.flex-mobile-full {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

@media all and (max-width: 766px) {
    .flex-col.flex-tablet-full {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.center-flex {
    -webkit-align-items: center;
    -ms-flex-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.field-wrapper {
    position: relative;
    margin-bottom: 15px
}

@media all and (max-width: 460px) {
    .field-wrapper {
        width: 100%
    }
}

@media all and (max-width: 460px) {
    .field-wrapper.left-field,
    .field-wrapper.right-field {
        padding-right: 0;
        padding-left: 0
    }
}

.field-wrapper.left-field {
    padding-right: 5px
}

.field-wrapper.right-field {
    padding-left: 5px
}

.field-wrapper.full-width-field,
.field-wrapper.button-wrapper {
    width: 100%
}

.field-wrapper.button-wrapper {
    padding: 10px 0 0 0
}

.field-wrapper.no-padding-wrapper {
    padding: 0
}

@media all and (max-width: 560px) {
    .field-wrapper.two-line-label-mobile {
        padding-top: 40px
    }
}

.field-wrapper.inline-input-and-submit {
    float: none;
    width: 100%
}

.field-wrapper.inline-input-and-submit .inline-form-button,
.field-wrapper.inline-input-and-submit .search-submit {
    position: absolute;
    top: 50%;
    right: 9px;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    padding: 0;
    line-height: 42px;
    font-size: 20px;
    font-size: 1.25rem;
    background: #00a79d;
    -webkit-mask: none;
    mask: none;
    border: 0
}

@media all and (min-width: 901px) {
    .field-wrapper.inline-input-and-submit .inline-form-button:hover,
    .field-wrapper.inline-input-and-submit .search-submit:hover {
        background: #1c75bc
    }
}

@media all and (max-width: 900px) {
    .field-wrapper.inline-input-and-submit .inline-form-button:focus,
    .field-wrapper.inline-input-and-submit .search-submit:focus {
        background: #1c75bc
    }
}

.form-section:not(:first-of-type) {
    padding-top: 10px
}

.form-divider {
    background: #21252b;
    margin: 15px 0 30px 0
}

.form-sub {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    padding-top: 8px;
    margin: 0 0 15px 0
}

.form-hidden-element {
    display: none
}

form.search-form label {
    position: relative
}

input,
label,
select {
    display: inline-block;
    width: 100%;
    -webkit-appearance: none
}

label {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    color: #363d49;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: color .2s
}

input[type=text],
input[type=url],
input[type=email],
input[type=tel],
input[type=number],
input[type=date],
input[type=search],
select,
textarea {
    height: 50px;
    padding: 0 16px 0 100px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    border: 1px solid #b8babd;
    color: #21252b;
    background-color: #f8f8f8;
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.1);
    transition: all .2s;
    border-radius: 0
}

@media all and (max-width: 560px) {
    input[type=text],
    input[type=url],
    input[type=email],
    input[type=tel],
    input[type=number],
    input[type=date],
    input[type=search],
    select,
    textarea {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

input[type=text]:hover,
input[type=url]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=number]:hover,
input[type=date]:hover,
input[type=search]:hover,
select:hover,
textarea:hover {
    background-color: #fff
}

input[type=text]:focus,
input[type=url]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
    background-color: #fff;
    border: 1px solid #1c75bc;
    box-shadow: 1px 2px 0 rgba(0, 0, 0, 0.3);
    outline: 0
}

input[type=text]:focus+label,
input[type=url]:focus+label,
input[type=email]:focus+label,
input[type=tel]:focus+label,
input[type=number]:focus+label,
input[type=date]:focus+label,
input[type=search]:focus+label,
select:focus+label,
textarea:focus+label {
    font-weight: 600;
    color: #1c75bc
}

input[type=text].alt-green,
input[type=url].alt-green,
input[type=email].alt-green,
input[type=tel].alt-green,
input[type=number].alt-green,
input[type=date].alt-green,
input[type=search].alt-green,
select.alt-green,
textarea.alt-green {
    background-color: #eaf8f1
}

input[type=text].alt-green:focus,
input[type=url].alt-green:focus,
input[type=email].alt-green:focus,
input[type=tel].alt-green:focus,
input[type=number].alt-green:focus,
input[type=date].alt-green:focus,
input[type=search].alt-green:focus,
select.alt-green:focus,
textarea.alt-green:focus {
    background-color: #e6f6f5
}

input[type=text].inline-input,
input[type=url].inline-input,
input[type=email].inline-input,
input[type=tel].inline-input,
input[type=number].inline-input,
input[type=date].inline-input,
input[type=search].inline-input,
select.inline-input,
textarea.inline-input {
    padding-right: 48px
}

select {
    width: 100%;
    padding-right: 28px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url("../images/icon-dropdown_default.svg");
    border-radius: 0
}

select:hover {
    background-image: url("../images/icon-dropdown_hover.svg")
}

select:focus {
    background-image: url("../images/icon-dropdown_focus.svg")
}

select.expandable-section-trigger-select {
    max-width: 300px;
    margin: 0 auto
}

select.mobile-only {
    display: none
}

@media all and (max-width: 560px) {
    select.mobile-only {
        display: block
    }
}

select::-ms-expand {
    display: none
}

textarea {
    padding-top: 20px;
    width: 100%;
    height: 100px;
    line-height: 1.5
}

::-webkit-input-placeholder {
    color: #a3acb9
}

:-moz-placeholder {
    color: #a3acb9
}

::-moz-placeholder {
    color: #a3acb9
}

:-ms-input-placeholder {
    color: #a3acb9
}

.checkbox-label {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 29px 0 0 38px;
    font-style: italic;
    text-transform: none;
    cursor: pointer
}

.checkbox-label:after {
    content: "";
    display: block;
    position: absolute;
    top: 23px;
    left: 10px;
    width: 20px;
    height: 20px;
    background-color: #1c75bc;
    background-image: url("../images/icon-checkmark.svg");
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: inset 0 1px 0 rgba(35, 40, 43, 0);
    z-index: 1;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    top: -60px;
    opacity: 0;
    filter: alpha(opacity=0)
}

input[type=checkbox]:checked+.checkbox-label:after,
input[type="radio"]:checked+.checkbox-label:after {
    background-image: none
}

.form-wrapper.required label:after {
    content: "*";
    display: inline-block;
    color: #ea322f;
    font-weight: 400;
    margin-left: 2px
}

.error-message {
    display: inline-block;
    position: absolute;
    left: 0px;
    bottom: 15px;
    padding-left: 5px;
    font-size: 10px;
    font-size: .625rem;
    font-style: italic;
    font-weight: 500;
    color: #ea322f;
    -webkit-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: -1;
    opacity: 0;
    transition: all .3s ease-out
}

.field-wrapper.error {
    height: auto;
    padding-bottom: 30px
}

.field-wrapper.error .error-message {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 1
}

.field-wrapper.error label {
    color: #ea322f
}

.field-wrapper.error label:after {
    color: #ea322f
}

.field-wrapper.error input[type="text"],
.field-wrapper.error input[type="number"],
.field-wrapper.error input[type="email"],
.field-wrapper.error input[type="tel"],
.field-wrapper.error input[type="date"],
.field-wrapper.error input[type=url],
.field-wrapper.error textarea {
    border: 2px solid #ea322f
}

.field-wrapper.error input[type="text"]:hover,
.field-wrapper.error input[type="text"]:focus,
.field-wrapper.error input[type="number"]:hover,
.field-wrapper.error input[type="number"]:focus,
.field-wrapper.error input[type="email"]:hover,
.field-wrapper.error input[type="email"]:focus,
.field-wrapper.error input[type="tel"]:hover,
.field-wrapper.error input[type="tel"]:focus,
.field-wrapper.error input[type="date"]:hover,
.field-wrapper.error input[type="date"]:focus,
.field-wrapper.error input[type=url]:hover,
.field-wrapper.error input[type=url]:focus,
.field-wrapper.error textarea:hover,
.field-wrapper.error textarea:focus {
    border-bottom: 2px solid #ea322f
}

.field-wrapper.error input[type="text"]:focus+label,
.field-wrapper.error input[type="number"]:focus+label,
.field-wrapper.error input[type="email"]:focus+label,
.field-wrapper.error input[type="tel"]:focus+label,
.field-wrapper.error input[type="date"]:focus+label,
.field-wrapper.error input[type=url]:focus+label,
.field-wrapper.error textarea:focus+label {
    color: #ea322f
}

.field-wrapper.error select {
    border-bottom: 2px solid #ea322f;
    background-image: url("../images/icon-dropdown_error.svg")
}

.field-wrapper.error select:hover,
.field-wrapper.error select:focus {
    border-bottom: 2px solid #ea322f
}

.no-svg .gen-formfield.error select,
.no-svg .gen-formfield.field-check.error select {
    background-image: url("../images/icon-dropdown_error.png")
}

.business-quote-form-confirm,
.business-sponsor-form-confirm,
.business-quote-form-confirm-thanks,
.business-sponsor-form-confirm-thanks,
#email-carry-sponsor,
#email-carry-quote {
    display: none
}

input[type=submit],
button,
.button {
    display: inline-block;
    width: 100%;
    max-width: 320px;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #363d49;
    border: 0;
    border-radius: 25px;
    background: #e0e065;
    transition: all .2s;
    -webkit-appearance: none;
    cursor: pointer
}

input[type=submit]:focus,
button:focus,
.button:focus {
    outline: 0
}

@media all and (max-width: 1120px) {
    input[type=submit],
    button,
    .button {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

@media all and (min-width: 901px) {
    input[type=submit]:hover,
    button:hover,
    .button:hover {
        background: #fff
    }
}

@media all and (max-width: 900px) {
    input[type=submit]:focus,
    button:focus,
    .button:focus {
        background: #fff
    }
}

@media all and (max-width: 560px) {
    input[type=submit],
    button,
    .button {
        font-size: 15px;
        font-size: .9375rem;
        max-width: 100%
    }
}

@media all and (max-width: 360px) {
    input[type=submit],
    button,
    .button {
        font-size: 14px;
        font-size: .875rem
    }
}

@media all and (min-width: 901px) {
    input[type=submit].white-hover:hover,
    button.white-hover:hover,
    .button.white-hover:hover {
        background: #fff
    }
}

@media all and (max-width: 900px) {
    input[type=submit].white-hover:focus,
    button.white-hover:focus,
    .button.white-hover:focus {
        background: #fff
    }
}

input[type=submit].small-button,
button.small-button,
.button.small-button {
    height: 42px;
    line-height: 38px;
    max-width: 200px;
    background: transparent;
    font-size: 15px;
    font-size: .9375rem
}

input[type=submit].small-button.light,
button.small-button.light,
.button.small-button.light {
    border: 2px solid #fff;
    color: #fff
}

input[type=submit].small-button.light:hover,
input[type=submit].small-button.light:focus,
button.small-button.light:hover,
button.small-button.light:focus,
.button.small-button.light:hover,
.button.small-button.light:focus {
    color: #21252b;
    background: #fff
}

input[type=submit].small-button.dark,
button.small-button.dark,
.button.small-button.dark {
    border: 2px solid #1c75bc;
    color: #1c75bc
}

input[type=submit].small-button.dark:hover,
input[type=submit].small-button.dark:focus,
button.small-button.dark:hover,
button.small-button.dark:focus,
.button.small-button.dark:hover,
.button.small-button.dark:focus {
    color: #fff;
    background: #1c75bc
}

input[type=submit].full-width-button,
button.full-width-button,
.button.full-width-button {
    max-width: 100%
}

input[type=submit].side-by-side,
button.side-by-side,
.button.side-by-side {
    margin: 4px
}

@media all and (min-width: 901px) {
    input[type=submit].side-by-side,
    button.side-by-side,
    .button.side-by-side {
        max-width: 240px
    }
}

input[type=submit].play-button:before,
button.play-button:before,
.button.play-button:before {
    content: "";
    display: inline-block;
    margin-right: 4px;
    font-family: 'far' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input[type=submit].download-button,
button.download-button,
.button.download-button {
    font-size: 18px;
    font-size: 1.125rem
}

input[type=submit].download-button .symbol,
button.download-button .symbol,
.button.download-button .symbol {
    font-size: 20px;
    font-size: 1.25rem
}

input[type=submit].download-button .small-text,
button.download-button .small-text,
.button.download-button .small-text {
    font-weight: 400;
    display: inline-block;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    font-size: 12px;
    font-size: .75rem
}

.nav-button {
    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 42px;
    font-size: 15px;
    font-size: .9375rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #1c75bc;
    border: 2px solid #1c75bc;
    border-radius: 20px;
    margin: 0 3px;
    transition: all .2s
}

.nav-button:before {
    display: inline-block;
    position: absolute;
    left: 14px;
    top: 8px;
    padding-right: 3px;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'far' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}

.nav-button:hover {
    background: #1c75bc;
    color: #fff
}

.nav-button.nav-download:before {
    content: ""
}

.nav-button.nav-beacon:before {
    content: ""
}

.global-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: #fff;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.global-header.headroom--pinned,
.global-header.headroom--top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.global-header.headroom--unpinned {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

@media all and (min-width: 561px) {
    .main-header {
        padding: 0 24px
    }
}

@media all and (min-width: 901px) {
    .main-header {
        padding: 0 48px
    }
}

.header-element {
    position: relative;
    width: 100%;
    height: 65px
}

@media all and (min-width: 960px) {
    .header-element {
        height: 80px
    }
}

@media all and (min-width: 960px) {
    .header-element.header-left {
        -ms-flex-preferred-size: calc(100% - 355px);
        flex-basis: calc(100% - 355px);
        max-width: calc(100% - 355px)
    }
}

@media all and (min-width: 960px) {
    .header-element.header-right {
        -ms-flex-preferred-size: 355px;
        flex-basis: 355px;
        max-width: 355px
    }
}

@media all and (max-width: 959px) {
    .header-element.header-right {
        display: none
    }
}

.header-element.header-left {
    text-align: left
}

.header-element.header-right {
    text-align: right
}

@media all and (min-width: 960px) {
    .global-nav-wrapper .logo-column {
        -ms-flex-preferred-size: 160px;
        flex-basis: 160px;
        max-width: 160px
    }
}

@media all and (max-width: 1120px) {
    .global-nav-wrapper .logo-column {
        -ms-flex-preferred-size: 150px;
        flex-basis: 150px;
        max-width: 150px
    }
}

@media all and (max-width: 959px) {
    .global-nav-wrapper .logo-column {
        padding-top: 5px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }
}

.global-nav-wrapper .logo-column .logo {
    display: block;
    margin: 0 auto
}

@media all and (min-width: 960px) {
    .global-nav-wrapper .logo-column .logo {
        height: 60px
    }
}

@media all and (max-width: 1120px) {
    .global-nav-wrapper .logo-column .logo {
        height: 55px
    }
}

@media all and (max-width: 959px) {
    .global-nav-wrapper .logo-column .logo {
        height: 50px
    }
}

@media all and (min-width: 960px) {
    .global-nav-wrapper .nav-column {
        -ms-flex-preferred-size: calc(100% - 160px);
        flex-basis: calc(100% - 160px);
        max-width: calc(100% - 160px)
    }
}

@media all and (max-width: 1120px) {
    .global-nav-wrapper .nav-column {
        -ms-flex-preferred-size: calc(100% - 150px);
        flex-basis: calc(100% - 150px);
        max-width: calc(100% - 150px)
    }
}

@media all and (max-width: 959px) {
    .global-nav-wrapper .nav-column {
        display: none
    }
}

.global-nav-wrapper .nav-column .nav-item {
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem;
    color: #21252b;
    height: 65px;
    line-height: 65px;
    transition: all .2s;
    cursor: pointer
}

@media all and (min-width: 960px) {
    .global-nav-wrapper .nav-column .nav-item {
        height: 80px;
        line-height: 80px
    }
}

@media all and (max-width: 1120px) {
    .global-nav-wrapper .nav-column .nav-item {
        padding: 0 8px;
        font-size: 16px;
        font-size: 1rem
    }
}

.global-nav-wrapper .nav-column .nav-item:hover {
    color: #1c75bc
}

.global-nav-wrapper .nav-column .nav-item.more:after {
    content: "\2026";
    display: inline-block;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}

.global-nav-cta-wrapper {
    height: 65px;
    padding-top: 19px
}

.global-nav-cta {
    display: inline-block
}

.dropdown-trigger {
    position: relative
}

.dropdown-trigger:hover .header-menu-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    z-index: 1
}

.header-menu-dropdown {
    text-align: left;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 70%;
    left: 0;
    background: #fff;
    border: 1px solid #e6e9ec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    width: 300%;
    -webkit-transform: translateY(-1em);
    -ms-transform: translateY(-1em);
    transform: translateY(-1em);
    z-index: -1;
    line-height: 1;
    transition: all 0.25s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s
}

.dropdown-item {
    display: inline-block;
    width: 100%;
    padding: 8px 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    color: #21252b;
    background: #fff;
    transition: all .2s
}

.dropdown-item:hover {
    color: #1c75bc;
    background: #f8f8f8
}

.hamburger-bar {
    position: absolute;
    left: 5px;
    top: 50%;
    height: 2px;
    width: 24px;
    background: #21252b;
    transition: all .35s
}

@media all and (max-width: 900px) {
    .hamburger-bar {
        left: 50%;
        margin-left: -12px
    }
}

.hamburger-bar:nth-of-type(1) {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px)
}

@media all and (max-width: 900px) {
    .hamburger-bar:nth-of-type(1) {
        -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
        transform: translateY(-12px)
    }
}

.hamburger-bar:nth-of-type(2) {
    opacity: 1;
    -webkit-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    transform: translate(0, -4px)
}

.hamburger-bar:nth-of-type(3) {
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

@media all and (max-width: 900px) {
    .hamburger-bar:nth-of-type(3) {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px)
    }
}

.hamburger-bar:nth-of-type(4) {
    opacity: 0;
    -webkit-transform: translate(12px, -4px);
    -ms-transform: translate(12px, -4px);
    transform: translate(12px, -4px)
}

.mobile-nav-trigger-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 10px;
    height: 48px;
    width: 48px;
    background: transparent;
    z-index: 2000;
    transition: all .35s ease-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

@media all and (max-width: 900px) {
    .mobile-nav-trigger-wrapper {
        display: block
    }
}

@media all and (max-width: 900px) {
    .mobile-nav-trigger-wrapper {
        top: -10px
    }
}

.mobile-nav-trigger-wrapper:hover {
    cursor: pointer
}

.mobile-nav-trigger-wrapper.scrolled {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.mobile-nav-trigger-wrapper.opened .mobile-nav-trigger-container {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.mobile-nav-trigger-wrapper.opened .hamburger-bar {
    background: #fff !important
}

.mobile-nav-trigger-wrapper.opened .hamburger-bar:nth-of-type(1) {
    -webkit-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

.mobile-nav-trigger-wrapper.opened .hamburger-bar:nth-of-type(2) {
    opacity: 0
}

.mobile-nav-trigger-wrapper.opened .hamburger-bar:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

.mobile-nav-trigger-wrapper .mobile-nav-trigger-container {
    position: relative;
    width: 100%;
    height: 100%;
    transition: all .35s ease-out;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.overlay-navigation {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
    background: linear-gradient(to bottom, rgba(0, 167, 157, 0.95) 0%, rgba(19, 57, 132, 0.95) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc00a79d', endColorstr='#cc133984', GradientType=0);
    color: #fff
}

@media all and (max-width: 560px) {
    .overlay-navigation {
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch
    }
}

.overlay-navigation.open {
    display: block;
    -webkit-animation: fade-in .45s;
    animation: fade-in .45s
}

.overlay-navigation.open .column-one {
    -webkit-animation: fade-in-up-one .7s;
    animation: fade-in-up-one .7s
}

.overlay-navigation.close {
    -webkit-animation: fade-out .3499s ease-out;
    animation: fade-out .3499s ease-out
}

.secondary-nav-header {
    position: relative;
    height: 60px;
    background: #0f3e63
}

.secondary-nav-header .nav-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    cursor: pointer
}

.secondary-nav-header .nav-close:hover>.nav-close-inner>span:nth-of-type(1),
.secondary-nav-header .nav-close:hover>.nav-close-inner>span:nth-of-type(2) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.secondary-nav-header .nav-close .nav-close-inner {
    position: relative;
    width: 100%;
    height: 100%;
    background: transparent;
    transition: all .3s
}

.secondary-nav-header .nav-close .nav-close-inner span {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 32px;
    margin-top: -2px;
    background: #fff;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.secondary-nav-header .nav-close .nav-close-inner span:nth-of-type(1) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.secondary-nav-header .nav-close .nav-close-inner span:nth-of-type(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.container.overlay-nav-container {
    padding: 0 20px 45px 0
}

.container.overlay-nav-container .overlay-nav-links {
    padding-bottom: 20px
}

.container.overlay-nav-container .overlay-nav-links .overlay-nav-item {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #165e96;
    padding: 12px;
    background: transparent;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    transition: all .2s
}

@media all and (max-width: 480px) {
    .container.overlay-nav-container .overlay-nav-links .overlay-nav-item {
        font-size: 17px;
        font-size: 1.0625rem
    }
}

.container.overlay-nav-container .overlay-nav-links .overlay-nav-item:hover,
.container.overlay-nav-container .overlay-nav-links .overlay-nav-item:focus {
    background: #165e96
}

@media all and (min-width: 561px) {
    .container.overlay-nav-container .overlay-nav-button {
        margin: 5px
    }
}

@media all and (max-width: 560px) {
    .container.overlay-nav-container .overlay-nav-button {
        margin: 0 0 10px 0
    }
}

.panel-footer {
    background: #363d49;
    color: #fff
}

.panel-footer .footer-header {
    padding: 0 30px
}

@media all and (max-width: 900px) {
    .panel-footer .footer-header {
        padding: 20px
    }
}

.panel-footer .footer-header .flex-row {
    height: 100px
}

.panel-footer .footer-header .flex-col {
    text-align: center
}

.panel-footer .footer-header .footer-link {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem
}

.panel-footer .footer-header .footer-link:hover {
    color: #b3b3b3
}

.panel-footer .footer-header .footer-link span {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400
}

@media all and (max-width: 900px) {
    .panel-footer .footer-header .footer-link span {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media all and (max-width: 900px) {
    .panel-footer .footer-header .footer-link {
        font-size: 15px;
        font-size: .9375rem
    }
}

.panel-footer .footer-header .heading {
    text-transform: uppercase;
    color: #fff;
    display: inline-block
}

@media all and (max-width: 900px) {
    .panel-footer .footer-header .heading.connect {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media all and (max-width: 560px) {
    .panel-footer .footer-header .heading.connect {
        display: none
    }
}

.panel-footer .footer-callouts {
    border-top: 1px solid #5e646d;
    border-bottom: 1px solid #5e646d
}

.panel-footer .footer-callouts .footer-callout-content {
    padding: 40px
}

@media all and (min-width: 1321px) {
    .panel-footer .footer-callouts .footer-callout-content {
        max-width: 650px;
        margin: 0 auto
    }
}

.panel-footer .footer-callouts .flex-col {
    text-align: center
}

.panel-footer .footer-callouts .flex-col:first-of-type {
    border-right: 1px solid #5e646d
}

@media all and (max-width: 560px) {
    .panel-footer .footer-callouts .flex-col:first-of-type {
        border-right: 0;
        border-bottom: 1px solid #5e646d
    }
}

.far-social-link-wrapper {
    display: inline-block
}

@media all and (max-width: 560px) {
    .footer-top-col {
        display: inline-block;
        width: 100%;
        padding: 10px 0
    }
}

.far-social-link {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 42px;
    background: #fff;
    color: #363d49;
    border-radius: 50%;
    margin: 0 5px;
    text-align: center;
    transition: all .3s
}

.far-social-link:hover {
    color: #fff
}

.far-social-link.facebook:hover {
    color: #fff;
    background: #3b5998
}

.far-social-link.twitter:hover {
    color: #fff;
    background: #1da1f2
}

.far-social-link.instagram:hover {
    color: #fff;
    background: #8a3ab9
}

.far-social-link.youtube:hover {
    color: #fff;
    background: red
}

.far-social-link span {
    display: inline-block;
    color: #363d49;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px)
}

.footer-navigation-container {
    padding: 48px 48px 24px 48px;
    background: #2b313a
}

@media all and (max-width: 560px) {
    .footer-navigation-container {
        padding: 48px 24px 16px
    }
}

.footer-navigation-container .footer-navigation .footer-navigation-item {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 15px;
    color: #fff;
    border-right: 1px solid #5e646d;
    font-weight: 400;
    text-transform: uppercase
}

.footer-navigation-container .footer-navigation .footer-navigation-item:last-of-type {
    border-right: 0
}

.footer-navigation-container .footer-navigation .footer-navigation-item:hover {
    color: #e6e9ec
}

@media all and (max-width: 900px) {
    .footer-navigation-container .footer-navigation .footer-navigation-item {
        font-size: 15px;
        font-size: .9375rem
    }
}

@media all and (max-width: 560px) {
    .footer-navigation-container .footer-navigation .footer-navigation-item {
        width: 100%;
        border-right: 0
    }
}

.footer-legal {
    text-align: center;
    padding: 24px 48px 48px 48px;
    background: #2b313a
}

@media all and (max-width: 560px) {
    .footer-legal {
        padding: 24px 24px 48px 24px
    }
}

.footer-legal p a,
.footer-legal span {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #5e646d;
    color: #a3acb9;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
    font-size: .875rem
}

.footer-legal p a:last-of-type,
.footer-legal span:last-of-type {
    border-right: 0
}

@media all and (min-width: 767px) and (max-width: 1024px) {
    .footer-legal p a,
    .footer-legal span {
        padding: 0 5px
    }
}

.footer-legal span:first-of-type {
    border-right: 1px solid #5e646d
}

@media all and (max-width: 560px) {
    .footer-legal span:first-of-type {
        border-right: 0
    }
}

.fixed-mobile-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    z-index: 999;
    text-align: center;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform
}

@media all and (max-width: 900px) {
    .fixed-mobile-footer {
        display: block
    }
}

.fixed-mobile-footer.headroom--unpinned {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

.fixed-mobile-footer.headroom--pinned,
.fixed-mobile-footer.headroom--top {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.fixed-mobile-footer a {
    position: relative;
    display: block;
    height: 50px;
    padding: 0 10px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background: #1c75bc;
    border-right: 1px solid #fff;
    transition: all .2s
}

@media all and (max-width: 360px) {
    .fixed-mobile-footer a {
        font-size: 15px;
        font-size: .9375rem
    }
}

.fixed-mobile-footer a:last-of-type {
    border-right: 0
}

.fixed-mobile-footer a:focus {
    color: #fff;
    background: #165e96
}

.fixed-mobile-footer a:before {
    display: inline-block;
    padding-right: 3px;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: 'far' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px)
}

.fixed-mobile-footer a:hover {
    background: #1c75bc;
    color: #fff
}

.fixed-mobile-footer a.nav-download:before {
    content: ""
}

.fixed-mobile-footer a.nav-beacon:before {
    content: ""
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: 0;
    padding: 48px;
    background: #a3acb9;
    background: rgba(163, 172, 185, 0.7);
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-backface-visibility: hidden
}

@media all and (max-width: 560px) {
    .modal-overlay {
        padding: 16px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }
}

.modal-content-container {
    max-width: 720px;
    background: #fff;
    border-top: 4px solid #1c75bc;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    -webkit-animation: modal-zoom 0.35s ease-out;
    animation: modal-zoom 0.35s ease-out
}

.modal-video-container {
    max-width: 900px;
    -webkit-animation: modal-zoom 0.35s ease-out;
    animation: modal-zoom 0.35s ease-out
}

.modal-video-container .modal-video-inner {
    padding: 0 45px
}

@media all and (max-width: 560px) {
    .modal-video-container .modal-video-inner {
        padding: 0
    }
}

.modal-video-container .iframe-video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0
}

.modal-video-container .iframe-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.modal-header {
    position: relative;
    width: 100%;
    height: 50px
}

.modal-content-inner {
    padding: 0 25px 25px;
    overflow: hidden;
    min-height: 300px
}

@media all and (max-width: 560px) {
    .modal-content-inner {
        padding: 0 16px 16px
    }
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    cursor: pointer
}

.modal-close .modal-close-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.modal-close .modal-close-inner:hover>span:first-of-type,
.modal-close .modal-close-inner:hover>span:last-of-type {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

.modal-close .modal-close-inner.white-close span {
    background: #fff
}

.modal-close .modal-close-inner.blue-close span {
    background: #1c75bc
}

.modal-close .modal-close-inner span {
    display: block;
    position: absolute;
    left: 13px;
    top: 50%;
    width: 24px;
    height: 2px;
    margin-top: -1px;
    border-radius: 2px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.modal-close .modal-close-inner span:first-of-type {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.modal-close .modal-close-inner span:last-of-type {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ping-section {
    position: relative
}

.ping-section .ping-animation {
    position: absolute;
    width: 100px;
    height: 100px;
    overflow: visible
}

@media all and (min-width: 901px) {
    .ping-section .ping-animation.ping-main {
        left: 62px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media all and (max-width: 900px) {
    .ping-section .ping-animation.ping-main {
        width: 70px;
        height: 70px;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 560px) {
    .ping-section .ping-animation.ping-main {
        width: 50px;
        height: 50px;
        bottom: 0
    }
}

@media all and (min-width: 901px) {
    .ping-section .ping-animation.ping-user {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(240px, -50%);
        -ms-transform: translate(240px, -50%);
        transform: translate(240px, -50%)
    }
}

@media all and (max-width: 900px) {
    .ping-section .ping-animation.ping-user {
        width: 70px;
        height: 70px;
        left: 50%;
        top: 30px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 560px) {
    .ping-section .ping-animation.ping-user {
        width: 50px;
        height: 50px;
        top: 30px
    }
}

.ping-section .ping-animation .ping-inner {
    position: relative;
    width: 100%;
    height: 100%
}

.ping-section .ping-animation span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%
}

@media all and (max-width: 900px) {
    .ping-section .ping-animation span {
        width: 70px;
        height: 70px
    }
}

@media all and (max-width: 560px) {
    .ping-section .ping-animation span {
        width: 50px;
        height: 50px
    }
}

.ping-section .ping-animation span:nth-of-type(1) {
    border-color: #363d49;
    -webkit-animation: ping1 6s infinite;
    animation: ping1 6s infinite
}

.ping-section .ping-animation span:nth-of-type(2) {
    border-color: #1c75bc;
    -webkit-animation: ping2 6s infinite;
    animation: ping2 6s infinite
}

.ping-section .ping-animation span:nth-of-type(3) {
    border-color: #00a79d;
    -webkit-animation: ping3 6s infinite;
    animation: ping3 6s infinite
}

.ping-section .ping-animation span:nth-of-type(4) {
    border-color: #2bb673;
    -webkit-animation: ping4 6s infinite;
    animation: ping4 6s infinite
}

.ping-section .ping-animation span:nth-of-type(5) {
    border-color: #55c58f;
    -webkit-animation: ping5 6s infinite;
    animation: ping5 6s infinite
}

.main-content {
    position: relative;
    background: #fff;
    padding: 5px 1rem 0
}

@media all and (min-width: 561px) {
    .main-content {
        padding: 5px 24px 0
    }
}

@media all and (min-width: 901px) {
    .main-content {
        padding: 5px 48px 0
    }
}

.panel-hero-section {
    position: relative;
    margin-top: 65px;
    width: 100%;
    color: #fff;
    background: #363d49;
    text-align: center
}

@media all and (min-width: 960px) {
    .panel-hero-section {
        margin-top: 80px
    }
}

.panel-hero-section.secondary-hero-section {
    height: calc(100vh - 100px);
    min-height: 420px
}

@media all and (max-width: 560px) {
    .panel-hero-section.secondary-hero-section {
        height: calc(100vh - 120px)
    }
}

@media all and (min-width: 901px) {
    .panel-hero-section.main-hero-section {
        height: calc(100vh - 136px);
        min-height: 540px
    }
}

@media all and (max-width: 900px) {
    .panel-hero-section.main-hero-section {
        height: 700px;
        min-height: 100vh
    }
}

.panel-hero-section.consumer {
    background: url("../images/hero-user-mobile.jpg") no-repeat left center;
    background-size: auto 100%
}

@media all and (min-width: 561px) {
    .panel-hero-section.consumer {
        background: url("../images/hero-user.jpg") no-repeat center center;
        background-size: auto 100%
    }
}

@media all and (min-width: 1025px) {
    .panel-hero-section.consumer {
        background: url("../images/hero-user.jpg") no-repeat center center;
        background-size: cover
    }
}

.panel-hero-section.business {
    background: url("../images/hero-business.jpg") no-repeat center center;
    background-size: auto 100%
}

@media all and (min-width: 1025px) {
    .panel-hero-section.business {
        background-size: cover
    }
}

.panel-hero-section .hero-bg-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 101%;
    min-height: 101%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.panel-hero-section .panel-hero-overlay {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}
 
.panel-hero-section .panel-hero-overlay.gradient { 
    background: linear-gradient(to bottom, rgba(0, 167, 157, 0.6) 0%, rgba(19, 57, 132, 0.55) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc00a79d', endColorstr='#cc133984', GradientType=0)
}

/* New RCW 11-30-2017
.panel-hero-section .panel-hero-overlay.gradient { 
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=0)
} */

@media all and (max-width: 560px) {
    .panel-hero-section .panel-hero-overlay.autoplay-video-overlay video {
        display: none
    }
}

.panel-hero-section .panel-hero-outer {
    display: table;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.panel-hero-section .panel-hero-outer.default {
    background: #363d49;
    background: rgba(54, 61, 73, 0.7)
}

.panel-hero-section .panel-hero-outer.blue {
    background: #1c75bc;
    background: rgba(28, 117, 188, 0.7)
}

.panel-hero-section .panel-hero-outer.green {
    background: #2bb673;
    background: rgba(43, 182, 115, 0.7)
}


.panel-hero-section .panel-hero-outer.gradient {
    background: linear-gradient(to bottom, rgba(0, 167, 157, 0.6) 0%, rgba(19, 57, 132, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#cc00a79d', endColorstr='#cc133984', GradientType=0)
}

/* Added RCW 11-30-2017 
.panel-hero-section .panel-hero-outer.gradient {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000', endColorstr='#000', GradientType=0)
} */

.panel-hero-section .panel-hero-outer.user-overlay {
    height: calc(100% - 120px)
}

@media all and (min-width: 901px) {
    .panel-hero-section .panel-hero-outer.main-hero-outer {
        height: calc(100vh - 136px);
        min-height: 540px
    }
}

@media all and (min-width: 1025px) {
    .panel-hero-section .panel-hero-outer.main-hero-outer {
        max-height: 720px
    }
}

@media all and (max-width: 900px) {
    .panel-hero-section .panel-hero-outer.main-hero-outer {
        height: 700px;
        min-height: 100vh
    }
}

.panel-hero-section .panel-hero-outer.secondary-hero-outer {
    height: calc(100vh - 100px);
    min-height: 420px;
    max-height: 720px
}

@media all and (max-width: 560px) {
    .panel-hero-section .panel-hero-outer.secondary-hero-outer {
        height: calc(100vh - 120px)
    }
}

.panel-hero-section .panel-hero-outer .panel-hero-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 20px
}

@media all and (min-width: 561px) {
    .panel-hero-section .panel-hero-outer .panel-hero-inner {
        padding: 5%
    }
}

.panel-hero-section .panel-hero-outer .panel-hero-inner.user-hero-inner {
    padding-bottom: 100px
}

@media all and (min-width: 561px) {
    .panel-hero-section .panel-hero-outer .panel-hero-inner.user-hero-inner {
        padding-bottom: 120px
    }
}

.panel-hero-section .main-heading {
    max-width: 760px;
    margin: 0 auto 1rem auto
}

.panel-hero-section .secondary-heading {
    max-width: 760px;
    margin: 0 auto 10px auto
}

.panel-hero-section p.secondary-intro {
    max-width: 760px;
    margin: 0 auto;
    font-style: italic
}

.hero-content-container .hero-link-play {
    color: #fff
}

.hero-content-container .hero-link-play:hover {
    color: #ccc
}

.hero-content-container .hero-link-play .link-text {
    display: inline-block;
    text-transform: uppercase;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    text-decoration: underline;
    font-weight: 600;
    padding-left: 5px;
    font-size: 24px;
    font-size: 1.5rem
}

.hero-content-container .hero-link-play .symbol {
    font-size: 50px;
    font-size: 3.125rem
}

.hero-content-container .hero-link-play.lg .symbol {
    font-size: 80px;
    font-size: 5rem
}

.hero-callouts {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 120px;
    cursor: pointer
}

.hero-callouts .hero-callout {
    transition: all .3s
}

.hero-callouts .hero-callout.callout-one,
.hero-callouts .hero-callout.callout-two {
    display: block;
    color: #21252b
}

.hero-callouts .hero-callout.callout-one:hover,
.hero-callouts .hero-callout.callout-two:hover {
    color: #fff;
    background: #1c75bc
}

.hero-callouts .hero-callout.callout-one {
    background: #2bb673
}

.hero-callouts .hero-callout.callout-two {
    background: #e0e065
}

.hero-callouts span {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem
}

.hero-callouts span.before-symbol {
    font-weight: 400
}

.scroll-prompt {
    position: relative;
    height: 30px;
    text-align: center
}

@media all and (max-width: 480px) {
    .scroll-prompt {
        display: none
    }
}

.scroll-prompt .scroll-prompt-inner {
    position: absolute;
    left: 50%;
    top: -40px;
    width: 80px;
    min-height: 100px;
    background: #fff;
    padding: 16px 8px;
    border-radius: 80px;
    margin-left: -40px
}

.scroll-prompt .scroll-mouse {
    position: relative;
    width: 24px;
    height: 36px;
    margin: 0 auto 6px auto;
    border: 2px solid #2bb673;
    border-radius: 12px
}

.scroll-prompt .scroll-mouse:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 6px;
    width: 10px;
    height: 10px;
    margin-left: -1px;
    border-left: 2px solid #2bb673;
    -webkit-animation: scroll-prompt 1s alternate infinite;
    animation: scroll-prompt 1s alternate infinite
}

.scroll-prompt .scroll-message {
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #2bb673;
    text-transform: uppercase
}

.callout-card {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    background: #f8f8f8;
    height: 100%;
    text-align: center
}

@media all and (max-width: 900px) {
    .callout-card {
        max-width: 480px
    }
}

.callout-card .card-hero img {
    display: block;
    width: 100%
}

.callout-card .card-content {
    padding: 20px
}

.card-column {
    padding: 0 12px
}

@media all and (max-width: 900px) {
    .card-column {
        padding: 0 0 15px 0
    }
}

@media all and (max-width: 900px) {
    .card-column:first-of-type {
        padding: 0 12px 15px 0
    }
}

.business-beacon-section {
    height: 300px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width: 900px) {
    .business-beacon-section {
        height: 150px
    }
}

.business-beacon-section .beacon-buisness,
.business-beacon-section .ping-business {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media all and (max-width: 900px) {
    .business-beacon-section .ping-business {
        width: 70px;
        height: 70px
    }
}

@media all and (max-width: 560px) {
    .business-beacon-section .ping-business {
        width: 50px;
        height: 50px
    }
}

.business-beacon-section .beacon-buisness {
    width: 300px;
    height: 300px
}

@media all and (min-width: 1121px) {
    .business-beacon-section .beacon-buisness {
        width: 250px;
        height: 250px
    }
}

@media all and (max-width: 900px) {
    .business-beacon-section .beacon-buisness {
        width: 200px;
        height: 200px
    }
}

@media all and (max-width: 560px) {
    .business-beacon-section .beacon-buisness {
        width: 140px;
        height: 140px
    }
}

.business-beacon-section .beacon-buisness img {
    display: block;
    width: 100%
}

.play-button-trigger-business {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 85px;
    font-size: 5.3125rem;
    color: #fff;
    transition: all .25s
}

.play-button-trigger-business:hover {
    color: #2bb673
}

@media all and (max-width: 560px) {
    .play-button-trigger-business {
        font-size: 60px;
        font-size: 3.75rem;
        padding-top: 20px
    }
}

.business-form-section {
    padding: 0 48px 48px;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

@media all and (max-width: 560px) {
    .business-form-section {
        padding: 0 24px 24px
    }
}

@media all and (max-width: 560px) {
    .business-form-section .flex-col.padded-flex-col.business-quote-form {
        padding-top: 0
    }
}

.business-sponsor-section {
    margin-bottom: 24px
}

@media all and (max-width: 560px) {
    .business-sponsor-section .flex-col.padded-flex-col.business-sponsor-form {
        padding-top: 0
    }
}

.play-button-trigger-vi {
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    font-size: 60px;
    font-size: 3.75rem;
    color: #fff;
    transition: all .25s
}

.play-button-trigger-vi:hover {
    color: #2bb673
}

.play-button-trigger-vi .icon-playbutton {
    display: inline-block;
    -webkit-transform: translateY(14px);
    -ms-transform: translateY(14px);
    transform: translateY(14px)
}

.play-button-trigger-vi .trigger-text {
    padding-left: 15px;
    font-size: 30px;
    font-size: 1.875rem;
    text-transform: uppercase
}

@media all and (max-width: 560px) {
    .play-button-trigger-vi .trigger-text {
        display: none
    }
}

@media all and (max-width: 560px) {
    .play-button-trigger-vi {
        font-size: 60px;
        font-size: 3.75rem;
        padding-top: 20px
    }
}

.lg-sub-head {
    font-size: 36px;
    font-size: 2.25rem;
    text-transform: uppercase
}

@media all and (max-width: 560px) {
    .lg-sub-head {
        font-size: 24px;
        font-size: 1.5rem
    }
}

@media all and (max-width: 900px) {
    .scroll-prompt.user-scroll-prompt {
        display: none
    }
}

.sub-head {
    display: block;
    text-transform: uppercase;
    font-weight: 300
}

section.app-download-section,
section.user-beacon-section {
    position: relative
}

@media all and (max-width: 560px) {
    section.app-download-section,
    section.user-beacon-section {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media all and (min-width: 901px) {
    section.app-download-section .container.app-download-container {
        padding-left: 40%
    }
}

@media all and (max-width: 900px) {
    section.app-download-section .container.app-download-container {
        text-align: center
    }
}

@media all and (max-width: 560px) {
    section.app-download-section .container.app-download-container {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media all and (min-width: 901px) {
    section.user-beacon-section .container.user-beacon-container {
        padding-right: 40%
    }
}

@media all and (max-width: 900px) {
    section.user-beacon-section .container.user-beacon-container {
        padding-bottom: 40px;
        padding-top: 150px;
        text-align: center
    }
}

@media all and (max-width: 560px) {
    section.user-beacon-section .container.user-beacon-container {
        padding-top: 140px
    }
}

.download-phone {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 265px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media all and (max-width: 900px) {
    .download-phone {
        display: none
    }
}

.download-phone img {
    display: block;
    width: 100%
}

.price-bubble {
    position: absolute;
    height: 127px;
    width: 127px;
    border-radius: 50%;
    background: #e6e9ec;
    color: #21252b;
    line-height: 127px;
    text-align: center
}

.price-bubble.left {
    left: 3%;
    top: -1%
}

.price-bubble.right {
    right: -30px;
    top: -15%
}

.price-bubble.blue {
    background: #1c75bc;
    color: #fff
}

.price-bubble.yellow {
    background: #e0e065;
    color: #21252b
}

.price-bubble.green {
    background: #2bb673;
    color: #21252b
}

@media all and (max-width: 900px) {
    .price-bubble.hide-vertical {
        display: none
    }
}

@media all and (max-width: 900px) {
    .price-bubble {
        height: 80px;
        width: 80px;
        line-height: 80px
    }
}

@media all and (max-width: 560px) {
    .price-bubble {
        height: 70px;
        width: 70px;
        line-height: 70px
    }
}

.price-bubble .bubble-text-lg {
    text-transform: uppercase;
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 600
}

@media all and (max-width: 900px) {
    .price-bubble .bubble-text-lg {
        font-size: 23px;
        font-size: 1.4375rem
    }
}

.beacon-user {
    position: absolute
}

@media all and (min-width: 901px) {
    .beacon-user {
        left: 50%;
        top: 50%;
        width: 300px;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%)
    }
}

@media all and (min-width: 1121px) {
    .beacon-user {
        width: 300px;
        height: 300px
    }
}

@media all and (max-width: 900px) {
    .beacon-user {
        width: 200px;
        height: 200px;
        left: 50%;
        top: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 560px) {
    .beacon-user {
        width: 140px;
        height: 140px;
        top: 0
    }
}

.beacon-user img {
    display: block;
    width: 100%
}

.panel-hero-section.main-hero-section.homepage-hero {
    background: url("../images/far-bg-static.jpg") no-repeat center top;
    background-size: cover
}

@media all and (max-width: 560px) {
    .panel-hero-section.main-hero-section.homepage-hero {
        background: url("../images/far-bg-static-mobile.jpg") no-repeat center top;
        background-size: auto 100%
    }
}

.hero-callout-box {
    border: 1px solid #fff
}

.hero-callout-box .callout-column {
    padding: 25px;
    background: #1c75bc;
    background: rgba(28, 117, 188, 0.7);
    transition: background .4s
}

@media all and (min-width: 901px) {
    .hero-callout-box .callout-column {
        padding: 50px 25px
    }
}

.hero-callout-box .callout-column.callout-column-one:hover {
    background: #2bb673;
    background: rgba(43, 182, 115, 0.9)
}

@media all and (max-width: 900px) {
    .hero-callout-box .callout-column.callout-column-one {
        border-bottom: 1px solid #fff
    }
}

@media all and (min-width: 901px) {
    .hero-callout-box .callout-column.callout-column-one {
        border-right: 1px solid #fff
    }
}
/* RCW changes to callout-columns */
.hero-callout-box .callout-column.callout-column-two:hover {
    background: #2bb673;
    background: rgba(43, 182, 115, 0.9)
}



.hero-callout-box .callout-column p {
    max-width: 540px;
    margin: 0 auto 1rem auto
}

@media all and (min-width: 901px) {
    section.how-it-works-section .how-it-works-container {
        padding-left: 50%
    }
}

@media all and (max-width: 900px) {
    section.how-it-works-section .how-it-works-container {
        padding-top: 40px;
        padding-bottom: 140px;
        text-align: center
    }
}

section.how-it-works-section .phone-main {
    position: absolute;
    left: 45%;
    top: 50%;
    width: 185px;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

@media all and (max-width: 900px) {
    section.how-it-works-section .phone-main {
        display: none
    }
}

@media all and (min-width: 1121px) {
    section.how-it-works-section .phone-main {
        width: 220px
    }
}

section.how-it-works-section .phone-main img {
    display: block;
    width: 100%
}

.callout-icons {
    padding-bottom: 30px
}

.callout-icons .symbol-wave {
    display: inline-block;
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    padding-left: 5px
}

section.card-callout-section {
    padding: 0 0 64px 0
}

@media all and (max-width: 900px) {
    section.card-callout-section {
        padding: 60px 0 50px 0
    }
}

.card-row {
    -webkit-justify-content: center;
    -ms-flex-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.beacon-main {
    position: absolute
}

@media all and (min-width: 901px) {
    .beacon-main {
        width: 240px;
        height: 240px;
        left: -36px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

@media all and (min-width: 1121px) {
    .beacon-main {
        width: 300px;
        height: 300px
    }
}

@media all and (max-width: 900px) {
    .beacon-main {
        width: 200px;
        height: 200px;
        left: 50%;
        bottom: -40px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 560px) {
    .beacon-main {
        width: 140px;
        height: 140px;
        bottom: 0
    }
}

.beacon-main img {
    display: block;
    width: 100%
}