.bg-gray {
    background-image: url(/wp-content/uploads/2016/06/b-g.png);
    background-size: cover;
    background-position: 50%;
}
@media screen and (max-width: 767px) {
    .md-show {
        display: none;
    }
}
.is-hidden {
    opacity: 0;
}
.display-none {
    display: none !important;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.whitepapers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(300px, 1fr)) [auto-fit];
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-auto-rows: minmax(300px, auto);
    grid-gap: 20px;
}
.whitepaper .image-container {
    position: relative;
    cursor: pointer;
}
.whitepaper .content-container {
    background: #fff;
    padding: 15px;
    min-height: 95px;
}
.whitepaper .content-container h1 {
    font-size: 18px;
}
.whitepaper:hover .hover-plus {
    transform: scale(1);
}
.whitepaper:hover .hover-bg {
    opacity: 1;
}
.whitepaper .whitepaper-thumb {
    background-size: cover;
    max-width: 100%;
    width: 100%;
}
.whitepaper .hover-plus {
    display: block;
    width: 66px;
    height: 66px;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -33px;
    margin-left: -33px;
    border-radius: 100%;
    transform: scale(0);
    transition: all 0.4s ease-out;
    z-index: 450;
}
.whitepaper .hover-plus:before {
    height: 36px;
    width: 1px;
    margin-top: -18px;
}
.whitepaper .hover-plus:after,
.whitepaper .hover-plus:before {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
}
.whitepaper .hover-plus:after {
    width: 36px;
    height: 1px;
    margin-left: -18px;
}
.whitepaper .hover-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: 0;
    display: block;
    background-color: #cb202c;
    background-color: rgba(203, 32, 44, 0.8);
    z-index: 400;
    opacity: 0;
    transition: all 0.3s ease-out;
}
.share-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 50%;
    max-width: 150px;
    margin: 10px 0 30px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    padding: 0;
}
.share-list-item--link {
    border-radius: 50px;
    text-align: center;
}
.share-list-item a {
    color: #fff !important;
}
.share-list-item--link.facebook {
    background: #3b5998;
    padding: 8px 14px;
}
.share-list-item--link.twitter {
    background: #00b6f1;
    padding: 8px 12px;
}
.share-list-item--link.linkedin {
    background: #007bb6;
    padding: 8px 12px;
}
nav.site-nav {
    display: none;
}
.header-left-area {
    margin-bottom: -40px;
    margin-top: -25px;
}
.header-right-area {
    margin-top: 14px;
}
@media screen and (max-width: 768px) {
    .whitepaper {
        max-width: 100%;
    }
}
.section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section h2 {
    margin-bottom: 40px;
}
.section h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 300;
}
.section p {
    margin: 25px 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
    .section p {
        font-size: 18px;
        line-height: 30px;
    }
}
.section li {
    font-size: 16px;
    line-height: 24px;
}
@media print, screen and (min-width: 768px) {
    .section li {
        font-size: 18px;
        line-height: 30px;
    }
}
.section p:first-child {
    margin-top: 0;
}
.section p:last-child {
    margin-bottom: 0;
}
.section .container > .btn-red {
    margin-top: 11px;
}
.section .container.narrow {
    max-width: 835px;
}
a,
a path {
    transition: 0.15s;
}
.section ul {
    list-style: disc;
}
.section ul li {
    padding-left: 5px;
}
.flex-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.flex-row + .flex-row {
    margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
    .flex-row + .flex-row {
        margin-top: 70px;
    }
}
@media print, screen and (min-width: 576px) {
    .sm-2s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .sm-2s > .col {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        margin-top: 0;
    }
    .sm-2s > .col:nth-of-type(n + 3) {
        margin-top: 25px;
    }
}
.sm-2s .col.full-width {
    max-width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media print, screen and (min-width: 768px) {
    .md-2s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .md-2s > .col {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
        margin-top: 0;
    }
    .md-2s > .col:nth-of-type(n + 3) {
        margin-top: 25px;
    }
}
.md-2s .col.full-width {
    max-width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media print, screen and (min-width: 768px) {
    .md-3s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .md-3s > .col {
        -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
        max-width: 33.33333%;
        margin-top: 0;
    }
    .md-3s > .col:nth-of-type(n + 4) {
        margin-top: 25px;
    }
}
.md-3s .col.full-width {
    max-width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media print, screen and (min-width: 992px) {
    .lg-2s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lg-2s > .col {
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%;
    }
    .lg-2s > .col,
    .lg-2s > .col:nth-of-type(n + 3) {
        margin-top: 0;
    }
    .lg-2s > .col:nth-of-type(n + 3) {
        margin-top: 25px;
    }
}
.lg-2s .col.full-width {
    max-width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media print, screen and (min-width: 992px) {
    .lg-3s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lg-3s > .col {
        -ms-flex: 1 1 33.33333%;
        flex: 1 1 33.33333%;
        max-width: 33.33333%;
    }
    .lg-3s > .col,
    .lg-3s > .col:nth-of-type(n + 3) {
        margin-top: 0;
    }
    .lg-3s > .col:nth-of-type(n + 4) {
        margin-top: 25px;
    }
}
.lg-3s .col.full-width {
    max-width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media print, screen and (min-width: 992px) {
    .lg-4s {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .lg-4s > .col {
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        max-width: 25%;
    }
    .lg-4s > .col,
    .lg-4s > .col:nth-of-type(n + 3) {
        margin-top: 0;
    }
    .lg-4s > .col:nth-of-type(n + 5) {
        margin-top: 25px;
    }
}
.lg-4s .col.full-width {
    max-width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media print, screen and (min-width: 576px) {
    .gutter-15 {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }
    .gutter-15 > .col,
    .gutter-15 > header {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }
}
@media print, screen and (min-width: 576px) {
    .gutter-20 {
        margin-left: -10px;
        margin-right: -10px;
    }
    .gutter-20 > .col,
    .gutter-20 > header {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media print, screen and (min-width: 576px) {
    .gutter-25 {
        margin-left: -12.5px;
        margin-right: -12.5px;
    }
    .gutter-25 > .col,
    .gutter-25 > header {
        padding-left: 12.5px;
        padding-right: 12.5px;
    }
}
@media print, screen and (min-width: 576px) {
    .gutter-30 {
        margin-left: -15px;
        margin-right: -15px;
    }
    .gutter-30 > .col,
    .gutter-30 > header {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media print, screen and (min-width: 576px) {
    .gutter-45 {
        margin-left: -22.5px;
        margin-right: -22.5px;
    }
    .gutter-45 > .col,
    .gutter-45 > header {
        padding-left: 22.5px;
        padding-right: 22.5px;
    }
}
@media print, screen and (min-width: 576px) {
    .gutter-50 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .gutter-50 > .col,
    .gutter-50 > header {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media print, screen and (min-width: 576px) {
    .gutter-60 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .gutter-60 > .col,
    .gutter-60 > header {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media print, screen and (min-width: 768px) {
    .md-60-40 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .md-60-40 > div:first-of-type {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        margin-top: 0;
    }
    .md-60-40 > div:last-of-type {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        margin-top: 0;
    }
    .md-60-40 > div:nth-of-type(n + 3) {
        margin-top: 25px;
    }
}
a.border-link {
    border-left: 2px solid #d33;
    padding-left: 20px;
    font-style: italic;
    color: #292d33;
    font-size: 18px;
    line-height: 30px;
}
a.btn-red {
    display: inline-block;
    min-width: 160px;
    padding: 14px 20px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #d33;
    color: #fff;
}
a.btn-red:focus,
a.btn-red:hover {
    background: #cb202c;
    color: #fff;
}
a.btn-white {
    display: inline-block;
    min-width: 160px;
    padding: 14px 20px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    color: #292d33;
}
a.btn-white:hover {
    background: #d33;
    color: #fff;
}
a.btn-gray {
    display: inline-block;
    min-width: 160px;
    padding: 14px 20px;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #e6e6e6;
    color: #292d33;
}
a.btn-gray:hover {
    background: #d33;
    color: #fff;
}
.button-wrap {
    text-align: center;
    margin-top: 45px;
}
a.btn-skinny {
    padding: 0 16px;
    line-height: 32px;
    min-width: 0;
}
.download-card h3 {
    margin: 0;
    color: #292d33;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
ul.gform_fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-left: -10px;
    margin-right: -10px;
    list-style-type: none;
}
.gfield {
    position: relative;
    padding: 0 10px 25px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media print, screen and (min-width: 768px) {
    .gfield.gf-33 {
        min-width: 201px;
        -ms-flex-preferred-size: 34%;
        flex-basis: 34%;
        width: 34%;
        -ms-flex: 0 1 auto;
    }
    .gfield.gf-50 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        width: 50%;
        -ms-flex: 0 1 auto;
    }
    .gfield.gf-66 {
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
        width: 66%;
        -ms-flex: 0 1 auto;
    }
}
@media print, screen and (min-width: 992px) {
    .gfield.gf-66 {
        flex: 1 1 auto;
        -ms-flex: 0 1 auto;
    }
}
@media print, screen and (min-width: 1192px) {
    .gfield.gf-66 {
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
        width: 66%;
        -ms-flex: 0 1 auto;
    }
}
.gfield_label {
    color: #292d33;
    font-weight: 500;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 8px;
}
.gfield_description {
    padding-top: 3px;
    font-size: 14px;
}
.gfield.no-label .gfield_label {
    display: none;
}
.gfield.fake-label {
    padding-bottom: 15px;
}
.gfield_required {
    margin-left: 5px;
}
.gfield input,
.gfield textarea {
    padding: 10px 15px;
    background: #fff;
    font-family: Roboto;
    color: #292d33;
    font-size: 18px;
    line-height: 30px;
}
.gfield input:focus,
.gfield textarea:focus {
    background: #fff;
    color: #292d33;
    border-color: #292d33;
    box-shadow: 0 0 5px 0 rgba(41, 45, 51, 0.3);
}
.gf-textarea-short textarea {
    height: 90px;
}
ul.gfield_checkbox {
    list-style-type: none;
    padding-left: 0;
}
ul.gfield_checkbox li {
    line-height: normal;
}
ul.gfield_checkbox input {
    display: none;
}
.gfield_checkbox label {
    position: relative;
    padding-left: 37px;
    color: #292d33;
    font-size: 18px;
    cursor: pointer;
}
.gfield_checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid #bfbfbf;
    transition: border-color 0.15s;
}
.gfield_checkbox label:hover:before {
    border-color: #757474;
}
.gfield_checkbox input:checked + label:before {
    background: #fff url(../images/icon-check.svg) no-repeat 50%;
    background-size: 12px;
}
.gf-highlight div {
    padding: 32px 24px;
    background: #f2f3f5;
}
.gf-highlight div label {
    margin-bottom: 0;
}
ul.gfield_radio {
    list-style-type: none;
    padding-left: 0;
}
ul.gfield_radio li {
    line-height: normal;
}
ul.gfield_radio input {
    display: none;
}
.horizontal ul.gfield_radio {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.horizontal ul.gfield_radio li {
    margin-right: 16px;
}
.horizontal ul.gfield_radio li label {
    padding-left: 32px;
    line-height: 52px;
}
.horizontal ul.gfield_radio li label:before {
    top: 50%;
    margin-top: -10px;
}
.gfield_radio label {
    position: relative;
    padding-left: 37px;
    color: #292d33;
    font-size: 18px;
    cursor: pointer;
}
.gfield_radio label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border: 1px solid #bfbfbf;
    border-radius: 50%;
    transition: border-color 0.15s;
}
.gfield_radio label:hover:before {
    border-color: #757474;
}
.gfield_radio input:checked + label:before {
    background: #fff url(../images/icon-check.svg) no-repeat 50%;
    background-size: 12px;
}
.gfield.select-languages {
    padding-left: 47px;
    padding-top: 11px;
    padding-bottom: 10px;
}
.gfield.select-languages .gfield_description {
    padding-top: 0;
    padding-bottom: 6px;
    font-size: 16px;
}
.gfield.a-mod,
.gfield.c-mod {
    padding-bottom: 0;
}
.gfield.c-mod,
.gfield.games {
    padding-top: 15px;
}
.gfield.opt-in {
    padding-top: 25px;
    padding-bottom: 36px;
}
.gfield select {
    background: #fff url(../images/select_ui.png) no-repeat 100% !important;
}
.ui-datepicker .ui-datepicker-header {
    background-color: transparent;
    border: none;
}
select.ui-datepicker-month,
select.ui-datepicker-year {
    padding: 0;
    background: #fff;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    position: relative;
}
.ui-datepicker .ui-datepicker-next span:after,
.ui-datepicker .ui-datepicker-prev span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-next span:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #d33;
}
.ui-datepicker .ui-datepicker-prev span:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 8px 6px 0;
    border-color: transparent #d33 transparent transparent;
}
.ui-datepicker-next,
.ui-datepicker-prev {
    border: none !important;
    background: none !important;
}
.ui-datepicker-calendar th {
    color: #292d33;
}
.ui-datepicker .ui-datepicker-calendar td a,
.ui-datepicker .ui-datepicker-calendar td span {
    text-align: center;
}
input.gform_button {
    background: #d33;
    min-width: 160px;
    padding: 14px 20px;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
input.gform_button:focus,
input.gform_button:hover {
    background: #cb202c;
    color: #fff !important;
    outline: 0;
}
.validation_error {
    display: none;
}
.gfield_error input {
    border: 1px solid #dd0f1d;
    box-shadow: 0 0 5px 0 rgba(221, 15, 29, 0.3);
}
.validation_message {
    color: #dd0f1d;
    font-size: 14px;
    padding: 0;
}
.validation_message.instruction {
    padding-top: 5px;
}
@media print, screen and (min-width: 768px) {
    .validation_message {
        position: absolute;
        top: 0;
        right: 10px;
    }
}
.gf-33 .validation_message {
    position: static;
}
.gform_hidden,
.gform_validation_container {
    display: none;
}
.hero-container-override h1 {
    font-weight: 500;
    font-size: 4em !important;
    text-align: left;
}
@media (min-width: 1200px) {
    .hero-container-override.container {
        width: 1170px !important;
    }
}
@media (min-width: 768px) {
    .hero-container-override.container {
        width: 100% !important;
        max-width: 1244px !important;
    }
}
.hero p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
@media print, screen and (min-width: 768px) {
    .hero p {
        font-size: 20px;
        line-height: 28px;
    }
}
.icon-card-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
    .icon-card-row .wpb_column {
        -ms-flex: auto;
        flex: auto;
    }
}
.embed-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.media-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 600px;
    margin: auto;
}
.media-row + .media-row {
    padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
    .media-row {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: start;
        align-items: flex-start;
        max-width: none;
        margin-left: -25px;
        margin-right: -25px;
    }
    .media-row + .media-row {
        padding-top: 100px;
    }
    .media-row > div {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media print, screen and (min-width: 768px) {
    .media-row-text {
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
    }
}
.media-row p {
    max-width: 560px;
}
.media-row h3 {
    font-size: 26px;
}
@media print, screen and (min-width: 768px) {
    .media-row h3 {
        font-size: 30px;
    }
}
.media-row-image {
    padding-top: 15px;
}
.media-row-image img {
    max-width: 100%;
}
@media print, screen and (min-width: 768px) {
    .media-row-image {
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
        padding-top: 0;
    }
}
.select2-container--default span.select2-selection {
    border-radius: 0 !important;
    border-color: hsla(205, 8%, 48%, 0.4);
    height: 52px;
    padding: 10px 15px;
}
.select2-container--default span.select2-selection:focus {
    outline: 0;
}
.select2-selection__arrow {
    width: 16px !important;
    height: 8px !important;
    top: 24px !important;
    right: 25px !important;
    background: url(../images/icon-chevron.svg) no-repeat 50%;
    background-size: cover;
    transform: rotate(0deg);
    transition: 0.2s;
}
.select2-selection__arrow b {
    display: none;
}
.select2-container--open .select2-selection__arrow {
    transform: rotate(180deg);
}
.select2-selection__rendered {
    line-height: 33px !important;
    padding-left: 0 !important;
}
.select2-container--open .select2-selection {
    border: 1px solid #292d33 !important;
    border-bottom: 0;
    box-shadow: 0 0 5px 0 rgba(41, 45, 51, 0.3);
}
.select2-container--open .select2-dropdown--below {
    border: 1px solid #292d33;
    border-top: 0;
    border-radius: 0;
    box-shadow: 0 0 5px 0 rgba(41, 45, 51, 0.3);
    margin-top: -1px;
}
.select2-results__option {
    color: #292d33;
    font-family: Roboto;
    letter-spacing: 0;
    padding: 4px 15px !important;
}
.select2-results__option--highlighted {
    background: #f8f9fa !important;
    color: #292d33 !important;
}
.select2-container--default .select2-selection.select2-selection--multiple {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 52px;
    height: auto;
}
.select2-container--default .select2-selection.select2-selection--multiple ul {
    display: block;
    padding-top: 9px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 15px !important;
    padding-right: 13px !important;
    margin-top: 0 !important;
    margin-right: 10px !important;
    margin-bottom: 9px !important;
    height: 32px;
    background: #717c84 !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff;
    font-family: Roboto;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span {
    width: 10px;
    height: 10px;
    background: url(../images/icon-x.svg) no-repeat 50%;
    background-size: cover;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 8px;
    color: transparent;
    transition: 0.15s;
    opacity: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice span:hover {
    color: transparent;
    opacity: 0.8;
}
.block-list {
    background-image: url(/wp-content/uploads/2016/06/group-20.png);
    background-position: 50%;
    background-size: cover;
    padding: 60px 0;
}
.block-list h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 42px;
}
.block-list-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media print, screen and (min-width: 992px) {
    .block-list-wrap {
        margin-left: -15px;
        margin-right: -15px;
    }
}
.block-list-item {
    padding: 15px 0;
    max-width: 600px;
}
@media print, screen and (min-width: 992px) {
    .block-list-item {
        -ms-flex: 1 1 25%;
        flex: 1 1 25%;
        padding: 15px 28px;
    }
}
.block-list-number {
    display: inline-block;
    padding-bottom: 14px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.block-list p {
    margin: 17px 0 10px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
.section .block-nav {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    padding-left: 0;
    margin-left: 0;
    list-style: none;
}
.section .block-nav li {
    padding-left: 0;
}
.block-nav li {
    display: block;
}
.block-nav li + li {
    border-top: 1px solid hsla(0, 0%, 75%, 0.5);
}
.block-nav a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px 28px 24px 24px;
    background: #fff;
    color: #292d33;
    font-size: 18px;
    line-height: 30px;
}
.block-nav a .text {
    padding-right: 1rem;
}
.block-nav a svg {
    width: 13px;
    margin-left: auto;
    transform: rotate(-90deg);
}
.block-nav a svg path {
    stroke: #9d9fa1;
}
.block-nav a:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    color: #d33;
}
.block-nav a:hover svg path {
    stroke: #d33;
}
.download-card-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.download-card {
    -ms-flex: 1 1 380px;
    flex: 1 1 380px;
    max-width: 380px;
    margin: 0 10px 20px;
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.15);
}
.download-card-header {
    padding: 20px 25px;
}
.download-card-footer {
    padding: 25px;
    border-top: 1px solid hsla(205, 8%, 48%, 0.2);
    text-align: center;
}
.download-card h3,
.section .card-title {
    margin: 0;
    color: #292d33;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.download-card table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
}
.download-card table tr {
    border-top: 1px solid hsla(205, 8%, 48%, 0.2);
}
.download-card table td {
    padding: 14px 22px 11px 25px;
    border: 0;
    color: #717c84;
    font-size: 14px;
    line-height: 20px;
}
.download-card table td:last-child {
    text-align: right;
}
.icon-card-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.icon-card-row .wpb_column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-bottom: 20px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
@media print, screen and (min-width: 768px) {
    .icon-card-row .wpb_column {
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
}
.icon-card-row .wpb_wrapper {
    position: relative;
}
.icon-card-row .wpb_text_column,
.icon-card-row .wpb_wrapper {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.card {
    width: 100%;
    padding: 24px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
    z-index: 2;
}
.card h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    margin: 0;
}
.card p {
    margin: 15px 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
}
.card a {
    color: rgba(221, 51, 51, 0.9);
    text-decoration: underline;
    font-weight: 500;
}
.card a:hover {
    color: #d33;
}
.icon-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 24px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    position: relative;
    z-index: 2;
}
.icon-card img {
    max-height: 44px;
    max-width: 60px;
}
.icon-card h3 {
    padding-left: 25px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
.icon-card p {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    padding-top: 24px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
    display: none;
}
.icon-card svg path {
    fill: #717c84;
}
.icon-card a:hover svg path {
    fill: #d33;
}
.icon-card-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .icon-card {
        -ms-flex-pack: center;
        justify-content: center;
    }
    .icon-card-title {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .icon-card h3 {
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
    }
}
@media print, screen and (min-width: 768px) {
    .icon-card-row {
        z-index: 60;
    }
    .icon-card.is-hovered {
        position: absolute;
        z-index: 80;
    }
    .icon-card.is-hovered p {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .icon-card.is-clicked p {
        display: block;
    }
}
.map-wrap {
    position: relative;
}
.map-controls {
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 2em;
    padding: 0 1em;
    background-color: #fff;
    max-width: 350px;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
}
@media print, screen and (min-width: 600px) {
    .map-controls {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 50px;
        max-width: 550px;
        margin: 0 auto;
        padding: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: -25px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    }
}
@media print, screen and (min-width: 600px) {
    .map-controls .select2-container--default span.select2-selection {
        height: 50px;
        border: 0;
    }
}
.map-controls .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
    line-height: 21px;
}
@media print, screen and (min-width: 600px) {
    .map-controls .select2-container--open .select2-selection {
        box-shadow: none;
        border: 0 !important;
    }
}
.map-controls .select2-dropdown ul {
    margin-left: 0;
}
@media print, screen and (min-width: 600px) {
    .map-controls .select2-dropdown {
        border: 0;
    }
}
.map-controls .map-zip {
    background: #fff url(../images/icon-location-arrow.svg) no-repeat top 19px right 20px;
    height: 52px;
    margin: 0 0 1em;
    padding-top: 14px;
    padding-right: 45px;
    background-size: 21px;
    border-color: hsla(205, 8%, 48%, 0.4);
    font-size: 18px;
    line-height: 21px;
    font-family: Roboto;
}
@media print, screen and (min-width: 600px) {
    .map-controls .map-zip {
        height: auto;
        -ms-flex: 0 1 190px;
        flex: 0 1 190px;
        margin: 0;
        padding-top: 11px;
    }
    .map-controls .map-zip,
    .map-controls .map-zip:focus {
        border: 0;
        border-left: 1px solid hsla(0, 0%, 80%, 0.5);
        border-right: 1px solid hsla(0, 0%, 80%, 0.5);
    }
}
.map-controls .select2 {
    width: 100%;
}
@media print, screen and (min-width: 600px) {
    .map-controls .select2 {
        -ms-flex: 0 1 170px;
        flex: 0 1 170px;
    }
}
.map-controls input[type="submit"].btn-red {
    font-family: Roboto;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    margin-top: 1em;
    background: #d33;
    color: #fff !important;
}
.map-controls input[type="submit"].btn-red:focus,
.map-controls input[type="submit"].btn-red:hover {
    background: #cb202c;
    color: #fff;
    outline: 0;
}
@media print, screen and (min-width: 600px) {
    .map-controls input[type="submit"].btn-red {
        -ms-flex: 0 1 199px;
        flex: 0 1 199px;
        margin-top: 0;
        padding-top: 18px;
    }
}
.modal {
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    max-width: 1100px;
    padding: 20px 20px 30px;
    background: #fff;
    z-index: 55;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    margin-top: 20px;
    opacity: 0;
    pointer-events: none;
}
.modal.is-visible {
    margin-top: 0;
    opacity: 1;
    pointer-events: auto;
}
.modal-body {
    overflow-x: auto;
}
.modal-title {
    position: relative;
    padding-right: 30px;
}
.close-modal {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.close-modal:hover {
    opacity: 0.7;
}
.close-modal svg {
    width: 16px;
    height: 16px;
}
@media print, screen and (min-width: 768px) {
    .close-modal svg {
        width: 19px;
        height: 19px;
    }
}
.close-modal g {
    fill: #292d33;
}
.close-modal:hover g {
    fill: #d33;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.15);
    z-index: 50;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
}
.modal-backdrop.is-visible {
    opacity: 1;
    position: auto;
    pointer-events: auto;
}
.partner-pagination {
    height: 30px;
}
.partner-pagination a,
.partner-pagination span {
    display: none;
    float: left;
    position: relative;
    margin: 0 14px;
    color: #292d33;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
}
.partner-pagination a:after,
.partner-pagination span:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 1px;
    background: #292d33;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
}
.partner-pagination a.current,
.partner-pagination span.current {
    display: block;
    padding: 0 7px;
    margin: 0 7px;
    color: #fff;
    background: #d33;
    pointer-events: none;
}
.partner-pagination a.current:after,
.partner-pagination span.current:after {
    display: none;
}
.partner-pagination a.visible,
.partner-pagination span.visible {
    display: block;
}
.partner-pagination .first,
.partner-pagination .last,
.partner-pagination .next,
.partner-pagination .prev {
    margin: 0;
    padding: 0 5px;
    display: block;
}
.partner-pagination .first:after,
.partner-pagination .last:after,
.partner-pagination .next:after,
.partner-pagination .prev:after {
    display: none;
}
.partner-pagination .first svg,
.partner-pagination .prev svg {
    transform: rotate(180deg);
}
.partner-pagination svg {
    height: 13px;
    width: auto;
}
.partner-pagination a path {
    fill: #292d33;
}
.partner-pagination a:hover path {
    fill: #d33;
}
.partner-pagination a.disabled {
    opacity: 0.25;
    pointer-events: none;
}
.partner-pagination .dots {
    margin: 0 9px;
}
.partner-pagination .dots:after {
    display: none;
}
@media screen and (max-width: 459px) {
    .partner-pagination .dots,
    .partner-pagination .nextLast,
    .partner-pagination .prevFirst {
        display: none;
    }
}
.partner-card-wrap .col {
    display: -ms-flexbox;
    display: flex;
}
.partner-card {
    min-height: 300px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 22px 25px 27px;
}
@media print, screen and (min-width: 768px) {
    .partner-card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .partner-card a {
        margin-top: auto;
    }
}
.partner-card p {
    margin: 17px 0 25px;
    line-height: 24px;
}
.partner-card .border-link {
    font-size: 18px;
    line-height: 30px;
    padding-left: 15px;
}
.section.callout {
    background: url(/wp-content/uploads/2016/06/footer-cta.png) no-repeat 50%;
    background-size: cover;
}
@media print, screen and (min-width: 768px) {
    .section.callout .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}
.section.callout h2 {
    margin: 0;
    color: #fff;
    font-weight: 300;
    font-size: 26px;
    line-height: 36px;
}
@media print, screen and (min-width: 768px) {
    .section.callout .callout-text {
        padding-right: 60px;
    }
}
.section.callout .btn-white {
    margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
    .section.callout .btn-white {
        margin-left: auto;
        margin-top: 0;
    }
}
section.countdown {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(41, 45, 51, 0.3);
}
section.countdown .container {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media print, screen and (min-width: 1150px) {
    section.countdown .container {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
@media print, screen and (min-width: 640px) {
    .clock {
        text-align: right;
        display: inline-block;
        vertical-align: middle;
    }
}
.clock-wrap {
    text-align: center;
    padding: 13px 0 14px;
}
@media print, screen and (min-width: 1150px) {
    .clock-wrap {
        -ms-flex: 0 0 68%;
        flex: 0 0 68%;
        text-align: center;
    }
}
.countdown-title {
    position: relative;
    background: #d33;
    font-weight: 400;
    font-size: 17px;
    text-transform: none;
    color: #fff;
    letter-spacing: -0.28px;
    margin: 0;
    z-index: 1;
    text-align: center;
}
@media print, screen and (min-width: 380px) {
    .countdown-title {
        font-size: 21px;
    }
}
.countdown-title:before {
    content: "";
    position: absolute;
    background: #d33;
    top: 0;
    bottom: 0;
    left: -200px;
    right: -200px;
    z-index: -1;
}
@media print, screen and (min-width: 1150px) {
    .countdown-title:before {
        right: 0;
        left: -1000px;
    }
}
@media print, screen and (min-width: 576px) {
    .countdown-title {
        padding: 8px 0;
        font-size: 28px;
        line-height: 59px;
    }
}
@media print, screen and (min-width: 1150px) {
    .countdown-title {
        -ms-flex: 0 0 32%;
        flex: 0 0 32%;
        font-size: 22px;
    }
}
h3.clock-preface {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    color: #292d33;
    text-align: center;
    padding-bottom: 10px;
}
@media print, screen and (min-width: 640px) {
    h3.clock-preface {
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 0;
        margin-right: 15px;
    }
}
@media print, screen and (min-width: 576px) {
    h3.clock-preface {
        margin-right: 23px;
        font-size: 20px;
        line-height: 18px;
    }
}
.clock-unit {
    display: inline-block;
    position: relative;
}
@media screen and (max-width: 639px) {
    .clock-unit {
        text-align: center;
    }
}
.clock-unit:not(:last-of-type) {
    padding-right: 20px;
}
@media print, screen and (min-width: 576px) {
    .clock-unit:not(:last-of-type) {
        padding-right: 35px;
    }
}
.clock-unit:not(:last-of-type):after {
    content: ":";
    position: absolute;
    top: -3px;
    right: 9px;
    font-size: 30px;
    line-height: 30px;
    color: #292d33;
    opacity: 0.6;
}
@media print, screen and (min-width: 576px) {
    .clock-unit:not(:last-of-type):after {
        top: -5px;
        right: 9px;
        font-size: 48px;
        line-height: 48px;
    }
}
.clock-unit .number {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    color: #2e3532;
}
@media print, screen and (min-width: 576px) {
    .clock-unit .number {
        font-size: 33px;
        line-height: 48px;
    }
}
.clock-unit label {
    display: block;
    vertical-align: middle;
    font-weight: 600;
    font-size: 12px;
    color: #292d33;
    letter-spacing: 1.5px;
    opacity: 0.6;
}
@media print, screen and (min-width: 640px) {
    .clock-unit label {
        padding-left: 4px;
        display: inline-block;
    }
}
@media print, screen and (min-width: 576px) {
    .clock-unit label {
        padding-left: 8px;
    }
}
.clock-unit .number {
    overflow: hidden;
}
.clock .digit {
    float: left;
    height: 28px;
    width: 14px;
}
@media print, screen and (min-width: 576px) {
    .clock .digit {
        height: 48px;
        width: 19px;
    }
}
.clock .digit.tick-me {
    transition: 0.3s;
}
.section.hero {
    background-size: cover;
    background-position: 50%;
}
@media print, screen and (min-width: 768px) {
    .section.hero {
        padding-top: 118px;
        padding-bottom: 109px;
    }
}
.hero .container {
    max-width: 810px;
}
.hero h1 {
    color: #fff;
    font-size: 30px;
}
@media print, screen and (min-width: 768px) {
    .hero h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }
}
.hero h2 {
    color: #fff;
    font-size: 25px;
}
@media print, screen and (min-width: 768px) {
    .hero h2 {
        font-size: 31px;
    }
}
.hero-subtitle,
.hero p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
@media print, screen and (min-width: 768px) {
    .hero-subtitle,
    .hero p {
        font-size: 20px;
        line-height: 28px;
    }
}
.slideshow-pagination {
    margin-bottom: 15px;
    font-size: 16px;
}
.slideshow-pagination path {
    stroke: #292d33;
}
.slideshow-pagination a:hover path {
    stroke: #d33;
}
.slideshow-prev {
    margin-right: 5px;
}
.slideshow-prev svg {
    transform: rotate(90deg);
}
.slideshow-next {
    margin-left: 5px;
}
.slideshow-next svg {
    transform: rotate(-90deg);
}
.slide {
    display: none;
}
.slideshow-feature.slick-initialized .slide {
    max-width: 600px;
}
@media print, screen and (min-width: 768px) {
    .slideshow-feature.slick-initialized .slide {
        max-width: none;
    }
}
@media print, screen and (min-width: 992px) {
    .slideshow-feature.slick-initialized .slide {
        display: -ms-flexbox;
        display: flex;
    }
}
.slideshow-feature.slick-initialized .slide-image-wrap {
    max-width: 750px;
}
@media print, screen and (min-width: 992px) {
    .slideshow-feature.slick-initialized .slide-image-wrap {
        -ms-flex: 0 1 750px;
        flex: 0 1 750px;
    }
}
@media print, screen and (min-width: 992px) {
    .slideshow-feature.slick-initialized .slide-content-wrap {
        -ms-flex: 1 1 430px;
        flex: 1 1 430px;
        padding-left: 50px;
    }
}
.slideshow-feature.slick-initialized .slide-image {
    background-size: cover;
    margin-bottom: 20px;
    padding-top: 59.1%;
    border: 1px solid #d5d8da;
}
@media print, screen and (min-width: 992px) {
    .slideshow-feature.slick-initialized .slide-image {
        margin: 0;
    }
}
.slideshow-feature.slick-initialized h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
    .slideshow-feature.slick-initialized h3 {
        font-size: 20px;
        line-height: 27px;
    }
}
.slideshow-feature.slick-initialized p {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
}
@media print, screen and (min-width: 768px) {
    .slideshow-feature.slick-initialized p {
        font-size: 16px;
        line-height: 24px;
    }
}
.slideshow-nav {
    margin: 22px 0 0;
}
@media print, screen and (min-width: 768px) {
    .slideshow-nav {
        margin: 52px 0 0;
    }
}
.slideshow-nav .slide {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    background-size: cover;
    background-color: gray;
    border: 1px solid #d5d8da;
    margin-top: 40px;
    padding-top: 40px;
}
@media print, screen and (min-width: 768px) {
    .slideshow-nav .slide {
        width: 80px;
        height: 80px;
        margin: 0 10px;
    }
}
.slideshow-nav .slide.is-active {
    border-color: #d33;
}
.atc-map {
    height: 400px;
}
@media print, screen and (min-width: 768px) {
    .atc-map {
        height: 570px;
    }
}
@media print, screen and (min-width: 992px) {
    .atc-map {
        height: 800px;
    }
}
.atc-map .container {
    max-width: none;
    position: absolute;
    top: 70px;
    text-align: center;
}
.atc-charts {
    margin: 45px 0;
}
@media print, screen and (min-width: 768px) {
    .atc-charts {
        margin: 70px 0;
    }
}
.atc-charts .col {
    -ms-flex-pack: center;
    justify-content: center;
}
.chart-wrap {
    text-align: center;
}
.chart-wrap h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
}
.chart-wrap em {
    font-size: 14px;
    font-weight: 400;
}
.chart-wrap canvas {
    margin: 20px auto 0;
}
.atc-charts .col:last-child {
    margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
    .atc-charts .col:last-child {
        margin-top: 0;
    }
}
.table-card {
    padding-left: 20px;
    padding-right: 20px;
}
.table-card h3 {
    margin-left: 20px;
    line-height: 25px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d5d8da;
}
.table-card table {
    border-collapse: collapse;
    width: 100%;
    margin: 0;
}
.table-card td,
.table-card th {
    border: 0;
    color: #292d33;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 23px;
}
.table-card th {
    font-weight: 500;
    background: transparent;
}
.table-card tr:nth-child(2n) {
    background: #f8f9fa;
}
.blog-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-card .card-date {
    font-size: 13px;
    margin-bottom: 5px;
}
.blog-card h3 {
    padding-bottom: 30px;
    line-height: 27px;
}
@media print, screen and (min-width: 768px) {
    .blog-card h3 {
        min-height: 170px;
    }
}
.blog-card h3 a {
    color: #292d33;
    text-decoration: none;
}
.blog-card h3 a:hover {
    color: #d33;
}
.blog-card .card-meta {
    font-size: 12px;
    line-height: 16px;
    margin-top: auto;
}
.affiliate-partners .hero .container {
    max-width: 850px;
}
.affiliate-partners-intro .container {
    max-width: 835px;
}
#cbfree h2 {
    line-height: 30px;
    font-family: Roboto;
    font-size: 26px;
    margin-bottom: 20px;
}
.center-column {
    margin: auto;
    text-align: center;
    float: none;
}
#cbfree .vc_row {
    margin-left: -10px;
    margin-right: -10px;
}
#cbfree .wpb_column {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.channel-partners .block-nav {
    max-width: 380px;
}
@media print, screen and (min-width: 768px) {
    .channel-partners .block-nav {
        margin-left: auto;
    }
}
.channel-partners ul {
    margin-left: 38px;
}
.section.partners-map {
    padding-bottom: 0;
}
.section.other-partners {
    background: rgba(248, 249, 250, 0.7);
}
.channel-partners #map {
    height: 500px;
}
.gm-style-iw {
    padding-left: 13px;
    padding-bottom: 19px;
    padding-top: 19px;
}
.gm-style-iw img {
    max-width: 133px;
    max-height: 40px;
}
.gm-style-iw p {
    color: #292d33;
    font-size: 18px;
    line-height: 16px;
    margin-top: 32px;
    margin-bottom: 37px;
}
.gm-style-iw p a {
    text-decoration: underline;
    color: #292d33;
}
.gm-style-iw .map-site-link {
    display: block;
    margin-top: 8px;
}
.gm-style-iw .btn-red {
    width: 220px;
}
.partner-results-footer,
.partner-results-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media print, screen and (min-width: 768px) {
    .partner-results-footer,
    .partner-results-header {
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-align: center;
        align-items: center;
    }
}
.partner-results-footer p,
.partner-results-header p {
    color: #292d33;
    margin: 0 0 1em;
}
@media print, screen and (min-width: 768px) {
    .partner-results-footer p,
    .partner-results-header p {
        margin-bottom: 0;
    }
}
.partner-results-header label {
    white-space: nowrap;
    color: #292d33;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    margin-right: 13px;
}
.partner-results-sort-by {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
}
.partner-results-sort-by .select2 {
    width: 239px !important;
}
.partner-results-sort-by .select2-selection__rendered {
    font-size: 18px;
}
.partner-results-sort-by .select2-selection__arrow {
    width: 12px !important;
    height: 7px !important;
    right: 14px !important;
}
@media print, screen and (min-width: 768px) {
    .partner-results-sort-by {
        margin-left: auto;
    }
}
table.partner-results {
    border-bottom: 1px solid #bfbfbf;
    border-collapse: collapse;
    margin: 20px 0 30px;
}
.partner-results tr {
    border-top: 1px solid #bfbfbf;
}
.partner-results td {
    border: 0;
    padding-left: 0;
    padding-right: 24px;
    height: 130px;
    vertical-align: middle;
    color: #292d33;
}
.partner-results td:first-child {
    padding-left: 24px;
}
@media screen and (max-width: 991px) {
    .partner-results tr {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .partner-results td,
    .partner-results tr {
        display: block;
        padding: 1.5em 0;
    }
    .partner-results td {
        height: auto;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        padding: 1em 0 0;
    }
}
.partner-results td:first-of-type {
    text-align: center;
    padding-right: 78px;
}
.partner-results td:first-of-type img {
    max-width: 130px;
    max-height: 70px;
}
@media screen and (max-width: 991px) {
    .partner-results td:first-of-type {
        display: none;
    }
}
.partner-results td:nth-of-type(2) {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
}
@media screen and (max-width: 991px) {
    .partner-results td:nth-of-type(2) {
        padding-top: 0;
    }
}
.partner-results td:nth-of-type(3) {
    font-size: 18px;
    line-height: 30px;
}
.partner-results td:nth-of-type(3) a {
    text-decoration: underline;
    color: #292d33;
}
.partner-results td:nth-of-type(3) a:hover {
    color: #d33;
}
@media screen and (max-width: 991px) {
    .partner-results td:nth-of-type(3) {
        padding-top: 0;
    }
}
.partner-results td:nth-of-type(4) {
    width: 171px;
    font-size: 16px;
    line-height: 24px;
    -ms-flex-pack: center;
    justify-content: center;
}
.partner-results td:nth-of-type(4) img,
.partner-results td:nth-of-type(4) svg {
    width: 10px;
    margin-right: 2px;
    vertical-align: middle;
}
.partner-results td:nth-of-type(4) a {
    color: #292d33;
    text-decoration: underline;
}
.partner-results td:nth-of-type(4) a:hover {
    color: #d33;
}
.partner-results td:nth-of-type(5) {
    width: 164px;
}
.partner-results td:nth-of-type(5) .btn-red {
    width: 140px;
    min-width: 0;
}
@media print, screen and (min-width: 768px) {
    .channel-partners .partner-pagination {
        margin-left: auto;
    }
}
.no-results-message {
    display: none;
    text-align: center;
}
.no-results .no-results-message {
    display: block;
}
.no-results .partner-results,
.no-results .partner-results-footer,
.no-results .partner-results-header {
    display: none;
}
.contact-sales-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.contact-sales-form {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
@media print, screen and (min-width: 992px) {
    .contact-sales-form {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
.contact-sales-copy {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
@media print, screen and (min-width: 992px) {
    .contact-sales-copy {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
div.contact-sales-copy h2 {
    font-size: 24px;
    line-height: 30px;
}
div.contact-sales-copy li,
div.contact-sales-copy p {
    font-size: 16px;
    line-height: 26px;
}
@media print, screen and (min-width: 768px) {
    div.contact-sales-copy li,
    div.contact-sales-copy p {
        font-size: 18px;
        line-height: 30px;
    }
}
div.contact-sales-copy ul {
    list-style-type: none;
    margin: 20px 0 0;
    padding: 0;
}
div.contact-sales-copy ul li {
    color: #333;
}
div.contact-sales-copy ul a {
    margin-left: 4px;
}
div.contact-sales-copy ul li + li {
    padding-top: 10px;
}
.downloads-vc .ivan-custom-wrapper {
    padding-top: 0 !important;
}
.content-wrapper.download-modules {
    padding: 0;
    background: #f8f9fa;
}
.content-wrapper.download-modules h2 {
    text-align: center;
    margin-bottom: 48px;
}
.content-wrapper.download-modules .container {
    padding-top: 66px;
    padding-bottom: 60px;
}
.content-wrapper.download-modules .container + .container {
    border-top: 1px solid hsla(205, 8%, 48%, 0.3);
}
.download-card.games {
    padding: 37px 42px;
    max-width: 580px;
}
.download-card.games h3 {
    margin-bottom: 29px;
}
.download-card.games p {
    margin: 23px 0;
}
.download-card.games .border-link {
    display: inline-block;
    margin-top: 35px;
}
.download-card-wrap + .share-modules {
    border-top: 1px solid hsla(205, 8%, 48%, 0.3);
    padding-top: 70px;
    margin-top: 60px;
}
.share-modules {
    text-align: center;
}
@media print, screen and (min-width: 650px) {
    .share-modules {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.share-modules .share-links {
    display: block;
}
.share-modules .share-links a {
    margin: 0 17px;
}
.content-wrapper.download-modules .share-modules h2,
.share-section h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
@media print, screen and (min-width: 650px) {
    .content-wrapper.download-modules .share-modules h2,
    .share-section h2 {
        margin-bottom: 0;
    }
}
.share-section {
    padding: 60px 0;
}
.download-modules.games + .share-section {
    display: none;
}
.d-flex {
    display: -ms-flexbox;
    display: flex;
}
.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}
h1 span .events-sub {
    position: relative;
    top: -28px;
    left: 0;
    transform: rotate(45deg);
    font-size: 36px;
    color: #cd202c;
    top: -40px;
    left: -3px;
}
.filter-title {
    font-weight: 600;
    font-size: 20px;
}
@media screen and (min-width: 1024px) {
    .filter-title {
        margin-bottom: 24px;
    }
}
.accent--background {
    background: url(../images/background_accent.png);
    background-size: cover;
}
.events-filter--container {
    margin-bottom: 48px;
}
#events-filter .widget {
    margin: 12px 0;
}
@media screen and (min-width: 1024px) {
    #events-filter .widget {
        margin: 0;
    }
}
#events-filter h4 {
    margin-bottom: 0;
    min-width: 30%;
}
@media screen and (min-width: 1024px) {
    #events-filter h4 {
        margin-right: 6px;
        min-width: inherit;
    }
}
#events-filter .filter-button--container .btn {
    float: right;
    width: 100%;
}
.column-xs-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.description__featured--container .event-page__description {
    padding-top: 30px;
}
@media screen and (min-width: 1024px) {
    .description__featured--container .event-page__description {
        padding: 60px 60px 0 0;
    }
}
@media screen and (min-width: 1024px) {
    .description__featured--container {
        margin-bottom: 48px;
    }
}
.content--accordion {
    min-width: 200px;
}
.featured-event {
    text-align: center;
    padding: 48px;
    margin: -48px auto 0;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 48px 18px;
    box-shadow: 2px 18px 30px hsla(0, 0%, 100%, 0.4);
    height: 100%;
}
.featured-event.col-xs-12 {
    width: 95%;
}
@media screen and (min-width: 768px) {
    .featured-event.col-xs-12 {
        width: 80%;
    }
}
@media screen and (min-width: 1024px) {
    .featured-event.col-xs-12 {
        width: 50%;
    }
}
.featured-event h2,
.featured-event h3 {
    color: #fff;
    text-transform: uppercase;
}
.featured-event h2 {
    font-size: 2.5em;
}
@media (min-width: 1024px) {
    .featured-event h2 {
        font-size: 4.5em;
    }
}
.featured-event h3 {
    font-size: 1.4em;
    margin-bottom: 24px !important;
}
@media (min-width: 1024px) {
    .featured-event h3 {
        font-size: 2em;
    }
}
.featured-event a,
.featured-event a:link,
.featured-event a:visited {
    color: #fff;
    background-color: #00aff0 !important;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 18px;
}
.featured-event a:active,
.featured-event a:focus,
.featured-event a:hover {
    background-color: #009cd7 !important;
}
@media screen and (min-width: 1024px) {
    .featured-event {
        padding: 80px 38px;
        margin-top: -120px;
        background-color: #fff;
    }
}
@media screen and (min-width: 1024px) {
    .column-xs-reverse {
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.section.events {
    padding-top: 12px;
}
@media print, screen and (min-width: 992px) {
    .section.events {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media print, screen and (min-width: 992px) {
    .events aside {
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        padding-right: 40px;
    }
}
.events main {
    margin-top: 60px;
}
@media print, screen and (min-width: 992px) {
    .events main {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-top: 0;
    }
}
.events aside .widget + .widget {
    margin-top: 34px;
}
.events aside h4 {
    margin-top: 0;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
}
.events aside h4.border {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #bfbfbf;
}
.widget-archive a {
    display: block;
}
.widget-archive a + a {
    margin-top: 2px;
}
.accordion-header {
    padding: 2px 0;
    font-size: 15px;
    color: #333;
    cursor: pointer;
}
.accordion-header img {
    width: 12px;
    margin-left: 15px;
    margin-top: -1px;
    transform: rotate(0deg);
    transition: 0.2s;
}
.accordion-header.is-open img {
    transform: rotate(180deg);
}
.accordion-body {
    height: 0;
    overflow: hidden;
    padding-left: 10px;
}
.is-open + .accordion-body {
    height: auto;
}
.is-open + .accordion-body + .accordion-header {
    margin-top: 5px;
}
.hide-show__details {
    cursor: pointer;
}
.hide-show__details:hover {
    text-decoration: underline;
}
.details__chevron svg {
    height: 15px;
    width: 15px;
    margin-bottom: -3px;
    transition: 0.3s;
}
.details__chevron.chevron--up svg {
    transform: rotate(180deg);
}
.events-table-wrap {
    overflow: auto;
}
.events-table {
    min-width: 575px;
    border-collapse: collapse;
}
.events-table .btn-red {
    border-radius: 3px;
    font-weight: 500;
}
.events-table thead {
    background-color: #4b5c6a;
}
.events-table th {
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    background: transparent;
    border: 0;
}
@media sreen and (min-width: 1440px) {
    .events-table th {
        width: 300px;
    }
}
@media print, screen and (min-width: 1200px) {
    .events-table th:first-child {
        padding-left: 100px;
    }
}
@media print, screen and (min-width: 1200px) {
    .events-table th:last-child {
        padding-right: 100px;
    }
}
.events-table tr {
    border-bottom: 1px solid #e0e5e9;
}
.events-table tr.no-events {
    border: 0;
}
.events-table td,
.events-table tr.no-events td {
    text-align: center;
}
.events-table td {
    max-width: 300px;
    vertical-align: top;
    padding-top: 20px;
    padding-bottom: 20px;
    border: 0;
    font-size: 15px;
    line-height: 19px;
}
.events-table td .type__image--container svg {
    height: 50px;
    width: auto;
}
@media print, screen and (min-width: 992px) {
    .events-table td {
        font-size: 18px;
        line-height: 24px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .events-table td .content--accordion {
        margin-top: 24px;
        width: 800px;
    }
}
.events-table td:first-child {
    padding-left: 15px;
    padding-right: 30px;
    padding-top: 34px;
}
@media print, screen and (min-width: 992px) {
    .events-table td:first-child {
        padding-left: 20px;
        padding-right: 40px;
        padding-top: 38px;
    }
}
.events-table td:nth-child(2) {
    padding-right: 20px;
    padding-top: 30px;
    text-align: left;
}
@media print, screen and (min-width: 992px) {
    .events-table td:nth-child(2) {
        padding-right: 8px;
        padding-top: 38px;
    }
}
.events-table td:nth-child(3) {
    padding-top: 30px;
}
@media print, screen and (min-width: 992px) {
    .events-table td:nth-child(3) {
        padding-top: 38px;
    }
}
.events-table td:nth-child(4) {
    text-align: center;
    padding: 20px 10px;
}
@media print, screen and (min-width: 992px) {
    .events-table td:nth-child(4) {
        padding: 38px;
        padding-top: 20px;
    }
}
@media print, screen and (min-width: 1200px) {
    .events-table td:first-child {
        padding-left: 100px;
    }
}
@media print, screen and (min-width: 1200px) {
    .events-table td:last-child {
        padding-right: 100px;
    }
}
.events-table h4 {
    margin: 0;
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
}
@media print, screen and (min-width: 992px) {
    .events-table h4 {
        font-size: 20px;
        line-height: 30px;
    }
}
.events-table .btn-red {
    padding: 12px 20px;
    min-width: 140px;
}
.single-event-meta {
    font-size: 16px;
}
.single-event .post-content {
    margin-top: 2em;
}
.single-event .post-content + .btn-red {
    margin-top: 30px;
}
.iconvision {
    background-image: url(../images/vision-icon.png);
    margin: 0 auto;
    padding-left: 128px;
    padding-bottom: 50px;
}
.ivan-service-wrapper .top-section-holder {
    position: relative;
}
.ivan-service-wrapper .top-section-holder:after {
    position: absolute;
    left: 0;
    bottom: 0;
    top: auto;
}
.ivan-service-wrapper:hover .top-section-holder:after {
    width: 100% !important;
}
.integration-partners .hero .container,
.managed-security-providers .hero .container {
    max-width: 850px;
}
@media print, screen and (min-width: 992px) {
    .integration-partners-intro .flex-wrap {
        -ms-flex-align: center;
        align-items: center;
    }
}
.integration-partners-intro .embed-container {
    max-width: 580px;
}
@media screen and (min-width: 610px) and (max-width: 991px) {
    .integration-partners-intro .embed-container {
        width: 580px;
        height: 327px;
        padding: 0;
    }
}
.integration-partners-list .col {
    position: relative;
    display: -ms-flexbox;
    display: flex;
}
.integration-partners-list .icon-card .icon-card-title {
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}
.integration-partners-list .icon-card .icon-card-title img {
    max-height: none;
    max-width: 100%;
}
.integration-partners-list .icon-card svg {
    width: 15px;
    height: 17px;
    margin-right: 10px;
}
.integration-partners-list .icon-card a:hover path,
.integration-partners-list .icon-card svg path {
    fill: #717c84;
}
.integration-partners-list .icon-card a path:nth-child(2n) {
    fill: #fff;
}
.integration-partners-list .icon-card a:hover path:nth-child(odd) {
    fill: #d33;
}
.integration-partners-list .icon-card a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    color: #292d33;
    text-decoration: underline;
}
.integration-partners-list .icon-card a:hover {
    color: #d33;
}
.integration-partners-list .icon-card.is-hovered {
    width: auto;
    left: 10px;
    right: 10px;
}
.partner-category-selectors {
    margin: 0 -30px;
    margin-bottom: 35px;
    padding: 0 30px;
    border-bottom: 1px solid hsla(0, 0%, 75%, 0.5);
}
@media print, screen and (min-width: 1244px) {
    .partner-category-selectors {
        margin-left: calc(-50vw + -1 * 622px);
        margin-right: calc(-50vw + -1 * 622px);
    }
}
.partner-category-selectors .contain {
    margin: auto;
    max-width: 714px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.partner-category-selectors a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 1 45%;
    flex: 0 1 45%;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 12px;
    font-size: 14px;
    line-height: 18px;
    font-family: Roboto;
    color: #292d33;
    text-align: center;
    border: 1px solid hsla(0, 0%, 75%, 0.5);
}
.partner-category-selectors a:hover {
    color: #d33;
}
.partner-category-selectors a.is-active {
    color: #d33;
    border-color: #d33;
}
@media print, screen and (min-width: 768px) {
    .partner-category-selectors a {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0;
        border: 0;
        border-bottom: 5px solid #fff;
        font-size: 20px;
        line-height: 30px;
    }
}
.integration-partners-list .col {
    display: none;
}
.integration-partners-list .col.is-visible {
    display: -ms-flexbox;
    display: flex;
}
.page-template-page-news-center .r-featured-grid-main {
    padding-top: 120px;
    padding-right: 40px;
    display: block;
    background-position: bottom;
}
@media print, screen and (min-width: 640px) {
    .page-template-page-news-center .r-featured-grid-main {
        padding-top: 160px;
    }
}
@media print, screen and (min-width: 768px) {
    .page-template-page-news-center .r-featured-grid-main {
        padding-top: 220px;
    }
}
.page-template-page-news-center .r-featured-title {
    text-align: center;
}
.n-featured-grid-main-title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 16px 0;
    font-weight: 500;
}
@media print, screen and (min-width: 576px) {
    .n-featured-grid-main-title {
        font-size: 32px;
        line-height: 38px;
    }
}
a.r-featured-grid-main:hover .n-featured-grid-main-title {
    text-decoration: underline;
}
.n-featured-grid-main-text {
    color: #c8ced2;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.n-featured-grid-main-text strong {
    font-weight: 500;
}
.page-template-page-news-center .r-featured-grid-side-link {
    margin: 4px 0;
}
.page-template-page-news-center .r-featured-grid-side-meta {
    margin: 0;
}
.highlights {
    padding: 24px 0 56px;
}
.highlights-title {
    font-size: 32px;
    margin: 0 0 44px;
    text-align: center;
    line-height: 1;
}
.highlights-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.highlight-item {
    padding: 0 10px 20px;
    width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 1 auto;
}
@media print, screen and (min-width: 768px) {
    .highlight-item {
        width: 33.333333333%;
        flex: 0 0 33.333333333%;
        -ms-flex: 0 1 auto;
    }
}
.highlight-item-inner {
    background: #fff;
    height: 100%;
    display: block;
}
.highlight-item-inner:hover .highlight-item-title {
    color: #d33;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .highlight-item-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .highlight-item-inner .highlight-item-image {
        max-width: 33.3333333333%;
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        padding-top: 15.21548%;
        min-height: 100%;
    }
    .highlight-item-inner .highlight-item-text {
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        padding: 8px 16px;
    }
    .highlight-item-inner .highlight-item-title {
        margin: 0;
    }
}
@media screen and (max-width: 575px) {
    .highlight-item-inner {
        display: block;
    }
    .highlight-item-inner .highlight-item-image {
        max-width: none;
        min-height: 0;
        padding-top: 45.64644%;
        height: 0;
    }
}
.highlight-item-image {
    position: relative;
    padding-top: 45.64644%;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 0;
    background-color: #fff;
    border: 1px solid #bfbfbf;
}
.highlight-item-image img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.highlight-item-image.bg-default {
    background-color: #0d2734;
    background-image: url(../images/resources/resource-feature.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.highlight-item-text {
    padding: 16px 20px 0;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.highlight-item-date,
.highlight-item-source {
    color: hsla(205, 8%, 48%, 0.75);
    font-size: 14px;
    line-height: 16px;
    margin: 0;
}
.highlight-item-date strong,
.highlight-item-source strong {
    font-weight: 500;
}
.highlight-item-title {
    color: #292d33;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin: 8px 0 10px;
    transition: color 0.2s ease;
}
.highlights .news-item {
    flex: 0 0 100%;
    -ms-flex: 0 1 auto;
}
@media print, screen and (min-width: 768px) {
    .highlights .news-item {
        width: 33.333333333%;
        flex: 0 0 33.333333333%;
        -ms-flex: 0 1 auto;
    }
}
.highlights .news-item .news-item-inner:hover {
    box-shadow: none;
}
.highlights .news-item .news-item-title {
    margin: 0 0 16px;
}
.newscenter-tab-controls {
    background: #f8f9fa;
    padding: 32px 0 0;
    text-align: center;
}
.tab-controls-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.tab-control,
button.tab-control {
    padding: 0 8px 24px;
    margin: 0 12px;
    border: none;
    background: none;
    box-shadow: none;
    text-transform: none;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.25;
    color: #292d33;
    transition: border 0.2s ease, color 0.2s ease;
    border-bottom: 5px solid transparent;
}
.tab-control:hover,
button.tab-control:hover {
    background: none !important;
    box-shadow: none !important;
    color: #d33;
    border-color: #d33 !important;
}
.tab-control.is-active,
button.tab-control.is-active {
    border-color: #d33 !important;
    color: #d33;
}
.tab-control:focus,
button.tab-control:focus {
    background: transparent !important;
    outline: 0;
}
@media print, screen and (min-width: 576px) {
    .tab-control,
    button.tab-control {
        margin: 0 24px;
        font-size: 20px;
    }
}
@media print, screen and (min-width: 768px) {
    .tab-control,
    button.tab-control {
        margin: 0 32px;
        font-size: 24px;
    }
}
.newscenter-results {
    border-top: 1px solid #bfbfbf;
    background: #f8f9fa;
    padding: 40px 0 72px;
}
.newscenter-tab {
    display: none;
}
.newscenter-tab.is-active {
    display: block;
}
.newscenter-grid-controls {
    padding: 0 10px 32px;
}
@media print, screen and (min-width: 940px) {
    .newscenter-grid-controls {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.newscenter-grid-controls-left {
    -ms-flex-align: center;
    align-items: center;
}
.newscenter-grid-controls-buttons,
.newscenter-grid-controls-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.newscenter-grid-controls-buttons {
    -ms-flex-align: start;
    align-items: flex-start;
}
.newscenter-grid-controls-left-label {
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #292d33;
    line-height: 30px;
    margin-right: 12px;
}
button.newscenter-grid-controls-year-news,
button.newscenter-grid-controls-year-pr {
    background: none;
    border: none;
    color: #292d33;
    font-size: 18px;
    line-height: 30px;
    font-family: Roboto;
    font-weight: 400;
    transition: color 0.2s ease;
    padding: 8px;
}
button.newscenter-grid-controls-year-news:hover,
button.newscenter-grid-controls-year-pr:hover {
    color: #d33;
    background: none !important;
    box-shadow: none !important;
}
button.newscenter-grid-controls-year-news.is-active,
button.newscenter-grid-controls-year-pr.is-active {
    color: #d33;
}
button.newscenter-grid-controls-year-news:last-of-type,
button.newscenter-grid-controls-year-pr:last-of-type {
    border: none;
    margin-right: 0;
    padding-right: 0;
}
@media print, screen and (min-width: 576px) {
    button.newscenter-grid-controls-year-news,
    button.newscenter-grid-controls-year-pr {
        padding: 0 8px 0 0;
        margin: 4px 8px 4px 0;
        border-right: 1px solid #bfbfbf;
    }
    button.newscenter-grid-controls-year-news:hover,
    button.newscenter-grid-controls-year-pr:hover {
        border-color: #bfbfbf !important;
    }
}
.newscenter-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 8px;
}
@media print, screen and (min-width: 940px) {
    .newscenter-search {
        margin: 0;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.newscenter-search i {
    font-size: 20px;
    color: #292d33;
}
@media print, screen and (min-width: 940px) {
    .newscenter-search i {
        margin-left: 8px;
    }
}
input[type="search"].newscenter-search-input {
    background: transparent;
    border: none;
    font-size: 18px;
    -ms-flex-order: 2;
    order: 2;
    line-height: 32px;
    height: 32px;
    padding: 0 0 0 16px;
    font-family: Roboto;
    font-weight: 400;
    width: 280px;
    max-width: 80vw;
}
@media print, screen and (min-width: 940px) {
    input[type="search"].newscenter-search-input {
        text-align: right;
        -ms-flex-order: 0;
        order: 0;
    }
}
input[type="search"].newscenter-search-input.placeholder {
    color: #717c84;
    opacity: 1;
}
input[type="search"].newscenter-search-input:-moz-placeholder,
input[type="search"].newscenter-search-input::-moz-placeholder {
    color: #717c84;
    opacity: 1;
}
input[type="search"].newscenter-search-input::-webkit-input-placeholder {
    color: #717c84;
    opacity: 1;
}
.newscenter-grid-news,
.newscenter-grid-pr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.news-item {
    padding: 0 10px 20px;
    width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 1 auto;
}
@media print, screen and (min-width: 500px) {
    .news-item {
        width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 1 auto;
    }
}
@media print, screen and (min-width: 732px) {
    .news-item {
        width: 33.333333333%;
        flex: 0 0 33.333333333%;
        -ms-flex: 0 1 auto;
    }
}
@media print, screen and (min-width: 1100px) {
    .news-item {
        width: 25%;
        flex: 0 0 25%;
        -ms-flex: 0 1 auto;
    }
}
.news-item-inner {
    background: #fff;
    height: 100%;
    display: block;
    transition: box-shadow 0.2s ease;
}
.news-item-inner:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 500px) {
    .news-item-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.news-item-inner-wrap {
    width: 100%;
}
.news-item-image {
    position: relative;
    padding-top: 45.64644%;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 0;
    background: #fff;
}
.news-item-image img {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
.news-item-image.bg-default {
    background-color: #0d2734;
    background-image: url(../images/resources/resource-feature.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #bfbfbf;
}
.news-item-type {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.news-item-text {
    padding: 16px 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.news-item-date {
    color: hsla(205, 8%, 48%, 0.75);
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 8px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.news-item-title {
    color: #292d33;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin: 0 0 24px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media print, screen and (min-width: 500px) {
    .news-item-title {
        margin: 0 0 32px;
    }
}
@media print, screen and (min-width: 732px) {
    .news-item-title {
        margin: 0 0 80px;
    }
}
@media print, screen and (min-width: 860px) {
    .news-item-title {
        margin: 0 0 64px;
    }
}
@media print, screen and (min-width: 1100px) {
    .news-item-title {
        margin: 0 0 80px;
    }
}
.news-item-services {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0 20px 20px;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.news-item-service {
    display: block;
    margin: 2px 0 0;
    width: 100%;
    overflow: hidden;
}
.news-item-service:first-of-type {
    margin: 0;
}
.news-item-service-inner {
    color: #717c84;
    line-height: 16px;
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    display: inline-block;
}
.pr-item {
    padding: 0 10px 20px;
    width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 1 auto;
}
@media print, screen and (min-width: 620px) {
    .pr-item {
        width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 1 auto;
    }
}
.pr-item-inner {
    background: #fff;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: box-shadow 0.2s ease;
    padding: 16px;
}
@media print, screen and (min-width: 620px) {
    .pr-item-inner {
        padding: 24px 32px;
    }
}
.pr-item-inner:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.pr-item-inner:hover .pr-item-title {
    color: #d33;
    text-decoration: underline;
}
.pr-item-inner-top {
    display: block;
}
.pr-item-date {
    display: block;
    color: hsla(205, 8%, 48%, 0.75);
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 8px;
}
.pr-item-title {
    display: block;
    color: #292d33;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 12px;
    transition: color 0.2s ease;
}
@media print, screen and (min-width: 768px) {
    .pr-item-title {
        font-size: 20px;
        line-height: 30px;
    }
}
.pr-item-meta {
    display: block;
    color: hsla(205, 8%, 48%, 0.75);
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px;
    font-weight: 500;
}
.pr-item-text {
    display: block;
    font-size: 16px;
    color: #292d33;
    line-height: 24px;
    margin: 0 0 16px;
}
@media print, screen and (min-width: 768px) {
    .pr-item-text {
        font-size: 18px;
        line-height: 26px;
    }
}
.pr-item-cta {
    display: block;
    font-size: 18px;
    line-height: 1;
    color: #d33;
    text-decoration: underline;
}
.newscenter-pagination {
    text-align: right;
    padding: 48px 10px 0;
}
.newscenter-grid-news.is-loading,
.newscenter-grid-pr.is-loading {
    position: relative;
    opacity: 0.6;
    pointer-events: none;
}
.newscenter-grid-news.is-loading:before,
.newscenter-grid-pr.is-loading:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/spinner.svg) no-repeat 50%;
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
    z-index: z("weak");
    transform: rotate(0deg);
    animation-duration: 0.35s;
    animation-name: a;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.page-template-page-news-center .modal,
.page-template-page-news-center .modal-backdrop {
    display: none;
}
.partners-landing .hero {
    padding: 68px 0;
}
@media print, screen and (min-width: 992px) {
    .partners-landing .hero {
        padding-bottom: 141px;
    }
}
.partner-category .hero p,
.partners-landing .hero p {
    font-size: 18px;
    line-height: 21px;
}
@media print, screen and (min-width: 992px) {
    .partner-cards {
        padding-top: 0;
    }
}
@media print, screen and (min-width: 992px) {
    .partners-landing .partner-card-wrap {
        margin-top: -72px;
    }
}
@media print, screen and (min-width: 768px) {
    .partner-callout .flex {
        -ms-flex-align: center;
        align-items: center;
    }
}
.partner-callout p {
    line-height: 26px;
}
.partner-callout .btn-red {
    margin-top: 15px;
}
.partner-callout .icon-handshake-circle {
    width: 270px;
}
@media screen and (max-width: 767px) {
    .products-list .col {
        margin-top: 15px;
    }
}
@media print, screen and (min-width: 768px) {
    .product-card,
    .products-list .col {
        display: -ms-flexbox;
        display: flex;
    }
    .product-card {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .product-card a {
        margin-top: auto;
    }
}
@media print, screen and (min-width: 500px) {
    .product-card header {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }
}
.product-card img {
    width: 45px;
    margin-bottom: 20px;
}
@media print, screen and (min-width: 500px) {
    .product-card img {
        -ms-flex: 0 0 45px;
        flex: 0 0 45px;
        margin-right: 20px;
        margin-bottom: 0;
    }
}
.products-bottom img {
    max-width: 90px;
    margin-bottom: 20px;
}
.page-template-page-product .section.hero {
    padding-top: 62px;
    padding-bottom: 62px;
}
.page-template-page-product .hero .title-heading {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    font-weight: 400;
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .hero .title-heading {
        line-height: 1.1666666667;
        font-size: 48px;
        margin-bottom: 16px;
    }
}
.page-template-page-product .title-subtitle {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
    line-height: 24px;
}
.page-template-page-product .hero i.sub {
    position: relative;
    top: -32px;
    left: 3px;
    transform: rotate(45deg);
    font-size: 36px;
    color: #d33;
}
.page-template-page-product .p-intro {
    padding: 70px 0;
    background-color: #f8f9fa;
    background-image: url(../images/b-g.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-intro .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.page-template-page-product .p-intro-half {
    width: 50%;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding-right: 48px;
}
.page-template-page-product .p-intro-half.has-video {
    padding-right: 0;
    position: relative;
    padding-bottom: 28.125%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.page-template-page-product .p-intro-half.has-video embed,
.page-template-page-product .p-intro-half.has-video iframe,
.page-template-page-product .p-intro-half.has-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .page-template-page-product .p-intro-half {
        width: 100%;
        padding-right: 0;
    }
    .page-template-page-product .p-intro-half.has-video {
        margin-top: 32px;
        padding-bottom: 56.25%;
    }
}
.page-template-page-product .p-stats {
    padding: 60px 0 70px;
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-stats .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-stats-left {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        padding: 0 40px 0 0;
    }
}
.page-template-page-product .p-stats-right {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
}
@media screen and (max-width: 767px) {
    .page-template-page-product .p-stats-right {
        display: none;
    }
}
.page-template-page-product .p-stat {
    cursor: pointer;
    border-left: 5px solid #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    margin: 0 0 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: border 0.2s ease;
}
@media screen and (max-width: 399px) {
    .page-template-page-product .p-stat {
        display: block;
    }
}
.page-template-page-product .p-stat.is-active,
.page-template-page-product .p-stat:hover {
    border-left-color: #d33;
}
.page-template-page-product .p-stat-number {
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    text-align: center;
    padding: 16px 8px;
    font-size: 24px;
    font-weight: 300;
    line-height: 1;
    color: #292d33;
}
@media print, screen and (min-width: 1000px) {
    .page-template-page-product .p-stat-number {
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        font-size: 48px;
    }
}
@media screen and (max-width: 399px) {
    .page-template-page-product .p-stat-number {
        text-align: left;
        padding: 8px 8px 4px 16px;
    }
}
.page-template-page-product .p-stat-text {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding: 16px 32px 16px 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: #292d33;
}
@media screen and (max-width: 399px) {
    .page-template-page-product .p-stat-text {
        text-align: left;
        padding: 4px 8px 8px 16px;
    }
}
.page-template-page-product .p-stat-panel {
    display: none;
}
.page-template-page-product .p-stat-panel.is-active {
    display: block;
}
.page-template-page-product .p-stat-panel-title {
    font-size: 24px;
    line-height: 1.3333333333;
    margin: 0 0 16px;
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-stat-panel-title {
        font-size: 32px;
        line-height: 1.25;
    }
}
.page-template-page-product .p-stat-panel-text {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-stat-panel-text {
        font-size: 18px;
        line-height: 30px;
    }
}
.page-template-page-product .p-stat-panel-aside {
    margin: 32px 0 0;
    background-color: #292d33;
    background-image: url(../images/group-20.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 16px;
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-stat-panel-aside {
        padding: 32px;
    }
}
.page-template-page-product .p-stat-panel-aside-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #fff;
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-stat-panel-aside-title {
        font-size: 24px;
        line-height: 1.333333333;
    }
}
.page-template-page-product .p-stat-panel-aside-text {
    margin: 0;
    color: #fff;
}
.page-template-page-product .p-stat-panel-left {
    padding: 16px;
}
@media print, screen and (min-width: 500px) {
    .page-template-page-product .p-stat-panel-left {
        padding: 16px 32px 32px;
    }
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-stat-panel-left {
        display: none !important;
    }
}
.page-template-page-product .p-stat-panel-left.is-open {
    display: block;
}
.page-template-page-product .p-demo {
    padding: 70px 0;
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-demo .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-demo-left {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
.page-template-page-product .p-demo-right {
    padding: 32px 0 0;
}
@media print, screen and (min-width: 768px) {
    .page-template-page-product .p-demo-right {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 0 0 80px;
    }
}
.page-template-page-product .p-demo-left-title {
    font-size: 32px;
    line-height: 1;
    margin: 0 0 40px;
    font-weight: 500;
}
.page-template-page-product .p-demo-right-title {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
}
.page-template-page-product .p-demo-quote {
    position: relative;
    font-size: 16px;
    line-height: 2;
    margin: 32px 0 0;
}
@media screen and (max-width: 767px) {
    .page-template-page-product .p-demo-quote {
        padding: 0 0 0 16px;
    }
}
.page-template-page-product .p-demo-quote i {
    position: absolute;
    top: -16px;
    left: -16px;
    transform: rotate(45deg);
    font-size: 36px;
    color: #d33;
}
@media screen and (max-width: 767px) {
    .page-template-page-product .p-demo-quote i {
        left: 0;
    }
}
.page-template-page-product .p-rows {
    padding: 70px 0;
    background-color: #f8f9fa;
    background-image: url(../images/b-g.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}
.page-template-page-product .p-row {
    padding: 0 0 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-template-page-product .p-row:last-of-type {
    padding: 0;
}
@media screen and (max-width: 699px) {
    .page-template-page-product .p-row {
        display: block;
        text-align: center;
        padding: 0 0 70px;
    }
}
.page-template-page-product .p-row-image {
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    margin: 0 48px 0 0;
}
@media print, screen and (min-width: 900px) {
    .page-template-page-product .p-row-image {
        -ms-flex: 0 0 420px;
        flex: 0 0 420px;
    }
}
@media print, screen and (min-width: 1200px) {
    .page-template-page-product .p-row-image {
        margin: 0 140px 0 0;
    }
}
@media screen and (max-width: 699px) {
    .page-template-page-product .p-row-image {
        margin: 0 auto 32px;
    }
}
.page-template-page-product .p-row-content {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
@media screen and (max-width: 699px) {
    .page-template-page-product .p-row-content {
        max-width: 600px;
        margin: 0 auto;
    }
}
.page-template-page-product .p-row:nth-of-type(odd) .p-row-image {
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0 48px;
}
@media print, screen and (min-width: 1200px) {
    .page-template-page-product .p-row:nth-of-type(odd) .p-row-image {
        margin: 0 0 0 140px;
    }
}
@media screen and (max-width: 699px) {
    .page-template-page-product .p-row:nth-of-type(odd) .p-row-image {
        margin: 0 auto 32px;
    }
}
.page-template-page-product .p-row-title {
    font-weight: 500;
    -ms-flex: 0 1 auto;
    margin: 0 0 16px;
}
.page-template-page-product .p-row-text {
    -ms-flex: 0 1 auto;
    line-height: 26px;
    margin: 0;
}
.page-template-page-product .product-item-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
#downloads {
    margin: 0;
}
#downloads .wpb_text_column {
    margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
    #downloads {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.downloads-form {
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
}
.downloads-form p {
    color: #292d33;
    font-size: 18px;
}
.downloads-form .gform_wrapper {
    margin-top: 35px;
}
@media print, screen and (min-width: 992px) {
    .downloads-form {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding-right: 60px;
    }
}
.downloads-sidebar {
    padding: 30px 20px;
}
@media print, screen and (min-width: 768px) {
    .downloads-sidebar {
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 500px;
        padding: 42px 56px 95px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media print, screen and (min-width: 992px) {
    .downloads-sidebar {
        -ms-flex: 0 1 43%;
        flex: 0 1 43%;
    }
}
#downloads .downloads-sidebar h2 {
    font-size: 21px;
    line-height: 30px;
}
@media print, screen and (min-width: 768px) {
    #downloads .downloads-sidebar h2 {
        font-size: 24px;
        line-height: 36px;
    }
}
.downloads-sidebar hr {
    margin: 40px 0;
}
.section.hero.r-hero {
    padding: 48px 0 56px;
    background-color: #394054;
}
@media print, screen and (min-width: 768px) {
    .section.hero.r-hero h1 {
        line-height: 1.1666666667;
        font-size: 48px;
        margin-bottom: 16px;
    }
}
.section.hero.r-hero p {
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.5;
}
.r-featured {
    padding: 40px 0 64px;
}
.r-featured-title {
    font-size: 32px;
    margin: 0;
    line-height: 1;
}
.r-featured-grid {
    margin: 40px 0 0;
}
@media print, screen and (min-width: 992px) {
    .r-featured-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.r-featured-grid-main {
    padding: 16px;
    background-color: #0d2734;
    background-image: url(../images/resources/resource-feature.jpg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 1px solid #bfbfbf;
}
@media print, screen and (min-width: 576px) {
    .r-featured-grid-main {
        padding: 32px 32px 48px;
    }
}
@media print, screen and (min-width: 992px) {
    .r-featured-grid-main {
        -ms-flex: 0 0 64%;
        flex: 0 0 64%;
    }
}
.r-featured-grid-main-wrap {
    width: 400px;
    max-width: 80%;
}
.r-featured-grid-main-type {
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    padding: 0 12px;
}
.r-featured-grid-main-type.resource-type-infographic {
    background-color: #d33;
}
.r-featured-grid-main-type.resource-type-case_study {
    background-color: #2e3541;
}
.r-featured-grid-main-type.resource-type-integration_overview {
    background-color: #7a2d41;
}
.r-featured-grid-main-type.resource-type-video {
    background-color: #01688f;
}
.r-featured-grid-main-type.resource-type-webinar {
    background-color: #cb7920;
}
.r-featured-grid-main-type.resource-type-whitepaper {
    background-color: #01688f;
}
.r-featured-grid-main-type.resource-type-article {
    background-color: #7d3f86;
}
.r-featured-grid-main-type.resource-type-datasheet {
    background-color: #717f89;
}
.r-featured-grid-main-type.resource-type-form {
    background-color: #0099db;
}
.r-featured-grid-main-type.resource-type-free_tools {
    background-color: #e6b800;
}
.r-featured-grid-main-type.resource-type-resource_center {
    background-color: #81b33f;
}
.r-featured-grid-main-title {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 24px 0 16px;
    font-weight: 500;
}
@media print, screen and (min-width: 576px) {
    .r-featured-grid-main-title {
        font-size: 32px;
        line-height: 38px;
    }
}
.r-featured-grid-main-subtitle {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 16px;
}
@media print, screen and (min-width: 576px) {
    .r-featured-grid-main-subtitle {
        font-size: 24px;
        line-height: 26px;
    }
}
.r-featured-grid-main-text {
    color: #c8ced2;
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 32px;
}
.r-featured-grid-main-text strong {
    font-weight: 500;
}
.r-featured-grid-side {
    padding-top: 24px;
}
@media print, screen and (min-width: 640px) {
    .r-featured-grid-side {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media print, screen and (min-width: 992px) {
    .r-featured-grid-side {
        -ms-flex: 0 0 36%;
        flex: 0 0 36%;
        padding: 0 0 0 40px;
        display: block;
    }
}
.r-featured-grid-side-item {
    border-bottom: 1px solid #bfbfbf;
    padding: 12px 0 11px;
}
.r-featured-grid-side-item:last-of-type {
    border: none;
    padding-bottom: 0;
}
.r-featured-grid-side-item:first-of-type {
    padding-top: 0;
}
@media print, screen and (min-width: 640px) {
    .r-featured-grid-side-item {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        padding: 0 8px;
        border: none;
    }
}
@media print, screen and (min-width: 992px) {
    .r-featured-grid-side-item {
        border-bottom: 1px solid #bfbfbf;
        padding: 24px 0 23px;
    }
    .r-featured-grid-side-item:last-of-type {
        border: none;
        padding-bottom: 0;
    }
    .r-featured-grid-side-item:first-of-type {
        padding-top: 0;
    }
}
a.r-featured-grid-side-link {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #292d33;
}
a.r-featured-grid-side-link:hover {
    text-decoration: underline;
    color: #d33;
}
@media print, screen and (min-width: 992px) {
    a.r-featured-grid-side-link {
        font-size: 20px;
        line-height: 27px;
    }
}
.r-featured-grid-side-meta {
    color: #717c84;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 5px;
}
.r-featured-grid-side-meta strong {
    font-weight: 500;
}
.r-filters {
    background: #f8f9fa;
    padding: 8px 0;
}
@media print, screen and (min-width: 768px) {
    .r-filters .container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.r-filters-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 34px;
    font-size: 16px;
    color: #292d33;
    white-space: nowrap;
    padding: 8px 0;
}
button.r-filters-clear {
    font-family: Roboto;
    background: none !important;
    box-shadow: none !important;
    padding: 0;
    font-size: 16px;
    text-decoration: underline;
    color: rgba(41, 45, 51, 0.75);
    border: none;
    line-height: 34px;
    text-transform: none;
    display: inline-block;
    font-weight: 400;
    vertical-align: top;
    margin: 0 0 0 16px;
}
button.r-filters-clear:hover {
    color: #d33;
    background: none !important;
}
.r-filters-right {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media print, screen and (min-width: 768px) {
    .r-filters-right {
        padding-left: 40px;
    }
}
.pill,
a.pill {
    line-height: 34px;
    padding: 0 9px 0 12px;
    font-size: 16px;
    color: #fff;
    background: #717c84;
    border: none;
    font-family: Roboto;
    font-weight: 400;
    margin: 8px 10px 8px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transition: background 0.2s ease;
}
.pill:last-of-type,
a.pill:last-of-type {
    margin-right: 0;
}
.pill .pill-restriction,
a.pill .pill-restriction {
    display: inline-block;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pill.is-active,
a.pill.is-active {
    background: #d33;
    color: #fff;
    text-decoration: none;
}
.pill:hover,
a.pill:hover {
    text-decoration: none;
}
.pill:focus,
a.pill:focus {
    outline: 0;
    color: #fff;
}
.remove-pill {
    line-height: 34px;
    height: 16px;
    width: 16px;
    background: none !important;
    box-shadow: none !important;
    padding: 0;
    border: none;
    margin: 0 0 0 4px;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    transform: rotate(-45deg);
    -ms-flex: 0 0 16px;
    flex: 0 0 16px;
}
.remove-pill:focus,
.remove-pill:hover {
    background: none !important;
    border: none !important;
    outline: none !important;
}
.remove-pill:focus:after,
.remove-pill:focus:before,
.remove-pill:hover:after,
.remove-pill:hover:before {
    background: #fff;
}
.remove-pill:after,
.remove-pill:before {
    content: "";
    position: absolute;
    background: #fff;
    transition: background 0.2s ease;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.remove-pill:after {
    height: 12px;
    width: 2px;
}
.remove-pill:before {
    width: 12px;
    height: 2px;
}
.pill.removable:hover,
a.pill:hover {
    background-color: #d33;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.r-results {
    background: #f8f9fa;
    padding: 24px 0 40px;
    border-top: 1px solid #bfbfbf;
}
.r-results-wrap {
    position: relative;
    margin: 0 0 16px;
}
@media print, screen and (min-width: 860px) {
    .r-results-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 32px;
    }
}
.r-results-wrap-left {
    width: 290px;
    padding-right: 30px;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    transition: transform 0.2s ease;
}
.r-results-wrap-right {
    width: 100%;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    transition: transform 0.2s ease;
}
.menu-open .r-results-wrap-left,
.menu-open .r-results-wrap-right {
    transform: none;
}
.r-results-number {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    margin: 0;
}
@media screen and (max-width: 859px) {
    .r-results-number {
        padding-left: 10px;
    }
}
.r-results-menu-toggle {
    display: none;
    margin: 8px 0 16px;
    background: none !important;
    box-shadow: none !important;
    border: none;
    color: #292d33;
    font-family: Roboto;
    text-transform: none;
    padding: 0 0 0 10px;
    font-size: 16px;
    line-height: 24px;
}
.r-results-menu-toggle i {
    position: relative;
    top: -1px;
}
.r-results-menu-toggle:focus,
.r-results-menu-toggle:hover {
    background: none !important;
    box-shadow: none !important;
    color: #d33;
}
.r-results-wrap-right.r-results-wrap-right-search {
    padding-left: 10px;
}
@media print, screen and (min-width: 860px) {
    .r-results-wrap-right.r-results-wrap-right-search {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
.r-results-search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 10px;
}
.r-results-search i {
    font-size: 20px;
    color: #292d33;
}
@media print, screen and (min-width: 860px) {
    .r-results-search i {
        margin-left: 8px;
    }
}
input[type="search"].r-results-search-input {
    background: transparent;
    border: none;
    font-size: 18px;
    -ms-flex-order: 2;
    order: 2;
    line-height: 32px;
    height: 32px;
    padding: 0 0 0 16px;
    font-family: Roboto;
    font-weight: 400;
    width: 280px;
    max-width: 80vw;
}
@media print, screen and (min-width: 860px) {
    input[type="search"].r-results-search-input {
        text-align: right;
        -ms-flex-order: 0;
        order: 0;
    }
}
input[type="search"].r-results-search-input.placeholder {
    color: #717c84;
    opacity: 1;
}
input[type="search"].r-results-search-input:-moz-placeholder,
input[type="search"].r-results-search-input::-moz-placeholder {
    color: #717c84;
    opacity: 1;
}
input[type="search"].r-results-search-input::-webkit-input-placeholder {
    color: #717c84;
    opacity: 1;
}
.r-results-filter-box {
    background: #fff;
    padding: 16px 20px 24px;
    margin: 0 0 20px;
}
.r-results-filter-box-title {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 0 56px 0 0;
    position: relative;
}
.r-results-filter-box-clear {
    background: none !important;
    box-shadow: none !important;
    border: none;
    text-transform: none;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    color: #292d33;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    text-decoration: underline;
    transition: color 0.2s ease;
    display: none;
}
.r-results-filter-box-clear:focus,
.r-results-filter-box-clear:hover {
    background: none !important;
    box-shadow: none !important;
    color: #d33;
    text-decoration: underline;
}
.is-active .r-results-filter-box-clear {
    display: block;
}
.r-results-filter-box-checkbox {
    margin: 0 0 10px;
}
.r-results-filter-box-checkbox input {
    display: none;
}
.r-results-filter-box-checkbox label {
    position: relative;
    padding-left: 32px;
    color: #292d33;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
}
.r-results-filter-box-checkbox label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid #717c84;
    transition: border-color 0.15s;
}
.r-results-filter-box-checkbox label:hover:before {
    border-color: #292d33;
}
.r-results-filter-box-checkbox input:checked + label:before {
    background: #292d33 url(../images/icon-check-white.svg) no-repeat 50%;
    background-size: 12px;
    border-color: #292d33;
}
.r-results-item {
    padding: 0 10px 20px;
    width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 1 auto;
}
@media print, screen and (min-width: 500px) {
    .r-results-item {
        width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 1 auto;
    }
}
@media print, screen and (min-width: 732px) {
    .r-results-item {
        width: 33.333333333%;
        flex: 0 0 33.333333333%;
        -ms-flex: 0 1 auto;
    }
}
@media print, screen and (min-width: 860px) {
    .r-results-item {
        width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 1 auto;
    }
}
@media print, screen and (min-width: 1100px) {
    .r-results-item {
        width: 33.333333333%;
        flex: 0 0 33.333333333%;
        -ms-flex: 0 1 auto;
    }
}
.r-results-item-inner {
    background: #fff;
    height: 100%;
    display: block;
    transition: box-shadow 0.2s ease;
}
.r-results-item-inner:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
@media print, screen and (min-width: 500px) {
    .r-results-item-inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.r-results-item-header {
    padding: 16px 20px;
    background-color: #292d33;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.r-results-item-type {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin: 0;
}
.r-results-item-text {
    padding: 16px 20px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.r-results-item-date {
    color: hsla(205, 8%, 48%, 0.75);
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 8px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.r-results-item-title {
    color: #292d33;
    font-size: 20px;
    line-height: 27px;
    font-weight: 500;
    margin: 0 0 24px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
@media print, screen and (min-width: 500px) {
    .r-results-item-title {
        margin: 0 0 32px;
    }
}
@media print, screen and (min-width: 732px) {
    .r-results-item-title {
        margin: 0 0 80px;
    }
}
@media print, screen and (min-width: 860px) {
    .r-results-item-title {
        margin: 0 0 64px;
    }
}
@media print, screen and (min-width: 1100px) {
    .r-results-item-title {
        margin: 0 0 80px;
    }
}
.r-results-item-services {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0 20px 20px;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.r-result-item-service {
    display: block;
    margin: 2px 0 0;
    width: 100%;
    overflow: hidden;
}
.r-result-item-service:first-of-type {
    margin: 0;
}
.r-result-item-service-inner {
    color: #717c84;
    line-height: 16px;
    font-size: 14px;
    background: #f8f9fa;
    padding: 4px 6px;
    display: inline-block;
}
.archive-grid.is-loading {
    position: relative;
    opacity: 0.6;
    pointer-events: none;
}
.archive-grid.is-loading:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(../images/spinner.svg) no-repeat 50%;
    background-size: cover;
    left: 0;
    right: 0;
    margin: auto;
    top: 120px;
    z-index: z("weak");
    transform: rotate(0deg);
    animation-duration: 0.35s;
    animation-name: a;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes a {
    to {
        transform: rotate(1turn);
    }
}
.r-results-item.resource-type-infographic .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/CRed_Infographic_280x45.png);
}
.r-results-item.resource-type-case_study .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/CBlue_Case-Study_280x45.png);
}
.r-results-item.resource-type-ebook .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/212D62_Ebook_280x45.png);
}
.r-results-item.resource-type-integration_overview .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/212D62_IntegrationOverview_280x45.png);
}
.r-results-item.resource-type-video .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/9CADC9_Video_280x45-1.png);
}
.r-results-item.resource-type-event .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/647FAD_Event_280x45.png);
}
.r-results-item.resource-type-webinar .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/A91E2E_Webinar_280x45.png);
}
.r-results-item.resource-type-solution_brief .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/00101C_Solution-Brief_280x45.png);
}
.r-results-item.resource-type-whitepaper .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/F0BCC0_Whitepaper_280x45.png);
}
.r-results-item.resource-type-knowledge-center .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/DC636B_Knowledge-Center_280x45.png);
}
.r-results-item.resource-type-article .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/670C10_Article_280x45.png);
}
.r-results-item.resource-type-datasheet .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/647FAD_Datasheet_280x45.png);
}
.r-results-item.resource-type-form .r-results-item-header {
    background-image: url(../images/resources/resource-form.jpg);
}
.r-results-item.resource-type-free_tools .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/A91E2E_FreeTools_280x45.png);
}
.r-results-item.resource-type-award .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/9CADC9_Awards_280x45.png);
}
.r-results-item.resource-type-resource_center .r-results-item-header {
    background-image: url(../images/resources/resource-resource_center.jpg);
}
.r-results-item.resource-type-podcast .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/670C10_Podcast_280x45.png)
}
.r-results-item.resource-type-report .r-results-item-header {
    background-image: url(/wp-content/uploads/2021/10/9CADC9_Report_280x45.png);
}
.r-results-item-inner-wrap {
    width: 100%;
}
.r-results-pagination {
    margin: 40px 0 0;
    padding: 0 10px;
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.r-results-pagination-view {
    line-height: 50px;
    font-weight: 500;
    font-size: 18px;
    color: #383739;
}
.r-results-pagination .select2-container {
    margin-left: 8px;
    font-family: Roboto;
    font-size: 18px;
    padding: 0;
    text-align: left;
    line-height: 50px;
    color: #292d33;
    font-weight: 400;
    width: 96px;
}
.pagination {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.pagination a {
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin: 0 2px;
    padding: 0;
    background: #fff;
    border: 2px solid #c4c9cc;
    border-radius: 3px;
    color: #c4c9cc;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    text-decoration: none;
}
.pagination a i {
    font-size: 14px;
    font-weight: 400;
}
.pagination a.is-active,
.pagination a:hover {
    background: #fff;
    border-color: #292d33;
    color: #292d33;
}
.pagination a.is-active path,
.pagination a:hover path {
    stroke: #fff;
}
.pagination a:focus {
    border-color: #c4c9cc;
    color: #c4c9cc;
}
.pagination a.is-active,
.pagination a.visible {
    display: block;
}
.pagination a svg {
    transform: scale(1.15);
}
.pagination .prev svg {
    transform: scale(1.15) rotate(180deg);
}
.pagination .next svg {
    margin-left: 1px;
}
.pagination .dots {
    display: none;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 35px;
    margin: 0 5px;
    font-size: 14px;
    line-height: 18px;
}
.pagination .dots.visible {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
@media screen and (max-width: 767px) {
    .pagination .nextOne,
    .pagination .nextTwo,
    .pagination .prevOne,
    .pagination .prevTwo {
        display: none !important;
    }
}
@media screen and (max-width: 859px) {
    .r-results-menu-toggle {
        display: block;
    }
    .r-results-wrap-left-menu {
        width: 260px;
        position: absolute;
        left: 0;
        top: 40px;
        transform: translateX(-100%);
        transition: transform 0.2s ease;
    }
    .menu-open .r-results-wrap-left {
        transform: translateX(0);
    }
    .menu-open .r-results-wrap-right {
        transform: translateX(260px);
    }
}
.page-id-7811 .modal,
.page-id-7811 .modal-backdrop,
.page-template-page-solutions .modal,
.page-template-page-solutions .modal-backdrop {
    display: none;
}
.post-wrap {
    margin: 0 auto;
    padding: 56px 16px 64px;
    max-width: 812px;
}
.post-wrap.has-sidebar {
    max-width: 1212px;
}
.post-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0 0 6px;
}
@media print, screen and (min-width: 576px) {
    .post-title {
        font-size: 32px;
        line-height: 45px;
    }
}
.post-subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    margin: 0 0 16px;
}
@media print, screen and (min-width: 576px) {
    .post-subtitle {
        font-size: 24px;
        line-height: 45px;
    }
}
.post-meta {
    color: #717c84;
    font-size: 18px;
    line-height: 30px;
    margin: 16px 0 24px;
}
.post-meta a {
    color: #292d33;
    font-weight: 500;
}
.post-meta a:hover {
    color: #d33;
    text-decoration: none;
}
.post-content {
    position: relative;
}
.post-content li,
.post-content p {
    font-size: 16px;
    line-height: 24px;
}
@media print, screen and (min-width: 576px) {
    .post-content li,
    .post-content p {
        font-size: 20px;
        line-height: 32px;
    }
}
.has-sidebar .post-content,
.has-sidebar .post-meta,
.has-sidebar .post-title {
    max-width: 780px;
}
@media print, screen and (min-width: 992px) {
    .has-sidebar .post-content {
        max-width: 64%;
        padding-right: 60px;
    }
}
.post-share {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 16px;
}
.post-share .share-list {
    margin: 0;
}
.post-share .post-share-label {
    font-weight: 500;
    font-size: 16px;
    margin: 0 8px 0 0;
    color: #292d33;
}
@media print, screen and (min-width: 992px) {
    .post-share .post-share-label {
        margin: 0 0 12px;
        font-size: 20px;
    }
}
@media print, screen and (min-width: 992px) {
    .post-share {
        width: 60px;
        text-align: center;
    }
    .post-share,
    .post-share .share-list {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .post-share .share-list {
        width: 40px;
    }
    .post-share .share-list li {
        display: block;
        margin: 0 0 20px;
    }
    .post-share .share-list li a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        line-height: 40px;
        height: 40px;
        white-space: nowrap;
    }
}
.post-share.stuck {
    position: fixed;
    top: 0;
}
.post-share-wrapper.end-scroll {
    top: auto !important;
    bottom: 0 !important;
}
.post-share-wrapper.end-scroll .post-share {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
}
.share-signup {
    padding: 40px 0;
    width: 100%;
    margin: 40px 0 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 991px) {
    .share-signup {
        display: none;
    }
}
.share-signup-inner {
    background-color: #292d33;
    background-image: url(../images/group-20.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 32px;
    color: #fff;
}
.share-signup-title {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin: 0 0 8px;
}
.post-content p.share-signup-text {
    color: hsla(0, 0%, 100%, 0.6);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin: 0;
}
.share-signup .gform_wrapper {
    margin: 24px 0 0;
}
.share-signup .gfield_label {
    color: #fff;
}
.share-signup .gform_fields {
    margin: 0;
    padding: 0;
}
.share-signup .gfield {
    padding-left: 0;
}
@media print, screen and (min-width: 992px) {
    .post-share-wrapper {
        position: absolute;
        top: 0;
        left: 100%;
    }
}
.post-boilerplate {
    border-top: 1px solid #bfbfbf;
    margin-top: 64px;
    padding-top: 64px;
}
.post-boilerplate li,
.post-boilerplate p {
    font-size: 14px;
    line-height: 24px;
}
@media print, screen and (min-width: 576px) {
    .post-boilerplate li,
    .post-boilerplate p {
        font-size: 18px;
        line-height: 30px;
    }
}
.training-signup {
    position: relative;
    z-index: 2;
    background-color: #292d33;
    background-image: url(../images/red-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 80px 0;
}
.training-signup-wrap {
    max-width: 580px;
}
.training-signup-title {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin: 0 0 24px;
}
.training-signup-text {
    font-size: 18px;
    color: hsla(0, 0%, 100%, 0.8);
    line-height: 1.6666666667;
    font-weight: 400;
    margin: 0;
}
.training-signup .gform_wrapper {
    margin: 24px 0 0;
    max-width: 380px;
}
.training-signup .gfield_label {
    color: #fff;
}
.training-signup .gform_fields {
    margin: 0;
    padding: 0;
}
.training-signup .gfield {
    padding-left: 0;
}
.training-signup .gform_confirmation_message {
    color: #fff;
    margin: 16px 0 0;
}
.post-related {
    background-color: #f8f9fa;
    background-image: url(../images/b-g.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 64px 0 96px;
    position: relative;
    z-index: 2;
}
.post-related-title {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 40px;
}
@media print, screen and (min-width: 576px) {
    .post-related-title {
        font-size: 24px;
        line-height: 45px;
    }
}
.post-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.s-problem {
    padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
    .s-problem {
        padding: 80px 0 96px;
    }
}
.s-problem-title {
    text-align: center;
    font-size: 24px;
    line-height: 1.3333333333;
    margin: 0 0 40px;
}
@media print, screen and (min-width: 840px) {
    .s-problem-split {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.s-problem-split-left {
    padding: 0 0 32px;
}
@media print, screen and (min-width: 840px) {
    .s-problem-split-left {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        padding: 0 60px 0 0;
    }
}
.s-problem-split-left p {
    font-size: 16px;
    line-height: 1.5;
}
@media print, screen and (min-width: 576px) {
    .s-problem-split-left p {
        font-size: 18px;
        line-height: 1.7777777778;
    }
}
@media print, screen and (min-width: 576px) {
    .s-problem-split-left .btn-red {
        margin: 32px 0 0;
    }
}
@media print, screen and (min-width: 840px) {
    .s-problem-split-right {
        width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}
.s-problem-split-right-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.s-problem-split-right-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.s-tabs {
    background: #e9ecef;
    padding: 40px 0;
}
@media print, screen and (min-width: 768px) {
    .s-tabs {
        padding: 80px 0 96px;
    }
}
.s-tabs-title {
    font-size: 24px;
    line-height: 1.3333333333;
    margin: 0 0 16px;
}
.s-tabs-split {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.s-tabs-split-left {
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    width: 380px;
}
.s-tabs-split-right {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    padding: 0 0 0 60px;
    position: relative;
}
.s-tabs-controls {
    position: relative;
    z-index: 20;
}
button.s-tab-trigger {
    display: block;
    white-space: normal;
    text-align: left;
    padding: 0;
    margin: 0 0 10px;
    border-left: 5px solid #fff;
    border-bottom: none;
    border-top: none;
    border-right: none;
    background: #fff;
    color: #292d33;
    width: 100%;
    text-transform: none;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    font-family: Roboto;
    padding: 24px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
    transition: border 0.2s ease;
}
button.s-tab-trigger.is-active,
button.s-tab-trigger:focus,
button.s-tab-trigger:hover {
    background: #fff !important;
    color: #292d33 !important;
    border-left: 5px solid #d33 !important;
}
.s-tab {
    opacity: 0;
    position: absolute;
    top: 0;
    left: -40px;
    width: 100%;
    transition: left 0s ease, opacity 0s ease;
    z-index: 1;
}
.s-tab.is-active {
    top: 0;
    left: 0;
    opacity: 1;
    position: relative;
    transition: left 0.6s ease, opacity 0.6s ease;
    z-index: 10;
}
.s-tab-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 8px;
}
.s-tab-subtitle {
    font-size: 18px;
    line-height: 1.6666666667;
    color: #292d33;
    margin: 0 0 12px;
}
.s-tab-box {
    margin: 40px 0 0;
    padding: 32px 32px 16px;
    background: #fff;
}
.s-tab-box li,
.s-tab-box p {
    font-size: 18px;
    line-height: 1.6666666667;
    color: #292d33;
}
@media screen and (max-width: 999px) {
    .s-tabs-split-left {
        width: 240px;
        -ms-flex: 0 0 240px;
        flex: 0 0 240px;
    }
    button.s-tab-trigger {
        font-size: 16px;
        padding: 16px;
    }
    .s-tabs-split-right {
        padding-left: 32px;
    }
}
@media screen and (max-width: 719px) {
    .s-tabs-split-left {
        width: 32px;
        -ms-flex: 0 0 32px;
        flex: 0 0 32px;
    }
    button.s-tab-trigger {
        padding: 0;
        width: 32px;
        height: 32px;
        text-align: center;
        border: none !important;
        position: relative;
    }
    button.s-tab-trigger span {
        display: none;
    }
    button.s-tab-trigger:after {
        content: attr(data-tab);
        display: block;
    }
    button.s-tab-trigger.is-active,
    button.s-tab-trigger:focus,
    button.s-tab-trigger:hover {
        border: none !important;
    }
    button.s-tab-trigger.is-active:before {
        content: "";
        position: absolute;
        right: 100%;
        top: 0;
        bottom: 0;
        width: 5px;
        background: #d33;
    }
}
@media screen and (max-width: 399px) {
    .s-tabs-split-left {
        width: 28px;
        -ms-flex: 0 0 28px;
        flex: 0 0 28px;
    }
    button.s-tab-trigger {
        padding: 0;
        width: 28px;
        height: 28px;
    }
    .s-tabs-split-right {
        padding-left: 16px;
    }
    .s-tab-subtitle {
        font-size: 16px;
    }
    .s-tab-box {
        margin: 16px 0 0;
        border-top: 1px solid #fff;
        background: transparent;
        padding: 16px 0 0;
    }
    .s-tab-box li,
    .s-tab-box p {
        font-size: 16px;
        line-height: 1.5;
    }
}
.r-results-item.s-results-item {
    padding: 0 10px 20px;
    width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 1 auto;
}
@media print, screen and (min-width: 500px) {
    .r-results-item.s-results-item {
        width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 1 auto;
    }
}
@media print, screen and (min-width: 1000px) {
    .r-results-item.s-results-item {
        width: 25%;
        flex: 0 0 25%;
        -ms-flex: 0 1 auto;
    }
}
.form-section-form {
    padding-left: 16px;
}
@media print, screen and (min-width: 768px) {
    .form-section-form {
        -ms-flex: 1 1 60%;
        flex: 1 1 60%;
        padding-left: 0;
    }
    .form-section-form form {
        max-width: 640px;
    }
}
@media print, screen and (min-width: 992px) {
    .form-section-form {
        padding-right: 80px;
    }
}
.form-section-form h2 {
    font-size: 30px;
}
@media print, screen and (min-width: 768px) {
    .form-section-form h2 {
        font-size: 38px;
    }
}
.form-section-sidebar {
    padding-top: 50px;
}
@media print, screen and (min-width: 768px) {
    .form-section-sidebar {
        padding-top: 0;
        -ms-flex: 1 1 40%;
        flex: 1 1 40%;
    }
}
.form-section-sidebar h3 {
    margin-bottom: 30px;
    padding-left: 16px;
}
.form-section-sidebar blockquote {
    position: relative;
    border: 0;
    padding: 16px;
    color: #292d33;
    font-family: Roboto;
}
.form-section-sidebar blockquote:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    background: #d33;
    top: 0;
    left: 0;
}
.form-section-sidebar blockquote:after {
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    background: #d33;
}
.mm-about-left {
    width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 1 auto;
    padding: 0 24px 24px 0;
}
.mm-about-right {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow: hidden;
    -ms-flex: 0 1 auto;
    padding: 16px 0 24px 24px;
}
.mm-about-left-feature {
    background-color: #0e2538;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 24px 32px;
    color: #fff;
}
.mm-about-left-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
}
.mm-about-left-text {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 16px;
}
.mm-about-left-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 5px;
}
.mm-about-left-grid-box {
    display: block;
    padding: 5px;
    width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 1 auto;
}
.mm-about-left-grid-box-inner {
    width: 100%;
    background: #0e2538;
    color: #fff;
    display: block;
    text-align: center;
    padding: 32px 8px;
    transition: background 0.2s ease;
}
.mm-about-left-grid-box:hover .mm-about-left-grid-box-inner {
    background: #d33;
}
.mm-about-right-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px;
}
.mm-about-right-title-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3333333333;
    color: #292d33;
}
.mm-about-events {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
a.mm-about-events-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 4px 0;
    color: #292d33;
}
a.mm-about-events-box:hover {
    color: #d33;
}
a.mm-about-events-box:hover .mm-about-events-box-date {
    color: #717c84;
}
a.mm-about-events-box:hover .mm-about-events-box-cta {
    color: #d33;
}
.mm-about-events-box-date {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    font-size: 14px;
    color: #717c84;
    line-height: 16px;
}
.mm-about-events-box-title {
    padding: 0 0 0 16px;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    font-weight: 400;
    line-height: 16px;
    font-size: 14px;
    white-space: nowrap;
    max-width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
}
.mm-about-events-box-cta {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    text-decoration: underline;
    transition: color 0.2s ease;
}
.mm-about-news-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.mm-about-news-box {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 16px 0 0;
}
.mm-about-news-box:hover .mm-about-news-box-title {
    color: #d33;
}
.mm-about-news-box-date {
    color: #717c84;
    font-size: 14px;
    margin: 0 0 8px;
    line-height: 1;
}
.mm-about-news-box-title {
    color: #292d33;
    font-weight: 500;
    line-height: 18px;
    font-size: 14px;
    margin: 0;
    transition: color 0.2s ease;
}
.mm-about-news-box-source {
    color: #717c84;
    font-size: 14px;
    line-height: 1;
}
.mm-about-no_events {
    font-size: 14px;
    margin-bottom: 24px;
}
.hamburger {
    -ms-flex-order: 3;
    order: 3;
    display: none;
    background: transparent;
    padding: 6px 8px 4px;
    margin-right: -8px;
    margin-left: 8px;
    cursor: pointer;
    height: 29px;
}
.hamburger:hover .hamburger-inner,
.hamburger:hover .hamburger-inner:after,
.hamburger:hover .hamburger-inner:before {
    background-color: #d33;
}
.hamburger-box {
    width: 24px;
    height: 19px;
    display: inline-block;
    position: relative;
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px;
    transition-duration: 75ms;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    width: 24px;
    height: 3px;
    background-color: #000;
    position: absolute;
    transition: transform 0.15s ease, background 0.2s ease;
}
.hamburger-inner:after,
.hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: -8px;
    transition: top 75ms ease 0.12s, opacity 75ms ease, background 0.2s ease;
}
.hamburger-inner:after {
    bottom: -8px;
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), background 0.2s ease;
}
.hamburger.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #d33;
}
.hamburger.is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s, background 0.2s ease;
}
.hamburger.is-active .hamburger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, background 0.2s ease;
}
.mm-products-left {
    width: 280px;
    flex: 0 0 280px;
    -ms-flex: 0 1 auto;
    background: #f8f9fa;
}
.mm-products-left-top {
    padding: 40px 32px;
    background: #e9ecef;
}
.mm-products-left-bottom {
    padding: 24px 32px;
}
.mm-products-left-top-image {
    margin: 0 0 24px;
}
.mm-products-left-top-image img,
.mm-products-left-top-image svg {
    display: block;
}
.mm-products-left-top-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 8px;
    color: #292d33;
}
.mm-products-left-top-text {
    font-size: 18px;
    line-height: 1.3333333333;
    font-weight: 400;
    margin: 0 0 24px;
    color: #292d33;
}
.mm-products-left-bottom-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.3333333333;
    margin: 0 0 16px;
    color: #292d33;
}
.mm-products-left-bottom-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mm-products-left-bottom-list li {
    margin: 0;
    padding: 0;
    font-style: italic;
    font-size: 16px;
}
.mm-products-left-bottom-list li a {
    color: #d33;
}
.mm-products-left-bottom-list li a:hover {
    text-decoration: underline;
}
.mm-products-right {
    flex: 1 1 auto;
    -ms-flex: 0 1 auto;
    max-width: calc(100% - 280px);
}
.mm-products-right-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.mm-products-right-box {
    width: 33.3333333333%;
    -ms-flex: 0 1 auto;
    padding: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    transition: box-shadow 0.2s ease;
}
.mm-products-right-box:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.mm-products-right-box:hover .mm-products-right-box-right-text {
    color: #d33;
}
@media print, screen and (min-width: 1308px) {
    .mm-products-right-box {
        padding: 40px 32px;
    }
}
.mm-products-right-box-image {
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
}
.mm-products-right-box-right {
    padding: 0 0 0 16px;
}
@media print, screen and (min-width: 1308px) {
    .mm-products-right-box-right {
        padding: 0 0 0 24px;
    }
}
.mm-products-right-box-right-title {
    font-size: 16px;
    font-weight: 500;
    color: #292d33;
    line-height: 1.25;
    margin: 0 0 8px;
}
.mm-products-right-box-right-text {
    font-size: 14px;
    line-height: 1.5;
    color: #717c84;
}
.mm-ptc-left {
    width: 400px;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    background: #e9ecef;
}
.mm-ptc-left-top {
    background: #f8f9fa;
    padding: 40px 32px 32px;
}
.mm-ptc-left-bottom {
    padding: 40px 32px;
}
.mm-ptc-left-top-title {
    font-size: 18px;
    font-weight: 500;
    color: #292d33;
    line-height: 1.3333333333;
    margin: 0 0 16px;
}
.mm-ptc-left-top-threat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 0 24px;
}
.mm-ptc-left-top-threat-image {
    -ms-flex: 0 0 208px;
    flex: 0 0 208px;
    display: block;
}
.mm-ptc-left-top-threat-text {
    padding: 0 0 0 16px;
    font-size: 14px;
    line-height: 1.5;
    color: #292d33;
}
.mm-ptc-left-bottom-title {
    font-size: 18px;
    font-weight: 500;
    color: #292d33;
    line-height: 1.3333333333;
    margin: 0 0 8px;
}
.mm-ptc-left-bottom-text {
    color: #292d33;
    line-height: 1.5;
}
.mm-ptc-right {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.mm-ptc-right-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 0;
}
.mm-ptc-right-box {
    display: block;
    width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 1 auto;
    padding: 24px 16px;
    transition: box-shadow 0.2s ease;
}
@media print, screen and (min-width: 1308px) {
    .mm-ptc-right-box {
        padding: 24px;
    }
}
.mm-ptc-right-box:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.mm-ptc-right-box:hover .mm-tools-box-text {
    color: #d33;
}
.mm-ptc-right-box-image {
    display: block;
    margin: 0 0 24px;
}
.mm-ptc-right-box-title {
    font-size: 16px;
    color: #292d33;
    line-height: 1.25;
    margin: 0 0 8px;
    font-weight: 500;
}
.mm-ptc-right-box-text {
    color: #717c84;
    font-size: 16px;
    line-height: 1.5;
}
.mm-solutions-left {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 40px 40px 40px 0;
    border-right: 1px solid #e9ecef;
}
.mm-solutions-left.no-topics {
    border: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
}
.mm-solutions-right {
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 40px 0 40px 40px;
}
.mm-solutions-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 40px;
}
.mm-solutions-title-image {
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    margin: 0 24px 0 0;
}
.mm-solutions-title-text {
    font-weight: 20px;
    font-weight: 500;
    color: #292d33;
}
.mm-solutions-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
a.mm-solutions-grid-item {
    width: 50%;
    max-width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    display: block;
    -ms-flex: 0 1 auto;
    line-height: 1.5;
    margin: 0 0 16px;
    font-size: 16px;
    color: #717c84;
    padding-right: 8px;
}
a.mm-solutions-grid-item:hover {
    color: #d33;
    text-decoration: underline;
}
.mm-solutions-left.no-topics a.mm-solutions-grid-item {
    width: 33.3333333333%;
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
    -ms-flex: 0 1 auto;
}
.mm-tools-grid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.mm-tools-box {
    display: block;
    width: 25%;
    flex: 0 0 25%;
    -ms-flex: 0 1 auto;
    padding: 40px 16px 24px;
    transition: box-shadow 0.2s ease;
}
@media print, screen and (min-width: 1308px) {
    .mm-tools-box {
        padding: 40px 24px 24px;
    }
}
.mm-tools-box:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.3);
}
.mm-tools-box:hover .mm-tools-box-text {
    color: #d33;
}
.mm-tools-box-image {
    display: block;
    margin: 0 0 24px;
}
.mm-tools-box-title {
    font-size: 16px;
    color: #292d33;
    line-height: 1.25;
    margin: 0 0 8px;
    font-weight: 500;
}
.mm-tools-box-text {
    color: #717c84;
    font-size: 16px;
    line-height: 1.5;
}
.megamenu-header {
    position: relative;
    z-index: 500000;
    background: #fff;
}
.top-header {
    z-index: 500000 !important;
}
.megamenu-right-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
}
.row.row-megamenu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
}
.row.row-megamenu:after,
.row.row-megamenu:before {
    display: none;
}
.megamenu-logo {
    position: relative;
    z-index: 101;
}
@media print, screen and (min-width: 992px) {
    .megamenu-logo {
        height: 86px;
    }
}
.megamenu-logo-link {
    display: block;
}
@media print, screen and (min-width: 992px) {
    .megamenu-logo-link {
        transform: translateY(10px);
    }
}
@media screen and (max-width: 991px) {
    .megamenu-logo-link {
        padding: 8px 0;
    }
    .megamenu-logo-link img {
        height: 48px;
        width: auto;
    }
}
.megamenu-nav {
    padding: 0;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: end;
    justify-content: flex-end;
    list-style: none;
}
.megamenu-nav,
.megamenu-nav > li {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}
.megamenu-nav > li {
    padding: 0 8px;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media print, screen and (min-width: 1100px) {
    .megamenu-nav > li {
        padding: 0 16px;
    }
}
.megamenu-nav > li:after {
    content: "";
    background-image: url(../images/nav-arrow.png);
    background-position: 50%;
    background-repeat: no-repeat;
    width: 10px;
    height: 100%;
    position: relative;
    margin: 0 0 0 8px;
}
.megamenu-nav > li.no-children:after {
    display: none;
}
#megamenu-nav .megamenu-toplevel > a {
    color: #6c7174;
    font-size: 15px;
    font-weight: 500;
}
#megamenu-nav .megamenu-toplevel > a:hover {
    color: #d33;
}
#megamenu-nav .megamenu-toplevel > a.megamenu-button {
    background: #d33;
    color: #fff;
    padding: 8px 16px;
}
.megamenu-header .fa-search {
    width: 17px;
    height: 17px;
    background-image: url(../images/icn-nav-search@2x.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 50%;
}
.megamenu,
.megamenu-header .fa-search:before {
    display: none;
}
.megamenu {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    z-index: 100;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.25);
}
.megamenu-nav li:hover > .megamenu {
    display: block;
}
.mm-wrap {
    width: 100%;
    max-width: 1244px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: stretch;
    align-items: stretch;
}
@media (min-width: 768px) {
    .mm-wrap {
        padding-left: 32px;
        padding-right: 32px;
    }
}
.megamenu-mobile {
    display: none;
}
button.hamburger {
    border: none !important;
}
button.hamburger:active,
button.hamburger:focus,
button.hamburger:hover {
    background: none !important;
    box-shadow: none !important;
}
@media screen and (max-width: 991px) {
    .megamenu-nav {
        display: none;
    }
    .hamburger {
        display: block;
    }
    .megamenu-mobile {
        display: none;
    }
    .nav-open {
        overflow: hidden;
    }
    .nav-open .megamenu-mobile {
        display: block;
    }
    .megamenu-mobile {
        position: fixed;
        background: #f8f9fa;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 10000000;
    }
    .megamenu-mobile-inner {
        height: 100%;
        overflow: auto;
    }
    .megamenu-mobile-header {
        border-bottom: 1px solid #e9ecef;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: space-between;
        align-items: space-between;
        padding: 0 20px 0 0;
        background: #fff;
    }
    .megamenu-mobile-header .nav-toggle {
        border: none !important;
        background: none;
        color: #d33;
        margin-left: auto;
        text-decoration: underline;
        text-transform: none;
        font-weight: 400;
        line-height: 63px;
        padding: 0;
    }
    .megamenu-mobile-header .nav-toggle:active,
    .megamenu-mobile-header .nav-toggle:focus,
    .megamenu-mobile-header .nav-toggle:hover {
        background: none !important;
        box-shadow: none !important;
    }
    .megamenu-mobile-nav-top {
        background: #fff;
    }
    .megamenu-mobile-nav-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 0 0 20px;
        border-bottom: 1px solid #e9ecef;
        font-size: 16px;
        line-height: 1.5;
    }
    .megamenu-mobile-nav-item > a {
        color: #292d33;
        padding: 18px 8px 17px 0;
    }
    .megamenu-mobile-nav-item > a:hover {
        color: #d33;
    }
    .megamenu-mobile-nav-item-iconholder {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .megamenu-mobile-nav-item-iconholder img {
        -ms-flex: 0 0 32px;
        flex: 0 0 32px;
        margin: 0 24px 0 0;
        padding: 14px 0 13px;
    }
    .megamenu-mobile-nav-item-iconholder a {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        color: #292d33;
        padding: 18px 8px 17px 0;
    }
    .megamenu-mobile-nav-item-iconholder a:hover {
        color: #d33;
    }
    .megamenu-mobile-nav-item-sub-toggle {
        padding: 0 20px;
        line-height: 59px;
        background: #f8f9fa;
        cursor: pointer;
        color: #292d33;
        border-left: 1px solid #e9ecef;
        font-size: 20px;
        font-weight: 700;
    }
    .megamenu-mobile-nav-item-sub-toggle:hover {
        color: #d33;
    }
    .megamenu-mobile-nav-utility {
        padding: 20px;
    }
    .megamenu-mobile-nav-utility ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .megamenu-mobile-nav-utility ul li {
        padding: 0;
        margin: 0 0 16px;
        font-size: 14px;
        line-height: 1;
    }
    a.megamenu-mobile-nav-utility-link {
        color: #292d33;
    }
    a.megamenu-mobile-nav-utility-link:hover {
        color: #d33;
    }
    .megamenu-mobile-nav-utility-social {
        display: -ms-flexbox;
        display: flex;
    }
    .megamenu-mobile-nav-utility-social a {
        margin: 0 16px 0 0;
        font-size: 24px;
    }
    .megamenu-mobile-nav-utility-social a:last-of-type {
        margin: 0;
    }
    .megamenu-mobile-nav-utility-social a i {
        color: #d33;
    }
    .megamenu-mobile-nav-submenu {
        position: fixed;
        background: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        z-index: 10000001;
        display: none;
    }
    .submenu-open > .megamenu-mobile-nav-submenu {
        display: block;
    }
    .megamenu-mobile-header-back {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .megamenu-mobile-header-back .megamenu-mobile-nav-item-sub-toggle {
        line-height: 65px;
        border-left: none;
        border-right: 1px solid #e9ecef;
        margin-right: 8px;
    }
    .mm-mobile-products {
        background: #e9ecef;
        padding: 24px 20px;
    }
    .mm-mobile-products-title {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 0 24px;
    }
    .mm-mobile-products-title img {
        -ms-flex: 0 0 40px;
        flex: 0 0 40px;
        margin: 0 24px 0 0;
    }
    .mm-mobile-products-title a {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        font-size: 18px;
        line-height: 1;
        font-weight: 500;
    }
    .mm-mobile-products-text {
        color: #292d33;
        font-size: 16px;
        line-height: 1.5;
    }
    .mm-mobile-products-suite {
        background: #f8f9fa;
        padding: 20px;
    }
    .mm-mobile-products-suite-title {
        font-size: 14px;
        font-weight: 500;
        color: #292d33;
        margin: 0 0 16px;
    }
    .mm-mobile-products-suite-list {
        list-style: none;
        padding: 0 0 0 16px;
    }
    .mm-mobile-products-suite-list li {
        margin: 0 0 16px;
        padding: 0;
        font-size: 14px;
        line-height: 1.5;
    }
    .mm-mobile-about-feature {
        padding: 24px 20px;
        color: #fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50%;
    }
    .mm-mobile-about-feature .btn-red {
        color: #fff;
    }
    .mm-mobile-about-title {
        font-weight: 500;
        font-size: 18px;
        line-height: 1.333333333;
        margin: 0 0 8px;
    }
    .mm-mobile-about-text {
        font-size: 16px;
        line-height: 1.5;
        margin: 0 0 16px;
    }
    .mm-mobile-about-grid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: stretch;
        align-items: stretch;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 5px 0;
        padding: 0 5px;
    }
    a.mm-mobile-about-grid-box {
        display: block;
        padding: 5px;
        width: 50%;
        flex: 0 0 50%;
        -ms-flex: 0 1 auto;
    }
}
@media screen and (max-width: 991px) and (min-width: 500px) {
    a.mm-mobile-about-grid-box {
        width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}
@media screen and (max-width: 991px) {
    .mm-mobile-about-grid-box-inner {
        width: 100%;
        background: #0e2538;
        color: #fff;
        display: block;
        text-align: center;
        padding: 24px 8px;
        transition: background 0.2s ease;
    }
}
@media screen and (max-width: 991px) and (min-width: 500px) {
    .mm-mobile-about-grid-box-inner {
        padding: 32px 8px;
    }
}
@media screen and (max-width: 991px) {
    .mm-mobile-ptc {
        padding: 32px 20px;
        background: #e9ecef;
    }
    .mm-mobile-ptc a {
        width: 100%;
        max-width: 320px;
        display: block;
        margin: 0 auto 10px;
    }
    .mm-mobile-ptc a:last-of-type {
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 992px) {
    .megamenu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 499999;
        display: none;
    }
}
/*# sourceMappingURL=custom-styles.css.map */
