html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

img {
    border: 0
}

button,
input,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

textarea {
    overflow: auto
}

@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    a[href^="#"]:after {
        content: ""
    }
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

* {
    box-sizing: border-box
}

:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(29, 48, 95, .2)
}

body {
    font-family: "Museo Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #222;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0079d0;
    text-decoration: none
}

a:focus,
a:hover {
    color: #005b9d;
    text-decoration: underline
}

a:focus {
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: 1d305f
}

h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

p {
    margin: 0 0 10px
}

.small {
    font-size: 85%
}

.text-muted {
    color: #777
}

ul {
    margin-top: 0;
    margin-bottom: 10px
}

.container-fluid {
    padding: 0!important
}

.container {
    margin-right: auto !important;
    margin-left: auto !important;
    float: none !important;
    padding-left: 20px;
    padding-right: 20px
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 760px !important;
    }
}

@media (min-width:992px) {
    .container {
        width: 980px !important;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1180px !important;
    }
}

.row {
    margin-left: -20px;
    margin-right: -20px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-6,
.col-xs-2,
.col-xs-10,
.col-md-12,
.col-md-4,
.col-md-6,
.col-md-8,
.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-left: 20px;
    padding-right: 20px
}

.col-xs-6 {
  width: 50%; 
  float: left;
}

.col-xs-2 {
  width: 16.66667%;
  float: left;
}

.col-xs-10 {
  width: 83.33333%;
  float: left;
}

@media (min-width:768px) {
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
}

