@charset "UTF-8";
img{
    max-width: 100%;
    height: auto;
}
.text-white {
    color: #fff;
}

.headline {
    margin-bottom: 26px;
}

.row .row {
    margin-top: 10px;
    margin-bottom: 0;
}

.wrapper #nohero-h1-padding {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 90px;
}

.wrapper #nohero-h1-padding .row {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .wrapper #nohero-h1-padding {
        padding-top: 50px;
    }
}

.wrapper #nohero-h1-padding+section {
    padding-top: 0;
}

.table-cell * {
    margin-top: 13px;
    margin-bottom: 13px;
    position: relative;
}

@media (max-width: 767px) {
    .table-cell * {
        margin-top: 26px;
    }
}

.table-cell h1,
.table-cell h2 {
    margin-top: 0 !important;
}

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

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

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

.center-row [class*="col-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    float: none;
    text-align: left;
    vertical-align: top;
}

.center-row.text-center [class*="col-"] {
    text-align: center;
}

.text-center .center-row [class*="col-"] {
    text-align: center;
}

.text-center a[class*="cta"] {
    margin-left: auto;
    margin-right: auto;
}

img[src*="googleadservices"] {
    display: none !important;
}

section {
    background-color: #fff;
    width: 100%;
}

section.dark {
    background-color: #082882;
}

#overlay,
.overlay {
    position: fixed;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    background-color: rgba(8, 12, 23, 0.97);
    z-index: 99999999;
    overflow-y: scroll;
    top: 0;
    display: none;
}

#overlay .wrap,
.overlay .wrap {
    overflow-y: scroll;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 70px !important;
}

#overlay img,
.overlay img {
    max-width: 80vh;
    max-height: 70vw;
    width: auto;
    height: auto;
    margin: 0 auto;
    display: block;
}

.close {
    position: fixed;
    right: 40px;
    top: 20px;
    width: 30px;
    height: 30px;
    opacity: 1;
}

.close .first,
.close .second,
.close div {
    width: 0%;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    top: 50%;
    left: 50%;
    height: 1px;
    transition: left 0.25s, width 0.25s, height 0.25s, transform 0.25s 0.5s;
    background: #fff;
}

.close.inactive .first,
.close.inactive .second,
.close.inactive div {
    width: 0%;
    position: absolute;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    top: 50%;
    left: 50%;
    transition: all 0.25s;
}

.close.active .first {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    width: 100%;
    left: 0;
}

.close.active .second {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    width: 100%;
    left: 0;
}

#overlay-lang a {
    color: #fff;
}

#survey-overlay {
    width: 480px;
    height: 400px;
    display: block;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -240px;
    margin-top: -200px;
    padding: 90px 30px 30px 30px;
    background: #fafafa;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    z-index: 100;
}

#pillar-pages.overlay a {
    color: #fff;
}

#pillar-pages.overlay .pillar-pages-list .col-md-3,
#pillar-pages.overlay .pillar-pages-list p {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .textArea input,
    .textInput input {
        width: 100%;
    }
}

.textArea textarea,
.textInput textarea {
    width: 100%;
    height: 100px;
    float: left;
    padding: 0 6px;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .textArea textarea,
    .textInput textarea {
        width: 100%;
    }
}

.textArea .error,
.textArea .errorMsg,
.textInput .error,
.textInput .errorMsg {
    width: 100%;
    float: left;
    color: #e60000;
    font-style: italic;
    margin: 0;
    font-size: 12px;
    clear: both;
}

.textArea .icon,
.textInput .icon {
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: 43px;
    right: -50px;
    left: auto;
}

@media (max-width: 767px) {
    .textArea .icon,
    .textInput .icon {
        display: none;
    }
}

.textArea.success .icon:after,
.textInput.success .icon:after {
    font-family: "Glyphicons Halflings";
    content: "\e084";
    color: #25ac4d;
}

.textArea.error input,
.textArea.error select,
.textInput.error input,
.textInput.error select {
    border: 1px solid #e60000;
}

.textArea.error .icon:after,
.textInput.error .icon:after {
    font-family: "Glyphicons Halflings";
    content: "\e083";
    color: #e60000;
}

.textArea.error .icon,
.textInput.error .icon {
    bottom: 63px;
}

