body {
    background: #fff;
    line-height: normal;
    font-family: 'telusweb', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    height: 100%;
}

a,
a:hover {
    color: #4b286d;
    outline: 0;
}
a:hover {
    cursor: pointer;
    border-bottom: none;
}

a {
    text-decoration: none;
    border-bottom: 1px solid #4b286d;
    word-break: break-word;
}

a.noborder,
a.arrow,
a.downArrow,
a.download,
a.circle {
    border: none;
}

h1 {
    color: #4b286d;
    font-size: 2.75rem;
    line-height: 1.18;
    /*letter-spacing: 0.05rem;*/
    letter-spacing: 0;
    font-weight: 300;
    word-wrap: break-word;
}
h1.big {
    font-size: 3.5rem;
}
h1.bigger {
    font-size: 4.5rem;
}

h2 {
    color: #4b286d;
    font-size: 1.75rem;
    line-height: 1.29;
    letter-spacing: 0.005rem;
    /*font-weight: 400;*/
    font-weight: 300;
    word-wrap: break-word;
}
h2.big {
    font-size: 2.75rem;
}

h3 {
    color: #2a2c2e;
    margin: 0 0 5px;
    font-size: 1.25rem;
    line-height: 1.45;
    font-weight: 600;
    word-wrap: break-word;
}

h4 {
    overflow-wrap: break-word;
    color: rgb(42, 44, 46);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: -0.6px;
}

p {
    font-weight: 400;
    color: #54595f;
    font-size: 1.25rem;
    line-height: 1.5;
    padding-bottom: 30px;
}
p:last-child {
    padding-bottom: 0;
}
p.big {
    font-size: 1.4rem;
    line-height: 1.5;
}
p.small,
ul.small li {
    font-size: 1.1rem;
    padding-bottom: 0;
}
ul.small li {
    padding-bottom: 1.1rem;
}
ul.small li:last-child {
    padding-bottom: 0;
}
p.smaller,
a.smaller,
span.smaller,
ul.smaller li {
    font-size: 0.9rem !important;
    line-height: 1.4;
}

ul.smaller li {
    line-height: 1.5;
    padding-bottom: 1rem;
}
.legal {
    font-family: 'TelusLegal', 'telusweb', 'Helvetica Neue', Helvetica, Arial,
        sans-serif;
    font-size: 11px;
    line-height: 16px;
    color: #2a2c2e;
    text-align: justify;
    text-transform: uppercase;
    word-break: break-all;
}

.strong {
    font-weight: bold !important;
}

.reveal,
.scrollrev {
    opacity: 0;
}
.scrollrev {
    /*display: none;*/
}

/*[type=checkbox]+.choice__text:before, 
[type=checkbox], 
[type=radio],
[type=checkbox], 
[type=radio]*/

[type='radio']:before {
    content: '';
    display: inline-block;
    position: relative;
    top: -5px;
    left: -2px;
    height: 7px;
    width: 7px;
    line-height: 1.4;
    transition: all 0.1s linear;
    border-radius: 50%;
    border: 5px solid #4b286d;
    background: #4b286d;
}
[type='radio']:checked:before {
    background: #fff;
}

label.choice:hover {
    cursor: pointer;
}

input,
textarea,
select {
    display: table;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    /*letter-spacing: -0.8px;*/
    line-height: 1.5;
    font-weight: 400;
    color: rgb(42, 44, 46);
    font-family: 'telusweb', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    width: 40px;
    padding: 5px 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    outline: none;
}

input:focus,
textarea:focus,
select:focus {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: 1px solid #54595f;
}