@media (min-width:992px) {
    .col-md-12,
    .col-md-4,
    .col-md-6,
    .col-md-8 {
        float: left
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-12 {
        width: 100%
    }
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

select[multiple] {
    height: auto
}

.hs-input {
    display: block;
    width: 100% !important;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.hs-input:focus {
    border-color: #40c0ec;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 2px rgba(64, 192, 236, .3)
}

.hs-input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.hs-input:-ms-input-placeholder {
    color: #999
}

.hs-input::-webkit-input-placeholder {
    color: #999
}

.hs-input::-ms-expand {
    border: 0;
    background-color: transparent
}

.hs-input[type="checkbox"], .hs-input[type="radio"] {
  width: auto !important;
  height: auto !important;
  margin: 3px 3px 0px 5px;
}

.hs-form-field.hs-fieldtype-checkbox label, .hs-form-field.hs-fieldtype-radio label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.inputs-list[role="checkbox"] {
  list-style: none;
  padding-left: 0;
}

.hs-form-field {
    margin-bottom: 15px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    text-shadow: none;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:active:focus,
.btn:focus {
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn:active {
    outline: 0;
    background-image: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:focus {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf
}

.btn-default:hover {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf
}

.btn-default:active {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf
}

.btn-default:active:focus,
.btn-default:active:hover {
    color: #333;
    background-color: #f2f2f2;
    border-color: #bfbfbf
}

.btn-default:active {
    background-image: none
}

.btn-primary {
    color: #fff;
    background-color: #0079d0;
    border-color: #0079d0
}

.btn-primary:focus {
    color: #fff;
    background-color: #006ab7;
    border-color: #006ab7
}

.btn-primary:hover {
    color: #fff;
    background-color: #006ab7;
    border-color: #006ab7
}

.btn-primary:active {
    color: #fff;
    background-color: #006ab7;
    border-color: #006ab7
}

.btn-primary:active:focus,
.btn-primary:active:hover {
    color: #fff;
    background-color: #006ab7;
    border-color: #006ab7
}

.btn-primary:active {
    background-image: none
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu>li>a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.open>.dropdown-menu {
    display: block
}

.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group .dropdown-toggle:active {
    outline: 0
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .8
}

.close:focus,
.close:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 1
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.pull-left {
    float: left!important
}

.visible-xs {
    display: none!important
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important
    }
}

select.selectpicker {
    display: none!important
}

.bootstrap-select>.dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 50%;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333!important;
    outline: 5px auto -webkit-focus-ring-color!important;
    outline-offset: -2px
}

.bootstrap-select.hs-input {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.hs-input:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.btn-group:not(.input-group-btn) {
    float: none;
    display: inline-block;
    margin-left: 0
}

.form-group .bootstrap-select.btn-group {
    margin-bottom: 0
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative
}

.pull-left {
    float: left
}

.fa-envelope-o:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

html {
    height: 100%
}

body {
    min-height: 100%;
    overflow-y: scroll;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

#container {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

h1,
h2,
h3,
h4 {
    color: #1d305f
}

h2 {
    margin-bottom: 20px
}

label {
    font-weight: 400
}

.uppercase {
    text-transform: uppercase
}

.text-grey {
    color: #777
}

.lead {
  font-size: 1.5em;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.4;
}

.btn-cta {
    padding: 10px 20px;
    color: #fff;
    background-color: #ffa612;
    border-color: #ffa612
}

.btn-cta:focus {
    color: #fff;
    background-color: #f89b00;
    border-color: #f89b00
}

.btn-cta:hover {
    color: #fff;
    background-color: #f89b00;
    border-color: #f89b00
}

.btn-cta:active {
    color: #fff;
    background-color: #f89b00;
    border-color: #f89b00
}

.btn-cta:active:focus,
.btn-cta:active:hover {
    color: #fff;
    background-color: #f89b00;
    border-color: #f89b00
}

.btn-cta:active {
    background-image: none
}

.btnThin {
    background-color: transparent;
    border-width: 2px;
    font-weight: 700
}

.btnThin-orange {
    color: #ffa612;
    border-color: #ffa612
}

.btnThin-orange:focus,
.btnThin-orange:hover {
    color: #de8b00;
    border-color: #de8b00
}

.btn-full {
    width: 100%
}

.dropNav-container {
    position: relative
}

@media (min-width:768px) {
    .dropNav-container:hover .dropNav-menu {
        display: block;
        margin-top: 3px
    }
}

.dropNav-menu {
    display: none;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    margin: 0;
    left: 50%;
    top: 40px;
    z-index: 1000;
    min-width: 200px;
    list-style: none;
    font-size: 1em;
    text-align: left;
    background-color: #fff;
    border: 1px solid #cfd7e3;
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    padding: 0
}

.dropNav-menu:before {
    content: "";
    position: absolute;
    top: -9px;
    border-width: 0 10px 8px 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-style: solid;
    border-color: #cfd7e3 transparent;
    display: block;
    width: 0
}

.dropNav-menu:after {
    content: "";
    position: absolute;
    top: -8px;
    border-width: 0 10px 8px 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0
}

.dropNav-menu>:first-of-type {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    overflow: hidden
}

.dropNav-menu>:last-of-type {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    overflow: hidden
}

.dropNav-contactIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1d305f;
    padding: 5px 0;
    font-size: 12px
}

.dropNav-contactIcon .fa {
    font-size: 1.8em;
    min-width: 35px
}

.dropNav-contact {
    display: block;
    padding: 9px 0
}

.dropNav-contact .btn {
    padding: 4px 10px;
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: .05em;
    font-weight: 700
}

@media (max-width:1280px) {
    .dropNav-contactMenu {
        left: 100%;
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0)
    }
    .dropNav-contactMenu:after,
    .dropNav-contactMenu:before {
        left: 84%;
        -webkit-transform: translate(-84%, 0);
        transform: translate(-84%, 0)
    }
}

.dropNav-contactMenu .dropNav-contactIcon {
    padding: 10px 20px;
    transition: all .2s ease-in-out
}

.dropNav-contactMenu .dropNav-contactIcon:hover {
    background-color: #ebeff5
}

.dropNav-contactMenu:hover {
    text-decoration: none
}

.required>label:before {
    content: "*";
    color: red;
    margin-right: 2px
}

select.hs-input {
    width: 250px;
    max-width: 100%
}

.contact-form {
    width: 100%;
    overflow: hidden
}

.contact-form-submit {
    padding: 10px 0 20px;
    position: relative
}

.contact-form-submit .contact-form-disclaimer {
    width: 100%;
    float: none;
    text-align: left;
    margin-top: 10px
}

@media (min-width:480px) {
    .contact-form-submit .contact-form-disclaimer {
        float: right;
        width: 50%;
        text-align: right;
        margin-top: 5px
    }
}

.contact-form-disclaimer {
    font-size: .8em;
    display: block
}

.contact-form-tight .row {
    margin-left: -5px;
    margin-right: -5px
}

.contact-form-tight [class^=col-] {
    padding: 0 5px
}

.contact-form-button {
    width: 100%;
    white-space: normal
}

@media (min-width:480px) {
    .contact-form-button {
        width: auto
    }
}

.hs-form-field textarea {
    resize: vertical;
    min-height: 34px
}

.g-recaptcha {
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin: 8px 0
}

@media (min-width:1200px) {
    .g-recaptcha {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (max-width:768px) {
    input,
    select {
        font-size: 16px!important
    }
}

.select-stylized {
    position: relative
}

.select-stylized button.dropdown-toggle,
.select-stylized select {
    background: linear-gradient(to bottom, #fff 50%, #e6eaf2 100%);
    cursor: pointer;
    box-shadow: none;
    width: 100%!important;
    left: 0
}

.select-stylized select:hover {
    background: linear-gradient(to bottom, #fff 50%, #dfe1e6 100%)
}

.select-stylized .selectpicker {
    pointer-events: none
}

.select-stylized .dropdown-menu li a .fa {
    color: #0079d0
}

.select-stylized .dropdown-menu>li>a {
    white-space: normal
}

.select__state {
    margin-bottom: 10px;
    border-radius: 4px
}

.select__state ul.dropdown-menu {
    max-height: 200px!important
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%);
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1050
}

@media (min-width:768px) {
    .modal-dialog {
        width: 700px;
        margin: 60px auto 30px
    }
}

.modal-content {
    position: relative;
    background-color: #fff;
    border-bottom: 6px solid #f99e1b;
    border-radius: 4px;
    background-clip: padding-box;
    outline: 0;
    overflow: hidden
}

@media (min-width:768px) {
    .modal-content {
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
}

.modal-header {
    padding: 20px 30px;
    background-color: #eef1f6;
    margin-bottom: 20px
}

.modal-header~.modal-body {
    padding-top: 0
}

.modal-title {
    font-size: 1.6em;
    color: #1d305f;
    font-weight: 700
}

.modal-body {
    max-height: calc(100vh - 190px);
    overflow-y: auto;
    position: relative;
    padding: 30px
}

@media (min-width:768px) {
    .modal-body {
        min-height: 200px
    }
}

.modal-body .users {
    overflow: hidden
}

.dropdown-menu>li>a:focus {
    background-color: #eee
}

.navbottom {
    padding-top: 15px;
    padding-bottom: 15px
}

.navbottom__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .navbottom__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        text-align: left
    }
}

.navbottom__row>* {
    padding: 5px 0
}

.stripe {
    padding-top: 40px;
    padding-bottom: 40px
}

.stripe-greyblue-fade {
    background: linear-gradient(to bottom, #f5f7fa 0, rgba(245, 247, 250, 0) 100%)
}

.landing__body {
  position: relative;
  top: -100px;
}

.landing__download {
    margin-bottom: 40px
}

@media (min-width:768px) {
    .landing__download .stripe {
        padding: 60px 0 30px
    }
}

.landing__download h3 {
    margin: 0 0 20px 0
}

.landing__download p,
.landing__download ul {
    line-height: 1.6
}

.landing__download img {
    margin-bottom: 20px
}

.landing__downloadHeader h1 {
    line-height: 1.3;
    font-size: 1.8em;
    margin: 0
}

@media (min-width:768px) {
    .landing__downloadHeader h1 {
        font-size: 2.4em
    }
}

.landing__downloadHeader h2 {
    font-size: 1.4em;
    line-height: 1.4;
    margin: 5px 0 0 0;
    color: #9bacc5
}

.landing__form {
  position: sticky; 
  top: 20px;
}

.landing__form h3, .landing__form h4 {
  margin-top: 0;
}

.landing__formSuccess {
  text-align: center;
  background-color: rgba(207, 215, 227, .3);
  padding: 20px;
  border-radius: 6px;
}

.landing__success .btn-cta {
  min-width: 200px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 20px;
}

.landing__success .lead {
  margin-bottom: 40px;
}

.landing__successBody {
  margin-bottom: 40px;
}

.landing__successBody .wistia_responsive_padding {
  margin-top: 40px;
}

.service-feature {
  display: flex;
}

.service-feature-img {
  flex: 0 0 80px;
  margin-right: 20px;
  border-radius: 50%;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
  background-color: #ffffff;
  transition: all 0.2s ease;
}

@media (min-width: 768px) {
  .service-feature-img {
    flex: 0 0 120px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .service-feature-img {
    margin: 0 0 20px 0;
  }
}

.service-feature-img img {
  width: 100%;
  max-width: 120px;
}

.service-feature-content {
  position: relative;
  z-index: 1;
  flex: 1;
}

.service-feature-content .fa {
  margin-left: 5px;
}

.service-description {
  font-size: 1em;
  line-height: 1.6;
  margin: 0;
}

@media (min-width: 768px) {
  .service-description {
    font-size: 1.2em;
  }
}

.tip-box {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #cfd7e3;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 992px) and (min-width: 768px) {
  .tip-box {
    flex-direction: column;
    text-align: center;
  }
}

.tip-box-link {
  transition: border 0.2s ease;
}

.tip-box-link:hover, .tip-box-link:focus {
  text-decoration: none;
  border-color: #00a5da;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.tip-box-link .service-description {
  display: block;
  color: #555555;
  margin-bottom: 10px;
}

.tip-box-link .service-link > * {
  display: inline;
}

.tip-box-link .service-feature-img img {
  transition: opacity 0.2s ease;
}

@media (max-width: 992px) and (min-width: 768px) {
  .tip-box-link .service-feature-img img {
    width: 120px;
    height: 120px;
  }
}


.tip-box-link:hover .service-feature-img, .tip-box-link:focus .service-feature-img {
  background-color: #40c0ec;
  box-shadow: 0 0 0 80px rgba(0, 165, 218, 0.05);
}

.fa-angle-right:before {
  content: "\f105";
}

.mainNav {
    position: relative;
    z-index: 100;
    transition: all .4s ease
}

@media (min-width:768px) {
    .mainNav {
        height: auto;
        box-shadow: 0 1px 3px rgba(0, 0, 0, .1)
    }
}

.mainNav-bottom {
    background-color: #fff;
    border-bottom: 1px solid #cfd7e3
}

.mainNav-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff
}

@media (min-width:768px) {
    .mainNav-container>* {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }
}

.logoImg {
    position: relative;
    display: block;
    background-image: url(https://s3-us-west-2.amazonaws.com/harbor.assets.master/images/logo/harborcompliance.svg);
    background-repeat: no-repeat;
    width: 110px;
    height: 37px;
    text-indent: -9999px
}

.mainNav-logo {
    padding: 20px 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.mainNav-logoImg {
    width: 130px;
    height: 35px
}

@media (min-width:992px) {
    .mainNav-logoImg {
        width: 150px;
        height: 50px
    }
}

.topNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0;
    height: 45px;
    margin: 0
}

.topNav>li {
    display: inline-block
}

.topNav>li+li {
    margin-left: 20px
}

@media (min-width:768px) {
    .topNav>li+li {
        margin-left: 30px
    }
}

@media (min-width:768px) {
    .topNav {
        margin: 0
    }
}

.topNav-link {
    color: #1d305f;
    text-transform: uppercase;
    font-size: .7em;
    letter-spacing: .05em;
    font-weight: 700;
    transition: color .15s ease-in-out;
    padding: 15px 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    position: relative
}

@media (min-width:768px) {
    .topNav-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: .8em
    }
}

.topNav-link:focus,
.topNav-link:hover {
    text-decoration: none;
    color: #9bafe0
}

.topNav-title {
    padding: 3px 0 0 0
}

@media (min-width:768px) {
    .topNav-title {
        padding: 0 5px 0 0;
        font-size: 1em
    }
}

.topNav-icon {
    font-size: 2em
}

@media (min-width:768px) {
    .topNav-icon {
        font-size: 1.6em
    }
}


/*! CSS Used fontfaces */

@font-face {
    font-family: "Museo Sans";
    src: url(https://i.harborcompliance.com/fonts/museo/museosans-500.woff2) format("woff2"), 
    src: url(https://i.harborcompliance.com/fonts/museo/museosans-500.woff) format("woff");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Museo Sans";
    src: url(https://i.harborcompliance.com/fonts/museo/museosans-700.woff2) format("woff2"), 
    src: url(https://i.harborcompliance.com/fonts/museo/museosans-700.woff) format("woff");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "FontAwesome";
    src: url("https://i.harborcompliance.com/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("https://i.harborcompliance.com/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.hs-input.error {
    border-color: #AB1D18;
}

.hs-input.error:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #e54a44;
}

.hs-error-msgs {
    font-size: 12px;
    padding: 5px 0 5px 20px;
    color: #ab1d18
}

.hs-button[type=submit] {
    padding: 10px 20px;
    color: #fff;
    background-color: #ffa612;
    border-color: #ffa612;
    border-radius: 4px;
    border: 0;
}

.hs-button[type=submit]:hover {
    padding: 10px 20px;
    color: #fff;
    background-color: #f89b00 !important;
    border-color: #f89b00 !important;
    border: 0;
}

.body-container-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.list__checks {
    list-style: none;
    padding-left: 20px;
}

.list__checks > li {
    padding-left: 30px;
    position: relative;
}

.list__checks > li + li {
    margin-top: 20px;
}

.list__checks > li:before {
    content: '\f058';
    font-family: FontAwesome;
    color: #f99e1b;
    font-size: 1.4em;
    position: absolute;
    top: -4px;
    left: 0;
}

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

div#hs-eu-cookie-confirmation {
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  background-color: rgba(29, 48, 95, 0.95);
  background: linear-gradient(to bottom, rgba(29, 48, 95, 0.95), rgba(41, 68, 134, 0.95));
  color: #ffffff;
  font-family: "Museo Sans", Helvetica, Arial, sans-serif;
}

div#hs-eu-cookie-confirmation-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

div#hs-eu-cookie-confirmation-inner p {
  color: #ffffff !important;
  margin: 0 !important;
}

@media (min-width:768px) {
  div#hs-eu-cookie-confirmation-inner p {
    width: 88%;
  }
}

div#hs-eu-cookie-confirmation-inner > *:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 90%;
  flex: 1 0 90%;
  padding-right: 20px;
  color: #ffffff !important;
  margin: 0 !important;
}

div#hs-eu-cookie-confirmation-inner > *:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 40px;
  flex: 1 0 40px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: transparent !important;
}

div#hs-eu-cookie-confirmation #hs-en-cookie-confirmation-buttons-area {
  margin: 0 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  padding: 5px 10px !important;
  font-size: 12px  !important;
  line-height: 1.5  !important;
  border-radius: 3px  !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  max-width: 1200px !important;
}

@media (min-width:768px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    position: absolute;
    width: 10%;
    right: 10px;
    top: 10px;
  }
}

ul.hs-error-msgs {
  list-style: none;
  padding-left: 0;
  font-size: 11px;
  margin-bottom: 0;
}

ul.hs-error-msgs .hs-error-msg {
  font-weight: bold;
}

.hs-form fieldset {
  max-width: none!important;
}

.hs-form-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.hs-form-field.hs-fieldtype-booleancheckbox ul {
  list-style: none;
  padding-left: 0;
}

.hs-form-field.hs-fieldtype-booleancheckbox label {
  flex-direction: row;
  justify-content: normal;
}

.hs-form-field .hs-form-required {
  color: #ffffff;
  margin-right: 2px;
}

.landing {
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #000000;
	padding: 40px 0
}

@media (min-width: 768px) {
	.landing {
		background-size: cover;
		background-position: center
	}
}

.landing__mailingList {
	background-color: #1d305f;
	position: relative;
  display: flex;
  align-items: center;
  background-image: url('https://560178.fs1.hubspotusercontent-na1.net/hubfs/560178/landing-page-assets/mailing-list-signup-bg.jpeg');
}

.landing__mailingList--altBg {
  background-image: url('https://560178.fs1.hubspotusercontent-na1.net/hubfs/560178/landing-page-assets/dynamic-disclosures-beta-list-signup-bg.jpg');
}

.landing__mailingList:before {
	content: '';
	display: block;
	width: 100%;
	height: 500px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: linear-gradient(to bottom, rgba(29, 48, 95, 0) 0, rgba(29, 48, 95, 0.3) 50px, #1d305f 180px)
}

@media (min-width: 768px) {
	.landing__mailingList:before {
		height: 100%;
		background: linear-gradient(to left, rgba(29, 48, 95, 0) 30%, rgba(29, 48, 95, 0.8) 50%, #1d305f 65%)
	}
}

@media (min-width: 768px) {
	.landing__mailingList {
		min-height: calc(100vh - 160px)
	}
}

.landing__mailingList .fa-spinner {
	color: #ffffff !important
}

.landing__mailingListContainer {
	position: relative;
	z-index: 10;
  color: #ffffff;
}

.landing__mailingListContainer h1 {
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: 40px;
}

.landing__mailingListContainer p {
  margin-bottom: 20px;
}

.landing__mailingListContainer label,
.landing__mailingListContainer .contact-form-disclaimer {
	color: #ffffff
}

.landing__mailingListContainer .landing__description {
	font-size: 1.2em
}

@media (min-width: 768px) {
	.landing__mailingListContainer .landing__description {
		font-size: 1.4em
	}
  
  .landing__mailingListContainer h1 {
    margin-top: 0;
  }
}

.landing__mailingListContainer .hs-input {
  min-height: 40px;
}

.landing__mailingListContainer ul.inputs-list {
  display: flex;
  flex-direction: row;
}

.landing__mailingListContainer ul.inputs-list li:last-child {
  position: relative;
  left: -1px;
}

.landing__mailingListContainer ul.inputs-list li:first-child span {
  border-radius: 4px 0 0 4px;
}

.landing__mailingListContainer ul.inputs-list li:last-child span {
  border-radius: 0 4px 4px 0;
}

.landing__mailingListContainer .hs-form-radio-display span {
  padding: 10px;
  border: 1px solid #cfd7e3;
  background-color: #ffffff;
  min-width: 110px;
  text-align: center;
  margin: 0;
  color: #555555;
  width: 40%;
  max-width: 150px;
  float: left;
  z-index: 0;
  position: relative;
  display: flex;
  justify-content: center;
}

.landing__mailingListContainer .hs-form-radio-display span:hover {
  cursor: pointer;
}
  
.landing__mailingListContainer input[type="radio"] {
  display: none;
}

.landing__mailingListContainer input[type="radio"]:checked~span {
  z-index: 2;
}

.landing__mailingListContainer input[type="radio"]:checked~span:before {
  content: '\f058';
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

.landing__mailingListContainer--aligned img {
  margin: 20px 0;
}

@media (min-width: 768px) {
.landing__mailingListContainer--aligned .row-fluid {
    display: flex;
    align-items: center;
  }
}