.select {
    padding-bottom: 13px;
    float: left;
    width: 100%;
    position: relative;
}

.select select {
    width: 100%;
    height: 40px;
    float: left;
    padding: 5px 12px;
    border: 1px solid #b3b3b3;
    border-radius: 1px;
    color: #141519;
}

.select label {
    float: none;
    width: 100%;
    margin-bottom: 13px;
}

.select .icon {
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: auto;
    bottom: 43px;
    right: -50px;
    left: auto;
}

@media (max-width: 767px) {
    .select .icon {
        display: none;
    }
}

.select.success .icon:after {
    font-family: "Glyphicons Halflings";
    content: "\e084";
    color: #25ac4d;
}

.select.error input,
.select.error select {
    border: 1px solid #e60000;
}

.select.error .icon:after {
    font-family: "Glyphicons Halflings";
    content: "\e083";
    color: #e60000;
}

.select.error .icon {
    bottom: 63px;
}

.select .error,
.select .errorMsg {
    width: 100%;
    float: left;
    color: #e60000;
    font-style: italic;
    margin: 0;
    font-size: 12px;
    clear: both;
}

input[type="submit"] {
    border: none;
    float: left;
}

.radioButton {
    width: 100%;
    float: left;
    margin-bottom: 13px;
}

.radioButton input,
.radioButton p {
    float: left;
}

.radioButton .error,
.radioButton .errorMsg {
    width: 100%;
    float: left;
    color: #e60000;
    font-style: italic;
    margin: 0;
    font-size: 12px;
    clear: both;
    margin-top: -7px;
}

.hero {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media only screen and (min-width: 992px) {
    .hero {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-direction: row;
        flex-direction: row;
        background-position: center;
    }
}

.two-column-block {
    margin-bottom: 30px;
    margin-top: 60px;
    padding: 0;
    clear: both;
}

.two-column-block>h2 {
    text-align: left;
}

.two-column-block .content,
.two-column-block>h2 {
    margin: 24px 0;
}

.two-column-block .text-column .column-title,
.two-column-block .text-column .legacy-title,
.two-column-block .text-column p {
    margin: 24px 0;
}

.two-column-block .text-column .blue-cta-bttn:last-child,
.two-column-block .text-column .ghost-blue-cta-bttn:last-child,
.two-column-block .text-column .green-cta-bttn:last-child,
.two-column-block .text-column .orange-cta-bttn:last-child {
    margin-right: 0;
}

.two-column-block .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-content: center;
}

.two-column-block .content .image-column,
.two-column-block .content .text-column {
    align-self: center;
}

.two-column-block .image-column {
    text-align: center;
}