article,
aside {
    width: 100%;
    float: left;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

article img {
    max-width: 100%;
}

article.box {
    max-width: 1100px;
    width: 100%;
}
article.pad {
    padding-top: 100px;
    padding-bottom: 100px;
}
article.pad-small {
    padding-top: 50px;
    padding-bottom: 50px;
}

img.fw-img {
    display: block;
    width: 100%;
    max-width: 1120px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

img.lightbox {
}

img.lightbox:hover {
    cursor: pointer;
}

img.fullwidth {
    display: block;
    width: 100%;
    height: auto;
}

.top-wave {
    background-image: url(https://plus.telussante.co/page/core/img/goodwave.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

hr.wave {
    background-image: url(https://plus.telussante.co/page/core/img/wave.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: auto;
    height: 128px;
    border: none;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    box-sizing: border-box;
    margin: -15px 0;
}

hr.wave-section {
    background-image: url(https://plus.telussante.co/page/core/img/wave_title_section.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: auto;
    height: 130px;
    border: none;
    -webkit-margin-after: 0;
    -webkit-margin-before: 0;
    box-sizing: border-box;
    margin: -5px 0;
}

@media (max-width: 767px) {
    hr.wave,
    hr.wave-section {
        height: 85px;
        margin-top: -30px;
    }
}

hr {
    width: 100%;
}

hr.line {
    background-color: #d8d8d8;
    border-width: 0;
    height: 1px;
    padding: 0;
    margin: 0;
}
hr.line.pale {
    width: auto;
    background-color: #d8d8d859;
}
hr.shade {
    width: auto;
    height: 32px;
    background-image: radial-gradient(
        ellipse at top,
        rgba(150, 150, 150, 0.1) 0%,
        transparent 70%
    );
    border-width: 0;
    box-sizing: border-box;
}

hr.spacer {
    border: none;
    margin-block-start: 0;
    margin-block-end: 0;
    padding: 1rem 0;
}

a.source {
    vertical-align: super;
    font-size: 0.95rem;
    line-height: 0.95rem;
    border-bottom: none !important;
    padding-left: 1px;
    font-weight: 600;
}

a.source:hover {
    text-decoration: underline !important;
}

p.footnote {
    font-size: 1rem !important;
    letter-spacing: 0.015rem !important;
    line-height: 1.8rem !important;
}

p.footnote a.source {
    vertical-align: initial;
    padding-left: 0;
    font-size: 1rem;
}

p.footnote a.source:hover {
    text-decoration: none !important;
    cursor: text;
}

div.clear {
    clear: both;
}

section {
    clear: both;
}

section.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
}

section.spacing {
    margin-top: 100px;
    margin-bottom: 100px;
}

section.color-section {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 100px;
    margin-bottom: 100px;
}

section.spacing-bottom {
    margin-bottom: 100px;
}

section.pspacing {
    padding-top: 50px;
    padding-bottom: 50px;
}

section.lite-gray,
section.lite-grey,
.lite-gray,
.lite-grey {
    background-color: #f5f5f6;
}

section.dark-gray,
section.dark-grey {
    background-color: #2a2c2e;
}
section.purple-gray,
section.purple-grey {
    background-color: #f2eff4;
}

.purple {
    background-color: #4b286d;
}

section.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

section.wide {
    max-width: 100%;
}

h1.center,
h2.center,
h3.center,
h4.center,
h5.center,
p.center {
    text-align: center;
}

.ExpandCollapse {
    margin: 25px;
    font-size: 1.1rem;
}

.ExpandCollapse .Collapse {
    display: none;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.4rem;
    width: 100%;
}
a.Expand {
    color: #2a2c2e;
    /*margin-bottom: 2rem;*/
    display: block;
}
a.Expand:hover {
    cursor: pointer;
}
@media (max-width: 425px) {
    .ExpandCollapse .Collapse {
        padding-left: 0px;
    }
}

ul,
ul.half {
    padding: 0px 40px 30px;
}
p + ul {
    margin-top: -1rem !important;
}

li {
    font-weight: 400;
    color: #54595f;
    font-size: 1.2rem;
    line-height: 1.5;
    padding-bottom: 1.2rem;
}

li:last-child {
    padding-bottom: 0;
}

li::before {
    display: inline-block;
    content: '\E002';
    font-family: 'telusdings';
    color: #4b286d;
    font-size: 5px;
    position: relative;
    left: -16px;
    top: -5px;
    margin-right: -6px;
}

ul.checkmarks li::before,
ul.checkmarks li:before {
    background: url('../../core/img/check.svg') no-repeat 0px 0px;
    display: inline-block;
    content: '';
    font-family: 'telusdings';
    color: #4b286d00;
    font-size: 5px;
    position: relative;
    left: -10px;
    top: -5px;
    margin-right: 0px;
    width: 30px;
    height: 30px;
    float: left;
}

ul.decimal {
    list-style: decimal;
}

ul.decimal > li::before {
    display: none;
}

ul.alpha {
    list-style: lower-alpha;
}

ul.alpha > li::before {
    display: none;
}

ul.roman {
    list-style: lower-roman;
}

ul.roman > li::before {
    display: none;
}

table.grey {
    width: 100%;
    border: 1px solid #e0e0e0;
}
table.grey th,
table.grey td {
    padding: 8px 16px;
    border: 1px solid #e0e0e0;
}
table.grey th {
    padding: 12px 24px;
    text-align: center;
    vertical-align: middle;
    background-color: #f5f5f6;
    letter-spacing: 0.75px;
}

.mobile-ony,
.mobile-only {
    display: none !important;
}

@media (max-width: 375px) {
    .no-mobile {
        display: none !important;
    }
    .mobile-ony,
    .mobile-only {
        display: block !important;
    }
    h1 {
        font-size: 2.25rem !important;
    }
    .m-center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

.tablet-only {
    display: none !important;
}

@media (max-width: 768px) {
    .t-center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    h3 {
        font-size: 1.175rem !important;
    }
    .m-margin-auto {
        margin: auto !important;
    }
    .no-tablet {
        display: none !important;
    }
    .tablet-only {
        display: block !important;
    }
}

#page {
    display: none;
}

#top-menu-bar {
    z-index: 1000000;
    position: relative;
    height: 73px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #fff;
}

#top-menu-bar img {
    width: 100%;
    max-width: 213px;
    height: auto;
}

#top-menu-bar a.lang {
    font-weight: 600;
}

#top-menu-bar-logo {
    padding-top: 24px;
    padding-left: 15px;
}

#top-bar {
    /*background-color: #4b286d;*/
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    min-height: 70px;
    /*margin-top: -94px;*/
    opacity: 0;
    height: auto;
}

