/* FORM STYLES */
.hbspt-form .hbspt-form fieldset {
    width: 100%;
}

.hbspt-form form fieldset {
    max-width: 100%;
}

.hbspt-form form fieldset.form-columns-1 .hs-input,
.hbspt-form form fieldset.form-columns-2 .hs-input {
    width: 100%;
    margin: 0 0 5px 0;
    max-width: 100%;
}

.hbspt-form form fieldset.form-columns-1 .input,
.hbspt-form form fieldset.form-columns-2 .input {
    position: relative;
}

.hbspt-form form fieldset.form-columns-1 select.hs-input,
.hbspt-form form fieldset.form-columns-2 select.hs-input {
    min-height: 50px;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
    .hbspt-form form fieldset.form-columns-1 .hs-form-field .hs-input,
    .hbspt-form form fieldset.form-columns-2 .hs-form-field .hs-input {
        width: 100%;
    }
}

.hbspt-form form fieldset.form-columns-1 .hs-input.nice-select,
.hbspt-form form fieldset.form-columns-2 .hs-input.nice-select {
    padding: 16px 0 11px 20px;
    border-radius: 0;
    color: #3a3a3a;
    /*border: 1px solid #979797;*/
    height: 51px;
    box-shadow: inset 0 1px 2px black;
    /*margin:0 0 20px 0;*/
    float: none;
    border-bottom: 2px solid transparent;
}

.hbspt-form form fieldset.form-columns-1 .hs-input.invalid.error,
.hbspt-form form fieldset.form-columns-2 .hs-input.invalid.error {
    border-bottom: 2px solid #e2272c;
}

.hbspt-form form fieldset.form-columns-2 .hs-input.nice-select .list {
    margin: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .hbspt-form form fieldset.form-columns-2 .hs-input.nice-select .list {
        width: 100%;
    }
}

.hbspt-form form fieldset.form-columns-2 .hs-input.nice-select .current {
    white-space: nowrap;
    overflow: hidden;
    display: block;
    width: 85%;
    text-overflow: ellipsis;
}

.hbspt-form form fieldset.form-columns-2 .hs-input.nice-select:after {
    top: 20px;
}

.hbspt-form form fieldset.form-columns-1 .hs-input.nice-select:focus,
.hbspt-form form fieldset.form-columns-2 .hs-input.nice-select:focus {
    border-bottom: 1px solid transparent;
}

.hbspt-form .hs-input:not([type=checkbox]) {
    padding: 16px 54px 11px 20px;
    font-size: 17px;
    color: #3a3a3a;
    font-weight: 300;
    background-color: #eeeceb;
    border: none;
    border-bottom: 2px solid transparent;
    box-sizing: border-box;
    border-radius: 0;
    min-height: 51px;
    box-shadow: none;
    font-family: "canada-type-gibson", sans-serif;
}

.hbspt-form .inputs-list {
    padding-left: 0 !important;
}

.hbspt-form select.hs-input {
    padding: 16px 54px 16px 20px;
    font-weight: 400;
    color: #3a3a3a;
    position: relative;
    font-size: 17px;
}

.hbspt-form select.hs-input option {
    font-weight: 400;
    color: #3a3a3a;
}

.hbspt-form .hs-form-field .select-wrapper {
    position: relative;
}

.hbspt-form .hs-form-field .select-wrapper:after {
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='9' viewBox='0 0 7 9' fill='none' xmlns='http://www.w3.org/2000/svg' class='VerticalMenu__Item__arrow-right'%3E%3Cpath d='M4.89781 4.67416L1.56753 7.93333C1.45239 8.04602 1.45239 8.22872 1.56753 8.34141C1.68269 8.45407 1.86936 8.45407 1.98451 8.34141L5.52328 4.8782C5.6384 4.76551 5.6384 4.58281 5.52328 4.47012L1.98451 1.00691C1.86736 0.896184 1.68067 0.899364 1.56753 1.01401C1.45716 1.12586 1.45716 1.30316 1.56753 1.41499L4.89781 4.67416Z' fill='%233a3a3a' stroke='%233a3a3a'%3E%3C/path%3E%3C/svg%3E");
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    width: 16px;
    height: 14px;
    position: absolute;
    top: 33%;
    right: 12px;
    content: '';
    pointer-events: none;
    opacity: 0.85;
}

.hbspt-form textarea.hs-input:not([type=checkbox]) {
    min-height: 200px;
}

.hbspt-form .hs-input:not([type=checkbox]):hover {
    border: none;
    border-bottom: 2px solid transparent;
}

.hbspt-form .hs-input:not([type=checkbox]):focus {
    border-bottom: 2px solid #3a3a3a;
    outline: none;
    box-shadow: none;
}