.two-column-block .image-column img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 768px) {
    .two-column-block .content,
    .two-column-block .text-column .column-title,
    .two-column-block .text-column .legacy-title,
    .two-column-block .text-column p,
    .two-column-block>h2 {
        margin: 30px 0;
    }
    .two-column-block>h2 {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .two-column-block .content.reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .two-column-block .content {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

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

.icon-wrap .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.icon-wrap>.row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.icon-wrap [class*="col-"] {
    display: inline-block;
}

@media (min-width: 768px) {
    .icon-wrap>.row {
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        flex-direction: row;
    }
}

.icon-wrap .item-wrap {
    height: 100%;
}

.icon-wrap .item-wrap span {
    display: block;
    word-break: break-word;
}

.icon-wrap .item-wrap .img-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    height: 80px;
}

.icon-wrap .item-wrap .img-container img {
    align-self: flex-end;
    max-height: 80px;
    height: auto;
    width: auto;
    max-width: 80px;
}

@media (min-width: 768px) {
    .icon-wrap .item-wrap .img-container img {
        max-width: 100px;
    }
}

@media (min-width: 992px) {
    .icon-wrap .item-wrap .img-container img {
        max-width: 140px;
    }
}

ul.slick-dots {
    top: 100%;
}

ul.slick-dots li.slick-active button {
    width: 24px;
    height: 24px;
    background-color: #8dcffd;
}

ul.slick-dots li {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 15px 12px;
}

ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    border-radius: 100%;
    box-shadow: none;
    text-shadow: none;
    background-color: #d8d8d8;
    border: none;
    outline: 0;
    content: "";
}

ul.slick-dots li button:before {
    content: "";
}

.icon-block {
    padding: 25px 0 25px 0;
}

.icon-block h3 {
    font-size: 24px;
}

@media (min-width: 768px) {
    .icon-block h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .icon-block h3 {
        font-size: 24px;
    }
}

.icon-block .icon-container {
    text-align: center;
}

@media (min-width: 768px) {
    .icon-block .icon-container.align-left {
        text-align: left;
    }
    .icon-block .icon-container.align-left>.lg-icon {
        margin-left: 10px;
    }
}

.icon-block .icon-container .lg-icon {
    width: 85px;
    margin-bottom: 36px;
}

.icon-block .icon-container .md-icon {
    width: 64px;
    margin-bottom: 24px;
}

.icon-block .content .preamble {
    color: #317bcf;
    font-weight: 500;
}

.icon-block>a.wrapper-cta-bttn {
    color: unset;
    text-decoration: none;
    display: inline-block;
    height: 100%;
    width: 100%;
}

.icon-block.card {
    margin-top: 10px;
    margin-bottom: 10px;
}

.icon-block.card h3 {
    font-size: 24px;
}

@media (min-width: 768px) {
    .icon-block.card h3 {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .icon-block.card h3 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .icon-block.card {
        margin: 0;
        height: 100%;
    }
}

.icon-block.card,
.text-block.card {
    overflow: hidden;
    box-shadow: -3px 6px 16px 2px rgba(204, 204, 204, 0.5);
    background-color: #fff;
    padding: 20px;
    height: 90%;
    margin-top: 20px;
}

.icon-block.card:not(:only-child),
.text-block.card:not(:only-child) {
    display: table-cell;
    position: relative;
    top: 20px;
}

.icon-block.card:not(:only-child)+*,
.text-block.card:not(:only-child)+* {
    padding-top: 20px;
}

table .bluecta-sm {
    margin-left: 13px;
    margin-right: 13px;
}

table .bluecta-sm {
    margin-bottom: 5px;
    font-size: 13px;
}

.middle td {
    vertical-align: middle !important;
}

.bottom td {
    vertical-align: bottom !important;
}

div#comparison-chart [class*="cta"] {
    text-transform: uppercase;
    padding: 13px 0 10px 0;
    height: auto;
    margin: 0 12px;
    line-height: 1;
    display: inline-block !important;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    div#comparison-chart [class*="cta"] {
        width: 95%;
        max-width: 160px;
        margin: 0;
    }
}

div#comparison-chart [class*="cta"] span {
    display: inline-block !important;
}

@media (max-width: 1199px) {
    div#comparison-chart [class*="cta"] span.visible-lg {
        display: none !important;
    }
}

div#comparison-chart [class*="cta"][class*="ghostcta"] {
    padding: 10px 0 9px 0;
}

div#comparison-chart table {
    text-align: left;
}

div#comparison-chart table td {
    border-bottom: 1px solid #d7dae7;
    padding: 15px 0;
}

div#comparison-chart table td .tier {
    width: 100%;
    font-size: 18px;
    display: inline-block;
}

div#comparison-chart table td .price {
    font-size: 30px;
    display: inline-block;
}

@media (max-width: 991px) {
    div#comparison-chart table td .price {
        font-size: 25px;
    }
}

div#comparison-chart table tr:last-child td {
    border-bottom: none;
}

div#comparison-chart table tr:nth-last-child(2) td {
    border-bottom: none;
}

@media (max-width: 767px) {
    div#comparison-chart table tr:nth-last-child(2) td {
        border-bottom: 1px solid #d7dae7;
    }
}

div#comparison-chart table .prodname {
    display: none;
}

@media (min-width: 768px) {
    div#comparison-chart table tr td {
        max-width: 170px;
        min-width: 100px;
    }
    div#comparison-chart table tr td:first-child {
        max-width: 350px;
        padding-right: 35px;
    }
}