#top-bar p {
    padding-top: 21px;
    padding-bottom: 25px;
}

#top-bar a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#top-bar a:hover {
    opacity: 0.65;
}

#top-bar.top-menu {
    /*background-color: #f5f5f6;*/
}

#top-bar.top-menu a {
    font-size: 18px;
    line-height: 20px;
    padding: 0 15px;
    color: #4b286d;
    letter-spacing: 0.01rem;
}

#top-bar p {
    padding-top: 20px;
    padding-bottom: 20px;
}
#top-bar-burger,
#mobile-top-bar-menu {
    display: block;
}
#top-bar-menu {
    display: none;
}
@media (min-width: 768px) {
    #top-bar-burger,
    #mobile-top-bar-menu {
        display: none;
    }
    #top-bar-menu {
        display: block;
    }
}
#mobile-top-bar-menu {
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#mobile-top-bar-menu.close {
    display: none;
}
/*#top-bar-menu {display: none;}*/

#mobile-top-bar-menu a {
    padding-bottom: 10px;
    display: block;
}
#mobile-top-bar-menu {
    padding-top: 40px;
    padding-bottom: 50px;
}
.burger {
    width: 20px;
    height: 24px;
    position: relative;
    cursor: pointer;
    margin-right: auto;
    left: 30px;
    top: 20px;
}

.burger-bar {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4b286d;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.burger-top {
    top: 6px;
}
.open .burger-top {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.burger-middle {
    top: 13px;
}
.open .burger-middle {
    opacity: 0;
    left: -15px;
}

.burger-bottom {
    top: 20px;
}
.open .burger-bottom {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

/* SUB MENU START */

#top-sticky-bar.sub-menu #top-cta,
#top-sticky-bar.sub-menu #top-cta-dummy {
    padding: 0px;
    border-bottom: 0px;
}

.sticky-navigation {
    background-color: #f7f7f8;
    border-bottom: 1px solid #d8d8d8;
}

@media (min-width: 48em) {
    .sticky-navigation__list {
        overflow-x: auto;
    }
}

.sticky-navigation__list {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

a.sticky-navigation__list-item {
    display: flex;
    flex-grow: 1;
    padding: 17px 10px 13px;
    color: #2a2c2e;
    justify-content: center;
    max-width: 190px;
    border-bottom: 4px solid #f7f7f8;
    line-height: 1.05rem;
    transition: all 0.25s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0;
}

.sticky-navigation__list-item:not(:last-child) {
    position: relative;
}

a.sticky-navigation__list-item span {
    text-align: center;
}

.sticky-navigation__list-item:not(:last-child):after {
    content: '';
    position: absolute;
    top: calc(25% + 3px);
    right: 0;
    display: block;
    width: 1px;
    height: 50%;
    background: #dbdbdb;
}

@media (min-width: 48em) {
    a.sticky-navigation__list-item:hover {
        border-color: #4b286d;
        color: #4b286d;
    }
}

/* SUB MENU END */

#social nav a {
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#social nav a:hover {
    opacity: 0.65;
}

/*#top-bar a::before {
    display: inline-block;
    content: "\E050";
    font-family: "telusdings";
    margin: 0 12px;
    -webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/

footer {
    height: 133px;

    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
#footer {
    padding: 60px 0 50px;
}

#footer-wraper {
    display: inline-table;
    width: 100%;
    height: auto;
}

#footer.sticky {
    position: absolute;
    width: 100%;
    bottom: 0;
}

#footer-background.visible {
    display: block;
    visibility: visible;
    opacity: 1;
    height: 133px;
}

#footer-background {
    visibility: hidden;
    display: none;
    height: 0;
    opacity: 0;
}

#footer p {
    color: #fff;
    font-size: 0.8rem;
    padding-bottom: 0;
    margin-top: 30px;
}

#footer p.powered {
    margin: 0 0 10px;
}

#footer.copyright {
    padding: 40px 0 40px;
}

#footer.copyright p {
    color: #ccc;
    font-size: 0.75rem;
    padding-bottom: 0;
    margin-top: 10px;
    letter-spacing: 0.3px;
    line-height: 0.8rem;
}

/*
#social {
    margin-top: 20px;
    margin-bottom: 60px;
}

#social nav {
    margin: 20px auto 20px;
    display: table;
}
*/

#social a {
    border-bottom: 0 !important;
}
#social {
    padding: 40px 0 40px;
    margin: 0;
}