.hbspt-form .error input:not([type=checkbox]):focus,
.hbspt-form input.error:not([type=checkbox]):focus,
.hbspt-form .error textarea:not([type=checkbox]):focus,
.hbspt-form textarea.error:not([type=checkbox]):focus,
.hbspt-form .error input:not([type=checkbox]),
.hbspt-form input.error:not([type=checkbox]),
.hbspt-form .error textarea:not([type=checkbox]),
.hbspt-form textarea.error:not([type=checkbox]),
.hbspt-form .error input:not([type=checkbox]):hover,
.hbspt-form input.error:not([type=checkbox]):hover,
.hbspt-form .error textarea:not([type=checkbox]):hover,
.hbspt-form textarea.error:not([type=checkbox]):hover {
    outline: none;
    background-color: #eeeceb;
    border-bottom: 2px solid #e2272c;
}

.hbspt-form .hs-error-msgs {
    list-style: none;
    margin: 0 !important;
}

.hbspt-form .hs-form-booleancheckbox label span,
.hbspt-form .hs-form-checkbox label span,
.hbspt-form .hs-form-booleancheckbox label span p {
    width: 100%;
    font-size: 17px;
    line-height: 1.41;
    color: #3a3a3a;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300;
}

.hbspt-form .hs-form-checkbox label span {
    top: 2px;
    position: relative;
}

.hbspt-form .hs-error-msgs li {
    margin: 0 !important;
}

.hbspt-form .hs-error-msgs li label {
    margin: 0;
    font-family: "canada-type-gibson", sans-serif;
    font-size: 12px;
    color: #DF2A33;
    font-weight: 400;
    display: block;
}

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

.form-style1 .hs-form-field {
    position: relative;
}

.hbspt-form .hs-form-field > label {
    font-family: "canada-type-gibson", sans-serif;
    font-size: 15px;
    font-weight: 400 !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.73 !important;
    letter-spacing: normal;
    /*color: #3a3a3a;*/
}

.hbspt-form .hs-form-field > label > span {
    color: #3a3a3a;
}

.hbspt-form .hs-form-field > label > span + span {
    margin-left: 2px;
}

.hbspt-form .hs-form-field legend {
    margin: 0 0 5px 0 !important;
}

.hbspt-form .hs-form-field > label.error {
    color: #DF2A33;
}

.hbspt-form .input .inputs-list {
    list-style-type: none;
    margin: 0;
}

.hbspt-form .input .inputs-list > li {
    margin: 0 0 20px 0;
}

.hbspt-form .input .hs-form-checkbox > label,
.hbspt-form .input .hs-form-booleancheckbox > label {
    position: relative;
    display: inline-block;
}

@media (min-width: 768px) {
    .hbspt-form .input .hs-form-checkbox > label:hover:before,
    .hbspt-form .input .hs-form-booleancheckbox > label:hover:before {
        opacity: 0.6;
        border-radius: 2px;
        border: solid 1px #c5c5c5;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -20px;
        width: auto;
        height: auto;
        position: absolute;
        content: '';
        display: block;
        pointer-events: none;
    }
}

.hbspt-form .input .inputs-list .hs-input[type="checkbox"] {
    margin: 0 10px 0 0;
    width: 22px;
    height: 22px;
    border-radius: 2px;
    border: solid 1px #c5c5c5;
    background-color: #eeeceb;
}

.hbspt-form .input .inputs-list .hs-input[type="checkbox"]:focus {
    box-shadow: none;
    outline: none;
}

.hbspt-form .input .inputs-list .hs-input[type="checkbox"]:checked {
    border: solid 1px #3a3a3a;
    background-color: #ffffff;
}

.hbspt-form .input .inputs-list .hs-input[type="checkbox"]:checked:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDE3IDEzIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiMzQTNBM0EiIHN0cm9rZS13aWR0aD0iMiI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik04NzkgMzY4LjVMODg1IDM3My41IDg5NCAzNjMuNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTg3OCAtMzYyKSIvPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
    content: '';
    width: 15px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 4px 0 0 0;
}

.hbspt-form .input .inputs-list.error .hs-input[type="checkbox"] {
    border: 1px solid #DF2A33;
    background-color: #eeeceb;
}