@media (max-width: 767px) {
    div#comparison-chart table span.above {
        display: block;
        clear: both;
    }
    div#comparison-chart table span.above a {
        margin-left: -12px !important;
    }
    div#comparison-chart table .items .price,
    div#comparison-chart table .items .tier,
    div#comparison-chart table .items .year {
        float: left !important;
        display: inline-block !important;
        vertical-align: middle !important;
        font-size: 18px !important;
        width: auto;
        margin-right: 3px;
    }
    div#comparison-chart table .items .tier {
        font-weight: 700;
    }
    div#comparison-chart table .items .tier:after {
        content: "  |  ";
        font-weight: 400;
    }
    div#comparison-chart table .prodname {
        display: block;
        float: left;
    }
    div#comparison-chart table a {
        float: right;
        display: block;
        width: 100px;
        text-align: center;
        clear: right;
        margin: 0 !important;
        font-size: 14px !important;
    }
    div#comparison-chart table a[class*="cta"] {
        padding: 8px 10px 5px 10px !important;
        height: auto;
        line-height: 1;
        border: none;
    }
    div#comparison-chart table tr {
        border: 1px solid #b3b3b3;
        margin-bottom: 20px;
        display: block;
        width: auto;
        float: left;
        width: calc(100% + 60px);
        margin-left: -30px;
        text-align: left;
    }
    div#comparison-chart table tr:last-child {
        padding-top: 3px;
    }
    div#comparison-chart table tr:last-child td:first-child {
        display: none;
    }
    div#comparison-chart table tr:last-child td {
        border-bottom: 1px solid #d7dae7 !important;
        text-align: right;
    }
    div#comparison-chart table tr td {
        display: inline-block;
        width: 100%;
        padding: 15px 30px;
    }
    div#comparison-chart table tr td:first-child {
        background: #e7e7e7;
    }
    div#comparison-chart table tr td .prodname {
        float: left;
        display: block;
        font-weight: 700;
    }
    div#comparison-chart table tr td .expire,
    div#comparison-chart table tr td img {
        float: right;
        margin-top: 5px;
    }
    div#comparison-chart table tr td .expire br,
    div#comparison-chart table tr td img br {
        display: none;
    }
}

@media (max-width: 480px) {
    div#comparison-chart table tr {
        border-right: 0;
        border-left: 0;
        width: calc(100% + 50px);
        margin-left: -25px;
    }
}

div#comparison-chart img.icon {
    max-width: 15px;
    height: auto;
}

div#comparison-chart .expire {
    opacity: 0.5;
    font-size: 14px;
}

div#comparison-chart .visible-xs a.bluecta-sm {
    margin-left: 0;
    font-size: 13px;
}

div#comparison-chart .mbam-chart-cta-link {
    font-size: 18px;
    color: #0d3ecc;
}

div#comparison-chart .mbam-chart-cta-btn {
    font-size: 18px;
    margin-bottom: 0;
}

div#comparison-chart .visible-xs .mbam-chart-cta-btn {
    float: none;
}

@media only screen and (max-width: 767px) {
    .accordion {
        width: 100vw;
        left: -13px;
        padding: 0;
    }
}

.accordion .accordion-title {
    text-align: center;
    font-size: 32px;
    line-height: 1.33;
}

.accordion-content {
    padding-left: 0;
    margin-top: 60px;
    clear: both;
}

.accordion-content li.accordion-item {
    overflow: hidden;
    box-shadow: inset 0 1px 0 0 #e0e0e0;
    padding: 0;
}

.accordion-content li.accordion-item a:active,
.accordion-content li.accordion-item a:hover {
    text-decoration: none;
    color: #000;
}

.accordion-content li.accordion-item:last-child {
    box-shadow: inset 0 -1px 0 0 #e0e0e0, inset 0 1px 0 0 #e0e0e0;
}

.accordion-content li.accordion-item.active .accordion-header,
.accordion-content li.accordion-item:hover .accordion-header {
    color: #0d3ecc;
}

.accordion-content li.accordion-item .accordion-header {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 0;
}

.accordion-content li.accordion-item .accordion-header .col-sm-1 {
    float: left;
    padding-right: 0;
    padding-left: 8px;
}

@media only screen and (max-width: 767px) {
    .accordion-content li.accordion-item .accordion-header .col-sm-1 {
        width: 26px;
    }
}

.accordion-content li.accordion-item .accordion-header .col-sm-1 img {
    width: 24px;
    height: 24px;
}

.accordion-content li.accordion-item .accordion-item-content {
    display: none;
    padding-bottom: 28px;
}

.accordion-content li.accordion-item .accordion-item-content .mb-rich-text-content p {
    margin: 0;
    padding: 0;
}