#products {
    padding: 100px 0;
    margin-bottom: 0;
}

#contact aside img {
    width: 60%;
    height: auto;
}

#to-top {
    /*display:none;*/
    position: fixed;
    bottom: 1em;
    right: 1.2em;
    z-index: 9990;
    color: #2a2c2e;
    background-color: #f5f5f6;
    border-radius: 50%;
    cursor: pointer;
    padding: 1.1rem 1.2rem 1.2rem;
    opacity: 0;

    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;

    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);

    -webkit-box-shadow: 0px 0px 0px 1px #c1c1c133;
    -moz-box-shadow: 0px 0px 0px 1px #c1c1c133;
    box-shadow: 0px 0px 0px 1px #c1c1c133;
}

#to-top::before {
    content: '\E102';
    font-family: 'telusdings';
    margin: 0 5px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

#to-top:hover {
    background-color: #2a2c2e;
    color: #fff;
    opacity: 1;
}

#bottom-contact {
    margin-top: 0;
    margin-bottom: 120px;
}

#footer-menu {
    padding-top: 35px;
    padding-bottom: 35px;
}

#footer-menu a {
    padding: 0 10px;
    /*padding-right: 20px;*/
    line-height: 30px;
}

/*#footer-menu a:last-child {
    padding-right: 0px;
}*/

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    min-height: 10px;
    /*background-color: #0000001a;*/
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.col-1 {
    width: 100%;
    float: left;
}
.col-2 {
    width: 50%;
    float: left;
}
.col-3 {
    width: 33.3%;
    float: left;
}
.col-3-2 {
    width: 66.7%;
    float: left;
}
.col-4 {
    width: 25%;
    float: left;
}
.col-3-4 {
    width: 75%;
    float: left;
}
.col-pad {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}
.col-2.mbottom,
.col-3.mbottom,
.col-4.mbottom {
    margin-bottom: 40px;
}
.center {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.middle {
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}

.big-half {
    width: 60%;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
}

.big-half-7 {
    width: 70%;
}

.big-half-75 {
    width: 75%;
}

.small-half {
    width: 40%;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
}
.small-half-25 {
    width: 25%;
}
.small-half-3 {
    width: 30%;
}

.left-half {
    width: 50%;
    padding-right: 10px;
    box-sizing: border-box;
    float: left;
}

.right-half {
    width: 50%;
    padding-left: 10px;
    box-sizing: border-box;
    float: left;
}

.third {
    width: 33.3%;
    padding: 0.5px !important;
    box-sizing: border-box;
}

.half {
    width: 50%;
    padding: 0.5px;
    box-sizing: border-box;
}

.column-4 {
    width: 25%;
    padding: 0.5px;
    box-sizing: border-box;
    float: left;
}
.column-4 ul {
    padding: 10px 25px 30px;
}

.column-3 {
    width: 30%;
    margin-right: 3.33%;

    box-sizing: border-box;
    float: left;
}
.column-3 ul {
    padding: 10px 25px 30px;
}

.half.group {
    width: 50%;
    padding: 0.5px;
}

.graph-wrap {
    text-align: center;
}

.graph-wrap img {
    width: 100%;
    max-width: 424px;
    height: auto;
}

.third img,
.half img {
    display: block;
}

.wrapper {
    /*margin: 0 auto;
    max-width: 1200px;*/

    max-width: 1200px !important;
    width: 100% !important;

    margin-left: auto !important;
    margin-right: auto !important;

    padding: 0 50px;
    box-sizing: border-box;
}

.wrapper.nopad {
    padding: 0 !important;
}

.smallmbottom {
    margin-bottom: 10px;
}

.smallmtop {
    margin-top: 10px;
}

.mbottom {
    margin-bottom: 30px;
}

.mtop {
    margin-top: 30px;
}

.mtop-s {
    margin-top: 15px;
}

.bigmbottom {
    margin-bottom: 50px;
}

.frg-icon {
    font-family: 'telusdings';
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    color: #4b286d;
    font-size: 2rem;
    float: left;
    padding: 0 10px;
}

.icon-twitter::before {
    content: '\E031';
}

.icon-youtube::before {
    content: '\E033';
}

.icon-linkedin::before {
    content: '\E177';
}

.icon-linkedin img {
    display: block;
}

.circle-icon {
    width: 200px;
    height: 200px;
    padding-left: 0;
}

.circle-icon.left {
    margin: 0 40px 0 10px;
}

.circle-icon.right {
    margin: 0 10px 0 40px;
}

.circle-icon-item h2 {
    padding: 20px 0 20px;
}

a.green,
span.green {
    color: #248700;
}
a.green {
    font-weight: bold;
}

.telus-green {
    color: #66cc00;
}
.red,
.cardinal {
    color: #c12335 !important;
}

a.round {
    letter-spacing: 0.02rem;
    border-radius: 50px !important;
}

.btn-green {
    text-align: center;
    padding: 15px 30px;
    display: inline-block;
    background-color: #248700;
    border: solid 1px #248700 !important;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'telusweb', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    border-bottom: none;
}

.btn-purple {
    text-align: center;
    padding: 15px 30px;
    display: inline-block;
    background-color: #4b286d;
    border: 1px solid #4b286d !important;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'telusweb', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 800;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.btn-purple.small {
    font-size: 18px;
}

.btn-purple:hover {
    background-color: #fff;
    color: #4b286d;
    border: 1px solid #4b286d;
}
#bottom-cta a.btn-purple {
    border: 1px solid #fff !important;
}