.hbspt-form .hs-richtext {
    font-size: 17px;
    line-height: 1.41;
    color: #3a3a3a;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.hbspt-form .hs-richtext p {
    margin: 0;
    font-size: 17px;
    line-height: 1.41;
    color: #3a3a3a;
    font-family: "canada-type-gibson", sans-serif;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

.hbspt-form .hs-richtext p strong,
.hbspt-form .hs-richtext strong {
    font-weight: 500;
}

.hbspt-form .hs-richtext a {
    color: #df2a33;
    text-decoration: none;
}

.hbspt-form .hs-richtext a:hover {
    border-bottom: 1px solid #df2a33;
}

.hbspt-form .hs-richtext a:active {
    border-bottom: none;
}

.hbspt-form .hs-submit {
    margin-bottom: 20px;
}

.hbspt-form .hs-submit .actions .hs-button {
    font-size: 17px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3a3a3a;
    padding: 8px 20px;
    border: 1px solid #3a3a3a;
}

.hbspt-form .hs-submit .actions .hs-button:hover {
    border: 1px solid #e2272c;
    color: #e2272c;
}

.hbspt-form .hs-submit .actions .hs-button:active {
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
}

.hbspt-form .hs-submit .actions .hs-button[disabled] {
    color: #3a3a3a;
    border: solid 1px rgba(58, 58, 58, 0.5);
}

.hbspt-form .hs_error_rollup {
    margin: 0 0 20px 0;
}

.form-style2 .hs-form-field > label {
    margin-bottom: 5px;
    font-family: "canada-type-gibson", sans-serif;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 300;
}


/* ––– TYPEAHEAD COMPONENT ––– */
.twitter-typeahead {
    width: 100%;
}

.tt-menu {
    display: block;
    width: 100%;
    top: 51px !important;
    padding: 10px 0;
    /*border: 1px solid #bbb;*/
    /*border-top: none;*/
    background: #fdf8f5;
}

.tt-menu.tt-empty {
    display: none;
}

.tt-menu .tt-dataset .tt-suggestion {
    font-family: "canada-type-gibson", sans-serif;
    font-size: 17px;
    color: #3a3a3a;
    font-weight: 300;
    padding: 10px 0 10px 20px;
}

.tt-menu .tt-dataset .tt-suggestion:hover {
    background: #eeeceb;
}

.tt-highlight {
    font-weight: 500;
}

.inputs-list li {
    background-image: none;
    padding-left: 0;
}

/** external link **/

.external-link {
    text-decoration: none !important;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4291cb;
    text-align: right;
    margin-bottom: 10px;
  }

#offcanvas .external-link {
  text-align: center;
  border-top: 1px solid #63b8e9;
  padding-top: 10px;
}

.external-link .icon {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 13px 0 0;
    margin-right: 0;
}

.external-link .text {
    display: inline-block;
    position: relative;
    text-transform: none;
}

.external-link:hover .text:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    display: block;
    text-transform: none;
}

.top-bar {
    background-color: #E7E8EC;
    text-transform: none;
}

.top-bar span {
  font-style: italic;
  display: block;
  margin-bottom: 10px;
  letter-spacing: -0.02px;
  line-height: 14px;
  font-size: 12px;
}

.top-bar .additional-links ul li {
    background-image: none;
    padding-left: 0;
    margin-bottom: 10px;
}

.top-bar .additional-links {
    margin-top: auto;
    padding-top: 25px;
    margin-bottom: 200px;
}

.top-bar a {
  color: #142540;
  line-height: 15px;
  letter-spacing: 0.18px;
  font-size: 13px;
}

.top-bar .top-bar-inner {
  max-width: 1170px;
  margin: auto;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #89929f;
  font-size: 12px;
}

@media only screen and (min-width: 768px) {
  .top-bar {
    margin-bottom: 40px;
  }

  .top-bar a {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.02px;
  }

  .top-bar .top-bar-inner {
    flex-direction: row;
    padding-top: 12px;
    padding-bottom: 7px;
  }

  .top-bar .top-bar-inner span {
    margin-right: 5px;
    margin-bottom: 0px;
    letter-spacing: -0.02px;
    line-height: 15px;
    margin-top: 1px;
  }

  .top-bar .additional-links {
    margin-bottom: 0;
    font-family: 'Source Sans Pro', sans-serif;
  }

  .top-bar .additional-links ul {
    margin-bottom: 0px;
  }

  .top-bar .additional-links ul li {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #a1a0a6;
    line-height: 15px;
    margin-bottom: 15px;
  }

  .top-bar .additional-links ul li a {
    line-height: 15px;
    letter-spacing: normal;
  }

  .top-bar .additional-links ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
  }

  .top-bar .additional-links {
    margin-left: auto;
    padding-top: 0;
    display: flex;
  }

  .top-bar .additional-links ul li {
    display: inline-block;
    margin-bottom: 0px;
  }
}

#k-header .top-bar {
  margin-top: -35px;
}

#k-header.scrolled .top-bar {
  margin-top: -16px;
}

.tribe-events .tribe-events-c-top-bar__nav-list-item {
    display: none;
}