.accordion-content li.accordion-item h3 {
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
}

.text-cta-bttn:hover {
    text-decoration: none;
    opacity: 0.8;
}

.container {
    max-width: 100%;
}

h1,
h2,
h3 {
    font-weight: 700 !important;
}

body,
html {
    width: 100vw;
    overflow-x: hidden;
}

.refresh-title {
    color: #082882;
}

h2.refresh-title {
    font-size: 26px;
    font-weight: 700;
}

@media (min-width: 992px) {
    h2.refresh-title {
        font-size: 48px;
    }
}

h3.refresh-title {
    font-size: 18px;
}

@media (min-width: 992px) {
    h3.refresh-title {
        font-size: 24px;
    }
}

h4.refresh-title {
    font-size: 22px;
    line-height: 1.36;
}

@media (min-width: 992px) {
    h4.refresh-title {
        font-size: 32px;
    }
}

.text-block.text-block-arrow {
    font-size: 24px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .text-block.text-block-arrow {
        margin-bottom: 0;
    }
}

.text-block.text-block-arrow .text-cta-bttn {
    font-size: inherit;
    color: #082882;
    text-decoration: none;
}

.text-block.text-block-arrow .text-cta-bttn:hover {
    color: #0d3ecc;
    opacity: 80%;
}

.text-block.text-block-arrow .text-cta-bttn:hover img.text-arrow {
    width: 65px;
}

.text-block.text-block-arrow .text-cta-bttn strong {
    line-height: 1.42;
    display: block;
}

@media (min-width: 992px) {
    .text-block.text-block-arrow .text-cta-bttn strong {
        height: 150px;
    }
}

.cta.orange-cta-bttn {
    color: #0d3ecc;
    background-color: #efc148;
}

.banner .cta.orange-cta-bttn {
    font-size: 18px;
}

.cta.orange-cta-bttn:hover {
    opacity: 80%;
}

.icon-wrap.refreshed-icon-wrap .row {
    display: block;
}

.icon-wrap.refreshed-icon-wrap .row .item-wrap {
    display: inline-block;
}

@media (min-width: 992px) {
    .icon-wrap.refreshed-icon-wrap .row {
        display: flex;
    }
}

.banner {
    text-align: center;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 30px;
}

@media (min-width: 1200px) {
    .banner {
        padding: 50px;
    }
}

.banner h3 {
    font-weight: 700;
    margin-bottom: 30px;
    color: #082882;
    font-size: 26px;
}

@media (min-width: 1200px) {
    .banner h3 {
        font-size: 48px;
    }
}

.two-column-block .content .image-column,
.two-column-block .content .text-column {
    align-self: initial !important;
}

@media (min-width: 768px) {
    .col-sm-offset-1 {
        margin-left: 0 !important;
    }
}

.icon-block .content h3 {
    font-weight: 400 !important;
}

a:hover {
    text-decoration: none !important;
}

.two-column-block {
    margin-top: 0;
    margin-bottom: 0;
}

.modal-dialog {
    width: 100% !important;
}

.modal-content {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.modal-header {
    border: none !important;
}

.modal-body .close {
    position: absolute !important;
}

_:-ms-lang(x) {
    display: block !important;
}

_:-ms-lang(x) {
    display: none !important;
}

#overlay-lang li {
    list-style: none;
}

.feedback-flyout {
    position: fixed;
    top: 40vh;
    right: 0;
    z-index: 1000;
    margin-right: -10px;
}

.feedback-flyout img {
    width: 50px;
}

.confidently {
    color: #e87613;
    opacity: 0;
    position: absolute;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 1200px) {
    body {
        padding-top: 100px !important;
    }
}