.btn-purple.inv {
    background-color: #fff;
    border: 1px solid #4b286d !important;
    color: #4b286d;
}

.btn-purple.inv:hover {
    background-color: #4b286d;
    color: white;
    border-bottom: 1px solid #fff !important;
}

#bottom-cta {
    position: fixed;
    z-index: 5000;
    right: 120px;
    bottom: 0px;
    background-color: #fff;
    height: 33px;
    box-sizing: border-box;
    font-weight: 600;
}

#bottom-cta.sticky {
    position: inherit;
    /*width: 100%;
    margin-left: auto;
    padding-right: 120px;
    background-color: #FFFFFF00;
    text-align: right;*/
}

#bottom-cta.sticky a {
    /*float: none!important;*/
}

#bottom-cta a {
    /*color: #FFF;
    background-color: #248700;
    padding: 18px 30px 15px 35px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;*/
}

.copied {
    background-color: #4b286d !important;
    border: 1px solid #4b286d !important;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #4b286d !important;
    -webkit-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.IE-fix {
    max-width: 213px;
}

.ta3 {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

/*.btn-green.external::after {
    display: inline-block;
    content: "\E015";
    font-family: "telusdings";
    margin: 0 12px;
    -webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/

.btn-green:hover {
    background-color: #ffffff;
    color: #248700;
    text-decoration: none;
    /*box-shadow: inset 0 0 0 1px #248700;*/
}

.btn-green.inv {
    background-color: white;
    color: #248700;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #248700;
}

.btn-green.inv:hover {
    background-color: #248700;
    color: white;
    box-shadow: inset 0 0 0 1px 248700;
}

.btn-green.small {
    font-size: 1.1rem;
}

.btn-green.external:hover::after {
    margin-left: 16px;
    margin-right: 8px;
}

.hero-video {
    width: 100%;
    height: auto;
    position: relative;
}
/*
.hero-video:after {
    padding-bottom: 100%;
    background-image: url(../img/wave_header.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%,auto,contain;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
}

.hero-video.not:after {
    background-image: none;
}
*/
.hero,
.hero-highlight {
    background-position: center;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
}
.hero:after {
    padding-bottom: 100%;
    background-image: url('../img/wave_header.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%, auto, contain;
    bottom: -1px;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
}
.kshape:after {
    background-image: none !important;
}
.hero_simple:after {
    background-image: url('../img/wave_header_simple.png');
}
.hero:before {
    /* content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: linear-gradient(88deg,transparent,rgba(34,34,34,.89));
    pointer-events: none;*/
}

.hero-card {
    position: absolute;
    bottom: -35px !important;
    width: 50%;
    max-width: 500px;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.hero-card.right {
    left: 50%;
    max-width: 485px;
}

.hero-content {
    position: absolute;
    top: 225px;
    right: 0px;
    text-align: right;
    color: #fff !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    left: 0px;
    padding: 0 50px;
    box-sizing: border-box;
}

.hero-video-content {
    position: absolute;
    top: 30px;
    right: 0px;
    text-align: left;
    color: #fff !important;
    margin-right: auto;
    margin-left: auto;
    max-width: 1100px;
    left: 0px;
    padding: 0 50px;
    box-sizing: border-box;
}

.hero-video-content .logo img {
    width: 100%;
    height: auto;
}
.left-half.logo {
    padding-right: 0px;
}

.hero-content h1 {
    font-size: 4.5rem;
    text-align: right;
    color: #fff;
}

.hero-content h2 {
    /*font-size: 4.5rem;*/
    text-align: right;
    color: #fff;
    /*padding: 50px;*/
}

.card {
    display: inline-block;
    border: 0;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 30px;
    max-width: 100%;
}

.grey-card {
    background-color: #f5f5f6;
    display: inline-block;
    border: 0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 30px;
    max-width: 100%;
}

.card-padding {
    padding: 2.5rem;
}

.border-highlight {
    border: 1px solid #d8d8d8;
}

.border {
    border: 1px solid #d8d8d8;
}
.border.round {
    border-radius: 10px;
}
.border.round-small {
    border-radius: 4px;
}

.wave-top {
    background-image: url(../img/wave_top_page.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    padding-top: 30px !important;
    background-size: contain;
}

.video-card {
    text-align: left;
    background: #fff;
    box-shadow: 0 0 11px 0 hsla(0, 0%, 84%, 0.5);
    border-radius: 5px;
    overflow: hidden;
}
.tshadow {
    box-shadow: 0 0 11px 0 hsla(0, 0%, 84%, 0.5);
    border-radius: 5px;
    -webkit-transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: box-shadow 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}
.tshadow:hover {
    box-shadow: 0 0 11px 0 hsla(0, 0%, 70%, 0.5);
}

.photo-banner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.hero-banner {
    position: relative;
    padding: 0;
}
.hero-banner .content-banner .text-card {
    background-color: #fff;
    -webkit-box-shadow: rgba(214, 214, 214, 0.5) 0 0 16px 0;
    box-shadow: rgba(214, 214, 214, 0.5) 0 0 16px 0;
    margin-top: 30rem;
    padding: 3rem 2.25rem !important;
}

@media (max-width: 768px) {
    .hero-banner .content-banner {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }
}

.text-card {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .container-banner {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

.text-card {
    padding-right: 20px;
    padding-left: 20px;
}

@media (max-width: 1200px) {
    .hero-banner .content-banner .text-card {
        margin-top: 20rem;
    }
}

@media (max-width: 767px) {
    .text-card,
    .container-banner {
        padding-right: 0;
        padding-left: 0;
    }
    .hero-banner .content-banner .text-card {
        margin-top: 10rem;
    }
}

@media (max-width: 425px) {
    .hero-banner .content-banner .text-card {
        margin-top: 8rem;
        padding: 1.75rem 1.5rem !important;
    }
    .hero-banner .wrapper {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 375px) {
    header h1 {
        font-size: 1.7rem !important;
    }
}

.iframe-wrapper {
    display: flex;
}
.purple-box {
    display: inherit;
    background-color: #4b286d;
    border-radius: 5px;
    padding: 50px 50px;
}
.purple-box p {
    color: #fff !important;
}
.purple-box p a {
    color: #fff !important;
    border-bottom: 1px solid #fff;
}

.purple-tag {
    background-color: #4b286d;
    padding: 10px 15px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
}

.white {
    color: #fff !important;
}
div.white,
section.white {
    background-color: #fff !important;
}

.row .purple-tag {
    text-align: left;
    margin-right: auto;
    width: fit-content;
}
@media screen and (min-width: 990px) {
    .video-card {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: center;
        /*display: -webkit-box;*/
        /*display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: center;*/
    }
}

.product {
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    min-height: 60px;
    border: 1px solid #d8d8d8;
    position: relative;
    box-sizing: border-box;
    display: inline-block;
}

.product .logo {
    width: 34%;
    float: left;
    text-align: center;
    padding-right: 30px;
    box-sizing: border-box;
}

.product .logo img {
    max-width: 100%;
    height: auto;
}

.product .keyword {
    width: 66%;
    float: left;
    text-align: left;
    border-left: 1px solid #d8d8d8;
    box-sizing: border-box;
    padding-left: 60px;
    min-height: 80px;
}

.product .keyword p {
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.35;
    padding: 0 0 15px 0;
}

.product .description {
    width: 90%;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    display: none;
    padding: 40px 0 20px;
}

.product .description p {
    text-align: left;
    font-size: 1.2rem;
}

.product .description p.smaller {
    font-size: 1rem;
}

.product a.more::after {
    display: inline-block;
    content: '\E114';
    font-family: 'telusdings';
    margin: 0 0 0 8px;

    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}

.product a.more:hover::after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.product a.less::after {
    content: '\E117';
}

.left {
    text-align: left;
    margin-right: auto;
}

.right {
    text-align: right;
    margin-left: auto;
}

.condense {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.wrapper .condense {
    width: 80%;
}

.overlay {
    display: none;
    position: fixed;
    z-index: 10000000;
    background-color: rgba(255, 255, 255, 0.95);
    /*background-color: rgba(0,0,0,.9);*/
    width: 100%;
    height: 100%;
    /*overflow: scroll;*/
}

.popup_back {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.popup_back:hover {
    cursor: pointer;
}

.popup {
    position: absolute;
    width: 100%;
    max-width: 920px;
    height: fit-content;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    max-height: 90%;
    box-sizing: border-box;
    padding: 50px;
    z-index: 10001;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 16px 0px;
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-radius: 4px;
}

.close_popup a {
    color: #2a2c2e;
    border-bottom: none;
}

.close_popup a::after {
    display: inline-block;
    font-family: TELUS Core Icons;
    content: '\F104';
    font-size: 1.2rem;
    color: #2a2c2e;
    -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.close_popup {
    position: absolute;
    right: 18px;
    top: 20px;
}

.close_popup a:hover::after {
    opacity: 0.65;
}

.product .keyword .mtop-double,
.logo.mtop-double {
    padding-top: 12px;
}

.product .keyword .mtop-simple,
.logo.mtop-simple {
    padding-top: 4px;
}

/*.txt-link {
    -webkit-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}*/

.txt-link {
    /*opacity: .65;*/
    text-decoration: none;
    border-bottom: 1px solid #4b286d;
}

.txt-link:hover {
    /*opacity: .65;*/
    border-bottom: none;
}

.arrow {
    border-bottom: none;
}

.arrow::after {
    display: inline-block;
    content: '\E102';
    font-family: 'telusdings';
    margin: 0 4px 0 12px;
    -webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.download::before {
    content: '';
    background: url(https://plus.telussante.co/page/core/img/download.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: text-top;
}

.download {
    text-decoration: none;
    border-bottom: 0;
}

.arrow::before {
    margin-left: 4px;
}

.arrow:hover::after {
    margin-left: 16px;
    margin-right: 0;
}

.downArrow::before {
    display: inline-block;
    content: '\E102';
    font-family: 'telusdings';
    margin: 0px 12px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #248700;

    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.downArrow.open::before {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.tip::before {
    font-weight: 100;
    display: inline-block;
    content: '\E154';
    font-family: 'telusdings';
    margin-right: 6px;
}

/*.downArrow:hover::before {
    margin: 0px 6px 0px -6px;
    padding: 0px 0px 0px 12px;
}*/

.red {
    color: #c12335;
}

a.link:hover {
    cursor: pointer;
}

.quote-txt {
    font-style: italic;
    text-align: left;
}
.big-quote {
    font-size: 2.5rem;
    vertical-align: middle;
    line-height: 1rem;
}
.big-quote.in {
    padding-right: 2px;
}
.big-quote.out {
    padding-left: 2px;
}

.mask-circle {
    clip-path: circle(49% at center);
}

.circle::after {
    display: inline-block;
    content: '\E002';
    font-family: 'telusdings';
    margin: 1.5px;
    opacity: 0.5;
    -webkit-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -webkit-transition-delay: 0s;
    -moz-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    -o-transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
    transition: margin 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;
}

.circle.active::after {
    opacity: 1;
}

.gradient-purple {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#653a85+10,653a85+10,4b286d+73 */
    background: #653a85;
    background: -moz-linear-gradient(
        -45deg,
        #653a85 10%,
        #653a85 10%,
        #4b286d 73%
    );
    background: -webkit-linear-gradient(
        -45deg,
        #653a85 10%,
        #653a85 10%,
        #4b286d 73%
    );
    background: linear-gradient(135deg, #653a85 10%, #653a85 10%, #4b286d 73%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#653a85', endColorstr='#4b286d',GradientType=1 );
}

.gradient-purple-light {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#653a85+10,653a85+10,4b286d+73&0.05+0,0.05+100 */
    background: -moz-linear-gradient(
        -45deg,
        rgba(101, 58, 133, 0.05) 0%,
        rgba(101, 58, 133, 0.05) 10%,
        rgba(75, 40, 109, 0.05) 73%,
        rgba(75, 40, 109, 0.05) 100%
    ); /* FF3.6-15 */
    background: -webkit-linear-gradient(
        -45deg,
        rgba(101, 58, 133, 0.05) 0%,
        rgba(101, 58, 133, 0.05) 10%,
        rgba(75, 40, 109, 0.05) 73%,
        rgba(75, 40, 109, 0.05) 100%
    ); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(
        135deg,
        rgba(101, 58, 133, 0.05) 0%,
        rgba(101, 58, 133, 0.05) 10%,
        rgba(75, 40, 109, 0.05) 73%,
        rgba(75, 40, 109, 0.05) 100%
    ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d653a85', endColorstr='#0d4b286d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.hero-gradient {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#71538a+0,5e3e7b+40,49276a+100&0.88+0,0.88+100 */
    background: -moz-linear-gradient(
        top,
        rgba(113, 83, 138, 0.88) 0%,
        rgba(94, 62, 123, 0.88) 40%,
        rgba(73, 39, 106, 0.88) 100%
    );
    background: -webkit-linear-gradient(
        top,
        rgba(113, 83, 138, 0.88) 0%,
        rgba(94, 62, 123, 0.88) 40%,
        rgba(73, 39, 106, 0.88) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(113, 83, 138, 0.88) 0%,
        rgba(94, 62, 123, 0.88) 40%,
        rgba(73, 39, 106, 0.88) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e071538a', endColorstr='#e049276a',GradientType=0 );
}

.italic {
    font-style: italic;
}

/*
smaller than or equal to 768 px (smartphones)
larger than 768 px (small devices, tablets)
larger than 992 px (medium devices)
larger than 1200px (large devices)
*/

.picture-insurer img,
.picture-insurer source {
    max-width: 100%;
    height: auto;
}

@media (max-width: 1100px) {
    .hero-card.right {
        max-width: 45%;
    }
}

@media (max-width: 992px) {
    h1.big {
        font-size: 3rem;
    }
    p.big {
        font-size: 1.25rem;
    }
    .product .logo {
        width: 40%;
    }
    .product .keyword {
        width: 60%;
    }
    .condense,
    .wrapper .condense {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .col-2,
    .col-3,
    .col-3-2,
    .col-4,
    .col-3-4,
    .col-5 {
        width: 100% !important;
    }
    .col-pad {
        padding-left: 0;
        padding-right: 0;
    }
    .big-half {
        width: 100% !important;
        padding-right: 0;
    }
    .small-half {
        width: 100% !important;
        padding-left: 0;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    article.half {
        padding-right: 0 !important;
    }
    .third {
        width: 100% !important;
    }
    .half,
    .column-3 {
        width: 100% !important;
        padding: 0;
    }
    .column-3.pad-small {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .left-half,
    .right-half {
        padding: 0 0 30px !important;
    }
    .wrapper {
        padding: 0 30px;
    }
    .product .logo {
        width: 100%;
        padding: 0 0 30px;
        box-sizing: border-box;
    }
    .product .keyword {
        width: 100%;
        text-align: center;
        border-left: none;
        border-top: 1px solid #d8d8d8;
        padding: 40px 0 25px;
    }
    .hero-card,
    .hero-card.right {
        max-width: 100%;
        width: auto;
        left: 30px;
        right: 30px;
    }
    .card {
        text-align: center;
        width: 100%;
    }
    h2.big {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    .column-4 {
        width: 50%;
    }
    .column-4:nth-of-type(3n) {
        clear: both;
    }

    section.color-section {
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

@media (max-width: 375px) {
    .column-4 {
        width: 100%;
    }
    #top-bar a {
        letter-spacing: -0.3px;
        font-size: 15px;
    }
    .wrapper {
        padding: 0 20px;
    }
    .wave {
        height: 50px;
    }
    .hero-video-content .right-half {
        font-size: 0.8rem;
    }
}

@media only screen and (min-width: 48em) {
    #available .col-sm-1 {
        -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
        max-width: 10%;
    }
}
#available img {
    display: block;
    width: 100%;
    max-width: 100px;
    height: auto;
    margin: auto;
}