.banner-bg-1 {
    background: url(../images/card-1-background.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 1024px) {
    .banner-bg-1 {
        height: 330px;
        background-size: 100%;
    }
}

@media (max-width: 992px) {
    .banner-bg-1 {
        height: 330px;
        background-size: 100%;
    }
}

@media (max-width: 991px) {
    .banner-bg-1 {
        height: 462px;
        background-size: 100%;
    }
}

@media (max-width: 800px) {
    .banner-bg-1 {
        height: 480px;
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .banner-bg-1 {
        background-size: 100%;
        height: 460px;
    }
}

@media (max-width: 680px) {
    .banner-bg-1 {
        height: 415px;
        background-size: 100%;
    }
}

@media (max-width: 560px) {
    .banner-bg-1 {
        height: 350px;
        background-size: 100%;
    }
}

@media (max-width: 480px) {
    .banner-bg-1 {
        height: 300px;
    }
}

@media (max-width: 420px) {
    .banner-bg-1 {
        height: 260px;
    }
}

@media (max-width: 375px) {
    .banner-bg-1 {
        height: 235px;
    }
}

@media (max-width: 320px) {
    .banner-bg-1 {
        height: 200px;
    }
}

.banner-bg-2 {
    background: url(../images/card-background-2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media (max-width: 1024px) {
    .banner-bg-2 {
        height: 330px;
        background-size: 100%;
    }
}

@media (max-width: 992px) {
    .banner-bg-2 {
        height: 330px;
        background-size: 100%;
    }
}

@media (max-width: 991px) {
    .banner-bg-2 {
        height: 462px;
        background-size: 100%;
    }
}

@media (max-width: 800px) {
    .banner-bg-2 {
        height: 480px;
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .banner-bg-2 {
        background-size: 100%;
        height: 460px;
    }
}

@media (max-width: 680px) {
    .banner-bg-2 {
        height: 415px;
        background-size: 100%;
    }
}

@media (max-width: 560px) {
    .banner-bg-2 {
        height: 350px;
        background-size: 100%;
    }
}

@media (max-width: 480px) {
    .banner-bg-2 {
        height: 300px;
    }
}

@media (max-width: 420px) {
    .banner-bg-2 {
        height: 260px;
    }
}

@media (max-width: 375px) {
    .banner-bg-2 {
        height: 235px;
    }
}

@media (max-width: 320px) {
    .banner-bg-2 {
        height: 200px;
    }
}

section.hero .text-content,
section.hero a.hero-block-title {
    color: #fff;
}

section.hero h3.text-content {
    display: flex;
    align-items: center;
}

section.hero a.hero-block-title {
    margin: 3px 5px;
}

section.hero .cta-wrapper .text-cta-bttn img {
    vertical-align: middle;
}

.cta.orange-cta-bttn {
    color: #0d3ecc;
    background-color: #efc148;
    line-height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    text-align: center !important;
    border-radius: 4px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    margin: 0 25px 25px 0;
    letter-spacing: 0.05em;
    display: block;
}

@media (min-width: 480px) {
    .cta.orange-cta-bttn {
        display: inline-block;
        min-width: 200px;
        width: auto;
        height: 50px;
    }
}

.confidently {
    color: #e87613;
    opacity: 0;
    position: absolute;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#biz-version,
#non-biz-version {
    display: none;
}

@media (max-width: 480px) {
    .banner-text {
        display: block;
    }
    .modal-body {
        top: 190px !important;
    }
}

@media (min-width: 768px) {
    .modal-dialog {
        margin: 100px auto 30px !important;
    }
}

.back-arrow {
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px;
}

.back-arrow::after {
    border-color: #082882;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px;
}

.back-arrow::before {
    background-color: #082882;
}

.bold-link {
    color: #0d3ecc;
    font-weight: 600;
    font-size: 16px;
}

.bold-link:focus,
.bold-link:hover {
    opacity: 0.8;
    color: #0d3ecc;
}

.bold-link img {
    margin-right: 5px;
}

.bold-link .link-icon {
    margin-bottom: -5px;
}

.pricing_cards #pricing-container .cta-pricing-card-mbamvpn-buy-now-en {
    background: #efc148;
    border: 1px solid #efc148;
}

.pricing_cards #pricing-container .cta-pricing-card-mbamvpn-buy-now-en:hover {
    background: 0 0;
    border: 1px solid #0d3ecc;
}

#bottom-subnav {
    position: fixed;
    bottom: -1px;
    background-color: #fff;
    border-top: 1px solid #b3b3b3;
    padding: 0 0;
    z-index: 10;
    height: 70px;
    align-items: center;
    align-content: center;
    transition: bottom 0.5s ease-in-out;
}

#bottom-subnav.dark-blue {
    background-color: #08223e;
    color: #fff;
    border-top: none;
}

#bottom-subnav .row {
    display: block;
    margin-bottom: 0;
}

#bottom-subnav .row * {
    float: none;
    display: inline-block;
}

#bottom-subnav .subnav-cta {
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    text-align: center;
    vertical-align: middle;
    margin: 13px 13px;
    color: #333;
    display: inline-block;
    font-weight: 400;
    transition: all 0.15s ease-in-out;
    min-width: 150px;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
}

#bottom-subnav.dark-blue .subnav-cta {
    color: #fff;
    border-color: #fff;
}

#bottom-subnav .subnav-cta.darkgray-bg-btn {
    background-color: #3f4150;
    color: #fff !important;
    border: 1px solid #3f4150;
    transition: all 0.15s ease-in-out;
    text-transform: none;
    min-width: 160px;
    margin-left: 25px;
    margin-right: 25px;
}

#content-wrap {
    float: left;
    display: block;
    width: 100%;
    padding-top: 25px;
    position: relative;
}

#fixed-left-nav {
    position: fixed;
    text-align: left;
    max-width: 250px;
    z-index: 999;
}

p[data-toggle="collapse"][aria-expanded="false"]:before {
    content: "^";
    width: 10px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.15s ease-in-out;
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

p[data-toggle="collapse"][aria-expanded="true"]:before {
    content: "^";
    width: 10px;
    height: auto;
    display: inline-block;
    margin-right: 10px;
    transition: transform 0.15s ease-in-out;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.mktoForm {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    width: 100% !important;
    max-width: 450px !important;
    margin: 0 auto;
}

.mktoForm .mktoFieldDescriptor.mktoFormCol,
.mktoForm .mktoFieldWrap,
.mktoForm .mktoFieldWrap.mktoRequiredField,
.mktoForm .mktoLabel {
    width: 100% !important;
}

.mktoForm .mktoFieldDescriptor.mktoFormCol {
    padding-bottom: 12px;
}

.mktoForm .mktoGutter,
.mktoForm .mktoOffset {
    display: none !important;
}

.mktoForm label {
    font-weight: 400 !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: 700;
    width: 100% !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.mktoForm .mktoRequiredField .mktoAsterix {
    display: block !important;
    float: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-right: 2px !important;
}

.mktoForm input,
.mktoForm select,
.mktoForm textarea {
    width: 100% !important;
    height: 40px;
    float: left;
    padding: 12px 12px !important;
    border: 1px solid #b3b3b3;
    border-radius: 2px;
    color: #141519;
}

.mktoButtonRow {
    display: inline-block;
    position: relative;
}

.mktoForm div,
.mktoForm label,
.mktoForm p,
.mktoForm span {
    text-align: left;
    margin: 0;
    padding: 0;
}

.mktoForm .mktoButtonRow {
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
    width: 223px !important;
}

.mktoForm span.mktoButtonWrap.mktoSimple {
    margin: 20px auto !important;
}

.mktoForm button.mktoButton {
    cursor: pointer;
    margin: 0;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    border: none !important;
    background-image: none !important;
    background: #004ddc !important;
    color: #fff !important;
    text-align: center !important;
    border-radius: 4px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    margin: 14px 14px !important;
    text-transform: uppercase !important;
    width: 196px !important;
    height: 60px !important;
    padding: 2px 0 13px !important;
    line-height: 60px !important;
    font-size: 16px !important;
    padding-top: 2px !important;
}

.orangecta-lg {
    text-align: center !important;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 25px 25px 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 200px;
    height: 50px;
    padding: 2px 0 14px 0;
    line-height: 50px;
    font-weight: 500;
    touch-action: manipulation;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #ff9200;
    color: #fff;
}

.greencta-lg {
    text-align: center !important;
    border-radius: 4px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 25px 25px 0;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 200px;
    height: 50px;
    padding: 2px 0 14px 0;
    line-height: 50px;
    font-weight: 500;
    touch-action: manipulation;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #7ac043;
    color: #fff;
}

.card-component .title {
    position: relative;
    padding-left: 0;
    min-height: 40px;
    display: table;
    vertical-align: middle;
}

.card-component .img {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 5px;
}

.card-component .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.card-component .h3 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

.card-component h3 {
    font-size: 18px;
    line-height: 1.1;
    margin-bottom: 0;
}