@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans|Rubik");
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
@import url("https://fonts.googleapis.com/css?family=Asap:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Overpass&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo+Tammudu+2");
@import url("https://fonts.googleapis.com/css?family=Montserrat");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
.cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title,
h4,
section.search-panel form fieldset label,
.rumi section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset label,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

*[hidden] {
    display: none
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir="rtl"] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url("atco-pagelibs/css/ajax-loader.gif") center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url("atco-pagelibs/css/fonts/slick.eot");
    src: url("atco-pagelibs/css/fonts/slickd41d.eot?#iefix") format("embedded-opentype"), url("atco-pagelibs/css/fonts/slick.woff") format("woff"), url("atco-pagelibs/css/fonts/slick.ttf") format("truetype"), url("atco-pagelibs/css/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: 0;
    outline: 0
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: 0;
    background: transparent;
    color: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "←"
}

[dir="rtl"] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: "→"
}

[dir="rtl"] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: 0;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: 0
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: .75
}

form p {
    font-size: .75em
}

label {
    display: block !important;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin: .75em 0
}

label.required:after {
    content: "*"
}

label.radio,
label.checkbox {
    font-weight: normal;
    margin-bottom: 0
}

label.radio.radio+label.radio,
label.checkbox.radio+label.radio {
    margin-top: 0
}

input,
textarea {
    display: block;
    width: 75%;
    color: #333;
    font-size: 1em;
    box-sizing: border-box;
    margin-bottom: 2em;
    border-radius: 0;
    padding: .5em;
    border: 1px solid #bcbcbc;
    font-family: "Asap", sans-serif;
    outline: 0
}

input[type='file'],
textarea[type='file'] {
    margin: .75em 0;
    padding: 0;
    width: inherit;
    height: 2em
}

input[type='checkbox'],
input[type='radio'],
textarea[type='checkbox'],
textarea[type='radio'] {
    display: inline-block;
    width: initial;
    margin-bottom: .5em;
    margin-right: .5em
}

input[type='submit'],
textarea[type='submit'] {
    border: 0;
    width: auto
}

input[type='submit']:hover,
textarea[type='submit']:hover {
    cursor: pointer
}

input[type='search'],
textarea[type='search'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

input[type='search']::-ms-expand,
textarea[type='search']::-ms-expand {
    display: none
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
textarea[type="search"]::-webkit-search-decoration,
textarea[type="search"]::-webkit-search-cancel-button,
textarea[type="search"]::-webkit-search-results-button,
textarea[type="search"]::-webkit-search-results-decoration {
    display: none
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: "Asap", sans-serif
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family: "Asap", sans-serif
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: "Asap", sans-serif
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: "Asap", sans-serif
}

textarea {
    min-height: 10em
}

select {
    color: #333;
    font-size: 1em;
    margin-bottom: 2em;
    display: block;
    padding: .5em;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    background: #fff url(atco-pagelibs/resources/img/select-arrow.jpg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 3em;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    color: #ff6700
}

select::-ms-expand {
    display: none
}

input:focus,
textarea:focus,
select:focus {
    border-color: #ff6700
}

button {
    cursor: pointer;
    border: 0;
    background-color: #101010;
    border-bottom: 3px solid #0057b8;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.33333em;
    padding: .55556em 1.11111em;
    margin: 0 .5em .5em 0
}

button:hover {
    background-color: rgba(16, 16, 16, 0.1)
}

.inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.inputfile+label {
    cursor: pointer
}

.inputfile+label span {
    font-weight: 400
}

.inputfile+label::before {
    content: 'Choose File';
    display: inline-block;
    padding: 1em;
    margin-right: 1em;
    font-weight: 700;
    background: #e6ebf3;
    color: #ff6700
}

.input-note {
    color: #666
}

.rumi label {
    display: block !important;
    font-family: "Overpass", sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin: .75em 0
}

.rumi label.required:after {
    content: "*"
}

.rumi label.radio,
.rumi label.checkbox {
    font-weight: normal;
    margin-bottom: 0
}

.rumi label.radio.radio+label.radio,
.rumi label.checkbox.radio+label.radio {
    margin-top: 0
}

.rumi input,
.rumi textarea {
    display: block;
    width: 75%;
    color: #333;
    font-size: 1em;
    box-sizing: border-box;
    margin-bottom: 2em;
    border-radius: 0;
    padding: .5em;
    border: 1px solid #bcbcbc;
    font-family: "Overpass", sans-serif;
    outline: 0
}

.rumi input[type='file'],
.rumi textarea[type='file'] {
    margin: .75em 0;
    padding: 0;
    width: inherit;
    height: 2em
}

.rumi input[type='checkbox'],
.rumi input[type='radio'],
.rumi textarea[type='checkbox'],
.rumi textarea[type='radio'] {
    display: inline-block;
    width: initial;
    margin-bottom: .5em;
    margin-right: .5em
}

.rumi input[type='submit'],
.rumi textarea[type='submit'] {
    border: 0;
    width: auto
}

.rumi input[type='submit']:hover,
.rumi textarea[type='submit']:hover {
    cursor: pointer
}

.rumi input[type='search'],
.rumi textarea[type='search'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

.rumi input[type='search']::-ms-expand,
.rumi textarea[type='search']::-ms-expand {
    display: none
}

.rumi input[type="search"]::-webkit-search-decoration,
.rumi input[type="search"]::-webkit-search-cancel-button,
.rumi input[type="search"]::-webkit-search-results-button,
.rumi input[type="search"]::-webkit-search-results-decoration,
.rumi textarea[type="search"]::-webkit-search-decoration,
.rumi textarea[type="search"]::-webkit-search-cancel-button,
.rumi textarea[type="search"]::-webkit-search-results-button,
.rumi textarea[type="search"]::-webkit-search-results-decoration {
    display: none
}

.rumi input::-webkit-input-placeholder,
.rumi textarea::-webkit-input-placeholder {
    font-family: "Asap", sans-serif
}

.rumi input:-moz-placeholder,
.rumi textarea:-moz-placeholder {
    font-family: "Asap", sans-serif
}

.rumi input::-moz-placeholder,
.rumi textarea::-moz-placeholder {
    font-family: "Asap", sans-serif
}

.rumi input:-ms-input-placeholder,
.rumi textarea:-ms-input-placeholder {
    font-family: "Asap", sans-serif
}

.rumi select {
    color: #333;
    font-size: 1em;
    margin-bottom: 2em;
    display: block;
    padding: .5em;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    background: #fff url(atco-pagelibs/resources/img/select-arrow.jpg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 3em;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    color: #2cb3a1
}

.rumi select::-ms-expand {
    display: none
}

.rumi input:focus,
textarea:focus,
select:focus {
    border-color: #2cb3a1
}

.rumi button {
    cursor: pointer;
    border: 0;
    background-color: #101010;
    border-bottom: 3px solid #c4d82e;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.33333em;
    padding: .55556em 1.11111em;
    margin: 0 .5em .5em 0
}

.rumi button:hover {
    background-color: rgba(16, 16, 16, 0.1)
}

.rumi .inputfile+label {
    cursor: pointer
}

.rumi .inputfile+label span {
    font-weight: 400
}

.rumi .inputfile+label::before {
    content: 'Choose File';
    display: inline-block;
    padding: 1em;
    margin-right: 1em;
    font-weight: 700;
    background: #e6ebf3;
    color: #2cb3a1
}

.atcoenergy form p {
    font-size: .75em
}

.atcoenergy label {
    display: block !important;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 1em;
    margin: .75em 0
}

.atcoenergy label.required:after {
    content: "*"
}

.atcoenergy label.radio,
.atcoenergy label.checkbox {
    font-weight: normal;
    margin-bottom: 0
}

.atcoenergy label.radio.radio+label.radio,
.atcoenergy label.checkbox.radio+label.radio {
    margin-top: 0
}

.atcoenergy input,
textarea {
    display: block;
    width: 75%;
    color: #333;
    font-size: 1em;
    box-sizing: border-box;
    margin-bottom: 2em;
    border-radius: 0;
    padding: .5em;
    border: 1px solid #bcbcbc;
    font-family: "Montserrat", sans-serif;
    outline: 0
}

.atcoenergy input[type='file'],
textarea[type='file'] {
    margin: .75em 0;
    padding: 0;
    width: inherit;
    height: 2em
}

.atcoenergy input[type='checkbox'],
.atcoenergy input[type='radio'],
textarea[type='checkbox'],
textarea[type='radio'] {
    display: inline-block;
    width: initial;
    margin-bottom: .5em;
    margin-right: .5em
}

.atcoenergy input[type='submit'],
textarea[type='submit'] {
    border: 0;
    width: auto
}

.atcoenergy input[type='submit']:hover,
textarea[type='submit']:hover {
    cursor: pointer
}

.atcoenergy input[type='search'],
textarea[type='search'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0
}

.atcoenergy input[type='search']::-ms-expand,
textarea[type='search']::-ms-expand {
    display: none
}

.atcoenergy input[type="search"]::-webkit-search-decoration,
.atcoenergy input[type="search"]::-webkit-search-cancel-button,
.atcoenergy input[type="search"]::-webkit-search-results-button,
.atcoenergy input[type="search"]::-webkit-search-results-decoration,
textarea[type="search"]::-webkit-search-decoration,
textarea[type="search"]::-webkit-search-cancel-button,
textarea[type="search"]::-webkit-search-results-button,
textarea[type="search"]::-webkit-search-results-decoration {
    display: none
}

.atcoenergy input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif
}

.atcoenergy input:-moz-placeholder,
textarea:-moz-placeholder {
    font-family: "Montserrat", sans-serif
}

.atcoenergy input::-moz-placeholder,
textarea::-moz-placeholder {
    font-family: "Montserrat", sans-serif
}

.atcoenergy input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: "Montserrat", sans-serif
}

.atcoenergy textarea {
    min-height: 10em
}

.atcoenergy select {
    color: #333;
    font-size: 1em;
    margin-bottom: 2em;
    display: block;
    padding: .5em;
    border: 1px solid #bcbcbc;
    border-radius: 0;
    background: transparent;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    background-color: #fff;
    background: #fff url(atco-pagelibs/resources/img/select-arrow.jpg);
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    padding-right: 3em;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    color: #0a8289
}

.atcoenergy select::-ms-expand {
    display: none
}

.atcoenergy input:focus,
textarea:focus,
select:focus {
    border-color: #0a8289
}

.atcoenergy button {
    cursor: pointer;
    border: 0;
    background-color: #101010;
    border-bottom: 3px solid #c4d82e;
    color: #fff;
    font-size: 1.125em;
    line-height: 1.33333em;
    padding: .55556em 1.11111em;
    margin: 0 .5em .5em 0
}

.atcoenergy button:hover {
    background-color: rgba(16, 16, 16, 0.1)
}

.atcoenergy .subnav button {
    border-bottom: 0
}

.atcoenergy .inputfile {
    width: .1px;
    height: .1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1
}

.atcoenergy .inputfile+label {
    cursor: pointer
}

.atcoenergy .inputfile+label span {
    font-weight: 400
}

.atcoenergy .inputfile+label::before {
    content: 'Choose File';
    display: inline-block;
    padding: 1em;
    margin-right: 1em;
    font-weight: 700;
    background: #e6ebf3;
    color: #0a8289
}

.atcoenergy .input-note {
    color: #666
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

a.toggle {
    margin-bottom: 1.5em;
    font-weight: 700;
    padding: 1em 3em 1em 0;
    display: block;
    position: relative
}

a.toggle:after {
    content: "\f107";
    font-weight: 400;
    font-size: 1.25em;
    font-family: 'FontAwesome';
    position: absolute;
    right: .85em;
    margin-top: -0.125em
}

a.toggle.close:after {
    content: "\f106"
}

a.toggle+.toggleable {
    display: none
}

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --transparent: transparent;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --white: #fff;
    --transparent: transparent;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 720px;
    --breakpoint-tablet-lg: 800px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
.cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title,
h4,
section.search-panel form fieldset label,
.rumi section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset label,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

h1,
h2,
h3,
.cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title,
h4,
section.search-panel form fieldset label,
.rumi section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset label,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1,
.h1 {
    font-size: 2.5rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title,
.h3 {
    font-size: 1.75rem
}

h4,
section.search-panel form fieldset label,
.rumi section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset label,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

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

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:720px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1400px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.cmp-column-control .new.section,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-tablet-lg-1,
.col-tablet-lg-2,
.col-tablet-lg-3,
.col-tablet-lg-4,
.col-tablet-lg-5,
.col-tablet-lg-6,
.col-tablet-lg-7,
.col-tablet-lg-8,
.col-tablet-lg-9,
.col-tablet-lg-10,
.col-tablet-lg-11,
.col-tablet-lg-12,
.col-tablet-lg,
.col-tablet-lg-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12,
.cmp-column-control .new.section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:720px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:800px) {
    .col-tablet-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-tablet-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-tablet-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-tablet-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-tablet-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-tablet-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-tablet-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-tablet-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-tablet-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-tablet-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-tablet-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-tablet-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-tablet-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-tablet-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-tablet-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-tablet-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-tablet-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-tablet-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-tablet-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-tablet-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-tablet-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-tablet-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-tablet-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-tablet-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-tablet-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-tablet-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-tablet-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-tablet-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-tablet-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-tablet-lg-0 {
        margin-left: 0
    }

    .offset-tablet-lg-1 {
        margin-left: 8.33333%
    }

    .offset-tablet-lg-2 {
        margin-left: 16.66667%
    }

    .offset-tablet-lg-3 {
        margin-left: 25%
    }

    .offset-tablet-lg-4 {
        margin-left: 33.33333%
    }

    .offset-tablet-lg-5 {
        margin-left: 41.66667%
    }

    .offset-tablet-lg-6 {
        margin-left: 50%
    }

    .offset-tablet-lg-7 {
        margin-left: 58.33333%
    }

    .offset-tablet-lg-8 {
        margin-left: 66.66667%
    }

    .offset-tablet-lg-9 {
        margin-left: 75%
    }

    .offset-tablet-lg-10 {
        margin-left: 83.33333%
    }

    .offset-tablet-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -webkit-order: 13;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        -webkit-transition: none;
        transition: none
    }
}

.btn:hover,
.btn:focus {
    text-decoration: none
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
    background-image: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success:focus,
.btn-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:focus,
.btn-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger:focus,
.btn-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark:focus,
.btn-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-white {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-white:focus,
.btn-white.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-white.disabled,
.btn-white:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show>.btn-white.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-transparent {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

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

.btn-transparent:focus,
.btn-transparent.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-transparent.disabled,
.btn-transparent:disabled {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-transparent:not(:disabled):not(.disabled):active,
.btn-transparent:not(:disabled):not(.disabled).active,
.show>.btn-transparent.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-transparent:not(:disabled):not(.disabled):active:focus,
.btn-transparent:not(:disabled):not(.disabled).active:focus,
.show>.btn-transparent.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.5)
}

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, 0.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:focus,
.btn-outline-white.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show>.btn-outline-white.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-transparent {
    color: transparent;
    background-color: transparent;
    background-image: none;
    border-color: transparent
}

.btn-outline-transparent:hover {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-transparent:focus,
.btn-outline-transparent.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-outline-transparent.disabled,
.btn-outline-transparent:disabled {
    color: transparent;
    background-color: transparent
}

.btn-outline-transparent:not(:disabled):not(.disabled):active,
.btn-outline-transparent:not(:disabled):not(.disabled).active,
.show>.btn-outline-transparent.dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent
}

.btn-outline-transparent:not(:disabled):not(.disabled):active:focus,
.btn-outline-transparent:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-transparent.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

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

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

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
    background-color: #e6e6e6 !important
}

.bg-transparent {
    background-color: transparent !important
}

a.bg-transparent:hover,
a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
    background-color: transparent !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.border-transparent {
    border-color: transparent !important
}

.border-white {
    border-color: #fff !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media(min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:720px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:800px) {
    .d-tablet-lg-none {
        display: none !important
    }

    .d-tablet-lg-inline {
        display: inline !important
    }

    .d-tablet-lg-inline-block {
        display: inline-block !important
    }

    .d-tablet-lg-block {
        display: block !important
    }

    .d-tablet-lg-table {
        display: table !important
    }

    .d-tablet-lg-table-row {
        display: table-row !important
    }

    .d-tablet-lg-table-cell {
        display: table-cell !important
    }

    .d-tablet-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-tablet-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -webkit-flex-shrink: 0 !important;
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -webkit-flex-shrink: 1 !important;
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    -ms-grid-row-align: flex-start !important;
    align-items: flex-start !important
}

.align-items-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    -ms-grid-row-align: flex-end !important;
    align-items: flex-end !important
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    -ms-grid-row-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media(min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:720px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:800px) {
    .flex-tablet-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-tablet-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-tablet-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-tablet-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-tablet-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-tablet-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-tablet-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-tablet-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-tablet-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-tablet-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-tablet-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-tablet-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-tablet-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-tablet-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-tablet-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-tablet-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-tablet-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-tablet-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-tablet-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-tablet-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important
    }

    .align-items-tablet-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-tablet-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-tablet-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-tablet-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-tablet-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-tablet-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-tablet-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-tablet-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-tablet-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-tablet-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-tablet-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-tablet-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-tablet-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-tablet-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -webkit-box-align: start !important;
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -webkit-box-align: end !important;
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -webkit-box-align: center !important;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:720px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:800px) {
    .float-tablet-lg-left {
        float: left !important
    }

    .float-tablet-lg-right {
        float: right !important
    }

    .float-tablet-lg-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports((position:-webkit-sticky) or(position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-85 {
    width: 85% !important
}

.w-95 {
    width: 95% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-85 {
    height: 85% !important
}

.h-95 {
    height: 95% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

@media(min-width:576px) {
    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-75 {
        width: 75% !important
    }

    .w-sm-85 {
        width: 85% !important
    }

    .w-sm-95 {
        width: 95% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .w-sm-auto {
        width: auto !important
    }

    .h-sm-50 {
        height: 50% !important
    }

    .h-sm-75 {
        height: 75% !important
    }

    .h-sm-85 {
        height: 85% !important
    }

    .h-sm-95 {
        height: 95% !important
    }

    .h-sm-100 {
        height: 100% !important
    }

    .h-sm-auto {
        height: auto !important
    }
}

@media(min-width:720px) {
    .w-md-50 {
        width: 50% !important
    }

    .w-md-75 {
        width: 75% !important
    }

    .w-md-85 {
        width: 85% !important
    }

    .w-md-95 {
        width: 95% !important
    }

    .w-md-100 {
        width: 100% !important
    }

    .w-md-auto {
        width: auto !important
    }

    .h-md-50 {
        height: 50% !important
    }

    .h-md-75 {
        height: 75% !important
    }

    .h-md-85 {
        height: 85% !important
    }

    .h-md-95 {
        height: 95% !important
    }

    .h-md-100 {
        height: 100% !important
    }

    .h-md-auto {
        height: auto !important
    }
}

@media(min-width:800px) {
    .w-tablet-lg-50 {
        width: 50% !important
    }

    .w-tablet-lg-75 {
        width: 75% !important
    }

    .w-tablet-lg-85 {
        width: 85% !important
    }

    .w-tablet-lg-95 {
        width: 95% !important
    }

    .w-tablet-lg-100 {
        width: 100% !important
    }

    .w-tablet-lg-auto {
        width: auto !important
    }

    .h-tablet-lg-50 {
        height: 50% !important
    }

    .h-tablet-lg-75 {
        height: 75% !important
    }

    .h-tablet-lg-85 {
        height: 85% !important
    }

    .h-tablet-lg-95 {
        height: 95% !important
    }

    .h-tablet-lg-100 {
        height: 100% !important
    }

    .h-tablet-lg-auto {
        height: auto !important
    }
}

@media(min-width:992px) {
    .w-lg-50 {
        width: 50% !important
    }

    .w-lg-75 {
        width: 75% !important
    }

    .w-lg-85 {
        width: 85% !important
    }

    .w-lg-95 {
        width: 95% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .w-lg-auto {
        width: auto !important
    }

    .h-lg-50 {
        height: 50% !important
    }

    .h-lg-75 {
        height: 75% !important
    }

    .h-lg-85 {
        height: 85% !important
    }

    .h-lg-95 {
        height: 95% !important
    }

    .h-lg-100 {
        height: 100% !important
    }

    .h-lg-auto {
        height: auto !important
    }
}

@media(min-width:1200px) {
    .w-xl-50 {
        width: 50% !important
    }

    .w-xl-75 {
        width: 75% !important
    }

    .w-xl-85 {
        width: 85% !important
    }

    .w-xl-95 {
        width: 95% !important
    }

    .w-xl-100 {
        width: 100% !important
    }

    .w-xl-auto {
        width: auto !important
    }

    .h-xl-50 {
        height: 50% !important
    }

    .h-xl-75 {
        height: 75% !important
    }

    .h-xl-85 {
        height: 85% !important
    }

    .h-xl-95 {
        height: 95% !important
    }

    .h-xl-100 {
        height: 100% !important
    }

    .h-xl-auto {
        height: auto !important
    }
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.m-6 {
    margin: 4rem !important
}

.mt-6,
.my-6 {
    margin-top: 4rem !important
}

.mr-6,
.mx-6 {
    margin-right: 4rem !important
}

.mb-6,
.my-6 {
    margin-bottom: 4rem !important
}

.ml-6,
.mx-6 {
    margin-left: 4rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.p-6 {
    padding: 4rem !important
}

.pt-6,
.py-6 {
    padding-top: 4rem !important
}

.pr-6,
.px-6 {
    padding-right: 4rem !important
}

.pb-6,
.py-6 {
    padding-bottom: 4rem !important
}

.pl-6,
.px-6 {
    padding-left: 4rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .m-sm-6 {
        margin: 4rem !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 4rem !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 4rem !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 4rem !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 4rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .p-sm-6 {
        padding: 4rem !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 4rem !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 4rem !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 4rem !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 4rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media(min-width:720px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .m-md-6 {
        margin: 4rem !important
    }

    .mt-md-6,
    .my-md-6 {
        margin-top: 4rem !important
    }

    .mr-md-6,
    .mx-md-6 {
        margin-right: 4rem !important
    }

    .mb-md-6,
    .my-md-6 {
        margin-bottom: 4rem !important
    }

    .ml-md-6,
    .mx-md-6 {
        margin-left: 4rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .p-md-6 {
        padding: 4rem !important
    }

    .pt-md-6,
    .py-md-6 {
        padding-top: 4rem !important
    }

    .pr-md-6,
    .px-md-6 {
        padding-right: 4rem !important
    }

    .pb-md-6,
    .py-md-6 {
        padding-bottom: 4rem !important
    }

    .pl-md-6,
    .px-md-6 {
        padding-left: 4rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media(min-width:800px) {
    .m-tablet-lg-0 {
        margin: 0 !important
    }

    .mt-tablet-lg-0,
    .my-tablet-lg-0 {
        margin-top: 0 !important
    }

    .mr-tablet-lg-0,
    .mx-tablet-lg-0 {
        margin-right: 0 !important
    }

    .mb-tablet-lg-0,
    .my-tablet-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-tablet-lg-0,
    .mx-tablet-lg-0 {
        margin-left: 0 !important
    }

    .m-tablet-lg-1 {
        margin: .25rem !important
    }

    .mt-tablet-lg-1,
    .my-tablet-lg-1 {
        margin-top: .25rem !important
    }

    .mr-tablet-lg-1,
    .mx-tablet-lg-1 {
        margin-right: .25rem !important
    }

    .mb-tablet-lg-1,
    .my-tablet-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-tablet-lg-1,
    .mx-tablet-lg-1 {
        margin-left: .25rem !important
    }

    .m-tablet-lg-2 {
        margin: .5rem !important
    }

    .mt-tablet-lg-2,
    .my-tablet-lg-2 {
        margin-top: .5rem !important
    }

    .mr-tablet-lg-2,
    .mx-tablet-lg-2 {
        margin-right: .5rem !important
    }

    .mb-tablet-lg-2,
    .my-tablet-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-tablet-lg-2,
    .mx-tablet-lg-2 {
        margin-left: .5rem !important
    }

    .m-tablet-lg-3 {
        margin: 1rem !important
    }

    .mt-tablet-lg-3,
    .my-tablet-lg-3 {
        margin-top: 1rem !important
    }

    .mr-tablet-lg-3,
    .mx-tablet-lg-3 {
        margin-right: 1rem !important
    }

    .mb-tablet-lg-3,
    .my-tablet-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-tablet-lg-3,
    .mx-tablet-lg-3 {
        margin-left: 1rem !important
    }

    .m-tablet-lg-4 {
        margin: 1.5rem !important
    }

    .mt-tablet-lg-4,
    .my-tablet-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-tablet-lg-4,
    .mx-tablet-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-tablet-lg-4,
    .my-tablet-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-tablet-lg-4,
    .mx-tablet-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-tablet-lg-5 {
        margin: 3rem !important
    }

    .mt-tablet-lg-5,
    .my-tablet-lg-5 {
        margin-top: 3rem !important
    }

    .mr-tablet-lg-5,
    .mx-tablet-lg-5 {
        margin-right: 3rem !important
    }

    .mb-tablet-lg-5,
    .my-tablet-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-tablet-lg-5,
    .mx-tablet-lg-5 {
        margin-left: 3rem !important
    }

    .m-tablet-lg-6 {
        margin: 4rem !important
    }

    .mt-tablet-lg-6,
    .my-tablet-lg-6 {
        margin-top: 4rem !important
    }

    .mr-tablet-lg-6,
    .mx-tablet-lg-6 {
        margin-right: 4rem !important
    }

    .mb-tablet-lg-6,
    .my-tablet-lg-6 {
        margin-bottom: 4rem !important
    }

    .ml-tablet-lg-6,
    .mx-tablet-lg-6 {
        margin-left: 4rem !important
    }

    .p-tablet-lg-0 {
        padding: 0 !important
    }

    .pt-tablet-lg-0,
    .py-tablet-lg-0 {
        padding-top: 0 !important
    }

    .pr-tablet-lg-0,
    .px-tablet-lg-0 {
        padding-right: 0 !important
    }

    .pb-tablet-lg-0,
    .py-tablet-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-tablet-lg-0,
    .px-tablet-lg-0 {
        padding-left: 0 !important
    }

    .p-tablet-lg-1 {
        padding: .25rem !important
    }

    .pt-tablet-lg-1,
    .py-tablet-lg-1 {
        padding-top: .25rem !important
    }

    .pr-tablet-lg-1,
    .px-tablet-lg-1 {
        padding-right: .25rem !important
    }

    .pb-tablet-lg-1,
    .py-tablet-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-tablet-lg-1,
    .px-tablet-lg-1 {
        padding-left: .25rem !important
    }

    .p-tablet-lg-2 {
        padding: .5rem !important
    }

    .pt-tablet-lg-2,
    .py-tablet-lg-2 {
        padding-top: .5rem !important
    }

    .pr-tablet-lg-2,
    .px-tablet-lg-2 {
        padding-right: .5rem !important
    }

    .pb-tablet-lg-2,
    .py-tablet-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-tablet-lg-2,
    .px-tablet-lg-2 {
        padding-left: .5rem !important
    }

    .p-tablet-lg-3 {
        padding: 1rem !important
    }

    .pt-tablet-lg-3,
    .py-tablet-lg-3 {
        padding-top: 1rem !important
    }

    .pr-tablet-lg-3,
    .px-tablet-lg-3 {
        padding-right: 1rem !important
    }

    .pb-tablet-lg-3,
    .py-tablet-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-tablet-lg-3,
    .px-tablet-lg-3 {
        padding-left: 1rem !important
    }

    .p-tablet-lg-4 {
        padding: 1.5rem !important
    }

    .pt-tablet-lg-4,
    .py-tablet-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-tablet-lg-4,
    .px-tablet-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-tablet-lg-4,
    .py-tablet-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-tablet-lg-4,
    .px-tablet-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-tablet-lg-5 {
        padding: 3rem !important
    }

    .pt-tablet-lg-5,
    .py-tablet-lg-5 {
        padding-top: 3rem !important
    }

    .pr-tablet-lg-5,
    .px-tablet-lg-5 {
        padding-right: 3rem !important
    }

    .pb-tablet-lg-5,
    .py-tablet-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-tablet-lg-5,
    .px-tablet-lg-5 {
        padding-left: 3rem !important
    }

    .p-tablet-lg-6 {
        padding: 4rem !important
    }

    .pt-tablet-lg-6,
    .py-tablet-lg-6 {
        padding-top: 4rem !important
    }

    .pr-tablet-lg-6,
    .px-tablet-lg-6 {
        padding-right: 4rem !important
    }

    .pb-tablet-lg-6,
    .py-tablet-lg-6 {
        padding-bottom: 4rem !important
    }

    .pl-tablet-lg-6,
    .px-tablet-lg-6 {
        padding-left: 4rem !important
    }

    .m-tablet-lg-auto {
        margin: auto !important
    }

    .mt-tablet-lg-auto,
    .my-tablet-lg-auto {
        margin-top: auto !important
    }

    .mr-tablet-lg-auto,
    .mx-tablet-lg-auto {
        margin-right: auto !important
    }

    .mb-tablet-lg-auto,
    .my-tablet-lg-auto {
        margin-bottom: auto !important
    }

    .ml-tablet-lg-auto,
    .mx-tablet-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .m-lg-6 {
        margin: 4rem !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 4rem !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 4rem !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 4rem !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 4rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .p-lg-6 {
        padding: 4rem !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 4rem !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 4rem !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 4rem !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 4rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .m-xl-6 {
        margin: 4rem !important
    }

    .mt-xl-6,
    .my-xl-6 {
        margin-top: 4rem !important
    }

    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 4rem !important
    }

    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 4rem !important
    }

    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 4rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .p-xl-6 {
        padding: 4rem !important
    }

    .pt-xl-6,
    .py-xl-6 {
        padding-top: 4rem !important
    }

    .pr-xl-6,
    .px-xl-6 {
        padding-right: 4rem !important
    }

    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 4rem !important
    }

    .pl-xl-6,
    .px-xl-6 {
        padding-left: 4rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

.text-justify {
    text-align: justify !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media(min-width:720px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media(min-width:800px) {
    .text-tablet-lg-left {
        text-align: left !important
    }

    .text-tablet-lg-right {
        text-align: right !important
    }

    .text-tablet-lg-center {
        text-align: center !important
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:hover,
a.text-primary:focus {
    color: #0062cc !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:hover,
a.text-secondary:focus {
    color: #545b62 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover,
a.text-success:focus {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover,
a.text-info:focus {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover,
a.text-warning:focus {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:hover,
a.text-danger:focus {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover,
a.text-dark:focus {
    color: #1d2124 !important
}

.text-white {
    color: #fff !important
}

a.text-white:hover,
a.text-white:focus {
    color: #e6e6e6 !important
}

.text-transparent {
    color: transparent !important
}

a.text-transparent:hover,
a.text-transparent:focus {
    color: transparent !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    *::before,
    *::after {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    pre,
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    p,
    h2,
    h3,
    .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel p.title {
        orphans: 3;
        widows: 3
    }

    h2,
    h3,
    .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel p.title {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody+tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("atco-pagelibs/resources/fonts/fontawesome/fontawesome-webfont3e6e.eot?v=4.7.0");
    src: url("atco-pagelibs/resources/fonts/fontawesome/fontawesome-webfontd41d.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("atco-pagelibs/resources/fonts/fontawesome/fontawesome-webfont3e6e.woff2?v=4.7.0") format("woff2"), url("atco-pagelibs/resources/fonts/fontawesome/fontawesome-webfont3e6e.woff?v=4.7.0") format("woff"), url("atco-pagelibs/resources/fonts/fontawesome/fontawesome-webfont3e6e.ttf?v=4.7.0") format("truetype"), url("atco-pagelibs/resources/fonts/fontawesome/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

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

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0 {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

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

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

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

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

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

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

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

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before,
.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
    content: ""
}

.fa-legal:before,
.fa-gavel:before {
    content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before,
.fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before,
.fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before,
.fa-usd:before {
    content: ""
}

.fa-rupee:before,
.fa-inr:before {
    content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: ""
}

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: ""
}

.fa-ge:before,
.fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before,
.fa-weixin:before {
    content: ""
}

.fa-send:before,
.fa-paper-plane:before {
    content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before,
.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before,
.fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before,
.fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before,
.fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before,
.fa-address-card:before {
    content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

@font-face {
    font-family: 'icomoon';
    src: url("atco-pagelibs/resources/fonts/icomoon/icomoon71cc.eot?evpzy6");
    src: url("atco-pagelibs/resources/fonts/icomoon/icomoon71cc.eot?evpzy6#iefix") format("embedded-opentype"), url("atco-pagelibs/resources/fonts/icomoon/icomoon71cc.ttf?evpzy6") format("truetype"), url("atco-pagelibs/resources/fonts/icomoon/icomoon71cc.woff?evpzy6") format("woff"), url("atco-pagelibs/resources/fonts/icomoon/icomoon71cc.svg?evpzy6#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-close2:before {
    content: "\e972"
}

.icon-electricity-plan:before {
    content: "\e967"
}

.icon-directional:before {
    content: "\e965"
}

.icon-penalty:before {
    content: "\e966"
}

.icon-bell:before {
    content: "\e960"
}

.icon-pots:before {
    content: "\e961"
}

.icon-coffeecup:before {
    content: "\e962"
}

.icon-cookbook:before {
    content: "\e963"
}

.icon-utensils:before {
    content: "\e964"
}

.icon-accessories-parts:before {
    content: "\e927"
}

.icon-alberta-heartland:before {
    content: "\e928"
}

.icon-blue-flame-kitchen:before {
    content: "\e929"
}

.icon-canadian-utilities:before {
    content: "\e92a"
}

.icon-commercial-institutional:before {
    content: "\e92b"
}

.icon-community-engagement:before {
    content: "\e92c"
}

.icon-contact-us:before {
    content: "\e92d"
}

.icon-corporate_structure:before {
    content: "\e92e"
}

.icon-credit-ratings:before {
    content: "\e92f"
}

.icon-date-event:before {
    content: "\e930"
}

.icon-electrical-safety:before {
    content: "\e931"
}

.icon-electricity-products-services:before {
    content: "\e932"
}

.icon-electricity-rates-billing:before {
    content: "\e933"
}

.icon-electricity-service-area:before {
    content: "\e934"
}

.icon-emergenies:before {
    content: "\e935"
}

.icon-energy-efficiency:before {
    content: "\e936"
}

.icon-energy-safety:before {
    content: "\e937"
}

.icon-events-presentation:before {
    content: "\e938"
}

.icon-financial-summary:before {
    content: "\e939"
}

.icon-gas-products-services:before {
    content: "\e93a"
}

.icon-gas-rates-billing:before {
    content: "\e93b"
}

.icon-gas-safety:before {
    content: "\e93c"
}

.icon-gas-service-area:before {
    content: "\e93d"
}

.icon-gas-storage:before {
    content: "\e93e"
}

.icon-governance:before {
    content: "\e93f"
}

.icon-health-safety:before {
    content: "\e940"
}

.icon-housing:before {
    content: "\e941"
}

.icon-humanitarian:before {
    content: "\e942"
}

.icon-image:before {
    content: "\e943"
}

.icon-indigenous-partnerships:before {
    content: "\e944"
}

.icon-indoor-safety:before {
    content: "\e945"
}

.icon-leadership:before {
    content: "\e948"
}

.icon-lodging-services:before {
    content: "\e949"
}

.icon-mobile-offices:before {
    content: "\e94a"
}

.icon-my-account:before {
    content: "\e94b"
}

.icon-news:before {
    content: "\e94c"
}

.icon-our-services-electricity:before {
    content: "\e94d"
}

.icon-our-services-gas:before {
    content: "\e94e"
}

.icon-outages:before {
    content: "\e94f"
}

.icon-outdoor-safety:before {
    content: "\e950"
}

.icon-pdf:before {
    content: "\e951"
}

.icon-permanent-structures:before {
    content: "\e952"
}

.icon-presentation:before {
    content: "\e953"
}

.icon-relocatable-structures:before {
    content: "\e954"
}

.icon-resources-education:before {
    content: "\e955"
}

.icon-retail:before {
    content: "\e956"
}

.icon-shopping-cart:before {
    content: "\e957"
}

.icon-specialty-structures:before {
    content: "\e958"
}

.icon-spreadsheet:before {
    content: "\e959"
}

.icon-telephone:before {
    content: "\e95a"
}

.icon-tool-tip:before {
    content: "\e95b"
}

.icon-tools-calculators:before {
    content: "\e95c"
}

.icon-vision-values:before {
    content: "\e95d"
}

.icon-word:before {
    content: "\e95e"
}

.icon-workforce-housing:before {
    content: "\e95f"
}

.icon-tag:before {
    content: "\e924"
}

.icon-green:before {
    content: "\e923"
}

.icon-gift:before {
    content: "\e922"
}

.icon-reload:before {
    content: "\e920"
}

.icon-country-europe-fill:before {
    content: "\e916"
}

.icon-country-europe:before {
    content: "\e917"
}

.icon-country-australia-fill:before {
    content: "\e918"
}

.icon-country-australia:before {
    content: "\e919"
}

.icon-country-mexico-fill:before {
    content: "\e91a"
}

.icon-country-mexico:before {
    content: "\e91b"
}

.icon-country-usa-fill:before {
    content: "\e91c"
}

.icon-country-usa:before {
    content: "\e91d"
}

.icon-country-canada-fill:before {
    content: "\e91e"
}

.icon-country-canada:before {
    content: "\e91f"
}

.icon-arrow:before {
    content: "\e900"
}

.icon-building:before {
    content: "\e901"
}

.icon-bulb:before {
    content: "\e902"
}

.icon-drop:before {
    content: "\e903"
}

.icon-electricity:before {
    content: "\e904"
}

.icon-electricity-box:before {
    content: "\e905"
}

.icon-exclamation:before {
    content: "\e906"
}

.icon-flame:before {
    content: "\e907"
}

.icon-hand:before {
    content: "\e908"
}

.icon-pipe:before {
    content: "\e909"
}

.icon-file2:before {
    content: "\e90a"
}

.icon-megaphone:before {
    content: "\e90b"
}

.icon-pdf2:before {
    content: "\e90c"
}

.icon-arrow_left:before {
    content: "\e90d"
}

.icon-arrow_right:before {
    content: "\e90e"
}

.icon-dots:before {
    content: "\e90f"
}

.icon-play:before {
    content: "\e910"
}

.icon-tower:before {
    content: "\e911"
}

.icon-region:before {
    content: "\e912"
}

.icon-search:before {
    content: "\e913"
}

.icon-lock:before {
    content: "\e914"
}

.icon-plus:before {
    content: "\e915"
}

.icon-clock:before {
    content: "\e96d"
}

.icon-heart:before {
    content: "\e96e"
}

.icon-light:before {
    content: "\e96f"
}

.icon-printer:before {
    content: "\e970"
}

.icon-rating:before {
    content: "\e971"
}

.icon-up-arrow:before {
    content: "\e96c"
}

.icon-checkmark:before {
    content: "\e947"
}

.icon-investors:before {
    content: "\e946"
}

.icon-file:before {
    content: "\e96b"
}

.icon-zip:before {
    content: "\e96a"
}

.icon-bundle:before {
    content: "\e969"
}

.icon-list:before {
    content: "\e968"
}

.icon-twitter:before {
    content: "\f099"
}

.icon-location-arrow:before {
    content: "\f124"
}

.icon-close:before {
    content: "\e925"
}

.icon-attach_file:before {
    content: "\e921"
}

.icon-help:before {
    content: "\e926"
}

.x-window label {
    display: inline;
    max-width: 100%;
    font-weight: normal
}

.x-window legend {
    display: inline;
    width: auto;
    margin-bottom: 0;
    border-bottom: 0
}

.x-window fieldset {
    min-width: auto
}

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

body .btn {
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 3px solid #0057b8;
    border-radius: 0;
    display: inline-block;
    color: #ff6700;
    vertical-align: middle;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.3333333333em;
    padding: .5555555556em 1.1111111111em;
    text-decoration: none;
    text-transform: uppercase;
    margin: .25em .5em 1em 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none
}

body .btn.block {
    display: block;
    text-align: left
}

body .btn.btn-grey {
    color: #ff6700;
    background-color: #f0f0f0
}

body .btn.btn-grey:hover {
    background-color: white;
    color: #ff6700
}

body .btn.btn-green {
    color: #fff;
    background-color: #87a829
}

body .btn.btn-green:hover {
    background-color: #a6ce36;
    color: #fff
}

body .btn.btn-blue {
    color: #fff;
    background-color: #ff6700
}

body .btn.btn-blue:hover {
    color: #fff;
    background-color: #006feb
}

body .btn.btn-transparent {
    color: #ff6700;
    background-color: transparent;
    padding: .25em 0;
    margin-right: 2em
}

body .btn.btn-transparent:hover {
    color: #ff6700 !important;
    border-bottom: 3px solid #0057b8 !important
}

body .btn.btn-transparent:active {
    color: #ff6700 !important;
    border-bottom-color: #0057b8 !important
}

body .btn.btn-transparent:focus {
    box-shadow: none !important
}

body .btn[disabled],
body .btn .disabled {
    background-color: #999
}

body .btn span.icon {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: inherit;
    vertical-align: middle;
    margin-left: -.25em;
    margin-right: .4em
}

body .btn:last-child {
    margin-right: 0
}

@media(min-width:1792px) {
    body .btn {
        margin: 5px 0 20px 0;
        padding: 11.25px 22.5px;
        font-size: 20.25px;
        line-height: 27px
    }
}

@media(min-width:1792px) {
    body .btn {
        margin: 5.625px 0 22.5px 0;
        padding: 12.5px 25px;
        font-size: 22.5px;
        line-height: 30px
    }
}

@media(min-width:2500px) {
    body .btn {
        margin: 31.5px 0;
        padding: 17.5px 35px;
        font-size: 31.5px;
        line-height: 42px
    }
}

a.button,
div.promo-tile-div span.label,
.rumi div.promo-tile-div span.label,
.atcoenergy div.promo-tile-div span.label,
.cmp-tall-panel.tall-panel span.button:last-child,
.rumi .cmp-tall-panel.tall-panel span.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.button:last-child,
input[type='submit'].button,
button {
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 3px solid #0057b8;
    color: #ff6700;
    display: inline-block;
    vertical-align: middle;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.33333em;
    padding: .55556em 1.11111em;
    text-decoration: none;
    text-transform: uppercase;
    margin: .25em .5em 1em 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none
}

a.button:hover,
div.promo-tile-div span.label:hover,
.cmp-tall-panel.tall-panel span.button:hover:last-child,
input[type='submit'].button:hover,
button:hover {
    background-color: white
}

a.button.block,
div.promo-tile-div span.block.label,
.cmp-tall-panel.tall-panel span.block.button:last-child,
input[type='submit'].button.block,
button.block {
    display: block;
    text-align: left
}

a.button.green,
div.promo-tile-div span.green.label,
.cmp-tall-panel.tall-panel span.green.button:last-child,
input[type='submit'].button.green,
button.green {
    color: #fff;
    background-color: #87a829
}

a.button.green:hover,
div.promo-tile-div span.green.label:hover,
.cmp-tall-panel.tall-panel span.green.button:hover:last-child,
input[type='submit'].button.green:hover,
button.green:hover {
    background-color: #a6ce36
}

a.button.blue,
div.promo-tile-div span.blue.label,
.cmp-tall-panel.tall-panel span.blue.button:last-child,
input[type='submit'].button.blue,
button.blue {
    color: #fff;
    background-color: #ff6700
}

a.button.blue:hover,
div.promo-tile-div span.blue.label:hover,
.cmp-tall-panel.tall-panel span.blue.button:hover:last-child,
input[type='submit'].button.blue:hover,
button.blue:hover {
    background-color: #006feb
}

a.button.transparent,
div.promo-tile-div span.label,
.rumi div.promo-tile-div span.label,
.atcoenergy div.promo-tile-div span.label,
.cmp-tall-panel.tall-panel span.transparent.button:last-child,
input[type='submit'].button.transparent,
button.transparent {
    color: #ff6700;
    background-color: transparent;
    padding: .25em 0;
    margin-right: 2em
}

a.button[disabled],
div.promo-tile-div span[disabled].label,
.cmp-tall-panel.tall-panel span[disabled].button:last-child,
a.button .disabled,
div.promo-tile-div span.label .disabled,
.cmp-tall-panel.tall-panel span.button:last-child .disabled,
input[type='submit'].button[disabled],
input[type='submit'].button .disabled,
button[disabled],
button .disabled {
    background-color: #999
}

a.button span.icon,
div.promo-tile-div span.label span.icon,
.cmp-tall-panel.tall-panel span.button:last-child span.icon,
input[type='submit'].button span.icon,
button span.icon {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: inherit;
    vertical-align: middle;
    margin-left: -.25em;
    margin-right: .4em
}

a.button:last-child,
div.promo-tile-div span.label:last-child,
.cmp-tall-panel.tall-panel span.button:last-child,
.rumi .cmp-tall-panel.tall-panel span.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.button:last-child,
input[type='submit'].button:last-child,
button:last-child {
    margin-right: 0
}

p a.button,
p div.promo-tile-div span.label,
div.promo-tile-div p span.label,
p .rumi div.promo-tile-div span.label,
.rumi div.promo-tile-div p span.label,
p .atcoenergy div.promo-tile-div span.label,
.atcoenergy div.promo-tile-div p span.label,
p .cmp-tall-panel.tall-panel span.button:last-child,
.cmp-tall-panel.tall-panel p span.button:last-child,
p .rumi .cmp-tall-panel.tall-panel span.button:last-child,
.rumi .cmp-tall-panel.tall-panel p span.button:last-child,
p .atcoenergy .cmp-tall-panel.tall-panel span.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel p span.button:last-child {
    margin-left: .5em;
    margin-right: .5em
}

body.rumi .btn {
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 3px solid #c4d82e;
    border-radius: 0;
    display: inline-block;
    color: #2cb3a1;
    vertical-align: middle;
    font-family: "Overpass", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.3333333333em;
    padding: .5555555556em 1.1111111111em;
    text-decoration: none;
    text-transform: uppercase;
    margin: .25em .5em 1em 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none
}

body.rumi .btn.block {
    display: block;
    text-align: left
}

body.rumi .btn.btn-grey {
    color: #2cb3a1;
    background-color: #f0f0f0
}

body.rumi .btn.btn-grey:hover {
    background-color: white;
    color: #2cb3a1
}

body.rumi .btn.btn-green {
    color: #fff;
    background-color: #87a829
}

body.rumi .btn.btn-green:hover {
    background-color: #a6ce36;
    color: #fff
}

body.rumi .btn.btn-blue {
    color: #fff;
    background-color: #2cb3a1
}

body.rumi .btn.btn-blue:hover {
    color: #fff;
    background-color: #42d0bd
}

body.rumi .btn.btn-transparent {
    color: #2cb3a1;
    background-color: transparent;
    padding: .25em 0;
    margin-right: 2em
}

body.rumi .btn.btn-transparent:hover {
    color: #2cb3a1 !important;
    border-bottom: 3px solid #0057b8 !important
}

body.rumi .btn.btn-transparent:active {
    color: #2cb3a1 !important;
    border-bottom-color: #0057b8 !important
}

body.rumi .btn.btn-transparent:focus {
    box-shadow: none !important
}

body.rumi .btn[disabled],
body.rumi .btn .disabled {
    background-color: #999
}

body.rumi .btn span.icon {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: inherit;
    vertical-align: middle;
    margin-left: -.25em;
    margin-right: .4em
}

body.rumi .btn:last-child {
    margin-right: 0
}

@media(min-width:1792px) {
    body.rumi .btn {
        margin: 5px 0 20px 0;
        padding: 11.25px 22.5px;
        font-size: 20.25px;
        line-height: 27px
    }
}

@media(min-width:1792px) {
    body.rumi .btn {
        margin: 5.625px 0 22.5px 0;
        padding: 12.5px 25px;
        font-size: 22.5px;
        line-height: 30px
    }
}

@media(min-width:2500px) {
    body.rumi .btn {
        margin: 31.5px 0;
        padding: 17.5px 35px;
        font-size: 31.5px;
        line-height: 42px
    }
}

.rumi a.button,
div.promo-tile-div .rumi span.label,
.rumi div.promo-tile-div span.label,
.cmp-tall-panel.tall-panel .rumi span.button:last-child,
.rumi .cmp-tall-panel.tall-panel span.button:last-child,
input[type='submit'].button,
button {
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 3px solid #c4d82e;
    color: #2cb3a1;
    display: inline-block;
    vertical-align: middle;
    font-family: "Overpass", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.33333em;
    padding: .55556em 1.11111em;
    text-decoration: none;
    text-transform: uppercase;
    margin: .25em .5em 1em 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none
}

.rumi a.button:hover,
div.promo-tile-div .rumi span.label:hover,
.rumi div.promo-tile-div span.label:hover,
.cmp-tall-panel.tall-panel .rumi span.button:hover:last-child,
.rumi .cmp-tall-panel.tall-panel span.button:hover:last-child,
input[type='submit'].button:hover,
button:hover {
    background-color: white
}

.rumi a.button.block,
div.promo-tile-div .rumi span.block.label,
.rumi div.promo-tile-div span.block.label,
.cmp-tall-panel.tall-panel .rumi span.block.button:last-child,
.rumi .cmp-tall-panel.tall-panel span.block.button:last-child,
input[type='submit'].button.block,
button.block {
    display: block;
    text-align: left
}

.rumi a.button.green,
div.promo-tile-div .rumi span.green.label,
.rumi div.promo-tile-div span.green.label,
.cmp-tall-panel.tall-panel .rumi span.green.button:last-child,
.rumi .cmp-tall-panel.tall-panel span.green.button:last-child,
input[type='submit'].button.green,
button.green {
    color: #fff;
    background-color: #87a829
}

.rumi a.button.green:hover,
div.promo-tile-div .rumi span.green.label:hover,
.rumi div.promo-tile-div span.green.label:hover,
.cmp-tall-panel.tall-panel .rumi span.green.button:hover:last-child,
.rumi .cmp-tall-panel.tall-panel span.green.button:hover:last-child,
input[type='submit'].button.green:hover,
button.green:hover {
    background-color: #a6ce36
}

.rumi a.button.blue,
div.promo-tile-div .rumi span.blue.label,
.rumi div.promo-tile-div span.blue.label,
.cmp-tall-panel.tall-panel .rumi span.blue.button:last-child,
.rumi .cmp-tall-panel.tall-panel span.blue.button:last-child,
input[type='submit'].button.blue,
button.blue {
    color: #fff;
    background-color: #2cb3a1
}

.rumi a.button.blue:hover,
div.promo-tile-div .rumi span.blue.label:hover,
.rumi div.promo-tile-div span.blue.label:hover,
.cmp-tall-panel.tall-panel .rumi span.blue.button:hover:last-child,
.rumi .cmp-tall-panel.tall-panel span.blue.button:hover:last-child,
input[type='submit'].button.blue:hover,
button.blue:hover {
    background-color: #42d0bd
}

.rumi a.button.transparent,
div.promo-tile-div .rumi span.label,
.rumi div.promo-tile-div span.label,
.cmp-tall-panel.tall-panel .rumi span.transparent.button:last-child,
.rumi .cmp-tall-panel.tall-panel span.transparent.button:last-child,
input[type='submit'].button.transparent,
button.transparent {
    color: #2cb3a1;
    background-color: transparent;
    padding: .25em 0;
    margin-right: 2em
}

.rumi a.button[disabled],
div.promo-tile-div .rumi span[disabled].label,
.rumi div.promo-tile-div span[disabled].label,
.cmp-tall-panel.tall-panel .rumi span[disabled].button:last-child,
.rumi .cmp-tall-panel.tall-panel span[disabled].button:last-child,
.rumi a.button .disabled,
div.promo-tile-div .rumi span.label .disabled,
.rumi div.promo-tile-div span.label .disabled,
.cmp-tall-panel.tall-panel .rumi span.button:last-child .disabled,
.rumi .cmp-tall-panel.tall-panel span.button:last-child .disabled,
input[type='submit'].button[disabled],
input[type='submit'].button .disabled,
button[disabled],
button .disabled {
    background-color: #999
}

.rumi a.button span.icon,
div.promo-tile-div .rumi span.label span.icon,
.rumi div.promo-tile-div span.label span.icon,
.cmp-tall-panel.tall-panel .rumi span.button:last-child span.icon,
.rumi .cmp-tall-panel.tall-panel span.button:last-child span.icon,
input[type='submit'].button span.icon,
button span.icon {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: inherit;
    vertical-align: middle;
    margin-left: -.25em;
    margin-right: .4em
}

.rumi a.button:last-child,
div.promo-tile-div .rumi span.label:last-child,
.rumi div.promo-tile-div span.label:last-child,
.cmp-tall-panel.tall-panel .rumi span.button:last-child,
.rumi .cmp-tall-panel.tall-panel span.button:last-child,
input[type='submit'].button:last-child,
button:last-child {
    margin-right: 0
}

body.atcoenergy .btn {
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 3px solid #c4d82e;
    border-radius: 0;
    display: inline-block;
    color: #0a8289;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.3333333333em;
    padding: .5555555556em 1.1111111111em;
    text-decoration: none;
    text-transform: none;
    margin: .25em .5em 1em 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none
}

body.atcoenergy .btn.block {
    display: block;
    text-align: left
}

body.atcoenergy .btn.btn-grey {
    color: #0a8289;
    background-color: #f5f5f4
}

body.atcoenergy .btn.btn-grey:hover {
    background-color: #fcfcfc;
    color: #0a8289
}

body.atcoenergy .btn.btn-green {
    color: #fff;
    background-color: #87a829
}

body.atcoenergy .btn.btn-green:hover {
    background-color: #a6ce36;
    color: #fff
}

body.atcoenergy .btn.btn-blue {
    color: #fff;
    background-color: #0a8289
}

body.atcoenergy .btn.btn-blue:hover {
    color: #fff;
    background-color: #54a8ad
}

body.atcoenergy .btn.btn-transparent {
    color: #0a8289;
    background-color: transparent;
    padding: .25em 0;
    margin-right: 2em
}

body.atcoenergy .btn.btn-transparent:hover {
    color: #0a8289 !important;
    border-bottom: 3px solid #c4d82e !important
}

body.atcoenergy .btn.btn-transparent:active {
    color: #0a8289 !important;
    border-bottom-color: #c4d82e !important
}

body.atcoenergy .btn.btn-transparent:focus {
    box-shadow: none !important
}

body.atcoenergy .btn[disabled],
body.atcoenergy .btn .disabled {
    background-color: #999
}

body.atcoenergy .btn span.icon {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: inherit;
    vertical-align: middle;
    margin-left: -.25em;
    margin-right: .4em
}

body.atcoenergy .btn:last-child {
    margin-right: 0
}

@media(min-width:1792px) {
    body.atcoenergy .btn {
        margin: 5px 0 20px 0;
        padding: 11.25px 22.5px;
        font-size: 20.25px;
        line-height: 27px
    }
}

@media(min-width:1792px) {
    body.atcoenergy .btn {
        margin: 5.625px 0 22.5px 0;
        padding: 12.5px 25px;
        font-size: 22.5px;
        line-height: 30px
    }
}

@media(min-width:2500px) {
    body.atcoenergy .btn {
        margin: 31.5px 0;
        padding: 17.5px 35px;
        font-size: 31.5px;
        line-height: 42px
    }
}

.atcoenergy a.button,
div.promo-tile-div .atcoenergy span.label,
.atcoenergy div.promo-tile-div span.label,
.cmp-tall-panel.tall-panel .atcoenergy span.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.button:last-child,
input[type='submit'].button,
button {
    cursor: pointer;
    background-color: #f0f0f0;
    border-bottom: 3px solid #c4d82e;
    color: #0a8289;
    display: inline-block;
    vertical-align: middle;
    font-family: "Montserrat", sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.33333em;
    padding: .55556em 1.11111em;
    text-decoration: none;
    text-transform: none;
    margin: .25em .5em 1em 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none
}

.atcoenergy a.button:hover,
div.promo-tile-div .atcoenergy span.label:hover,
.atcoenergy div.promo-tile-div span.label:hover,
.cmp-tall-panel.tall-panel .atcoenergy span.button:hover:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.button:hover:last-child,
input[type='submit'].button:hover,
button:hover {
    background-color: white
}

.atcoenergy a.button.block,
div.promo-tile-div .atcoenergy span.block.label,
.atcoenergy div.promo-tile-div span.block.label,
.cmp-tall-panel.tall-panel .atcoenergy span.block.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.block.button:last-child,
input[type='submit'].button.block,
button.block {
    display: block;
    text-align: left
}

.atcoenergy a.button.green,
div.promo-tile-div .atcoenergy span.green.label,
.atcoenergy div.promo-tile-div span.green.label,
.cmp-tall-panel.tall-panel .atcoenergy span.green.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.green.button:last-child,
input[type='submit'].button.green,
button.green {
    color: #fff;
    background-color: #87a829
}

.atcoenergy a.button.green:hover,
div.promo-tile-div .atcoenergy span.green.label:hover,
.atcoenergy div.promo-tile-div span.green.label:hover,
.cmp-tall-panel.tall-panel .atcoenergy span.green.button:hover:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.green.button:hover:last-child,
input[type='submit'].button.green:hover,
button.green:hover {
    background-color: #a6ce36
}

.atcoenergy a.button.blue,
div.promo-tile-div .atcoenergy span.blue.label,
.atcoenergy div.promo-tile-div span.blue.label,
.cmp-tall-panel.tall-panel .atcoenergy span.blue.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.blue.button:last-child,
input[type='submit'].button.blue,
button.blue {
    color: #fff;
    background-color: #0a8289
}

.atcoenergy a.button.blue:hover,
div.promo-tile-div .atcoenergy span.blue.label:hover,
.atcoenergy div.promo-tile-div span.blue.label:hover,
.cmp-tall-panel.tall-panel .atcoenergy span.blue.button:hover:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.blue.button:hover:last-child,
input[type='submit'].button.blue:hover,
button.blue:hover {
    background-color: #0dafb9
}

.atcoenergy a.button.transparent,
div.promo-tile-div .atcoenergy span.label,
.atcoenergy div.promo-tile-div span.label,
.cmp-tall-panel.tall-panel .atcoenergy span.transparent.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.transparent.button:last-child,
input[type='submit'].button.transparent,
button.transparent {
    color: #0a8289;
    background-color: transparent;
    padding: .25em 0;
    margin-right: 2em
}

.atcoenergy a.button[disabled],
div.promo-tile-div .atcoenergy span[disabled].label,
.atcoenergy div.promo-tile-div span[disabled].label,
.cmp-tall-panel.tall-panel .atcoenergy span[disabled].button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span[disabled].button:last-child,
.atcoenergy a.button .disabled,
div.promo-tile-div .atcoenergy span.label .disabled,
.atcoenergy div.promo-tile-div span.label .disabled,
.cmp-tall-panel.tall-panel .atcoenergy span.button:last-child .disabled,
.atcoenergy .cmp-tall-panel.tall-panel span.button:last-child .disabled,
input[type='submit'].button[disabled],
input[type='submit'].button .disabled,
button[disabled],
button .disabled {
    background-color: #999
}

.atcoenergy a.button span.icon,
div.promo-tile-div .atcoenergy span.label span.icon,
.atcoenergy div.promo-tile-div span.label span.icon,
.cmp-tall-panel.tall-panel .atcoenergy span.button:last-child span.icon,
.atcoenergy .cmp-tall-panel.tall-panel span.button:last-child span.icon,
input[type='submit'].button span.icon,
button span.icon {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: inherit;
    vertical-align: middle;
    margin-left: -.25em;
    margin-right: .4em
}

.atcoenergy a.button:last-child,
div.promo-tile-div .atcoenergy span.label:last-child,
.atcoenergy div.promo-tile-div span.label:last-child,
.cmp-tall-panel.tall-panel .atcoenergy span.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel span.button:last-child,
input[type='submit'].button:last-child,
button:last-child {
    margin-right: 0
}

body.bfk .btn {
    cursor: pointer;
    border-radius: 0;
    border-bottom: 3px solid #eca481;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.3333333333em;
    padding: .5555555556em 1.1111111111em;
    text-decoration: none;
    text-transform: uppercase;
    margin: .25em .5em 1em 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-appearance: none
}

body.bfk .btn.block {
    display: block;
    text-align: left
}

body.bfk .btn.btn-grey {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #fff;
    background-color: #0a8289;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: 0;
    border-bottom: 3px solid #eca481
}

@media(min-width:720px) {
    body.bfk .btn.btn-grey {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .btn.btn-grey {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk .btn.btn-grey:hover {
    background-color: #54a8ad
}

body.bfk .btn.btn-green {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #0a8289;
    background-color: #f5f5f4;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: 0;
    border-bottom: 3px solid #eca481
}

@media(min-width:720px) {
    body.bfk .btn.btn-green {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .btn.btn-green {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk .btn.btn-green:hover {
    background-color: #fcfcfc
}

body.bfk .btn.btn-blue {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #fff;
    background-color: #202020;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: 0;
    border-bottom: 3px solid #eca481
}

@media(min-width:720px) {
    body.bfk .btn.btn-blue {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .btn.btn-blue {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk .btn.btn-blue:hover {
    background-color: #535353
}

body.bfk .btn.btn-transparent {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #0a8289;
    background-color: transparent;
    padding: .25em 0;
    margin-right: 2em
}

@media(min-width:720px) {
    body.bfk .btn.btn-transparent {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .btn.btn-transparent {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk .btn.btn-transparent:hover {
    color: #0a8289 !important;
    border-bottom: 3px solid #eca481 !important
}

body.bfk .btn.btn-transparent:active {
    color: #0a8289 !important;
    border-bottom-color: #eca481 !important
}

body.bfk .btn.btn-transparent:focus {
    box-shadow: none !important
}

body.bfk .btn.btn-transparent[disabled],
body.bfk .btn.btn-transparent.disabled {
    opacity: .4;
    border-bottom: 3px solid #eca481 !important
}

body.bfk .btn.btn-primary {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #fff;
    background-color: #0a8289;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: 0;
    border-bottom: 3px solid #eca481
}

@media(min-width:720px) {
    body.bfk .btn.btn-primary {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .btn.btn-primary {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk .btn.btn-primary:hover {
    background-color: #54a8ad
}

body.bfk .btn.btn-secondary {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #0a8289;
    background-color: #f5f5f4;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: 0;
    border-bottom: 3px solid #eca481
}

@media(min-width:720px) {
    body.bfk .btn.btn-secondary {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .btn.btn-secondary {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk .btn.btn-secondary:hover {
    background-color: #fcfcfc
}

body.bfk .btn.btn-tertiary {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #fff;
    background-color: #202020;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
    border: 0;
    border-bottom: 3px solid #eca481
}

@media(min-width:720px) {
    body.bfk .btn.btn-tertiary {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .btn.btn-tertiary {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk .btn.btn-tertiary:hover {
    background-color: #535353
}

body.bfk .btn[disabled],
body.bfk .btn .disabled {
    opacity: .4
}

body.bfk .btn span.icon {
    display: inline-block;
    float: left;
    font-size: 1.1em;
    line-height: inherit;
    vertical-align: middle;
    margin-left: -.25em;
    margin-right: .4em
}

body.bfk .btn:last-child {
    margin-right: 0
}

@media(min-width:1792px) {
    body.bfk .btn {
        margin: 5px 0 20px 0;
        padding: 11.25px 22.5px;
        font-size: 20.25px;
        line-height: 27px
    }
}

@media(min-width:1792px) {
    body.bfk .btn {
        margin: 5.625px 0 22.5px 0;
        padding: 12.5px 25px;
        font-size: 22.5px;
        line-height: 30px
    }
}

@media(min-width:2500px) {
    body.bfk .btn {
        margin: 31.5px 0;
        padding: 17.5px 35px;
        font-size: 31.5px;
        line-height: 42px
    }
}

body {
    text-rendering: auto;
    font-smooth: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-family: "Asap", sans-serif
}

@media(min-width:1400px) {
    body {
        font-size: 18px
    }
}

@media(min-width:1792px) {
    body {
        font-size: 20px
    }
}

@media(min-width:2500px) {
    body {
        font-size: 28px
    }
}

a {
    color: #ff6700
}

body.bfk a {
    color: #0a8289;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

p,
blockquote {
    line-height: 1.5em;
    margin-bottom: 1em
}

p:last-child,
blockquote:last-child {
    margin-bottom: 0
}

h1,
h2,
h3,
.cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title,
h4,
section.search-panel form fieldset label,
.rumi section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset label {
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    text-transform: uppercase
}

i {
    font-style: italic
}

.text-color-dark {
    color: #101010
}

.text-color-white {
    color: #fff
}

@media(max-width:799.98px) {

    p,
    .p,
    ul,
    ol {
        font-size: 100%
    }
}

@media(min-width:720px) {

    p,
    .p,
    ul,
    ol {
        font-size: 100%
    }
}

@media(min-width:992px) {

    p,
    .p,
    ul,
    ol {
        font-size: 100%
    }
}

h1,
h2,
h3,
.cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title,
h4,
section.search-panel form fieldset label,
.rumi section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset label {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

h1 .subhead,
h2 .subhead,
h3 .subhead,
.cmp-tall-panel.tall-panel p.title .subhead,
h4 .subhead,
section.search-panel form fieldset label .subhead {
    font-size: .3em;
    line-height: 1.3em;
    display: block;
    font-style: italic
}

h1 {
    line-height: 1.07692em;
    font-size: 2em;
    font-weight: normal
}

@media(min-width:720px) {
    h1 {
        font-size: 3em
    }
}

@media(min-width:992px) {
    h1 {
        font-size: 4.0625em
    }
}

h2 {
    line-height: 1.05769em;
    font-size: 1.625em;
    font-weight: normal
}

@media(min-width:720px) {
    h2 {
        font-size: 2.5em
    }
}

@media(min-width:992px) {
    h2 {
        font-size: 3.25em
    }
}

h3,
.cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title {
    line-height: 1.11111em;
    font-size: 1.5em;
    font-weight: normal
}

@media(min-width:720px) {

    h3,
    .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel p.title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {

    h3,
    .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel p.title {
        font-size: 2.25em
    }
}

h4,
section.search-panel form fieldset label,
.rumi section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset label {
    line-height: 1.25em;
    font-size: 1em;
    font-weight: normal
}

@media(min-width:720px) {

    h4,
    section.search-panel form fieldset label,
    .rumi section.search-panel form fieldset label,
    .atcoenergy section.search-panel form fieldset label {
        font-size: 1.25em
    }
}

@media(min-width:992px) {

    h4,
    section.search-panel form fieldset label,
    .rumi section.search-panel form fieldset label,
    .atcoenergy section.search-panel form fieldset label {
        font-size: 1.5em
    }
}

h5 {
    text-transform: none;
    font-weight: bold;
    line-height: 1.25em
}

body.rumi {
    text-rendering: auto;
    font-smooth: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-family: "Overpass", sans-serif
}

@media(min-width:1400px) {
    body.rumi {
        font-size: 18px
    }
}

@media(min-width:1792px) {
    body.rumi {
        font-size: 20px
    }
}

@media(min-width:2500px) {
    body.rumi {
        font-size: 28px
    }
}

.rumi a {
    color: #2cb3a1
}

.rumi a:hover {
    text-decoration: none
}

.rumi h1,
.rumi h2,
.rumi h3,
.cmp-tall-panel.tall-panel .rumi p.title,
.rumi .cmp-tall-panel.tall-panel p.title,
.rumi h4,
section.search-panel form fieldset .rumi label,
.rumi section.search-panel form fieldset label {
    font-family: "Overpass", sans-serif;
    font-weight: normal;
    text-transform: uppercase
}

.rumi h1,
.rumi h2,
.rumi h3,
.cmp-tall-panel.tall-panel .rumi p.title,
.rumi .cmp-tall-panel.tall-panel p.title,
.rumi h4,
section.search-panel form fieldset .rumi label,
.rumi section.search-panel form fieldset label {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

.rumi h1 .subhead,
.rumi h2 .subhead,
.rumi h3 .subhead,
.cmp-tall-panel.tall-panel .rumi p.title .subhead,
.rumi .cmp-tall-panel.tall-panel p.title .subhead,
.rumi h4 .subhead,
section.search-panel form fieldset .rumi label .subhead,
.rumi section.search-panel form fieldset label .subhead {
    font-size: .3em;
    line-height: 1.3em;
    display: block;
    font-style: italic
}

body.atcoenergy {
    text-rendering: auto;
    font-smooth: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    font-family: "Montserrat", sans-serif
}

@media(min-width:1400px) {
    body.atcoenergy {
        font-size: 18px
    }
}

@media(min-width:1792px) {
    body.atcoenergy {
        font-size: 20px
    }
}

@media(min-width:2500px) {
    body.atcoenergy {
        font-size: 28px
    }
}

.atcoenergy a {
    color: #0a8289
}

.atcoenergy a:hover {
    text-decoration: none
}

.atcoenergy h1,
.atcoenergy h2,
.atcoenergy h3,
.cmp-tall-panel.tall-panel .atcoenergy p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title,
.atcoenergy h4,
section.search-panel form fieldset .atcoenergy label,
.atcoenergy section.search-panel form fieldset label {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    text-transform: none
}

.atcoenergy h1,
.atcoenergy h2,
.atcoenergy h3,
.cmp-tall-panel.tall-panel .atcoenergy p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title,
.atcoenergy h4,
section.search-panel form fieldset .atcoenergy label,
.atcoenergy section.search-panel form fieldset label {
    font-family: "Baloo Tammudu 2", sans-serif;
    margin-bottom: 0;
    text-transform: none
}

.atcoenergy h1 .subhead,
.atcoenergy h2 .subhead,
.atcoenergy h3 .subhead,
.cmp-tall-panel.tall-panel .atcoenergy p.title .subhead,
.atcoenergy .cmp-tall-panel.tall-panel p.title .subhead,
.atcoenergy h4 .subhead,
section.search-panel form fieldset .atcoenergy label .subhead,
.atcoenergy section.search-panel form fieldset label .subhead {
    font-size: .3em;
    line-height: 1.3em;
    display: block;
    font-style: italic
}

.atcoenergy h2 {
    font-weight: 600 !important
}

.atcoenergy h3,
.cmp-tall-panel.tall-panel .atcoenergy p.title,
.atcoenergy .cmp-tall-panel.tall-panel p.title {
    font-size: 2em !important
}

.atcoenergy h4,
section.search-panel form fieldset .atcoenergy label,
.atcoenergy section.search-panel form fieldset label,
.atcoenergy h5,
.atcoenergy h6 {
    font-family: "Montserrat", sans-serif !important
}

.img-fill {
    width: 100%
}

@media(max-width:575.98px) {
    .d-only-none {
        display: none !important
    }

    .d-only-inline {
        display: inline !important
    }

    .d-only-inline-block {
        display: inline-block !important
    }

    .d-only-block {
        display: block !important
    }

    .d-only-table {
        display: table !important
    }

    .d-only-table-row {
        display: table-row !important
    }

    .d-only-table-cell {
        display: table-cell !important
    }

    .d-only-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-only-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:576px) and (max-width:719.98px) {
    .d-sm-only-none {
        display: none !important
    }

    .d-sm-only-inline {
        display: inline !important
    }

    .d-sm-only-inline-block {
        display: inline-block !important
    }

    .d-sm-only-block {
        display: block !important
    }

    .d-sm-only-table {
        display: table !important
    }

    .d-sm-only-table-row {
        display: table-row !important
    }

    .d-sm-only-table-cell {
        display: table-cell !important
    }

    .d-sm-only-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-only-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:720px) and (max-width:799.98px) {
    .d-md-only-none {
        display: none !important
    }

    .d-md-only-inline {
        display: inline !important
    }

    .d-md-only-inline-block {
        display: inline-block !important
    }

    .d-md-only-block {
        display: block !important
    }

    .d-md-only-table {
        display: table !important
    }

    .d-md-only-table-row {
        display: table-row !important
    }

    .d-md-only-table-cell {
        display: table-cell !important
    }

    .d-md-only-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-only-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:800px) and (max-width:991.98px) {
    .d-tablet-lg-only-none {
        display: none !important
    }

    .d-tablet-lg-only-inline {
        display: inline !important
    }

    .d-tablet-lg-only-inline-block {
        display: inline-block !important
    }

    .d-tablet-lg-only-block {
        display: block !important
    }

    .d-tablet-lg-only-table {
        display: table !important
    }

    .d-tablet-lg-only-table-row {
        display: table-row !important
    }

    .d-tablet-lg-only-table-cell {
        display: table-cell !important
    }

    .d-tablet-lg-only-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-tablet-lg-only-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    .d-lg-only-none {
        display: none !important
    }

    .d-lg-only-inline {
        display: inline !important
    }

    .d-lg-only-inline-block {
        display: inline-block !important
    }

    .d-lg-only-block {
        display: block !important
    }

    .d-lg-only-table {
        display: table !important
    }

    .d-lg-only-table-row {
        display: table-row !important
    }

    .d-lg-only-table-cell {
        display: table-cell !important
    }

    .d-lg-only-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-only-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media(min-width:1200px) {
    .d-xl-only-none {
        display: none !important
    }

    .d-xl-only-inline {
        display: inline !important
    }

    .d-xl-only-inline-block {
        display: inline-block !important
    }

    .d-xl-only-block {
        display: block !important
    }

    .d-xl-only-table {
        display: table !important
    }

    .d-xl-only-table-row {
        display: table-row !important
    }

    .d-xl-only-table-cell {
        display: table-cell !important
    }

    .d-xl-only-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-only-inline-flex {
        display: -webkit-inline-box !important;
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

section,
footer {
    position: relative;
    clear: both;
    width: 100%;
    box-sizing: border-box
}

section::after,
footer::after {
    display: block;
    clear: both;
    content: ""
}

section .container,
footer .container {
    box-sizing: border-box;
    padding: 0 1em;
    width: 100%
}

section .container::after,
footer .container::after {
    display: block;
    clear: both;
    content: ""
}

@media(min-width:720px) {

    section .container.large-margins,
    footer .container.large-margins {
        width: 94.46864%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:800px) {

    section .container.large-margins,
    footer .container.large-margins {
        padding: 0 1.5em;
        width: 85.10593%;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:1200px) {

    section .container,
    footer .container {
        width: 85.10593%;
        margin-left: auto;
        margin-right: auto
    }

    section .container.large-margins,
    footer .container.large-margins {
        width: 76.59576%;
        padding: 0 3em;
        margin-left: auto;
        margin-right: auto
    }
}

html {
    position: relative;
    min-height: 100%
}

body {
    position: relative;
    margin: 0 auto
}

.site-wrapper,
.site-header,
.site-content,
.site-footer,
.content-section {
    padding: 0;
    margin: 0;
    display: block;
    overflow: hidden
}

#CQ * {
    box-sizing: content-box
}

#CQ * .cq-wcm-preview * {
    box-sizing: border-box
}

.site-wrapper {
    background-color: #fff;
    margin: 0 auto
}

.site-content {
    position: relative;
    z-index: 1
}

.container {
    /* max-width: 100% */
}

.container .container {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0
}

.edit-start,
.edit-end {
    font-size: .5em !important;
    display: block
}

body.bfk *:focus-visible {
    outline: 3px solid #eca481
}

.panel.column-two.no-collapse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.panel.column-two.no-collapse>.col {
    display: table-cell;
    float: none;
    width: 50%;
    margin: 0;
    vertical-align: top;
    background-size: cover;
    background-position: center left
}

.panel>.col {
    margin-top: 1em;
    background-color: #fff;
    -webkit-flex-basis: auto !important;
    -ms-flex-preferred-size: auto !important;
    flex-basis: auto !important
}

.panel>.col.grey {
    background-color: #f0f0f0
}

.panel>.col>.container {
    padding-top: 2em;
    padding-bottom: 2em
}

.panel>.col.full-width {
    margin-top: 0
}

.panel>.col.full-width>.container {
    padding: 0
}

.panel>.col:first-child {
    margin-top: 0
}

@media(min-width:720px) {
    .panel>.col {
        margin-top: 0
    }

    .panel>.col.full-width>.container {
        padding: 0
    }

    .panel.column-two {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .panel.column-two>.col {
        display: table-cell;
        float: none;
        width: 50%;
        margin: 0;
        vertical-align: top;
        background-size: cover;
        background-position: center left
    }

    .panel.column-two>.col.centered {
        vertical-align: middle
    }

    .panel.column-two>.col.left .fill {
        text-align: right
    }

    .panel.column-two>.col.left .container {
        margin-right: 0
    }

    .panel.column-two>.col.left.has-video .container {
        padding: 4em;
        margin: 0 auto
    }

    .panel.column-two>.col.left.has-video .container h2 {
        margin-bottom: .25em
    }

    .panel.column-two>.col.right .fill {
        text-align: left
    }

    .panel.column-two>.col.right .container {
        margin-left: 0
    }

    .panel.column-two.priority-left>.col.left {
        width: 66.10169%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-two.priority-left>.col.right {
        width: 32.20339%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-two.priority-right>.col.left {
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-two.priority-right>.col.right {
        width: 66.10169%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-two.flip>.col.left {
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    .panel.column-two.flip>.col.right {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .panel.column-two.flip.priority-left>.col.left {
        width: 66.10169%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    .panel.column-two.flip.priority-left>.col.right {
        width: 32.20339%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .panel.column-two.flip.priority-right>.col.left {
        width: 32.20339%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    .panel.column-two.flip.priority-right>.col.right {
        width: 66.10169%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .panel.column-two.separated .image-block {
        margin-bottom: 0
    }

    .panel.column-two.separated .full-width:nth-child(1) {
        padding-right: .5em
    }

    .panel.column-two.separated .full-width:nth-child(2) {
        padding-left: .5em
    }

    .panel.column-three>.col {
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-three>.col.right {
        width: 32.20339%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-three.priority-left>.col.left {
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-three.priority-left>.col.middle {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-three.priority-left>.col.right {
        width: 23.72881%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-three.priority-middle>.col.left {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-three.priority-middle>.col.middle {
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-three.priority-middle>.col.right {
        width: 23.72881%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-three.priority-right>.col.left {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-three.priority-right>.col.middle {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-three.priority-right>.col.right {
        width: 49.15254%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-four>.col {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-four>.col.fourth {
        width: 23.72881%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-four.priority-first>.col {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-four.priority-first>.col.first {
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-four.priority-first>.col.fourth {
        width: 15.25424%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-four.priority-second>.col {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-four.priority-second>.col.second {
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-four.priority-second>.col.fourth {
        width: 15.25424%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-four.priority-third>.col {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-four.priority-third>.col.third {
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-four.priority-third>.col.fourth {
        width: 15.25424%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .panel.column-four.priority-fourth>.col {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .panel.column-four.priority-fourth>.col.fourth {
        width: 49.15254%;
        clear: right;
        float: right;
        margin-right: 0
    }
}

@media(min-width:992px) {
    .panel>.col.full-width>.container {
        padding: 0;
        margin: 0;
        float: none;
        width: auto
    }
}

.html>.container>.panel.column-two>.col>.container {
    padding: 0
}

.html>.container>.panel.column-two>.col.grey {
    padding: 1em
}

@media(min-width:720px) {
    .html>.container>.panel.column-two>.col:not(.grey).left>.container {
        padding-right: .5em;
        padding-left: 0
    }

    .html>.container>.panel.column-two>.col:not(.grey).right>.container {
        padding-right: 0;
        padding-left: .5em
    }

    .html>.container>.panel.column-two.flip>.col:not(.grey).left>.container {
        padding-right: 0;
        padding-left: .5em
    }

    .html>.container>.panel.column-two.flip>.col:not(.grey).right>.container {
        padding-right: .5em;
        padding-left: 0
    }

    .html>.container>.panel.column-two>.col.grey {
        padding: 2em
    }

    .html>.container>.panel.column-two.priority-left>.col:not(.grey)>.container,
    .html>.container>.panel.column-two.priority-right>.col:not(.grey)>.container {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media(min-width:992px) {
    .html>.container>.panel.column-two>.col.left>.container {
        margin: 0;
        float: none;
        width: auto
    }

    .html>.container>.panel.column-two>.col.right>.container {
        margin: 0;
        float: none;
        width: auto
    }
}

body {
    line-height: 1
}

ul {
    font-size: 100%;
    line-height: inherit;
    margin-bottom: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: 0;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0 {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0 {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("atco-pagelibs/css/owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@media(max-width:575.98px) {
    body.edit .cmp-background.d-only-none {
        display: block !important;
        background: rgba(255, 0, 0, 0.25) !important
    }
}

@media(min-width:576px) and (max-width:719.98px) {
    body.edit .cmp-background.d-sm-only-none {
        display: block !important;
        background: rgba(255, 0, 0, 0.25) !important
    }
}

@media(min-width:720px) and (max-width:799.98px) {
    body.edit .cmp-background.d-md-only-none {
        display: block !important;
        background: rgba(255, 0, 0, 0.25) !important
    }
}

@media(min-width:992px) and (max-width:1199.98px) {
    body.edit .cmp-background.d-lg-only-none {
        display: block !important;
        background: rgba(255, 0, 0, 0.25) !important
    }
}

@media(min-width:1200px) {
    body.edit .cmp-background.d-xl-only-none {
        display: block !important;
        background: rgba(255, 0, 0, 0.25) !important
    }
}

.cmp-text-jumbo h1 {
    font-size: 32px;
    line-height: 34px
}

body.bfk .cmp-text-jumbo h1 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.005em
}

@media(min-width:720px) {
    body.bfk .cmp-text-jumbo h1 {
        font-weight: 700;
        font-size: 2.625em;
        line-height: 52px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-text-jumbo h1 {
        font-weight: 700;
        font-size: 3.375em;
        line-height: 58px
    }
}

.cmp-text-jumbo h2 {
    font-size: 26px;
    line-height: 27.5px;
    margin-bottom: 13px
}

body.bfk .cmp-text-jumbo h2 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.625em;
    line-height: 58px;
    letter-spacing: -0.005em;
    text-transform: capitalize
}

@media(min-width:720px) {
    body.bfk .cmp-text-jumbo h2 {
        font-weight: 600;
        font-size: 2.25em;
        line-height: 44px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-text-jumbo h2 {
        font-weight: 600;
        font-size: 2.625em;
        line-height: 58px
    }
}

body.bfk .cmp-text-jumbo h3,
body.bfk .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
.cmp-tall-panel.tall-panel body.bfk .cmp-text-jumbo p.title {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.625em;
    line-height: 58px;
    letter-spacing: -0.005em;
    text-transform: capitalize
}

@media(min-width:720px) {

    body.bfk .cmp-text-jumbo h3,
    body.bfk .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel body.bfk .cmp-text-jumbo p.title {
        font-weight: 600;
        font-size: 2.25em;
        line-height: 44px
    }
}

@media(min-width:992px) {

    body.bfk .cmp-text-jumbo h3,
    body.bfk .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel body.bfk .cmp-text-jumbo p.title {
        font-weight: 600;
        font-size: 2.625em;
        line-height: 58px
    }
}

body.bfk .cmp-text-jumbo .cmp-text h4,
body.bfk .cmp-text-jumbo .cmp-text section.search-panel form fieldset label,
section.search-panel form fieldset body.bfk .cmp-text-jumbo .cmp-text label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 30px;
    letter-spacing: -0.0025em
}

@media(min-width:720px) {

    body.bfk .cmp-text-jumbo .cmp-text h4,
    body.bfk .cmp-text-jumbo .cmp-text section.search-panel form fieldset label,
    section.search-panel form fieldset body.bfk .cmp-text-jumbo .cmp-text label {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

@media(min-width:992px) {

    body.bfk .cmp-text-jumbo .cmp-text h4,
    body.bfk .cmp-text-jumbo .cmp-text section.search-panel form fieldset label,
    section.search-panel form fieldset body.bfk .cmp-text-jumbo .cmp-text label {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

body.bfk .cmp-text-jumbo .cmp-text h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 26px
}

@media(min-width:720px) {
    body.bfk .cmp-text-jumbo .cmp-text h5 {
        font-weight: 600;
        font-size: 1em;
        line-height: 22px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-text-jumbo .cmp-text h5 {
        font-weight: 600;
        font-size: 1.125em;
        line-height: 28px
    }
}

.cmp-text-jumbo p {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    margin-bottom: 1em
}

body.bfk .cmp-text-jumbo p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .cmp-text-jumbo p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-text-jumbo p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

.cmp-text-jumbo ul,
.cmp-text-jumbo ol {
    padding-left: 1em;
    line-height: 1.5em
}

.cmp-text-jumbo ul li,
.cmp-text-jumbo ol li {
    margin-bottom: 0 !important
}

body.bfk .cmp-text-jumbo ul li,
body.bfk .cmp-text-jumbo ol li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {

    body.bfk .cmp-text-jumbo ul li,
    body.bfk .cmp-text-jumbo ol li {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {

    body.bfk .cmp-text-jumbo ul li,
    body.bfk .cmp-text-jumbo ol li {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

.cmp-text-jumbo ul {
    list-style: disc outside none
}

.cmp-text-jumbo ol {
    list-style-type: decimal
}

.cmp-text-jumbo .body-hidden-mobile p {
    display: none
}

@media(min-width:720px) {
    .cmp-text-jumbo h1 {
        font-size: 48px;
        line-height: 52px
    }

    .cmp-text-jumbo h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 8px
    }

    .cmp-text-jumbo h3,
    .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        margin-bottom: 7.5px
    }

    .cmp-text-jumbo .body-width-80 p {
        width: 80%
    }

    .cmp-text-jumbo .body-hidden-mobile p {
        display: block
    }
}

@media(min-width:992px) {
    .cmp-text-jumbo h1 {
        font-size: 65px;
        line-height: 70px
    }

    .cmp-text-jumbo h2 {
        font-size: 48px;
        line-height: 51px;
        margin-bottom: 12px
    }

    .cmp-text-jumbo h3,
    .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 9px
    }
}

@media(min-width:1400px) {
    .cmp-text-jumbo h1 {
        font-size: 73.125px;
        line-height: 78.75px
    }

    .cmp-text-jumbo h2 {
        font-size: 54px;
        line-height: 57px;
        margin-bottom: 13.5px
    }

    .cmp-text-jumbo h3,
    .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 40.5px;
        line-height: 45px;
        margin-bottom: 10.25px
    }

    .cmp-text-jumbo p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:1792px) {
    .cmp-text-jumbo h1 {
        font-size: 81.25px;
        line-height: 87.5px
    }

    .cmp-text-jumbo h2 {
        font-size: 60px;
        line-height: 63px;
        margin-bottom: 15px
    }

    .cmp-text-jumbo h3,
    .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 45px;
        line-height: 50px
    }

    .cmp-text-jumbo p {
        font-size: 20px;
        line-height: 30px
    }
}

@media(min-width:2500px) {
    .cmp-text-jumbo h1 {
        font-size: 113px;
        line-height: 122px
    }

    .cmp-text-jumbo h2 {
        font-size: 84px;
        line-height: 89px;
        margin-bottom: 21px
    }

    .cmp-text-jumbo h3,
    .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 63px;
        line-height: 70px;
        margin-bottom: 15.75px
    }

    .cmp-text-jumbo p {
        font-size: 28px;
        line-height: 42px
    }
}

.rumi .cmp-text-jumbo h1 {
    font-size: 32px;
    line-height: 34px
}

.rumi .cmp-text-jumbo h2 {
    font-size: 26px;
    line-height: 27.5px;
    margin-bottom: 13px
}

.rumi .cmp-text-jumbo p {
    font-family: "Overpass", sans-serif;
    font-size: 16px;
    margin-bottom: 1em
}

.rumi .cmp-text-jumbo ul,
.rumi .cmp-text-jumbo ol {
    padding-left: 1em;
    line-height: 1.5em
}

.rumi .cmp-text-jumbo ul li,
.rumi .cmp-text-jumbo ol li {
    margin-bottom: 0 !important
}

.rumi .cmp-text-jumbo ul {
    list-style: disc outside none
}

.rumi .cmp-text-jumbo ol {
    list-style-type: decimal
}

.rumi .cmp-text-jumbo .body-hidden-mobile p {
    display: none
}

@media(min-width:720px) {
    .rumi .cmp-text-jumbo h1 {
        font-size: 48px;
        line-height: 52px
    }

    .rumi .cmp-text-jumbo h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 8px
    }

    .rumi .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .rumi .cmp-text-jumbo p.title,
    .rumi .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        margin-bottom: 7.5px
    }

    .rumi .cmp-text-jumbo .body-width-80 p {
        width: 80%
    }

    .rumi .cmp-text-jumbo .body-hidden-mobile p {
        display: block
    }
}

@media(min-width:992px) {
    .rumi .cmp-text-jumbo h1 {
        font-size: 65px;
        line-height: 70px
    }

    .rumi .cmp-text-jumbo h2 {
        font-size: 48px;
        line-height: 51px;
        margin-bottom: 12px
    }

    .rumi .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .rumi .cmp-text-jumbo p.title,
    .rumi .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 9px
    }
}

@media(min-width:1400px) {
    .rumi .cmp-text-jumbo h1 {
        font-size: 73.125px;
        line-height: 78.75px
    }

    .rumi .cmp-text-jumbo h2 {
        font-size: 54px;
        line-height: 57px;
        margin-bottom: 13.5px
    }

    .rumi .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .rumi .cmp-text-jumbo p.title,
    .rumi .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 40.5px;
        line-height: 45px;
        margin-bottom: 10.25px
    }

    .rumi .cmp-text-jumbo p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:1792px) {
    .rumi .cmp-text-jumbo h1 {
        font-size: 81.25px;
        line-height: 87.5px
    }

    .rumi .cmp-text-jumbo h2 {
        font-size: 60px;
        line-height: 63px;
        margin-bottom: 15px
    }

    .rumi .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .rumi .cmp-text-jumbo p.title,
    .rumi .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 45px;
        line-height: 50px
    }

    .rumi .cmp-text-jumbo p {
        font-size: 20px;
        line-height: 30px
    }
}

@media(min-width:2500px) {
    .rumi .cmp-text-jumbo h1 {
        font-size: 113px;
        line-height: 122px
    }

    .rumi .cmp-text-jumbo h2 {
        font-size: 84px;
        line-height: 89px;
        margin-bottom: 21px
    }

    .rumi .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .rumi .cmp-text-jumbo p.title,
    .rumi .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 63px;
        line-height: 70px;
        margin-bottom: 15.75px
    }

    .rumi .cmp-text-jumbo p {
        font-size: 28px;
        line-height: 42px
    }
}

.atcoenergy .cmp-text-jumbo h1 {
    font-size: 32px;
    line-height: 34px
}

.atcoenergy .cmp-text-jumbo h2 {
    font-size: 26px;
    line-height: 27.5px;
    margin-bottom: 13px
}

.atcoenergy .cmp-text-jumbo p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin-bottom: 1em
}

.atcoenergy .cmp-text-jumbo ul,
.atcoenergy .cmp-text-jumbo ol {
    padding-left: 1em;
    line-height: 1.5em
}

.atcoenergy .cmp-text-jumbo ul li,
.atcoenergy .cmp-text-jumbo ol li {
    margin-bottom: 0 !important
}

.atcoenergy .cmp-text-jumbo ul {
    list-style: disc outside none
}

.atcoenergy .cmp-text-jumbo ol {
    list-style-type: decimal
}

.atcoenergy .cmp-text-jumbo .body-hidden-mobile p {
    display: none
}

@media(min-width:720px) {
    .atcoenergy .cmp-text-jumbo h1 {
        font-size: 48px;
        line-height: 52px
    }

    .atcoenergy .cmp-text-jumbo h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 8px
    }

    .atcoenergy .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .atcoenergy .cmp-text-jumbo p.title,
    .atcoenergy .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        margin-bottom: 7.5px
    }

    .atcoenergy .cmp-text-jumbo .body-width-80 p {
        width: 80%
    }

    .atcoenergy .cmp-text-jumbo .body-hidden-mobile p {
        display: block
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-text-jumbo h1 {
        font-size: 65px;
        line-height: 70px
    }

    .atcoenergy .cmp-text-jumbo h2 {
        font-size: 48px;
        line-height: 51px;
        margin-bottom: 12px
    }

    .atcoenergy .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .atcoenergy .cmp-text-jumbo p.title,
    .atcoenergy .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 9px
    }
}

@media(min-width:1400px) {
    .atcoenergy .cmp-text-jumbo h1 {
        font-size: 73.125px;
        line-height: 78.75px
    }

    .atcoenergy .cmp-text-jumbo h2 {
        font-size: 54px;
        line-height: 57px;
        margin-bottom: 13.5px
    }

    .atcoenergy .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .atcoenergy .cmp-text-jumbo p.title,
    .atcoenergy .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 40.5px;
        line-height: 45px;
        margin-bottom: 10.25px
    }

    .atcoenergy .cmp-text-jumbo p {
        font-size: 18px;
        line-height: 27px
    }
}

@media(min-width:1792px) {
    .atcoenergy .cmp-text-jumbo h1 {
        font-size: 81.25px;
        line-height: 87.5px
    }

    .atcoenergy .cmp-text-jumbo h2 {
        font-size: 60px;
        line-height: 63px;
        margin-bottom: 15px
    }

    .atcoenergy .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .atcoenergy .cmp-text-jumbo p.title,
    .atcoenergy .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 45px;
        line-height: 50px
    }

    .atcoenergy .cmp-text-jumbo p {
        font-size: 20px;
        line-height: 30px
    }
}

@media(min-width:2500px) {
    .atcoenergy .cmp-text-jumbo h1 {
        font-size: 113px;
        line-height: 122px
    }

    .atcoenergy .cmp-text-jumbo h2 {
        font-size: 84px;
        line-height: 89px;
        margin-bottom: 21px
    }

    .atcoenergy .cmp-text-jumbo h3,
    .cmp-tall-panel.tall-panel .atcoenergy .cmp-text-jumbo p.title,
    .atcoenergy .cmp-text-jumbo .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel .cmp-text-jumbo p.title {
        font-size: 63px;
        line-height: 70px;
        margin-bottom: 15.75px
    }

    .atcoenergy .cmp-text-jumbo p {
        font-size: 28px;
        line-height: 42px
    }
}

.cmp-cta .svg-icons {
    width: auto;
    height: 20px;
    margin-right: 5px
}

.cmp-cta.left {
    text-align: left
}

.cmp-cta.center {
    text-align: center
}

.cmp-cta.right {
    text-align: right
}

.cmp-cta .btn {
    display: inline-block;
    margin: .25em .5em 1em 0
}

@media(min-width:720px) {
    .cmp-cta .btn {
        display: inline-block
    }
}

section.cmp-hero-banner>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

section.cmp-hero-banner>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

section.cmp-hero-banner>.fill>* {
    display: inline-block;
    vertical-align: middle
}

section.cmp-hero-banner .fill {
    text-align: left
}

section.cmp-hero-banner.gradient {
    overflow: hidden
}

section.cmp-hero-banner.gradient .fill:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.3)), color-stop(25%, transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 25%, transparent);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 0
}

section.cmp-hero-banner.gradient .fill .container {
    position: relative;
    z-index: 1;
    padding-left: 2em
}

section.cmp-hero-banner.gradient .fill .container h1 {
    width: 75%
}

@media(max-width:720px) {
    section.cmp-hero-banner.slash .container {
        background-color: rgba(0, 87, 184, 0.4);
        padding: 20px 10px;
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media(min-width:720px) {
    section.cmp-hero-banner.slash {
        overflow: hidden
    }

    section.cmp-hero-banner.slash .fill:after {
        background-color: rgba(0, 87, 184, 0.6);
        display: block;
        height: 100%;
        width: 100%;
        -webkit-transform: skew(-27.5deg, 0);
        -ms-transform: skew(-27.5deg, 0);
        transform: skew(-27.5deg, 0);
        position: absolute;
        top: 0;
        left: -40%;
        content: '';
        z-index: 0
    }

    body.bfk section.cmp-hero-banner.slash .fill:after {
        background-color: rgba(10, 130, 137, 0.8)
    }
}

@media(min-width:720px) and (max-width:1055px) {
    section.cmp-hero-banner.slash .fill:after {
        left: -38%
    }
}

@media(min-width:720px) {
    section.cmp-hero-banner.slash .fill .container {
        position: relative;
        z-index: 1;
        padding-left: 2em
    }

    section.cmp-hero-banner.slash .fill .container h1 {
        width: 61%
    }
}

@media(max-width:720px) {
    body.bfk section.cmp-hero-banner.slash .container {
        background-color: rgba(10, 130, 137, 0.6);
        padding: 20px 10px;
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media(min-width:720px) {
    body.bfk section.cmp-hero-banner.slash {
        overflow: hidden
    }

    body.bfk section.cmp-hero-banner.slash .fill:after {
        background-color: rgba(10, 130, 137, 0.6);
        display: block;
        height: 100%;
        width: 100%;
        -webkit-transform: skew(-27.5deg, 0);
        -ms-transform: skew(-27.5deg, 0);
        transform: skew(-27.5deg, 0);
        position: absolute;
        top: 0;
        left: -40%;
        content: '';
        z-index: 0
    }
}

@media(min-width:720px) and (max-width:1055px) {
    body.bfk section.cmp-hero-banner.slash .fill:after {
        left: -38%
    }
}

@media(min-width:720px) {
    body.bfk section.cmp-hero-banner.slash .fill .container {
        position: relative;
        z-index: 1;
        padding-left: 2em
    }

    body.bfk section.cmp-hero-banner.slash .fill .container h1 {
        width: 61%
    }
}

section.cmp-hero-banner.half {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 87.5%
}

section.cmp-hero-banner.half>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

section.cmp-hero-banner.half>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

section.cmp-hero-banner.half>.fill>* {
    display: inline-block;
    vertical-align: middle
}

section.cmp-hero-banner h1,
section.cmp-hero-banner .description {
    color: #fff;
    margin-bottom: 0
}

section.cmp-hero-banner .title {
    font-size: 2em;
    margin-top: 0
}

body.bfk section.cmp-hero-banner h1 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.005em;
    text-transform: capitalize
}

@media(min-width:720px) {
    body.bfk section.cmp-hero-banner h1 {
        font-weight: 700;
        font-size: 2.625em;
        line-height: 52px
    }
}

@media(min-width:992px) {
    body.bfk section.cmp-hero-banner h1 {
        font-weight: 700;
        font-size: 3.375em;
        line-height: 58px
    }
}

section.cmp-hero-banner .description {
    font-size: 90%
}

body.bfk section.cmp-hero-banner .description {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 26px
}

@media(min-width:720px) {
    body.bfk section.cmp-hero-banner .description {
        font-weight: 600;
        font-size: 1em;
        line-height: 22px
    }
}

@media(min-width:992px) {
    body.bfk section.cmp-hero-banner .description {
        font-weight: 600;
        font-size: 1.125em;
        line-height: 28px
    }
}

section.cmp-hero-banner .description a {
    color: #fff
}

section.cmp-hero-banner .category {
    font-size: 1em;
    display: inline;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    display: inline-block;
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    border-bottom: 3px #0057b8 solid;
    margin-bottom: 1em
}

body.bfk section.cmp-hero-banner .category {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    border-bottom: 3px #eca481 solid
}

@media(min-width:720px) {
    body.bfk section.cmp-hero-banner .category {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk section.cmp-hero-banner .category {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

section.cmp-hero-banner .cmp-cta .btn {
    margin-top: .75em
}

section.cmp-hero-banner .container {
    margin-top: 5.5em;
    text-align: left
}

section.cmp-hero-banner .plan-promo,
section.cmp-hero-banner .product-info {
    margin-top: .75em
}

section.cmp-hero-banner .plan-promo .save-price {
    border-right: 1px solid #bcbcbc;
    display: inline-block;
    padding: .25em 1em .25em 0;
    vertical-align: top
}

section.cmp-hero-banner .plan-promo .save-price strong {
    float: left;
    margin-right: .5em
}

section.cmp-hero-banner .plan-promo .save-price .price-number {
    font-size: 300%;
    padding-top: .1em;
    float: left
}

section.cmp-hero-banner .plan-promo .save-price .price-number sub {
    font-size: 30%;
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

section.cmp-hero-banner .plan-promo .rates {
    display: inline-block;
    font-family: "Fjalla One", sans-serif;
    color: #87a829;
    text-transform: uppercase;
    padding-left: .75em
}

section.cmp-hero-banner .plan-promo .rates p {
    margin-bottom: 0;
    line-height: 1.6
}

section.cmp-hero-banner .plan-promo .rates i {
    color: #101010;
    font-size: 120%
}

section.cmp-hero-banner .plan-promo .rates sup,
section.cmp-hero-banner .plan-promo .rates sub {
    font-size: 70%
}

section.cmp-hero-banner .plan-promo .rates sup {
    vertical-align: super
}

section.cmp-hero-banner .product-info {
    overflow: hidden
}

section.cmp-hero-banner .product-info h5 {
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: .5em
}

section.cmp-hero-banner .product-info .price-number {
    font-weight: normal;
    font-size: 220%;
    float: left;
    margin-bottom: 0
}

section.cmp-hero-banner .product-info .sale {
    float: left;
    font-weight: normal;
    margin-left: 10px;
    margin-top: -5px
}

section.cmp-hero-banner .product-info .sale .regular-price {
    font-family: "Fjalla One", sans-serif;
    text-decoration: line-through;
    color: #101010;
    font-size: 125%
}

section.cmp-hero-banner .product-info .sale .save-label {
    display: block;
    clear: both;
    background: #87a829;
    color: #fff;
    text-transform: uppercase;
    font-size: 80%;
    line-height: 1;
    padding: 4px 6px
}

section.cmp-hero-banner .secondary-link {
    vertical-align: middle;
    margin-bottom: -10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px
}

section.cmp-hero-banner.dark h1 {
    color: #101010
}

section.cmp-hero-banner.dark .description {
    color: #5a5a5a
}

section.cmp-hero-banner.dark .description a {
    color: #ff6700
}

section.cmp-hero-banner.dark .category,
section.cmp-hero-banner.dark .secondary-link {
    color: #ff6700
}

body.bfk section.cmp-hero-banner.dark .category,
body.bfk section.cmp-hero-banner.dark .secondary-link {
    color: #0a8289
}

@media(min-width:480px) {

    section.cmp-hero-banner.half {
        padding-top: 58.33333%
    }

    section.cmp-hero-banner .container {
        margin-top: 4.5em
    }
}

@media(min-width:720px) {

    section.cmp-hero-banner .fill {
        text-align: center
    }

    section.cmp-hero-banner.half {
        padding-top: 0;
        height: 300px
    }

    section.cmp-hero-banner .title {
        width: 90%;
        font-size: 2.875em
    }

    section.cmp-hero-banner .description {
        width: 50%;
        font-size: 100%
    }

    section.cmp-hero-banner .category {
        margin-bottom: 1.5em
    }

    section.cmp-hero-banner .cmp-cta .btn {
        margin-top: 1em
    }

    section.cmp-hero-banner .container {
        max-width: none
    }
}

@media(min-width:992px) {

    section.cmp-hero-banner.half {
        padding-top: 30.35714%;
        height: 0
    }

    section.cmp-hero-banner .title {
        width: 65%;
        font-size: 3.75em
    }

    section.cmp-hero-banner .description {
        width: 45%
    }
}

@media(min-width:1200px) {
    section.cmp-hero-banner .title {
        width: 53%
    }
}

.rumi section.cmp-hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 134.375%;
    background-position: center left
}

.rumi section.cmp-hero-banner>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi section.cmp-hero-banner>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi section.cmp-hero-banner>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi section.cmp-hero-banner .fill {
    text-align: left
}

.rumi section.cmp-hero-banner.gradient {
    overflow: hidden
}

.rumi section.cmp-hero-banner.gradient .fill:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.3)), color-stop(25%, transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 25%, transparent);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 0
}

.rumi section.cmp-hero-banner.gradient .fill .container {
    position: relative;
    z-index: 1;
    padding-left: 2em
}

.rumi section.cmp-hero-banner.gradient .fill .container h1 {
    width: 75%
}

@media(max-width:720px) {
    .rumi section.cmp-hero-banner.slash .container {
        background-color: rgba(44, 179, 161, 0.6);
        padding: 20px 10px;
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media(min-width:720px) {
    .rumi section.cmp-hero-banner.slash {
        overflow: hidden
    }

    .rumi section.cmp-hero-banner.slash .fill:after {
        background-color: rgba(44, 179, 161, 0.6);
        display: block;
        height: 100%;
        width: 100%;
        -webkit-transform: skew(-27.5deg, 0);
        -ms-transform: skew(-27.5deg, 0);
        transform: skew(-27.5deg, 0);
        position: absolute;
        top: 0;
        left: -40%;
        content: '';
        z-index: 0
    }
}

@media(min-width:720px) and (max-width:1055px) {
    .rumi section.cmp-hero-banner.slash .fill:after {
        left: -38%
    }
}

@media(min-width:720px) {
    .rumi section.cmp-hero-banner.slash .fill .container {
        position: relative;
        z-index: 1;
        padding-left: 2em
    }

    .rumi section.cmp-hero-banner.slash .fill .container h1 {
        width: 61%
    }
}

.rumi section.cmp-hero-banner.half {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 87.5%
}

.rumi section.cmp-hero-banner.half>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi section.cmp-hero-banner.half>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi section.cmp-hero-banner.half>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi section.cmp-hero-banner h1,
.rumi section.cmp-hero-banner .description {
    color: #fff;
    margin-bottom: 0
}

.rumi section.cmp-hero-banner h1 {
    font-size: 2em;
    margin-top: 0
}

.rumi section.cmp-hero-banner .description {
    font-size: 90%
}

.rumi section.cmp-hero-banner .description a {
    color: #fff
}

.rumi section.cmp-hero-banner .category {
    font-size: 1em;
    display: inline;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    display: inline-block;
    font-family: "Overpass", sans-serif;
    font-weight: normal;
    border-bottom: 3px #c4d82e solid;
    margin-bottom: 1em
}

.rumi section.cmp-hero-banner .cmp-cta .btn {
    margin-top: .75em
}

.rumi section.cmp-hero-banner .container {
    margin-top: 5.5em;
    text-align: left
}

.rumi section.cmp-hero-banner .plan-promo,
.rumi section.cmp-hero-banner .product-info {
    margin-top: .75em
}

.rumi section.cmp-hero-banner .plan-promo .save-price {
    border-right: 1px solid #bcbcbc;
    display: inline-block;
    padding: .25em 1em .25em 0;
    vertical-align: top
}

.rumi section.cmp-hero-banner .plan-promo .save-price strong {
    float: left;
    margin-right: .5em
}

.rumi section.cmp-hero-banner .plan-promo .save-price .price-number {
    font-size: 300%;
    padding-top: .1em;
    float: left
}

.rumi section.cmp-hero-banner .plan-promo .save-price .price-number sub {
    font-size: 30%;
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.rumi section.cmp-hero-banner .plan-promo .rates {
    display: inline-block;
    font-family: "Overpass", sans-serif;
    color: #87a829;
    text-transform: uppercase;
    padding-left: .75em
}

.rumi section.cmp-hero-banner .plan-promo .rates p {
    margin-bottom: 0;
    line-height: 1.6
}

.rumi section.cmp-hero-banner .plan-promo .rates i {
    color: #101010;
    font-size: 120%
}

.rumi section.cmp-hero-banner .plan-promo .rates sup,
.rumi section.cmp-hero-banner .plan-promo .rates sub {
    font-size: 70%
}

.rumi section.cmp-hero-banner .plan-promo .rates sup {
    vertical-align: super
}

.rumi section.cmp-hero-banner .product-info {
    overflow: hidden
}

.rumi section.cmp-hero-banner .product-info h5 {
    font-family: "Overpass", sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: .5em
}

.rumi section.cmp-hero-banner .product-info .price-number {
    font-weight: normal;
    font-size: 220%;
    float: left;
    margin-bottom: 0
}

.rumi section.cmp-hero-banner .product-info .sale {
    float: left;
    font-weight: normal;
    margin-left: 10px;
    margin-top: -5px
}

.rumi section.cmp-hero-banner .product-info .sale .regular-price {
    font-family: "Overpass", sans-serif;
    text-decoration: line-through;
    color: #101010;
    font-size: 125%
}

.rumi section.cmp-hero-banner .product-info .sale .save-label {
    display: block;
    clear: both;
    background: #87a829;
    color: #fff;
    text-transform: uppercase;
    font-size: 80%;
    line-height: 1;
    padding: 4px 6px
}

.rumi section.cmp-hero-banner .secondary-link {
    vertical-align: middle;
    margin-bottom: -10px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-right: 20px
}

.rumi section.cmp-hero-banner.dark h1 {
    color: #101010
}

.rumi section.cmp-hero-banner.dark .description {
    color: #5a5a5a
}

.rumi section.cmp-hero-banner.dark .description a {
    color: #2cb3a1
}

.rumi section.cmp-hero-banner.dark .category,
.rumi section.cmp-hero-banner.dark .secondary-link {
    color: #2cb3a1
}

@media(min-width:480px) {
    .rumi section.cmp-hero-banner {
        padding-top: 85.41667%
    }

    .rumi section.cmp-hero-banner.half {
        padding-top: 58.33333%
    }

    .rumi section.cmp-hero-banner .container {
        margin-top: 4.5em
    }
}

@media(min-width:720px) {
    .rumi section.cmp-hero-banner {
        padding-top: 62.14286%;
        background-position: center
    }

    .rumi section.cmp-hero-banner .fill {
        text-align: center
    }

    .rumi section.cmp-hero-banner.half {
        padding-top: 0;
        height: 300px
    }

    .rumi section.cmp-hero-banner h1 {
        width: 90%;
        font-size: 2.875em
    }

    .rumi section.cmp-hero-banner .description {
        width: 50%;
        font-size: 100%
    }

    .rumi section.cmp-hero-banner .category {
        margin-bottom: 1.5em
    }

    .rumi section.cmp-hero-banner .cmp-cta .btn {
        margin-top: 1em
    }

    .rumi section.cmp-hero-banner .container {
        max-width: none
    }
}

@media(min-width:992px) {
    .rumi section.cmp-hero-banner {
        padding-top: 46.42857%
    }

    .rumi section.cmp-hero-banner.half {
        padding-top: 30.35714%;
        height: 0
    }

    .rumi section.cmp-hero-banner h1 {
        width: 65%;
        font-size: 3.75em
    }

    .rumi section.cmp-hero-banner .description {
        width: 45%
    }
}

@media(min-width:1200px) {
    .rumi section.cmp-hero-banner h1 {
        width: 53%
    }
}

.atcoenergy section.cmp-hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 134.375%;
    background-position: center left
}

.atcoenergy section.cmp-hero-banner>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy section.cmp-hero-banner>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy section.cmp-hero-banner>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy section.cmp-hero-banner .fill {
    text-align: left
}

.atcoenergy section.cmp-hero-banner.gradient {
    overflow: hidden
}

.atcoenergy section.cmp-hero-banner.gradient .fill:after {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, rgba(0, 0, 0, 0.3)), color-stop(25%, transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 25%, transparent);
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    z-index: 0
}

.atcoenergy section.cmp-hero-banner.gradient .fill .container {
    position: relative;
    z-index: 1;
    padding-left: 2em
}

.atcoenergy section.cmp-hero-banner.gradient .fill .container h1 {
    width: 75%
}

@media(max-width:720px) {
    .atcoenergy section.cmp-hero-banner.slash .container {
        background-color: rgba(10, 130, 137, 0.6);
        padding: 20px 10px;
        margin: 0;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0
    }
}

@media(min-width:720px) {
    .atcoenergy section.cmp-hero-banner.slash {
        overflow: hidden
    }

    .atcoenergy section.cmp-hero-banner.slash .fill:after {
        background-color: rgba(10, 130, 137, 0.6);
        display: block;
        height: 100%;
        width: 100%;
        -webkit-transform: skew(-27.5deg, 0);
        -ms-transform: skew(-27.5deg, 0);
        transform: skew(-27.5deg, 0);
        position: absolute;
        top: 0;
        left: -40%;
        content: '';
        z-index: 0
    }
}

@media(min-width:720px) and (max-width:1055px) {
    .atcoenergy section.cmp-hero-banner.slash .fill:after {
        left: -38%
    }
}

@media(min-width:720px) {
    .atcoenergy section.cmp-hero-banner.slash .fill .container {
        position: relative;
        z-index: 1;
        padding-left: 2em
    }

    .atcoenergy section.cmp-hero-banner.slash .fill .container h1 {
        width: 61%
    }
}

.atcoenergy section.cmp-hero-banner.half {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 87.5%
}

.atcoenergy section.cmp-hero-banner.half>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy section.cmp-hero-banner.half>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy section.cmp-hero-banner.half>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy section.cmp-hero-banner h1,
.atcoenergy section.cmp-hero-banner .description {
    color: #fff;
    margin-bottom: 0
}

.atcoenergy section.cmp-hero-banner h1 {
    font-size: 2em;
    margin-top: 0
}

.atcoenergy section.cmp-hero-banner .description {
    font-size: 90%
}

.atcoenergy section.cmp-hero-banner .description a {
    color: #fff
}

.atcoenergy section.cmp-hero-banner .category {
    font-size: 1em;
    display: inline;
    text-transform: none;
    color: #fff;
    padding-bottom: .5em;
    margin-bottom: 1.5em;
    display: inline-block;
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: normal;
    border-bottom: 3px #c4d82e solid;
    margin-bottom: 1em
}

.atcoenergy section.cmp-hero-banner .cmp-cta .btn {
    margin-top: .75em
}

.atcoenergy section.cmp-hero-banner .container {
    margin-top: 5.5em;
    text-align: left
}

.atcoenergy section.cmp-hero-banner .plan-promo,
.atcoenergy section.cmp-hero-banner .product-info {
    margin-top: .75em
}

.atcoenergy section.cmp-hero-banner .plan-promo .save-price {
    border-right: 1px solid #bcbcbc;
    display: inline-block;
    padding: .25em 1em .25em 0;
    vertical-align: top
}

.atcoenergy section.cmp-hero-banner .plan-promo .save-price strong {
    float: left;
    margin-right: .5em
}

.atcoenergy section.cmp-hero-banner .plan-promo .save-price .price-number {
    font-size: 300%;
    padding-top: .1em;
    float: left
}

.atcoenergy section.cmp-hero-banner .plan-promo .save-price .price-number sub {
    font-size: 30%;
    text-transform: none;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.atcoenergy section.cmp-hero-banner .plan-promo .rates {
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    color: #87a829;
    text-transform: none;
    padding-left: .75em
}

.atcoenergy section.cmp-hero-banner .plan-promo .rates p {
    margin-bottom: 0;
    line-height: 1.6
}

.atcoenergy section.cmp-hero-banner .plan-promo .rates i {
    color: #101010;
    font-size: 120%
}

.atcoenergy section.cmp-hero-banner .plan-promo .rates sup,
.atcoenergy section.cmp-hero-banner .plan-promo .rates sub {
    font-size: 70%
}

.atcoenergy section.cmp-hero-banner .plan-promo .rates sup {
    vertical-align: super
}

.atcoenergy section.cmp-hero-banner .product-info {
    overflow: hidden
}

.atcoenergy section.cmp-hero-banner .product-info h5 {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: .5em
}

.atcoenergy section.cmp-hero-banner .product-info .price-number {
    font-weight: normal;
    font-size: 220%;
    float: left;
    margin-bottom: 0
}

.atcoenergy section.cmp-hero-banner .product-info .sale {
    float: left;
    font-weight: normal;
    margin-left: 10px;
    margin-top: -5px
}

.atcoenergy section.cmp-hero-banner .product-info .sale .regular-price {
    font-family: "Montserrat", sans-serif;
    text-decoration: line-through;
    color: #101010;
    font-size: 125%
}

.atcoenergy section.cmp-hero-banner .product-info .sale .save-label {
    display: block;
    clear: both;
    background: #87a829;
    color: #fff;
    text-transform: none;
    font-size: 80%;
    line-height: 1;
    padding: 4px 6px
}

.atcoenergy section.cmp-hero-banner .secondary-link {
    vertical-align: middle;
    margin-bottom: -10px;
    display: inline-block;
    color: #fff;
    text-transform: none;
    margin-right: 20px
}

.atcoenergy section.cmp-hero-banner.dark h1 {
    color: #101010
}

.atcoenergy section.cmp-hero-banner.dark .description {
    color: #5a5a5a
}

.atcoenergy section.cmp-hero-banner.dark .description a {
    color: #0a8289
}

@media(min-width:480px) {
    .atcoenergy section.cmp-hero-banner {
        padding-top: 85.41667%
    }

    .atcoenergy section.cmp-hero-banner.half {
        padding-top: 58.33333%
    }

    .atcoenergy section.cmp-hero-banner .container {
        margin-top: 4.5em
    }
}

@media(min-width:720px) {
    .atcoenergy section.cmp-hero-banner {
        padding-top: 62.14286%;
        background-position: center
    }

    .atcoenergy section.cmp-hero-banner .fill {
        text-align: center
    }

    .atcoenergy section.cmp-hero-banner.half {
        padding-top: 0;
        height: 300px
    }

    .atcoenergy section.cmp-hero-banner h1 {
        width: 90%;
        font-size: 2.875em
    }

    .atcoenergy section.cmp-hero-banner .description {
        width: 50%;
        font-size: 100%
    }

    .atcoenergy section.cmp-hero-banner .category {
        margin-bottom: 1.5em
    }

    .atcoenergy section.cmp-hero-banner .cmp-cta .btn {
        margin-top: 1em
    }

    .atcoenergy section.cmp-hero-banner .container {
        max-width: none
    }
}

@media(min-width:992px) {
    .atcoenergy section.cmp-hero-banner {
        padding-top: 46.42857%
    }

    .atcoenergy section.cmp-hero-banner.half {
        padding-top: 30.35714%;
        height: 0
    }

    .atcoenergy section.cmp-hero-banner h1 {
        width: 65%;
        font-size: 3.75em
    }

    .atcoenergy section.cmp-hero-banner .description {
        width: 45%
    }
}

@media(min-width:1200px) {
    .atcoenergy section.cmp-hero-banner h1 {
        width: 53%
    }
}

.component-breadcrumbs {
    margin-bottom: 2em
}

.component-breadcrumbs li {
    display: inline
}

.component-breadcrumbs li a {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-weight: normal
}

body.bfk .component-breadcrumbs li a {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 1em;
    line-height: 24px;
    text-decoration: none;
    font-weight: 700
}

@media(min-width:720px) {
    body.bfk .component-breadcrumbs li a {
        font-weight: 700;
        font-size: 1.125em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .component-breadcrumbs li a {
        font-weight: 700;
        font-size: 1.125em;
        line-height: 26px
    }
}

.component-breadcrumbs li:before {
    content: '\f178';
    color: #101010;
    font-family: "FontAwesome";
    margin: 0 .5em
}

.component-breadcrumbs li:first-child:before {
    display: none
}

.rumi .component-breadcrumbs {
    margin-bottom: 2em
}

.rumi .component-breadcrumbs li {
    display: inline
}

.rumi .component-breadcrumbs li a {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-weight: normal
}

.rumi .component-breadcrumbs li:before {
    content: '\f178';
    color: #101010;
    font-family: "FontAwesome";
    margin: 0 .5em
}

.rumi .component-breadcrumbs li:first-child:before {
    display: none
}

.atcoenergy .component-breadcrumbs {
    margin-bottom: 2em
}

.atcoenergy .component-breadcrumbs li {
    display: inline
}

.atcoenergy .component-breadcrumbs li a {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-weight: normal
}

.atcoenergy .component-breadcrumbs li:before {
    content: '>';
    color: #101010;
    font-family: "Montserrat", sans-serif;
    margin: 0 .5em
}

.atcoenergy .component-breadcrumbs li:first-child:before {
    display: none
}

.cmp-article td {
    padding: 5px
}

.cmp-article .svg-icons {
    width: 19px;
    height: 19px;
    margin-right: 0;
    margin-bottom: 4px
}

.cmp-article .article-meta-wrapper {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #b2b2b2
}

.cmp-article .article-meta-wrapper::after {
    display: block;
    clear: both;
    content: ""
}

.cmp-article .article-meta-wrapper .cmp-space-divider {
    clear: both
}

.cmp-article .article-meta-wrapper .breadcrumbs,
.cmp-article .article-meta-wrapper .article-meta {
    padding: .5em 0;
    margin-bottom: 0
}

.cmp-article .article-meta-wrapper p {
    margin-bottom: 1em
}

.cmp-article .article-meta-wrapper .article-date,
.cmp-article .article-meta-wrapper .category-block {
    font-family: "Fjalla One", sans-serif;
    vertical-align: middle;
    text-transform: uppercase
}

.cmp-article .article-meta-wrapper .article-date {
    color: #999;
    display: inline-block;
    margin-bottom: 0 !important
}

.cmp-article .article-meta-wrapper .category-block {
    display: block;
    color: #fff;
    background: #000;
    padding: .5em;
    margin-top: .5em
}

.cmp-article .article-meta-wrapper .download-link {
    vertical-align: middle
}

.cmp-article .article-meta-wrapper .download-link .btn {
    margin: 1em 0 0
}

@media(min-width:480px) {
    .cmp-article .article-meta-wrapper .category-block {
        margin-left: 1em;
        margin-top: 0;
        display: inline-block
    }

    .cmp-article .article-meta-wrapper .download-link {
        display: inline-block;
        padding-left: 1em
    }

    .cmp-article .article-meta-wrapper .download-link .btn {
        margin: 0
    }
}

@media(min-width:800px) {

    .cmp-article .article-meta-wrapper .breadcrumbs,
    .cmp-article .article-meta-wrapper .article-meta {
        line-height: 47px;
        padding: 0
    }

    .cmp-article .article-meta-wrapper .breadcrumbs {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .cmp-article .article-meta-wrapper .article-meta {
        text-align: right;
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.cmp-article .cmp-text-jumbo ul,
.cmp-article .cmp-text-jumbo ol {
    line-height: 1.5;
    margin-bottom: 1em;
    padding-left: 1em
}

.cmp-article .cmp-text-jumbo ul li+li,
.cmp-article .cmp-text-jumbo ol li+li {
    margin-top: 1em
}

article:not(.component) h1 {
    line-height: 1.05769em;
    font-size: 1.625em;
    font-weight: normal;
    margin: 0 0 2rem
}

@media(min-width:720px) {
    article:not(.component) h1 {
        font-size: 2.5em
    }
}

@media(min-width:992px) {
    article:not(.component) h1 {
        font-size: 3.25em
    }
}

article:not(.component) h2 {
    margin: 0 0 2rem;
    line-height: 1.11111em;
    font-size: 1.25em;
    font-weight: normal
}

@media(min-width:720px) {
    article:not(.component) h2 {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    article:not(.component) h2 {
        font-size: 2.25em
    }
}

article:not(.component)>h3,
.cmp-tall-panel.tall-panel article:not(.component)>p.title,
article:not(.component)>h4,
section.search-panel form fieldset article:not(.component)>label {
    margin-bottom: 1em
}

article:not(.component) .sub-title {
    text-transform: none;
    margin-bottom: 1em
}

@media(min-width:720px) {
    article:not(.component) .sub-title {
        font-size: 1.0625em
    }
}

article:not(.component) hr {
    margin: 2em 0;
    border: 0;
    border-top: 1px solid #d4d3d4
}

article:not(.component) em {
    font-style: italic
}

article:not(.component) .image-block {
    margin-bottom: 2rem
}

article:not(.component) .image-block figure img {
    margin: 0;
    width: 100%
}

.news-detail-article {
    margin-top: 16px;
    margin-bottom: 16px
}

@media(min-width:800px) {
    .news-detail-article .component-breadcrumbs {
        width: 48.9361702128%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }
}

.news-detail-article span.prnews_span {
    font-size: 10pt !important;
    font-family: Arial;
    color: black
}

@media(min-width:720px) {
    .news-detail-article.html {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

.news-detail-article h1 {
    font-size: 32px;
    line-height: 34px
}

.news-detail-article h2 {
    font-size: 26px;
    line-height: 27.5px;
    margin-bottom: 13px
}

.news-detail-article p {
    font-family: "Asap", sans-serif;
    font-size: 16px;
    margin-bottom: 1em
}

.news-detail-article ul,
.news-detail-article ol {
    padding-left: 1em;
    line-height: 1.5em;
    font-size: 16px;
    font-family: "Asap", sans-serif
}

.news-detail-article ul li,
.news-detail-article ol li {
    margin-bottom: 0 !important
}

.news-detail-article ul {
    list-style: disc outside none
}

.news-detail-article ol {
    list-style-type: decimal
}

.news-detail-article .body-hidden-mobile p {
    display: none
}

@media(min-width:720px) {
    .news-detail-article h1 {
        font-size: 48px;
        line-height: 52px
    }

    .news-detail-article h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 8px
    }

    .news-detail-article h3,
    .news-detail-article .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel .news-detail-article p.title {
        margin-bottom: 7.5px
    }

    .news-detail-article .body-width-80 p {
        width: 80%
    }

    .news-detail-article .body-hidden-mobile p {
        display: block
    }
}

.article-meta-wrapper {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 1em;
    margin-bottom: 2em
}

.article-meta-wrapper::after {
    display: block;
    clear: both;
    content: ""
}

.article-meta-wrapper .component-breadcrumbs,
.article-meta-wrapper .article-meta {
    padding: .5em 0;
    margin-bottom: 0
}

.article-meta-wrapper .article-date,
.article-meta-wrapper .category-block {
    font-family: "Fjalla One", sans-serif;
    vertical-align: middle;
    text-transform: uppercase
}

.article-meta-wrapper .article-date {
    color: #999;
    display: inline-block
}

.article-meta-wrapper .category-block {
    display: block;
    color: #fff;
    background: #000;
    padding: .5em;
    margin-top: .5em
}

.article-meta-wrapper .download-link {
    vertical-align: middle
}

.article-meta-wrapper .download-link .button {
    margin: 1em 0 0
}

@media(min-width:480px) {
    .article-meta-wrapper .category-block {
        margin-left: 1em;
        margin-top: 0;
        display: inline-block
    }

    .article-meta-wrapper .download-link {
        display: inline-block;
        padding-left: 1em
    }

    .article-meta-wrapper .download-link .button {
        margin: 0
    }
}

@media(min-width:800px) {

    .article-meta-wrapper .component-breadcrumbs,
    .article-meta-wrapper .article-meta {
        line-height: 47px;
        padding: 0
    }

    .article-meta-wrapper .component-breadcrumbs {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .article-meta-wrapper .article-meta {
        text-align: right;
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.rumi .cmp-article td {
    padding: 5px
}

.rumi .cmp-article .article-meta-wrapper {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #b2b2b2
}

.rumi .cmp-article .article-meta-wrapper::after {
    display: block;
    clear: both;
    content: ""
}

.rumi .cmp-article .article-meta-wrapper .cmp-space-divider {
    clear: both
}

.rumi .cmp-article .article-meta-wrapper .breadcrumbs,
.rumi .cmp-article .article-meta-wrapper .article-meta {
    padding: .5em 0;
    margin-bottom: 0
}

.rumi .cmp-article .article-meta-wrapper p {
    margin-bottom: 1em
}

.rumi .cmp-article .article-meta-wrapper .article-date,
.rumi .cmp-article .article-meta-wrapper .category-block {
    font-family: "Overpass", sans-serif;
    vertical-align: middle;
    text-transform: uppercase
}

.rumi .cmp-article .article-meta-wrapper .article-date {
    color: #999;
    display: inline-block;
    margin-bottom: 0 !important
}

.rumi .cmp-article .article-meta-wrapper .category-block {
    display: block;
    color: #fff;
    background: #000;
    padding: .5em;
    margin-top: .5em
}

.rumi .cmp-article .article-meta-wrapper .download-link {
    vertical-align: middle
}

.rumi .cmp-article .article-meta-wrapper .download-link .btn {
    margin: 1em 0 0
}

@media(min-width:480px) {
    .rumi .cmp-article .article-meta-wrapper .category-block {
        margin-left: 1em;
        margin-top: 0;
        display: inline-block
    }

    .rumi .cmp-article .article-meta-wrapper .download-link {
        display: inline-block;
        padding-left: 1em
    }

    .rumi .cmp-article .article-meta-wrapper .download-link .btn {
        margin: 0
    }
}

@media(min-width:800px) {

    .rumi .cmp-article .article-meta-wrapper .breadcrumbs,
    .rumi .cmp-article .article-meta-wrapper .article-meta {
        line-height: 47px;
        padding: 0
    }

    .rumi .cmp-article .article-meta-wrapper .breadcrumbs {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .cmp-article .article-meta-wrapper .article-meta {
        text-align: right;
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.rumi .article-meta-wrapper {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 1em;
    margin-bottom: 2em
}

.rumi .article-meta-wrapper::after {
    display: block;
    clear: both;
    content: ""
}

.rumi .article-meta-wrapper .component-breadcrumbs,
.rumi .article-meta-wrapper .article-meta {
    padding: .5em 0;
    margin-bottom: 0
}

.rumi .article-meta-wrapper .article-date,
.rumi .article-meta-wrapper .category-block {
    font-family: "Overpass", sans-serif;
    vertical-align: middle;
    text-transform: uppercase
}

.rumi .article-meta-wrapper .article-date {
    color: #999;
    display: inline-block
}

.rumi .article-meta-wrapper .category-block {
    display: block;
    color: #fff;
    background: #000;
    padding: .5em;
    margin-top: .5em
}

.rumi .article-meta-wrapper .download-link {
    vertical-align: middle
}

.rumi .article-meta-wrapper .download-link .button {
    margin: 1em 0 0
}

@media(min-width:480px) {
    .rumi .article-meta-wrapper .category-block {
        margin-left: 1em;
        margin-top: 0;
        display: inline-block
    }

    .rumi .article-meta-wrapper .download-link {
        display: inline-block;
        padding-left: 1em
    }

    .rumi .article-meta-wrapper .download-link .button {
        margin: 0
    }
}

@media(min-width:800px) {

    .rumi .article-meta-wrapper .component-breadcrumbs,
    .rumi .article-meta-wrapper .article-meta {
        line-height: 47px;
        padding: 0
    }

    .rumi .article-meta-wrapper .component-breadcrumbs {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .article-meta-wrapper .article-meta {
        text-align: right;
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.atcoenergy .cmp-article td {
    padding: 5px
}

.atcoenergy .cmp-article .svg-icons {
    width: 19px;
    height: 19px;
    margin-right: 0;
    margin-bottom: 4px
}

.atcoenergy .cmp-article .article-meta-wrapper {
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-bottom: 1px solid #b2b2b2
}

.atcoenergy .cmp-article .article-meta-wrapper::after {
    display: block;
    clear: both;
    content: ""
}

.atcoenergy .cmp-article .article-meta-wrapper .cmp-space-divider {
    clear: both
}

.atcoenergy .cmp-article .article-meta-wrapper .breadcrumbs,
.atcoenergy .cmp-article .article-meta-wrapper .article-meta {
    padding: .5em 0;
    margin-bottom: 0
}

.atcoenergy .cmp-article .article-meta-wrapper p {
    margin-bottom: 1em
}

.atcoenergy .cmp-article .article-meta-wrapper .article-date,
.atcoenergy .cmp-article .article-meta-wrapper .category-block {
    font-family: "Montserrat", sans-serif;
    vertical-align: middle;
    text-transform: none
}

.atcoenergy .cmp-article .article-meta-wrapper .article-date {
    color: #999;
    display: inline-block;
    margin-bottom: 0 !important
}

.atcoenergy .cmp-article .article-meta-wrapper .category-block {
    display: block;
    color: #fff;
    background: #000;
    padding: .5em;
    margin-top: .5em
}

.atcoenergy .cmp-article .article-meta-wrapper .download-link {
    vertical-align: middle
}

.atcoenergy .cmp-article .article-meta-wrapper .download-link .btn {
    margin: 1em 0 0
}

@media(min-width:480px) {
    .atcoenergy .cmp-article .article-meta-wrapper .category-block {
        margin-left: 1em;
        margin-top: 0;
        display: inline-block
    }

    .atcoenergy .cmp-article .article-meta-wrapper .download-link {
        display: inline-block;
        padding-left: 1em
    }

    .atcoenergy .cmp-article .article-meta-wrapper .download-link .btn {
        margin: 0
    }
}

@media(min-width:800px) {

    .atcoenergy .cmp-article .article-meta-wrapper .breadcrumbs,
    .atcoenergy .cmp-article .article-meta-wrapper .article-meta {
        line-height: 47px;
        padding: 0
    }

    .atcoenergy .cmp-article .article-meta-wrapper .breadcrumbs {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .cmp-article .article-meta-wrapper .article-meta {
        text-align: right;
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.atcoenergy .cmp-article .cmp-text-jumbo ul,
.atcoenergy .cmp-article .cmp-text-jumbo ol {
    line-height: 1.5;
    margin-bottom: 1em;
    padding-left: 1em
}

.atcoenergy .cmp-article .cmp-text-jumbo ul li+li,
.atcoenergy .cmp-article .cmp-text-jumbo ol li+li {
    margin-top: 1em
}

.atcoenergy article:not(.component) h1 {
    line-height: 1.05769em;
    font-size: 1.625em;
    font-weight: normal;
    margin: 0 0 2rem
}

@media(min-width:720px) {
    .atcoenergy article:not(.component) h1 {
        font-size: 2.5em
    }
}

@media(min-width:992px) {
    .atcoenergy article:not(.component) h1 {
        font-size: 3.25em
    }
}

.atcoenergy article:not(.component) h2 {
    margin: 0 0 2rem;
    line-height: 1.11111em;
    font-size: 1.25em;
    font-weight: normal
}

@media(min-width:720px) {
    .atcoenergy article:not(.component) h2 {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .atcoenergy article:not(.component) h2 {
        font-size: 2.25em
    }
}

.atcoenergy article:not(.component)>h3,
.cmp-tall-panel.tall-panel .atcoenergy article:not(.component)>p.title,
.atcoenergy .cmp-tall-panel.tall-panel article:not(.component)>p.title,
.atcoenergy article:not(.component)>h4,
section.search-panel form fieldset .atcoenergy article:not(.component)>label,
.atcoenergy section.search-panel form fieldset article:not(.component)>label {
    margin-bottom: 1em
}

.atcoenergy article:not(.component) .sub-title {
    text-transform: none;
    margin-bottom: 1em
}

@media(min-width:720px) {
    .atcoenergy article:not(.component) .sub-title {
        font-size: 1.0625em
    }
}

.atcoenergy article:not(.component) hr {
    margin: 2em 0;
    border: 0;
    border-top: 1px solid #d4d3d4
}

.atcoenergy article:not(.component) em {
    font-style: italic
}

.atcoenergy article:not(.component) .image-block {
    margin-bottom: 2rem
}

.atcoenergy article:not(.component) .image-block figure img {
    margin: 0;
    width: 100%
}

.atcoenergy .news-detail-article {
    margin-top: 16px;
    margin-bottom: 16px
}

@media(min-width:800px) {
    .atcoenergy .news-detail-article .component-breadcrumbs {
        width: 48.9361702128%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }
}

.atcoenergy .news-detail-article span.prnews_span {
    font-size: 10pt !important;
    font-family: "Montserrat", sans-serif;
    color: black
}

@media(min-width:720px) {
    .atcoenergy .news-detail-article.html {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

.atcoenergy .news-detail-article h1 {
    font-size: 32px;
    line-height: 34px
}

.atcoenergy .news-detail-article h2 {
    font-size: 26px;
    line-height: 27.5px;
    margin-bottom: 13px
}

.atcoenergy .news-detail-article p {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    margin-bottom: 1em
}

.atcoenergy .news-detail-article ul,
.atcoenergy .news-detail-article ol {
    padding-left: 1em;
    line-height: 1.5em;
    font-size: 16px;
    font-family: "Montserrat", sans-serif
}

.atcoenergy .news-detail-article ul li,
.atcoenergy .news-detail-article ol li {
    margin-bottom: 0 !important
}

.atcoenergy .news-detail-article ul {
    list-style: disc outside none
}

.atcoenergy .news-detail-article ol {
    list-style-type: decimal
}

.atcoenergy .news-detail-article .body-hidden-mobile p {
    display: none
}

@media(min-width:720px) {
    .atcoenergy .news-detail-article h1 {
        font-size: 48px;
        line-height: 52px
    }

    .atcoenergy .news-detail-article h2 {
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 8px
    }

    .atcoenergy .news-detail-article h3,
    .cmp-tall-panel.tall-panel .atcoenergy .news-detail-article p.title,
    .atcoenergy .news-detail-article .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel .news-detail-article p.title {
        margin-bottom: 7.5px
    }

    .atcoenergy .news-detail-article .body-width-80 p {
        width: 80%
    }

    .atcoenergy .news-detail-article .body-hidden-mobile p {
        display: block
    }
}

.atcoenergy .article-meta-wrapper {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 1em;
    margin-bottom: 2em
}

.atcoenergy .article-meta-wrapper::after {
    display: block;
    clear: both;
    content: ""
}

.atcoenergy .article-meta-wrapper .component-breadcrumbs,
.atcoenergy .article-meta-wrapper .article-meta {
    padding: .5em 0;
    margin-bottom: 0
}

.atcoenergy .article-meta-wrapper .article-date,
.atcoenergy .article-meta-wrapper .category-block {
    font-family: "Montserrat", sans-serif;
    vertical-align: middle;
    text-transform: none
}

.atcoenergy .article-meta-wrapper .article-date {
    color: #999;
    display: inline-block
}

.atcoenergy .article-meta-wrapper .category-block {
    display: block;
    color: #fff;
    background: #000;
    padding: .5em;
    margin-top: .5em
}

.atcoenergy .article-meta-wrapper .download-link {
    vertical-align: middle
}

.atcoenergy .article-meta-wrapper .download-link .button {
    margin: 1em 0 0
}

@media(min-width:480px) {
    .atcoenergy .article-meta-wrapper .category-block {
        margin-left: 1em;
        margin-top: 0;
        display: inline-block
    }

    .atcoenergy .article-meta-wrapper .download-link {
        display: inline-block;
        padding-left: 1em
    }

    .atcoenergy .article-meta-wrapper .download-link .button {
        margin: 0
    }
}

@media(min-width:800px) {

    .atcoenergy .article-meta-wrapper .component-breadcrumbs,
    .atcoenergy .article-meta-wrapper .article-meta {
        line-height: 47px;
        padding: 0
    }

    .atcoenergy .article-meta-wrapper .component-breadcrumbs {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .article-meta-wrapper .article-meta {
        text-align: right;
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.cmp-ti2c .cmp-image__img {
    padding: 1.5rem 0
}

.cmp-search h1 {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.0769230769em;
    font-size: 2em
}

body.bfk .cmp-search h1 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.005em
}

@media(min-width:720px) {
    body.bfk .cmp-search h1 {
        font-weight: 700;
        font-size: 2.625em;
        line-height: 52px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-search h1 {
        font-weight: 700;
        font-size: 3.375em;
        line-height: 58px
    }
}

.cmp-search .svg-icons {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.cmp-search section.html {
    margin-top: 1em;
    margin-bottom: 1em
}

.cmp-search .search-banner {
    background-position: center left;
    background-size: cover
}

.cmp-search .search-banner .shade {
    background: rgba(0, 0, 0, 0.3)
}

.cmp-search .search-banner .container {
    padding-top: 4em;
    padding-bottom: 2em
}

.cmp-search .search-banner .container form {
    width: 100%
}

.cmp-search .search-banner .container input {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    box-sizing: border-box;
    padding: .9em 1em;
    margin-bottom: .5em;
    border: 0;
    margin-top: 0
}

body.bfk .cmp-search .search-banner .container input {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    margin-bottom: 0
}

@media(min-width:720px) {
    body.bfk .cmp-search .search-banner .container input {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-search .search-banner .container input {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

.cmp-search .search-banner .container .btn {
    width: 24.16667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    background-color: #fff;
    color: #ff6700;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.35;
    margin: 0
}

body.bfk .cmp-search .search-banner .container .btn {
    color: #fff;
    background-color: #0a8289;
    padding-top: .859em;
    padding-bottom: .859em
}

@media(min-width:720px) {
    body.bfk .cmp-search .search-banner .container .btn {
        padding-top: .92em;
        padding-bottom: .92em
    }
}

@media(min-width:992px) {
    body.bfk .cmp-search .search-banner .container .btn {
        padding-top: .773em;
        padding-bottom: .773em
    }
}

body.bfk .cmp-search .search-banner .container .btn:hover {
    background-color: #54a8ad
}

.cmp-search .search-banner .container .results {
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-size: 1em
}

body.bfk .cmp-search .search-banner .container .results {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 26px;
    margin-top: .770em
}

@media(min-width:720px) {
    body.bfk .cmp-search .search-banner .container .results {
        font-weight: 600;
        font-size: 1em;
        line-height: 22px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-search .search-banner .container .results {
        font-weight: 600;
        font-size: 1.125em;
        line-height: 28px
    }
}

@media(min-width:720px) {
    .cmp-search .search-banner .container {
        padding-top: 5em;
        padding-bottom: 4em
    }

    .cmp-search .search-banner fieldset {
        width: 44.91525%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .cmp-search .search-banner input {
        margin-bottom: 0
    }

    .cmp-search .search-banner .results {
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 46.61017%;
        clear: none;
        margin-top: .65em
    }
}

@media(min-width:1400px) {
    .cmp-search .search-banner form fieldset button {
        line-height: 1.4
    }
}

.cmp-search .search-result {
    padding: .75em;
    overflow: hidden
}

.cmp-search .search-result.top-result {
    background-color: #f0f0f0
}

.cmp-search .search-result img {
    width: 30%;
    max-width: 260px;
    float: left;
    margin: 0 1em .5em 0
}

.cmp-search .search-result .result-info {
    clear: both
}

body.bfk .cmp-search .search-result .result-info {
    position: relative;
    z-index: 2
}

.cmp-search .search-result .link {
    margin-bottom: 0
}

.cmp-search .search-result .top {
    margin-bottom: 0;
    color: #ff6700;
    text-transform: uppercase
}

.cmp-search .search-result h2 {
    font-family: "Asap", sans-serif;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.25em;
    font-size: 1.25em
}

body.bfk .cmp-search .search-result h2 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.625em;
    line-height: 58px;
    letter-spacing: -0.005em;
    position: relative;
    z-index: 1
}

@media(min-width:720px) {
    body.bfk .cmp-search .search-result h2 {
        font-weight: 600;
        font-size: 2.25em;
        line-height: 44px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-search .search-result h2 {
        font-weight: 600;
        font-size: 2.625em;
        line-height: 58px
    }
}

.cmp-search .search-result h4,
.cmp-search .search-result section.search-panel form fieldset label,
section.search-panel form fieldset .cmp-search .search-result label {
    font-family: "Asap", sans-serif;
    text-transform: none;
    font-weight: bold
}

.cmp-search .search-result p {
    font-size: .9em
}

body.bfk .cmp-search .search-result p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .cmp-search .search-result p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-search .search-result p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:480px) {
    .cmp-search .search-result {
        padding: 1em
    }

    .cmp-search .search-result img {
        margin: 0 2em 0 0
    }
}

@media(min-width:720px) {
    .cmp-search .search-result .result-info {
        width: 60%;
        float: left;
        clear: none
    }

    .cmp-search .search-result h2 {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .cmp-search .search-result h2 {
        font-size: 1.5em
    }
}

.cmp-search .search-result.full-width .result-info {
    width: 100%
}

.cmp-search .pagination-wrapper {
    text-align: center;
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em
}

.cmp-search .pagination-wrapper a {
    padding: .5em;
    cursor: pointer;
    font-weight: bold
}

body.bfk .cmp-search .pagination-wrapper a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .cmp-search .pagination-wrapper a {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-search .pagination-wrapper a {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

body.bfk .cmp-search .pagination-wrapper a i {
    font-size: .75em;
    line-height: 22px
}

.cmp-search .pagination-wrapper a.active {
    color: #101010
}

.cmp-search .filter-sidebar .filter-title {
    line-height: 1.25em;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-top: 2.5em
}

.cmp-search .filter-sidebar .filter-title:first-child {
    margin-top: 0
}

.cmp-search .filter-sidebar .filter-list a {
    font-weight: 400;
    line-height: 2
}

.cmp-search .filter-sidebar .filter-list .filter-count {
    font-weight: 700
}

@media(min-width:720px) {
    .cmp-search .filter-sidebar a.toggle {
        display: none !important
    }

    .cmp-search .filter-sidebar .toggleable {
        display: block !important
    }

    .cmp-search .filter-sidebar .filter-title {
        font-size: 1.25em
    }
}

@media(min-width:1200px) {
    .cmp-search .filter-sidebar .filter-title {
        max-width: 66%
    }
}

@media(min-width:720px) {
    .cmp-search h1 {
        font-size: 3em
    }

    .cmp-search .panel.column-two.priority-right {
        margin-top: 1rem
    }

    .cmp-search section.html {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media(min-width:992px) {
    .cmp-search h1 {
        font-size: 4.0625em
    }
}

.cmp-search__list {
    list-style: none;
    padding: 0
}

.cmp-search__list-item {
    display: inline-block
}

.cmp-search__list-item+.cmp-search__list-item {
    margin-left: .5rem
}

.rumi .cmp-search h1 {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.0769230769em;
    font-size: 2em
}

.rumi .cmp-search .svg-icons {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.rumi .cmp-search section.html {
    margin-top: 1em;
    margin-bottom: 1em
}

.rumi .cmp-search .search-banner {
    background-position: center left;
    background-size: cover
}

.rumi .cmp-search .search-banner .shade {
    background: rgba(0, 0, 0, 0.3)
}

.rumi .cmp-search .search-banner .container {
    padding-top: 4em;
    padding-bottom: 2em
}

.rumi .cmp-search .search-banner .container form {
    width: 100%
}

.rumi .cmp-search .search-banner .container input {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    box-sizing: border-box;
    padding: .9em 1em;
    margin-bottom: .5em;
    border: 0;
    margin-top: 0
}

.rumi .cmp-search .search-banner .container .btn {
    width: 24.16667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    background-color: #fff;
    color: #2cb3a1;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.35;
    margin: 0
}

.rumi .cmp-search .search-banner .container .results {
    color: #fff;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-size: 1em
}

@media(min-width:720px) {
    .rumi .cmp-search .search-banner .container {
        padding-top: 5em;
        padding-bottom: 4em
    }

    .rumi .cmp-search .search-banner fieldset {
        width: 44.91525%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .cmp-search .search-banner input {
        margin-bottom: 0
    }

    .rumi .cmp-search .search-banner .results {
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 46.61017%;
        clear: none;
        margin-top: .65em
    }
}

@media(min-width:1400px) {
    .rumi .cmp-search .search-banner form fieldset button {
        line-height: 1.4
    }
}

.rumi .cmp-search .search-result {
    padding: .75em;
    overflow: hidden
}

.rumi .cmp-search .search-result.top-result {
    background-color: #f0f0f0
}

.rumi .cmp-search .search-result img {
    width: 30%;
    max-width: 260px;
    float: left;
    margin: 0 1em .5em 0
}

.rumi .cmp-search .search-result .result-info {
    clear: both
}

.rumi .cmp-search .search-result .link {
    margin-bottom: 0
}

.rumi .cmp-search .search-result .top {
    margin-bottom: 0;
    color: #2cb3a1;
    text-transform: uppercase
}

.rumi .cmp-search .search-result h2 {
    font-family: "Overpass", sans-serif;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.25em;
    font-size: 1.25em
}

.rumi .cmp-search .search-result h4,
section.search-panel form fieldset .rumi .cmp-search .search-result label,
.rumi .cmp-search .search-result section.search-panel form fieldset label,
.rumi section.search-panel form fieldset .cmp-search .search-result label {
    font-family: "Overpass", sans-serif;
    text-transform: none;
    font-weight: bold
}

.rumi .cmp-search .search-result p {
    font-size: .9em
}

@media(min-width:480px) {
    .rumi .cmp-search .search-result {
        padding: 1em
    }

    .rumi .cmp-search .search-result img {
        margin: 0 2em 0 0
    }
}

@media(min-width:720px) {
    .rumi .cmp-search .search-result .result-info {
        width: 60%;
        float: left;
        clear: none
    }

    .rumi .cmp-search .search-result h2 {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .rumi .cmp-search .search-result h2 {
        font-size: 1.5em
    }
}

.rumi .cmp-search .search-result.full-width .result-info {
    width: 100%
}

.rumi .cmp-search .pagination-wrapper {
    text-align: center;
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em
}

.rumi .cmp-search .pagination-wrapper a {
    padding: .5em;
    cursor: pointer;
    font-weight: bold
}

.rumi .cmp-search .pagination-wrapper a.active {
    color: #101010
}

.rumi .cmp-search .filter-sidebar .filter-title {
    line-height: 1.25em;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: normal;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-top: 2.5em
}

.rumi .cmp-search .filter-sidebar .filter-title:first-child {
    margin-top: 0
}

.rumi .cmp-search .filter-sidebar .filter-list a {
    font-weight: 400;
    line-height: 2
}

.rumi .cmp-search .filter-sidebar .filter-list .filter-count {
    font-weight: 700
}

@media(min-width:720px) {
    .rumi .cmp-search .filter-sidebar a.toggle {
        display: none !important
    }

    .rumi .cmp-search .filter-sidebar .toggleable {
        display: block !important
    }

    .rumi .cmp-search .filter-sidebar .filter-title {
        font-size: 1.25em
    }
}

@media(min-width:1200px) {
    .rumi .cmp-search .filter-sidebar .filter-title {
        max-width: 66%
    }
}

@media(min-width:720px) {
    .rumi .cmp-search h1 {
        font-size: 3em
    }

    .rumi .cmp-search .panel.column-two.priority-right {
        margin-top: 1rem
    }

    .rumi .cmp-search section.html {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media(min-width:992px) {
    .rumi .cmp-search h1 {
        font-size: 4.0625em
    }
}

.cmp-search__list {
    list-style: none;
    padding: 0
}

.cmp-search__list-item {
    display: inline-block
}

.cmp-search__list-item+.cmp-search__list-item {
    margin-left: .5rem
}

.atcoenergy .cmp-search h1 {
    font-family: "Baloo Tammudu 2", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.0769230769em;
    font-size: 2em
}

.atcoenergy .cmp-search .svg-icons {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.atcoenergy .cmp-search section.html {
    margin-top: 1em;
    margin-bottom: 1em
}

.atcoenergy .cmp-search .search-banner {
    background-position: center left;
    background-size: cover
}

.atcoenergy .cmp-search .search-banner .shade {
    background: rgba(0, 0, 0, 0.3)
}

.atcoenergy .cmp-search .search-banner .container {
    padding-top: 4em;
    padding-bottom: 2em
}

.atcoenergy .cmp-search .search-banner .container form {
    width: 100%
}

.atcoenergy .cmp-search .search-banner .container input {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    box-sizing: border-box;
    padding: .9em 1em;
    margin-bottom: .5em;
    border: 0;
    margin-top: 0
}

.atcoenergy .cmp-search .search-banner .container .btn {
    width: 24.16667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    background-color: #fff;
    color: #0a8289;
    padding-left: 0;
    padding-right: 0;
    line-height: 1.35;
    margin: 0
}

.atcoenergy .cmp-search .search-banner .container .results {
    color: #fff;
    font-family: "Baloo Tammudu 2", sans-serif;
    text-transform: none;
    font-size: 1em
}

@media(min-width:720px) {
    .atcoenergy .cmp-search .search-banner .container {
        padding-top: 5em;
        padding-bottom: 4em
    }

    .atcoenergy .cmp-search .search-banner fieldset {
        width: 44.91525%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .cmp-search .search-banner input {
        margin-bottom: 0
    }

    .atcoenergy .cmp-search .search-banner .results {
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 46.61017%;
        clear: none;
        margin-top: .65em
    }
}

@media(min-width:1400px) {
    .atcoenergy .cmp-search .search-banner form fieldset button {
        line-height: 1.4
    }
}

.atcoenergy .cmp-search .search-result {
    padding: .75em;
    overflow: hidden
}

.atcoenergy .cmp-search .search-result.top-result {
    background-color: #f0f0f0
}

.atcoenergy .cmp-search .search-result img {
    width: 30%;
    max-width: 260px;
    float: left;
    margin: 0 1em .5em 0
}

.atcoenergy .cmp-search .search-result .result-info {
    clear: both
}

.atcoenergy .cmp-search .search-result .link {
    margin-bottom: 0
}

.atcoenergy .cmp-search .search-result .top {
    margin-bottom: 0;
    color: #0a8289;
    text-transform: none
}

.atcoenergy .cmp-search .search-result h2 {
    font-family: "Baloo Tammudu 2", sans-serif;
    text-transform: none;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 1.25em;
    font-size: 1.25em
}

.atcoenergy .cmp-search .search-result h4,
section.search-panel form fieldset .atcoenergy .cmp-search .search-result label,
.atcoenergy .cmp-search .search-result section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset .cmp-search .search-result label {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-weight: bold
}

.atcoenergy .cmp-search .search-result p {
    font-size: .9em
}

@media(min-width:480px) {
    .atcoenergy .cmp-search .search-result {
        padding: 1em
    }

    .atcoenergy .cmp-search .search-result img {
        margin: 0 2em 0 0
    }
}

@media(min-width:720px) {
    .atcoenergy .cmp-search .search-result .result-info {
        width: 60%;
        float: left;
        clear: none
    }

    .atcoenergy .cmp-search .search-result h2 {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-search .search-result h2 {
        font-size: 1.5em
    }
}

.atcoenergy .cmp-search .search-result.full-width .result-info {
    width: 100%
}

.atcoenergy .cmp-search .pagination-wrapper {
    text-align: center;
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em
}

.atcoenergy .cmp-search .pagination-wrapper a {
    padding: .5em;
    cursor: pointer;
    font-weight: bold
}

.atcoenergy .cmp-search .pagination-wrapper a.active {
    color: #101010
}

.atcoenergy .cmp-search .filter-sidebar .filter-title {
    line-height: 1.25em;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-size: 1em;
    font-weight: normal;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ccc;
    margin-top: 2.5em
}

.atcoenergy .cmp-search .filter-sidebar .filter-title:first-child {
    margin-top: 0
}

.atcoenergy .cmp-search .filter-sidebar .filter-list a {
    font-weight: 400;
    line-height: 2
}

.atcoenergy .cmp-search .filter-sidebar .filter-list .filter-count {
    font-weight: 700
}

@media(min-width:720px) {
    .atcoenergy .cmp-search .filter-sidebar a.toggle {
        display: none !important
    }

    .atcoenergy .cmp-search .filter-sidebar .toggleable {
        display: block !important
    }

    .atcoenergy .cmp-search .filter-sidebar .filter-title {
        font-size: 1.25em
    }
}

@media(min-width:1200px) {
    .atcoenergy .cmp-search .filter-sidebar .filter-title {
        max-width: 66%
    }
}

@media(min-width:720px) {
    .atcoenergy .cmp-search h1 {
        font-size: 3em
    }

    .atcoenergy .cmp-search .panel.column-two.priority-right {
        margin-top: 1rem
    }

    .atcoenergy .cmp-search section.html {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-search h1 {
        font-size: 4.0625em
    }
}

body.edit .cmp-carousel.owl-theme,
body.design .cmp-carousel.owl-theme {
    display: block !important
}

.cmp-carousel.arrows-dots-light .owl-prev:before,
.cmp-carousel.arrows-dots-light .owl-next:before {
    color: #fff
}

.cmp-carousel.arrows-dots-light .owl-dot:before {
    border-color: #fff
}

.cmp-carousel.arrows-dots-light .owl-dot.active:before {
    opacity: 1;
    background-color: #fff
}

.cmp-carousel.arrows-outset .owl-prev {
    left: 0
}

.cmp-carousel.arrows-outset .owl-next {
    right: 0
}

.cmp-carousel.arrows-outset .owl-next:before {
    content: ""
}

.cmp-carousel.cmp-carousel--has-arrows {
    margin-left: auto;
    margin-right: auto
}

.cmp-carousel.cmp-carousel--has-dots {
    margin-bottom: 40px
}

.cmp-carousel.cmp-carousel--has-dots-up {
    margin-bottom: 0
}

.cmp-carousel.cmp-carousel--has-dots-up .owl-dots {
    bottom: 5px
}

@media(min-width:720px) {
    .cmp-carousel.cmp-carousel--has-dots-up .owl-dots {
        bottom: 20px
    }
}

@media(min-width:1200px) {
    .cmp-carousel.cmp-carousel--has-dots-up .owl-dots {
        bottom: 2em
    }
}

.cmp-carousel .owl-prev,
.cmp-carousel .owl-next {
    color: #343a40;
    font-size: 2em;
    opacity: .8;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cmp-carousel .owl-prev.disabled,
.cmp-carousel .owl-next.disabled {
    display: none
}

.cmp-carousel .owl-prev:before,
.cmp-carousel .owl-next:before {
    font-family: "icomoon";
    font-size: 30px;
    line-height: 1;
    color: #999;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-carousel .owl-prev:focus,
.cmp-carousel .owl-next:focus {
    outline: 0
}

.cmp-carousel .owl-prev {
    left: 0
}

.cmp-carousel .owl-prev:before {
    content: ""
}

.cmp-carousel .owl-next {
    right: 0
}

.cmp-carousel .owl-next:before {
    content: ""
}

.cmp-carousel .owl-dots {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    bottom: -40px
}

.cmp-carousel.cmp-carousel--dots-left .owl-dots {
    text-align: left;
    padding-left: 15px
}

.cmp-carousel .owl-dot {
    vertical-align: middle;
    position: relative;
    height: 20px;
    width: 20px;
    outline: 0;
    margin: 0 3px
}

.cmp-carousel .owl-dot.active:before {
    opacity: 1;
    background-color: #999
}

.cmp-carousel .owl-dot:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 9px;
    height: 9px;
    opacity: 1;
    border: 2px solid #999;
    border-radius: 50%;
    color: #999;
    box-sizing: content-box
}

@media(min-width:720px) {
    .cmp-carousel.cmp-carousel--dots-left .owl-dots {
        padding-left: 20px
    }
}

@media(min-width:1200px) {
    .cmp-carousel.cmp-carousel--dots-left .owl-dots {
        padding-left: 9%
    }
}

.bfk .cmp-carousel .owl-item h1 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.005em
}

@media(min-width:720px) {
    .bfk .cmp-carousel .owl-item h1 {
        font-weight: 700;
        font-size: 2.625em;
        line-height: 52px
    }
}

@media(min-width:992px) {
    .bfk .cmp-carousel .owl-item h1 {
        font-weight: 700;
        font-size: 3.375em;
        line-height: 58px
    }
}

.cmp-background .w-95 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-sm-95 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-md-95 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-tablet-lg-95 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-lg-95 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-xl-95 .cmp-carousel.arrows-outset .owl-prev {
    left: -35px
}

.cmp-background .w-95 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-sm-95 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-md-95 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-tablet-lg-95 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-lg-95 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-xl-95 .cmp-carousel.arrows-outset .owl-next {
    right: -35px
}

.cmp-background .w-85 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-sm-85 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-md-85 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-tablet-lg-85 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-lg-85 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-xl-85 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-75 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-sm-75 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-md-75 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-tablet-lg-75 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-lg-75 .cmp-carousel.arrows-outset .owl-prev,
.cmp-background .w-xl-75 .cmp-carousel.arrows-outset .owl-prev {
    left: -40px
}

.cmp-background .w-85 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-sm-85 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-md-85 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-tablet-lg-85 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-lg-85 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-xl-85 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-75 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-sm-75 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-md-75 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-tablet-lg-75 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-lg-75 .cmp-carousel.arrows-outset .owl-next,
.cmp-background .w-xl-75 .cmp-carousel.arrows-outset .owl-next {
    right: -40px
}

.cmp-background-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.cmp-background-image>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: inherit
}

.cmp-background-image>a:hover {
    color: inherit;
    text-decoration: none
}

.cmp-background-image.ar-sm-1-1 {
    padding-top: 100%
}

.cmp-background-image.ar-sm-64-53 {
    padding-top: 82.81%
}

.cmp-background-image.ar-sm-140-85 {
    padding-top: 60.71%
}

.cmp-background-image.ar-sm-140-50 {
    padding-top: 35.71%
}

@media(min-width:720px) {
    .cmp-background-image.ar-md-1-1 {
        padding-top: 100%
    }

    .cmp-background-image.ar-md-64-53 {
        padding-top: 82.81%
    }

    .cmp-background-image.ar-md-140-85 {
        padding-top: 60.71%
    }

    .cmp-background-image.ar-md-140-50 {
        padding-top: 35.71%
    }
}

@media(min-width:992px) {
    .cmp-background-image.ar-lg-1-1 {
        padding-top: 100%
    }

    .cmp-background-image.ar-lg-64-53 {
        padding-top: 82.81%
    }

    .cmp-background-image.ar-lg-140-85 {
        padding-top: 60.71%
    }

    .cmp-background-image.ar-lg-140-50 {
        padding-top: 35.71%
    }
}

.cmp-background-image.shaded:before {
    background-color: rgba(0, 87, 184, 0.8);
    display: block;
    height: 100%;
    width: 200%;
    -webkit-transform: skew(-27.5deg, 0);
    -ms-transform: skew(-27.5deg, 0);
    transform: skew(-27.5deg, 0);
    position: absolute;
    top: 0;
    left: -135%;
    content: ''
}

@media(min-width:480px) {
    .cmp-background-image.shaded:before {
        left: -150%
    }
}

@media(min-width:992px) {
    .cmp-background-image.shaded:before {
        left: -159%
    }
}

.cmp-background-image.align-items-start>.container,
.cmp-background-image.align-items-start a>.container {
    position: absolute;
    top: 0
}

.cmp-background-image.align-items-center>.container,
.cmp-background-image.align-items-center a>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.cmp-background-image.align-items-end>.container,
.cmp-background-image.align-items-end a>.container {
    position: absolute;
    bottom: 0
}

.cmp-background-image>.container,
.cmp-background-image a>.container {
    position: absolute;
    padding: 1.5rem
}

@media(min-width:992px) {

    .cmp-background-image>.container,
    .cmp-background-image a>.container {
        padding: 2rem
    }
}

.cmp-background-image>.container h3,
.cmp-background-image>.container .cmp-tall-panel.tall-panel p.title,
.cmp-tall-panel.tall-panel .cmp-background-image>.container p.title,
.cmp-background-image a>.container h3,
.cmp-background-image a>.container .cmp-tall-panel.tall-panel p.title,
.cmp-tall-panel.tall-panel .cmp-background-image a>.container p.title {
    line-height: 1.11111em;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 .5rem 0
}

@media(min-width:720px) {

    .cmp-background-image>.container h3,
    .cmp-background-image>.container .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel .cmp-background-image>.container p.title,
    .cmp-background-image a>.container h3,
    .cmp-background-image a>.container .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel .cmp-background-image a>.container p.title {
        font-size: 1.875em
    }
}

.cmp-background-image.bottom-margin-none p {
    margin: 0
}

.cmp-background-image .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    mix-blend-mode: multiply
}

.cmp-background-image .gradient.teal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 129, 129, 0)), to(#008181));
    background: linear-gradient(rgba(0, 129, 129, 0), #008181)
}

.cmp-background-image .gradient.green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 168, 41, 0)), to(#87a829));
    background: linear-gradient(rgba(135, 168, 41, 0), #87a829)
}

.cmp-background-image .gradient.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 155, 204, 0)), to(#019bcc));
    background: linear-gradient(rgba(1, 155, 204, 0), #019bcc)
}

.cmp-background-image .gradient.purple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 18, 70, 0)), to(#731246));
    background: linear-gradient(rgba(115, 18, 70, 0), #731246)
}

.cmp-background-image .dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    background-color: #101010
}

.rumi .cmp-background-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.rumi .cmp-background-image>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: inherit
}

.rumi .cmp-background-image>a:hover {
    color: inherit;
    text-decoration: none
}

.rumi .cmp-background-image.ar-sm-1-1 {
    padding-top: 100%
}

.rumi .cmp-background-image.ar-sm-64-53 {
    padding-top: 82.81%
}

.rumi .cmp-background-image.ar-sm-140-85 {
    padding-top: 60.71%
}

.rumi .cmp-background-image.ar-sm-140-50 {
    padding-top: 35.71%
}

@media(min-width:720px) {
    .rumi .cmp-background-image.ar-md-1-1 {
        padding-top: 100%
    }

    .rumi .cmp-background-image.ar-md-64-53 {
        padding-top: 82.81%
    }

    .rumi .cmp-background-image.ar-md-140-85 {
        padding-top: 60.71%
    }

    .rumi .cmp-background-image.ar-md-140-50 {
        padding-top: 35.71%
    }
}

@media(min-width:992px) {
    .rumi .cmp-background-image.ar-lg-1-1 {
        padding-top: 100%
    }

    .rumi .cmp-background-image.ar-lg-64-53 {
        padding-top: 82.81%
    }

    .rumi .cmp-background-image.ar-lg-140-85 {
        padding-top: 60.71%
    }

    .rumi .cmp-background-image.ar-lg-140-50 {
        padding-top: 35.71%
    }
}

.rumi .cmp-background-image.shaded:before {
    background-color: rgba(44, 179, 161, 0.8);
    display: block;
    height: 100%;
    width: 200%;
    -webkit-transform: skew(-27.5deg, 0);
    -ms-transform: skew(-27.5deg, 0);
    transform: skew(-27.5deg, 0);
    position: absolute;
    top: 0;
    left: -135%;
    content: ''
}

@media(min-width:480px) {
    .rumi .cmp-background-image.shaded:before {
        left: -150%
    }
}

@media(min-width:992px) {
    .rumi .cmp-background-image.shaded:before {
        left: -159%
    }
}

.rumi .cmp-background-image.align-items-start>.container,
.rumi .cmp-background-image.align-items-start a>.container {
    position: absolute;
    top: 0
}

.rumi .cmp-background-image.align-items-center>.container,
.rumi .cmp-background-image.align-items-center a>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.rumi .cmp-background-image.align-items-end>.container,
.rumi .cmp-background-image.align-items-end a>.container {
    position: absolute;
    bottom: 0
}

.rumi .cmp-background-image>.container,
.rumi .cmp-background-image a>.container {
    position: absolute;
    padding: 1.5rem
}

@media(min-width:992px) {

    .rumi .cmp-background-image>.container,
    .rumi .cmp-background-image a>.container {
        padding: 2rem
    }
}

.rumi .cmp-background-image>.container h3,
.cmp-tall-panel.tall-panel .rumi .cmp-background-image>.container p.title,
.rumi .cmp-background-image>.container .cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel .cmp-background-image>.container p.title,
.rumi .cmp-background-image a>.container h3,
.cmp-tall-panel.tall-panel .rumi .cmp-background-image a>.container p.title,
.rumi .cmp-background-image a>.container .cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel .cmp-background-image a>.container p.title {
    line-height: 1.11111em;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 .5rem 0
}

@media(min-width:720px) {

    .rumi .cmp-background-image>.container h3,
    .cmp-tall-panel.tall-panel .rumi .cmp-background-image>.container p.title,
    .rumi .cmp-background-image>.container .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel .cmp-background-image>.container p.title,
    .rumi .cmp-background-image a>.container h3,
    .cmp-tall-panel.tall-panel .rumi .cmp-background-image a>.container p.title,
    .rumi .cmp-background-image a>.container .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel .cmp-background-image a>.container p.title {
        font-size: 1.875em
    }
}

.rumi .cmp-background-image.bottom-margin-none p {
    margin: 0
}

.rumi .cmp-background-image .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    mix-blend-mode: multiply
}

.rumi .cmp-background-image .gradient.teal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 129, 129, 0)), to(#008181));
    background: linear-gradient(rgba(0, 129, 129, 0), #008181)
}

.rumi .cmp-background-image .gradient.green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 168, 41, 0)), to(#87a829));
    background: linear-gradient(rgba(135, 168, 41, 0), #87a829)
}

.rumi .cmp-background-image .gradient.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 155, 204, 0)), to(#019bcc));
    background: linear-gradient(rgba(1, 155, 204, 0), #019bcc)
}

.rumi .cmp-background-image .gradient.purple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 18, 70, 0)), to(#731246));
    background: linear-gradient(rgba(115, 18, 70, 0), #731246)
}

.rumi .cmp-background-image .dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    background-color: #101010
}

.atcoenergy .cmp-background-image {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative
}

.atcoenergy .cmp-background-image>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    color: inherit
}

.atcoenergy .cmp-background-image>a:hover {
    color: inherit;
    text-decoration: none
}

.atcoenergy .cmp-background-image.ar-sm-1-1 {
    padding-top: 100%
}

.atcoenergy .cmp-background-image.ar-sm-64-53 {
    padding-top: 82.81%
}

.atcoenergy .cmp-background-image.ar-sm-140-85 {
    padding-top: 60.71%
}

.atcoenergy .cmp-background-image.ar-sm-140-50 {
    padding-top: 35.71%
}

@media(min-width:720px) {
    .atcoenergy .cmp-background-image.ar-md-1-1 {
        padding-top: 100%
    }

    .atcoenergy .cmp-background-image.ar-md-64-53 {
        padding-top: 82.81%
    }

    .atcoenergy .cmp-background-image.ar-md-140-85 {
        padding-top: 60.71%
    }

    .atcoenergy .cmp-background-image.ar-md-140-50 {
        padding-top: 35.71%
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-background-image.ar-lg-1-1 {
        padding-top: 100%
    }

    .atcoenergy .cmp-background-image.ar-lg-64-53 {
        padding-top: 82.81%
    }

    .atcoenergy .cmp-background-image.ar-lg-140-85 {
        padding-top: 60.71%
    }

    .atcoenergy .cmp-background-image.ar-lg-140-50 {
        padding-top: 35.71%
    }
}

.atcoenergy .cmp-background-image.shaded:before {
    background-color: #0a8289;
    display: block;
    height: 100%;
    width: 200%;
    -webkit-transform: skew(-27.5deg, 0);
    -ms-transform: skew(-27.5deg, 0);
    transform: skew(-27.5deg, 0);
    position: absolute;
    top: 0;
    left: -135%;
    content: ''
}

@media(min-width:480px) {
    .atcoenergy .cmp-background-image.shaded:before {
        left: -150%
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-background-image.shaded:before {
        left: -159%
    }
}

.atcoenergy .cmp-background-image.align-items-start>.container,
.atcoenergy .cmp-background-image.align-items-start a>.container {
    position: absolute;
    top: 0
}

.atcoenergy .cmp-background-image.align-items-center>.container,
.atcoenergy .cmp-background-image.align-items-center a>.container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.atcoenergy .cmp-background-image.align-items-end>.container,
.atcoenergy .cmp-background-image.align-items-end a>.container {
    position: absolute;
    bottom: 0
}

.atcoenergy .cmp-background-image>.container,
.atcoenergy .cmp-background-image a>.container {
    position: absolute;
    padding: 1.5rem
}

@media(min-width:992px) {

    .atcoenergy .cmp-background-image>.container,
    .atcoenergy .cmp-background-image a>.container {
        padding: 2rem
    }
}

.atcoenergy .cmp-background-image>.container h3,
.cmp-tall-panel.tall-panel .atcoenergy .cmp-background-image>.container p.title,
.atcoenergy .cmp-background-image>.container .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel .cmp-background-image>.container p.title,
.atcoenergy .cmp-background-image a>.container h3,
.cmp-tall-panel.tall-panel .atcoenergy .cmp-background-image a>.container p.title,
.atcoenergy .cmp-background-image a>.container .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel .cmp-background-image a>.container p.title {
    line-height: 1.11111em;
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 .5rem 0
}

@media(min-width:720px) {

    .atcoenergy .cmp-background-image>.container h3,
    .cmp-tall-panel.tall-panel .atcoenergy .cmp-background-image>.container p.title,
    .atcoenergy .cmp-background-image>.container .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel .cmp-background-image>.container p.title,
    .atcoenergy .cmp-background-image a>.container h3,
    .cmp-tall-panel.tall-panel .atcoenergy .cmp-background-image a>.container p.title,
    .atcoenergy .cmp-background-image a>.container .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel .cmp-background-image a>.container p.title {
        font-size: 1.875em
    }
}

.atcoenergy .cmp-background-image.bottom-margin-none p {
    margin: 0
}

.atcoenergy .cmp-background-image .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    mix-blend-mode: multiply
}

.atcoenergy .cmp-background-image .gradient.teal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 129, 129, 0)), to(#008181));
    background: linear-gradient(rgba(0, 129, 129, 0), #008181)
}

.atcoenergy .cmp-background-image .gradient.green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 168, 41, 0)), to(#87a829));
    background: linear-gradient(rgba(135, 168, 41, 0), #87a829)
}

.atcoenergy .cmp-background-image .gradient.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 155, 204, 0)), to(#019bcc));
    background: linear-gradient(rgba(1, 155, 204, 0), #019bcc)
}

.atcoenergy .cmp-background-image .gradient.purple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 18, 70, 0)), to(#731246));
    background: linear-gradient(rgba(115, 18, 70, 0), #731246)
}

.atcoenergy .cmp-background-image .dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    background-color: #101010
}

.twitter-share-button {
    vertical-align: bottom
}

nav#mainmenu {
    font-family: "Fjalla One", sans-serif;
    left: 0;
    right: 0;
    z-index: 2
}

body.bfk nav#mainmenu {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px
}

@media(min-width:720px) {
    body.bfk nav#mainmenu {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk nav#mainmenu {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

nav#mainmenu.alert-active {
    position: relative
}

nav#mainmenu.alert-active #menu-content {
    position: absolute
}

nav#mainmenu .sub-nav-right-wrapper {
    display: none
}

nav#mainmenu .logo-container #logo {
    height: 3.25em;
    top: -3.25em;
    right: 0;
    left: 0;
    z-index: 3;
    background-color: #ff6700;
    padding: 1em 0 0 1em;
    display: block
}

body.bfk nav#mainmenu .logo-container #logo {
    background-color: #202020;
    min-height: 52px
}

@media(min-width:720px) {
    body.bfk nav#mainmenu .logo-container #logo {
        height: 3.25em
    }
}

nav#mainmenu .logo-container #logo img {
    height: 1.5em
}

body.bfk nav#mainmenu .logo-container #logo img {
    height: 28px
}

@media(min-width:720px) {
    body.bfk nav#mainmenu .logo-container #logo img {
        height: auto
    }
}

@media(min-width:720px) {
    nav#mainmenu .logo-container #logo {
        background-color: transparent;
        top: 1em;
        left: 1em;
        right: auto;
        height: auto;
        width: 13em;
        border-bottom: 0
    }

    body.bfk nav#mainmenu .logo-container #logo {
        top: .8em;
        left: 2.8em;
        width: 10.7em;
        max-width: 187px
    }

    nav#mainmenu .logo-container #logo img {
        width: 100%;
        height: auto;
        margin: 0
    }
}

nav#mainmenu a {
    font-weight: normal;
    text-decoration: none;
    cursor: pointer
}

nav#mainmenu .menu {
    font-size: .9375em
}

nav#mainmenu .menu::after {
    display: block;
    clear: both;
    content: ""
}

body.bfk nav#mainmenu .menu {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    font-size: 14px
}

@media(min-width:720px) {
    body.bfk nav#mainmenu .menu {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk nav#mainmenu .menu {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:720px) {
    body.bfk nav#mainmenu .menu {
        font-size: .9375em
    }
}

nav#mainmenu .menu ul {
    margin: 0
}

nav#mainmenu .menu a:hover {
    text-decoration: none
}

nav#mainmenu .menu ul.links {
    margin: 0;
    font-size: 100%
}

nav#mainmenu .menu ul.links li#mainmenu-more {
    display: block
}

nav#mainmenu .menu ul.links li#mainmenu-more a {
    width: 12.5%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    display: block;
    text-align: center;
    padding: 1em 0;
    position: relative
}

nav#mainmenu .menu ul.links li#mainmenu-more a:before {
    font-family: FontAwesome;
    content: "\f0c9";
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    font-size: 1.5em
}

nav#mainmenu .menu ul.links li#mainmenu-more a.open:before {
    content: "\f00d"
}

nav#mainmenu .menu ul.links li#mainmenu-more a span.more {
    display: none
}

nav#mainmenu .menu ul.store,
nav#mainmenu .menu ul.search {
    display: none
}

nav#mainmenu .menu li#mainmenu-location {
    font-family: FontAwesome
}

nav#mainmenu .menu>ul>li {
    display: none;
    border-bottom: 1px solid #ff6700;
    border-right: 1px solid #ff6700;
    height: 3em
}

body.bfk nav#mainmenu .menu>ul>li {
    border-bottom: 1px solid #202020;
    border-right: 1px solid #202020
}

nav#mainmenu .menu>ul>li:last-child {
    border-right: 0
}

nav#mainmenu .menu>ul>li:first-child {
    width: 43.75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none
}

nav#mainmenu .menu>ul>li:nth-child(2) {
    width: 43.75%;
    float: left;
    margin-right: -100%;
    margin-left: 43.75%;
    clear: none
}

nav#mainmenu .menu>ul>li:first-child,
nav#mainmenu .menu>ul>li:nth-child(2) {
    display: inline-block
}

nav#mainmenu .menu>ul>li:first-child a,
nav#mainmenu .menu>ul>li:nth-child(2) a {
    display: block
}

nav#mainmenu .menu>ul>li a {
    display: none;
    position: relative;
    color: #ff6700;
    background-color: #fff;
    padding: 1em 0 1em 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%
}

body.bfk nav#mainmenu .menu>ul>li a {
    font-weight: 600;
    color: #202020
}

nav#mainmenu .menu>ul>li a.open,
nav#mainmenu .menu>ul>li a:hover {
    color: #0057b8
}

body.bfk nav#mainmenu .menu>ul>li a.open,
body.bfk nav#mainmenu .menu>ul>li a:hover {
    color: #0a8289
}

@media(min-width:720px) {

    body.bfk nav#mainmenu .menu>ul>li a.open,
    body.bfk nav#mainmenu .menu>ul>li a:hover {
        color: #eca481
    }
}

nav#mainmenu .menu>ul>li a.open:after,
nav#mainmenu .menu>ul>li a.open:before,
nav#mainmenu .menu>ul>li a:hover:after,
nav#mainmenu .menu>ul>li a:hover:before {
    color: #0057b8
}

body.bfk nav#mainmenu .menu>ul>li a.open:after,
body.bfk nav#mainmenu .menu>ul>li a.open:before,
body.bfk nav#mainmenu .menu>ul>li a:hover:after,
body.bfk nav#mainmenu .menu>ul>li a:hover:before {
    color: #0a8289
}

@media(min-width:720px) {

    body.bfk nav#mainmenu .menu>ul>li a.open:after,
    body.bfk nav#mainmenu .menu>ul>li a.open:before,
    body.bfk nav#mainmenu .menu>ul>li a:hover:after,
    body.bfk nav#mainmenu .menu>ul>li a:hover:before {
        color: #eca481
    }
}

nav#mainmenu .menu>ul>li.parent a.has-more:after {
    font-size: 1em;
    font-family: FontAwesome;
    content: "\f107";
    margin-left: .5em
}

nav#mainmenu .menu>ul>li a.has-more.open:after {
    font-family: FontAwesome;
    content: "\f106"
}

nav#mainmenu .menu>ul>li>ul,
nav#mainmenu .menu>ul>li .promoted-content {
    display: none
}

.bfk nav#mainmenu .menu>ul>li.parent a.has-more:after {
    font-size: 1em;
    font-family: FontAwesome;
    content: "\f107";
    margin-left: .5em
}

.bfk nav#mainmenu .menu>ul>li.parent a:after {
    font-size: 1em;
    font-family: FontAwesome;
    content: "";
    margin-left: .5em
}

nav#mainmenu #menu-content {
    font-size: .9375em;
    display: none;
    background-color: #f0f0f0;
    position: absolute;
    z-index: 5
}

nav#mainmenu #menu-content::after {
    display: block;
    clear: both;
    content: ""
}

nav#mainmenu #menu-content .promoted-content {
    display: none
}

nav#mainmenu #menu-content #menu-content-level-1 section.cmp-article-tile,
nav#mainmenu #menu-content #menu-content-level-2 section.cmp-article-tile {
    display: none
}

@media(min-width:720px) {

    nav#mainmenu #menu-content #menu-content-level-1 section.cmp-article-tile,
    nav#mainmenu #menu-content #menu-content-level-2 section.cmp-article-tile {
        display: block
    }
}

nav#mainmenu #menu-content>ul {
    padding: 0;
    float: left;
    width: 320px
}

nav#mainmenu #menu-content>ul>li {
    display: block
}

nav#mainmenu #menu-content>ul>li a {
    color: #101010;
    padding: 1em 1em;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

nav#mainmenu #menu-content>ul>li a img {
    display: inline-block;
    margin: 0;
    width: 1.5em;
    margin-right: .5em
}

nav#mainmenu #menu-content>ul>li a:hover,
nav#mainmenu #menu-content>ul>li a.open {
    background-color: #fff
}

nav#mainmenu #menu-content>ul>li.note {
    width: 100% !important;
    clear: both !important;
    padding: 1em
}

nav#mainmenu #menu-content>ul>li.note p {
    font-family: "Asap", sans-serif;
    margin-bottom: 0
}

nav#mainmenu #menu-content>ul>li.note p a {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    color: #ff6700;
    display: inline
}

nav#mainmenu #menu-content>ul>li.note p:first-child {
    border-top: 1px solid #999;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.25em;
    padding-top: 1em
}

nav#mainmenu #menu-content>ul>li.search {
    position: relative
}

nav#mainmenu #menu-content>ul>li.search input {
    margin: 0;
    padding: .925em 3em .925em 1em;
    width: 100%
}

nav#mainmenu #menu-content>ul>li.search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 0;
    background-color: transparent;
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    padding: .5em
}

nav#mainmenu #menu-content>ul>li.search button:hover {
    color: #0057b8;
    background-color: transparent
}

nav#mainmenu #menu-content>ul>li.search button:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

nav#mainmenu #menu-content>ul>li.parent a:after {
    font-family: FontAwesome;
    color: #0057b8;
    content: "\f105";
    position: absolute;
    right: 1em;
    top: .75em;
    font-size: 1.25em;
    display: none
}

body.bfk nav#mainmenu #menu-content>ul>li.parent a:after {
    color: #eca481
}

nav#mainmenu #menu-content>ul>li.back a {
    border-bottom: 1px solid #d4d3d4;
    text-decoration: none
}

nav#mainmenu #menu-content>ul>li.back a:before {
    font-size: .75em;
    font-family: FontAwesome;
    color: #0057b8;
    content: "\f104";
    margin-right: 1em
}

nav#mainmenu #menu-content>ul>li#mainmenu-more,
nav#mainmenu #menu-content>ul>li#mainmenu-search-toggle {
    display: none
}

nav#mainmenu #menu-content>ul>li#mainmenu-cart a span.value:before {
    content: ' ('
}

nav#mainmenu #menu-content>ul>li#mainmenu-cart a span.value:after {
    content: ')'
}

nav#mainmenu #menu-content>ul>li>ul {
    display: none
}

nav#mainmenu #menu-content>ul:nth-child(3)>li.parent a:after {
    display: inline
}

nav#mainmenu.open #menu-content {
    display: block
}

@media(min-width:720px) {
    nav#mainmenu {
        top: 0;
        left: auto;
        display: block;
        width: 100%
    }

    nav#mainmenu.alert-active #menu-content {
        position: absolute;
        right: 0
    }

    nav#mainmenu.open {
        left: auto;
        bottom: auto
    }

    nav#mainmenu.open .menu-wrapper,
    nav#mainmenu:hover .menu-wrapper {
        background-color: #ff6700
    }

    .bfk nav#mainmenu.open .menu-wrapper,
    .bfk nav#mainmenu:hover .menu-wrapper {
        background-color: #202020
    }

    nav#mainmenu .menu-wrapper {
        text-align: right;
        background-color: #ff6700
    }

    .bfk nav#mainmenu .menu-wrapper {
        background-color: #202020
    }

    nav#mainmenu .menu-wrapper .logo-container {
        display: inline-block;
        float: left
    }

    nav#mainmenu .menu-wrapper .logo-container #logo {
        position: absolute;
        padding: 0
    }

    nav#mainmenu .menu {
        display: inline-block;
        text-align: right;
        white-space: nowrap;
        max-width: 77%
    }

    nav#mainmenu .menu>ul>li {
        display: inline;
        position: relative;
        border: 0;
        height: auto;
        float: left
    }

    nav#mainmenu .menu>ul>li:first-child a {
        padding-left: 2em;
        border-right: 0
    }

    nav#mainmenu .menu>ul>li:last-child a {
        padding-right: 2em
    }

    nav#mainmenu .menu>ul>li:first-child,
    nav#mainmenu .menu>ul>li:nth-child(2) {
        width: auto;
        margin: 0
    }

    nav#mainmenu .menu>ul>li a {
        color: #fff;
        background-color: transparent;
        display: inline-block;
        width: auto;
        padding: 2.3em 1em;
        vertical-align: middle;
        height: auto
    }

    body.bfk nav#mainmenu .menu>ul>li a {
        color: #fff
    }

    nav#mainmenu .menu>ul>li.active a {
        color: #0057b8
    }

    nav#mainmenu .menu ul.links,
    nav#mainmenu .menu ul.store,
    nav#mainmenu .menu ul.search {
        display: inline-block;
        vertical-align: middle;
        position: relative
    }

    nav#mainmenu .menu ul.store {
        padding-right: 1em
    }

    nav#mainmenu .menu ul.store:before,
    nav#mainmenu .menu ul.search:before {
        content: '';
        display: block;
        height: 2.5em;
        width: 1px;
        background-color: #999;
        position: absolute;
        top: 1.5em
    }

    nav#mainmenu .menu ul.links li#mainmenu-more {
        display: inline
    }

    nav#mainmenu .menu ul.links li#mainmenu-more a {
        display: none;
        color: #fff;
        float: none;
        position: static;
        width: auto;
        height: auto;
        padding: 2.3em 1em;
        background-color: transparent
    }

    nav#mainmenu .menu ul.links li#mainmenu-more a:hover,
    nav#mainmenu .menu ul.links li#mainmenu-more a.open {
        color: #0057b8
    }

    nav#mainmenu .menu ul.links li#mainmenu-more a:before {
        display: none
    }

    nav#mainmenu .menu ul.links li#mainmenu-more a span.more {
        display: inline
    }

    nav#mainmenu .menu ul.links li#mainmenu-more a:after {
        content: '...';
        font-family: "Asap", sans-serif !important
    }

    nav#mainmenu .menu ul.links li#mainmenu-more.available a {
        display: inline-block
    }

    nav#mainmenu .menu li#mainmenu-cart>a,
    nav#mainmenu .menu li#mainmenu-location>a,
    nav#mainmenu .menu li#mainmenu-search-toggle>a,
    nav#mainmenu .menu li#mainmenu-account>a {
        color: #fff
    }

    nav#mainmenu .menu li#mainmenu-cart>a:hover,
    nav#mainmenu .menu li#mainmenu-location>a:hover,
    nav#mainmenu .menu li#mainmenu-search-toggle>a:hover,
    nav#mainmenu .menu li#mainmenu-account>a:hover {
        color: #0057b8
    }

    nav#mainmenu .menu li#mainmenu-cart>a:after,
    nav#mainmenu .menu li#mainmenu-location>a:after,
    nav#mainmenu .menu li#mainmenu-search-toggle>a:after,
    nav#mainmenu .menu li#mainmenu-account>a:after {
        position: absolute;
        font-size: 1.5em;
        margin-left: -0.4em;
        margin-top: -0.15em
    }

    nav#mainmenu .menu ul.store li#mainmenu-store a {
        padding-right: .5em
    }

    .bfk nav#mainmenu .menu ul.store li#mainmenu-store a:after {
        font-size: 1em;
        content: "";
        font-family: FontAwesome
    }

    nav#mainmenu .menu ul.store li#mainmenu-cart a {
        color: #0057b8;
        padding-left: .5em;
        color: #0057b8
    }

    nav#mainmenu .menu ul.store li#mainmenu-cart a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    nav#mainmenu .menu ul.store li#mainmenu-cart a span.label {
        display: none
    }

    nav#mainmenu .menu ul.store li#mainmenu-cart a span.value {
        position: absolute;
        left: .8em;
        top: 2.5em;
        font-size: .75em
    }

    nav#mainmenu .menu ul.store li#mainmenu-cart a span.value:before,
    nav#mainmenu .menu ul.store li#mainmenu-cart a span.value:after {
        display: none
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle>a {
        padding-right: 1.125em
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle>a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform {
        position: absolute;
        right: 0;
        top: 1.5em;
        width: 0;
        background-color: #fff;
        overflow: hidden;
        -webkit-transition: width .2s ease-out;
        transition: width .2s ease-out
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform input {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        padding: .75em 3.25em .75em 2.75em
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button {
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: 0;
        background-color: transparent;
        color: #999;
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        padding: .35em
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button:hover {
        color: #0057b8
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform .results,
    nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform .top-results {
        display: none
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open>a {
        z-index: 1;
        color: #999
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open>a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open #mainmenu-searchform {
        width: 20em
    }

    nav#mainmenu .menu ul.search li#mainmenu-location a {
        padding: 2.75em 2.125em
    }

    nav#mainmenu .menu ul.search li#mainmenu-location a:after {
        content: '\f0ac';
        margin-top: -0.5em
    }

    nav#mainmenu .menu ul.search li#mainmenu-location a span {
        display: none
    }

    nav#mainmenu .menu ul.search li#mainmenu-account a {
        padding-left: 1.125em
    }

    nav#mainmenu .menu ul.search li#mainmenu-account a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    nav#mainmenu .menu ul.search li#mainmenu-account a span {
        display: none
    }

    nav#mainmenu #menu-content {
        float: right;
        min-height: 21.875em;
        width: 0;
        margin-left: 0 !important;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f0f0f0), color-stop(50%, #fff));
        background: linear-gradient(90deg, #f0f0f0 50%, #fff 50%);
        position: absolute;
        border-bottom: 1px solid #f0f0f0;
        right: 0
    }

    nav#mainmenu #menu-content .promoted-content {
        padding: 1.75em 1.75em
    }

    nav#mainmenu #menu-content .promoted-content.closed {
        display: none !important
    }

    nav#mainmenu #menu-content .promoted-content .image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 0;
        display: block;
        position: relative;
        padding-top: 50%;
        margin-bottom: 1em
    }

    nav#mainmenu #menu-content .promoted-content .image>.fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center
    }

    nav#mainmenu #menu-content .promoted-content .image>.fill:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.3em
    }

    nav#mainmenu #menu-content .promoted-content .image>.fill>* {
        display: inline-block;
        vertical-align: middle
    }

    nav#mainmenu #menu-content .promoted-content p.category {
        color: #999;
        text-transform: uppercase;
        font-family: "Asap", sans-serif;
        font-style: italic;
        font-size: .9em
    }

    nav#mainmenu #menu-content .promoted-content a.title {
        text-transform: uppercase;
        color: #fff;
        padding-bottom: .5em;
        margin-bottom: 1.5em;
        display: inline-block;
        font-family: "Fjalla One", sans-serif;
        font-weight: normal;
        color: #333;
        font-size: 1.5em;
        text-transform: none
    }

    nav#mainmenu #menu-content .promoted-content a.title:after {
        content: "";
        display: block;
        width: 2em;
        height: 3px;
        background-color: #0057b8;
        margin: .5em auto 0 0
    }

    nav#mainmenu #menu-content .promoted-content#promoted-content-1 {
        display: block;
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 0
    }

    nav#mainmenu #menu-content>ul {
        padding: 1em 0;
        width: 50% !important;
        display: none
    }

    nav#mainmenu #menu-content>ul:nth-child(3),
    nav#mainmenu #menu-content>ul:nth-child(4) {
        display: block
    }

    nav#mainmenu #menu-content>ul:nth-child(3)>li {
        display: block
    }

    nav#mainmenu #menu-content>ul:nth-child(3)>li.parent a:after {
        right: 1em;
        display: inline
    }

    nav#mainmenu #menu-content>ul:nth-child(3)>li:nth-child(2)>ul {
        display: none
    }

    nav#mainmenu #menu-content>ul:nth-child(4)>li {
        width: 100%
    }

    nav#mainmenu #menu-content>ul>li a {
        padding: .75em 1.75em;
        color: #999
    }

    nav#mainmenu #menu-content>ul>li a:hover {
        color: #101010
    }

    nav#mainmenu #menu-content>ul>li>a {
        color: #101010
    }

    nav#mainmenu #menu-content>ul>li.parent a:after {
        top: .5em;
        display: none
    }

    nav#mainmenu #menu-content>ul>li.back,
    nav#mainmenu #menu-content>ul>li.not-available,
    nav#mainmenu #menu-content>ul>li.search {
        display: none
    }

    nav#mainmenu #menu-content>ul>li.priority>ul {
        display: inline-block;
        margin-left: 1em
    }

    nav#mainmenu #menu-content>ul>li.priority>ul>li>ul {
        display: none
    }

    nav#mainmenu #menu-content>ul>li.note {
        padding: 1em 1.75em
    }

    nav#mainmenu #menu-content.mainmenu-location {
        background: #f0f0f0;
        min-height: 0
    }

    nav#mainmenu #menu-content.mainmenu-location .promoted-content#promoted-content-1,
    nav#mainmenu #menu-content.mainmenu-location .promoted-content#promoted-content-2 {
        display: none
    }

    nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) {
        width: 100% !important
    }

    nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li {
        width: 50%;
        float: left
    }

    nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(2n+1) {
        clear: left
    }
}

@media(min-width:992px) {
    nav#mainmenu #menu-content {
        min-width: 800px;
        background: -webkit-gradient(linear, left top, right top, color-stop(33%, #f0f0f0), color-stop(33%, #fff));
        background: linear-gradient(90deg, #f0f0f0 33%, #fff 33%)
    }

    nav#mainmenu #menu-content .promoted-content#promoted-content-1 {
        left: 33%;
        right: 33.5%;
        top: 0;
        bottom: 0;
        padding-right: .875em
    }

    nav#mainmenu #menu-content .promoted-content#promoted-content-2 {
        padding-left: .875em;
        position: absolute;
        display: block;
        left: 66.5%;
        right: 0;
        top: 0;
        bottom: 0
    }

    nav#mainmenu #menu-content>ul {
        width: 66% !important
    }

    nav#mainmenu #menu-content>ul:nth-child(3) {
        width: 33% !important
    }

    nav#mainmenu #menu-content>ul:nth-child(3)>li {
        width: 100%
    }

    nav#mainmenu #menu-content>ul:nth-child(4) {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }

    nav#mainmenu #menu-content>ul>li {
        width: 50%
    }

    nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) {
        width: 100% !important
    }

    nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li {
        width: 33.33%;
        float: left
    }

    nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(2n+1) {
        clear: none
    }

    nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(3n+1) {
        clear: left
    }
}

.rumi nav#mainmenu {
    font-family: "Overpass", sans-serif;
    left: 0;
    right: 0;
    z-index: 2
}

.rumi nav#mainmenu.alert-active {
    position: relative
}

.rumi nav#mainmenu.alert-active #menu-content {
    position: absolute
}

.rumi nav#mainmenu .sub-nav-right-wrapper {
    display: none
}

.rumi nav#mainmenu .logo-container #logo {
    height: 3.25em;
    top: -3.25em;
    right: 0;
    left: 0;
    z-index: 3;
    background-color: #2cb3a1;
    padding: 1em 0 0 1em;
    display: block
}

.rumi nav#mainmenu .logo-container #logo img {
    height: 1.5em
}

@media(min-width:720px) {
    .rumi nav#mainmenu .logo-container #logo {
        background-color: transparent;
        top: 1.5em;
        left: 1em;
        right: auto;
        height: auto;
        width: 8em;
        border-bottom: 0
    }

    .rumi nav#mainmenu .logo-container #logo img {
        width: 100%;
        height: auto;
        margin: 0
    }
}

.rumi nav#mainmenu a {
    font-weight: normal;
    text-decoration: none;
    cursor: pointer
}

.rumi nav#mainmenu .menu {
    font-size: .9375em
}

.rumi nav#mainmenu .menu::after {
    display: block;
    clear: both;
    content: ""
}

.rumi nav#mainmenu .menu ul {
    margin: 0
}

.rumi nav#mainmenu .menu a:hover {
    text-decoration: none
}

.rumi nav#mainmenu .menu ul.links {
    margin: 0;
    font-size: 100%
}

.rumi nav#mainmenu .menu ul.links li#mainmenu-more {
    display: block
}

.rumi nav#mainmenu .menu ul.links li#mainmenu-more a {
    width: 12.5%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    display: block;
    text-align: center;
    padding: 1em 0;
    position: relative
}

.rumi nav#mainmenu .menu ul.links li#mainmenu-more a:before {
    font-family: FontAwesome;
    content: "\f0c9";
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    font-size: 1.5em
}

.rumi nav#mainmenu .menu ul.links li#mainmenu-more a.open:before {
    content: "\f00d"
}

.rumi nav#mainmenu .menu ul.links li#mainmenu-more a span.more {
    display: none
}

.rumi nav#mainmenu .menu ul.store,
.rumi nav#mainmenu .menu ul.search {
    display: none
}

.rumi nav#mainmenu .menu li#mainmenu-location {
    font-family: FontAwesome
}

.rumi nav#mainmenu .menu>ul>li {
    display: none;
    border-bottom: 1px solid #2cb3a1;
    border-right: 1px solid #2cb3a1;
    height: 3em
}

.rumi nav#mainmenu .menu>ul>li:last-child {
    border-right: 0
}

.rumi nav#mainmenu .menu>ul>li:first-child {
    width: 43.75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none
}

.rumi nav#mainmenu .menu>ul>li:nth-child(2) {
    width: 43.75%;
    float: left;
    margin-right: -100%;
    margin-left: 43.75%;
    clear: none
}

.rumi nav#mainmenu .menu>ul>li:first-child,
.rumi nav#mainmenu .menu>ul>li:nth-child(2) {
    display: inline-block
}

.rumi nav#mainmenu .menu>ul>li:first-child a,
.rumi nav#mainmenu .menu>ul>li:nth-child(2) a {
    display: block
}

.rumi nav#mainmenu .menu>ul>li a {
    display: none;
    position: relative;
    color: #2cb3a1;
    background-color: #fff;
    padding: 1em 0 1em 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%
}

.rumi nav#mainmenu .menu>ul>li a.open,
.rumi nav#mainmenu .menu>ul>li a:hover {
    color: #c4d82e
}

.rumi nav#mainmenu .menu>ul>li a.open:after,
.rumi nav#mainmenu .menu>ul>li a.open:before,
.rumi nav#mainmenu .menu>ul>li a:hover:after,
.rumi nav#mainmenu .menu>ul>li a:hover:before {
    color: #c4d82e
}

.rumi nav#mainmenu .menu>ul>li.parent a.has-more:after {
    font-size: 1em;
    font-family: FontAwesome;
    content: "\f107";
    margin-left: .5em
}

.rumi nav#mainmenu .menu>ul>li a.has-more.open:after {
    font-family: FontAwesome;
    content: "\f106"
}

.rumi nav#mainmenu .menu>ul>li>ul,
.rumi nav#mainmenu .menu>ul>li .promoted-content {
    display: none
}

.rumi nav#mainmenu #menu-content {
    font-size: .9375em;
    display: none;
    background-color: #f0f0f0;
    position: absolute;
    z-index: 5
}

.rumi nav#mainmenu #menu-content::after {
    display: block;
    clear: both;
    content: ""
}

.rumi nav#mainmenu #menu-content .promoted-content {
    display: none
}

.rumi nav#mainmenu #menu-content #menu-content-level-1 section.cmp-article-tile,
.rumi nav#mainmenu #menu-content #menu-content-level-2 section.cmp-article-tile {
    display: none
}

@media(min-width:720px) {

    .rumi nav#mainmenu #menu-content #menu-content-level-1 section.cmp-article-tile,
    .rumi nav#mainmenu #menu-content #menu-content-level-2 section.cmp-article-tile {
        display: block
    }
}

.rumi nav#mainmenu #menu-content>ul {
    padding: 0;
    float: left;
    width: 320px
}

.rumi nav#mainmenu #menu-content>ul>li {
    display: block
}

.rumi nav#mainmenu #menu-content>ul>li a {
    color: #101010;
    padding: 1em 1em;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.rumi nav#mainmenu #menu-content>ul>li a img {
    display: inline-block;
    margin: 0;
    width: 1.5em;
    margin-right: .5em
}

.rumi nav#mainmenu #menu-content>ul>li a:hover,
.rumi nav#mainmenu #menu-content>ul>li a.open {
    background-color: #fff
}

.rumi nav#mainmenu #menu-content>ul>li.note {
    width: 100% !important;
    clear: both !important;
    padding: 1em
}

.rumi nav#mainmenu #menu-content>ul>li.note p {
    font-family: "Overpass", sans-serif;
    margin-bottom: 0
}

.rumi nav#mainmenu #menu-content>ul>li.note p a {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    color: #2cb3a1;
    display: inline
}

.rumi nav#mainmenu #menu-content>ul>li.note p:first-child {
    border-top: 1px solid #999;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.25em;
    padding-top: 1em
}

.rumi nav#mainmenu #menu-content>ul>li.search {
    position: relative
}

.rumi nav#mainmenu #menu-content>ul>li.search input {
    margin: 0;
    padding: .925em 3em .925em 1em;
    width: 100%
}

.rumi nav#mainmenu #menu-content>ul>li.search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 0;
    background-color: transparent;
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    padding: .5em
}

.rumi nav#mainmenu #menu-content>ul>li.search button:hover {
    color: #c4d82e;
    background-color: transparent
}

.rumi nav#mainmenu #menu-content>ul>li.search button:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi nav#mainmenu #menu-content>ul>li.parent a:after {
    font-family: FontAwesome;
    color: #c4d82e;
    content: "\f105";
    position: absolute;
    right: 1em;
    top: .75em;
    font-size: 1.25em;
    display: none
}

.rumi nav#mainmenu #menu-content>ul>li.back a {
    border-bottom: 1px solid #d4d3d4;
    text-decoration: none
}

.rumi nav#mainmenu #menu-content>ul>li.back a:before {
    font-size: .75em;
    font-family: FontAwesome;
    color: #c4d82e;
    content: "\f104";
    margin-right: 1em
}

.rumi nav#mainmenu #menu-content>ul>li#mainmenu-more,
.rumi nav#mainmenu #menu-content>ul>li#mainmenu-search-toggle {
    display: none
}

.rumi nav#mainmenu #menu-content>ul>li#mainmenu-cart a span.value:before {
    content: ' ('
}

.rumi nav#mainmenu #menu-content>ul>li#mainmenu-cart a span.value:after {
    content: ')'
}

.rumi nav#mainmenu #menu-content>ul>li>ul {
    display: none
}

.rumi nav#mainmenu #menu-content>ul:nth-child(3)>li.parent a:after {
    display: inline
}

.rumi nav#mainmenu.open #menu-content {
    display: block
}

@media(min-width:720px) {
    .rumi nav#mainmenu {
        top: 0;
        left: auto;
        display: block;
        width: 100%
    }

    .rumi nav#mainmenu.alert-active #menu-content {
        position: absolute;
        right: 0
    }

    .rumi nav#mainmenu.open {
        left: auto;
        bottom: auto
    }

    .rumi nav#mainmenu.open .menu-wrapper,
    .rumi nav#mainmenu:hover .menu-wrapper {
        background-color: #2cb3a1
    }

    .rumi nav#mainmenu .menu-wrapper {
        text-align: right;
        background-color: #2cb3a1
    }

    .rumi nav#mainmenu .menu-wrapper .logo-container {
        display: inline-block;
        float: left
    }

    .rumi nav#mainmenu .menu-wrapper .logo-container #logo {
        position: absolute;
        padding: 0
    }

    .rumi nav#mainmenu .menu {
        display: inline-block;
        text-align: right;
        white-space: nowrap;
        max-width: 77%
    }

    .rumi nav#mainmenu .menu>ul>li {
        display: inline;
        position: relative;
        border: 0;
        height: auto;
        float: left
    }

    .rumi nav#mainmenu .menu>ul>li:first-child a {
        padding-left: 2em;
        border-right: 0
    }

    .rumi nav#mainmenu .menu>ul>li:last-child a {
        padding-right: 2em
    }

    .rumi nav#mainmenu .menu>ul>li:first-child,
    .rumi nav#mainmenu .menu>ul>li:nth-child(2) {
        width: auto;
        margin: 0
    }

    .rumi nav#mainmenu .menu>ul>li a {
        color: #fff;
        background-color: transparent;
        display: inline-block;
        width: auto;
        padding: 2.3em 1em;
        vertical-align: middle;
        height: auto
    }

    .rumi nav#mainmenu .menu>ul>li.active a {
        color: #c4d82e
    }

    .rumi nav#mainmenu .menu ul.links,
    .rumi nav#mainmenu .menu ul.store,
    .rumi nav#mainmenu .menu ul.search {
        display: inline-block;
        vertical-align: middle;
        position: relative
    }

    .rumi nav#mainmenu .menu ul.store {
        padding-right: 1em
    }

    .rumi nav#mainmenu .menu ul.store:before,
    .rumi nav#mainmenu .menu ul.search:before {
        content: '';
        display: block;
        height: 2.5em;
        width: 1px;
        background-color: #999;
        position: absolute;
        top: 1.5em
    }

    .rumi nav#mainmenu .menu ul.links li#mainmenu-more {
        display: inline
    }

    .rumi nav#mainmenu .menu ul.links li#mainmenu-more a {
        display: none;
        color: #fff;
        float: none;
        position: static;
        width: auto;
        height: auto;
        padding: 2.3em 1em;
        background-color: transparent
    }

    .rumi nav#mainmenu .menu ul.links li#mainmenu-more a:hover,
    .rumi nav#mainmenu .menu ul.links li#mainmenu-more a.open {
        color: #c4d82e
    }

    .rumi nav#mainmenu .menu ul.links li#mainmenu-more a:before {
        display: none
    }

    .rumi nav#mainmenu .menu ul.links li#mainmenu-more a span.more {
        display: inline
    }

    .rumi nav#mainmenu .menu ul.links li#mainmenu-more a:after {
        content: '...';
        font-family: "Overpass", sans-serif !important
    }

    .rumi nav#mainmenu .menu ul.links li#mainmenu-more.available a {
        display: inline-block
    }

    .rumi nav#mainmenu .menu li#mainmenu-cart>a,
    .rumi nav#mainmenu .menu li#mainmenu-location>a,
    .rumi nav#mainmenu .menu li#mainmenu-search-toggle>a,
    .rumi nav#mainmenu .menu li#mainmenu-account>a {
        color: #fff
    }

    .rumi nav#mainmenu .menu li#mainmenu-cart>a:hover,
    .rumi nav#mainmenu .menu li#mainmenu-location>a:hover,
    .rumi nav#mainmenu .menu li#mainmenu-search-toggle>a:hover,
    .rumi nav#mainmenu .menu li#mainmenu-account>a:hover {
        color: #c4d82e
    }

    .rumi nav#mainmenu .menu li#mainmenu-cart>a:after,
    .rumi nav#mainmenu .menu li#mainmenu-location>a:after,
    .rumi nav#mainmenu .menu li#mainmenu-search-toggle>a:after,
    .rumi nav#mainmenu .menu li#mainmenu-account>a:after {
        position: absolute;
        font-size: 1.5em;
        margin-left: -0.4em;
        margin-top: -0.15em
    }

    .rumi nav#mainmenu .menu ul.store li#mainmenu-store a {
        padding-right: .5em
    }

    .rumi nav#mainmenu .menu ul.store li#mainmenu-cart a {
        color: #c4d82e;
        padding-left: .5em;
        color: #c4d82e
    }

    .rumi nav#mainmenu .menu ul.store li#mainmenu-cart a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .rumi nav#mainmenu .menu ul.store li#mainmenu-cart a span.label {
        display: none
    }

    .rumi nav#mainmenu .menu ul.store li#mainmenu-cart a span.value {
        position: absolute;
        left: .8em;
        top: 2.5em;
        font-size: .75em
    }

    .rumi nav#mainmenu .menu ul.store li#mainmenu-cart a span.value:before,
    .rumi nav#mainmenu .menu ul.store li#mainmenu-cart a span.value:after {
        display: none
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle>a {
        padding-right: 1.125em
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle>a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform {
        position: absolute;
        right: 0;
        top: 1.5em;
        width: 0;
        background-color: #fff;
        overflow: hidden;
        -webkit-transition: width .2s ease-out;
        transition: width .2s ease-out
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform input {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        padding: .75em 3.25em .75em 2.75em
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button {
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: 0;
        background-color: transparent;
        color: #999;
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        padding: .35em
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button:hover {
        color: #c4d82e
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform .results,
    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform .top-results {
        display: none
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open>a {
        z-index: 1;
        color: #999
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open>a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open #mainmenu-searchform {
        width: 20em
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-location a {
        padding: 2.75em 2.125em
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-location a:after {
        content: '\f0ac';
        margin-top: -0.5em
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-location a span {
        display: none
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-account a {
        padding-left: 1.125em
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-account a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .rumi nav#mainmenu .menu ul.search li#mainmenu-account a span {
        display: none
    }

    .rumi nav#mainmenu #menu-content {
        float: right;
        min-height: 21.875em;
        width: 0;
        margin-left: 0 !important;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f0f0f0), color-stop(50%, #fff));
        background: linear-gradient(90deg, #f0f0f0 50%, #fff 50%);
        position: absolute;
        border-bottom: 1px solid #f0f0f0;
        right: 0
    }

    .rumi nav#mainmenu #menu-content .promoted-content {
        padding: 1.75em 1.75em
    }

    .rumi nav#mainmenu #menu-content .promoted-content.closed {
        display: none !important
    }

    .rumi nav#mainmenu #menu-content .promoted-content .image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 0;
        display: block;
        position: relative;
        padding-top: 50%;
        margin-bottom: 1em
    }

    .rumi nav#mainmenu #menu-content .promoted-content .image>.fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center
    }

    .rumi nav#mainmenu #menu-content .promoted-content .image>.fill:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.3em
    }

    .rumi nav#mainmenu #menu-content .promoted-content .image>.fill>* {
        display: inline-block;
        vertical-align: middle
    }

    .rumi nav#mainmenu #menu-content .promoted-content p.category {
        color: #999;
        text-transform: uppercase;
        font-family: "Overpass", sans-serif;
        font-style: italic;
        font-size: .9em
    }

    .rumi nav#mainmenu #menu-content .promoted-content a.title {
        text-transform: uppercase;
        color: #fff;
        padding-bottom: .5em;
        margin-bottom: 1.5em;
        display: inline-block;
        font-family: "Fjalla One", sans-serif;
        font-weight: normal;
        color: #333;
        font-size: 1.5em;
        text-transform: none
    }

    .rumi nav#mainmenu #menu-content .promoted-content a.title:after {
        content: "";
        display: block;
        width: 2em;
        height: 3px;
        background-color: #0057b8;
        margin: .5em auto 0 0
    }

    .rumi nav#mainmenu #menu-content .promoted-content#promoted-content-1 {
        display: block;
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 0
    }

    .rumi nav#mainmenu #menu-content>ul {
        padding: 1em 0;
        width: 50% !important;
        display: none
    }

    .rumi nav#mainmenu #menu-content>ul:nth-child(3),
    .rumi nav#mainmenu #menu-content>ul:nth-child(4) {
        display: block
    }

    .rumi nav#mainmenu #menu-content>ul:nth-child(3)>li {
        display: block
    }

    .rumi nav#mainmenu #menu-content>ul:nth-child(3)>li.parent a:after {
        right: 1em;
        display: inline
    }

    .rumi nav#mainmenu #menu-content>ul:nth-child(3)>li:nth-child(2)>ul {
        display: none
    }

    .rumi nav#mainmenu #menu-content>ul:nth-child(4)>li {
        width: 100%
    }

    .rumi nav#mainmenu #menu-content>ul>li a {
        padding: .75em 1.75em;
        color: #999
    }

    .rumi nav#mainmenu #menu-content>ul>li a:hover {
        color: #101010
    }

    .rumi nav#mainmenu #menu-content>ul>li>a {
        color: #101010
    }

    .rumi nav#mainmenu #menu-content>ul>li.parent a:after {
        top: .5em;
        display: none
    }

    .rumi nav#mainmenu #menu-content>ul>li.back,
    .rumi nav#mainmenu #menu-content>ul>li.not-available,
    .rumi nav#mainmenu #menu-content>ul>li.search {
        display: none
    }

    .rumi nav#mainmenu #menu-content>ul>li.priority>ul {
        display: inline-block;
        margin-left: 1em
    }

    .rumi nav#mainmenu #menu-content>ul>li.priority>ul>li>ul {
        display: none
    }

    .rumi nav#mainmenu #menu-content>ul>li.note {
        padding: 1em 1.75em
    }

    .rumi nav#mainmenu #menu-content.mainmenu-location {
        background: #f0f0f0;
        min-height: 0
    }

    .rumi nav#mainmenu #menu-content.mainmenu-location .promoted-content#promoted-content-1,
    .rumi nav#mainmenu #menu-content.mainmenu-location .promoted-content#promoted-content-2 {
        display: none
    }

    .rumi nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) {
        width: 100% !important
    }

    .rumi nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li {
        width: 50%;
        float: left
    }

    .rumi nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(2n+1) {
        clear: left
    }
}

@media(min-width:992px) {
    .rumi nav#mainmenu #menu-content {
        min-width: 800px;
        background: -webkit-gradient(linear, left top, right top, color-stop(33%, #f0f0f0), color-stop(33%, #fff));
        background: linear-gradient(90deg, #f0f0f0 33%, #fff 33%)
    }

    .rumi nav#mainmenu #menu-content .promoted-content#promoted-content-1 {
        left: 33%;
        right: 33.5%;
        top: 0;
        bottom: 0;
        padding-right: .875em
    }

    .rumi nav#mainmenu #menu-content .promoted-content#promoted-content-2 {
        padding-left: .875em;
        position: absolute;
        display: block;
        left: 66.5%;
        right: 0;
        top: 0;
        bottom: 0
    }

    .rumi nav#mainmenu #menu-content>ul {
        width: 66% !important
    }

    .rumi nav#mainmenu #menu-content>ul:nth-child(3) {
        width: 33% !important
    }

    .rumi nav#mainmenu #menu-content>ul:nth-child(3)>li {
        width: 100%
    }

    .rumi nav#mainmenu #menu-content>ul:nth-child(4) {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }

    .rumi nav#mainmenu #menu-content>ul>li {
        width: 50%
    }

    .rumi nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) {
        width: 100% !important
    }

    .rumi nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li {
        width: 33.33%;
        float: left
    }

    .rumi nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(2n+1) {
        clear: none
    }

    .rumi nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(3n+1) {
        clear: left
    }
}

.ashcor nav#mainmenu {
    font-family: "Fjalla One", sans-serif;
    left: 0;
    right: 0;
    z-index: 2
}

.ashcor nav#mainmenu.alert-active {
    position: relative
}

.ashcor nav#mainmenu.alert-active #menu-content {
    position: absolute
}

.ashcor nav#mainmenu .sub-nav-right-wrapper {
    display: none
}

.ashcor nav#mainmenu .logo-container #logo {
    height: 3.25em;
    top: -3.25em;
    right: 0;
    left: 0;
    z-index: 3;
    background-color: #004967;
    padding: 1em 0 0 1em;
    display: block
}

.ashcor nav#mainmenu .logo-container #logo img {
    height: 1.5em
}

@media(min-width:720px) {
    .ashcor nav#mainmenu .logo-container #logo {
        background-color: transparent;
        top: 1.5em;
        left: 1em;
        right: auto;
        height: auto;
        width: 8em;
        border-bottom: 0
    }

    .ashcor nav#mainmenu .logo-container #logo img {
        width: 100%;
        height: auto;
        margin: 0
    }
}

.ashcor nav#mainmenu a {
    font-weight: normal;
    text-decoration: none;
    cursor: pointer
}

.ashcor nav#mainmenu .menu {
    font-size: .9375em
}

.ashcor nav#mainmenu .menu::after {
    display: block;
    clear: both;
    content: ""
}

.ashcor nav#mainmenu .menu ul {
    margin: 0
}

.ashcor nav#mainmenu .menu a:hover {
    text-decoration: none
}

.ashcor nav#mainmenu .menu ul.links {
    margin: 0;
    font-size: 100%
}

.ashcor nav#mainmenu .menu ul.links li#mainmenu-more {
    display: block
}

.ashcor nav#mainmenu .menu ul.links li#mainmenu-more a {
    width: 12.5%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    display: block;
    text-align: center;
    padding: 1em 0;
    position: relative
}

.ashcor nav#mainmenu .menu ul.links li#mainmenu-more a:before {
    font-family: FontAwesome;
    content: "\f0c9";
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    font-size: 1.5em
}

.ashcor nav#mainmenu .menu ul.links li#mainmenu-more a.open:before {
    content: "\f00d"
}

.ashcor nav#mainmenu .menu ul.links li#mainmenu-more a span.more {
    display: none
}

.ashcor nav#mainmenu .menu ul.store,
.ashcor nav#mainmenu .menu ul.search {
    display: none
}

.ashcor nav#mainmenu .menu li#mainmenu-location {
    font-family: FontAwesome
}

.ashcor nav#mainmenu .menu>ul>li {
    display: none;
    border-bottom: 1px solid #004967;
    border-right: 1px solid #004967;
    height: 3em
}

.ashcor nav#mainmenu .menu>ul>li:last-child {
    border-right: 0
}

.ashcor nav#mainmenu .menu>ul>li:first-child {
    width: 43.75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none
}

.ashcor nav#mainmenu .menu>ul>li:nth-child(2) {
    width: 43.75%;
    float: left;
    margin-right: -100%;
    margin-left: 43.75%;
    clear: none
}

.ashcor nav#mainmenu .menu>ul>li:first-child,
.ashcor nav#mainmenu .menu>ul>li:nth-child(2) {
    display: inline-block
}

.ashcor nav#mainmenu .menu>ul>li:first-child a,
.ashcor nav#mainmenu .menu>ul>li:nth-child(2) a {
    display: block
}

.ashcor nav#mainmenu .menu>ul>li a {
    display: none;
    position: relative;
    color: #004967;
    background-color: #fff;
    padding: 1em 0 1em 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%
}

.ashcor nav#mainmenu .menu>ul>li a.open,
.ashcor nav#mainmenu .menu>ul>li a:hover {
    color: #0057b8
}

.ashcor nav#mainmenu .menu>ul>li a.open:after,
.ashcor nav#mainmenu .menu>ul>li a.open:before,
.ashcor nav#mainmenu .menu>ul>li a:hover:after,
.ashcor nav#mainmenu .menu>ul>li a:hover:before {
    color: #0057b8
}

.ashcor nav#mainmenu .menu>ul>li.parent a.has-more:after {
    font-size: 1em;
    font-family: FontAwesome;
    content: "\f107";
    margin-left: .5em
}

.ashcor nav#mainmenu .menu>ul>li a.has-more.open:after {
    font-family: FontAwesome;
    content: "\f106"
}

.ashcor nav#mainmenu .menu>ul>li>ul,
.ashcor nav#mainmenu .menu>ul>li .promoted-content {
    display: none
}

.ashcor nav#mainmenu #menu-content {
    font-size: .9375em;
    display: none;
    background-color: #f0f0f0;
    position: absolute;
    z-index: 5
}

.ashcor nav#mainmenu #menu-content::after {
    display: block;
    clear: both;
    content: ""
}

.ashcor nav#mainmenu #menu-content .promoted-content {
    display: none
}

.ashcor nav#mainmenu #menu-content #menu-content-level-1 section.cmp-article-tile,
.ashcor nav#mainmenu #menu-content #menu-content-level-2 section.cmp-article-tile {
    display: none
}

@media(min-width:720px) {

    .ashcor nav#mainmenu #menu-content #menu-content-level-1 section.cmp-article-tile,
    .ashcor nav#mainmenu #menu-content #menu-content-level-2 section.cmp-article-tile {
        display: block
    }
}

.ashcor nav#mainmenu #menu-content>ul {
    padding: 0;
    float: left;
    width: 320px
}

.ashcor nav#mainmenu #menu-content>ul>li {
    display: block
}

.ashcor nav#mainmenu #menu-content>ul>li a {
    color: #101010;
    padding: 1em 1em;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.ashcor nav#mainmenu #menu-content>ul>li a img {
    display: inline-block;
    margin: 0;
    width: 1.5em;
    margin-right: .5em
}

.ashcor nav#mainmenu #menu-content>ul>li a:hover,
.ashcor nav#mainmenu #menu-content>ul>li a.open {
    background-color: #fff
}

.ashcor nav#mainmenu #menu-content>ul>li.note {
    width: 100% !important;
    clear: both !important;
    padding: 1em
}

.ashcor nav#mainmenu #menu-content>ul>li.note p {
    font-family: "Asap", sans-serif;
    margin-bottom: 0
}

.ashcor nav#mainmenu #menu-content>ul>li.note p a {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    color: #004967;
    display: inline
}

.ashcor nav#mainmenu #menu-content>ul>li.note p:first-child {
    border-top: 1px solid #999;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.25em;
    padding-top: 1em
}

.ashcor nav#mainmenu #menu-content>ul>li.search {
    position: relative
}

.ashcor nav#mainmenu #menu-content>ul>li.search input {
    margin: 0;
    padding: .925em 3em .925em 1em;
    width: 100%
}

.ashcor nav#mainmenu #menu-content>ul>li.search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 0;
    background-color: transparent;
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    padding: .5em
}

.ashcor nav#mainmenu #menu-content>ul>li.search button:hover {
    color: #0057b8;
    background-color: transparent
}

.ashcor nav#mainmenu #menu-content>ul>li.search button:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ashcor nav#mainmenu #menu-content>ul>li.parent a:after {
    font-family: FontAwesome;
    color: #0057b8;
    content: "\f105";
    position: absolute;
    right: 1em;
    top: .75em;
    font-size: 1.25em;
    display: none
}

.ashcor nav#mainmenu #menu-content>ul>li.back a {
    border-bottom: 1px solid #d4d3d4;
    text-decoration: none
}

.ashcor nav#mainmenu #menu-content>ul>li.back a:before {
    font-size: .75em;
    font-family: FontAwesome;
    color: #0057b8;
    content: "\f104";
    margin-right: 1em
}

.ashcor nav#mainmenu #menu-content>ul>li#mainmenu-more,
.ashcor nav#mainmenu #menu-content>ul>li#mainmenu-search-toggle {
    display: none
}

.ashcor nav#mainmenu #menu-content>ul>li#mainmenu-cart a span.value:before {
    content: ' ('
}

.ashcor nav#mainmenu #menu-content>ul>li#mainmenu-cart a span.value:after {
    content: ')'
}

.ashcor nav#mainmenu #menu-content>ul>li>ul {
    display: none
}

.ashcor nav#mainmenu #menu-content>ul:nth-child(3)>li.parent a:after {
    display: inline
}

.ashcor nav#mainmenu.open #menu-content {
    display: block
}

@media(min-width:720px) {
    .ashcor nav#mainmenu {
        top: 0;
        left: auto;
        display: block;
        width: 100%
    }

    .ashcor nav#mainmenu.alert-active #menu-content {
        position: absolute;
        right: 0
    }

    .ashcor nav#mainmenu.open {
        left: auto;
        bottom: auto
    }

    .ashcor nav#mainmenu.open .menu-wrapper,
    .ashcor nav#mainmenu:hover .menu-wrapper {
        background-color: #004967
    }

    .ashcor nav#mainmenu .menu-wrapper {
        text-align: right;
        background-color: #004967
    }

    .ashcor nav#mainmenu .menu-wrapper .logo-container {
        display: inline-block;
        float: left
    }

    .ashcor nav#mainmenu .menu-wrapper .logo-container #logo {
        position: absolute;
        padding: 0
    }

    .ashcor nav#mainmenu .menu {
        display: inline-block;
        text-align: right;
        white-space: nowrap;
        max-width: 77%
    }

    .ashcor nav#mainmenu .menu>ul>li {
        display: inline;
        position: relative;
        border: 0;
        height: auto;
        float: left
    }

    .ashcor nav#mainmenu .menu>ul>li:first-child a {
        padding-left: 2em;
        border-right: 0
    }

    .ashcor nav#mainmenu .menu>ul>li:last-child a {
        padding-right: 2em
    }

    .ashcor nav#mainmenu .menu>ul>li:first-child,
    .ashcor nav#mainmenu .menu>ul>li:nth-child(2) {
        width: auto;
        margin: 0
    }

    .ashcor nav#mainmenu .menu>ul>li a {
        color: #fff;
        background-color: transparent;
        display: inline-block;
        width: auto;
        padding: 2.3em 1em;
        vertical-align: middle;
        height: auto
    }

    .ashcor nav#mainmenu .menu>ul>li.active a {
        color: #0057b8
    }

    .ashcor nav#mainmenu .menu ul.links,
    .ashcor nav#mainmenu .menu ul.store,
    .ashcor nav#mainmenu .menu ul.search {
        display: inline-block;
        vertical-align: middle;
        position: relative
    }

    .ashcor nav#mainmenu .menu ul.store {
        padding-right: 1em
    }

    .ashcor nav#mainmenu .menu ul.store:before,
    .ashcor nav#mainmenu .menu ul.search:before {
        content: '';
        display: block;
        height: 2.5em;
        width: 1px;
        background-color: #999;
        position: absolute;
        top: 1.5em
    }

    .ashcor nav#mainmenu .menu ul.links li#mainmenu-more {
        display: inline
    }

    .ashcor nav#mainmenu .menu ul.links li#mainmenu-more a {
        display: none;
        color: #fff;
        float: none;
        position: static;
        width: auto;
        height: auto;
        padding: 2.3em 1em;
        background-color: transparent
    }

    .ashcor nav#mainmenu .menu ul.links li#mainmenu-more a:hover,
    .ashcor nav#mainmenu .menu ul.links li#mainmenu-more a.open {
        color: #0057b8
    }

    .ashcor nav#mainmenu .menu ul.links li#mainmenu-more a:before {
        display: none
    }

    .ashcor nav#mainmenu .menu ul.links li#mainmenu-more a span.more {
        display: inline
    }

    .ashcor nav#mainmenu .menu ul.links li#mainmenu-more a:after {
        content: '...';
        font-family: "Asap", sans-serif !important
    }

    .ashcor nav#mainmenu .menu ul.links li#mainmenu-more.available a {
        display: inline-block
    }

    .ashcor nav#mainmenu .menu li#mainmenu-cart>a,
    .ashcor nav#mainmenu .menu li#mainmenu-location>a,
    .ashcor nav#mainmenu .menu li#mainmenu-search-toggle>a,
    .ashcor nav#mainmenu .menu li#mainmenu-account>a {
        color: #fff
    }

    .ashcor nav#mainmenu .menu li#mainmenu-cart>a:hover,
    .ashcor nav#mainmenu .menu li#mainmenu-location>a:hover,
    .ashcor nav#mainmenu .menu li#mainmenu-search-toggle>a:hover,
    .ashcor nav#mainmenu .menu li#mainmenu-account>a:hover {
        color: #0057b8
    }

    .ashcor nav#mainmenu .menu li#mainmenu-cart>a:after,
    .ashcor nav#mainmenu .menu li#mainmenu-location>a:after,
    .ashcor nav#mainmenu .menu li#mainmenu-search-toggle>a:after,
    .ashcor nav#mainmenu .menu li#mainmenu-account>a:after {
        position: absolute;
        font-size: 1.5em;
        margin-left: -0.4em;
        margin-top: -0.15em
    }

    .ashcor nav#mainmenu .menu ul.store li#mainmenu-store a {
        padding-right: .5em
    }

    .ashcor nav#mainmenu .menu ul.store li#mainmenu-cart a {
        color: #0057b8;
        padding-left: .5em;
        color: #0057b8
    }

    .ashcor nav#mainmenu .menu ul.store li#mainmenu-cart a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .ashcor nav#mainmenu .menu ul.store li#mainmenu-cart a span.label {
        display: none
    }

    .ashcor nav#mainmenu .menu ul.store li#mainmenu-cart a span.value {
        position: absolute;
        left: .8em;
        top: 2.5em;
        font-size: .75em
    }

    .ashcor nav#mainmenu .menu ul.store li#mainmenu-cart a span.value:before,
    .ashcor nav#mainmenu .menu ul.store li#mainmenu-cart a span.value:after {
        display: none
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle>a {
        padding-right: 1.125em
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle>a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform {
        position: absolute;
        right: 0;
        top: 1.5em;
        width: 0;
        background-color: #fff;
        overflow: hidden;
        -webkit-transition: width .2s ease-out;
        transition: width .2s ease-out
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform input {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        padding: .75em 3.25em .75em 2.75em
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button {
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: 0;
        background-color: transparent;
        color: #999;
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        padding: .35em
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button:hover {
        color: #0057b8
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform .results,
    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform .top-results {
        display: none
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open>a {
        z-index: 1;
        color: #999
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open>a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open #mainmenu-searchform {
        width: 20em
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-location a {
        padding: 2.75em 2.125em
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-location a:after {
        content: '\f0ac';
        margin-top: -0.5em
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-location a span {
        display: none
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-account a {
        padding-left: 1.125em
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-account a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .ashcor nav#mainmenu .menu ul.search li#mainmenu-account a span {
        display: none
    }

    .ashcor nav#mainmenu #menu-content {
        float: right;
        min-height: 21.875em;
        width: 0;
        margin-left: 0 !important;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f0f0f0), color-stop(50%, #fff));
        background: linear-gradient(90deg, #f0f0f0 50%, #fff 50%);
        position: absolute;
        border-bottom: 1px solid #f0f0f0;
        right: 0
    }

    .ashcor nav#mainmenu #menu-content .promoted-content {
        padding: 1.75em 1.75em
    }

    .ashcor nav#mainmenu #menu-content .promoted-content.closed {
        display: none !important
    }

    .ashcor nav#mainmenu #menu-content .promoted-content .image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 0;
        display: block;
        position: relative;
        padding-top: 50%;
        margin-bottom: 1em
    }

    .ashcor nav#mainmenu #menu-content .promoted-content .image>.fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center
    }

    .ashcor nav#mainmenu #menu-content .promoted-content .image>.fill:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.3em
    }

    .ashcor nav#mainmenu #menu-content .promoted-content .image>.fill>* {
        display: inline-block;
        vertical-align: middle
    }

    .ashcor nav#mainmenu #menu-content .promoted-content p.category {
        color: #999;
        text-transform: uppercase;
        font-family: "Asap", sans-serif;
        font-style: italic;
        font-size: .9em
    }

    .ashcor nav#mainmenu #menu-content .promoted-content a.title {
        text-transform: uppercase;
        color: #fff;
        padding-bottom: .5em;
        margin-bottom: 1.5em;
        display: inline-block;
        font-family: "Fjalla One", sans-serif;
        font-weight: normal;
        color: #333;
        font-size: 1.5em;
        text-transform: none
    }

    .ashcor nav#mainmenu #menu-content .promoted-content a.title:after {
        content: "";
        display: block;
        width: 2em;
        height: 3px;
        background-color: #0057b8;
        margin: .5em auto 0 0
    }

    .ashcor nav#mainmenu #menu-content .promoted-content#promoted-content-1 {
        display: block;
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 0
    }

    .ashcor nav#mainmenu #menu-content>ul {
        padding: 1em 0;
        width: 50% !important;
        display: none
    }

    .ashcor nav#mainmenu #menu-content>ul:nth-child(3),
    .ashcor nav#mainmenu #menu-content>ul:nth-child(4) {
        display: block
    }

    .ashcor nav#mainmenu #menu-content>ul:nth-child(3)>li {
        display: block
    }

    .ashcor nav#mainmenu #menu-content>ul:nth-child(3)>li.parent a:after {
        right: 1em;
        display: inline
    }

    .ashcor nav#mainmenu #menu-content>ul:nth-child(3)>li:nth-child(2)>ul {
        display: none
    }

    .ashcor nav#mainmenu #menu-content>ul:nth-child(4)>li {
        width: 100%
    }

    .ashcor nav#mainmenu #menu-content>ul>li a {
        padding: .75em 1.75em;
        color: #999
    }

    .ashcor nav#mainmenu #menu-content>ul>li a:hover {
        color: #101010
    }

    .ashcor nav#mainmenu #menu-content>ul>li>a {
        color: #101010
    }

    .ashcor nav#mainmenu #menu-content>ul>li.parent a:after {
        top: .5em;
        display: none
    }

    .ashcor nav#mainmenu #menu-content>ul>li.back,
    .ashcor nav#mainmenu #menu-content>ul>li.not-available,
    .ashcor nav#mainmenu #menu-content>ul>li.search {
        display: none
    }

    .ashcor nav#mainmenu #menu-content>ul>li.priority>ul {
        display: inline-block;
        margin-left: 1em
    }

    .ashcor nav#mainmenu #menu-content>ul>li.priority>ul>li>ul {
        display: none
    }

    .ashcor nav#mainmenu #menu-content>ul>li.note {
        padding: 1em 1.75em
    }

    .ashcor nav#mainmenu #menu-content.mainmenu-location {
        background: #f0f0f0;
        min-height: 0
    }

    .ashcor nav#mainmenu #menu-content.mainmenu-location .promoted-content#promoted-content-1,
    .ashcor nav#mainmenu #menu-content.mainmenu-location .promoted-content#promoted-content-2 {
        display: none
    }

    .ashcor nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) {
        width: 100% !important
    }

    .ashcor nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li {
        width: 50%;
        float: left
    }

    .ashcor nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(2n+1) {
        clear: left
    }
}

@media(min-width:992px) {
    .ashcor nav#mainmenu #menu-content {
        min-width: 800px;
        background: -webkit-gradient(linear, left top, right top, color-stop(33%, #f0f0f0), color-stop(33%, #fff));
        background: linear-gradient(90deg, #f0f0f0 33%, #fff 33%)
    }

    .ashcor nav#mainmenu #menu-content .promoted-content#promoted-content-1 {
        left: 33%;
        right: 33.5%;
        top: 0;
        bottom: 0;
        padding-right: .875em
    }

    .ashcor nav#mainmenu #menu-content .promoted-content#promoted-content-2 {
        padding-left: .875em;
        position: absolute;
        display: block;
        left: 66.5%;
        right: 0;
        top: 0;
        bottom: 0
    }

    .ashcor nav#mainmenu #menu-content>ul {
        width: 66% !important
    }

    .ashcor nav#mainmenu #menu-content>ul:nth-child(3) {
        width: 33% !important
    }

    .ashcor nav#mainmenu #menu-content>ul:nth-child(3)>li {
        width: 100%
    }

    .ashcor nav#mainmenu #menu-content>ul:nth-child(4) {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }

    .ashcor nav#mainmenu #menu-content>ul>li {
        width: 50%
    }

    .ashcor nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) {
        width: 100% !important
    }

    .ashcor nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li {
        width: 33.33%;
        float: left
    }

    .ashcor nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(2n+1) {
        clear: none
    }

    .ashcor nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(3n+1) {
        clear: left
    }
}

.atcoenergy nav#mainmenu {
    font-family: "Montserrat", sans-serif;
    left: 0;
    right: 0;
    z-index: 2
}

.atcoenergy nav#mainmenu.alert-active {
    position: relative
}

.atcoenergy nav#mainmenu.alert-active #menu-content {
    position: absolute
}

.atcoenergy nav#mainmenu .sub-nav-right-wrapper {
    display: none
}

.atcoenergy nav#mainmenu .logo-container #logo {
    height: 3.25em;
    top: -3.25em;
    right: 0;
    left: 0;
    z-index: 3;
    background-color: #fff;
    padding: 1em 0 0 1em;
    display: block
}

.atcoenergy nav#mainmenu .logo-container #logo img {
    height: 1.5em
}

@media(min-width:720px) {
    .atcoenergy nav#mainmenu .logo-container #logo {
        background-color: transparent;
        top: 1.5em;
        left: 1em;
        right: auto;
        height: auto;
        width: 8em;
        border-bottom: 0
    }

    .atcoenergy nav#mainmenu .logo-container #logo img {
        width: 100%;
        height: auto;
        margin: 0
    }
}

.atcoenergy nav#mainmenu a {
    font-weight: normal;
    text-decoration: none;
    cursor: pointer
}

.atcoenergy nav#mainmenu .menu {
    font-size: .9375em
}

.atcoenergy nav#mainmenu .menu::after {
    display: block;
    clear: both;
    content: ""
}

.atcoenergy nav#mainmenu .menu ul {
    margin: 0
}

.atcoenergy nav#mainmenu .menu a:hover {
    text-decoration: none
}

.atcoenergy nav#mainmenu .menu ul.links {
    margin: 0;
    font-size: 100%
}

.atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more {
    display: block
}

.atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a {
    width: 12.5%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    display: block;
    text-align: center;
    padding: 1em 0;
    position: relative
}

.atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a:before {
    font-family: FontAwesome;
    content: "\f0c9";
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    bottom: 0;
    font-size: 1.5em
}

.atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a.open:before {
    content: "\f00d"
}

.atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a span.more {
    display: none
}

.atcoenergy nav#mainmenu .menu ul.store,
.atcoenergy nav#mainmenu .menu ul.search {
    display: none
}

.atcoenergy nav#mainmenu .menu li#mainmenu-location {
    font-family: FontAwesome
}

.atcoenergy nav#mainmenu .menu>ul>li {
    display: none;
    border-bottom: 1px solid #0a8289;
    border-right: 1px solid #0a8289;
    height: 3em
}

.atcoenergy nav#mainmenu .menu>ul>li:last-child {
    border-right: 0
}

.atcoenergy nav#mainmenu .menu>ul>li:first-child {
    width: 43.75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none
}

.atcoenergy nav#mainmenu .menu>ul>li:nth-child(2) {
    width: 43.75%;
    float: left;
    margin-right: -100%;
    margin-left: 43.75%;
    clear: none
}

.atcoenergy nav#mainmenu .menu>ul>li:first-child,
.atcoenergy nav#mainmenu .menu>ul>li:nth-child(2) {
    display: inline-block
}

.atcoenergy nav#mainmenu .menu>ul>li:first-child a,
.atcoenergy nav#mainmenu .menu>ul>li:nth-child(2) a {
    display: block
}

.atcoenergy nav#mainmenu .menu>ul>li a {
    display: none;
    position: relative;
    color: #0a8289;
    background-color: #fff;
    padding: 1em 0 1em 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%
}

.atcoenergy nav#mainmenu .menu>ul>li a.open,
.atcoenergy nav#mainmenu .menu>ul>li a:hover {
    color: #54a8ad
}

.atcoenergy nav#mainmenu .menu>ul>li a.open:after,
.atcoenergy nav#mainmenu .menu>ul>li a.open:before,
.atcoenergy nav#mainmenu .menu>ul>li a:hover:after,
.atcoenergy nav#mainmenu .menu>ul>li a:hover:before {
    color: #54a8ad
}

.atcoenergy nav#mainmenu .menu>ul>li.parent a.has-more:after {
    font-size: 1em;
    font-family: FontAwesome;
    content: "\f107";
    margin-left: .5em
}

.atcoenergy nav#mainmenu .menu>ul>li a.has-more.open:after {
    font-family: FontAwesome;
    content: "\f106"
}

.atcoenergy nav#mainmenu .menu>ul>li>ul,
.atcoenergy nav#mainmenu .menu>ul>li .promoted-content {
    display: none
}

.atcoenergy nav#mainmenu #menu-content {
    font-size: .9375em;
    display: none;
    background-color: #f0f0f0;
    position: absolute;
    z-index: 5
}

.atcoenergy nav#mainmenu #menu-content::after {
    display: block;
    clear: both;
    content: ""
}

.atcoenergy nav#mainmenu #menu-content .promoted-content {
    display: none
}

.atcoenergy nav#mainmenu #menu-content #menu-content-level-1 section.cmp-article-tile,
.atcoenergy nav#mainmenu #menu-content #menu-content-level-2 section.cmp-article-tile {
    display: none
}

@media(min-width:720px) {

    .atcoenergy nav#mainmenu #menu-content #menu-content-level-1 section.cmp-article-tile,
    .atcoenergy nav#mainmenu #menu-content #menu-content-level-2 section.cmp-article-tile {
        display: block
    }
}

.atcoenergy nav#mainmenu #menu-content>ul {
    padding: 0;
    float: left;
    width: 320px
}

.atcoenergy nav#mainmenu #menu-content>ul>li {
    display: block
}

.atcoenergy nav#mainmenu #menu-content>ul>li a {
    color: #101010;
    padding: 1em 1em;
    display: block;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.atcoenergy nav#mainmenu #menu-content>ul>li a img {
    display: inline-block;
    margin: 0;
    width: 1.5em;
    margin-right: .5em
}

.atcoenergy nav#mainmenu #menu-content>ul>li a:hover,
.atcoenergy nav#mainmenu #menu-content>ul>li a.open {
    background-color: #fff
}

.atcoenergy nav#mainmenu #menu-content>ul>li.note {
    width: 100% !important;
    clear: both !important;
    padding: 1em
}

.atcoenergy nav#mainmenu #menu-content>ul>li.note p {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0
}

.atcoenergy nav#mainmenu #menu-content>ul>li.note p a {
    background-color: transparent !important;
    padding: 0;
    margin: 0;
    color: #0a8289;
    display: inline
}

.atcoenergy nav#mainmenu #menu-content>ul>li.note p:first-child {
    border-top: 1px solid #999;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-size: 1.25em;
    line-height: 1.25em;
    padding-top: 1em
}

.atcoenergy nav#mainmenu #menu-content>ul>li.search {
    position: relative
}

.atcoenergy nav#mainmenu #menu-content>ul>li.search input {
    margin: 0;
    padding: .925em 3em .925em 1em;
    width: 100%
}

.atcoenergy nav#mainmenu #menu-content>ul>li.search button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-bottom: 0;
    background-color: transparent;
    color: #999;
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    padding: .5em
}

.atcoenergy nav#mainmenu #menu-content>ul>li.search button:hover {
    color: #54a8ad;
    background-color: transparent
}

.atcoenergy nav#mainmenu #menu-content>ul>li.search button:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy nav#mainmenu #menu-content>ul>li.parent a:after {
    font-family: FontAwesome;
    color: #c4d82e;
    content: "\f105";
    position: absolute;
    right: 1em;
    top: .75em;
    font-size: 1.25em;
    display: none
}

.atcoenergy nav#mainmenu #menu-content>ul>li.back a {
    border-bottom: 1px solid #d4d3d4;
    text-decoration: none
}

.atcoenergy nav#mainmenu #menu-content>ul>li.back a:before {
    font-size: .75em;
    font-family: FontAwesome;
    color: #c4d82e;
    content: "\f104";
    margin-right: 1em
}

.atcoenergy nav#mainmenu #menu-content>ul>li#mainmenu-more,
.atcoenergy nav#mainmenu #menu-content>ul>li#mainmenu-search-toggle {
    display: none
}

.atcoenergy nav#mainmenu #menu-content>ul>li#mainmenu-cart a span.value:before {
    content: ' ('
}

.atcoenergy nav#mainmenu #menu-content>ul>li#mainmenu-cart a span.value:after {
    content: ')'
}

.atcoenergy nav#mainmenu #menu-content>ul>li>ul {
    display: none
}

.atcoenergy nav#mainmenu #menu-content>ul:nth-child(3)>li.parent a:after {
    display: inline
}

.atcoenergy nav#mainmenu.open #menu-content {
    display: block
}

@media(min-width:720px) {
    .atcoenergy nav#mainmenu {
        top: 0;
        left: auto;
        display: block;
        width: 100%
    }

    .atcoenergy nav#mainmenu.alert-active #menu-content {
        position: absolute;
        right: 0
    }

    .atcoenergy nav#mainmenu.open {
        left: auto;
        bottom: auto
    }

    .atcoenergy nav#mainmenu.open .menu-wrapper,
    .atcoenergy nav#mainmenu:hover .menu-wrapper {
        background-color: #fff
    }

    .atcoenergy nav#mainmenu .menu-wrapper {
        text-align: right;
        background-color: #fff
    }

    .atcoenergy nav#mainmenu .menu-wrapper .logo-container {
        display: inline-block;
        float: left
    }

    .atcoenergy nav#mainmenu .menu-wrapper .logo-container #logo {
        position: absolute;
        padding: 0
    }

    .atcoenergy nav#mainmenu .menu {
        display: inline-block;
        text-align: right;
        white-space: nowrap;
        max-width: 77%
    }

    .atcoenergy nav#mainmenu .menu>ul>li {
        display: inline;
        position: relative;
        border: 0;
        height: auto;
        float: left
    }

    .atcoenergy nav#mainmenu .menu>ul>li:first-child a {
        padding-left: 2em;
        border-right: 0
    }

    .atcoenergy nav#mainmenu .menu>ul>li:last-child a {
        padding-right: 2em
    }

    .atcoenergy nav#mainmenu .menu>ul>li:first-child,
    .atcoenergy nav#mainmenu .menu>ul>li:nth-child(2) {
        width: auto;
        margin: 0
    }

    .atcoenergy nav#mainmenu .menu>ul>li a {
        color: #0a8289;
        background-color: transparent;
        display: inline-block;
        width: auto;
        padding: 2.3em 1em;
        vertical-align: middle;
        height: auto
    }

    .atcoenergy nav#mainmenu .menu>ul>li.active a {
        color: #54a8ad
    }

    .atcoenergy nav#mainmenu .menu ul.links,
    .atcoenergy nav#mainmenu .menu ul.store,
    .atcoenergy nav#mainmenu .menu ul.search {
        display: inline-block;
        vertical-align: middle;
        position: relative
    }

    .atcoenergy nav#mainmenu .menu ul.store {
        padding-right: 1em
    }

    .atcoenergy nav#mainmenu .menu ul.store:before,
    .atcoenergy nav#mainmenu .menu ul.search:before {
        content: '';
        display: block;
        height: 2.5em;
        width: 1px;
        background-color: #999;
        position: absolute;
        top: 1.5em
    }

    .atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more {
        display: inline
    }

    .atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a {
        display: none;
        color: #fff;
        float: none;
        position: static;
        width: auto;
        height: auto;
        padding: 2.3em 1em;
        background-color: transparent
    }

    .atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a:hover,
    .atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a.open {
        color: #54a8ad
    }

    .atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a:before {
        display: none
    }

    .atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a span.more {
        display: inline
    }

    .atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more a:after {
        content: '...';
        font-family: "Montserrat", sans-serif !important
    }

    .atcoenergy nav#mainmenu .menu ul.links li#mainmenu-more.available a {
        display: inline-block
    }

    .atcoenergy nav#mainmenu .menu li#mainmenu-cart>a,
    .atcoenergy nav#mainmenu .menu li#mainmenu-location>a,
    .atcoenergy nav#mainmenu .menu li#mainmenu-search-toggle>a,
    .atcoenergy nav#mainmenu .menu li#mainmenu-account>a {
        color: #0a8289
    }

    .atcoenergy nav#mainmenu .menu li#mainmenu-cart>a:hover,
    .atcoenergy nav#mainmenu .menu li#mainmenu-location>a:hover,
    .atcoenergy nav#mainmenu .menu li#mainmenu-search-toggle>a:hover,
    .atcoenergy nav#mainmenu .menu li#mainmenu-account>a:hover {
        color: #54a8ad
    }

    .atcoenergy nav#mainmenu .menu li#mainmenu-cart>a:after,
    .atcoenergy nav#mainmenu .menu li#mainmenu-location>a:after,
    .atcoenergy nav#mainmenu .menu li#mainmenu-search-toggle>a:after,
    .atcoenergy nav#mainmenu .menu li#mainmenu-account>a:after {
        position: absolute;
        font-size: 1.5em;
        margin-left: -0.4em;
        margin-top: -0.15em
    }

    .atcoenergy nav#mainmenu .menu ul.store li#mainmenu-store a {
        padding-right: .5em
    }

    .atcoenergy nav#mainmenu .menu ul.store li#mainmenu-cart a {
        color: #c4d82e;
        padding-left: .5em;
        color: #c4d82e
    }

    .atcoenergy nav#mainmenu .menu ul.store li#mainmenu-cart a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .atcoenergy nav#mainmenu .menu ul.store li#mainmenu-cart a span.label {
        display: none
    }

    .atcoenergy nav#mainmenu .menu ul.store li#mainmenu-cart a span.value {
        position: absolute;
        left: .8em;
        top: 2.5em;
        font-size: .75em
    }

    .atcoenergy nav#mainmenu .menu ul.store li#mainmenu-cart a span.value:before,
    .atcoenergy nav#mainmenu .menu ul.store li#mainmenu-cart a span.value:after {
        display: none
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle>a {
        padding-right: 1.125em
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle>a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform {
        position: absolute;
        right: 0;
        top: 1.5em;
        width: 0;
        background-color: #fff;
        overflow: hidden;
        -webkit-transition: width .2s ease-out;
        transition: width .2s ease-out
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform input {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #f0f0f0;
        padding: .75em 3.25em .75em 2.75em
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button {
        position: absolute;
        left: 0;
        top: 0;
        border-bottom: 0;
        background-color: transparent;
        color: #999;
        margin: 0;
        padding: 0;
        font-size: 1.5em;
        padding: .35em
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button:hover {
        color: #54a8ad
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform button:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform .results,
    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle #mainmenu-searchform .top-results {
        display: none
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open>a {
        z-index: 1;
        color: #999
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open>a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-search-toggle.open #mainmenu-searchform {
        width: 20em
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-location a {
        padding: 2.75em 2.125em
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-location a:after {
        content: '\f0ac';
        margin-top: -0.5em
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-location a span {
        display: none
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-account a {
        padding-left: 1.125em
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-account a:after {
        content: "";
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .atcoenergy nav#mainmenu .menu ul.search li#mainmenu-account a span {
        display: none
    }

    .atcoenergy nav#mainmenu #menu-content {
        float: right;
        min-height: 21.875em;
        width: 0;
        margin-left: 0 !important;
        background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f0f0f0), color-stop(50%, #fff));
        background: linear-gradient(90deg, #f0f0f0 50%, #fff 50%);
        position: absolute;
        border-bottom: 1px solid #f0f0f0;
        right: 0
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content {
        padding: 1.75em 1.75em
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content.closed {
        display: none !important
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content .image {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 0;
        display: block;
        position: relative;
        padding-top: 50%;
        margin-bottom: 1em
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content .image>.fill {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content .image>.fill:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.3em
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content .image>.fill>* {
        display: inline-block;
        vertical-align: middle
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content p.category {
        color: #999;
        text-transform: none;
        font-family: "Asap", sans-serif;
        font-style: italic;
        font-size: .9em
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content a.title {
        text-transform: uppercase;
        color: #fff;
        padding-bottom: .5em;
        margin-bottom: 1.5em;
        display: inline-block;
        font-family: "Fjalla One", sans-serif;
        font-weight: normal;
        color: #333;
        font-size: 1.5em;
        text-transform: none
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content a.title:after {
        content: "";
        display: block;
        width: 2em;
        height: 3px;
        background-color: #0057b8;
        margin: .5em auto 0 0
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content#promoted-content-1 {
        display: block;
        position: absolute;
        left: 50%;
        right: 0;
        top: 0;
        bottom: 0
    }

    .atcoenergy nav#mainmenu #menu-content>ul {
        padding: 1em 0;
        width: 50% !important;
        display: none
    }

    .atcoenergy nav#mainmenu #menu-content>ul:nth-child(3),
    .atcoenergy nav#mainmenu #menu-content>ul:nth-child(4) {
        display: block
    }

    .atcoenergy nav#mainmenu #menu-content>ul:nth-child(3)>li {
        display: block
    }

    .atcoenergy nav#mainmenu #menu-content>ul:nth-child(3)>li.parent a:after {
        right: 1em;
        display: inline
    }

    .atcoenergy nav#mainmenu #menu-content>ul:nth-child(3)>li:nth-child(2)>ul {
        display: none
    }

    .atcoenergy nav#mainmenu #menu-content>ul:nth-child(4)>li {
        width: 100%
    }

    .atcoenergy nav#mainmenu #menu-content>ul>li a {
        padding: .75em 1.75em;
        color: #999
    }

    .atcoenergy nav#mainmenu #menu-content>ul>li a:hover {
        color: #101010
    }

    .atcoenergy nav#mainmenu #menu-content>ul>li>a {
        color: #101010
    }

    .atcoenergy nav#mainmenu #menu-content>ul>li.parent a:after {
        top: .5em;
        display: none
    }

    .atcoenergy nav#mainmenu #menu-content>ul>li.back,
    .atcoenergy nav#mainmenu #menu-content>ul>li.not-available,
    .atcoenergy nav#mainmenu #menu-content>ul>li.search {
        display: none
    }

    .atcoenergy nav#mainmenu #menu-content>ul>li.priority>ul {
        display: inline-block;
        margin-left: 1em
    }

    .atcoenergy nav#mainmenu #menu-content>ul>li.priority>ul>li>ul {
        display: none
    }

    .atcoenergy nav#mainmenu #menu-content>ul>li.note {
        padding: 1em 1.75em
    }

    .atcoenergy nav#mainmenu #menu-content.mainmenu-location {
        background: #f0f0f0;
        min-height: 0
    }

    .atcoenergy nav#mainmenu #menu-content.mainmenu-location .promoted-content#promoted-content-1,
    .atcoenergy nav#mainmenu #menu-content.mainmenu-location .promoted-content#promoted-content-2 {
        display: none
    }

    .atcoenergy nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) {
        width: 100% !important
    }

    .atcoenergy nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li {
        width: 50%;
        float: left
    }

    .atcoenergy nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(2n+1) {
        clear: left
    }
}

@media(min-width:992px) {
    .atcoenergy nav#mainmenu #menu-content {
        min-width: 800px;
        background: -webkit-gradient(linear, left top, right top, color-stop(33%, #f0f0f0), color-stop(33%, #fff));
        background: linear-gradient(90deg, #f0f0f0 33%, #fff 33%)
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content#promoted-content-1 {
        left: 33%;
        right: 33.5%;
        top: 0;
        bottom: 0;
        padding-right: .875em
    }

    .atcoenergy nav#mainmenu #menu-content .promoted-content#promoted-content-2 {
        padding-left: .875em;
        position: absolute;
        display: block;
        left: 66.5%;
        right: 0;
        top: 0;
        bottom: 0
    }

    .atcoenergy nav#mainmenu #menu-content>ul {
        width: 66% !important
    }

    .atcoenergy nav#mainmenu #menu-content>ul:nth-child(3) {
        width: 33% !important
    }

    .atcoenergy nav#mainmenu #menu-content>ul:nth-child(3)>li {
        width: 100%
    }

    .atcoenergy nav#mainmenu #menu-content>ul:nth-child(4) {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2
    }

    .atcoenergy nav#mainmenu #menu-content>ul>li {
        width: 50%
    }

    .atcoenergy nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) {
        width: 100% !important
    }

    .atcoenergy nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li {
        width: 33.33%;
        float: left
    }

    .atcoenergy nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(2n+1) {
        clear: none
    }

    .atcoenergy nav#mainmenu #menu-content.mainmenu-location ul#menu-content-level-1:nth-child(3) li:nth-child(3n+1) {
        clear: left
    }
}

.cmp-article-tile .article-tile-image {
    display: block;
    position: relative;
    margin-bottom: 1em
}

.cmp-article-tile .article-tile-image.crop {
    padding-bottom: 60%;
    overflow: hidden
}

.cmp-article-tile .article-tile-image.crop img {
    position: absolute;
    width: 100%
}

.cmp-article-tile .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 66.66667%;
    margin-bottom: 1em;
    display: block
}

.cmp-article-tile .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-article-tile .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-article-tile .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-article-tile .article-date {
    font-family: "Fjalla One", sans-serif;
    color: #999;
    margin-bottom: .4em;
    text-transform: uppercase
}

.cmp-article-tile .title {
    color: #101010;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    display: block;
    line-height: 1.33333em;
    text-transform: none;
    margin-top: 0
}

body.bfk .cmp-article-tile .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 30px;
    letter-spacing: -0.0025em
}

@media(min-width:720px) {
    body.bfk .cmp-article-tile .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-article-tile .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

.cmp-article-tile .article-excerpt {
    margin: 1em 0 0
}

.cmp-article-tile .btn {
    margin-top: 1em
}

.rumi .cmp-article-tile .article-tile-image {
    display: block;
    position: relative;
    margin-bottom: 1em
}

.rumi .cmp-article-tile .article-tile-image.crop {
    padding-bottom: 60%;
    overflow: hidden
}

.rumi .cmp-article-tile .article-tile-image.crop img {
    position: absolute;
    width: 100%
}

.rumi .cmp-article-tile .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 66.66667%;
    margin-bottom: 1em;
    display: block
}

.rumi .cmp-article-tile .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-article-tile .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-article-tile .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-article-tile .article-date {
    font-family: "Overpass", sans-serif;
    color: #999;
    margin-bottom: .4em;
    text-transform: uppercase
}

.rumi .cmp-article-tile .title {
    color: #101010;
    font-family: "Overpass", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    display: block;
    line-height: 1.33333em;
    text-transform: none;
    margin-top: 0
}

.rumi .cmp-article-tile .article-excerpt {
    margin: 1em 0 0
}

.rumi .cmp-article-tile .btn {
    margin-top: 1em
}

.atcoenergy .cmp-article-tile .article-tile-image {
    display: block;
    position: relative;
    margin-bottom: 1em
}

.atcoenergy .cmp-article-tile .article-tile-image.crop {
    padding-bottom: 60%;
    overflow: hidden
}

.atcoenergy .cmp-article-tile .article-tile-image.crop img {
    position: absolute;
    width: 100%
}

.atcoenergy .cmp-article-tile .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 66.66667%;
    margin-bottom: 1em;
    display: block
}

.atcoenergy .cmp-article-tile .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-article-tile .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-article-tile .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-article-tile .article-date {
    font-family: "Montserrat", sans-serif;
    color: #999;
    margin-bottom: .4em;
    text-transform: none
}

.atcoenergy .cmp-article-tile .title {
    color: #101010;
    font-family: "Montserrat", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    display: block;
    line-height: 1.33333em;
    text-transform: none;
    margin-top: 0
}

.atcoenergy .cmp-article-tile .article-excerpt {
    margin: 1em 0 0
}

.atcoenergy .cmp-article-tile .btn {
    margin-top: 1em
}

.cmp-footer__content {
    position: relative;
    margin-top: .35em
}

.cmp-footer__content .container {
    width: 100%
}

.cmp-footer__content .container:after {
    content: "";
    display: table;
    clear: both
}

.cmp-footer__content .logo {
    padding: 2.5em 0;
    background-color: #ff6700
}

body.bfk .cmp-footer__content .logo {
    background-color: #202020
}

.cmp-footer__content .logo img {
    width: 60%;
    margin: 0
}

body.bfk .cmp-footer__content .logo img {
    width: 10.7em;
    max-width: 187px
}

.cmp-footer__content .footer-top-link {
    z-index: 999;
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    position: absolute;
    color: #ff6700;
    cursor: pointer;
}

body.bfk .cmp-footer__content .footer-top-link {
    color: #202020;
    text-decoration: none
}

.cmp-footer__content .footer-top-link .icon-up-arrow {
    line-height: 46px
}

.cmp-footer__content .footer-top-link:hover {
    text-decoration: none
}

.cmp-footer__content .main {
    padding: 32px 0
}

.cmp-footer__content .main .address {
    margin-bottom: 1em
}

body.bfk .cmp-footer__content .main .address p,
body.bfk .cmp-footer__content .main .address a {
    font-family: "Montserrat", sans-serif;
    color: #202020 !important;
    font-size: 12px;
    line-height: 18px
}

@media(min-width:720px) {

    body.bfk .cmp-footer__content .main .address p,
    body.bfk .cmp-footer__content .main .address a {
        font-weight: 600;
        font-size: 14px;
        line-height: 26px
    }
}

body.bfk .cmp-footer__content .main .address b {
    color: #202020 !important
}

body.bfk .cmp-footer__content .main .address a {
    text-decoration: underline
}

body.bfk .cmp-footer__content .main .numbers span,
body.bfk .cmp-footer__content .main .numbers a {
    font-family: "Montserrat", sans-serif;
    color: #202020 !important;
    font-size: 12px;
    line-height: 18px
}

@media(min-width:720px) {

    body.bfk .cmp-footer__content .main .numbers span,
    body.bfk .cmp-footer__content .main .numbers a {
        font-weight: 600;
        font-size: 14px;
        line-height: 26px
    }
}

body.bfk .cmp-footer__content .main .numbers a {
    text-decoration: underline
}

.cmp-footer__content .main .address p:not(:last-child),
.cmp-footer__content .main .numbers {
    margin-bottom: 0
}

.cmp-footer__content .main .address,
.cmp-footer__content .main .numbers {
    color: #333
}

.cmp-footer__content .main .address a,
.cmp-footer__content .main .numbers a {
    color: #ff6700 !important
}

.cmp-footer__content .main .address span,
.cmp-footer__content .main .address p,
.cmp-footer__content .main .numbers span,
.cmp-footer__content .main .numbers p {
    display: block
}

.cmp-footer__content .main .address span,
.cmp-footer__content .main .address p,
.cmp-footer__content .main .address a,
.cmp-footer__content .main .numbers span,
.cmp-footer__content .main .numbers p,
.cmp-footer__content .main .numbers a {
    font-family: "Asap", sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 24px
}

.cmp-footer__content .main .social {
    margin-top: 32px;
    margin-bottom: 0
}

.cmp-footer__content .main .social li {
    display: inline-block;
    margin-right: 6px;
    font-size: 30px
}

.cmp-footer__content .main .social li a {
    color: #333;
    line-height: 30px;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    display: inline
}

.cmp-footer__content .main .social li a:hover {
    text-decoration: none;
    color: #0057b8
}

.cmp-footer__content .main .links {
    margin-top: 32px;
    display: table;
    clear: both
}

.cmp-footer__content .main .links .menu+.menu {
    margin-bottom: 0
}

.cmp-footer__content .main .links .menu a {
    line-height: 16px;
    font-size: 16px;
    padding: 0 0 8px 0;
    margin: 0 0 24px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.cmp-footer__content .main .links .menu a:hover {
    border-bottom-color: #0057b8
}

.cmp-footer__content .main .links .menu a:focus {
    box-shadow: none
}

.cmp-footer__content .main .links .menu a:active {
    color: #ff6700;
    border-bottom-color: #0057b8
}

.cmp-footer__content .main .links .menu.first {
    margin-bottom: 24px
}

.cmp-footer__content .main .links .menu.first li:last-child a {
    margin-bottom: 0
}

.cmp-footer__content .disclaimer {
    padding: 16px 0
}

.cmp-footer__content .disclaimer .container>div {
    border-top: 1px solid #bcbcbc;
    padding-top: 8px
}

.cmp-footer__content .disclaimer a {
    float: left;
    color: #333;
    text-transform: uppercase;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    margin-right: 14px;
    font-size: 14px
}

body.bfk .cmp-footer__content .disclaimer a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #202020;
    text-decoration: none
}

@media(min-width:720px) {
    body.bfk .cmp-footer__content .disclaimer a {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-footer__content .disclaimer a {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

.cmp-footer__content .disclaimer a:hover {
    text-decoration: none
}

.cmp-footer__content .disclaimer .copyright {
    margin-top: 12px;
    float: left;
    clear: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0
}

body.bfk .cmp-footer__content .disclaimer .copyright {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #202020
}

@media(min-width:720px) {
    body.bfk .cmp-footer__content .disclaimer .copyright {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-footer__content .disclaimer .copyright {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk .cmp-footer__content .disclaimer .copyright span {
    color: #202020;
    font-family: "Montserrat", sans-serif
}

.cmp-footer__content .disclaimer .copyright span {
    display: block;
    color: #333;
    font-family: "Asap", sans-serif
}

.cmp-footer__content .legal-copy p {
    font-size: 12px;
    font-weight: bold
}

.cmp-footer__content .legal-copy p a {
    color: #ff6700
}

body.bfk .cmp-footer__content .legal-copy p a {
    color: #0a8289
}

@media(min-width:720px) {
    .cmp-footer__content .main .contact {
        width: 31%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .cmp-footer__content .main .links {
        width: 57%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        margin-top: 0
    }

    .cmp-footer__content .main .links .menu {
        width: 50%;
        float: left
    }

    .cmp-footer__content .main .address a,
    .cmp-footer__content .main .numbers a {
        color: #333 !important
    }

    .cmp-footer__content .disclaimer .container .copyright {
        margin-top: 0;
        clear: none;
        float: right
    }

    .cmp-footer__content .disclaimer .container .copyright span {
        display: inline
    }

    .cmp-footer__content div.logo img {
        width: 15em
    }
}

@media(min-width:992px) {
    .cmp-footer__content .main .contact {
        width: 48%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .cmp-footer__content .main .contact .address {
        width: 50%;
        float: left
    }

    .cmp-footer__content .main .contact .numbers {
        width: 45%;
        float: right
    }

    .cmp-footer__content .main .contact .social {
        margin-top: 16px;
        float: right;
        width: 45%
    }

    .cmp-footer__content .main .links {
        width: 48.9361702128%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
        clear: none
    }
}

@media(min-width:1200px) {
    .cmp-footer__content .container {
        width: 85%
    }

    body.bfk .cmp-footer__content .logo .container {
        width: 100%;
        padding: 0 2.8em
    }
}

@media(min-width:1400px) {
    .cmp-footer__content .main {
        padding: 36px 0
    }

    .cmp-footer__content .main .social a {
        font-size: 33.75px;
        line-height: 33.75px
    }

    .cmp-footer__content .main .address a,
    .cmp-footer__content .main .address span,
    .cmp-footer__content .main .address p,
    .cmp-footer__content .main .numbers a,
    .cmp-footer__content .main .numbers span,
    .cmp-footer__content .main .numbers p {
        font-size: 18px;
        line-height: 27px
    }

    .cmp-footer__content .main .links .menu a {
        font-size: 18px;
        line-height: 18px
    }

    .cmp-footer__content .disclaimer a {
        font-size: 15.75px;
        line-height: 15.75px
    }

    .cmp-footer__content .disclaimer .copyright {
        font-size: 13.5px;
        line-height: 20.25px
    }
}

@media(min-width:1792px) {
    .cmp-footer__content .main {
        padding: 40px 0
    }
}

.rumi .cmp-footer__content {
    position: relative;
    margin-top: .35em
}

.rumi .cmp-footer__content .container {
    width: 100%
}

.rumi .cmp-footer__content .container:after {
    content: "";
    display: table;
    clear: both
}

.rumi .cmp-footer__content .logo {
    padding: 2.5em 0;
    background-color: #2cb3a1
}

.rumi .cmp-footer__content .logo img {
    width: 60%;
    margin: 0
}

.rumi .cmp-footer__content .footer-top-link {
    z-index: 999;
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    position: absolute;
    color: #2cb3a1
}

.rumi .cmp-footer__content .footer-top-link .icon-up-arrow {
    line-height: 46px
}

.rumi .cmp-footer__content .footer-top-link:hover {
    text-decoration: none
}

.rumi .cmp-footer__content .main {
    padding: 32px 0
}

.rumi .cmp-footer__content .main .address {
    margin-bottom: 1em
}

.rumi .cmp-footer__content .main .address p:not(:last-child),
.rumi .cmp-footer__content .main .numbers {
    margin-bottom: 0
}

.rumi .cmp-footer__content .main .address,
.rumi .cmp-footer__content .main .numbers {
    color: #333
}

.rumi .cmp-footer__content .main .address a,
.rumi .cmp-footer__content .main .numbers a {
    color: #2cb3a1 !important
}

.rumi .cmp-footer__content .main .address span,
.rumi .cmp-footer__content .main .address p,
.rumi .cmp-footer__content .main .numbers span,
.rumi .cmp-footer__content .main .numbers p {
    display: block
}

.rumi .cmp-footer__content .main .address span,
.rumi .cmp-footer__content .main .address p,
.rumi .cmp-footer__content .main .address a,
.rumi .cmp-footer__content .main .numbers span,
.rumi .cmp-footer__content .main .numbers p,
.rumi .cmp-footer__content .main .numbers a {
    font-family: "Overpass", sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 24px
}

.rumi .cmp-footer__content .main .social {
    margin-top: 32px;
    margin-bottom: 0
}

.rumi .cmp-footer__content .main .social li {
    display: inline-block;
    margin-right: 6px;
    font-size: 30px
}

.rumi .cmp-footer__content .main .social li a {
    color: #333;
    line-height: 30px;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    display: inline
}

.rumi .cmp-footer__content .main .social li a:hover {
    text-decoration: none;
    color: #c4d82e
}

.rumi .cmp-footer__content .main .links {
    margin-top: 32px;
    display: table;
    clear: both
}

.rumi .cmp-footer__content .main .links .menu+.menu {
    margin-bottom: 0
}

.rumi .cmp-footer__content .main .links .menu a {
    line-height: 16px;
    font-size: 16px;
    padding: 0 0 8px 0;
    margin: 0 0 24px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.rumi .cmp-footer__content .main .links .menu a:hover {
    border-bottom-color: #c4d82e
}

.rumi .cmp-footer__content .main .links .menu a:focus {
    box-shadow: none
}

.rumi .cmp-footer__content .main .links .menu a:active {
    color: #2cb3a1;
    border-bottom-color: #c4d82e
}

.rumi .cmp-footer__content .main .links .menu.first {
    margin-bottom: 24px
}

.rumi .cmp-footer__content .main .links .menu.first li:last-child a {
    margin-bottom: 0
}

.rumi .cmp-footer__content .disclaimer {
    padding: 16px 0
}

.rumi .cmp-footer__content .disclaimer .container>div {
    border-top: 1px solid #bcbcbc;
    padding-top: 8px
}

.rumi .cmp-footer__content .disclaimer a {
    float: left;
    color: #333;
    text-transform: uppercase;
    font-family: "Overpass", sans-serif;
    font-weight: bold;
    margin-right: 14px;
    font-size: 14px
}

.rumi .cmp-footer__content .disclaimer a:hover {
    text-decoration: none
}

.rumi .cmp-footer__content .disclaimer .copyright {
    margin-top: 12px;
    float: left;
    clear: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0
}

.rumi .cmp-footer__content .disclaimer .copyright span {
    display: block;
    color: #333;
    font-family: "Overpass", sans-serif
}

.rumi .cmp-footer__content .legal-copy p {
    font-size: 12px;
    font-weight: bold
}

.rumi .cmp-footer__content .legal-copy p a {
    color: #2cb3a1
}

@media(min-width:720px) {
    .rumi .cmp-footer__content .main .contact {
        width: 31%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .cmp-footer__content .main .links {
        width: 57%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        margin-top: 0
    }

    .rumi .cmp-footer__content .main .links .menu {
        width: 50%;
        float: left
    }

    .rumi .cmp-footer__content .main .address a,
    .rumi .cmp-footer__content .main .numbers a {
        color: #333 !important
    }

    .rumi .cmp-footer__content .disclaimer .container .copyright {
        margin-top: 0;
        clear: none;
        float: right
    }

    .rumi .cmp-footer__content .disclaimer .container .copyright span {
        display: inline
    }

    .rumi .cmp-footer__content div.logo img {
        width: 15em
    }
}

@media(min-width:992px) {
    .rumi .cmp-footer__content .main .contact {
        width: 48%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .cmp-footer__content .main .contact .address {
        width: 50%;
        float: left
    }

    .rumi .cmp-footer__content .main .contact .numbers {
        width: 45%;
        float: right
    }

    .rumi .cmp-footer__content .main .contact .social {
        margin-top: 16px;
        float: right;
        width: 55%
    }

    .rumi .cmp-footer__content .main .links {
        width: 48.9361702128%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
        clear: none
    }
}

@media(min-width:1200px) {
    .rumi .cmp-footer__content .container {
        width: 85%
    }
}

@media(min-width:1400px) {
    .rumi .cmp-footer__content .main {
        padding: 36px 0
    }

    .rumi .cmp-footer__content .main .social a {
        font-size: 33.75px;
        line-height: 33.75px
    }

    .rumi .cmp-footer__content .main .address a,
    .rumi .cmp-footer__content .main .address span,
    .rumi .cmp-footer__content .main .address p,
    .rumi .cmp-footer__content .main .numbers a,
    .rumi .cmp-footer__content .main .numbers span,
    .rumi .cmp-footer__content .main .numbers p {
        font-size: 18px;
        line-height: 27px
    }

    .rumi .cmp-footer__content .main .links .menu a {
        font-size: 18px;
        line-height: 18px
    }

    .rumi .cmp-footer__content .disclaimer a {
        font-size: 15.75px;
        line-height: 15.75px
    }

    .rumi .cmp-footer__content .disclaimer .copyright {
        font-size: 13.5px;
        line-height: 20.25px
    }
}

@media(min-width:1792px) {
    .rumi .cmp-footer__content .main {
        padding: 40px 0
    }
}

.ashcor .cmp-footer__content {
    position: relative;
    margin-top: .35em
}

.ashcor .cmp-footer__content .container {
    width: 100%
}

.ashcor .cmp-footer__content .container:after {
    content: "";
    display: table;
    clear: both
}

.ashcor .cmp-footer__content .logo {
    padding: 2.5em 0;
    background-color: #004967
}

.ashcor .cmp-footer__content .logo img {
    width: 60%;
    margin: 0
}

.ashcor .cmp-footer__content .footer-top-link {
    z-index: 999;
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    position: absolute;
    color: #004967
}

.ashcor .cmp-footer__content .footer-top-link .icon-up-arrow {
    line-height: 46px
}

.ashcor .cmp-footer__content .footer-top-link:hover {
    text-decoration: none
}

.ashcor .cmp-footer__content .main {
    padding: 32px 0
}

.ashcor .cmp-footer__content .main .address {
    margin-bottom: 1em
}

.ashcor .cmp-footer__content .main .address p:not(:last-child),
.ashcor .cmp-footer__content .main .numbers {
    margin-bottom: 0
}

.ashcor .cmp-footer__content .main .address,
.ashcor .cmp-footer__content .main .numbers {
    color: #333
}

.ashcor .cmp-footer__content .main .address a,
.ashcor .cmp-footer__content .main .numbers a {
    color: #004967 !important
}

.ashcor .cmp-footer__content .main .address span,
.ashcor .cmp-footer__content .main .address p,
.ashcor .cmp-footer__content .main .numbers span,
.ashcor .cmp-footer__content .main .numbers p {
    display: block
}

.ashcor .cmp-footer__content .main .address span,
.ashcor .cmp-footer__content .main .address p,
.ashcor .cmp-footer__content .main .address a,
.ashcor .cmp-footer__content .main .numbers span,
.ashcor .cmp-footer__content .main .numbers p,
.ashcor .cmp-footer__content .main .numbers a {
    font-family: "Asap", sans-serif;
    font-weight: 400;
    color: #333;
    line-height: 24px
}

.ashcor .cmp-footer__content .main .social {
    margin-top: 32px;
    margin-bottom: 0
}

.ashcor .cmp-footer__content .main .social li {
    display: inline-block;
    margin-right: 6px;
    font-size: 30px
}

.ashcor .cmp-footer__content .main .social li a {
    color: #333;
    line-height: 30px;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    display: inline
}

.ashcor .cmp-footer__content .main .social li a:hover {
    text-decoration: none;
    color: #0057b8
}

.ashcor .cmp-footer__content .main .links {
    margin-top: 32px;
    display: table;
    clear: both
}

.ashcor .cmp-footer__content .main .links .menu+.menu {
    margin-bottom: 0
}

.ashcor .cmp-footer__content .main .links .menu a {
    line-height: 16px;
    font-size: 16px;
    padding: 0 0 8px 0;
    margin: 0 0 24px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.ashcor .cmp-footer__content .main .links .menu a:hover {
    border-bottom-color: #0057b8
}

.ashcor .cmp-footer__content .main .links .menu a:focus {
    box-shadow: none
}

.ashcor .cmp-footer__content .main .links .menu a:active {
    color: #004967;
    border-bottom-color: #0057b8
}

.ashcor .cmp-footer__content .main .links .menu.first {
    margin-bottom: 24px
}

.ashcor .cmp-footer__content .main .links .menu.first li:last-child a {
    margin-bottom: 0
}

.ashcor .cmp-footer__content .disclaimer {
    padding: 16px 0
}

.ashcor .cmp-footer__content .disclaimer .container>div {
    border-top: 1px solid #bcbcbc;
    padding-top: 8px
}

.ashcor .cmp-footer__content .disclaimer a {
    float: left;
    color: #333;
    text-transform: uppercase;
    font-family: "Asap", sans-serif;
    font-weight: bold;
    margin-right: 14px;
    font-size: 14px
}

.ashcor .cmp-footer__content .disclaimer a:hover {
    text-decoration: none
}

.ashcor .cmp-footer__content .disclaimer .copyright {
    margin-top: 12px;
    float: left;
    clear: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 0
}

.ashcor .cmp-footer__content .disclaimer .copyright span {
    display: block;
    color: #333;
    font-family: "Asap", sans-serif
}

.ashcor .cmp-footer__content .legal-copy p {
    font-size: 12px;
    font-weight: bold
}

.ashcor .cmp-footer__content .legal-copy p a {
    color: #004967
}

@media(min-width:720px) {
    .ashcor .cmp-footer__content .main .contact {
        width: 31%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .ashcor .cmp-footer__content .main .links {
        width: 57%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        margin-top: 0
    }

    .ashcor .cmp-footer__content .main .links .menu {
        width: 50%;
        float: left
    }

    .ashcor .cmp-footer__content .main .address a,
    .ashcor .cmp-footer__content .main .numbers a {
        color: #333 !important
    }

    .ashcor .cmp-footer__content .disclaimer .container .copyright {
        margin-top: 0;
        clear: none;
        float: right
    }

    .ashcor .cmp-footer__content .disclaimer .container .copyright span {
        display: inline
    }

    .ashcor .cmp-footer__content div.logo img {
        width: 15em
    }
}

@media(min-width:992px) {
    .ashcor .cmp-footer__content .main .contact {
        width: 48%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .ashcor .cmp-footer__content .main .contact .address {
        width: 50%;
        float: left
    }

    .ashcor .cmp-footer__content .main .contact .numbers {
        width: 45%;
        float: right
    }

    .ashcor .cmp-footer__content .main .contact .social {
        margin-top: 16px;
        float: right;
        width: 45%
    }

    .ashcor .cmp-footer__content .main .links {
        width: 48.9361702128%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
        clear: none
    }
}

@media(min-width:1200px) {
    .ashcor .cmp-footer__content .container {
        width: 85%
    }
}

@media(min-width:1400px) {
    .ashcor .cmp-footer__content .main {
        padding: 36px 0
    }

    .ashcor .cmp-footer__content .main .social a {
        font-size: 33.75px;
        line-height: 33.75px
    }

    .ashcor .cmp-footer__content .main .address a,
    .ashcor .cmp-footer__content .main .address span,
    .ashcor .cmp-footer__content .main .address p,
    .ashcor .cmp-footer__content .main .numbers a,
    .ashcor .cmp-footer__content .main .numbers span,
    .ashcor .cmp-footer__content .main .numbers p {
        font-size: 18px;
        line-height: 27px
    }

    .ashcor .cmp-footer__content .main .links .menu a {
        font-size: 18px;
        line-height: 18px
    }

    .ashcor .cmp-footer__content .disclaimer a {
        font-size: 15.75px;
        line-height: 15.75px
    }

    .ashcor .cmp-footer__content .disclaimer .copyright {
        font-size: 13.5px;
        line-height: 20.25px
    }
}

@media(min-width:1792px) {
    .ashcor .cmp-footer__content .main {
        padding: 40px 0
    }
}

.atcoenergy .cmp-footer__content {
    position: relative;
    margin-top: .35em
}

.atcoenergy .cmp-footer__content .container {
    width: 100%
}

.atcoenergy .cmp-footer__content .container:after {
    content: "";
    display: table;
    clear: both
}

.atcoenergy .cmp-footer__content .logo {
    padding: 2.5em 0;
    background-color: #0a8289
}

.atcoenergy .cmp-footer__content .logo img {
    width: 60%;
    margin: 0
}

.atcoenergy .cmp-footer__content .footer-top-link {
    z-index: 999;
    background: #fff;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
    top: 0;
    left: 50%;
    margin-top: -23px;
    margin-left: -23px;
    position: absolute;
    color: #0a8289
}

.atcoenergy .cmp-footer__content .footer-top-link .icon-up-arrow {
    line-height: 46px
}

.atcoenergy .cmp-footer__content .footer-top-link:hover {
    text-decoration: none
}

.atcoenergy .cmp-footer__content .main {
    padding: 32px 0
}

.atcoenergy .cmp-footer__content .main .address {
    margin-bottom: 1em
}

.atcoenergy .cmp-footer__content .main .address p:not(:last-child),
.atcoenergy .cmp-footer__content .main .numbers {
    margin-bottom: 0
}

.atcoenergy .cmp-footer__content .main .address,
.atcoenergy .cmp-footer__content .main .numbers {
    color: #202020
}

.atcoenergy .cmp-footer__content .main .address a,
.atcoenergy .cmp-footer__content .main .numbers a {
    color: #0a8289 !important
}

.atcoenergy .cmp-footer__content .main .address span,
.atcoenergy .cmp-footer__content .main .address p,
.atcoenergy .cmp-footer__content .main .numbers span,
.atcoenergy .cmp-footer__content .main .numbers p {
    display: block
}

.atcoenergy .cmp-footer__content .main .address span,
.atcoenergy .cmp-footer__content .main .address p,
.atcoenergy .cmp-footer__content .main .address a,
.atcoenergy .cmp-footer__content .main .numbers span,
.atcoenergy .cmp-footer__content .main .numbers p,
.atcoenergy .cmp-footer__content .main .numbers a {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #202020;
    line-height: 24px
}

.atcoenergy .cmp-footer__content .main .social {
    margin-top: 32px;
    margin-bottom: 0
}

.atcoenergy .cmp-footer__content .main .social li {
    display: inline-block;
    margin-right: 6px;
    font-size: 30px
}

.atcoenergy .cmp-footer__content .main .social li a {
    color: #202020;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    display: inline
}

.atcoenergy .cmp-footer__content .main .social li a:hover {
    text-decoration: none;
    color: #c4d82e
}

.atcoenergy .cmp-footer__content .main .links {
    margin-top: 32px;
    display: table;
    clear: both
}

.atcoenergy .cmp-footer__content .main .links .menu+.menu {
    margin-bottom: 0
}

.atcoenergy .cmp-footer__content .main .links .menu a {
    line-height: 16px;
    font-size: 16px;
    padding: 0 0 8px 0;
    margin: 0 0 24px 0;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.atcoenergy .cmp-footer__content .main .links .menu a:hover {
    border-bottom-color: #c4d82e
}

.atcoenergy .cmp-footer__content .main .links .menu a:focus {
    box-shadow: none
}

.atcoenergy .cmp-footer__content .main .links .menu a:active {
    color: #0a8289;
    border-bottom-color: #c4d82e
}

.atcoenergy .cmp-footer__content .main .links .menu.first {
    margin-bottom: 24px
}

.atcoenergy .cmp-footer__content .main .links .menu.first li:last-child a {
    margin-bottom: 0
}

.atcoenergy .cmp-footer__content .disclaimer {
    padding: 16px 0
}

.atcoenergy .cmp-footer__content .disclaimer .container>div {
    border-top: 1px solid #bcbcbc;
    padding-top: 8px
}

.atcoenergy .cmp-footer__content .disclaimer a {
    float: left;
    color: #202020;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    margin-right: 14px;
    font-size: 14px
}

.atcoenergy .cmp-footer__content .disclaimer a:hover {
    text-decoration: none
}

.atcoenergy .cmp-footer__content .disclaimer .copyright {
    margin-top: 12px;
    float: left;
    clear: left;
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
    margin-bottom: 0
}

.atcoenergy .cmp-footer__content .disclaimer .copyright span {
    display: block;
    color: #333;
    font-family: "Montserrat", sans-serif
}

.atcoenergy .cmp-footer__content .legal-copy p {
    font-size: 12px;
    font-weight: bold
}

.atcoenergy .cmp-footer__content .legal-copy p a {
    color: #0a8289
}

@media(min-width:720px) {
    .atcoenergy .cmp-footer__content .main .contact {
        width: 31%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .cmp-footer__content .main .links {
        width: 57%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        margin-top: 0
    }

    .atcoenergy .cmp-footer__content .main .links .menu {
        width: 50%;
        float: left
    }

    .atcoenergy .cmp-footer__content .main .address a,
    .atcoenergy .cmp-footer__content .main .numbers a {
        color: #202020 !important
    }

    .atcoenergy .cmp-footer__content .disclaimer .container .copyright {
        margin-top: 0;
        clear: none;
        float: right
    }

    .atcoenergy .cmp-footer__content .disclaimer .container .copyright span {
        display: inline
    }

    .atcoenergy .cmp-footer__content div.logo img {
        width: 15em
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-footer__content .main .contact {
        width: 48%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .cmp-footer__content .main .contact .address {
        width: 50%;
        float: left
    }

    .atcoenergy .cmp-footer__content .main .contact .numbers {
        width: 45%;
        float: right
    }

    .atcoenergy .cmp-footer__content .main .contact .social {
        margin-top: 16px;
        float: right;
        width: 45%
    }

    .atcoenergy .cmp-footer__content .main .links {
        width: 48.9361702128%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
        clear: none
    }
}

@media(min-width:1200px) {
    .atcoenergy .cmp-footer__content .container {
        width: 85%
    }
}

@media(min-width:1400px) {
    .atcoenergy .cmp-footer__content .main {
        padding: 36px 0
    }

    .atcoenergy .cmp-footer__content .main .social a {
        font-size: 33.75px;
        line-height: 33.75px
    }

    .atcoenergy .cmp-footer__content .main .address a,
    .atcoenergy .cmp-footer__content .main .address span,
    .atcoenergy .cmp-footer__content .main .address p,
    .atcoenergy .cmp-footer__content .main .numbers a,
    .atcoenergy .cmp-footer__content .main .numbers span,
    .atcoenergy .cmp-footer__content .main .numbers p {
        font-size: 18px;
        line-height: 27px
    }

    .atcoenergy .cmp-footer__content .main .links .menu a {
        font-size: 18px;
        line-height: 18px
    }

    .atcoenergy .cmp-footer__content .disclaimer a {
        font-size: 15.75px;
        line-height: 15.75px
    }

    .atcoenergy .cmp-footer__content .disclaimer .copyright {
        font-size: 13.5px;
        line-height: 20.25px
    }
}

@media(min-width:1792px) {
    .atcoenergy .cmp-footer__content .main {
        padding: 40px 0
    }
}

.cmp-sub-nav-right ul>li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column
}

.cmp-sub-nav-right ul>li>a {
    padding: .75em 1.75em;
    display: block;
    color: #101010;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.cmp-primary-alert__content {
    padding: 21.6px 14.4px;
    text-align: center;
    font-family: "Asap", sans-serif !important
}

body.edit .cmp-primary-alert__content,
body.design .cmp-primary-alert__content {
    display: block !important;
    margin: 50px 0
}

.cmp-primary-alert__content #close-top-alert {
    float: right;
    color: #5a5a5a;
    font-size: 21px
}

.cmp-primary-alert__content #close-top-alert:hover {
    text-decoration: none
}

.cmp-primary-alert__content .title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1em;
    color: red;
    margin-right: 5px;
    display: inline-block
}

.cmp-primary-alert__content .title i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 8px
}

.cmp-primary-alert__content p {
    font-size: 14.4px;
    display: inline-block;
    margin: 0
}

.cmp-primary-alert__content p .location {
    color: red;
    font-weight: bold
}

.cmp-primary-alert__content p a {
    color: #ff6700;
    font-weight: bold;
    margin-left: 8px
}

@media(min-width:1200px) {
    .cmp-primary-alert__content {
        padding: 24.3px 16.2px
    }

    .cmp-primary-alert__content .container {
        width: 85%;
        margin-right: auto;
        margin-left: auto
    }

    .cmp-primary-alert__content #close-top-alert {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px
    }

    .cmp-primary-alert__content .title,
    .cmp-primary-alert__content p {
        font-size: 16.2px;
        line-height: 18px
    }

    .cmp-primary-alert__content .title i {
        font-size: 24px
    }
}

@media(min-width:1792px) {
    .cmp-primary-alert__content {
        padding: 27px 18px
    }

    .cmp-primary-alert__content #close-top-alert {
        font-size: 27px;
        line-height: 27px
    }

    .cmp-primary-alert__content .title,
    .cmp-primary-alert__content p {
        font-size: 18px;
        line-height: 20px
    }

    .cmp-primary-alert__content .title i {
        font-size: 27px
    }
}

@media(min-width:2500px) {
    .cmp-primary-alert__content {
        padding: 37.8px 25.2px
    }

    .cmp-primary-alert__content #close-top-alert {
        font-size: 37.8px;
        line-height: 37.8px
    }

    .cmp-primary-alert__content .title,
    .cmp-primary-alert__content p {
        font-size: 25.2px;
        line-height: 28px
    }

    .cmp-primary-alert__content .title i {
        font-size: 37.8px
    }
}

.rumi .cmp-primary-alert__content {
    padding: 21.6px 14.4px;
    text-align: center;
    font-family: "Overpass", sans-serif
}

body.edit .rumi .cmp-primary-alert__content,
body.design .rumi .cmp-primary-alert__content {
    display: block !important;
    margin: 50px 0
}

.rumi .cmp-primary-alert__content #close-top-alert {
    float: right;
    color: #5a5a5a;
    font-size: 21px
}

.rumi .cmp-primary-alert__content #close-top-alert:hover {
    text-decoration: none
}

.rumi .cmp-primary-alert__content .title {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1em;
    color: red;
    margin-right: 5px;
    display: inline-block
}

.rumi .cmp-primary-alert__content .title i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 8px
}

.rumi .cmp-primary-alert__content p {
    font-size: 14.4px;
    display: inline-block;
    margin: 0
}

.rumi .cmp-primary-alert__content p .location {
    color: red;
    font-weight: bold
}

.rumi .cmp-primary-alert__content p a {
    color: #ff6700;
    font-weight: bold;
    margin-left: 8px
}

@media(min-width:1200px) {
    .rumi .cmp-primary-alert__content {
        padding: 24.3px 16.2px
    }

    .rumi .cmp-primary-alert__content .container {
        width: 85%;
        margin-right: auto;
        margin-left: auto
    }

    .rumi .cmp-primary-alert__content #close-top-alert {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px
    }

    .rumi .cmp-primary-alert__content .title,
    .rumi .cmp-primary-alert__content p {
        font-size: 16.2px;
        line-height: 18px
    }

    .rumi .cmp-primary-alert__content .title i {
        font-size: 24px
    }
}

@media(min-width:1792px) {
    .rumi .cmp-primary-alert__content {
        padding: 27px 18px
    }

    .rumi .cmp-primary-alert__content #close-top-alert {
        font-size: 27px;
        line-height: 27px
    }

    .rumi .cmp-primary-alert__content .title,
    .rumi .cmp-primary-alert__content p {
        font-size: 18px;
        line-height: 20px
    }

    .rumi .cmp-primary-alert__content .title i {
        font-size: 27px
    }
}

@media(min-width:2500px) {
    .rumi .cmp-primary-alert__content {
        padding: 37.8px 25.2px
    }

    .rumi .cmp-primary-alert__content #close-top-alert {
        font-size: 37.8px;
        line-height: 37.8px
    }

    .rumi .cmp-primary-alert__content .title,
    .rumi .cmp-primary-alert__content p {
        font-size: 25.2px;
        line-height: 28px
    }

    .rumi .cmp-primary-alert__content .title i {
        font-size: 37.8px
    }
}

.atcoenergy .cmp-primary-alert__content {
    padding: 21.6px 14.4px;
    text-align: center;
    font-family: "Montserrat", sans-serif
}

body.edit .atcoenergy .cmp-primary-alert__content,
body.design .atcoenergy .cmp-primary-alert__content {
    display: block !important;
    margin: 50px 0
}

.atcoenergy .cmp-primary-alert__content #close-top-alert {
    float: right;
    color: #5a5a5a;
    font-size: 21px
}

.atcoenergy .cmp-primary-alert__content #close-top-alert:hover {
    text-decoration: none
}

.atcoenergy .cmp-primary-alert__content .title {
    font-family: "Baloo Tammudu 2", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1em;
    color: red;
    margin-right: 5px;
    display: inline-block
}

.atcoenergy .cmp-primary-alert__content .title i {
    font-size: 1.5em;
    vertical-align: middle;
    margin-right: 8px
}

.atcoenergy .cmp-primary-alert__content p {
    font-size: 14.4px;
    display: inline-block;
    margin: 0
}

.atcoenergy .cmp-primary-alert__content p .location {
    color: red;
    font-weight: bold
}

.atcoenergy .cmp-primary-alert__content p a {
    color: #0a8289;
    font-weight: bold;
    margin-left: 8px
}

@media(min-width:1200px) {
    .atcoenergy .cmp-primary-alert__content {
        padding: 24.3px 16.2px
    }

    .atcoenergy .cmp-primary-alert__content .container {
        width: 85%;
        margin-right: auto;
        margin-left: auto
    }

    .atcoenergy .cmp-primary-alert__content #close-top-alert {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px
    }

    .atcoenergy .cmp-primary-alert__content .title,
    .atcoenergy .cmp-primary-alert__content p {
        font-size: 16.2px;
        line-height: 18px
    }

    .atcoenergy .cmp-primary-alert__content .title i {
        font-size: 24px
    }
}

@media(min-width:1792px) {
    .atcoenergy .cmp-primary-alert__content {
        padding: 27px 18px
    }

    .atcoenergy .cmp-primary-alert__content #close-top-alert {
        font-size: 27px;
        line-height: 27px
    }

    .atcoenergy .cmp-primary-alert__content .title,
    .atcoenergy .cmp-primary-alert__content p {
        font-size: 18px;
        line-height: 20px
    }

    .atcoenergy .cmp-primary-alert__content .title i {
        font-size: 27px
    }
}

@media(min-width:2500px) {
    .atcoenergy .cmp-primary-alert__content {
        padding: 37.8px 25.2px
    }

    .atcoenergy .cmp-primary-alert__content #close-top-alert {
        font-size: 37.8px;
        line-height: 37.8px
    }

    .atcoenergy .cmp-primary-alert__content .title,
    .atcoenergy .cmp-primary-alert__content p {
        font-size: 25.2px;
        line-height: 28px
    }

    .atcoenergy .cmp-primary-alert__content .title i {
        font-size: 37.8px
    }
}

body.bfk .cmp-gradient-tile {
    border-radius: 4px;
    overflow: hidden
}

.cmp-gradient-tile .item-gradient {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding-top: 100%
}

body.bfk .cmp-gradient-tile .item-gradient {
    border-radius: 4px;
    overflow: hidden
}

.cmp-gradient-tile .item-gradient.lime {
    background-color: #88a737
}

.cmp-gradient-tile .item-gradient.ruby {
    background-color: #a52b66
}

.cmp-gradient-tile .item-gradient.white {
    background-color: #fff;
    color: #333
}

.cmp-gradient-tile .item-gradient.black {
    background-color: #101010
}

.cmp-gradient-tile .item-gradient.teal {
    background-color: #19999c
}

.cmp-gradient-tile .item-gradient.light-blue {
    background-color: #03bbe2
}

.cmp-gradient-tile .item-gradient[style] .button.button {
    color: #fff
}

.cmp-gradient-tile .item-gradient .link {
    color: #fff;
    font-weight: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.cmp-gradient-tile .item-gradient .dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    background-color: #101010
}

.cmp-gradient-tile .item-gradient .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    mix-blend-mode: multiply
}

body.bfk .cmp-gradient-tile .item-gradient .gradient {
    height: 100%
}

.cmp-gradient-tile .item-gradient .gradient.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 155, 204, 0)), to(#019bcc));
    background: linear-gradient(rgba(1, 155, 204, 0), #019bcc)
}

body.bfk .cmp-gradient-tile .item-gradient .gradient.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 155, 204, 0)), to(rgba(1, 155, 204, 0.7)));
    background: linear-gradient(rgba(1, 155, 204, 0), rgba(1, 155, 204, 0.7))
}

.cmp-gradient-tile .item-gradient .gradient.green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 168, 41, 0)), to(#87a829));
    background: linear-gradient(rgba(135, 168, 41, 0), #87a829)
}

body.bfk .cmp-gradient-tile .item-gradient .gradient.green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 168, 41, 0)), to(rgba(135, 168, 41, 0.7)));
    background: linear-gradient(rgba(135, 168, 41, 0), rgba(135, 168, 41, 0.7))
}

.cmp-gradient-tile .item-gradient .gradient.teal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 129, 129, 0)), to(#008181));
    background: linear-gradient(rgba(0, 129, 129, 0), #008181)
}

body.bfk .cmp-gradient-tile .item-gradient .gradient.teal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 129, 129, 0)), to(rgba(0, 129, 129, 0.7)));
    background: linear-gradient(rgba(0, 129, 129, 0), rgba(0, 129, 129, 0.7))
}

.cmp-gradient-tile .item-gradient .gradient.purple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 18, 70, 0)), to(#731246));
    background: linear-gradient(rgba(115, 18, 70, 0), #731246)
}

body.bfk .cmp-gradient-tile .item-gradient .gradient.purple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 18, 70, 0)), to(rgba(115, 18, 70, 0.7)));
    background: linear-gradient(rgba(115, 18, 70, 0), rgba(115, 18, 70, 0.7))
}

.cmp-gradient-tile .item-gradient .gradient.black {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.1))
}

body.bfk .cmp-gradient-tile .item-gradient .gradient.black {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7))
}

.cmp-gradient-tile .item-gradient .copy {
    z-index: 1;
    padding: 1.5rem;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.cmp-gradient-tile .item-gradient .copy p {
    margin-bottom: 0
}

body.bfk .cmp-gradient-tile .item-gradient .copy p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .cmp-gradient-tile .item-gradient .copy p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-gradient-tile .item-gradient .copy p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

.cmp-gradient-tile .item-gradient .multi-icons {
    color: #0057b8;
    font-size: 130%;
    display: block;
    margin-bottom: 2rem
}

.cmp-gradient-tile .item-gradient .multi-icons i+i {
    position: relative;
    margin-left: .5em
}

.cmp-gradient-tile .item-gradient .multi-icons i+i::after {
    content: '+';
    display: inline-block;
    position: absolute;
    left: -.725em;
    top: .35em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.business-items .title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.11111em;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: .5rem
}

body.bfk .business-items .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 30px;
    letter-spacing: -0.0025em
}

@media(min-width:720px) {
    body.bfk .business-items .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

@media(min-width:992px) {
    body.bfk .business-items .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

@media(min-width:720px) {
    .business-items .title {
        font-size: 1.875em
    }
}

.cmp-gradient-tile .item-gradient .button.button {
    margin-top: 1rem
}

@media(min-width:992px) {
    .cmp-gradient-tile .item-gradient .copy {
        padding: 2rem
    }
}

.rumi .cmp-gradient-tile .item-gradient {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding-top: 100%
}

.rumi .cmp-gradient-tile .item-gradient.lime {
    background-color: #88a737
}

.rumi .cmp-gradient-tile .item-gradient.ruby {
    background-color: #a52b66
}

.rumi .cmp-gradient-tile .item-gradient.white {
    background-color: #fff;
    color: #333
}

.rumi .cmp-gradient-tile .item-gradient.black {
    background-color: #101010
}

.rumi .cmp-gradient-tile .item-gradient.teal {
    background-color: #19999c
}

.rumi .cmp-gradient-tile .item-gradient.light-blue {
    background-color: #03bbe2
}

.rumi .cmp-gradient-tile .item-gradient[style] .button.button {
    color: #fff
}

.rumi .cmp-gradient-tile .item-gradient .link {
    color: #fff;
    font-weight: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.rumi .cmp-gradient-tile .item-gradient .dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    background-color: #101010
}

.rumi .cmp-gradient-tile .item-gradient .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    mix-blend-mode: multiply
}

.rumi .cmp-gradient-tile .item-gradient .gradient.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 155, 204, 0)), to(#019bcc));
    background: linear-gradient(rgba(1, 155, 204, 0), #019bcc)
}

.rumi .cmp-gradient-tile .item-gradient .gradient.green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 168, 41, 0)), to(#87a829));
    background: linear-gradient(rgba(135, 168, 41, 0), #87a829)
}

.rumi .cmp-gradient-tile .item-gradient .gradient.teal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 129, 129, 0)), to(#008181));
    background: linear-gradient(rgba(0, 129, 129, 0), #008181)
}

.rumi .cmp-gradient-tile .item-gradient .gradient.purple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 18, 70, 0)), to(#731246));
    background: linear-gradient(rgba(115, 18, 70, 0), #731246)
}

.rumi .cmp-gradient-tile .item-gradient .copy {
    z-index: 1;
    padding: 1.5rem;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.rumi .cmp-gradient-tile .item-gradient .copy p {
    margin-bottom: 0
}

.rumi .cmp-gradient-tile .item-gradient .multi-icons {
    color: #c4d82e;
    font-size: 130%;
    display: block;
    margin-bottom: 2rem
}

.rumi .cmp-gradient-tile .item-gradient .multi-icons i+i {
    position: relative;
    margin-left: .5em
}

.rumi .cmp-gradient-tile .item-gradient .multi-icons i+i::after {
    content: '+';
    display: inline-block;
    position: absolute;
    left: -.725em;
    top: .35em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rumi .business-items .title {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.11111em;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: .5rem
}

@media(min-width:720px) {
    .rumi .business-items .title {
        font-size: 1.875em
    }
}

.rumi .cmp-gradient-tile .item-gradient .button.button {
    margin-top: 1rem
}

@media(min-width:992px) {
    .rumi .cmp-gradient-tile .item-gradient .copy {
        padding: 2rem
    }
}

.atcoenergy .cmp-gradient-tile .item-gradient {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    position: relative;
    padding-top: 100%
}

.atcoenergy .cmp-gradient-tile .item-gradient.lime {
    background-color: #88a737
}

.atcoenergy .cmp-gradient-tile .item-gradient.ruby {
    background-color: #a52b66
}

.atcoenergy .cmp-gradient-tile .item-gradient.white {
    background-color: #fff;
    color: #333
}

.atcoenergy .cmp-gradient-tile .item-gradient.black {
    background-color: #101010
}

.atcoenergy .cmp-gradient-tile .item-gradient.teal {
    background-color: #19999c
}

.atcoenergy .cmp-gradient-tile .item-gradient.light-blue {
    background-color: #03bbe2
}

.atcoenergy .cmp-gradient-tile .item-gradient[style] .button.button {
    color: #fff
}

.atcoenergy .cmp-gradient-tile .item-gradient .link {
    color: #fff;
    font-weight: normal;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.atcoenergy .cmp-gradient-tile .item-gradient .dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .2;
    background-color: #101010
}

.atcoenergy .cmp-gradient-tile .item-gradient .gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50%;
    width: 100%;
    mix-blend-mode: multiply
}

.atcoenergy .cmp-gradient-tile .item-gradient .gradient.blue {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 155, 204, 0)), to(#019bcc));
    background: linear-gradient(rgba(1, 155, 204, 0), #019bcc)
}

.atcoenergy .cmp-gradient-tile .item-gradient .gradient.green {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(135, 168, 41, 0)), to(#87a829));
    background: linear-gradient(rgba(135, 168, 41, 0), #87a829)
}

.atcoenergy .cmp-gradient-tile .item-gradient .gradient.teal {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 129, 129, 0)), to(#008181));
    background: linear-gradient(rgba(0, 129, 129, 0), #008181)
}

.atcoenergy .cmp-gradient-tile .item-gradient .gradient.purple {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(115, 18, 70, 0)), to(#731246));
    background: linear-gradient(rgba(115, 18, 70, 0), #731246)
}

.atcoenergy .cmp-gradient-tile .item-gradient .copy {
    z-index: 1;
    padding: 1.5rem;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%
}

.atcoenergy .cmp-gradient-tile .item-gradient .copy p {
    margin-bottom: 0
}

.atcoenergy .cmp-gradient-tile .item-gradient .multi-icons {
    color: #c4d82e;
    font-size: 130%;
    display: block;
    margin-bottom: 2rem
}

.atcoenergy .cmp-gradient-tile .item-gradient .multi-icons i+i {
    position: relative;
    margin-left: .5em
}

.atcoenergy .cmp-gradient-tile .item-gradient .multi-icons i+i::after {
    content: '+';
    display: inline-block;
    position: absolute;
    left: -.725em;
    top: .35em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.atcoenergy .business-items .title {
    font-family: "Baloo Tammudu 2", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.11111em;
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: .5rem
}

@media(min-width:720px) {
    .atcoenergy .business-items .title {
        font-size: 1.875em
    }
}

.atcoenergy .cmp-gradient-tile .item-gradient .button.button {
    margin-top: 1rem
}

@media(min-width:992px) {
    .atcoenergy .cmp-gradient-tile .item-gradient .copy {
        padding: 2rem
    }
}

section.call-to-action {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 82.8125%
}

section.call-to-action>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

section.call-to-action>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

section.call-to-action>.fill>* {
    display: inline-block;
    vertical-align: middle
}

section.call-to-action h2 {
    margin-bottom: .5em
}

body.bfk section.call-to-action h2 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.005em;
    text-transform: capitalize
}

@media(min-width:720px) {
    body.bfk section.call-to-action h2 {
        font-weight: 700;
        font-size: 2.625em;
        line-height: 52px
    }
}

@media(min-width:992px) {
    body.bfk section.call-to-action h2 {
        font-weight: 700;
        font-size: 3.375em;
        line-height: 58px
    }
}

section.call-to-action p {
    display: none;
    margin-bottom: 1em;
    font-weight: normal
}

section.call-to-action h2,
section.call-to-action p,
section.call-to-action .cta-link-container,
section.call-to-action .cta-link,
section.call-to-action .cta-link-container h5 {
    color: #101010
}

section.call-to-action .container {
    text-align: left;
    margin-top: 1em
}

section.call-to-action .cta-link-container {
    display: none
}

section.call-to-action .block {
    width: 70%
}

body.bfk section.call-to-action .block p {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 26px
}

@media(min-width:720px) {
    body.bfk section.call-to-action .block p {
        font-weight: 600;
        font-size: 1em;
        line-height: 22px
    }
}

@media(min-width:992px) {
    body.bfk section.call-to-action .block p {
        font-weight: 600;
        font-size: 1.125em;
        line-height: 28px
    }
}

section.call-to-action .block.text-white h2,
section.call-to-action .block.text-white p {
    color: #fff
}

section.call-to-action .block.text-black h2,
section.call-to-action .block.text-black p {
    color: #101010
}

section.call-to-action.dark h2,
section.call-to-action.dark p,
section.call-to-action.dark .cta-link-container,
section.call-to-action.dark .cta-link,
section.call-to-action.dark .cta-link-container h5,
section.call-to-action.shaded h2,
section.call-to-action.shaded p,
section.call-to-action.shaded .cta-link-container,
section.call-to-action.shaded .cta-link,
section.call-to-action.shaded .cta-link-container h5 {
    color: #fff
}

section.call-to-action.shaded:before {
    background-color: rgba(0, 87, 184, 0.8);
    display: block;
    height: 100%;
    width: 200%;
    -webkit-transform: skew(-27.5deg, 0);
    -ms-transform: skew(-27.5deg, 0);
    transform: skew(-27.5deg, 0);
    position: absolute;
    top: 0;
    left: -159%;
    content: ''
}

body.bfk section.call-to-action.shaded:before {
    background-color: rgba(10, 130, 137, 0.8)
}

section.call-to-action.shaded:before {
    left: -135%
}

section.call-to-action.arrow {
    margin-bottom: -1.5rem
}

section.call-to-action.arrow:after {
    content: '';
    display: block;
    height: 1.5rem;
    background: linear-gradient(-135deg, transparent 0, transparent 87%, #fff .5rem, #fff 100%), linear-gradient(135deg, transparent 0, transparent 14%, #fff .5rem, #fff 100%);
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0
}

@media(min-width:480px) {
    section.call-to-action {
        padding-top: 55.20833%
    }

    section.call-to-action .block {
        width: 50%
    }

    section.call-to-action.shaded:before {
        left: -150%
    }
}

@media(min-width:720px) {
    section.call-to-action {
        padding-top: 35.71429%
    }

    section.call-to-action p {
        display: block;
        margin-top: 1em;
        width: 80%
    }

    section.call-to-action h2 {
        margin-bottom: .25em;
        font-size: 2em
    }

    section.call-to-action .container {
        vertical-align: middle;
        margin-bottom: 0
    }

    section.call-to-action .cta-link-container {
        position: relative;
        overflow: hidden;
        margin-bottom: 1em;
        display: block
    }

    section.call-to-action .cta-link-container img {
        float: left;
        margin: 0 1em 0 0;
        height: 130px
    }

    section.call-to-action .cta-link-container p {
        margin-top: .5em
    }

    section.call-to-action .cta-link-container h5 {
        font-family: "Fjalla One", sans-serif;
        font-weight: normal
    }

    section.call-to-action .cta-link-container .cta-link {
        text-decoration: underline
    }

    section.call-to-action.right .block {
        float: right
    }

    section.call-to-action.tall {
        padding-top: 60.71429%
    }
}

@media(min-width:992px) {
    section.call-to-action h2 {
        font-size: 3em
    }

    section.call-to-action.shaded .block {
        width: 45%
    }

    section.call-to-action.tall {
        padding-top: 42.85714%
    }

    section.call-to-action.shaded:before {
        left: -150%
    }
}

@media(min-width:1200px) {
    section.call-to-action .cta-link-container {
        margin: 2em 0
    }

    section.call-to-action.tall {
        padding-top: 35.71429%
    }
}

.column-two section.call-to-action {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 80%;
    overflow: hidden
}

.column-two section.call-to-action>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.column-two section.call-to-action>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.column-two section.call-to-action>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.column-two section.call-to-action h2,
.column-two section.call-to-action p {
    display: block;
    width: 100%
}

@media(min-width:480px) {
    .column-two section.call-to-action {
        padding-top: 53.33333%
    }
}

@media(min-width:720px) {
    .column-two section.call-to-action {
        display: inline-block;
        padding-top: 0;
        height: 100%
    }

    .column-two section.call-to-action::after {
        display: block;
        clear: both;
        content: ""
    }

    .column-two section.call-to-action .fill {
        position: relative;
        height: 100%
    }

    .column-two section.call-to-action h2,
    .column-two section.call-to-action p {
        width: 100%
    }
}

@media(min-width:992px) {

    .column-two section.call-to-action h2,
    .column-two section.call-to-action p {
        width: 60%
    }
}

.container section.call-to-action .container {
    width: 100%;
    padding: 0 1em
}

@media(min-width:720px) {
    .container section.call-to-action .container.large-margins {
        width: 94.46864% !important;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:800px) {
    .container section.call-to-action .container.large-margins {
        padding: 0 1.5em;
        width: 85.10593% !important;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:1200px) {
    .container section.call-to-action .container {
        width: 85.10593% !important;
        margin-left: auto;
        margin-right: auto
    }

    .container section.call-to-action .container.large-margins {
        width: 76.59576% !important;
        padding: 0 3em;
        margin-left: auto;
        margin-right: auto
    }
}

.rumi section.call-to-action {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 82.8125%
}

.rumi section.call-to-action>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi section.call-to-action>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi section.call-to-action>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi section.call-to-action h2 {
    margin-bottom: .5em
}

.rumi section.call-to-action p {
    display: none;
    margin-bottom: 1em;
    font-weight: normal
}

.rumi section.call-to-action h2,
.rumi section.call-to-action p,
.rumi section.call-to-action .cta-link-container,
.rumi section.call-to-action .cta-link,
.rumi section.call-to-action .cta-link-container h5 {
    color: #101010
}

.rumi section.call-to-action .container {
    text-align: left;
    margin-top: 1em
}

.rumi section.call-to-action .cta-link-container {
    display: none
}

.rumi section.call-to-action .block {
    width: 70%
}

.rumi section.call-to-action .block.text-white h2,
.rumi section.call-to-action .block.text-white p {
    color: #fff
}

.rumi section.call-to-action .block.text-black h2,
.rumi section.call-to-action .block.text-black p {
    color: #101010
}

.rumi section.call-to-action.dark h2,
.rumi section.call-to-action.dark p,
.rumi section.call-to-action.dark .cta-link-container,
.rumi section.call-to-action.dark .cta-link,
.rumi section.call-to-action.dark .cta-link-container h5,
.rumi section.call-to-action.shaded h2,
.rumi section.call-to-action.shaded p,
.rumi section.call-to-action.shaded .cta-link-container,
.rumi section.call-to-action.shaded .cta-link,
.rumi section.call-to-action.shaded .cta-link-container h5 {
    color: #fff
}

.rumi section.call-to-action.shaded:before {
    background-color: rgba(44, 179, 161, 0.8);
    display: block;
    height: 100%;
    width: 200%;
    -webkit-transform: skew(-27.5deg, 0);
    -ms-transform: skew(-27.5deg, 0);
    transform: skew(-27.5deg, 0);
    position: absolute;
    top: 0;
    left: -159%;
    content: ''
}

.rumi section.call-to-action.shaded:before {
    left: -135%
}

.rumi section.call-to-action.arrow {
    margin-bottom: -1.5rem
}

.rumi section.call-to-action.arrow:after {
    content: '';
    display: block;
    height: 1.5rem;
    background: linear-gradient(-135deg, transparent 0, transparent 87%, #fff .5rem, #fff 100%), linear-gradient(135deg, transparent 0, transparent 14%, #fff .5rem, #fff 100%);
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0
}

@media(min-width:480px) {
    .rumi section.call-to-action {
        padding-top: 55.20833%
    }

    .rumi section.call-to-action .block {
        width: 50%
    }

    .rumi section.call-to-action.shaded:before {
        left: -150%
    }
}

@media(min-width:720px) {
    .rumi section.call-to-action {
        padding-top: 35.71429%
    }

    .rumi section.call-to-action p {
        display: block;
        margin-top: 1em;
        width: 80%
    }

    .rumi section.call-to-action h2 {
        margin-bottom: .25em;
        font-size: 2em
    }

    .rumi section.call-to-action .container {
        vertical-align: middle;
        margin-bottom: 0
    }

    .rumi section.call-to-action .cta-link-container {
        position: relative;
        overflow: hidden;
        margin-bottom: 1em;
        display: block
    }

    .rumi section.call-to-action .cta-link-container img {
        float: left;
        margin: 0 1em 0 0;
        height: 130px
    }

    .rumi section.call-to-action .cta-link-container p {
        margin-top: .5em
    }

    .rumi section.call-to-action .cta-link-container h5 {
        font-family: "Overpass", sans-serif;
        font-weight: normal
    }

    .rumi section.call-to-action .cta-link-container .cta-link {
        text-decoration: underline
    }

    .rumi section.call-to-action.right .block {
        float: right
    }

    .rumi section.call-to-action.tall {
        padding-top: 60.71429%
    }
}

@media(min-width:992px) {
    .rumi section.call-to-action h2 {
        font-size: 3em
    }

    .rumi section.call-to-action.shaded .block {
        width: 40%
    }

    .rumi section.call-to-action.tall {
        padding-top: 42.85714%
    }

    .rumi section.call-to-action.shaded:before {
        left: -159%
    }
}

@media(min-width:1200px) {
    .rumi section.call-to-action .cta-link-container {
        margin: 2em 0
    }

    .rumi section.call-to-action.tall {
        padding-top: 35.71429%
    }
}

.atcoenergy section.call-to-action {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 82.8125%
}

.atcoenergy section.call-to-action>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy section.call-to-action>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy section.call-to-action>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy section.call-to-action h2 {
    margin-bottom: .5em
}

.atcoenergy section.call-to-action p {
    display: none;
    margin-bottom: 1em;
    font-weight: normal
}

.atcoenergy section.call-to-action h2,
.atcoenergy section.call-to-action p,
.atcoenergy section.call-to-action .cta-link-container,
.atcoenergy section.call-to-action .cta-link,
.atcoenergy section.call-to-action .cta-link-container h5 {
    color: #101010
}

.atcoenergy section.call-to-action .container {
    text-align: left;
    margin-top: 1em
}

.atcoenergy section.call-to-action .cta-link-container {
    display: none
}

.atcoenergy section.call-to-action .block {
    width: 70%
}

.atcoenergy section.call-to-action .block.text-white h2,
.atcoenergy section.call-to-action .block.text-white p {
    color: #fff
}

.atcoenergy section.call-to-action .block.text-black h2,
.atcoenergy section.call-to-action .block.text-black p {
    color: #101010
}

.atcoenergy section.call-to-action.dark h2,
.atcoenergy section.call-to-action.dark p,
.atcoenergy section.call-to-action.dark .cta-link-container,
.atcoenergy section.call-to-action.dark .cta-link,
.atcoenergy section.call-to-action.dark .cta-link-container h5,
.atcoenergy section.call-to-action.shaded h2,
.atcoenergy section.call-to-action.shaded p,
.atcoenergy section.call-to-action.shaded .cta-link-container,
.atcoenergy section.call-to-action.shaded .cta-link,
.atcoenergy section.call-to-action.shaded .cta-link-container h5 {
    color: #fff
}

.atcoenergy section.call-to-action.shaded:before {
    background-color: rgba(0, 90, 101, 0.8);
    display: block;
    height: 100%;
    width: 200%;
    -webkit-transform: skew(-27.5deg, 0);
    -ms-transform: skew(-27.5deg, 0);
    transform: skew(-27.5deg, 0);
    position: absolute;
    top: 0;
    left: -159%;
    content: ''
}

.atcoenergy section.call-to-action.shaded:before {
    left: -135%
}

.atcoenergy section.call-to-action.arrow {
    margin-bottom: -1.5rem
}

.atcoenergy section.call-to-action.arrow:after {
    content: '';
    display: block;
    height: 1.5rem;
    background: linear-gradient(-135deg, transparent 0, transparent 87%, #fff .5rem, #fff 100%), linear-gradient(135deg, transparent 0, transparent 14%, #fff .5rem, #fff 100%);
    position: absolute;
    width: 100%;
    bottom: -1px;
    left: 0
}

@media(min-width:480px) {
    .atcoenergy section.call-to-action {
        padding-top: 55.20833%
    }

    .atcoenergy section.call-to-action .block {
        width: 50%
    }

    .atcoenergy section.call-to-action.shaded:before {
        left: -150%
    }
}

@media(min-width:720px) {
    .atcoenergy section.call-to-action {
        padding-top: 35.71429%
    }

    .atcoenergy section.call-to-action p {
        display: block;
        margin-top: 1em;
        width: 80%
    }

    .atcoenergy section.call-to-action h2 {
        margin-bottom: .25em;
        font-size: 2em
    }

    .atcoenergy section.call-to-action .container {
        vertical-align: middle;
        margin-bottom: 0
    }

    .atcoenergy section.call-to-action .cta-link-container {
        position: relative;
        overflow: hidden;
        margin-bottom: 1em;
        display: block
    }

    .atcoenergy section.call-to-action .cta-link-container img {
        float: left;
        margin: 0 1em 0 0;
        height: 130px
    }

    .atcoenergy section.call-to-action .cta-link-container p {
        margin-top: .5em
    }

    .atcoenergy section.call-to-action .cta-link-container h5 {
        font-family: "Montserrat", sans-serif;
        font-weight: normal
    }

    .atcoenergy section.call-to-action .cta-link-container .cta-link {
        text-decoration: underline
    }

    .atcoenergy section.call-to-action.right .block {
        float: right
    }

    .atcoenergy section.call-to-action.tall {
        padding-top: 60.71429%
    }
}

@media(min-width:992px) {
    .atcoenergy section.call-to-action h2 {
        font-size: 3em
    }

    .atcoenergy section.call-to-action.shaded .block {
        width: 40%
    }

    .atcoenergy section.call-to-action.tall {
        padding-top: 42.85714%
    }

    .atcoenergy section.call-to-action.shaded:before {
        left: -159%
    }
}

@media(min-width:1200px) {
    .atcoenergy section.call-to-action .cta-link-container {
        margin: 2em 0
    }

    .atcoenergy section.call-to-action.tall {
        padding-top: 35.71429%
    }
}

.atcoenergy .column-two section.call-to-action {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 80%;
    overflow: hidden
}

.atcoenergy .column-two section.call-to-action>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .column-two section.call-to-action>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .column-two section.call-to-action>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .column-two section.call-to-action h2,
.atcoenergy .column-two section.call-to-action p {
    display: block;
    width: 100%
}

@media(min-width:480px) {
    .atcoenergy .column-two section.call-to-action {
        padding-top: 53.33333%
    }
}

@media(min-width:720px) {
    .atcoenergy .column-two section.call-to-action {
        display: inline-block;
        padding-top: 0;
        height: 100%
    }

    .atcoenergy .column-two section.call-to-action::after {
        display: block;
        clear: both;
        content: ""
    }

    .atcoenergy .column-two section.call-to-action .fill {
        position: relative;
        height: 100%
    }

    .atcoenergy .column-two section.call-to-action h2,
    .atcoenergy .column-two section.call-to-action p {
        width: 100%
    }
}

@media(min-width:992px) {

    .atcoenergy .column-two section.call-to-action h2,
    .atcoenergy .column-two section.call-to-action p {
        width: 60%
    }
}

.atcoenergy .container section.call-to-action .container {
    width: 100%;
    padding: 0 1em
}

@media(min-width:720px) {
    .atcoenergy .container section.call-to-action .container.large-margins {
        width: 94.46864% !important;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:800px) {
    .atcoenergy .container section.call-to-action .container.large-margins {
        padding: 0 1.5em;
        width: 85.10593% !important;
        margin-left: auto;
        margin-right: auto
    }
}

@media(min-width:1200px) {
    .atcoenergy .container section.call-to-action .container {
        width: 85.10593% !important;
        margin-left: auto;
        margin-right: auto
    }

    .atcoenergy .container section.call-to-action .container.large-margins {
        width: 76.59576% !important;
        padding: 0 3em;
        margin-left: auto;
        margin-right: auto
    }
}

section.grid.cmp-grid {
    margin-top: 1em;
    margin-bottom: 1em
}

section.grid.cmp-grid>.container>h3,
.cmp-tall-panel.tall-panel section.grid.cmp-grid>.container>p.title,
h2.title {
    margin-top: 1em;
    margin-bottom: .5em
}

h2.title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.11111em;
    font-size: 1.5em
}

@media(min-width:720px) {
    h2.title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    h2.title {
        font-size: 2.25em
    }
}

body.bfk h2.title {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.625em;
    line-height: 58px;
    letter-spacing: -0.005em;
    text-transform: capitalize
}

@media(min-width:720px) {
    body.bfk h2.title {
        font-weight: 600;
        font-size: 2.25em;
        line-height: 44px
    }
}

@media(min-width:992px) {
    body.bfk h2.title {
        font-weight: 600;
        font-size: 2.625em;
        line-height: 58px
    }
}

section.grid.cmp-grid>.container>ul::after {
    display: block;
    clear: both;
    content: ""
}

section.grid.cmp-grid>.container>ul li {
    margin-bottom: 1em
}

section.grid.cmp-grid>.container>ul li:last-child {
    margin-bottom: 0
}

section.grid.cmp-grid>.container>.view-all-wrapper {
    margin-top: 2em
}

section.grid.cmp-grid>.container>.view-all-wrapper a:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .5em
}

section.grid.cmp-grid>.container.no-padding {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

@media(min-width:480px) {
    section.grid.cmp-grid>.container>ul>li {
        margin-top: 1.06%;
        margin-bottom: 1.06%
    }

    section.grid.cmp-grid.two>.container>ul>li,
    section.grid.cmp-grid.four>.container>ul>li {
        padding: 0;
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.grid.cmp-grid.two>.container>ul>li:nth-child(2n),
    section.grid.cmp-grid.four>.container>ul>li:nth-child(2n) {
        width: 49.15254%;
        clear: right;
        float: right;
        margin-right: 0
    }

    section.grid.cmp-grid.two>.container>ul>li:nth-child(2n+1),
    section.grid.cmp-grid.four>.container>ul>li:nth-child(2n+1) {
        clear: both
    }
}

@media(min-width:720px) {
    section.grid.cmp-grid {
        margin-top: 3em;
        margin-bottom: 3em
    }

    h2.title {
        margin-bottom: .25em;
        padding: 0
    }

    section.grid.cmp-grid>.container>ul>li {
        padding: 0;
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.grid.cmp-grid>.container>ul>li:nth-child(2n) {
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.grid.cmp-grid>.container>ul>li:nth-child(2n+1) {
        clear: none
    }

    section.grid.cmp-grid>.container>ul>li:nth-child(3n) {
        width: 32.20339%;
        clear: right;
        float: right;
        margin-right: 0
    }

    section.grid.cmp-grid>.container>ul>li:nth-child(3n+1) {
        clear: both
    }

    section.grid.cmp-grid.flexitems>.container>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1em
    }

    section.grid.cmp-grid.flexitems>.container>ul>li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    section.grid.cmp-grid.four>.container>ul>li {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.grid.cmp-grid.four>.container>ul>li:nth-child(2n) {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.grid.cmp-grid.four>.container>ul>li:nth-child(3n) {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.grid.cmp-grid.four>.container>ul>li:nth-child(3n+1) {
        clear: none
    }

    section.grid.cmp-grid.four>.container>ul>li:nth-child(4n) {
        width: 23.72881%;
        clear: right;
        float: right;
        margin-right: 0
    }

    section.grid.cmp-grid.four>.container>ul>li:nth-child(4n+1) {
        clear: both
    }

    section.grid.cmp-grid.two>.container>ul>li {
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.grid.cmp-grid.two>.container>ul>li:nth-child(2n),
    section.grid.cmp-grid.two>.container>ul>li:nth-child(3n),
    section.grid.cmp-grid.two>.container>ul>li:nth-child(3n+1),
    section.grid.cmp-grid.two>.container>ul>li:nth-child(4n) {
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.grid.cmp-grid.two>.container>ul>li:nth-child(2n) {
        width: 49.15254%;
        clear: right;
        float: right;
        margin-right: 0
    }

    section.grid.cmp-grid.two>.container>ul>li:nth-child(2n+1) {
        clear: both
    }

    section.grid.cmp-grid.one>.container>ul>li {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        clear: both !important
    }
}

section.html>.container section.grid>.container,
article>section.grid>.container {
    padding: 0;
    width: 100%
}

p+section.grid {
    margin-top: 2em
}

@media(min-width:720px) {
    .container>.grid>.container>ul>li {
        width: 48.57143%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(3n) {
        width: 48.57143%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(3n+1) {
        clear: none
    }

    .container>.grid>.container>ul>li:nth-child(2n) {
        width: 48.57143%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .container>.grid>.container>ul>li:nth-child(2n+1) {
        clear: both
    }
}

@media(min-width:992px) {
    .container>.grid>.container>ul>li {
        width: 31.42857%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(2n) {
        width: 31.42857%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(2n+1) {
        clear: none
    }

    .container>.grid>.container>ul>li:nth-child(3n) {
        width: 31.42857%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .container>.grid>.container>ul>li:nth-child(3n+1) {
        clear: both
    }
}

@media(min-width:720px) {
    .container>.grid>.container>ul>li {
        width: 48.57143%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(3n) {
        width: 48.57143%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(3n+1) {
        clear: none
    }

    .container>.grid>.container>ul>li:nth-child(2n) {
        width: 48.57143%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .container>.grid>.container>ul>li:nth-child(2n+1) {
        clear: both
    }
}

@media(min-width:992px) {
    .container>.grid>.container>ul>li {
        width: 31.42857%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(2n) {
        width: 31.42857%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(2n+1) {
        clear: none
    }

    .container>.grid>.container>ul>li:nth-child(3n) {
        width: 31.42857%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .container>.grid>.container>ul>li:nth-child(3n+1) {
        clear: both
    }
}

.container>section.grid:first-child {
    margin-top: 0
}

.container>section.grid:first-child>.container>h3,
.cmp-tall-panel.tall-panel .container>section.grid:first-child>.container>p.title,
.container>section.grid:first-child>.container>h2 {
    margin-top: 0
}

@media(min-width:720px) {
    .container>section.grid:first-child {
        margin-top: 0
    }

    .container>section.grid:first-child>.container>h3,
    .cmp-tall-panel.tall-panel .container>section.grid:first-child>.container>p.title,
    .container>section.grid:first-child>.container>h2 {
        margin-top: 0
    }
}

.call-to-action.arrow+section.grid {
    margin-top: 2em;
    margin-bottom: 2em
}

.call-to-action.arrow+section.grid>.container>h3,
.cmp-tall-panel.tall-panel .call-to-action.arrow+section.grid>.container>p.title,
.call-to-action.arrow+section.grid>.container>h2 {
    margin-bottom: .5em
}

@media(min-width:720px) {
    .call-to-action.arrow+section.grid {
        margin-top: 4em;
        margin-bottom: 4em
    }
}

.atcoenergy section.grid.cmp-grid {
    margin-top: 1em;
    margin-bottom: 1em
}

.atcoenergy section.grid.cmp-grid>.container>h3,
.cmp-tall-panel.tall-panel .atcoenergy section.grid.cmp-grid>.container>p.title,
.atcoenergy .cmp-tall-panel.tall-panel section.grid.cmp-grid>.container>p.title,
.atcoenergy h2.title {
    margin-top: 1em;
    margin-bottom: .5em
}

.atcoenergy h2.title {
    font-family: "Baloo Tammudu 2", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.11111em;
    font-size: 1.5em
}

@media(min-width:720px) {
    .atcoenergy h2.title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .atcoenergy h2.title {
        font-size: 2.25em
    }
}

.atcoenergy section.grid.cmp-grid>.container>ul::after {
    display: block;
    clear: both;
    content: ""
}

.atcoenergy section.grid.cmp-grid>.container>ul li {
    margin-bottom: 1em
}

.atcoenergy section.grid.cmp-grid>.container>ul li:last-child {
    margin-bottom: 0
}

.atcoenergy section.grid.cmp-grid>.container>.view-all-wrapper {
    margin-top: 2em
}

.atcoenergy section.grid.cmp-grid>.container>.view-all-wrapper a:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .5em
}

.atcoenergy section.grid.cmp-grid>.container.no-padding {
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

@media(min-width:480px) {
    .atcoenergy section.grid.cmp-grid>.container>ul>li {
        margin-top: 1.06%;
        margin-bottom: 1.06%
    }

    .atcoenergy section.grid.cmp-grid.two>.container>ul>li,
    .atcoenergy section.grid.cmp-grid.four>.container>ul>li {
        padding: 0;
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.grid.cmp-grid.two>.container>ul>li:nth-child(2n),
    .atcoenergy section.grid.cmp-grid.four>.container>ul>li:nth-child(2n) {
        width: 49.15254%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .atcoenergy section.grid.cmp-grid.two>.container>ul>li:nth-child(2n+1),
    .atcoenergy section.grid.cmp-grid.four>.container>ul>li:nth-child(2n+1) {
        clear: both
    }
}

@media(min-width:720px) {
    .atcoenergy section.grid.cmp-grid {
        margin-top: 3em;
        margin-bottom: 3em
    }

    .atcoenergy section.grid.cmp-grid>.container>h3,
    .cmp-tall-panel.tall-panel .atcoenergy section.grid.cmp-grid>.container>p.title,
    .atcoenergy .cmp-tall-panel.tall-panel section.grid.cmp-grid>.container>p.title,
    .atcoenergy h2.title {
        margin-bottom: .25em;
        padding: 0
    }

    .atcoenergy section.grid.cmp-grid>.container>ul>li {
        padding: 0;
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.grid.cmp-grid>.container>ul>li:nth-child(2n) {
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.grid.cmp-grid>.container>ul>li:nth-child(2n+1) {
        clear: none
    }

    .atcoenergy section.grid.cmp-grid>.container>ul>li:nth-child(3n) {
        width: 32.20339%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .atcoenergy section.grid.cmp-grid>.container>ul>li:nth-child(3n+1) {
        clear: both
    }

    .atcoenergy section.grid.cmp-grid.flexitems>.container>ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 1em
    }

    .atcoenergy section.grid.cmp-grid.flexitems>.container>ul>li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .atcoenergy section.grid.cmp-grid.four>.container>ul>li {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.grid.cmp-grid.four>.container>ul>li:nth-child(2n) {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.grid.cmp-grid.four>.container>ul>li:nth-child(3n) {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.grid.cmp-grid.four>.container>ul>li:nth-child(3n+1) {
        clear: none
    }

    .atcoenergy section.grid.cmp-grid.four>.container>ul>li:nth-child(4n) {
        width: 23.72881%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .atcoenergy section.grid.cmp-grid.four>.container>ul>li:nth-child(4n+1) {
        clear: both
    }

    .atcoenergy section.grid.cmp-grid.two>.container>ul>li {
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.grid.cmp-grid.two>.container>ul>li:nth-child(2n),
    .atcoenergy section.grid.cmp-grid.two>.container>ul>li:nth-child(3n),
    .atcoenergy section.grid.cmp-grid.two>.container>ul>li:nth-child(3n+1),
    .atcoenergy section.grid.cmp-grid.two>.container>ul>li:nth-child(4n) {
        width: 49.15254%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.grid.cmp-grid.two>.container>ul>li:nth-child(2n) {
        width: 49.15254%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .atcoenergy section.grid.cmp-grid.two>.container>ul>li:nth-child(2n+1) {
        clear: both
    }

    .atcoenergy section.grid.cmp-grid.one>.container>ul>li {
        float: none !important;
        margin: 0 !important;
        width: 100% !important;
        clear: both !important
    }
}

section.html>.container section.grid>.container,
article>section.grid>.container {
    padding: 0;
    width: 100%
}

p+section.grid {
    margin-top: 2em
}

@media(min-width:720px) {
    .container>.grid>.container>ul>li {
        width: 48.57143%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(3n) {
        width: 48.57143%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(3n+1) {
        clear: none
    }

    .container>.grid>.container>ul>li:nth-child(2n) {
        width: 48.57143%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .container>.grid>.container>ul>li:nth-child(2n+1) {
        clear: both
    }
}

@media(min-width:992px) {
    .container>.grid>.container>ul>li {
        width: 31.42857%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(2n) {
        width: 31.42857%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(2n+1) {
        clear: none
    }

    .container>.grid>.container>ul>li:nth-child(3n) {
        width: 31.42857%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .container>.grid>.container>ul>li:nth-child(3n+1) {
        clear: both
    }
}

@media(min-width:720px) {
    .container>.grid>.container>ul>li {
        width: 48.57143%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(3n) {
        width: 48.57143%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(3n+1) {
        clear: none
    }

    .container>.grid>.container>ul>li:nth-child(2n) {
        width: 48.57143%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .container>.grid>.container>ul>li:nth-child(2n+1) {
        clear: both
    }
}

@media(min-width:992px) {
    .container>.grid>.container>ul>li {
        width: 31.42857%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(2n) {
        width: 31.42857%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 2.85714%
    }

    .container>.grid>.container>ul>li:nth-child(2n+1) {
        clear: none
    }

    .container>.grid>.container>ul>li:nth-child(3n) {
        width: 31.42857%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .container>.grid>.container>ul>li:nth-child(3n+1) {
        clear: both
    }
}

.container>section.grid:first-child {
    margin-top: 0
}

.container>section.grid:first-child>.container>h3,
.cmp-tall-panel.tall-panel .container>section.grid:first-child>.container>p.title,
.container>section.grid:first-child>.container>h2 {
    margin-top: 0
}

@media(min-width:720px) {
    .container>section.grid:first-child {
        margin-top: 0
    }

    .container>section.grid:first-child>.container>h3,
    .cmp-tall-panel.tall-panel .container>section.grid:first-child>.container>p.title,
    .container>section.grid:first-child>.container>h2 {
        margin-top: 0
    }
}

.call-to-action.arrow+section.grid {
    margin-top: 2em;
    margin-bottom: 2em
}

.call-to-action.arrow+section.grid>.container>h3,
.cmp-tall-panel.tall-panel .call-to-action.arrow+section.grid>.container>p.title,
.call-to-action.arrow+section.grid>.container>h2 {
    margin-bottom: .5em
}

@media(min-width:720px) {
    .call-to-action.arrow+section.grid {
        margin-top: 4em;
        margin-bottom: 4em
    }
}

section.cmp-banner-alert {
    background-color: #333;
    width: 100%;
    font-size: .75em;
    font-family: "Asap", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

section.cmp-banner-alert a {
    color: #fff !important;
    font-weight: normal;
    position: relative;
    vertical-align: middle;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em
}

section.cmp-banner-alert a.livechat {
    text-align: center;
    white-space: nowrap;
    display: block
}

section.cmp-banner-alert a.livechat>div:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.75em
}

section.cmp-banner-alert a.livechat:after {
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    right: 0;
    top: 1em;
    bottom: 1em
}

section.cmp-banner-alert a.alert {
    width: 100%
}

section.cmp-banner-alert a.alert .title {
    font-weight: bold;
    padding-right: .25em
}

section.cmp-banner-alert a.alert>div {
    width: 100%;
    position: relative;
    padding-right: 2em
}

section.cmp-banner-alert a.alert>div:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 30%;
    font-size: 1.5em
}

section.cmp-banner-alert a.alert p {
    margin-top: .25em;
    line-height: 1.5em;
    font-size: 100%
}

section.cmp-banner-alert a:hover {
    background-color: #101010;
    color: #0057b8 !important;
    text-decoration: none
}

.rumi section.cmp-banner-alert {
    background-color: #333;
    width: 100%;
    font-size: .75em;
    font-family: "Overpass", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.rumi section.cmp-banner-alert a {
    color: #fff !important;
    font-weight: normal;
    position: relative;
    vertical-align: middle;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em
}

.rumi section.cmp-banner-alert a.livechat {
    text-align: center;
    white-space: nowrap;
    display: block
}

.rumi section.cmp-banner-alert a.livechat>div:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.75em
}

.rumi section.cmp-banner-alert a.livechat:after {
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    right: 0;
    top: 1em;
    bottom: 1em
}

.rumi section.cmp-banner-alert a.alert {
    width: 100%
}

.rumi section.cmp-banner-alert a.alert .title {
    font-weight: bold;
    padding-right: .25em
}

.rumi section.cmp-banner-alert a.alert>div {
    width: 100%;
    position: relative;
    padding-right: 2em
}

.rumi section.cmp-banner-alert a.alert>div:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 30%;
    font-size: 1.5em
}

.rumi section.cmp-banner-alert a.alert p {
    margin-top: .25em;
    line-height: 1.5em;
    font-size: 100%
}

.rumi section.cmp-banner-alert a:hover {
    background-color: #101010;
    color: #0057b8 !important;
    text-decoration: none
}

.atcoenergy section.cmp-banner-alert {
    background-color: #202020;
    width: 100%;
    font-size: .75em;
    font-family: "Montserrat", sans-serif;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2
}

.atcoenergy section.cmp-banner-alert a {
    color: #fff !important;
    font-weight: normal;
    position: relative;
    vertical-align: middle;
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1em
}

.atcoenergy section.cmp-banner-alert a.livechat {
    text-align: center;
    white-space: nowrap;
    display: block
}

.atcoenergy section.cmp-banner-alert a.livechat>div:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    font-size: 1.75em
}

.atcoenergy section.cmp-banner-alert a.livechat:after {
    content: "";
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    position: absolute;
    right: 0;
    top: 1em;
    bottom: 1em
}

.atcoenergy section.cmp-banner-alert a.alert {
    width: 100%
}

.atcoenergy section.cmp-banner-alert a.alert .title {
    font-weight: bold;
    padding-right: .25em
}

.atcoenergy section.cmp-banner-alert a.alert>div {
    width: 100%;
    position: relative;
    padding-right: 2em
}

.atcoenergy section.cmp-banner-alert a.alert>div:after {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 30%;
    font-size: 1.5em
}

.atcoenergy section.cmp-banner-alert a.alert p {
    margin-top: .25em;
    line-height: 1.5em;
    font-size: 100%
}

.atcoenergy section.cmp-banner-alert a:hover {
    background-color: #101010;
    color: #c4d82e !important;
    text-decoration: none
}

@media(min-width:720px) {
    section.cmp-banner-alert {
        background-color: rgba(16, 16, 16, 0.4);
        width: auto;
        max-width: 50%
    }

    section.cmp-banner-alert.banner-alert-dots {
        margin-top: -40px
    }

    .site-wrapper.publish .carousel+.banner-alert section.cmp-banner-alert,
    .site-wrapper.publish .hero-banner+.banner-alert section.cmp-banner-alert {
        float: right;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    .carousel+section.cmp-banner-alert,
    .hero-banner+section.cmp-banner-alert {
        position: absolute;
        right: 0;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@media(min-width:992px) {
    section.cmp-banner-alert {
        max-width: 40%
    }
}

section.cmp-card-menu:first-child {
    margin-top: 1.5em
}

section.cmp-card-menu.blue {
    background-color: #ff6700;
    color: #fff
}

section.cmp-card-menu.blue ul.items li a i,
section.cmp-card-menu.blue ul.items li a span.title {
    color: #fff
}

@media(min-width:720px) {
    section.cmp-card-menu .menu.variant {
        float: left
    }

    section.cmp-card-menu .image.variant {
        float: right;
        margin-left: 58.33333%
    }
}

section.cmp-card-menu .svg-icon {
    width: auto;
    height: 30px;
    margin-right: 9px
}

section.cmp-card-menu .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 86.53846%;
    background-size: cover;
    background-position: 50%
}

section.cmp-card-menu .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

section.cmp-card-menu .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

section.cmp-card-menu .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

section.cmp-card-menu p {
    margin-top: 1em;
    margin-bottom: 1em
}

section.cmp-card-menu a.btn {
    margin-top: 1em;
    margin-bottom: 1em
}

section.cmp-card-menu .container {
    padding-top: 2em;
    padding-bottom: 2em
}

body.bfk section.cmp-card-menu .container .text h2 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.005em;
    text-transform: capitalize
}

@media(min-width:720px) {
    body.bfk section.cmp-card-menu .container .text h2 {
        font-weight: 700;
        font-size: 2.625em;
        line-height: 52px
    }
}

@media(min-width:992px) {
    body.bfk section.cmp-card-menu .container .text h2 {
        font-weight: 700;
        font-size: 3.375em;
        line-height: 58px
    }
}

body.bfk section.cmp-card-menu .container .text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk section.cmp-card-menu .container .text p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk section.cmp-card-menu .container .text p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

section.cmp-card-menu ul.items {
    margin-top: 1em
}

section.cmp-card-menu ul.items::after {
    display: block;
    clear: both;
    content: ""
}

section.cmp-card-menu ul.items a {
    font-family: "Fjalla One", sans-serif;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

section.cmp-card-menu ul.items a i {
    font-size: 2em;
    margin-right: .25em;
    vertical-align: middle
}

section.cmp-card-menu ul.items a span.title {
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: .5em;
    display: inline-block;
    font-size: 1.125em
}

@media(min-width:720px) {
    section.cmp-card-menu {
        margin-bottom: 1.5em
    }

    section.cmp-card-menu .image {
        width: 41.66667%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
        position: absolute;
        bottom: 0;
        top: 0;
        height: auto;
        padding-top: 0
    }

    section.cmp-card-menu .menu {
        width: 58.33333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    section.cmp-card-menu .menu .container {
        border-top: 1px solid #d4d3d4;
        margin-left: 0
    }

    section.cmp-card-menu.blue .menu .container {
        border-top: 0
    }
}

@media(min-width:1200px) {
    section.cmp-card-menu .container {
        padding-top: 4em;
        padding-bottom: 4em;
        padding-left: 4em
    }
}

.rumi section.cmp-card-menu:first-child {
    margin-top: 1.5em
}

.rumi section.cmp-card-menu.blue {
    background-color: #2cb3a1;
    color: #fff
}

.rumi section.cmp-card-menu.blue ul.items li a i,
.rumi section.cmp-card-menu.blue ul.items li a span.title {
    color: #fff
}

@media(min-width:720px) {
    .rumi section.cmp-card-menu .menu.variant {
        float: left
    }

    .rumi section.cmp-card-menu .image.variant {
        float: right;
        margin-left: 58.33333%
    }
}

.rumi section.cmp-card-menu .svg-icon {
    width: auto;
    height: 30px;
    margin-right: 9px
}

.rumi section.cmp-card-menu .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 86.53846%;
    background-size: cover;
    background-position: 50%
}

.rumi section.cmp-card-menu .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi section.cmp-card-menu .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi section.cmp-card-menu .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi section.cmp-card-menu p {
    margin-top: 1em;
    margin-bottom: 1em
}

.rumi section.cmp-card-menu a.btn {
    margin-top: 1em;
    margin-bottom: 1em
}

.rumi section.cmp-card-menu .container {
    padding-top: 2em;
    padding-bottom: 2em
}

.rumi section.cmp-card-menu ul.items {
    margin-top: 1em
}

.rumi section.cmp-card-menu ul.items::after {
    display: block;
    clear: both;
    content: ""
}

.rumi section.cmp-card-menu ul.items a {
    font-family: "Overpass", sans-serif;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    font-weight: normal
}

.rumi section.cmp-card-menu ul.items a i {
    font-size: 2em;
    margin-right: .25em;
    vertical-align: middle
}

.rumi section.cmp-card-menu ul.items a span.title {
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: .5em;
    display: inline-block;
    font-size: 1.125em
}

@media(min-width:720px) {
    .rumi section.cmp-card-menu {
        margin-bottom: 1.5em
    }

    .rumi section.cmp-card-menu .image {
        width: 41.66667%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
        position: absolute;
        bottom: 0;
        top: 0;
        height: auto;
        padding-top: 0
    }

    .rumi section.cmp-card-menu .menu {
        width: 58.33333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    .rumi section.cmp-card-menu .menu .container {
        border-top: 1px solid #d4d3d4;
        margin-left: 0
    }

    .rumi section.cmp-card-menu.blue .menu .container {
        border-top: 0
    }
}

@media(min-width:1200px) {
    .rumi section.cmp-card-menu .container {
        padding-top: 4em;
        padding-bottom: 4em;
        padding-left: 4em
    }
}

.atcoenergy section.cmp-card-menu:first-child {
    margin-top: 1.5em
}

.atcoenergy section.cmp-card-menu.blue {
    background-color: #0a8289;
    color: #fff
}

.atcoenergy section.cmp-card-menu.blue ul.items li a i,
.atcoenergy section.cmp-card-menu.blue ul.items li a span.title {
    color: #fff
}

@media(min-width:720px) {
    .atcoenergy section.cmp-card-menu .menu.variant {
        float: left
    }

    .atcoenergy section.cmp-card-menu .image.variant {
        float: right;
        margin-left: 58.33333%
    }
}

.atcoenergy section.cmp-card-menu .svg-icon {
    width: auto;
    height: 30px;
    margin-right: 9px
}

.atcoenergy section.cmp-card-menu .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 86.53846%;
    background-size: cover;
    background-position: 50%
}

.atcoenergy section.cmp-card-menu .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy section.cmp-card-menu .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy section.cmp-card-menu .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy section.cmp-card-menu p {
    margin-top: 1em;
    margin-bottom: 1em
}

.atcoenergy section.cmp-card-menu a.btn {
    margin-top: 1em;
    margin-bottom: 1em
}

.atcoenergy section.cmp-card-menu .container {
    padding-top: 2em;
    padding-bottom: 2em
}

.atcoenergy section.cmp-card-menu ul.items {
    margin-top: 1em
}

.atcoenergy section.cmp-card-menu ul.items::after {
    display: block;
    clear: both;
    content: ""
}

.atcoenergy section.cmp-card-menu ul.items a {
    font-family: "Montserrat", sans-serif;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.atcoenergy section.cmp-card-menu ul.items a i {
    font-size: 2em;
    margin-right: .25em;
    vertical-align: middle
}

.atcoenergy section.cmp-card-menu ul.items a span.title {
    text-transform: none;
    vertical-align: middle;
    padding-top: .5em;
    display: inline-block;
    font-size: 1.125em
}

@media(min-width:720px) {
    .atcoenergy section.cmp-card-menu {
        margin-bottom: 1.5em
    }

    .atcoenergy section.cmp-card-menu .image {
        width: 41.66667%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
        position: absolute;
        bottom: 0;
        top: 0;
        height: auto;
        padding-top: 0
    }

    .atcoenergy section.cmp-card-menu .menu {
        width: 58.33333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    .atcoenergy section.cmp-card-menu .menu .container {
        border-top: 1px solid #d4d3d4;
        margin-left: 0
    }

    .atcoenergy section.cmp-card-menu.blue .menu .container {
        border-top: 0
    }
}

@media(min-width:1200px) {
    .atcoenergy section.cmp-card-menu .container {
        padding-top: 4em;
        padding-bottom: 4em;
        padding-left: 4em
    }
}

.bfk section.cmp-card-menu:first-child {
    margin-top: 1.5em
}

.bfk section.cmp-card-menu.blue {
    background-color: #f0f0f0;
    color: #101010
}

.bfk section.cmp-card-menu.blue ul.items li a i,
.bfk section.cmp-card-menu.blue ul.items li a span.title {
    color: #101010
}

@media(min-width:720px) {
    .bfk section.cmp-card-menu .menu.variant {
        float: left
    }

    .bfk section.cmp-card-menu .image.variant {
        float: right;
        margin-left: 58.33333%
    }
}

.bfk section.cmp-card-menu .svg-icon {
    width: auto;
    height: 30px;
    margin-right: 9px
}

.bfk section.cmp-card-menu .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 86.53846%;
    background-size: cover;
    background-position: 50%
}

.bfk section.cmp-card-menu .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.bfk section.cmp-card-menu .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.bfk section.cmp-card-menu .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.bfk section.cmp-card-menu p {
    margin-top: 1em;
    margin-bottom: 1em
}

.bfk section.cmp-card-menu a.btn {
    margin-top: 1em;
    margin-bottom: 1em
}

.bfk section.cmp-card-menu .container {
    padding-top: 2em;
    padding-bottom: 2em
}

body.bfk .bfk section.cmp-card-menu .container .text h2 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.005em;
    text-transform: capitalize
}

@media(min-width:720px) {
    body.bfk .bfk section.cmp-card-menu .container .text h2 {
        font-weight: 700;
        font-size: 2.625em;
        line-height: 52px
    }
}

@media(min-width:992px) {
    body.bfk .bfk section.cmp-card-menu .container .text h2 {
        font-weight: 700;
        font-size: 3.375em;
        line-height: 58px
    }
}

body.bfk .bfk section.cmp-card-menu .container .text p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .bfk section.cmp-card-menu .container .text p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .bfk section.cmp-card-menu .container .text p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

.bfk section.cmp-card-menu ul.items {
    margin-top: 1em
}

.bfk section.cmp-card-menu ul.items::after {
    display: block;
    clear: both;
    content: ""
}

.bfk section.cmp-card-menu ul.items a {
    font-family: "Fjalla One", sans-serif;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
    font-weight: normal;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.bfk section.cmp-card-menu ul.items a i {
    font-size: 2em;
    margin-right: .25em;
    vertical-align: middle
}

.bfk section.cmp-card-menu ul.items a span.title {
    text-transform: uppercase;
    vertical-align: middle;
    padding-top: .5em;
    display: inline-block;
    font-size: 1.125em
}

@media(min-width:720px) {
    .bfk section.cmp-card-menu {
        margin-bottom: 1.5em
    }

    .bfk section.cmp-card-menu .image {
        width: 41.66667%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
        position: absolute;
        bottom: 0;
        top: 0;
        height: auto;
        padding-top: 0
    }

    .bfk section.cmp-card-menu .menu {
        width: 58.33333%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    .bfk section.cmp-card-menu .menu .container {
        border-top: 1px solid #d4d3d4;
        margin-left: 0
    }

    .bfk section.cmp-card-menu.blue .menu .container {
        border-top: 0
    }
}

@media(min-width:1200px) {
    .bfk section.cmp-card-menu .container {
        padding-top: 4em;
        padding-bottom: 4em;
        padding-left: 4em
    }
}

.cmp-space-divider.height-1 {
    height: 1px
}

.cmp-space-divider.height-2 {
    height: 2px
}

.cmp-space-divider.color-black {
    background-color: #101010
}

.cmp-space-divider.color-grey {
    background-color: #d4d3d4
}

.cmp-space-divider.margin-10 {
    margin: 10px 0
}

.cmp-space-divider.margin-25 {
    margin: 25px 0
}

.cmp-space-divider.margin-50 {
    margin: 50px 0
}

.cmp-space-divider.margin-2em {
    margin: 2em 0
}

.cmp-plan-item {
    height: 100%
}

.item-plan {
    background: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem;
    width: 100%;
    height: 100%
}

.item-plan .top-area p {
    margin-bottom: 1em
}

.item-plan .title {
    color: #ff6700;
    margin-bottom: 2rem;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.5em;
    text-transform: uppercase
}

@media(min-width:720px) {
    .item-plan .title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .item-plan .title {
        font-size: 2.25em
    }
}

.item-plan .plan-details {
    font-size: 90%
}

.item-plan .plan-details .left,
.item-plan .plan-details .right {
    margin-bottom: 1rem
}

.item-plan .plan-details .left {
    margin-right: .25em
}

.item-plan .plan-details li:first-child {
    border-top: 1px solid #ccc
}

.item-plan .plan-details li {
    padding: 1rem 0 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0 !important
}

.item-plan .plan-details .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.item-plan .plan-details .price-number {
    font-size: 150%;
    font-weight: 400;
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 0;
    line-height: 25.2px
}

.item-plan .plan-details .price-number span {
    font-size: 60%;
    vertical-align: super
}

.item-plan .plan-details .price-number span.volume:before {
    content: "/"
}

.item-plan .includes-title {
    font-size: 1em;
    text-transform: none;
    font-family: "Asap", sans-serif;
    font-weight: 700;
    color: #333;
    margin: 1.5rem 0 .5rem
}

.item-plan ul.includes-list {
    font-size: 90%;
    list-style-type: disc;
    padding-left: 1em;
    line-height: 1.5
}

.item-plan ul.includes-list li {
    margin-bottom: 0 !important
}

.item-plan .bottom-area {
    margin-top: 1rem
}

.item-plan .bottom-area a.btn {
    margin-bottom: 0;
    white-space: normal
}

.item-plan .button {
    margin: 0
}

.item-plan .button:last-of-type {
    margin-top: .5rem
}

.item-plan:not(.item-plan-bundle) .title {
    margin-bottom: 1rem
}

.item-plan:not(.item-plan-bundle) .multi-icons {
    font-size: 250%;
    display: block;
    margin-bottom: 2rem
}

.item-plan:not(.item-plan-bundle) .multi-icons i+i {
    position: relative;
    margin-left: .6em
}

.item-plan:not(.item-plan-bundle) .multi-icons i+i::after {
    content: '+';
    display: inline-block;
    position: absolute;
    left: -.675em;
    bottom: .05em
}

.item-plan:not(.item-plan-bundle) .multi-svgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 275%;
    margin-bottom: 2rem
}

.item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper {
    position: relative;
    margin-left: .6em;
    width: auto
}

.item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper:first-child {
    margin-left: 0
}

.item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper:last-child::after {
    content: ""
}

.item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper::after {
    content: '+';
    display: inline-block;
    position: absolute;
    right: -.55em;
    bottom: .05em
}

.item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper .icon-wrapper {
    width: 45px;
    margin: 0 auto
}

.item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper .svg-icon {
    margin-right: .6em;
    width: 100%;
    height: 45px
}

.rumi .cmp-plan-item {
    height: 100%
}

.rumi .item-plan {
    background: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem;
    width: 100%;
    height: 100%
}

.rumi .item-plan .top-area p {
    margin-bottom: 1em
}

.rumi .item-plan .title {
    color: #2cb3a1;
    margin-bottom: 2rem;
    font-family: "Overpass", sans-serif;
    font-size: 1.5em;
    text-transform: uppercase
}

@media(min-width:720px) {
    .rumi .item-plan .title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .rumi .item-plan .title {
        font-size: 2.25em
    }
}

.rumi .item-plan .plan-details {
    font-size: 90%
}

.rumi .item-plan .plan-details .left,
.rumi .item-plan .plan-details .right {
    margin-bottom: 1rem
}

.rumi .item-plan .plan-details .left {
    margin-right: .25em
}

.rumi .item-plan .plan-details li:first-child {
    border-top: 1px solid #ccc
}

.rumi .item-plan .plan-details li {
    padding: 1rem 0 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0 !important
}

.rumi .item-plan .plan-details .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.rumi .item-plan .plan-details .price-number {
    font-size: 150%;
    font-weight: 400;
    font-family: "Overpass", sans-serif;
    margin-bottom: 0;
    line-height: 25.2px
}

.rumi .item-plan .plan-details .price-number span {
    font-size: 60%;
    vertical-align: super
}

.rumi .item-plan .plan-details .price-number span.volume:before {
    content: "/"
}

.rumi .item-plan .includes-title {
    font-size: 1em;
    text-transform: none;
    font-family: "Overpass", sans-serif;
    font-weight: 700;
    color: #333;
    margin: 1.5rem 0 .5rem
}

.rumi .item-plan ul.includes-list {
    font-size: 90%;
    list-style-type: disc;
    padding-left: 1em;
    line-height: 1.5
}

.rumi .item-plan ul.includes-list li {
    margin-bottom: 0 !important
}

.rumi .item-plan .bottom-area {
    margin-top: 1rem
}

.rumi .item-plan .bottom-area a.btn {
    margin-bottom: 0;
    white-space: normal
}

.rumi .item-plan .button {
    margin: 0
}

.rumi .item-plan .button:last-of-type {
    margin-top: .5rem
}

.rumi .item-plan:not(.item-plan-bundle) .title {
    margin-bottom: 1rem
}

.rumi .item-plan:not(.item-plan-bundle) .multi-icons {
    font-size: 250%;
    display: block;
    margin-bottom: 2rem
}

.rumi .item-plan:not(.item-plan-bundle) .multi-icons i+i {
    position: relative;
    margin-left: .6em
}

.rumi .item-plan:not(.item-plan-bundle) .multi-icons i+i::after {
    content: '+';
    display: inline-block;
    position: absolute;
    left: -.675em;
    bottom: .05em
}

.atcoenergy .cmp-plan-item {
    height: 100%
}

.atcoenergy .item-plan {
    background: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem;
    width: 100%;
    height: 100%
}

.atcoenergy .item-plan .top-area p {
    margin-bottom: 1em
}

.atcoenergy .item-plan .title {
    color: #0a8289;
    margin-bottom: 2rem;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    text-transform: none
}

@media(min-width:720px) {
    .atcoenergy .item-plan .title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .atcoenergy .item-plan .title {
        font-size: 2.25em
    }
}

.atcoenergy .item-plan .plan-details {
    font-size: 90%
}

.atcoenergy .item-plan .plan-details .left,
.atcoenergy .item-plan .plan-details .right {
    margin-bottom: 1rem
}

.atcoenergy .item-plan .plan-details .left {
    margin-right: .25em
}

.atcoenergy .item-plan .plan-details li:first-child {
    border-top: 1px solid #ccc
}

.atcoenergy .item-plan .plan-details li {
    padding: 1rem 0 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0 !important
}

.atcoenergy .item-plan .plan-details .details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.atcoenergy .item-plan .plan-details .price-number {
    font-size: 150%;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    line-height: 25.2px
}

.atcoenergy .item-plan .plan-details .price-number span {
    font-size: 60%;
    vertical-align: super
}

.atcoenergy .item-plan .plan-details .price-number span.volume:before {
    content: "/"
}

.atcoenergy .item-plan .includes-title {
    font-size: 1em;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #333;
    margin: 1.5rem 0 .5rem
}

.atcoenergy .item-plan ul.includes-list {
    font-size: 90%;
    list-style-type: disc;
    padding-left: 1em;
    line-height: 1.5
}

.atcoenergy .item-plan ul.includes-list li {
    margin-bottom: 0 !important
}

.atcoenergy .item-plan .bottom-area {
    margin-top: 1rem
}

.atcoenergy .item-plan .bottom-area a.btn {
    margin-bottom: 0;
    white-space: normal
}

.atcoenergy .item-plan .button {
    margin: 0
}

.atcoenergy .item-plan .button:last-of-type {
    margin-top: .5rem
}

.atcoenergy .item-plan:not(.item-plan-bundle) .title {
    margin-bottom: 1rem
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-icons {
    font-size: 250%;
    display: block;
    margin-bottom: 2rem
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-icons i+i {
    position: relative;
    margin-left: .6em
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-icons i+i::after {
    content: '+';
    display: inline-block;
    position: absolute;
    left: -.675em;
    bottom: .05em
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-svgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 275%;
    margin-bottom: 2rem
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper {
    position: relative;
    margin-left: .6em;
    width: auto
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper:first-child {
    margin-left: 0
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper:last-child::after {
    content: ""
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper::after {
    content: '+';
    display: inline-block;
    position: absolute;
    right: -.55em;
    bottom: .05em
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper .icon-wrapper {
    width: 45px;
    margin: 0 auto
}

.atcoenergy .item-plan:not(.item-plan-bundle) .multi-svgs .img-wrapper .svg-icon {
    margin-right: .6em;
    width: 100%;
    height: 45px
}

.app-download-buttons {
    display: block;
    vertical-align: middle;
    margin: 1em 0
}

.app-download-buttons a.btn-link {
    display: inline-block;
    width: -webkit-calc(50% - .5em);
    width: calc(50% - .5em);
    margin-right: 1em;
    max-width: 135px
}

.app-download-buttons a.btn-link:last-child {
    margin-right: 0
}

.app-download-buttons a.btn-link img.btn-img {
    margin: 0;
    max-width: 100%
}

@media(min-width:360px) {
    .app-download-buttons a {
        width: auto
    }
}

.app-download-buttons {
    display: block;
    vertical-align: middle;
    margin: 1em 0
}

.app-download-buttons a.btn-link {
    display: inline-block;
    width: -webkit-calc(50% - .5em);
    width: calc(50% - .5em);
    margin-right: 1em;
    max-width: 135px
}

.app-download-buttons a.btn-link:last-child {
    margin-right: 0
}

.app-download-buttons a.btn-link img.btn-img {
    margin: 0;
    max-width: 100%
}

@media(min-width:360px) {
    .app-download-buttons a {
        width: auto
    }
}

.cmp-section-sub-nav .icon-wrapper {
    margin: 0 auto;
    display: inline-block
}

.cmp-section-sub-nav .svg-icon {
    margin-right: .3em;
    width: auto;
    height: 32px;
    vertical-align: middle;
    display: inline
}

.cmp-section-sub-nav nav.subnav {
    background-color: #51a1c2;
    padding: 0 32px;
    visibility: hidden;
    margin-top: 5px
}

body.bfk .cmp-section-sub-nav nav.subnav {
    background-color: #202020
}

.cmp-section-sub-nav nav.subnav.slick-initialized {
    visibility: visible
}

.cmp-section-sub-nav nav.subnav a {
    color: #fff;
    display: inline-block;
    padding: 1.5em 0;
    white-space: nowrap;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.75em
}

body.bfk .cmp-section-sub-nav nav.subnav a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    text-decoration: none
}

@media(min-width:720px) {
    body.bfk .cmp-section-sub-nav nav.subnav a {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-section-sub-nav nav.subnav a {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

.cmp-section-sub-nav nav.subnav a+a {
    margin-left: 1.5em
}

.cmp-section-sub-nav nav.subnav a:focus {
    outline: 0
}

.cmp-section-sub-nav nav.subnav i {
    color: #b9d9e7;
    font-size: 1.75em;
    vertical-align: middle;
    margin-right: 5px
}

body.bfk .cmp-section-sub-nav nav.subnav .slick-track {
    width: -webkit-max-content !important;
    width: -moz-max-content !important;
    width: max-content !important;
    margin: 0 auto
}

.cmp-section-sub-nav nav.subnav .slick-arrow {
    background-color: #51a1c2;
    width: 32px;
    height: 98%
}

body.bfk .cmp-section-sub-nav nav.subnav .slick-arrow {
    background-color: #202020
}

.cmp-section-sub-nav nav.subnav .slick-arrow:before {
    color: #fff;
    font-size: 14px;
    font-family: "icomoon"
}

.cmp-section-sub-nav nav.subnav .slick-prev {
    left: 0;
    box-shadow: 10px 0 31px -5px rgba(0, 0, 0, 0.2)
}

.cmp-section-sub-nav nav.subnav .slick-prev:before {
    content: ""
}

[dir="rtl"] .cmp-section-sub-nav nav.subnav .slick-prev:before {
    content: ""
}

.cmp-section-sub-nav nav.subnav .slick-next {
    right: 0;
    box-shadow: -10px 0 31px -5px rgba(0, 0, 0, 0.2)
}

.cmp-section-sub-nav nav.subnav .slick-next:before {
    content: ""
}

[dir="rtl"] .cmp-section-sub-nav nav.subnav .slick-next:before {
    content: ""
}

.cmp-section-sub-nav nav.subnav .slick-disabled {
    display: none !important
}

.cmp-section-sub-nav nav.subnav .slick-slide+.slick-slide {
    margin-left: 1.5em
}

@media(min-width:720px) {
    .cmp-section-sub-nav nav.subnav .slick-slide+.slick-slide {
        margin-left: 3em
    }
}

.rumi .cmp-section-sub-nav nav.subnav {
    background-color: #51a1c2;
    padding: 0 32px;
    visibility: hidden;
    margin-top: 5px
}

.rumi .cmp-section-sub-nav nav.subnav.slick-initialized {
    visibility: visible
}

.rumi .cmp-section-sub-nav nav.subnav a {
    color: #fff;
    display: inline-block;
    padding: 1.5em 0;
    white-space: nowrap;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.75em
}

.rumi .cmp-section-sub-nav nav.subnav a+a {
    margin-left: 1.5em
}

.rumi .cmp-section-sub-nav nav.subnav a:focus {
    outline: 0
}

.rumi .cmp-section-sub-nav nav.subnav i {
    color: #b9d9e7;
    font-size: 1.75em;
    vertical-align: middle;
    margin-right: 5px
}

.rumi .cmp-section-sub-nav nav.subnav .slick-arrow {
    background-color: #51a1c2;
    width: 32px;
    height: 98%
}

.rumi .cmp-section-sub-nav nav.subnav .slick-arrow:before {
    color: #fff;
    font-size: 14px;
    font-family: "icomoon"
}

.rumi .cmp-section-sub-nav nav.subnav .slick-prev {
    left: 0;
    box-shadow: 10px 0 31px -5px rgba(0, 0, 0, 0.2)
}

.rumi .cmp-section-sub-nav nav.subnav .slick-prev:before {
    content: ""
}

[dir="rtl"] .rumi .cmp-section-sub-nav nav.subnav .slick-prev:before {
    content: ""
}

.rumi .cmp-section-sub-nav nav.subnav .slick-next {
    right: 0;
    box-shadow: -10px 0 31px -5px rgba(0, 0, 0, 0.2)
}

.rumi .cmp-section-sub-nav nav.subnav .slick-next:before {
    content: ""
}

[dir="rtl"] .rumi .cmp-section-sub-nav nav.subnav .slick-next:before {
    content: ""
}

.rumi .cmp-section-sub-nav nav.subnav .slick-disabled {
    display: none !important
}

.rumi .cmp-section-sub-nav nav.subnav .slick-slide+.slick-slide {
    margin-left: 1.5em
}

@media(min-width:720px) {
    .rumi .cmp-section-sub-nav nav.subnav .slick-slide+.slick-slide {
        margin-left: 3em
    }
}

.atcoenergy .cmp-section-sub-nav .icon-wrapper {
    margin: 0 auto;
    display: inline-block
}

.atcoenergy .cmp-section-sub-nav .svg-icon {
    margin-right: .3em;
    width: auto;
    height: 32px;
    vertical-align: middle;
    display: inline
}

.atcoenergy .cmp-section-sub-nav nav.subnav {
    background-color: #005a65;
    padding: 0 32px;
    visibility: hidden;
    margin-top: 5px
}

.atcoenergy .cmp-section-sub-nav nav.subnav.slick-initialized {
    visibility: visible
}

.atcoenergy .cmp-section-sub-nav nav.subnav a {
    color: #fff;
    display: inline-block;
    padding: 1.5em 0;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-weight: normal;
    line-height: 1.75em
}

.atcoenergy .cmp-section-sub-nav nav.subnav a+a {
    margin-left: 1.5em
}

.atcoenergy .cmp-section-sub-nav nav.subnav a:focus {
    outline: 0
}

.atcoenergy .cmp-section-sub-nav nav.subnav i {
    color: #b9d9e7;
    font-size: 1.75em;
    vertical-align: middle;
    margin-right: 5px
}

.atcoenergy .cmp-section-sub-nav nav.subnav .slick-arrow {
    background-color: #005a65;
    width: 32px;
    height: 98%
}

.atcoenergy .cmp-section-sub-nav nav.subnav .slick-arrow:before {
    color: #fff;
    font-size: 14px;
    font-family: "icomoon"
}

.atcoenergy .cmp-section-sub-nav nav.subnav .slick-prev {
    left: 0;
    box-shadow: 10px 0 31px -5px rgba(0, 0, 0, 0.2)
}

.atcoenergy .cmp-section-sub-nav nav.subnav .slick-prev:before {
    content: ""
}

[dir="rtl"] .atcoenergy .cmp-section-sub-nav nav.subnav .slick-prev:before {
    content: ""
}

.atcoenergy .cmp-section-sub-nav nav.subnav .slick-next {
    right: 0;
    box-shadow: -10px 0 31px -5px rgba(0, 0, 0, 0.2)
}

.atcoenergy .cmp-section-sub-nav nav.subnav .slick-next:before {
    content: ""
}

[dir="rtl"] .atcoenergy .cmp-section-sub-nav nav.subnav .slick-next:before {
    content: ""
}

.atcoenergy .cmp-section-sub-nav nav.subnav .slick-disabled {
    display: none !important
}

.atcoenergy .cmp-section-sub-nav nav.subnav .slick-slide+.slick-slide {
    margin-left: 1.5em
}

@media(min-width:720px) {
    .atcoenergy .cmp-section-sub-nav nav.subnav .slick-slide+.slick-slide {
        margin-left: 3em
    }
}

body.preview ul.tabs li>.tab-item,
.site-wrapper.publish ul.tabs li>.tab-item {
    display: none
}

body.edit section.tabs ul.tabs>li,
body.design section.tabs ul.tabs>li {
    display: block
}

section.tabs ul.tabs>li {
    display: inline-block;
    margin-right: .25em
}

section.tabs ul.tabs>li:first-child>a {
    border-left: 1px solid #bcbcbc
}

section.tabs ul.tabs>li.open>a {
    background-color: #fff
}

section.tabs ul.tabs>li.open>a:after {
    content: '';
    background-color: white;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%
}

section.tabs ul.tabs>li>a {
    position: relative;
    display: inline-block;
    padding: 1em 1.5em;
    background-color: #f0f0f0;
    border-top: 1px solid #bcbcbc;
    border-left: 1px solid #bcbcbc;
    border-right: 1px solid #bcbcbc
}

section.tabs>.tab-content-area {
    border: 1px solid #bcbcbc;
    padding: 1.5em
}

section.tabs>.tab-content-area>.tab-content.blocks {
    margin-top: 0
}

table.cmp-table:not(.class-calendar):not(.order-meta) {
    width: 100%
}

table.cmp-table:not(.class-calendar):not(.order-meta) td {
    display: block;
    border-bottom: 1px solid #999;
    padding-top: 1em;
    margin-bottom: 1em;
    padding-bottom: 1em
}

table.cmp-table:not(.class-calendar):not(.order-meta) td .cmp-text p {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 100%
}

table.cmp-table:not(.class-calendar):not(.order-meta) td:before {
    content: attr(data-th);
    font-weight: 600;
    width: 30%;
    padding-left: 1em;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top
}

table.cmp-table:not(.class-calendar):not(.order-meta) td:first-child {
    padding-top: 1em;
    margin-top: 0;
    color: #fff;
    background-color: #101010;
    border: 0
}

table.cmp-table:not(.class-calendar):not(.order-meta) td:first-child .text-color-dark p {
    color: #fff
}

table.cmp-table:not(.class-calendar):not(.order-meta) td:last-child {
    margin-bottom: .5em;
    border: 0
}

table.cmp-table:not(.class-calendar):not(.order-meta) td>div {
    display: inline-block;
    width: 60%;
    box-sizing: border-box;
    vertical-align: top
}

table.cmp-table:not(.class-calendar):not(.order-meta) tr:first-child td {
    display: none
}

@media(min-width:720px) {
    table.cmp-table:not(.class-calendar):not(.order-meta) td {
        display: table-cell;
        margin: 0;
        padding-top: 1em;
        padding-left: 1.25em;
        padding-right: 1.25em
    }

    table.cmp-table:not(.class-calendar):not(.order-meta) td:first-child {
        color: inherit;
        background-color: transparent;
        border-bottom: 1px solid #999
    }

    table.cmp-table:not(.class-calendar):not(.order-meta) td:first-child .text-color-dark p {
        color: #101010
    }

    table.cmp-table:not(.class-calendar):not(.order-meta) td:before {
        display: none
    }

    table.cmp-table:not(.class-calendar):not(.order-meta) td:last-child {
        border-bottom: 1px solid #999
    }

    table.cmp-table:not(.class-calendar):not(.order-meta) td>div {
        display: block;
        width: auto;
        padding-left: 0
    }

    table.cmp-table:not(.class-calendar):not(.order-meta) tr:first-child td {
        display: table-cell;
        background-color: #101010;
        color: #fff;
        padding-top: 1.25em;
        padding-bottom: 1.25em;
        font-weight: 600;
        border-bottom: 0
    }
}

.cmp-section-image-panel {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 103.125%;
    background-position: center left
}

.cmp-section-image-panel>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-section-image-panel>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-section-image-panel>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-section-image-panel .block h1,
.cmp-section-image-panel .block p {
    color: #fff
}

.cmp-section-image-panel .block.text-black h1,
.cmp-section-image-panel .block.text-black p {
    color: #101010
}

.cmp-section-image-panel p {
    margin-top: 1em
}

.cmp-section-image-panel .container {
    text-align: left
}

@media(min-width:480px) {
    .cmp-section-image-panel {
        padding-top: 45.83333%
    }
}

@media(min-width:720px) {
    .cmp-section-image-panel {
        padding-top: 28.57143%;
        background-position: center
    }

    .cmp-section-image-panel .block {
        width: 50%
    }

    .cmp-section-image-panel.right .block {
        float: right
    }
}

body.preview section.accordion ul>li>.item,
.site-wrapper.publish section.accordion ul>li>.item {
    display: none
}

section.accordion>ul {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999
}

section.accordion>ul>li {
    position: relative
}

section.accordion>ul>li:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background-color: #999;
    position: absolute;
    left: 0
}

section.accordion>ul>li>.item>div {
    margin-bottom: 1em
}

section.accordion>ul>li.open>a {
    color: #666
}

section.accordion>ul>li.open>a:after {
    content: "\f106"
}

section.accordion>ul>li>a {
    font-weight: 700;
    padding: 1em 3em 1em 0;
    display: block;
    position: relative
}

body.bfk section.accordion>ul>li>a {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1em;
    line-height: 26px;
    text-decoration: none
}

@media(min-width:720px) {
    body.bfk section.accordion>ul>li>a {
        font-weight: 600;
        font-size: 1em;
        line-height: 22px
    }
}

@media(min-width:992px) {
    body.bfk section.accordion>ul>li>a {
        font-weight: 600;
        font-size: 1.125em;
        line-height: 28px
    }
}

section.accordion>ul>li>a:after {
    content: "\f107";
    font-weight: 400;
    font-size: 1.25em;
    font-family: 'FontAwesome';
    position: absolute;
    right: .85em;
    margin-top: -0.125em
}

section.accordion>ul>li>a>i {
    display: none
}

section.accordion>ul>li>.item {
    line-height: 1.4;
    margin: 0;
    position: relative
}

@media(min-width:720px) {
    section.accordion>ul.icons>li>a {
        position: relative;
        padding-left: 45px
    }

    section.accordion>ul.icons>li>a>i {
        display: inline;
        position: absolute;
        left: 0
    }

    section.accordion>ul.icons>li>.item {
        padding-left: 45px
    }
}

.atcoenergy section.accordion>ul {
    border-top: 1px solid #535353;
    border-bottom: 1px solid #535353
}

.atcoenergy section.accordion>ul>li {
    position: relative
}

.atcoenergy section.accordion>ul>li:after {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    background-color: #535353;
    position: absolute;
    left: 0
}

.atcoenergy section.accordion>ul>li>.item>div {
    margin-bottom: 1em
}

.atcoenergy section.accordion>ul>li.open>a {
    color: #666
}

.atcoenergy section.accordion>ul>li.open>a:after {
    content: "\f106"
}

.atcoenergy section.accordion>ul>li>a {
    font-weight: 700;
    padding: 1em 3em 1em 0;
    display: block;
    position: relative
}

.atcoenergy section.accordion>ul>li>a:after {
    content: "\f107";
    font-weight: 400;
    font-size: 1.25em;
    font-family: "Montserrat", sans-serif;
    position: absolute;
    right: .85em;
    margin-top: -0.125em
}

.atcoenergy section.accordion>ul>li>a>i {
    display: none
}

.atcoenergy section.accordion>ul>li>.item {
    line-height: 1.4;
    margin: 0;
    position: relative
}

@media(min-width:720px) {
    .atcoenergy section.accordion>ul.icons>li>a {
        position: relative;
        padding-left: 45px
    }

    .atcoenergy section.accordion>ul.icons>li>a>i {
        display: inline;
        position: absolute;
        left: 0
    }

    .atcoenergy section.accordion>ul.icons>li>.item {
        padding-left: 45px
    }
}

div.social-share .title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em;
    width: 100%;
    margin-bottom: 1em
}

@media(min-width:720px) {
    div.social-share .title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    div.social-share .title {
        font-size: 1.5em
    }
}

div.news-listing {
    padding: 1em 0
}

div.news-listing .article-date {
    font-family: "Fjalla One", sans-serif;
    color: #999;
    margin-bottom: .2em;
    text-transform: uppercase
}

div.news-listing .title {
    color: #101010;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    display: block;
    line-height: 1.33333em;
    text-transform: none
}

div.news-listing .article-excerpt {
    margin: .2em 0
}

div.news-listing.small {
    font-size: 100%
}

div.news-listing.small .title,
div.news-listing.small .article-excerpt {
    display: none
}

div.news-listing.small a {
    text-decoration: none;
    outline: 0;
    font-weight: bold
}

div.news-listing .button.transparent {
    margin-right: .5em
}

.rumi div.news-listing {
    padding: 1em 0
}

.rumi div.news-listing .article-date {
    font-family: "Overpass", sans-serif;
    color: #999;
    margin-bottom: .2em;
    text-transform: uppercase
}

.rumi div.news-listing .title {
    color: #101010;
    font-family: "Overpass", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    display: block;
    line-height: 1.33333em;
    text-transform: none
}

.rumi div.news-listing .article-excerpt {
    margin: .2em 0
}

.rumi div.news-listing.small {
    font-size: 100%
}

.rumi div.news-listing.small .title,
.rumi div.news-listing.small .article-excerpt {
    display: none
}

.rumi div.news-listing.small a {
    text-decoration: none;
    outline: 0;
    font-weight: bold
}

.rumi div.news-listing .button.transparent {
    margin-right: .5em
}

.atcoenergy div.news-listing {
    padding: 1em 0
}

.atcoenergy div.news-listing .article-date {
    font-family: "Montserrat", sans-serif;
    color: #999;
    margin-bottom: .2em;
    text-transform: none
}

.atcoenergy div.news-listing .title {
    color: #101010;
    font-family: "Montserrat", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    display: block;
    line-height: 1.33333em;
    text-transform: none
}

.atcoenergy div.news-listing .article-excerpt {
    margin: .2em 0
}

.atcoenergy div.news-listing.small {
    font-size: 100%
}

.atcoenergy div.news-listing.small .title,
.atcoenergy div.news-listing.small .article-excerpt {
    display: none
}

.atcoenergy div.news-listing.small a {
    text-decoration: none;
    outline: 0;
    font-weight: bold
}

.atcoenergy div.news-listing .button.transparent {
    margin-right: .5em
}

section.contact-info-panel {
    display: table;
    background-color: #ff6700;
    color: #fff !important
}

body.bfk section.contact-info-panel {
    background-color: #202020
}

section.contact-info-panel h1,
section.contact-info-panel h2,
section.contact-info-panel h3,
section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
.cmp-tall-panel.tall-panel section.contact-info-panel p.title,
section.contact-info-panel h4,
section.contact-info-panel section.search-panel form fieldset label,
section.search-panel form fieldset section.contact-info-panel label,
section.contact-info-panel p {
    color: #fff;
    margin: 0
}

section.contact-info-panel h2,
section.contact-info-panel h3,
section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
.cmp-tall-panel.tall-panel section.contact-info-panel p.title {
    font-size: 1em;
    line-height: 1.25em
}

@media(min-width:720px) {

    section.contact-info-panel h2,
    section.contact-info-panel h3,
    section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel section.contact-info-panel p.title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {

    section.contact-info-panel h2,
    section.contact-info-panel h3,
    section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
    .cmp-tall-panel.tall-panel section.contact-info-panel p.title {
        font-size: 1.5em
    }
}

section.contact-info-panel p {
    font-size: 1em;
    margin-top: 1em
}

section.contact-info-panel p+p {
    margin-top: 0
}

section.contact-info-panel .container {
    padding-top: 2em;
    padding-bottom: 2em
}

section.contact-info-panel .social {
    margin-top: 1em
}

section.contact-info-panel .social li {
    display: inline;
    margin-right: .75em;
    font-size: 1.875em
}

section.contact-info-panel .social a {
    color: #fff
}

section.contact-info-panel .social a:hover {
    color: #0057b8
}

section.contact-info-panel .right {
    margin-top: 1em
}

section.contact-info-panel .col {
    padding: 0
}

section.contact-info-panel .col a {
    color: #fff
}

@media(min-width:720px) {
    section.contact-info-panel .col {
        display: table-cell;
        float: none;
        width: 50%;
        margin: 0;
        vertical-align: top;
        background-size: cover;
        background-position: center left;
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.contact-info-panel .col.centered {
        vertical-align: middle
    }

    section.contact-info-panel .col.right {
        width: 32.20339%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    section.contact-info-panel .col.middle p:first-child,
    section.contact-info-panel .col.left p:first-child {
        margin-top: 2.5em
    }
}

@media(min-width:992px) {
    section.contact-info-panel>.col>.container {
        padding: 0;
        margin: 0;
        float: none;
        width: auto
    }

    section.contact-info-panel .col.middle p:first-child,
    section.contact-info-panel .col.left p:first-child {
        margin-top: 2.8em
    }
}

.rumi section.contact-info-panel {
    display: table;
    background-color: #2cb3a1;
    color: #fff !important
}

.rumi section.contact-info-panel h1,
.rumi section.contact-info-panel h2,
.rumi section.contact-info-panel h3,
.cmp-tall-panel.tall-panel .rumi section.contact-info-panel p.title,
.rumi section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel section.contact-info-panel p.title,
.rumi section.contact-info-panel h4,
section.search-panel form fieldset .rumi section.contact-info-panel label,
.rumi section.contact-info-panel section.search-panel form fieldset label,
.rumi section.search-panel form fieldset section.contact-info-panel label,
.rumi section.contact-info-panel p {
    color: #fff;
    margin: 0
}

.rumi section.contact-info-panel h2,
.rumi section.contact-info-panel h3,
.cmp-tall-panel.tall-panel .rumi section.contact-info-panel p.title,
.rumi section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel section.contact-info-panel p.title {
    font-size: 1em;
    line-height: 1.25em
}

@media(min-width:720px) {

    .rumi section.contact-info-panel h2,
    .rumi section.contact-info-panel h3,
    .cmp-tall-panel.tall-panel .rumi section.contact-info-panel p.title,
    .rumi section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel section.contact-info-panel p.title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {

    .rumi section.contact-info-panel h2,
    .rumi section.contact-info-panel h3,
    .cmp-tall-panel.tall-panel .rumi section.contact-info-panel p.title,
    .rumi section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
    .rumi .cmp-tall-panel.tall-panel section.contact-info-panel p.title {
        font-size: 1.5em
    }
}

.rumi section.contact-info-panel p {
    font-size: 1em;
    margin-top: 1em
}

.rumi section.contact-info-panel p+p {
    margin-top: 0
}

.rumi section.contact-info-panel .container {
    padding-top: 2em;
    padding-bottom: 2em
}

.rumi section.contact-info-panel .social {
    margin-top: 1em
}

.rumi section.contact-info-panel .social li {
    display: inline;
    margin-right: .75em;
    font-size: 1.875em
}

.rumi section.contact-info-panel .social a {
    color: #fff
}

.rumi section.contact-info-panel .social a:hover {
    color: #c4d82e
}

.rumi section.contact-info-panel .right {
    margin-top: 1em
}

.rumi section.contact-info-panel .col {
    padding: 0
}

.rumi section.contact-info-panel .col a {
    color: #fff
}

@media(min-width:720px) {
    .rumi section.contact-info-panel .col {
        display: table-cell;
        float: none;
        width: 50%;
        margin: 0;
        vertical-align: top;
        background-size: cover;
        background-position: center left;
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .rumi section.contact-info-panel .col.centered {
        vertical-align: middle
    }

    .rumi section.contact-info-panel .col.right {
        width: 32.20339%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    .rumi section.contact-info-panel .col.middle p:first-child,
    .rumi section.contact-info-panel .col.left p:first-child {
        margin-top: 2.5em
    }
}

@media(min-width:992px) {
    .rumi section.contact-info-panel>.col>.container {
        padding: 0;
        margin: 0;
        float: none;
        width: auto
    }

    .rumi section.contact-info-panel .col.middle p:first-child,
    .rumi section.contact-info-panel .col.left p:first-child {
        margin-top: 2.8em
    }
}

.atcoenergy section.contact-info-panel {
    display: table;
    background-color: #0a8289;
    color: #fff !important
}

.atcoenergy section.contact-info-panel h1,
.atcoenergy section.contact-info-panel h2,
.atcoenergy section.contact-info-panel h3,
.cmp-tall-panel.tall-panel .atcoenergy section.contact-info-panel p.title,
.atcoenergy section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel section.contact-info-panel p.title,
.atcoenergy section.contact-info-panel h4,
section.search-panel form fieldset .atcoenergy section.contact-info-panel label,
.atcoenergy section.contact-info-panel section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset section.contact-info-panel label,
.atcoenergy section.contact-info-panel p {
    color: #fff;
    margin: 0
}

.atcoenergy section.contact-info-panel h2,
.atcoenergy section.contact-info-panel h3,
.cmp-tall-panel.tall-panel .atcoenergy section.contact-info-panel p.title,
.atcoenergy section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel section.contact-info-panel p.title {
    font-size: 1em;
    line-height: 1.25em
}

@media(min-width:720px) {

    .atcoenergy section.contact-info-panel h2,
    .atcoenergy section.contact-info-panel h3,
    .cmp-tall-panel.tall-panel .atcoenergy section.contact-info-panel p.title,
    .atcoenergy section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel section.contact-info-panel p.title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {

    .atcoenergy section.contact-info-panel h2,
    .atcoenergy section.contact-info-panel h3,
    .cmp-tall-panel.tall-panel .atcoenergy section.contact-info-panel p.title,
    .atcoenergy section.contact-info-panel .cmp-tall-panel.tall-panel p.title,
    .atcoenergy .cmp-tall-panel.tall-panel section.contact-info-panel p.title {
        font-size: 1.5em
    }
}

.atcoenergy section.contact-info-panel p {
    font-size: 1em;
    margin-top: 1em
}

.atcoenergy section.contact-info-panel p+p {
    margin-top: 0
}

.atcoenergy section.contact-info-panel .container {
    padding-top: 2em;
    padding-bottom: 2em
}

.atcoenergy section.contact-info-panel .social {
    margin-top: 1em
}

.atcoenergy section.contact-info-panel .social li {
    display: inline;
    margin-right: .75em;
    font-size: 1.875em
}

.atcoenergy section.contact-info-panel .social a {
    color: #fff
}

.atcoenergy section.contact-info-panel .social a:hover {
    color: #c4d82e
}

.atcoenergy section.contact-info-panel .right {
    margin-top: 1em
}

.atcoenergy section.contact-info-panel .col {
    padding: 0
}

.atcoenergy section.contact-info-panel .col a {
    color: #fff
}

@media(min-width:720px) {
    .atcoenergy section.contact-info-panel .col {
        display: table-cell;
        float: none;
        width: 50%;
        margin: 0;
        vertical-align: top;
        background-size: cover;
        background-position: center left;
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.contact-info-panel .col.centered {
        vertical-align: middle
    }

    .atcoenergy section.contact-info-panel .col.right {
        width: 32.20339%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    .atcoenergy section.contact-info-panel .col.middle p:first-child,
    .atcoenergy section.contact-info-panel .col.left p:first-child {
        margin-top: 2.5em
    }
}

@media(min-width:992px) {
    .atcoenergy section.contact-info-panel>.col>.container {
        padding: 0;
        margin: 0;
        float: none;
        width: auto
    }

    .atcoenergy section.contact-info-panel .col.middle p:first-child,
    .atcoenergy section.contact-info-panel .col.left p:first-child {
        margin-top: 2.8em
    }
}

.cmp-section-featured-article {
    padding-top: 1em
}

.cmp-section-featured-article .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 66.66667%;
    display: block;
    margin-bottom: 1em
}

.cmp-section-featured-article .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-section-featured-article .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-section-featured-article .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-section-featured-article ul,
.cmp-section-featured-article ol {
    padding-left: 1em;
    line-height: 1.5em
}

.cmp-section-featured-article ul li,
.cmp-section-featured-article ol li {
    margin-bottom: 0 !important
}

.cmp-section-featured-article ul {
    list-style: disc outside none
}

.cmp-section-featured-article ol {
    list-style-type: decimal
}

.cmp-section-featured-article .article-date {
    font-family: "Fjalla One", sans-serif;
    color: #999;
    margin-bottom: .4em;
    text-transform: uppercase
}

.cmp-section-featured-article .title {
    color: #101010;
    display: block;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.22222em;
    text-transform: none
}

.cmp-section-featured-article .article-excerpt {
    margin: 1em 0 0
}

.cmp-section-featured-article a.btn {
    margin-top: 1em
}

@media(min-width:720px) {
    .cmp-section-featured-article {
        padding-top: 3em
    }

    .cmp-section-featured-article .image {
        margin-bottom: 0
    }

    .cmp-section-featured-article .title {
        font-size: 2.8125em
    }

    .cmp-section-featured-article .image-wrapper {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .cmp-section-featured-article .article-content {
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:1200px) {
    .cmp-section-featured-article .image-wrapper {
        width: 66.10169%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .cmp-section-featured-article .article-content {
        width: 32.20339%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.rumi .cmp-section-featured-article {
    padding-top: 1em
}

.rumi .cmp-section-featured-article .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 66.66667%;
    display: block;
    margin-bottom: 1em
}

.rumi .cmp-section-featured-article .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-section-featured-article .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-section-featured-article .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-section-featured-article ul,
.rumi .cmp-section-featured-article ol {
    padding-left: 1em;
    line-height: 1.5em
}

.rumi .cmp-section-featured-article ul li,
.rumi .cmp-section-featured-article ol li {
    margin-bottom: 0 !important
}

.rumi .cmp-section-featured-article ul {
    list-style: disc outside none
}

.rumi .cmp-section-featured-article ol {
    list-style-type: decimal
}

.rumi .cmp-section-featured-article .article-date {
    font-family: "Overpass", sans-serif;
    color: #999;
    margin-bottom: .4em;
    text-transform: uppercase
}

.rumi .cmp-section-featured-article .title {
    color: #101010;
    display: block;
    font-family: "Overpass", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.22222em;
    text-transform: none
}

.rumi .cmp-section-featured-article .article-excerpt {
    margin: 1em 0 0
}

.rumi .cmp-section-featured-article a.btn {
    margin-top: 1em
}

@media(min-width:720px) {
    .rumi .cmp-section-featured-article {
        padding-top: 3em
    }

    .rumi .cmp-section-featured-article .image {
        margin-bottom: 0
    }

    .rumi .cmp-section-featured-article .title {
        font-size: 2.8125em
    }

    .rumi .cmp-section-featured-article .image-wrapper {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .cmp-section-featured-article .article-content {
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:1200px) {
    .rumi .cmp-section-featured-article .image-wrapper {
        width: 66.10169%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .cmp-section-featured-article .article-content {
        width: 32.20339%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.atcoenergy .cmp-section-featured-article {
    padding-top: 1em
}

.atcoenergy .cmp-section-featured-article .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 66.66667%;
    display: block;
    margin-bottom: 1em
}

.atcoenergy .cmp-section-featured-article .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-section-featured-article .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-section-featured-article .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-section-featured-article ul,
.atcoenergy .cmp-section-featured-article ol {
    padding-left: 1em;
    line-height: 1.5em
}

.atcoenergy .cmp-section-featured-article ul li,
.atcoenergy .cmp-section-featured-article ol li {
    margin-bottom: 0 !important
}

.atcoenergy .cmp-section-featured-article ul {
    list-style: disc outside none
}

.atcoenergy .cmp-section-featured-article ol {
    list-style-type: decimal
}

.atcoenergy .cmp-section-featured-article .article-date {
    font-family: "Montserrat", sans-serif;
    color: #999;
    margin-bottom: .4em;
    text-transform: none
}

.atcoenergy .cmp-section-featured-article .title {
    color: #101010;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 1.22222em;
    text-transform: none
}

.atcoenergy .cmp-section-featured-article .article-excerpt {
    margin: 1em 0 0
}

.atcoenergy .cmp-section-featured-article a.btn {
    margin-top: 1em
}

@media(min-width:720px) {
    .atcoenergy .cmp-section-featured-article {
        padding-top: 3em
    }

    .atcoenergy .cmp-section-featured-article .image {
        margin-bottom: 0
    }

    .atcoenergy .cmp-section-featured-article .title {
        font-size: 2.8125em
    }

    .atcoenergy .cmp-section-featured-article .image-wrapper {
        width: 49.15254%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .cmp-section-featured-article .article-content {
        width: 49.15254%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:1200px) {
    .atcoenergy .cmp-section-featured-article .image-wrapper {
        width: 66.10169%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .cmp-section-featured-article .article-content {
        width: 32.20339%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.cmp-section-video .panel {
    width: 100%;
    display: block;
    min-height: 250px
}

@media(min-width:720px) {
    .cmp-section-video .panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.cmp-section-video .panel .col-6 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%
}

@media(min-width:720px) {
    .cmp-section-video .panel .col-6 {
        width: 50%;
        max-width: 50%
    }
}

.cmp-section-video .panel .container {
    padding: 2em 1em
}

.cmp-section-video .panel .grey {
    background-color: #f0f0f0
}

.cmp-section-video .panel .centered {
    vertical-align: middle
}

.cmp-section-video .video {
    background-size: cover !important;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 62.5%
}

.cmp-section-video .video>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-section-video .video>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-section-video .video>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-section-video .video h3,
.cmp-section-video .video .cmp-tall-panel.tall-panel p.title,
.cmp-tall-panel.tall-panel .cmp-section-video .video p.title {
    margin-bottom: .25em
}

.cmp-section-video .video .container {
    width: 100%
}

.cmp-section-video .video .container a {
    font-family: "Fjalla One", sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: block;
    color: #fff;
    font-weight: normal;
    outline: 0
}

body.bfk .cmp-section-video .video .container a {
    text-decoration: none
}

.cmp-section-video .video .container a:before {
    font-family: "icomoon";
    content: "\e910";
    display: block;
    font-size: 6em;
    color: #0057b8;
    margin-bottom: .25em
}

.cmp-section-video .video .container>div {
    display: none
}

@media(min-width:720px) {
    .cmp-section-video .video {
        padding-top: 31.25%
    }

    .cmp-section-video .video h1 {
        width: 90%
    }
}

@media(min-width:992px) {
    .cmp-section-video .video h1 {
        width: 65%
    }
}

.cmp-section-video .video-with-copy.video {
    background-size: cover !important;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 62.5%
}

.cmp-section-video .video-with-copy.video>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-section-video .video-with-copy.video>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-section-video .video-with-copy.video>.fill>* {
    display: inline-block;
    vertical-align: middle
}

@media(min-width:720px) {
    .cmp-section-video .video-with-copy.video {
        padding-top: 70.3125%
    }
}

@media(min-width:800px) {
    .cmp-section-video .video-with-copy.video {
        padding-top: 62.5%
    }
}

.cmp-section-video .video-modal {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 56.25%;
    position: relative;
    margin: 20px;
    width: auto;
    max-width: 100%;
    text-align: center
}

.cmp-section-video .video-modal>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-section-video .video-modal>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-section-video .video-modal>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-section-video .video-modal>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.mfp-container .mfp-content .video-modal {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 56.25%;
    position: relative;
    margin: 20px;
    width: auto;
    max-width: 100%;
    text-align: center
}

.mfp-container .mfp-content .video-modal>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.mfp-container .mfp-content .video-modal>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.mfp-container .mfp-content .video-modal>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.mfp-container .mfp-content .video-modal>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.mfp-close:hover {
    background-color: transparent
}

.rumi .cmp-section-video .panel {
    width: 100%;
    display: block;
    min-height: 250px
}

@media(min-width:720px) {
    .rumi .cmp-section-video .panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.rumi .cmp-section-video .panel .col-6 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%
}

@media(min-width:720px) {
    .rumi .cmp-section-video .panel .col-6 {
        width: 50%;
        max-width: 50%
    }
}

.rumi .cmp-section-video .panel .container {
    padding: 2em 1em
}

.rumi .cmp-section-video .panel .grey {
    background-color: #f0f0f0
}

.rumi .cmp-section-video .panel .centered {
    vertical-align: middle
}

.rumi .cmp-section-video .video {
    background-size: cover !important;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 62.5%
}

.rumi .cmp-section-video .video>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-section-video .video>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-section-video .video>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-section-video .video h3,
.cmp-tall-panel.tall-panel .rumi .cmp-section-video .video p.title,
.rumi .cmp-section-video .video .cmp-tall-panel.tall-panel p.title,
.rumi .cmp-tall-panel.tall-panel .cmp-section-video .video p.title {
    margin-bottom: .25em
}

.rumi .cmp-section-video .video .container {
    width: 100%
}

.rumi .cmp-section-video .video .container a {
    font-family: "Overpass", sans-serif;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: block;
    color: #fff;
    font-weight: normal;
    outline: 0
}

.rumi .cmp-section-video .video .container a:before {
    font-family: "icomoon";
    content: "\e910";
    display: block;
    font-size: 6em;
    color: #c4d82e;
    margin-bottom: .25em
}

.rumi .cmp-section-video .video .container>div {
    display: none
}

@media(min-width:720px) {
    .rumi .cmp-section-video .video {
        padding-top: 31.25%
    }

    .rumi .cmp-section-video .video h1 {
        width: 90%
    }
}

@media(min-width:992px) {
    .rumi .cmp-section-video .video h1 {
        width: 65%
    }
}

.rumi .cmp-section-video .video-with-copy.video {
    background-size: cover !important;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 62.5%
}

.rumi .cmp-section-video .video-with-copy.video>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-section-video .video-with-copy.video>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-section-video .video-with-copy.video>.fill>* {
    display: inline-block;
    vertical-align: middle
}

@media(min-width:720px) {
    .rumi .cmp-section-video .video-with-copy.video {
        padding-top: 70.3125%
    }
}

@media(min-width:800px) {
    .rumi .cmp-section-video .video-with-copy.video {
        padding-top: 62.5%
    }
}

.rumi .cmp-section-video .video-modal {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 56.25%;
    position: relative;
    margin: 20px;
    width: auto;
    max-width: 100%;
    text-align: center
}

.rumi .cmp-section-video .video-modal>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-section-video .video-modal>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-section-video .video-modal>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-section-video .video-modal>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

.atcoenergy .cmp-section-video .panel {
    width: 100%;
    display: block;
    min-height: 250px
}

@media(min-width:720px) {
    .atcoenergy .cmp-section-video .panel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.atcoenergy .cmp-section-video .panel .col-6 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    max-width: 100%
}

@media(min-width:720px) {
    .atcoenergy .cmp-section-video .panel .col-6 {
        width: 50%;
        max-width: 50%
    }
}

.atcoenergy .cmp-section-video .panel .container {
    padding: 2em 1em
}

.atcoenergy .cmp-section-video .panel .grey {
    background-color: #f5f5f4
}

.atcoenergy .cmp-section-video .panel .centered {
    vertical-align: middle
}

.atcoenergy .cmp-section-video .video {
    background-size: cover !important;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 62.5%
}

.atcoenergy .cmp-section-video .video>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-section-video .video>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-section-video .video>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-section-video .video h3,
.cmp-tall-panel.tall-panel .atcoenergy .cmp-section-video .video p.title,
.atcoenergy .cmp-section-video .video .cmp-tall-panel.tall-panel p.title,
.atcoenergy .cmp-tall-panel.tall-panel .cmp-section-video .video p.title {
    margin-bottom: .25em
}

.atcoenergy .cmp-section-video .video .container {
    width: 100%
}

.atcoenergy .cmp-section-video .video .container a {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    text-transform: none;
    position: relative;
    display: block;
    color: #fff;
    font-weight: normal;
    outline: 0
}

.atcoenergy .cmp-section-video .video .container a:before {
    font-family: "icomoon";
    content: "\e910";
    display: block;
    font-size: 6em;
    color: #c4d82e;
    margin-bottom: .25em
}

.atcoenergy .cmp-section-video .video .container>div {
    display: none
}

@media(min-width:720px) {
    .atcoenergy .cmp-section-video .video {
        padding-top: 31.25%
    }

    .atcoenergy .cmp-section-video .video h1 {
        width: 90%
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-section-video .video h1 {
        width: 65%
    }
}

.atcoenergy .cmp-section-video .video-with-copy.video {
    background-size: cover !important;
    background-position: center left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 62.5%
}

.atcoenergy .cmp-section-video .video-with-copy.video>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-section-video .video-with-copy.video>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-section-video .video-with-copy.video>.fill>* {
    display: inline-block;
    vertical-align: middle
}

@media(min-width:720px) {
    .atcoenergy .cmp-section-video .video-with-copy.video {
        padding-top: 70.3125%
    }
}

@media(min-width:800px) {
    .atcoenergy .cmp-section-video .video-with-copy.video {
        padding-top: 62.5%
    }
}

.atcoenergy .cmp-section-video .video-modal {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 56.25%;
    position: relative;
    margin: 20px;
    width: auto;
    max-width: 100%;
    text-align: center
}

.atcoenergy .cmp-section-video .video-modal>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-section-video .video-modal>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-section-video .video-modal>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-section-video .video-modal>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

section.search-panel {
    background-color: #ff6700
}

body.bfk section.search-panel {
    background-color: #202020
}

section.search-panel .container {
    padding-top: 2em;
    padding-bottom: 2em
}

section.search-panel ul.tabs {
    margin: 0;
    position: absolute;
    top: -2.45em
}

section.search-panel ul.tabs li {
    display: inline-block;
    position: relative
}

section.search-panel ul.tabs li::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    bottom: -1px;
    background: #ff6700;
    position: absolute
}

section.search-panel ul.tabs li label {
    margin: 0;
    cursor: pointer;
    background-color: #101010;
    padding: .75em;
    color: #fff
}

section.search-panel ul.tabs li label:hover {
    background-color: #ff6700
}

section.search-panel ul.tabs li input[type=radio] {
    display: none
}

section.search-panel ul.tabs li input[type=radio]:checked+label {
    background-color: #ff6700
}

section.search-panel form {
    width: 100%
}

section.search-panel form fieldset {
    color: #fff
}

section.search-panel form fieldset label {
    margin-bottom: .5em
}

body.bfk section.search-panel form fieldset {
    text-transform: uppercase
}

body.bfk section.search-panel form fieldset label {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 30px;
    letter-spacing: -0.0025em;
    font-weight: 700 !important
}

@media(min-width:720px) {
    body.bfk section.search-panel form fieldset label {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

@media(min-width:992px) {
    body.bfk section.search-panel form fieldset label {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

body.bfk section.search-panel form fieldset label:not([for="search-keyword"]) {
    text-transform: capitalize
}

section.search-panel form fieldset input,
section.search-panel form fieldset select {
    box-sizing: border-box;
    padding: .9em 1em;
    margin-bottom: 0;
    border: 0;
    margin-top: 0
}

body.bfk section.search-panel form fieldset input,
body.bfk section.search-panel form fieldset select {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    padding: .68em 1em
}

@media(min-width:720px) {

    body.bfk section.search-panel form fieldset input,
    body.bfk section.search-panel form fieldset select {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {

    body.bfk section.search-panel form fieldset input,
    body.bfk section.search-panel form fieldset select {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {

    body.bfk section.search-panel form fieldset input,
    body.bfk section.search-panel form fieldset select {
        padding: .8em 1em
    }
}

body.bfk section.search-panel form fieldset input {
    color: rgba(32, 32, 32, 0.5)
}

body.bfk section.search-panel form fieldset select {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #202020
}

@media(min-width:720px) {
    body.bfk section.search-panel form fieldset select {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk section.search-panel form fieldset select {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

section.search-panel form fieldset button {
    background-color: #fff;
    color: #ff6700;
    line-height: 1.35;
    padding: .5555555556em 1.1111111111em;
    margin-top: 0
}

section.search-panel form fieldset .field {
    clear: both
}

section.search-panel form fieldset .field::after {
    display: block;
    clear: both;
    content: ""
}

section.search-panel form fieldset .field:first-child {
    margin-bottom: 1em
}

section.search-panel form fieldset .field:first-child input {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none;
    color: rgba(32, 32, 32, 0.5)
}

@media(min-width:720px) {
    section.search-panel form fieldset .field:first-child input {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    section.search-panel form fieldset .field:first-child input {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk section.search-panel form fieldset .field:first-child input::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px
}

body.bfk section.search-panel form fieldset .field:first-child input::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px
}

body.bfk section.search-panel form fieldset .field:first-child input::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px
}

@media(min-width:720px) {
    body.bfk section.search-panel form fieldset .field:first-child input::-webkit-input-placeholder {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }

    body.bfk section.search-panel form fieldset .field:first-child input::-moz-placeholder {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }

    body.bfk section.search-panel form fieldset .field:first-child input::placeholder {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk section.search-panel form fieldset .field:first-child input::-webkit-input-placeholder {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }

    body.bfk section.search-panel form fieldset .field:first-child input::-moz-placeholder {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }

    body.bfk section.search-panel form fieldset .field:first-child input::placeholder {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

section.search-panel form fieldset .field:first-child button {
    width: 24.16667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none
}

section.search-panel form fieldset .field select {
    width: 100%;
    margin-top: 0;
    border: 0
}

@media(min-width:720px) {
    section.search-panel .field:first-child {
        margin-bottom: 0;
        width: 44.91525%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
        width: unset;
        min-width: 330px
    }

    section.search-panel .field:nth-child(2) {
        width: 19.49153%;
        float: left;
        margin-right: -100%;
        margin-left: 50.84746%;
        clear: none
    }

    section.search-panel .field:nth-child(3) {
        width: 19.49153%;
        float: left;
        margin-right: -100%;
        margin-left: 76.27119%;
        clear: none
    }
}

@media(min-width:1400px) {
    section.search-panel form fieldset button {
        line-height: 1.4
    }
}

.featured-article-section {
    display: none
}

section.cmp-grid .article-tile-image img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

section.cmp-grid .pagination-wrapper {
    text-align: center;
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em
}

section.cmp-grid .pagination-wrapper a {
    padding: .5em;
    cursor: pointer;
    font-weight: bold
}

section.cmp-grid .pagination-wrapper a.active {
    color: #101010
}

.rumi section.search-panel {
    background-color: #2cb3a1
}

.rumi section.search-panel .container {
    padding-top: 2em;
    padding-bottom: 2em
}

.rumi section.search-panel ul.tabs {
    margin: 0;
    position: absolute;
    top: -2.45em
}

.rumi section.search-panel ul.tabs li {
    display: inline-block;
    position: relative
}

.rumi section.search-panel ul.tabs li::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    bottom: -1px;
    background: #2cb3a1;
    position: absolute
}

.rumi section.search-panel ul.tabs li label {
    margin: 0;
    cursor: pointer;
    background-color: #101010;
    padding: .75em;
    color: #fff
}

.rumi section.search-panel ul.tabs li label:hover {
    background-color: #2cb3a1
}

.rumi section.search-panel ul.tabs li input[type=radio] {
    display: none
}

.rumi section.search-panel ul.tabs li input[type=radio]:checked+label {
    background-color: #2cb3a1
}

.rumi section.search-panel form {
    width: 100%
}

.rumi section.search-panel form fieldset {
    color: #fff
}

.rumi section.search-panel form fieldset label {
    margin-bottom: .5em
}

.rumi section.search-panel form fieldset input,
.rumi section.search-panel form fieldset select {
    box-sizing: border-box;
    padding: .9em 1em;
    margin-bottom: 0;
    border: 0;
    margin-top: 0
}

.rumi section.search-panel form fieldset button {
    background-color: #fff;
    color: #2cb3a1;
    line-height: 1.35;
    padding: .5555555556em 1.1111111111em;
    margin-top: 0
}

.rumi section.search-panel form fieldset .field {
    clear: both
}

.rumi section.search-panel form fieldset .field::after {
    display: block;
    clear: both;
    content: ""
}

.rumi section.search-panel form fieldset .field:first-child {
    margin-bottom: 1em
}

.rumi section.search-panel form fieldset .field:first-child input {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none
}

.rumi section.search-panel form fieldset .field:first-child button {
    width: 24.16667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none
}

.rumi section.search-panel form fieldset .field select {
    width: 100%;
    margin-top: 0;
    border: 0
}

@media(min-width:720px) {
    .rumi section.search-panel .field:first-child {
        margin-bottom: 0;
        width: 44.91525%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
        width: unset;
        min-width: 330px
    }

    .rumi section.search-panel .field:nth-child(2) {
        width: 19.49153%;
        float: left;
        margin-right: -100%;
        margin-left: 50.84746%;
        clear: none
    }

    .rumi section.search-panel .field:nth-child(3) {
        width: 19.49153%;
        float: left;
        margin-right: -100%;
        margin-left: 76.27119%;
        clear: none
    }
}

@media(min-width:1400px) {
    .rumi section.search-panel form fieldset button {
        line-height: 1.4
    }
}

.featured-article-section {
    display: none
}

section.cmp-grid .article-tile-image img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

section.cmp-grid .pagination-wrapper {
    text-align: center;
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em
}

section.cmp-grid .pagination-wrapper a {
    padding: .5em;
    cursor: pointer;
    font-weight: bold
}

section.cmp-grid .pagination-wrapper a.active {
    color: #101010
}

.atcoenergy section.search-panel {
    background-color: #0a8289
}

.atcoenergy section.search-panel .container {
    padding-top: 2em;
    padding-bottom: 2em
}

.atcoenergy section.search-panel ul.tabs {
    margin: 0;
    position: absolute;
    top: -2.45em
}

.atcoenergy section.search-panel ul.tabs li {
    display: inline-block;
    position: relative
}

.atcoenergy section.search-panel ul.tabs li::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    bottom: -1px;
    background: #0a8289;
    position: absolute
}

.atcoenergy section.search-panel ul.tabs li label {
    margin: 0;
    cursor: pointer;
    background-color: #101010;
    padding: .75em;
    color: #fff
}

.atcoenergy section.search-panel ul.tabs li label:hover {
    background-color: #0a8289
}

.atcoenergy section.search-panel ul.tabs li input[type=radio] {
    display: none
}

.atcoenergy section.search-panel ul.tabs li input[type=radio]:checked+label {
    background-color: #0a8289
}

.atcoenergy section.search-panel form {
    width: 100%
}

.atcoenergy section.search-panel form fieldset {
    color: #fff
}

.atcoenergy section.search-panel form fieldset label {
    margin-bottom: .5em
}

.atcoenergy section.search-panel form fieldset input,
.atcoenergy section.search-panel form fieldset select {
    box-sizing: border-box;
    padding: .9em 1em;
    margin-bottom: 0;
    border: 0;
    margin-top: 0
}

.atcoenergy section.search-panel form fieldset button {
    background-color: #fff;
    color: #0a8289;
    line-height: 1.35;
    padding: .5555555556em 1.1111111111em;
    margin-top: 0
}

.atcoenergy section.search-panel form fieldset .field {
    clear: both
}

.atcoenergy section.search-panel form fieldset .field::after {
    display: block;
    clear: both;
    content: ""
}

.atcoenergy section.search-panel form fieldset .field:first-child {
    margin-bottom: 1em
}

.atcoenergy section.search-panel form fieldset .field:first-child input {
    width: 75%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none
}

.atcoenergy section.search-panel form fieldset .field:first-child button {
    width: 24.16667%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none
}

.atcoenergy section.search-panel form fieldset .field select {
    width: 100%;
    margin-top: 0;
    border: 0
}

@media(min-width:720px) {
    .atcoenergy section.search-panel .field:first-child {
        margin-bottom: 0;
        width: 44.91525%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
        width: unset;
        min-width: 330px
    }

    .atcoenergy section.search-panel .field:nth-child(2) {
        width: 19.49153%;
        float: left;
        margin-right: -100%;
        margin-left: 50.84746%;
        clear: none
    }

    .atcoenergy section.search-panel .field:nth-child(3) {
        width: 19.49153%;
        float: left;
        margin-right: -100%;
        margin-left: 76.27119%;
        clear: none
    }
}

@media(min-width:1400px) {
    .atcoenergy section.search-panel form fieldset button {
        line-height: 1.4
    }
}

.atcoenergy .featured-article-section {
    display: none
}

.atcoenergy section.cmp-grid .article-tile-image img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.atcoenergy section.cmp-grid .pagination-wrapper {
    text-align: center;
    clear: both;
    margin-top: 2em;
    margin-bottom: 2em
}

.atcoenergy section.cmp-grid .pagination-wrapper a {
    padding: .5em;
    cursor: pointer;
    font-weight: bold
}

.atcoenergy section.cmp-grid .pagination-wrapper a.active {
    color: #101010
}

.cmp-image-gallery {
    padding-top: 1em;
    padding-bottom: 1em
}

.cmp-image-gallery ul li {
    margin-bottom: 2%;
    width: 32.20339%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.69492%
}

.cmp-image-gallery ul li:nth-child(3n) {
    width: 32.20339%;
    clear: right;
    float: right;
    margin-right: 0
}

.cmp-image-gallery ul li a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 80%
}

.cmp-image-gallery ul li a>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-image-gallery ul li a>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-image-gallery ul li a>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-image-gallery ul li img {
    margin: 0;
    width: 100%;
    height: 100%
}

@media(min-width:720px) {
    .cmp-image-gallery ul li {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .cmp-image-gallery ul li:nth-child(3n) {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .cmp-image-gallery ul li:nth-child(4n) {
        width: 23.72881%;
        clear: right;
        float: right;
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .cmp-image-gallery ul li {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .cmp-image-gallery ul li:nth-child(3n) {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .cmp-image-gallery ul li:nth-child(4n) {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .cmp-image-gallery ul li:nth-child(6n) {
        width: 15.25424%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .cmp-image-gallery ul li a {
        position: relative;
        display: block
    }

    .cmp-image-gallery ul li a:hover {
        font-family: "icomoon"
    }

    .cmp-image-gallery ul li a:hover:before {
        content: "\e915";
        display: block;
        position: absolute;
        color: #0057b8;
        font-size: 2em;
        z-index: 10;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .cmp-image-gallery ul li a:hover:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }
}

.mfp-container button.mfp-arrow:focus,
.mfp-container button.mfp-arrow:active,
.mfp-container button.mfp-arrow:hover {
    outline: 0;
    background-color: transparent
}

.mfp-arrow-right:after,
.mfp-arrow-right:before,
.mfp-arrow-left:after,
.mfp-arrow-left:before {
    border: none !important;
    outline: none !important
}

.mfp-arrow-left:before {
    font-family: "icomoon";
    content: "" !important;
    color: #fff;
    font-size: 24px
}

.mfp-arrow-right:before {
    font-family: "icomoon";
    content: "" !important;
    color: #fff;
    font-size: 24px
}

.rumi .cmp-image-gallery {
    padding-top: 1em;
    padding-bottom: 1em
}

.rumi .cmp-image-gallery ul li {
    margin-bottom: 2%;
    width: 32.20339%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.69492%
}

.rumi .cmp-image-gallery ul li:nth-child(3n) {
    width: 32.20339%;
    clear: right;
    float: right;
    margin-right: 0
}

.rumi .cmp-image-gallery ul li a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 80%
}

.rumi .cmp-image-gallery ul li a>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-image-gallery ul li a>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-image-gallery ul li a>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-image-gallery ul li img {
    margin: 0;
    width: 100%;
    height: 100%
}

@media(min-width:720px) {
    .rumi .cmp-image-gallery ul li {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .rumi .cmp-image-gallery ul li:nth-child(3n) {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .rumi .cmp-image-gallery ul li:nth-child(4n) {
        width: 23.72881%;
        clear: right;
        float: right;
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .rumi .cmp-image-gallery ul li {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .rumi .cmp-image-gallery ul li:nth-child(3n) {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .rumi .cmp-image-gallery ul li:nth-child(4n) {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .rumi .cmp-image-gallery ul li:nth-child(6n) {
        width: 15.25424%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .rumi .cmp-image-gallery ul li a {
        position: relative;
        display: block
    }

    .rumi .cmp-image-gallery ul li a:hover {
        font-family: "icomoon"
    }

    .rumi .cmp-image-gallery ul li a:hover:before {
        content: "\e915";
        display: block;
        position: absolute;
        color: #c4d82e;
        font-size: 2em;
        z-index: 10;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .rumi .cmp-image-gallery ul li a:hover:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }
}

.atcoenergy .cmp-image-gallery {
    padding-top: 1em;
    padding-bottom: 1em
}

.atcoenergy .cmp-image-gallery ul li {
    margin-bottom: 2%;
    width: 32.20339%;
    clear: right;
    float: left;
    margin-left: 0;
    margin-right: 1.69492%
}

.atcoenergy .cmp-image-gallery ul li:nth-child(3n) {
    width: 32.20339%;
    clear: right;
    float: right;
    margin-right: 0
}

.atcoenergy .cmp-image-gallery ul li a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 80%
}

.atcoenergy .cmp-image-gallery ul li a>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-image-gallery ul li a>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-image-gallery ul li a>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-image-gallery ul li img {
    margin: 0;
    width: 100%;
    height: 100%
}

@media(min-width:720px) {
    .atcoenergy .cmp-image-gallery ul li {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy .cmp-image-gallery ul li:nth-child(3n) {
        width: 23.72881%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy .cmp-image-gallery ul li:nth-child(4n) {
        width: 23.72881%;
        clear: right;
        float: right;
        margin-right: 0
    }
}

@media(min-width:1200px) {
    .atcoenergy .cmp-image-gallery ul li {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy .cmp-image-gallery ul li:nth-child(3n) {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy .cmp-image-gallery ul li:nth-child(4n) {
        width: 15.25424%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy .cmp-image-gallery ul li:nth-child(6n) {
        width: 15.25424%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .atcoenergy .cmp-image-gallery ul li a {
        position: relative;
        display: block
    }

    .atcoenergy .cmp-image-gallery ul li a:hover {
        font-family: "icomoon"
    }

    .atcoenergy .cmp-image-gallery ul li a:hover:before {
        content: "\e915";
        display: block;
        position: absolute;
        color: #c4d82e;
        font-size: 2em;
        z-index: 10;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .atcoenergy .cmp-image-gallery ul li a:hover:after {
        content: "";
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0
    }
}

.cmp-image-block .image-block figure {
    display: inline-block;
    position: relative;
    width: 100%
}

.cmp-image-block .image-block figure img {
    margin: 0;
    width: 100%
}

.cmp-image-block .image-block figure figcaption {
    display: block;
    opacity: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1em;
    font-size: .75em;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.cmp-image-block .image-block figure:hover figcaption {
    opacity: 1
}

div.promo-tile-div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    margin-top: 1em
}

div.promo-tile-div>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

div.promo-tile-div>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

div.promo-tile-div>.fill>* {
    display: inline-block;
    vertical-align: middle
}

div.promo-tile-div:first-child {
    margin-top: 0
}

div.promo-tile-div .fill {
    display: block;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

div.promo-tile-div .fill img {
    margin: 0 auto 2em auto;
    width: 40%
}

div.promo-tile-div h2 {
    margin-bottom: .5em;
    color: #fff
}

div.promo-tile-div p:hover,
div.promo-tile-div p:active,
div.promo-tile-div p:focus,
div.promo-tile-div p:visited,
div.promo-tile-div a:hover,
div.promo-tile-div a:active,
div.promo-tile-div a:focus,
div.promo-tile-div a:visited {
    color: inherit
}

div.promo-tile-div div.title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.0576923077em;
    font-size: 1.625em;
    margin-bottom: .5em;
    color: #fff
}

div.promo-tile-div span.title {
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    display: block;
    line-height: 1.33333em
}

div.promo-tile-div span.label {
    margin-top: 1em;
    color: #fff
}

div.promo-tile-div span.label:hover {
    background-color: transparent
}

div.promo-tile-div.small {
    font-size: 100%
}

div.promo-tile-div.small div.title {
    font-size: 2em
}

div.promo-tile-div.small span.title {
    font-family: "Asap", sans-serif;
    font-size: 1em
}

@media(min-width:480px) {
    div.promo-tile-div {
        padding-top: 110%
    }

    div.promo-tile-div .fill img {
        width: 50%
    }
}

@media(min-width:720px) {
    div.promo-tile-div {
        margin-top: 0;
        padding-top: 116.66667%
    }

    div.promo-tile-div div.title {
        font-size: 2.5em
    }

    div.promo-tile-div .fill img {
        width: 40%
    }
}

@media(min-width:800px) {
    div.promo-tile-div {
        padding-top: 91.66667%
    }
}

@media(min-width:992px) {
    div.promo-tile-div {
        padding-top: 75%
    }

    div.promo-tile-div div.title {
        font-size: 3.25em
    }
}

.rumi div.promo-tile-div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    margin-top: 1em
}

.rumi div.promo-tile-div>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi div.promo-tile-div>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi div.promo-tile-div>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi div.promo-tile-div:first-child {
    margin-top: 0
}

.rumi div.promo-tile-div .fill {
    display: block;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

.rumi div.promo-tile-div .fill img {
    margin: 0 auto 2em auto;
    width: 40%
}

.rumi div.promo-tile-div h2 {
    margin-bottom: .5em;
    color: #fff
}

.rumi div.promo-tile-div p:hover,
.rumi div.promo-tile-div p:active,
.rumi div.promo-tile-div p:focus,
.rumi div.promo-tile-div p:visited,
.rumi div.promo-tile-div a:hover,
.rumi div.promo-tile-div a:active,
.rumi div.promo-tile-div a:focus,
.rumi div.promo-tile-div a:visited {
    color: inherit
}

.rumi div.promo-tile-div div.title {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.0576923077em;
    font-size: 1.625em;
    margin-bottom: .5em;
    color: #fff
}

.rumi div.promo-tile-div span.title {
    color: #fff;
    font-family: "Overpass", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    display: block;
    line-height: 1.33333em
}

.rumi div.promo-tile-div span.label {
    margin-top: 1em;
    color: #fff
}

.rumi div.promo-tile-div span.label:hover {
    background-color: transparent
}

.rumi div.promo-tile-div.small {
    font-size: 100%
}

.rumi div.promo-tile-div.small div.title {
    font-size: 2em
}

.rumi div.promo-tile-div.small span.title {
    font-family: "Overpass", sans-serif;
    font-size: 1em
}

@media(min-width:480px) {
    .rumi div.promo-tile-div {
        padding-top: 110%
    }

    .rumi div.promo-tile-div .fill img {
        width: 50%
    }
}

@media(min-width:720px) {
    .rumi div.promo-tile-div {
        margin-top: 0;
        padding-top: 116.66667%
    }

    .rumi div.promo-tile-div div.title {
        font-size: 2.5em
    }

    .rumi div.promo-tile-div .fill img {
        width: 40%
    }
}

@media(min-width:800px) {
    .rumi div.promo-tile-div {
        padding-top: 91.66667%
    }
}

@media(min-width:992px) {
    .rumi div.promo-tile-div {
        padding-top: 75%
    }

    .rumi div.promo-tile-div div.title {
        font-size: 3.25em
    }
}

.atcoenergy div.promo-tile-div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    margin-top: 1em
}

.atcoenergy div.promo-tile-div>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy div.promo-tile-div>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy div.promo-tile-div>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy div.promo-tile-div:first-child {
    margin-top: 0
}

.atcoenergy div.promo-tile-div .fill {
    display: block;
    padding: 1em;
    width: 100%;
    box-sizing: border-box;
    text-align: center
}

.atcoenergy div.promo-tile-div .fill img {
    margin: 0 auto 2em auto;
    width: 40%
}

.atcoenergy div.promo-tile-div h2 {
    margin-bottom: .5em;
    color: #fff
}

.atcoenergy div.promo-tile-div p:hover,
.atcoenergy div.promo-tile-div p:active,
.atcoenergy div.promo-tile-div p:focus,
.atcoenergy div.promo-tile-div p:visited,
.atcoenergy div.promo-tile-div a:hover,
.atcoenergy div.promo-tile-div a:active,
.atcoenergy div.promo-tile-div a:focus,
.atcoenergy div.promo-tile-div a:visited {
    color: inherit
}

.atcoenergy div.promo-tile-div div.title {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-weight: normal;
    line-height: 1.0576923077em;
    font-size: 1.625em;
    margin-bottom: .5em;
    color: #fff
}

.atcoenergy div.promo-tile-div span.title {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    display: block;
    line-height: 1.33333em
}

.atcoenergy div.promo-tile-div span.label {
    margin-top: 1em;
    color: #fff
}

.atcoenergy div.promo-tile-div span.label:hover {
    background-color: transparent
}

.atcoenergy div.promo-tile-div.small {
    font-size: 100%
}

.atcoenergy div.promo-tile-div.small div.title {
    font-size: 2em
}

.atcoenergy div.promo-tile-div.small span.title {
    font-family: "Montserrat", sans-serif;
    font-size: 1em
}

@media(min-width:480px) {
    .atcoenergy div.promo-tile-div {
        padding-top: 110%
    }

    .atcoenergy div.promo-tile-div .fill img {
        width: 50%
    }
}

@media(min-width:720px) {
    .atcoenergy div.promo-tile-div {
        margin-top: 0;
        padding-top: 116.66667%
    }

    .atcoenergy div.promo-tile-div div.title {
        font-size: 2.5em
    }

    .atcoenergy div.promo-tile-div .fill img {
        width: 40%
    }
}

@media(min-width:800px) {
    .atcoenergy div.promo-tile-div {
        padding-top: 91.66667%
    }
}

@media(min-width:992px) {
    .atcoenergy div.promo-tile-div {
        padding-top: 75%
    }

    .atcoenergy div.promo-tile-div div.title {
        font-size: 3.25em
    }
}

.grid-icon-bucket {
    margin: 1em 0
}

.grid-icon-bucket.small .title .svg-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px
}

.grid-icon-bucket.large {
    text-align: center
}

.grid-icon-bucket.large .title [class^='icon-'] {
    font-size: 280%;
    display: block;
    color: #0057b8;
    margin-bottom: .5em
}

.grid-icon-bucket.large .title .icon-wrapper {
    width: 43.84px;
    margin: 0 auto
}

@media(min-width:720px) {
    .grid-icon-bucket.large .title .icon-wrapper {
        width: 56px
    }

    body.bfk .grid-icon-bucket.large .title .icon-wrapper {
        width: 80px
    }
}

@media(min-width:992px) {
    .grid-icon-bucket.large .title .icon-wrapper {
        width: 75.61px
    }

    body.bfk .grid-icon-bucket.large .title .icon-wrapper {
        width: 100px
    }
}

.grid-icon-bucket.large .title .svg-icon {
    width: 100%;
    display: block;
    margin-bottom: 36px;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative
}

body.bfk .grid-icon-bucket.large .title .svg-icon {
    height: 70px
}

.grid-icon-bucket .title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em;
    margin-bottom: 1rem
}

body.bfk .grid-icon-bucket .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 30px;
    letter-spacing: -0.0025em
}

@media(min-width:720px) {
    body.bfk .grid-icon-bucket .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

@media(min-width:992px) {
    body.bfk .grid-icon-bucket .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

.grid-icon-bucket p {
    font-family: "Asap", sans-serif
}

body.bfk .grid-icon-bucket p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .grid-icon-bucket p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .grid-icon-bucket p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:720px) {
    .grid-icon-bucket .title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .grid-icon-bucket .title {
        font-size: 1.5em
    }
}

.rumi .grid-icon-bucket {
    margin: 1em 0
}

.rumi .grid-icon-bucket.small span[class^='icon-']:last-of-type {
    margin-right: .5em
}

.rumi .grid-icon-bucket.large {
    text-align: center
}

.rumi .grid-icon-bucket.large .title [class^='icon-'] {
    font-size: 280%;
    display: block;
    color: #c4d82e;
    margin-bottom: .5em
}

.rumi .grid-icon-bucket .title {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em;
    margin-bottom: 1rem
}

.rumi .grid-icon-bucket .title [class^='icon-']:last-of-type {
    margin-right: .5em
}

.rumi .grid-icon-bucket p {
    font-family: "Overpass", sans-serif
}

@media(min-width:720px) {
    .rumi .grid-icon-bucket .title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .rumi .grid-icon-bucket .title {
        font-size: 1.5em
    }
}

.atcoenergy .grid-icon-bucket {
    margin: 1em 0
}

.atcoenergy .grid-icon-bucket.small .title .svg-icon {
    width: 100%;
    margin-right: 0;
    margin-bottom: 4px
}

.atcoenergy .grid-icon-bucket.large {
    text-align: center
}

.atcoenergy .grid-icon-bucket.large .title [class^='icon-'] {
    font-size: 280%;
    display: block;
    color: #c4d82e;
    margin-bottom: .5em
}

.atcoenergy .grid-icon-bucket.large .title .icon-wrapper {
    width: 43.84px;
    margin: 0 auto
}

@media(min-width:720px) {
    .atcoenergy .grid-icon-bucket.large .title .icon-wrapper {
        width: 56px
    }
}

@media(min-width:992px) {
    .atcoenergy .grid-icon-bucket.large .title .icon-wrapper {
        width: 75.61px
    }
}

.atcoenergy .grid-icon-bucket.large .title .svg-icon {
    width: 100%;
    display: block;
    margin-bottom: 36px;
    margin-top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative
}

.atcoenergy .grid-icon-bucket .title {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em;
    margin-bottom: 1rem
}

.atcoenergy .grid-icon-bucket p {
    font-family: "Montserrat", sans-serif
}

@media(min-width:720px) {
    .atcoenergy .grid-icon-bucket .title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .atcoenergy .grid-icon-bucket .title {
        font-size: 1.5em
    }
}

.cmp-footnote-panel {
    display: block
}

.cmp-footnote-panel .panel-footnote {
    text-align: center;
    color: #5a5a5a;
    padding: 2em 0;
    margin-top: .5em
}

.cmp-footnote-panel .panel-footnote .cmp-text,
.cmp-footnote-panel .panel-footnote .cmp-cta,
.cmp-footnote-panel .panel-footnote .icon-flame {
    display: inline
}

.cmp-footnote-panel .panel-footnote .icon-wrapper {
    width: 36px;
    margin: 0 auto;
    display: inline-block
}

.cmp-footnote-panel .panel-footnote .svg-icon {
    margin-right: .6em;
    width: 100%;
    height: 36px
}

.cmp-footnote-panel .panel-footnote .cmp-text a {
    font-weight: bold
}

.cmp-footnote-panel .panel-footnote .cmp-cta {
    margin-left: .5em
}

.cmp-footnote-panel .panel-footnote i {
    font-size: 2em;
    color: #1a1a1a;
    vertical-align: -7px;
    margin-right: 10px
}

.cmp-footnote-panel .panel-footnote p {
    display: inline-block
}

.cmp-footnote-panel .panel-footnote.top-related {
    border-bottom: 1px solid #bcbcbc;
    padding-top: 0;
    margin-bottom: 2em
}

.cmp-footnote-panel .panel-footnote.top-related:last-child {
    margin-bottom: 0
}

.cmp-footnote-panel .panel-footnote.top-related:only-child {
    padding-top: 2em
}

.cmp-footnote-panel .panel-footnote.bottom-related {
    border-top: 1px solid #bcbcbc
}

.cmp-footnote-panel .panel-footnote.top-related.bottom-related {
    padding: 2em 0;
    margin-top: 2em
}

.cmp-footnote-panel .panel-footnote:not(.bottom-related):not(.top-related) {
    padding: 0
}

section.twitter {
    background-color: #e9f0f5
}

section.twitter .container {
    padding-top: 3em;
    padding-bottom: 3em
}

section.twitter h2 {
    color: #ff6700;
    line-height: 2em;
    font-size: 1em;
    margin-bottom: 1em;
    text-transform: none
}

section.twitter h2::after {
    display: block;
    clear: both;
    content: ""
}

section.twitter h2 .cmp-cta {
    display: inline
}

section.twitter h2 .fa-twitter {
    color: #0f6fc1;
    font-size: 1.25em;
    margin-right: .4em
}

section.twitter h2 .btn {
    font-size: .75em;
    float: right
}

section.twitter li.tweet {
    position: relative;
    margin-top: 2em
}

section.twitter li.tweet::after {
    display: block;
    clear: both;
    content: ""
}

section.twitter li.tweet>.image {
    width: 15.25424%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none
}

section.twitter li.tweet>.image .image-inner {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%
}

section.twitter li.tweet>.image img {
    margin: 0;
    display: block;
    width: 100%;
    max-width: 100px;
    box-sizing: border-box
}

section.twitter li.tweet>.tweet {
    width: 83.05085%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none
}

@media(min-width:720px) {
    section.twitter h2 {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    section.twitter h2 {
        font-size: 1.5em
    }

    section.twitter li.tweet {
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    section.twitter li.tweet:nth-child(3n) {
        width: 32.20339%;
        clear: right;
        float: right;
        margin-right: 0
    }

    section.twitter li.tweet>.image {
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    section.twitter li.tweet>.tweet {
        width: 74.57627%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:992px) {
    section.panel section.twitter .tweet {
        width: auto;
        float: none;
        margin: 0
    }

    section.panel section.twitter .tweet:nth-child(3n) {
        width: auto;
        float: none;
        margin: 0
    }
}

.atcoenergy section.twitter {
    background-color: #0a8289
}

.atcoenergy section.twitter .container {
    padding-top: 3em;
    padding-bottom: 3em
}

.atcoenergy section.twitter h2 {
    color: #0a8289;
    line-height: 2em;
    font-size: 1em;
    margin-bottom: 1em;
    text-transform: none
}

.atcoenergy section.twitter h2::after {
    display: block;
    clear: both;
    content: ""
}

.atcoenergy section.twitter h2 .cmp-cta {
    display: inline
}

.atcoenergy section.twitter h2 .fa-twitter {
    color: #0f6fc1;
    font-size: 1.25em;
    margin-right: .4em
}

.atcoenergy section.twitter h2 .btn {
    font-size: .75em;
    float: right
}

.atcoenergy section.twitter li.tweet {
    position: relative;
    margin-top: 2em
}

.atcoenergy section.twitter li.tweet::after {
    display: block;
    clear: both;
    content: ""
}

.atcoenergy section.twitter li.tweet>.image {
    width: 15.25424%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none
}

.atcoenergy section.twitter li.tweet>.image .image-inner {
    display: inline-block;
    overflow: hidden;
    border-radius: 50%
}

.atcoenergy section.twitter li.tweet>.image img {
    margin: 0;
    display: block;
    width: 100%;
    max-width: 100px;
    box-sizing: border-box
}

.atcoenergy section.twitter li.tweet>.tweet {
    width: 83.05085%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none
}

@media(min-width:720px) {
    .atcoenergy section.twitter h2 {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .atcoenergy section.twitter h2 {
        font-size: 1.5em
    }

    .atcoenergy section.twitter li.tweet {
        width: 32.20339%;
        clear: right;
        float: left;
        margin-left: 0;
        margin-right: 1.69492%
    }

    .atcoenergy section.twitter li.tweet:nth-child(3n) {
        width: 32.20339%;
        clear: right;
        float: right;
        margin-right: 0
    }

    .atcoenergy section.twitter li.tweet>.image {
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy section.twitter li.tweet>.tweet {
        width: 74.57627%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

.map iframe {
    width: 100%;
    height: 35vw;
    min-height: 400px
}

.cmp-tall-panel.tall-panel {
    background-size: cover !important;
    box-sizing: border-box;
    position: relative;
    min-height: 500px
}

.cmp-tall-panel.tall-panel a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.cmp-tall-panel.tall-panel a:hover span.button:last-child {
    background-color: transparent
}

.cmp-tall-panel.tall-panel .fill {
    display: block;
    padding: 2em;
    width: 100%;
    box-sizing: border-box
}

.cmp-tall-panel.tall-panel p.category {
    color: #0057b8;
    font-family: "Asap", sans-serif;
    font-style: italic
}

.cmp-tall-panel.tall-panel p.title {
    color: #fff;
    font-family: "Fjalla One", sans-serif;
    display: block;
    margin-top: .5em
}

.cmp-tall-panel.tall-panel p.description {
    color: #fff;
    font-weight: normal
}

.cmp-tall-panel.tall-panel span.multi-icons {
    color: #0057b8;
    font-size: 275%;
    display: block;
    margin-bottom: 2rem
}

.cmp-tall-panel.tall-panel span.multi-icons i+i {
    position: relative;
    margin-left: .5em
}

.cmp-tall-panel.tall-panel span.multi-icons i+i::after {
    content: "+";
    display: inline-block;
    position: absolute;
    left: -0.75em;
    top: .35em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cmp-tall-panel.tall-panel span.multi-svgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #0057b8;
    font-size: 275%;
    margin-bottom: 2rem
}

.cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper {
    position: relative;
    margin-left: .6em;
    width: auto
}

.cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper:last-child::after {
    content: ""
}

.cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper::after {
    content: '+';
    display: inline-block;
    position: absolute;
    right: -.55em;
    bottom: .05em
}

.cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper .icon-wrapper {
    width: 45px;
    margin: 0 auto
}

.cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper .svg-icon {
    margin-right: .6em;
    width: 100%;
    height: 45px
}

.cmp-tall-panel.tall-panel span.button:last-child {
    color: #fff;
    background-color: transparent;
    padding: .25em 0;
    margin-bottom: 2em;
    position: absolute;
    bottom: 0
}

.cmp-tall-panel.tall-panel span.button:last-child:hover {
    background-color: transparent
}

.cmp-tall-panel.tall-panel.shade a {
    background: rgba(16, 16, 16, 0.5)
}

.rumi .cmp-tall-panel.tall-panel {
    background-size: cover !important;
    box-sizing: border-box;
    position: relative;
    min-height: 500px
}

.rumi .cmp-tall-panel.tall-panel a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.rumi .cmp-tall-panel.tall-panel a:hover span.button:last-child {
    background-color: transparent
}

.rumi .cmp-tall-panel.tall-panel .fill {
    display: block;
    padding: 2em;
    width: 100%;
    box-sizing: border-box
}

.rumi .cmp-tall-panel.tall-panel p.category {
    color: #0057b8;
    font-family: "Overpass", sans-serif;
    font-style: italic
}

.rumi .cmp-tall-panel.tall-panel p.title {
    color: #fff;
    font-family: "Overpass", sans-serif;
    display: block;
    margin-top: .5em
}

.rumi .cmp-tall-panel.tall-panel p.description {
    color: #fff;
    font-weight: normal
}

.rumi .cmp-tall-panel.tall-panel span.multi-icons {
    color: #0057b8;
    font-size: 275%;
    display: block;
    margin-bottom: 2rem
}

.rumi .cmp-tall-panel.tall-panel span.multi-icons i+i {
    position: relative;
    margin-left: .5em
}

.rumi .cmp-tall-panel.tall-panel span.multi-icons i+i::after {
    content: "+";
    display: inline-block;
    position: absolute;
    left: -0.75em;
    top: .35em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rumi .cmp-tall-panel.tall-panel span.multi-svgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #0057b8;
    font-size: 275%;
    margin-bottom: 2rem
}

.rumi .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper {
    position: relative;
    margin-left: .6em;
    width: auto
}

.rumi .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper:last-child::after {
    content: ""
}

.rumi .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper::after {
    content: '+';
    display: inline-block;
    position: absolute;
    right: -.55em;
    bottom: .05em
}

.rumi .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper .icon-wrapper {
    width: 45px;
    margin: 0 auto
}

.rumi .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper .svg-icon {
    margin-right: .6em;
    width: 100%;
    height: 45px
}

.rumi .cmp-tall-panel.tall-panel span.button:last-child {
    color: #fff;
    background-color: transparent;
    padding: .25em 0;
    margin-bottom: 2em;
    position: absolute;
    bottom: 0
}

.rumi .cmp-tall-panel.tall-panel span.button:last-child:hover {
    background-color: transparent
}

.rumi .cmp-tall-panel.tall-panel.shade a {
    background: rgba(16, 16, 16, 0.5)
}

.atcoenergy .cmp-tall-panel.tall-panel {
    background-size: cover !important;
    box-sizing: border-box;
    position: relative;
    min-height: 500px
}

.atcoenergy .cmp-tall-panel.tall-panel a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.atcoenergy .cmp-tall-panel.tall-panel a:hover span.button:last-child {
    background-color: transparent
}

.atcoenergy .cmp-tall-panel.tall-panel .fill {
    display: block;
    padding: 2em;
    width: 100%;
    box-sizing: border-box
}

.atcoenergy .cmp-tall-panel.tall-panel p.category {
    color: #c4d82e;
    font-family: "Montserrat", sans-serif;
    font-style: italic
}

.atcoenergy .cmp-tall-panel.tall-panel p.title {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    display: block;
    margin-top: .5em
}

.atcoenergy .cmp-tall-panel.tall-panel p.description {
    color: #fff;
    font-weight: normal
}

.atcoenergy .cmp-tall-panel.tall-panel span.multi-icons {
    color: #c4d82e;
    font-size: 275%;
    display: block;
    margin-bottom: 2rem
}

.atcoenergy .cmp-tall-panel.tall-panel span.multi-icons i+i {
    position: relative;
    margin-left: .5em
}

.atcoenergy .cmp-tall-panel.tall-panel span.multi-icons i+i::after {
    content: "+";
    display: inline-block;
    position: absolute;
    left: -0.75em;
    top: .35em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.atcoenergy .cmp-tall-panel.tall-panel span.multi-svgs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #c4d82e;
    font-size: 275%;
    margin-bottom: 2rem
}

.atcoenergy .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper {
    position: relative;
    margin-left: .6em;
    width: auto
}

.atcoenergy .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper:last-child::after {
    content: ""
}

.atcoenergy .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper::after {
    content: '+';
    display: inline-block;
    position: absolute;
    right: -.55em;
    bottom: .05em
}

.atcoenergy .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper .icon-wrapper {
    width: 45px;
    margin: 0 auto
}

.atcoenergy .cmp-tall-panel.tall-panel span.multi-svgs .img-wrapper .svg-icon {
    margin-right: .6em;
    width: 100%;
    height: 45px
}

.atcoenergy .cmp-tall-panel.tall-panel span.button:last-child {
    color: #fff;
    background-color: transparent;
    padding: .25em 0;
    margin-bottom: 2em;
    position: absolute;
    bottom: 0
}

.atcoenergy .cmp-tall-panel.tall-panel span.button:last-child:hover {
    background-color: transparent
}

.atcoenergy .cmp-tall-panel.tall-panel.shade a {
    background: rgba(16, 16, 16, 0.5)
}

.cmp-section-tab-menu .icon-wrapper {
    margin: 0 auto;
    display: inline-block
}

.cmp-section-tab-menu .svg-icon {
    width: auto;
    height: 80px;
    padding: 12px;
    box-sizing: border-box
}

.cmp-section-tab-menu.tab-menu {
    padding-top: 1em
}

.cmp-section-tab-menu.tab-menu div.tiles {
    white-space: nowrap;
    height: 100%
}

.cmp-section-tab-menu.tab-menu div.tiles.black {
    background: #101010
}

.cmp-section-tab-menu.tab-menu div.tiles .tab {
    margin-bottom: -1px;
    padding-bottom: 3em;
    background-color: #fff;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a {
    background-color: #101010;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 75%;
    font-weight: normal;
    margin-left: -1px
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a .fill {
    border: 0
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a .fill span {
    font-size: 1.3125em;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0;
    color: #fff
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a .fill span:before,
.cmp-section-tab-menu.tab-menu div.tiles .tab a .fill span i {
    font-size: 3.5em;
    margin-bottom: 0;
    display: block
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a .fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a.canada .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a.united-states .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a.mexico .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a.australia .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu div.tiles .tab a.europe .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu div.tiles .tab .tab-open-icon {
    display: none
}

.cmp-section-tab-menu.tab-menu div.tiles .tab.open:after {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-width: 1.5em;
    border-style: solid;
    border-color: #ff6700;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px
}

.cmp-section-tab-menu.tab-menu div.tiles .tab.open a {
    background-color: #ff6700;
    outline: 0
}

.cmp-section-tab-menu.tab-menu div.tiles .tab.open a .tab-icon {
    display: none
}

.cmp-section-tab-menu.tab-menu div.tiles .tab.open a .tab-open-icon {
    display: block
}

.cmp-section-tab-menu.tab-menu div.tiles .tab.open a.canada .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu div.tiles .tab.open a.united-states .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu div.tiles .tab.open a.mexico .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu div.tiles .tab.open a.australia .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu div.tiles .tab.open a.europe .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cmp-section-tab-menu.tab-menu .tabs-wcmmode {
    visibility: visible
}

.cmp-section-tab-menu.tab-menu .tabs-wcmmode div.tab a .fill {
    background: black;
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: 1.3125em;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

.cmp-section-tab-menu.tab-menu .tabs-wcmmode div.tab a .fill .tab-icon {
    display: none
}

.cmp-section-tab-menu.tab-menu div.tiles div.tab a>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-section-tab-menu.tab-menu div.tiles div.tab a>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-section-tab-menu.tab-menu .tiles-carousel {
    overflow: auto;
    overflow-y: hidden
}

.cmp-section-tab-menu.tab-menu .tiles-carousel .container {
    margin: 0;
    padding: 0;
    width: 100%
}

.cmp-section-tab-menu.tab-menu .tiles-carousel div.tiles .tab,
.cmp-section-tab-menu.tab-menu .tiles-carousel div.tiles .tab.open {
    margin-right: 0 !important;
    margin-left: -1px
}

.cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev:before {
    content: "";
    font-family: "icomoon"
}

.cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next:before {
    content: "";
    font-family: "icomoon"
}

@media(min-width:480px) {
    .cmp-section-tab-menu.tab-menu div.tiles .tab a {
        padding-top: 66.667%
    }
}

@media(min-width:720px) {
    .cmp-section-tab-menu.tab-menu {
        padding-top: 1.5em
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel {
        width: 100%;
        float: left
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .container {
        padding: 0 1.5em;
        position: relative
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .container div.tiles {
        width: 100%;
        height: auto;
        white-space: normal
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .container div.tiles.black {
        background-color: transparent
    }

    .cmp-section-tab-menu.tab-menu div.tiles {
        visibility: hidden
    }

    .cmp-section-tab-menu.tab-menu div.tiles.slick-initialized {
        visibility: visible
    }

    .cmp-section-tab-menu.tab-menu div.tiles .tab {
        width: 20%
    }

    .cmp-section-tab-menu.tab-menu div.tiles .tab a {
        padding-top: 75%
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel div.tiles .tab .fill {
        width: 100%
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev,
    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next {
        display: block;
        height: 14.15vw;
        font-size: 1em;
        width: 1.6em;
        top: 40%;
        opacity: 1;
        margin: 0 0 8px 0
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev.disabled,
    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next.disabled {
        opacity: 0
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev:before,
    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next:before {
        position: absolute;
        color: #101010;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 30px
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev.slick-disabled:before,
    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next.slick-disabled:before {
        opacity: 0
    }
}

@media(min-width:800px) {

    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev,
    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next {
        width: 1.6em;
        font-size: 1em
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev {
        left: -1.6em
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next {
        right: -1.6em
    }
}

@media(min-width:1200px) {
    .cmp-section-tab-menu.tab-menu {
        padding-top: 3em
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .container {
        width: 84.74576%;
        margin-left: auto;
        margin-right: auto
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-prev,
    .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-next {
        width: 60px;
        font-size: 2.125em;
        height: 12.27vw
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-controls-direction a.bx-prev {
        left: -26px
    }

    .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-controls-direction a.bx-next {
        right: -26px
    }
}

.rumi .cmp-section-tab-menu .icon-wrapper {
    margin: 0 auto;
    display: inline-block
}

.rumi .cmp-section-tab-menu .svg-icon {
    width: auto;
    height: 80px;
    padding: 12px;
    box-sizing: border-box
}

.rumi .cmp-section-tab-menu.tab-menu {
    padding-top: 1em
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles {
    white-space: nowrap;
    height: 100%
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles.black {
    background: #101010
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab {
    margin-bottom: -1px;
    padding-bottom: 3em;
    background-color: #fff;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a {
    background-color: #101010;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 75%;
    font-weight: normal;
    margin-left: -1px
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill {
    border: 0
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill span {
    font-size: 1.3125em;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 0;
    color: #fff
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill span:before,
.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill span i {
    font-size: 3.5em;
    margin-bottom: 0;
    display: block
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a.canada .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a.united-states .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a.mexico .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a.australia .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a.europe .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab .tab-open-icon {
    display: none
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab.open:after {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-width: 1.5em;
    border-style: solid;
    border-color: #2cb3a1;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab.open a {
    background-color: #2cb3a1;
    outline: 0
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab.open a .tab-icon {
    display: none
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab.open a .tab-open-icon {
    display: block
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.canada .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.united-states .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.mexico .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.australia .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.europe .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.rumi .cmp-section-tab-menu.tab-menu .tabs-wcmmode {
    visibility: visible
}

.rumi .cmp-section-tab-menu.tab-menu .tabs-wcmmode div.tab a .fill {
    background: black;
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: 1.3125em;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0
}

.rumi .cmp-section-tab-menu.tab-menu .tabs-wcmmode div.tab a .fill .tab-icon {
    display: none
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles div.tab a>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-section-tab-menu.tab-menu div.tiles div.tab a>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-section-tab-menu.tab-menu .tiles-carousel {
    overflow: auto;
    overflow-y: hidden
}

.rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .container {
    margin: 0;
    padding: 0;
    width: 100%
}

.rumi .cmp-section-tab-menu.tab-menu .tiles-carousel div.tiles .tab,
.rumi .cmp-section-tab-menu.tab-menu .tiles-carousel div.tiles .tab.open {
    margin-right: 0 !important;
    margin-left: -1px
}

.rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev:before {
    content: "";
    font-family: "icomoon"
}

.rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next:before {
    content: "";
    font-family: "icomoon"
}

@media(min-width:480px) {
    .rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a {
        padding-top: 66.667%
    }
}

@media(min-width:720px) {
    .rumi .cmp-section-tab-menu.tab-menu {
        padding-top: 1.5em
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel {
        width: 100%;
        float: left
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .container {
        padding: 0 1.5em;
        position: relative
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .container div.tiles {
        width: 100%;
        height: auto;
        white-space: normal
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .container div.tiles.black {
        background-color: transparent
    }

    .rumi .cmp-section-tab-menu.tab-menu div.tiles {
        visibility: hidden
    }

    .rumi .cmp-section-tab-menu.tab-menu div.tiles.slick-initialized {
        visibility: visible
    }

    .rumi .cmp-section-tab-menu.tab-menu div.tiles .tab {
        width: 20%
    }

    .rumi .cmp-section-tab-menu.tab-menu div.tiles .tab a {
        padding-top: 75%
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel div.tiles .tab .fill {
        width: 100%
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev,
    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next {
        display: block;
        height: 14.15vw;
        font-size: 1em;
        width: 1.6em;
        top: 40%;
        opacity: 1;
        margin: 0 0 8px 0
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev.disabled,
    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next.disabled {
        opacity: 0
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev:before,
    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next:before {
        position: absolute;
        color: #101010;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 30px
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev.slick-disabled:before,
    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next.slick-disabled:before {
        opacity: 0
    }
}

@media(min-width:800px) {

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev,
    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next {
        width: 1.6em;
        font-size: 1em
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev {
        left: -1.6em
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next {
        right: -1.6em
    }
}

@media(min-width:1200px) {
    .rumi .cmp-section-tab-menu.tab-menu {
        padding-top: 3em
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .container {
        width: 84.74576%;
        margin-left: auto;
        margin-right: auto
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-prev,
    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-next {
        width: 60px;
        font-size: 2.125em;
        height: 12.27vw
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-controls-direction a.bx-prev {
        left: -26px
    }

    .rumi .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-controls-direction a.bx-next {
        right: -26px
    }
}

.atcoenergy .cmp-section-tab-menu .icon-wrapper {
    margin: 0 auto;
    display: inline-block
}

.atcoenergy .cmp-section-tab-menu .svg-icon {
    width: auto;
    height: 80px;
    padding: 12px;
    box-sizing: border-box
}

.atcoenergy .cmp-section-tab-menu.tab-menu {
    padding-top: 1em
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles {
    white-space: nowrap;
    height: 100%
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles.black {
    background: #101010
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab {
    margin-bottom: -1px;
    padding-bottom: 3em;
    background-color: #fff;
    width: 40%;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    position: relative
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a {
    background-color: #101010;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 75%;
    font-weight: normal;
    margin-left: -1px
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill {
    border: 0
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill span {
    font-size: 1.3125em;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    padding: 0;
    color: #fff
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill span:before,
.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill span i {
    font-size: 3.5em;
    margin-bottom: 0;
    display: block
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a .fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a.canada .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a.united-states .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a.mexico .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a.australia .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a.europe .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab .tab-open-icon {
    display: none
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab.open:after {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    content: "";
    border-width: 1.5em;
    border-style: solid;
    border-color: #0a8289;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab.open a {
    background-color: #0a8289;
    outline: 0
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab.open a .tab-icon {
    display: none
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab.open a .tab-open-icon {
    display: block
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.canada .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.united-states .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.mexico .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.australia .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab.open a.europe .fill span:before {
    content: "";
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.atcoenergy .cmp-section-tab-menu.tab-menu .tabs-wcmmode {
    visibility: visible
}

.atcoenergy .cmp-section-tab-menu.tab-menu .tabs-wcmmode div.tab a .fill {
    background: black;
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: 1.3125em;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0
}

.atcoenergy .cmp-section-tab-menu.tab-menu .tabs-wcmmode div.tab a .fill .tab-icon {
    display: none
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles div.tab a>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-section-tab-menu.tab-menu div.tiles div.tab a>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel {
    overflow: auto;
    overflow-y: hidden
}

.atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .container {
    margin: 0;
    padding: 0;
    width: 100%
}

.atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel div.tiles .tab,
.atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel div.tiles .tab.open {
    margin-right: 0 !important;
    margin-left: -1px
}

.atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev:before {
    content: "";
    font-family: "icomoon"
}

.atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next:before {
    content: "";
    font-family: "icomoon"
}

@media(min-width:480px) {
    .atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a {
        padding-top: 66.667%
    }
}

@media(min-width:720px) {
    .atcoenergy .cmp-section-tab-menu.tab-menu {
        padding-top: 1.5em
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel {
        width: 100%;
        float: left
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .container {
        padding: 0 1.5em;
        position: relative
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .container div.tiles {
        width: 100%;
        height: auto;
        white-space: normal
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .container div.tiles.black {
        background-color: transparent
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu div.tiles {
        visibility: hidden
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu div.tiles.slick-initialized {
        visibility: visible
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab {
        width: 20%
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu div.tiles .tab a {
        padding-top: 75%
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel div.tiles .tab .fill {
        width: 100%
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev,
    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next {
        display: block;
        height: 14.15vw;
        font-size: 1em;
        width: 1.6em;
        top: 40%;
        opacity: 1;
        margin: 0 0 8px 0
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev.disabled,
    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next.disabled {
        opacity: 0
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev:before,
    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next:before {
        position: absolute;
        color: #101010;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 30px
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev.slick-disabled:before,
    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next.slick-disabled:before {
        opacity: 0
    }
}

@media(min-width:800px) {

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev,
    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next {
        width: 1.6em;
        font-size: 1em
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-prev {
        left: -1.6em
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .slick-next {
        right: -1.6em
    }
}

@media(min-width:1200px) {
    .atcoenergy .cmp-section-tab-menu.tab-menu {
        padding-top: 3em
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .container {
        width: 84.74576%;
        margin-left: auto;
        margin-right: auto
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-prev,
    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-next {
        width: 60px;
        font-size: 2.125em;
        height: 12.27vw
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-controls-direction a.bx-prev {
        left: -26px
    }

    .atcoenergy .cmp-section-tab-menu.tab-menu .tiles-carousel .bx-controls-direction a.bx-next {
        right: -26px
    }
}

.cmp-location-details.location-details {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.cmp-location-details.location-details .subtitle {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em
}

@media(min-width:720px) {
    .cmp-location-details.location-details .subtitle {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .cmp-location-details.location-details .subtitle {
        font-size: 1.5em
    }
}

.cmp-location-details.location-details .subtitle i {
    font-size: 4.5em;
    color: #0057b8;
    vertical-align: middle
}

.cmp-location-details.location-details .subtitle .icon-wrapper {
    width: 4.5em;
    margin: 0 .6em;
    display: inline-block;
    vertical-align: middle
}

.cmp-location-details.location-details .subtitle .svg-icon {
    width: 100%
}

.cmp-location-details.location-details h2,
.cmp-location-details.location-details h4,
.cmp-location-details.location-details section.search-panel form fieldset label,
section.search-panel form fieldset .cmp-location-details.location-details label,
.cmp-location-details.location-details .subtitle {
    display: inline-block;
    vertical-align: middle
}

.cmp-location-details.location-details h4 i,
.cmp-location-details.location-details section.search-panel form fieldset label i,
section.search-panel form fieldset .cmp-location-details.location-details label i {
    font-size: 4.5em;
    color: #0057b8;
    vertical-align: middle
}

@media(min-width:720px) {
    .cmp-location-details.location-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .cmp-location-details.location-details h2 {
        max-width: 50%
    }
}

.rumi .cmp-location-details.location-details {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.rumi .cmp-location-details.location-details .subtitle {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em
}

@media(min-width:720px) {
    .rumi .cmp-location-details.location-details .subtitle {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .rumi .cmp-location-details.location-details .subtitle {
        font-size: 1.5em
    }
}

.rumi .cmp-location-details.location-details .subtitle i {
    font-size: 4.5em;
    color: #0057b8;
    vertical-align: middle
}

.rumi .cmp-location-details.location-details .subtitle .icon-wrapper {
    width: 4.5em;
    margin: 0 .6em;
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-location-details.location-details .subtitle .svg-icon {
    width: 100%
}

.rumi .cmp-location-details.location-details h2,
.rumi .cmp-location-details.location-details h4,
section.search-panel form fieldset .rumi .cmp-location-details.location-details label,
.rumi .cmp-location-details.location-details section.search-panel form fieldset label,
.rumi section.search-panel form fieldset .cmp-location-details.location-details label,
.rumi .cmp-location-details.location-details .subtitle {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-location-details.location-details h4 i,
section.search-panel form fieldset .rumi .cmp-location-details.location-details label i,
.rumi .cmp-location-details.location-details section.search-panel form fieldset label i,
.rumi section.search-panel form fieldset .cmp-location-details.location-details label i {
    font-size: 4.5em;
    color: #c4d82e;
    vertical-align: middle
}

@media(min-width:720px) {
    .rumi .cmp-location-details.location-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .rumi .cmp-location-details.location-details h2 {
        max-width: 50%
    }
}

.atcoenergy .cmp-location-details.location-details {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center
}

.atcoenergy .cmp-location-details.location-details .subtitle {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em
}

@media(min-width:720px) {
    .atcoenergy .cmp-location-details.location-details .subtitle {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-location-details.location-details .subtitle {
        font-size: 1.5em
    }
}

.atcoenergy .cmp-location-details.location-details .subtitle i {
    font-size: 4.5em;
    color: #c4d82e;
    vertical-align: middle
}

.atcoenergy .cmp-location-details.location-details .subtitle .icon-wrapper {
    width: 4.5em;
    margin: 0 .6em;
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-location-details.location-details .subtitle .svg-icon {
    width: 100%
}

.atcoenergy .cmp-location-details.location-details h2,
.atcoenergy .cmp-location-details.location-details h4,
section.search-panel form fieldset .atcoenergy .cmp-location-details.location-details label,
.atcoenergy .cmp-location-details.location-details section.search-panel form fieldset label,
.atcoenergy section.search-panel form fieldset .cmp-location-details.location-details label,
.atcoenergy .cmp-location-details.location-details .subtitle {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-location-details.location-details h4 i,
section.search-panel form fieldset .atcoenergy .cmp-location-details.location-details label i,
.atcoenergy .cmp-location-details.location-details section.search-panel form fieldset label i,
.atcoenergy section.search-panel form fieldset .cmp-location-details.location-details label i {
    font-size: 4.5em;
    color: #c4d82e;
    vertical-align: middle
}

@media(min-width:720px) {
    .atcoenergy .cmp-location-details.location-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .atcoenergy .cmp-location-details.location-details h2 {
        max-width: 50%
    }
}

.cmp-recipe-tile.recipe-tile .title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.cmp-recipe-tile.recipe-tile .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 55.55556%;
    margin-bottom: 1em;
    display: block;
    position: relative
}

.cmp-recipe-tile.recipe-tile .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-recipe-tile.recipe-tile .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-recipe-tile.recipe-tile .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-recipe-tile.recipe-tile .image span {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: .5em 1em;
    text-transform: uppercase
}

.cmp-recipe-tile.recipe-tile p {
    margin: 1em 0 0
}

.cmp-recipe-tile.recipe-tile p em {
    font-style: italic
}

.cmp-recipe-tile.recipe-tile a.button,
.cmp-recipe-tile.recipe-tile div.promo-tile-div span.label,
div.promo-tile-div .cmp-recipe-tile.recipe-tile span.label,
.cmp-recipe-tile.recipe-tile .cmp-tall-panel.tall-panel span.button:last-child,
.cmp-tall-panel.tall-panel .cmp-recipe-tile.recipe-tile span.button:last-child,
.cmp-recipe-tile.recipe-tile a.btn {
    margin-top: 1.5em
}

@media(min-width:720px) {
    .cmp-recipe-tile.recipe-tile .title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .cmp-recipe-tile.recipe-tile .title {
        font-size: 2.25em
    }
}

.cmp-recipe-tile.featured-recipe-tile {
    padding-top: 1em
}

.cmp-recipe-tile.featured-recipe-tile .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 55.55556%;
    display: block;
    margin-bottom: 1em;
    position: relative
}

.cmp-recipe-tile.featured-recipe-tile .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-recipe-tile.featured-recipe-tile .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-recipe-tile.featured-recipe-tile .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-recipe-tile.featured-recipe-tile .image span {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: .5em 1em;
    text-transform: uppercase
}

body.bfk .cmp-recipe-tile.featured-recipe-tile .image span {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    padding: 0 16px;
    font-size: 14px !important
}

@media(min-width:720px) {
    body.bfk .cmp-recipe-tile.featured-recipe-tile .image span {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-recipe-tile.featured-recipe-tile .image span {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

.cmp-recipe-tile.featured-recipe-tile .title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.75em;
    line-height: 1.22222em
}

body.bfk .cmp-recipe-tile.featured-recipe-tile .title {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.005em;
    text-transform: capitalize
}

@media(min-width:720px) {
    body.bfk .cmp-recipe-tile.featured-recipe-tile .title {
        font-weight: 700;
        font-size: 2.625em;
        line-height: 52px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-recipe-tile.featured-recipe-tile .title {
        font-weight: 700;
        font-size: 3.375em;
        line-height: 58px
    }
}

.cmp-recipe-tile.featured-recipe-tile p {
    margin: 1em 0 0
}

body.bfk .cmp-recipe-tile.featured-recipe-tile p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .cmp-recipe-tile.featured-recipe-tile p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-recipe-tile.featured-recipe-tile p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

.cmp-recipe-tile.featured-recipe-tile p em {
    font-style: italic
}

.cmp-recipe-tile.featured-recipe-tile a.button,
.cmp-recipe-tile.featured-recipe-tile div.promo-tile-div span.label,
div.promo-tile-div .cmp-recipe-tile.featured-recipe-tile span.label,
.cmp-recipe-tile.featured-recipe-tile .cmp-tall-panel.tall-panel span.button:last-child,
.cmp-tall-panel.tall-panel .cmp-recipe-tile.featured-recipe-tile span.button:last-child,
.cmp-recipe-tile.featured-recipe-tile a.btn {
    margin-top: 1.5em
}

@media(min-width:720px) {
    .cmp-recipe-tile.featured-recipe-tile {
        padding-top: 3em
    }

    .cmp-recipe-tile.featured-recipe-tile .image {
        margin-bottom: 0
    }

    .cmp-recipe-tile.featured-recipe-tile .title {
        font-size: 2.8125em
    }

    .cmp-recipe-tile.featured-recipe-tile .image-wrapper {
        width: 48.93644%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .cmp-recipe-tile.featured-recipe-tile .recipe-content {
        width: 48.93644%;
        float: left;
        margin-right: -100%;
        margin-left: 50.84746%;
        clear: none
    }
}

.rumi .cmp-recipe-tile.recipe-tile .title {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.rumi .cmp-recipe-tile.recipe-tile .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 55.55556%;
    margin-bottom: 1em;
    display: block;
    position: relative
}

.rumi .cmp-recipe-tile.recipe-tile .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-recipe-tile.recipe-tile .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-recipe-tile.recipe-tile .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-recipe-tile.recipe-tile .image span {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: .5em 1em;
    text-transform: uppercase
}

.rumi .cmp-recipe-tile.recipe-tile p {
    margin: 1em 0 0
}

.rumi .cmp-recipe-tile.recipe-tile p em {
    font-style: italic
}

.rumi .cmp-recipe-tile.recipe-tile a.button,
div.promo-tile-div .rumi .cmp-recipe-tile.recipe-tile span.label,
.rumi .cmp-recipe-tile.recipe-tile div.promo-tile-div span.label,
.rumi div.promo-tile-div .cmp-recipe-tile.recipe-tile span.label,
.cmp-tall-panel.tall-panel .rumi .cmp-recipe-tile.recipe-tile span.button:last-child,
.rumi .cmp-recipe-tile.recipe-tile .cmp-tall-panel.tall-panel span.button:last-child,
.rumi .cmp-tall-panel.tall-panel .cmp-recipe-tile.recipe-tile span.button:last-child,
.rumi .cmp-recipe-tile.recipe-tile a.btn {
    margin-top: 1.5em
}

@media(min-width:720px) {
    .rumi .cmp-recipe-tile.recipe-tile .title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .rumi .cmp-recipe-tile.recipe-tile .title {
        font-size: 2.25em
    }
}

.rumi .cmp-recipe-tile.featured-recipe-tile {
    padding-top: 1em
}

.rumi .cmp-recipe-tile.featured-recipe-tile .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 55.55556%;
    display: block;
    margin-bottom: 1em;
    position: relative
}

.rumi .cmp-recipe-tile.featured-recipe-tile .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-recipe-tile.featured-recipe-tile .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-recipe-tile.featured-recipe-tile .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-recipe-tile.featured-recipe-tile .image span {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: .5em 1em;
    text-transform: uppercase
}

.rumi .cmp-recipe-tile.featured-recipe-tile .title {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.75em;
    line-height: 1.22222em;
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 40px;
    letter-spacing: -0.005em
}

@media(min-width:720px) {
    .rumi .cmp-recipe-tile.featured-recipe-tile .title {
        font-weight: 700;
        font-size: 2.625em;
        line-height: 52px
    }
}

@media(min-width:992px) {
    .rumi .cmp-recipe-tile.featured-recipe-tile .title {
        font-weight: 700;
        font-size: 3.375em;
        line-height: 58px
    }
}

.rumi .cmp-recipe-tile.featured-recipe-tile p {
    margin: 1em 0 0
}

body.bfk .rumi .cmp-recipe-tile.featured-recipe-tile p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .rumi .cmp-recipe-tile.featured-recipe-tile p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .rumi .cmp-recipe-tile.featured-recipe-tile p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

.rumi .cmp-recipe-tile.featured-recipe-tile p em {
    font-style: italic
}

.rumi .cmp-recipe-tile.featured-recipe-tile a.button,
div.promo-tile-div .rumi .cmp-recipe-tile.featured-recipe-tile span.label,
.rumi .cmp-recipe-tile.featured-recipe-tile div.promo-tile-div span.label,
.rumi div.promo-tile-div .cmp-recipe-tile.featured-recipe-tile span.label,
.cmp-tall-panel.tall-panel .rumi .cmp-recipe-tile.featured-recipe-tile span.button:last-child,
.rumi .cmp-recipe-tile.featured-recipe-tile .cmp-tall-panel.tall-panel span.button:last-child,
.rumi .cmp-tall-panel.tall-panel .cmp-recipe-tile.featured-recipe-tile span.button:last-child,
.rumi .cmp-recipe-tile.featured-recipe-tile a.btn {
    margin-top: 1.5em
}

@media(min-width:720px) {
    .rumi .cmp-recipe-tile.featured-recipe-tile {
        padding-top: 3em
    }

    .rumi .cmp-recipe-tile.featured-recipe-tile .image {
        margin-bottom: 0
    }

    .rumi .cmp-recipe-tile.featured-recipe-tile .title {
        font-size: 2.8125em
    }

    .rumi .cmp-recipe-tile.featured-recipe-tile .image-wrapper {
        width: 48.93644%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .cmp-recipe-tile.featured-recipe-tile .recipe-content {
        width: 48.93644%;
        float: left;
        margin-right: -100%;
        margin-left: 50.84746%;
        clear: none
    }
}

.atcoenergy .cmp-recipe-tile.recipe-tile .title {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.atcoenergy .cmp-recipe-tile.recipe-tile .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 55.55556%;
    margin-bottom: 1em;
    display: block;
    position: relative
}

.atcoenergy .cmp-recipe-tile.recipe-tile .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-recipe-tile.recipe-tile .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-recipe-tile.recipe-tile .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-recipe-tile.recipe-tile .image span {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: .5em 1em;
    text-transform: none
}

.atcoenergy .cmp-recipe-tile.recipe-tile p {
    margin: 1em 0 0
}

.atcoenergy .cmp-recipe-tile.recipe-tile p em {
    font-style: italic
}

.atcoenergy .cmp-recipe-tile.recipe-tile a.button,
div.promo-tile-div .atcoenergy .cmp-recipe-tile.recipe-tile span.label,
.atcoenergy .cmp-recipe-tile.recipe-tile div.promo-tile-div span.label,
.atcoenergy div.promo-tile-div .cmp-recipe-tile.recipe-tile span.label,
.cmp-tall-panel.tall-panel .atcoenergy .cmp-recipe-tile.recipe-tile span.button:last-child,
.atcoenergy .cmp-recipe-tile.recipe-tile .cmp-tall-panel.tall-panel span.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel .cmp-recipe-tile.recipe-tile span.button:last-child,
.atcoenergy .cmp-recipe-tile.recipe-tile a.btn {
    margin-top: 1.5em
}

@media(min-width:720px) {
    .atcoenergy .cmp-recipe-tile.recipe-tile .title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-recipe-tile.recipe-tile .title {
        font-size: 2.25em
    }
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile {
    padding-top: 1em
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 55.55556%;
    display: block;
    margin-bottom: 1em;
    position: relative
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile .image span {
    position: absolute;
    top: 10px;
    right: 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    padding: .5em 1em;
    text-transform: none
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile .title {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.75em;
    line-height: 1.22222em
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile p {
    margin: 1em 0 0
}

body.bfk .atcoenergy .cmp-recipe-tile.featured-recipe-tile p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .atcoenergy .cmp-recipe-tile.featured-recipe-tile p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .atcoenergy .cmp-recipe-tile.featured-recipe-tile p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile p em {
    font-style: italic
}

.atcoenergy .cmp-recipe-tile.featured-recipe-tile a.button,
div.promo-tile-div .atcoenergy .cmp-recipe-tile.featured-recipe-tile span.label,
.atcoenergy .cmp-recipe-tile.featured-recipe-tile div.promo-tile-div span.label,
.atcoenergy div.promo-tile-div .cmp-recipe-tile.featured-recipe-tile span.label,
.cmp-tall-panel.tall-panel .atcoenergy .cmp-recipe-tile.featured-recipe-tile span.button:last-child,
.atcoenergy .cmp-recipe-tile.featured-recipe-tile .cmp-tall-panel.tall-panel span.button:last-child,
.atcoenergy .cmp-tall-panel.tall-panel .cmp-recipe-tile.featured-recipe-tile span.button:last-child,
.atcoenergy .cmp-recipe-tile.featured-recipe-tile a.btn {
    margin-top: 1.5em
}

@media(min-width:720px) {
    .atcoenergy .cmp-recipe-tile.featured-recipe-tile {
        padding-top: 3em
    }

    .atcoenergy .cmp-recipe-tile.featured-recipe-tile .image {
        margin-bottom: 0
    }

    .atcoenergy .cmp-recipe-tile.featured-recipe-tile .title {
        font-size: 2.8125em
    }

    .atcoenergy .cmp-recipe-tile.featured-recipe-tile .image-wrapper {
        width: 48.93644%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .cmp-recipe-tile.featured-recipe-tile .recipe-content {
        width: 48.93644%;
        float: left;
        margin-right: -100%;
        margin-left: 50.84746%;
        clear: none
    }
}

.cmp-item-feature-product.featured-product {
    margin: 0 2em
}

.cmp-item-feature-product.featured-product img {
    height: 157px;
    margin: 1em auto;
    max-width: 100%;
    width: auto
}

.cmp-item-feature-product.featured-product .title {
    text-transform: none;
    line-height: 1.25em;
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    margin-bottom: .75em;
    font-size: 1.11em
}

.cmp-item-feature-product.featured-product .price-number {
    margin-bottom: .75em;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Fjalla One", sans-serif;
    font-size: 200%;
    line-height: .8
}

.cmp-item-feature-product.featured-product .price-number.on-sale {
    color: #87a829
}

.cmp-item-feature-product.featured-product .price-number span {
    font-size: 60%;
    display: inline-block
}

@media(min-width:720px) {
    .cmp-item-feature-product.featured-product {
        margin: 0 1em
    }
}

.rumi .cmp-item-feature-product.featured-product {
    margin: 0 2em
}

.rumi .cmp-item-feature-product.featured-product img {
    height: 157px;
    margin: 1em auto;
    max-width: 100%;
    width: auto
}

.rumi .cmp-item-feature-product.featured-product .title {
    text-transform: none;
    line-height: 1.25em;
    font-family: "Overpass", sans-serif;
    font-weight: normal;
    margin-bottom: .75em;
    font-size: 1.11em
}

.rumi .cmp-item-feature-product.featured-product .price-number {
    margin-bottom: .75em;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Overpass", sans-serif;
    font-size: 200%;
    line-height: .8
}

.rumi .cmp-item-feature-product.featured-product .price-number.on-sale {
    color: #87a829
}

.rumi .cmp-item-feature-product.featured-product .price-number span {
    font-size: 60%;
    display: inline-block
}

@media(min-width:720px) {
    .rumi .cmp-item-feature-product.featured-product {
        margin: 0 1em
    }
}

.atcoenergy .cmp-item-feature-product.featured-product {
    margin: 0 2em
}

.atcoenergy .cmp-item-feature-product.featured-product img {
    height: 157px;
    margin: 1em auto;
    max-width: 100%;
    width: auto
}

.atcoenergy .cmp-item-feature-product.featured-product .title {
    text-transform: none;
    line-height: 1.25em;
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    margin-bottom: .75em;
    font-size: 1.11em
}

.atcoenergy .cmp-item-feature-product.featured-product .price-number {
    margin-bottom: .75em;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-family: "Montserrat", sans-serif;
    font-size: 200%;
    line-height: .8
}

.atcoenergy .cmp-item-feature-product.featured-product .price-number.on-sale {
    color: #87a829
}

.atcoenergy .cmp-item-feature-product.featured-product .price-number span {
    font-size: 60%;
    display: inline-block
}

@media(min-width:720px) {
    .atcoenergy .cmp-item-feature-product.featured-product {
        margin: 0 1em
    }
}

.cmp-column-html.html {
    margin-top: 1em;
    margin-bottom: 1em
}

@media(min-width:720px) {
    .cmp-column-html.html {
        margin-top: 3em;
        margin-bottom: 3em
    }
}

#mainmenu+section.cmp-column-html.html:first-child {
    margin-top: 0;
    padding-top: 1em
}

@media(min-width:720px) {
    #mainmenu+section.cmp-column-html.html:first-child {
        margin-top: 0;
        padding-top: 3em
    }
}

.cmp-item-short-description.short-description .title {
    font-family: "Fjalla One", sans-serif;
    font-weight: normal;
    font-size: 1.75em;
    text-transform: none;
    margin-bottom: .5em
}

.cmp-item-short-description.short-description .description {
    line-height: 1.5em;
    margin-bottom: 1em
}

.rumi .cmp-item-short-description.short-description .title {
    font-family: "Overpass", sans-serif;
    font-weight: normal;
    font-size: 1.75em;
    text-transform: none;
    margin-bottom: .5em
}

.rumi .cmp-item-short-description.short-description .description {
    line-height: 1.5em;
    margin-bottom: 1em
}

.atcoenergy .cmp-item-short-description.short-description .title {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 1.75em;
    text-transform: none;
    margin-bottom: .5em
}

.atcoenergy .cmp-item-short-description.short-description .description {
    line-height: 1.5em;
    margin-bottom: 1em
}

.cmp-recipe-listing.recipe-listing {
    overflow: hidden
}

.cmp-recipe-listing.recipe-listing .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 91.60305%;
    display: block;
    margin-bottom: 1em
}

.cmp-recipe-listing.recipe-listing .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-recipe-listing.recipe-listing .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-recipe-listing.recipe-listing .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-recipe-listing.recipe-listing .title {
    color: #333;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.cmp-recipe-listing.recipe-listing a .title {
    color: #333;
    margin-bottom: .5em
}

.cmp-recipe-listing.recipe-listing a p {
    font-weight: normal;
    color: #333
}

.cmp-recipe-listing.recipe-listing .cmp-text p {
    margin-bottom: 1em
}

.cmp-recipe-listing.recipe-listing .published,
.cmp-recipe-listing.recipe-listing .tags {
    font-size: 90%
}

.cmp-recipe-listing.recipe-listing .published .recipe-tag:after,
.cmp-recipe-listing.recipe-listing .tags .recipe-tag:after {
    content: ', '
}

.cmp-recipe-listing.recipe-listing .published .recipe-tag:last-child:after,
.cmp-recipe-listing.recipe-listing .tags .recipe-tag:last-child:after {
    content: ''
}

@media(min-width:480px) {
    .cmp-recipe-listing.recipe-listing .image-wrapper {
        margin-bottom: 0;
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .cmp-recipe-listing.recipe-listing .content-wrapper {
        width: 74.57627%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:720px) {
    .cmp-recipe-listing.recipe-listing .title {
        margin-top: .5em;
        font-size: 1.875em
    }

    .cmp-recipe-listing.recipe-listing .published,
    .cmp-recipe-listing.recipe-listing .tags {
        margin-top: .5em
    }

    .cmp-recipe-listing.recipe-listing .published {
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .cmp-recipe-listing.recipe-listing .tags {
        width: 74.57627%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:992px) {
    .cmp-recipe-listing.recipe-listing .title {
        font-size: 2.25em
    }
}

.rumi .cmp-recipe-listing.recipe-listing {
    overflow: hidden
}

.rumi .cmp-recipe-listing.recipe-listing .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 91.60305%;
    display: block;
    margin-bottom: 1em
}

.rumi .cmp-recipe-listing.recipe-listing .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-recipe-listing.recipe-listing .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-recipe-listing.recipe-listing .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-recipe-listing.recipe-listing .title {
    color: #333;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.rumi .cmp-recipe-listing.recipe-listing a .title {
    color: #333;
    margin-bottom: .5em
}

.rumi .cmp-recipe-listing.recipe-listing a p {
    font-weight: normal;
    color: #333
}

.rumi .cmp-recipe-listing.recipe-listing .cmp-text p {
    margin-bottom: 1em
}

.rumi .cmp-recipe-listing.recipe-listing .published,
.rumi .cmp-recipe-listing.recipe-listing .tags {
    font-size: 90%
}

.rumi .cmp-recipe-listing.recipe-listing .published .recipe-tag:after,
.rumi .cmp-recipe-listing.recipe-listing .tags .recipe-tag:after {
    content: ', '
}

.rumi .cmp-recipe-listing.recipe-listing .published .recipe-tag:last-child:after,
.rumi .cmp-recipe-listing.recipe-listing .tags .recipe-tag:last-child:after {
    content: ''
}

@media(min-width:480px) {
    .rumi .cmp-recipe-listing.recipe-listing .image-wrapper {
        margin-bottom: 0;
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .cmp-recipe-listing.recipe-listing .content-wrapper {
        width: 74.57627%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:720px) {
    .rumi .cmp-recipe-listing.recipe-listing .title {
        margin-top: .5em;
        font-size: 1.875em
    }

    .rumi .cmp-recipe-listing.recipe-listing .published,
    .rumi .cmp-recipe-listing.recipe-listing .tags {
        margin-top: .5em
    }

    .rumi .cmp-recipe-listing.recipe-listing .published {
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .rumi .cmp-recipe-listing.recipe-listing .tags {
        width: 74.57627%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:992px) {
    .rumi .cmp-recipe-listing.recipe-listing .title {
        font-size: 2.25em
    }
}

.atcoenergy .cmp-recipe-listing.recipe-listing {
    overflow: hidden
}

.atcoenergy .cmp-recipe-listing.recipe-listing .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 91.60305%;
    display: block;
    margin-bottom: 1em
}

.atcoenergy .cmp-recipe-listing.recipe-listing .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-recipe-listing.recipe-listing .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-recipe-listing.recipe-listing .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-recipe-listing.recipe-listing .title {
    color: #333;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.atcoenergy .cmp-recipe-listing.recipe-listing a .title {
    color: #202020;
    margin-bottom: .5em
}

.atcoenergy .cmp-recipe-listing.recipe-listing a p {
    font-weight: 400;
    color: #202020
}

.atcoenergy .cmp-recipe-listing.recipe-listing .cmp-text p {
    margin-bottom: 1em
}

.atcoenergy .cmp-recipe-listing.recipe-listing .published,
.atcoenergy .cmp-recipe-listing.recipe-listing .tags {
    font-size: 90%
}

.atcoenergy .cmp-recipe-listing.recipe-listing .published .recipe-tag:after,
.atcoenergy .cmp-recipe-listing.recipe-listing .tags .recipe-tag:after {
    content: ', '
}

.atcoenergy .cmp-recipe-listing.recipe-listing .published .recipe-tag:last-child:after,
.atcoenergy .cmp-recipe-listing.recipe-listing .tags .recipe-tag:last-child:after {
    content: ''
}

@media(min-width:480px) {
    .atcoenergy .cmp-recipe-listing.recipe-listing .image-wrapper {
        margin-bottom: 0;
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .cmp-recipe-listing.recipe-listing .content-wrapper {
        width: 74.57627%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:720px) {
    .atcoenergy .cmp-recipe-listing.recipe-listing .title {
        margin-top: .5em;
        font-size: 1.875em
    }

    .atcoenergy .cmp-recipe-listing.recipe-listing .published,
    .atcoenergy .cmp-recipe-listing.recipe-listing .tags {
        margin-top: .5em
    }

    .atcoenergy .cmp-recipe-listing.recipe-listing .published {
        width: 23.72881%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .atcoenergy .cmp-recipe-listing.recipe-listing .tags {
        width: 74.57627%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-recipe-listing.recipe-listing .title {
        font-size: 2.25em
    }
}

.cmp-category-cta.category-cta {
    position: relative
}

.cmp-category-cta.category-cta a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 27%
}

.cmp-category-cta.category-cta a>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.cmp-category-cta.category-cta a>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.cmp-category-cta.category-cta a>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.cmp-category-cta.category-cta::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7)
}

.cmp-category-cta.category-cta:hover::before {
    background: rgba(0, 0, 0, 0.55)
}

.cmp-category-cta.category-cta .title {
    font-weight: 300;
    text-align: center;
    color: #fff;
    position: relative;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

body.bfk .cmp-category-cta.category-cta .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 30px;
    letter-spacing: -0.0025em
}

@media(min-width:720px) {
    body.bfk .cmp-category-cta.category-cta .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

@media(min-width:992px) {
    body.bfk .cmp-category-cta.category-cta .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

body.bfk .cmp-category-cta.category-cta .title::after {
    background: #eca481
}

.cmp-category-cta.category-cta .title::after {
    content: '';
    display: block;
    width: 1.5em;
    height: 3px;
    background: #0057b8;
    margin: 5px auto 0
}

@media(min-width:720px) {
    .cmp-category-cta.category-cta .title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .cmp-category-cta.category-cta .title {
        font-size: 2.25em
    }
}

@media(min-width:720px) {
    .cmp-category-cta.category-cta a {
        padding-top: 54%
    }
}

.rumi .cmp-category-cta.category-cta {
    position: relative
}

.rumi .cmp-category-cta.category-cta a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 27%
}

.rumi .cmp-category-cta.category-cta a>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.rumi .cmp-category-cta.category-cta a>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.rumi .cmp-category-cta.category-cta a>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.rumi .cmp-category-cta.category-cta::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7)
}

.rumi .cmp-category-cta.category-cta:hover::before {
    background: rgba(0, 0, 0, 0.55)
}

.rumi .cmp-category-cta.category-cta .title {
    font-weight: 300;
    text-align: center;
    color: #fff;
    position: relative;
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.rumi .cmp-category-cta.category-cta .title::after {
    content: '';
    display: block;
    width: 1.5em;
    height: 3px;
    background: #c4d82e;
    margin: 5px auto 0
}

@media(min-width:720px) {
    .rumi .cmp-category-cta.category-cta .title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .rumi .cmp-category-cta.category-cta .title {
        font-size: 2.25em
    }
}

@media(min-width:720px) {
    .rumi .cmp-category-cta.category-cta a {
        padding-top: 54%
    }
}

.atcoenergy .cmp-category-cta.category-cta {
    position: relative
}

.atcoenergy .cmp-category-cta.category-cta a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 27%
}

.atcoenergy .cmp-category-cta.category-cta a>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.atcoenergy .cmp-category-cta.category-cta a>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.atcoenergy .cmp-category-cta.category-cta a>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.atcoenergy .cmp-category-cta.category-cta::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7)
}

.atcoenergy .cmp-category-cta.category-cta:hover::before {
    background: rgba(0, 0, 0, 0.55)
}

.atcoenergy .cmp-category-cta.category-cta .title {
    font-weight: 300;
    text-align: center;
    color: #fff;
    position: relative;
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.atcoenergy .cmp-category-cta.category-cta .title::after {
    content: '';
    display: block;
    width: 1.5em;
    height: 3px;
    background: #c4d82e;
    margin: 5px auto 0
}

@media(min-width:720px) {
    .atcoenergy .cmp-category-cta.category-cta .title {
        font-size: 1.875em
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-category-cta.category-cta .title {
        font-size: 2.25em
    }
}

@media(min-width:720px) {
    .atcoenergy .cmp-category-cta.category-cta a {
        padding-top: 54%
    }
}

.cmp-item-preview.preview-item {
    margin: 1.5em 0;
    overflow: hidden
}

.cmp-item-preview.preview-item img {
    float: left;
    width: 30%;
    margin: 0
}

.cmp-item-preview.preview-item p {
    margin: .5em 0
}

.cmp-item-preview.preview-item .preview-copy {
    float: left;
    padding-left: 1em;
    width: 70%
}

.cmp-item-preview.preview-item ul,
.cmp-item-preview.preview-item ol {
    padding-left: 1em;
    line-height: 1.5em
}

.cmp-item-preview.preview-item ul li,
.cmp-item-preview.preview-item ol li {
    margin-bottom: 0 !important
}

.cmp-item-preview.preview-item ul {
    list-style: disc outside none
}

.cmp-item-preview.preview-item ol {
    list-style-type: decimal
}

.cmp-item-preview.preview-item .title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em
}

@media(min-width:720px) {
    .cmp-item-preview.preview-item .title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .cmp-item-preview.preview-item .title {
        font-size: 1.5em
    }
}

.rumi .cmp-item-preview.preview-item {
    margin: 1.5em 0;
    overflow: hidden
}

.rumi .cmp-item-preview.preview-item img {
    float: left;
    width: 30%;
    margin: 0
}

.rumi .cmp-item-preview.preview-item p {
    margin: .5em 0
}

.rumi .cmp-item-preview.preview-item .preview-copy {
    float: left;
    padding-left: 1em;
    width: 70%
}

.rumi .cmp-item-preview.preview-item ul,
.rumi .cmp-item-preview.preview-item ol {
    padding-left: 1em;
    line-height: 1.5em
}

.rumi .cmp-item-preview.preview-item ul li,
.rumi .cmp-item-preview.preview-item ol li {
    margin-bottom: 0 !important
}

.rumi .cmp-item-preview.preview-item ul {
    list-style: disc outside none
}

.rumi .cmp-item-preview.preview-item ol {
    list-style-type: decimal
}

.rumi .cmp-item-preview.preview-item .title {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em
}

@media(min-width:720px) {
    .rumi .cmp-item-preview.preview-item .title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .rumi .cmp-item-preview.preview-item .title {
        font-size: 1.5em
    }
}

.atcoenergy .cmp-item-preview.preview-item {
    margin: 1.5em 0;
    overflow: hidden
}

.atcoenergy .cmp-item-preview.preview-item img {
    float: left;
    width: 30%;
    margin: 0
}

.atcoenergy .cmp-item-preview.preview-item p {
    margin: .5em 0
}

.atcoenergy .cmp-item-preview.preview-item .preview-copy {
    float: left;
    padding-left: 1em;
    width: 70%
}

.atcoenergy .cmp-item-preview.preview-item ul,
.atcoenergy .cmp-item-preview.preview-item ol {
    padding-left: 1em;
    line-height: 1.5em
}

.atcoenergy .cmp-item-preview.preview-item ul li,
.atcoenergy .cmp-item-preview.preview-item ol li {
    margin-bottom: 0 !important
}

.atcoenergy .cmp-item-preview.preview-item ul {
    list-style: disc outside none
}

.atcoenergy .cmp-item-preview.preview-item ol {
    list-style-type: decimal
}

.atcoenergy .cmp-item-preview.preview-item .title {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em
}

@media(min-width:720px) {
    .atcoenergy .cmp-item-preview.preview-item .title {
        font-size: 1.25em
    }
}

@media(min-width:992px) {
    .atcoenergy .cmp-item-preview.preview-item .title {
        font-size: 1.5em
    }
}

.recipe-info-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #bcbcbc
}

div.recipe-details h1 {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em;
    margin-bottom: .5em
}

body.bfk div.recipe-details h1 {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2.625em;
    line-height: 58px;
    letter-spacing: -0.005em;
    text-transform: capitalize
}

@media(min-width:720px) {
    body.bfk div.recipe-details h1 {
        font-weight: 600;
        font-size: 2.25em;
        line-height: 44px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details h1 {
        font-weight: 600;
        font-size: 2.625em;
        line-height: 58px
    }
}

div.recipe-details h2 {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em;
    margin-bottom: 1em
}

body.bfk div.recipe-details h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 30px;
    letter-spacing: -0.0025em;
    font-weight: 700 !important
}

@media(min-width:720px) {
    body.bfk div.recipe-details h2 {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details h2 {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

div.recipe-details .recipe-card {
    background-color: #f0f0f0;
    overflow: hidden;
    margin-bottom: 2em
}

div.recipe-details .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 67.3553719008%
}

div.recipe-details .details {
    padding: 1em
}

div.recipe-details .main-description {
    margin-bottom: 5px
}

body.bfk div.recipe-details .main-description {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px;
    color: #535353
}

@media(min-width:720px) {
    body.bfk div.recipe-details .main-description {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details .main-description {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

div.recipe-details .yield {
    font-size: 80%;
    margin-bottom: .5em
}

body.bfk div.recipe-details .yield {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #535353
}

@media(min-width:720px) {
    body.bfk div.recipe-details .yield {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details .yield {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

div.recipe-details .published {
    font-size: 80%;
    margin-bottom: .5em;
    font-style: italic;
    position: absolute;
    right: 0;
    top: 25%
}

body.bfk div.recipe-details .published {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px;
    font-style: normal
}

@media(min-width:720px) {
    body.bfk div.recipe-details .published {
        font-weight: 400;
        font-size: .875em;
        line-height: 22px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details .published {
        font-weight: 400;
        font-size: .875em;
        line-height: 22px
    }
}

div.recipe-details .recipe-info .yield {
    font-size: 80%;
    margin-bottom: 0
}

.image-gallery {
    min-height: 35px
}

div.recipe-details .tags {
    font-size: 90%
}

div.recipe-details .thumbnail {
    display: block;
    float: left;
    width: 60px;
    height: 45px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1em;
    position: relative;
    margin-right: .5em
}

div.recipe-details .thumbnail img {
    width: 31px;
    display: block;
    margin: 1em auto
}

div.recipe-details .share {
    border-top: 1px solid #bcbcbc;
    padding-top: 1em;
    clear: both;
    font-size: 85%
}

div.recipe-details .share li {
    line-height: 1.5
}

body.bfk div.recipe-details .share li {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px;
    font-size: 12px
}

@media(min-width:720px) {
    body.bfk div.recipe-details .share li {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details .share li {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

body.bfk div.recipe-details .share li strong {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    font-size: 12px
}

@media(min-width:720px) {
    body.bfk div.recipe-details .share li strong {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details .share li strong {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

div.recipe-details .share .addthis_inline_share_toolbox {
    display: inline-block;
    vertical-align: middle
}

div.recipe-details .share i {
    color: #ff6700;
    font-size: 120%;
    vertical-align: sub
}

body.bfk div.recipe-details .share i {
    color: #0a8289
}

div.recipe-details .share .print-button {
    display: none
}

div.recipe-details .share .icon-clock,
div.recipe-details .share .icon-rating {
    margin-right: .2em
}

div.recipe-details .recipe-info {
    clear: both
}

div.recipe-details .recipe-info+.recipe-info {
    border-top: 1px solid #bcbcbc;
    margin-top: 1em;
    padding-top: 2em
}

div.recipe-details .recipe-subheader {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 1em
}

body.bfk div.recipe-details .recipe-subheader {
    font-family: "Baloo Tammudu 2", sans-serif;
    font-weight: 600;
    font-size: 2em;
    line-height: 34px;
    letter-spacing: -0.005em;
    text-transform: capitalize;
    font-weight: 700 !important
}

@media(min-width:720px) {
    body.bfk div.recipe-details .recipe-subheader {
        font-weight: 600;
        font-size: 1.75em;
        line-height: 36px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details .recipe-subheader {
        font-weight: 600;
        font-size: 3em;
        line-height: 40px
    }
}

div.recipe-details .ingredients {
    list-style-type: disc;
    line-height: 1.5;
    padding-left: 1em;
    margin-bottom: 1em
}

body.bfk div.recipe-details .ingredients {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px;
    color: #535353;
    font-size: 16px
}

@media(min-width:720px) {
    body.bfk div.recipe-details .ingredients {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details .ingredients {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

div.recipe-details .directions {
    list-style-type: decimal;
    line-height: 1.5;
    padding-left: 1em;
    margin-bottom: 0
}

body.bfk div.recipe-details .directions {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #535353;
    font-size: 16px
}

@media(min-width:720px) {
    body.bfk div.recipe-details .directions {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {
    body.bfk div.recipe-details .directions {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

div.recipe-details .recipe-info h2 {
    margin-top: 1em
}

div.recipe-details .recipe-info li {
    margin-bottom: .5em
}

div.recipe-details .nutrition,
div.recipe-details .tip,
div.recipe-details .related-recipe {
    padding: 1em;
    line-height: 1.5;
    overflow: hidden
}

div.recipe-details .nutrition img,
div.recipe-details .tip img,
div.recipe-details .related-recipe img {
    height: 27px;
    float: left;
    margin-right: 1em;
    margin-top: .5em
}

div.recipe-details .nutrition {
    margin-top: 1em;
    margin-bottom: 0 !important
}

div.recipe-details .related-recipe {
    margin-top: 1em;
    margin-bottom: 1em
}

div.recipe-details .tip {
    margin-bottom: 1em;
    margin-top: 0 !important
}

div.recipe-details .related-recipe {
    background-color: #f0f0f0
}

div.recipe-details .tip em,
div.recipe-details .related-recipe em {
    font-style: italic
}

div.recipe-details .share .divider {
    display: none
}

div.recipe-details .related-recipe .img-block,
div.recipe-details .nutrition .img-block,
div.recipe-details .tip .img-block {
    float: left;
    width: 7%
}

div.recipe-details .related-recipe .info-block,
div.recipe-details .nutrition .info-block,
div.recipe-details .tip .info-block {
    float: left;
    width: 93%
}

body.bfk div.recipe-details .related-recipe .info-block,
body.bfk div.recipe-details .nutrition .info-block,
body.bfk div.recipe-details .tip .info-block {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: .75em;
    line-height: 18px;
    color: #535353;
    font-size: 14px
}

@media(min-width:720px) {

    body.bfk div.recipe-details .related-recipe .info-block,
    body.bfk div.recipe-details .nutrition .info-block,
    body.bfk div.recipe-details .tip .info-block {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

@media(min-width:992px) {

    body.bfk div.recipe-details .related-recipe .info-block,
    body.bfk div.recipe-details .nutrition .info-block,
    body.bfk div.recipe-details .tip .info-block {
        font-weight: 600;
        font-size: .875em;
        line-height: 20px
    }
}

body.bfk div.recipe-details .related-recipe .info-block strong,
body.bfk div.recipe-details .nutrition .info-block strong,
body.bfk div.recipe-details .tip .info-block strong {
    font-weight: 600
}

div.recipe-details .related-recipe,
div.recipe-details .nutrition,
div.recipe-details .tip {
    content: "";
    display: table;
    clear: both
}

div.recipe-details .related-recipe .info-block p:first-child,
div.recipe-details .nutrition .info-block p:first-child,
div.recipe-details .tip .info-block p:first-child {
    display: inline !important;
    margin-left: 5px
}

div.recipe-details .related-recipe .info-block p,
div.recipe-details .nutrition .info-block p,
div.recipe-details .tip .info-block p {
    margin-bottom: 0
}

div.recipe-details .related-recipe .info-block strong,
div.recipe-details .nutrition .info-block strong,
div.recipe-details .tip .info-block strong {
    display: inline
}

.main-modal-wrapper {
    display: none
}

.recipe-modal .modal {
    display: block;
    position: fixed;
    z-index: 1042;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0b0b0b;
    opacity: .8
}

.youtube-wrapper {
    display: none
}

.recipe-modal .modalImg {
    max-width: 100%
}

.recipe-modal .modal-content {
    margin: auto;
    display: block
}

.recipe-modal .content-wrapper {
    z-index: 1043;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.recipe-modal .close {
    position: fixed;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    -webkit-transition: .3s;
    transition: .3s;
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 25px
}

.recipe-modal .close:hover,
.recipe-modal .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
    background: transparent
}

@media(min-width:480px) {
    div.recipe-details {
        padding-bottom: 3em
    }
}

@media only screen and (max-width:700px) {
    .recipe-modal .modal-content {
        width: 100%
    }

    .recipe-modal .content-wrapper {
        width: 90%
    }
}

@media(min-width:720px) {
    div.recipe-details h1 {
        font-size: 1.875em
    }

    div.recipe-details h2 {
        font-size: 1.25em
    }

    div.recipe-details .image-wrapper {
        width: 44.9152542373%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    div.recipe-details .details {
        width: 53.3898305085%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }

    div.recipe-details .thumbnail {
        width: 80px;
        height: 60px
    }

    div.recipe-details .recipe-info+.recipe-info {
        padding-top: 3em
    }

    div.recipe-details .recipe-subheader {
        font-size: 1.6em
    }
}

@media(min-width:992px) {
    div.recipe-details h1 {
        font-size: 2.25em
    }

    div.recipe-details h2 {
        font-size: 1.5em
    }

    div.recipe-details .share li {
        display: inline-block;
        position: relative
    }

    div.recipe-details .share .divider {
        display: inline-block;
        margin-right: 2px;
        margin-left: 2px
    }

    div.recipe-details .share li:last-child {
        margin-right: 0;
        padding-right: 0
    }

    div.recipe-details .share li:last-child:after {
        display: none
    }

    div.recipe-details .share .print-button {
        display: inline
    }

    div.recipe-details .recipe-subheader {
        font-size: 1.8em
    }

    div.recipe-details .recipe-info,
    div.recipe-details .nutrition,
    div.recipe-details .tip,
    div.recipe-details .related-recipe {
        width: 66.1016949153%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none;
        clear: both
    }
}

@media(min-width:771px) {
    .desk-image-display {
        display: block
    }

    .tab-image-display {
        display: none
    }

    .mobile-image-display {
        display: none
    }
}

@media screen and (min-width:541px) and (max-width:770px) {
    .desk-image-display {
        display: none
    }

    .tab-image-display {
        display: block
    }

    .mobile-image-display {
        display: none
    }
}

@media(max-width:540px) {

    div.recipe-details .related-recipe .img-block,
    div.recipe-details .nutrition .img-block,
    div.recipe-details .tip .img-block {
        float: left;
        width: 10%
    }

    div.recipe-details .related-recipe .info-block,
    div.recipe-details .nutrition .info-block,
    div.recipe-details .tip .info-block {
        float: left;
        width: 90%
    }

    .desk-image-display {
        display: none
    }

    .tab-image-display {
        display: none
    }

    .mobile-image-display {
        display: block
    }
}

@media print {

    div.recipe-details .image-wrapper,
    div.recipe-details .thumbnail {
        display: none
    }

    div.recipe-details .share li:first-child {
        display: none
    }
}

.rumi div.recipe-details h1 {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em;
    margin-bottom: .5em
}

.rumi div.recipe-details h2 {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em;
    margin-bottom: 1em
}

.rumi div.recipe-details .recipe-subheader {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 1em
}

.atcoenergy div.recipe-details .share i {
    color: #0a8289;
    font-size: 120%;
    vertical-align: sub
}

.atcoenergy div.recipe-details h1 {
    font-family: "Baloo Tammudu 2", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em;
    margin-bottom: .5em
}

.atcoenergy div.recipe-details h2 {
    font-family: "Baloo Tammudu 2", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.25em;
    font-size: 1em;
    margin-bottom: 1em
}

.atcoenergy div.recipe-details .recipe-subheader {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 1.2em;
    margin-bottom: 1em
}

.main-search-section .svg-icons {
    width: 20px;
    height: 20px;
    margin-right: 5px
}

.main-search-section .filterindex {
    line-height: 20px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.main-search-section .filter-field {
    margin-bottom: 1em
}

.main-search-section .filter-button {
    margin-bottom: 0 !important
}

.main-search-section .search-field a {
    width: 24.1666666667%;
    float: right;
    margin: 0;
    clear: none
}

@media(min-width:720px) {
    .main-search-section .search-panel .search-field {
        margin-bottom: 0;
        width: 44.6808510638% !important;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }
}

section.search-listing-grid {
    margin-top: 1em;
    margin-bottom: 1em
}

body.bfk section.search-listing-grid .container div:first-of-type:not(.title) {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk section.search-listing-grid .container div:first-of-type:not(.title) {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk section.search-listing-grid .container div:first-of-type:not(.title) {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

.recipe-listing {
    overflow: hidden;
    margin-bottom: 1em
}

.recipe-listing .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 0;
    display: block;
    position: relative;
    padding-top: 91.6030534351%;
    display: block;
    margin-bottom: 1em
}

.recipe-listing .image>.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center
}

.recipe-listing .image>.fill:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.3em
}

.recipe-listing .image>.fill>* {
    display: inline-block;
    vertical-align: middle
}

.recipe-listing .title {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.rumi .recipe-listing .title {
    font-family: "Overpass", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.atcoenergy .recipe-listing .title {
    font-family: "Montserrat", sans-serif;
    text-transform: none;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.1111111111em;
    font-size: 1.5em
}

.recipe-listing a .title {
    color: #333;
    margin-bottom: .5em
}

body.bfk .recipe-listing a .title {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 30px;
    letter-spacing: -0.0025em
}

@media(min-width:720px) {
    body.bfk .recipe-listing a .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

@media(min-width:992px) {
    body.bfk .recipe-listing a .title {
        font-weight: 600;
        font-size: 1.375em;
        line-height: 32px
    }
}

body.bfk .recipe-listing a .title+p {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: .875em;
    line-height: 22px
}

@media(min-width:720px) {
    body.bfk .recipe-listing a .title+p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

@media(min-width:992px) {
    body.bfk .recipe-listing a .title+p {
        font-weight: 400;
        font-size: 1em;
        line-height: 26px
    }
}

.recipe-listing a p {
    font-weight: normal;
    color: #333
}

.recipe-listing .published,
.recipe-listing .tags {
    font-size: 90%
}

.search-pagination {
    margin: 0 auto 2rem auto
}

.search-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.search-pagination li {
    margin: 0 auto;
    padding: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.search-pagination input[type=radio] {
    display: none
}

.search-pagination label {
    color: blue;
    padding: .25rem .5rem;
    font-size: 1rem;
    cursor: pointer;
    margin-right: 3px
}

body.bfk .search-pagination label {
    font-family: "Montserrat", sans-serif;
    color: #0a8289
}

.search-pagination input[type=radio]:checked+label {
    color: black
}

.search-pagination .page-Next::after {
    content: '>';
    margin-left: .2em;
    position: relative;
    bottom: 1px
}

.search-pagination .page-Previous::before {
    content: '<';
    margin-right: .2em;
    position: relative;
    bottom: 1px
}

@media(min-width:992px) {
    .recipe-listing .title {
        font-size: 2.25em
    }
}

@media(min-width:480px) {
    .recipe-listing .image-wrapper {
        margin-bottom: 0;
        width: 23.7288135593%;
        float: left;
        margin-right: -100%;
        margin-left: 0;
        clear: none
    }

    .recipe-listing .content-wrapper {
        width: 74.5762711864%;
        float: right;
        margin-left: 0;
        margin-right: 0;
        clear: none
    }
}

@media(min-width:720px) {
    section.search-listing-grid {
        margin-top: 3em
    }

    .recipe-listing .title {
        margin-top: .5em
    }

    .recipe-listing .title {
        font-size: 1.875em
    }

    .recipe-listing .published,
    .recipe-listing .tags {
        margin-top: .5em
    }
}

.cmp-bill-calculator {
    font-size: 1em;
    line-height: 1.5em;
    margin: 40px auto;
    max-width: 800px;
    width: 100%
}

@media(min-width:720px) {
    .cmp-bill-calculator {
        font-size: 1.25em;
        line-height: 1.75;
        margin: 60px auto
    }
}

@media(min-width:1400px) {
    .cmp-bill-calculator {
        font-size: 1.11111em;
        line-height: 1.75
    }
}

@media(min-width:1792px) {
    .cmp-bill-calculator {
        font-size: 1em;
        line-height: 1.75
    }
}

@media(min-width:2500px) {
    .cmp-bill-calculator {
        font-size: .71429em;
        line-height: 1.75
    }
}

.cmp-bill-calculator__heading {
    margin-top: 20px;
    text-align: center
}

.cmp-bill-calculator__date {
    font-weight: bold;
    margin-top: 12px;
    text-align: center
}

.cmp-bill-calculator .row {
    margin-top: 36px;
    padding-left: 15px;
    padding-right: 15px
}

.cmp-bill-calculator__meta-label {
    color: #5a5a5a;
    margin: 14px 0 7px 0;
    font-weight: normal
}

@media(min-width:720px) {
    .cmp-bill-calculator__meta-label {
        margin: 0 0 7px 0
    }
}

.cmp-bill-calculator__select {
    padding: 0 5px
}

.cmp-bill-calculator__table {
    margin-top: 40px;
    width: 100%
}

@media(min-width:720px) {
    .cmp-bill-calculator__table {
        margin-top: 60px
    }
}

.cmp-bill-calculator__table+.cmp-bill-calculator__table {
    margin-top: 40px
}

@media(min-width:720px) {
    .cmp-bill-calculator__table+.cmp-bill-calculator__table {
        margin-top: 60px
    }
}

.cmp-bill-calculator__table--inputs+.cmp-bill-calculator__table {
    margin-top: 0
}

.cmp-bill-calculator--GS.cmp-bill-calculator--yellowknife .conditional-display:not(.conditional-display--yellowknife-GS) {
    display: none
}

.cmp-bill-calculator--RS.cmp-bill-calculator--yellowknife .conditional-display:not(.conditional-display--yellowknife-RS) {
    display: none
}

.cmp-bill-calculator--GS.cmp-bill-calculator--nwt .conditional-display:not(.conditional-display--nwt-GS) {
    display: none
}

.cmp-bill-calculator--RS.cmp-bill-calculator--nwt .conditional-display:not(.conditional-display--nwt-RS) {
    display: none
}

.cmp-bill-calculator--GS.cmp-bill-calculator--yukon .conditional-display:not(.conditional-display--yukon-GS) {
    display: none
}

.cmp-bill-calculator--RS.cmp-bill-calculator--yukon .conditional-display:not(.conditional-display--yukon-RS) {
    display: none
}

.cmp-bill-calculator--hide-row {
    display: none
}

.cmp-bill-calculator__input-row .cmp-bill-calculator__value-cell {
    white-space: nowrap
}

.cmp-bill-calculator__input-row--days-active,
.cmp-bill-calculator__input-row--tsp-threshold,
.cmp-bill-calculator__input-row--pro-tsp-threshold {
    display: none
}

.cmp-bill-calculator--is-tsp-eligible .cmp-bill-calculator__input-row--days-active,
.cmp-bill-calculator--is-tsp-eligible .cmp-bill-calculator__input-row--tsp-threshold,
.cmp-bill-calculator--is-tsp-eligible .cmp-bill-calculator__input-row--pro-tsp-threshold {
    display: table-row
}

.cmp-bill-calculator__input-row td:first-child,
.cmp-bill-calculator__select-row td:first-child {
    color: #ff6700
}

.cmp-bill-calculator__subtotal-row {
    background: #f0f0f0;
    font-weight: bold
}

.cmp-bill-calculator td {
    padding: 7px 15px;
    position: relative;
    vertical-align: top
}

.cmp-bill-calculator td label {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

.cmp-bill-calculator--has-NaN span {
    display: none
}

.cmp-bill-calculator--has-NaN .cmp-bill-calculator__tooltip-container {
    display: none
}

.cmp-bill-calculator__tooltip-container {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

@media(min-width:720px) {
    .cmp-bill-calculator__tooltip-container {
        display: none
    }
}

.cmp-bill-calculator__tooltip {
    background: #fff;
    border-radius: 6px;
    bottom: -webkit-calc(100% + 14px);
    bottom: calc(100% + 14px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    color: #5a5a5a;
    left: 0;
    margin-left: -6px;
    opacity: 0;
    padding: 10px 14px;
    position: absolute;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    white-space: nowrap;
    visibility: hidden
}

.cmp-bill-calculator__tooltip--visible {
    opacity: 1;
    visibility: visible
}

.cmp-bill-calculator__tooltip--force-right {
    left: 0 !important
}

.cmp-bill-calculator__tooltip--force-right:after {
    left: 16px !important
}

.cmp-bill-calculator__tooltip:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.cmp-bill-calculator__info {
    background: #6590ea;
    border-radius: 50%;
    border: 0;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    width: 16px
}

.cmp-bill-calculator__info:hover {
    background: #ff6700
}

.cmp-bill-calculator__info:focus {
    outline: 1px dotted #ff6700
}

.cmp-bill-calculator__subtotal-row td {
    padding: 21px 15px 14px 15px
}

.cmp-bill-calculator__subtotal-row td:before {
    background: #fff;
    border-bottom: 1px solid #999;
    content: '';
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.cmp-bill-calculator__subtotal-row+.cmp-bill-calculator__subtotal-row td {
    padding: 14px 15px
}

.cmp-bill-calculator__subtotal-row+.cmp-bill-calculator__subtotal-row td:before {
    height: 1px
}

.cmp-bill-calculator__value-cell {
    padding-left: 0;
    text-align: right
}

.cmp-bill-calculator__input-wrapper {
    display: inline-block;
    height: 0
}

.cmp-bill-calculator__input-units {
    display: inline-block !important;
    min-width: 33px
}

@media(min-width:720px) {
    .cmp-bill-calculator__input-units {
        min-width: 41px
    }
}

.cmp-bill-calculator__text {
    border-radius: 4px;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    margin-top: -1em;
    max-width: 100%;
    padding: 0 5px;
    text-align: right;
    width: 70px
}

@media(min-width:720px) {
    .cmp-bill-calculator__text {
        width: 106px
    }
}

.cmp-bill-calculator__text.cmp-bill-calculator--dirty.cmp-bill-calculator--error {
    border-color: #e24e42
}

.cmp-bill-calculator__select {
    border-radius: 4px;
    color: inherit;
    font-weight: normal;
    height: 2em;
    line-height: 2em;
    padding: 0 40px 0 5px;
    width: 100%
}

.cmp-bill-calculator__select+.cmp-bill-calculator__select-value {
    display: none
}

.cmp-bill-calculator__select:disabled {
    background: 0;
    border: 0;
    padding: 0
}

.cmp-bill-calculator__select:disabled+.cmp-bill-calculator__select-value {
    display: block
}

.cmp-bill-calculator__table .cmp-bill-calculator__select {
    margin-top: -1em;
    margin-left: auto;
    max-width: 165px;
    width: auto
}

@media(min-width:720px) {
    .cmp-bill-calculator__table .cmp-bill-calculator__select {
        max-width: none
    }
}

.cmp-bill-calculator__table .cmp-bill-calculator__select:disabled {
    display: none
}

.cmp-bill-calculator__radio-label {
    color: inherit;
    display: inline-block !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    width: 100%
}

@media(min-width:1200px) {
    .cmp-bill-calculator__radio-label {
        line-height: 2em;
        width: 50%
    }
}

.cmp-bill-calculator__radio-label input {
    margin-right: 8px
}

.cmp-bill-calculator__radio-label input:focus {
    outline: 1px dotted #ff6700
}

@media(min-width:1200px) {
    .cmp-bill-calculator__radio-label input {
        margin-right: 15px
    }
}

.cmp-bill-calculator__equation {
    color: #5a5a5a;
    display: none;
    font-weight: normal
}

@media(min-width:720px) {
    .cmp-bill-calculator__equation {
        display: inline
    }
}

.cmp-bill-calculator__total.cmp-bill-calculator--show-brackets:before {
    content: '('
}

.cmp-bill-calculator__total.cmp-bill-calculator--show-brackets:after {
    content: ')'
}

.atcoenergy .cmp-bill-calculator {
    font-size: 1em;
    line-height: 1.5em;
    margin: 40px auto;
    max-width: 800px;
    width: 100%
}

@media(min-width:720px) {
    .atcoenergy .cmp-bill-calculator {
        font-size: 1.25em;
        line-height: 1.75;
        margin: 60px auto
    }
}

@media(min-width:1400px) {
    .atcoenergy .cmp-bill-calculator {
        font-size: 1.11111em;
        line-height: 1.75
    }
}

@media(min-width:1792px) {
    .atcoenergy .cmp-bill-calculator {
        font-size: 1em;
        line-height: 1.75
    }
}

@media(min-width:2500px) {
    .atcoenergy .cmp-bill-calculator {
        font-size: .71429em;
        line-height: 1.75
    }
}

.atcoenergy .cmp-bill-calculator__heading {
    margin-top: 20px;
    text-align: center
}

.atcoenergy .cmp-bill-calculator__date {
    font-weight: bold;
    margin-top: 12px;
    text-align: center
}

.atcoenergy .cmp-bill-calculator .row {
    margin-top: 36px;
    padding-left: 15px;
    padding-right: 15px
}

.atcoenergy .cmp-bill-calculator__meta-label {
    color: #5a5a5a;
    margin: 14px 0 7px 0;
    font-weight: normal
}

@media(min-width:720px) {
    .atcoenergy .cmp-bill-calculator__meta-label {
        margin: 0 0 7px 0
    }
}

.atcoenergy .cmp-bill-calculator__select {
    padding: 0 5px
}

.atcoenergy .cmp-bill-calculator__table {
    margin-top: 40px;
    width: 100%
}

@media(min-width:720px) {
    .atcoenergy .cmp-bill-calculator__table {
        margin-top: 60px
    }
}

.atcoenergy .cmp-bill-calculator__table+.cmp-bill-calculator__table {
    margin-top: 40px
}

@media(min-width:720px) {
    .atcoenergy .cmp-bill-calculator__table+.cmp-bill-calculator__table {
        margin-top: 60px
    }
}

.atcoenergy .cmp-bill-calculator__table--inputs+.cmp-bill-calculator__table {
    margin-top: 0
}

.atcoenergy .cmp-bill-calculator--GS.cmp-bill-calculator--yellowknife .conditional-display:not(.conditional-display--yellowknife-GS) {
    display: none
}

.atcoenergy .cmp-bill-calculator--RS.cmp-bill-calculator--yellowknife .conditional-display:not(.conditional-display--yellowknife-RS) {
    display: none
}

.atcoenergy .cmp-bill-calculator--GS.cmp-bill-calculator--nwt .conditional-display:not(.conditional-display--nwt-GS) {
    display: none
}

.atcoenergy .cmp-bill-calculator--RS.cmp-bill-calculator--nwt .conditional-display:not(.conditional-display--nwt-RS) {
    display: none
}

.atcoenergy .cmp-bill-calculator--GS.cmp-bill-calculator--yukon .conditional-display:not(.conditional-display--yukon-GS) {
    display: none
}

.atcoenergy .cmp-bill-calculator--RS.cmp-bill-calculator--yukon .conditional-display:not(.conditional-display--yukon-RS) {
    display: none
}

.atcoenergy .cmp-bill-calculator--hide-row {
    display: none
}

.atcoenergy .cmp-bill-calculator__input-row .cmp-bill-calculator__value-cell {
    white-space: nowrap
}

.atcoenergy .cmp-bill-calculator__input-row--days-active,
.atcoenergy .cmp-bill-calculator__input-row--tsp-threshold,
.atcoenergy .cmp-bill-calculator__input-row--pro-tsp-threshold {
    display: none
}

.cmp-bill-calculator--is-tsp-eligible .atcoenergy .cmp-bill-calculator__input-row--days-active,
.cmp-bill-calculator--is-tsp-eligible .atcoenergy .cmp-bill-calculator__input-row--tsp-threshold,
.cmp-bill-calculator--is-tsp-eligible .atcoenergy .cmp-bill-calculator__input-row--pro-tsp-threshold {
    display: table-row
}

.atcoenergy .cmp-bill-calculator__input-row td:first-child,
.atcoenergy .cmp-bill-calculator__select-row td:first-child {
    color: #0a8289
}

.atcoenergy .cmp-bill-calculator__subtotal-row {
    background: #f0f0f0;
    font-weight: bold
}

.atcoenergy .cmp-bill-calculator td {
    padding: 7px 15px;
    position: relative;
    vertical-align: top
}

.atcoenergy .cmp-bill-calculator td label {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin: 0
}

.atcoenergy .cmp-bill-calculator--has-NaN span {
    display: none
}

.atcoenergy .cmp-bill-calculator--has-NaN .cmp-bill-calculator__tooltip-container {
    display: none
}

.atcoenergy .cmp-bill-calculator__tooltip-container {
    display: inline-block;
    position: relative;
    vertical-align: middle
}

@media(min-width:720px) {
    .atcoenergy .cmp-bill-calculator__tooltip-container {
        display: none
    }
}

.atcoenergy .cmp-bill-calculator__tooltip {
    background: #fff;
    border-radius: 6px;
    bottom: -webkit-calc(100% + 14px);
    bottom: calc(100% + 14px);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    color: #5a5a5a;
    left: 0;
    margin-left: -6px;
    opacity: 0;
    padding: 10px 14px;
    position: absolute;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    white-space: nowrap;
    visibility: hidden
}

.atcoenergy .cmp-bill-calculator__tooltip--visible {
    opacity: 1;
    visibility: visible
}

.atcoenergy .cmp-bill-calculator__tooltip--force-right {
    left: 0 !important
}

.atcoenergy .cmp-bill-calculator__tooltip--force-right:after {
    left: 16px !important
}

.atcoenergy .cmp-bill-calculator__tooltip:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    content: '';
    display: block;
    position: absolute;
    height: 0;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.atcoenergy .cmp-bill-calculator__info {
    background: #6590ea;
    border-radius: 50%;
    border: 0;
    color: #fff;
    display: block;
    font-family: inherit;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: none;
    vertical-align: middle;
    width: 16px
}

.atcoenergy .cmp-bill-calculator__info:hover {
    background: #0a8289
}

.atcoenergy .cmp-bill-calculator__info:focus {
    outline: 1px dotted #0a8289
}

.atcoenergy .cmp-bill-calculator__subtotal-row td {
    padding: 21px 15px 14px 15px
}

.atcoenergy .cmp-bill-calculator__subtotal-row td:before {
    background: #fff;
    border-bottom: 1px solid #999;
    content: '';
    display: block;
    height: 8px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.atcoenergy .cmp-bill-calculator__subtotal-row+.cmp-bill-calculator__subtotal-row td {
    padding: 14px 15px
}

.atcoenergy .cmp-bill-calculator__subtotal-row+.cmp-bill-calculator__subtotal-row td:before {
    height: 1px
}

.atcoenergy .cmp-bill-calculator__value-cell {
    padding-left: 0;
    text-align: right
}

.atcoenergy .cmp-bill-calculator__input-wrapper {
    display: inline-block;
    height: 0
}

.atcoenergy .cmp-bill-calculator__input-units {
    display: inline-block !important;
    min-width: 33px
}

@media(min-width:720px) {
    .atcoenergy .cmp-bill-calculator__input-units {
        min-width: 41px
    }
}

.atcoenergy .cmp-bill-calculator__text {
    border-radius: 4px;
    display: inline-block;
    height: 2em;
    line-height: 2em;
    margin-top: -1em;
    max-width: 100%;
    padding: 0 5px;
    text-align: right;
    width: 70px
}

@media(min-width:720px) {
    .atcoenergy .cmp-bill-calculator__text {
        width: 106px
    }
}

.atcoenergy .cmp-bill-calculator__text.cmp-bill-calculator--dirty.cmp-bill-calculator--error {
    border-color: #e24e42
}

.atcoenergy .cmp-bill-calculator__select {
    border-radius: 4px;
    color: inherit;
    font-weight: normal;
    height: 2em;
    line-height: 2em;
    padding: 0 40px 0 5px;
    width: 100%
}

.atcoenergy .cmp-bill-calculator__select+.cmp-bill-calculator__select-value {
    display: none
}

.atcoenergy .cmp-bill-calculator__select:disabled {
    background: 0;
    border: 0;
    padding: 0
}

.atcoenergy .cmp-bill-calculator__select:disabled+.cmp-bill-calculator__select-value {
    display: block
}

.cmp-bill-calculator__table .atcoenergy .cmp-bill-calculator__select {
    margin-top: -1em;
    margin-left: auto;
    max-width: 165px;
    width: auto
}

@media(min-width:720px) {
    .cmp-bill-calculator__table .atcoenergy .cmp-bill-calculator__select {
        max-width: none
    }
}

.cmp-bill-calculator__table .atcoenergy .cmp-bill-calculator__select:disabled {
    display: none
}

.atcoenergy .cmp-bill-calculator__radio-label {
    color: inherit;
    display: inline-block !important;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    width: 100%
}

@media(min-width:1200px) {
    .atcoenergy .cmp-bill-calculator__radio-label {
        line-height: 2em;
        width: 50%
    }
}

.atcoenergy .cmp-bill-calculator__radio-label input {
    margin-right: 8px
}

.atcoenergy .cmp-bill-calculator__radio-label input:focus {
    outline: 1px dotted #0a8289
}

@media(min-width:1200px) {
    .atcoenergy .cmp-bill-calculator__radio-label input {
        margin-right: 15px
    }
}

.atcoenergy .cmp-bill-calculator__equation {
    color: #5a5a5a;
    display: none;
    font-weight: normal
}

@media(min-width:720px) {
    .atcoenergy .cmp-bill-calculator__equation {
        display: inline
    }
}

.atcoenergy .cmp-bill-calculator__total.cmp-bill-calculator--show-brackets:before {
    content: '('
}

.atcoenergy .cmp-bill-calculator__total.cmp-bill-calculator--show-brackets:after {
    content: ')'
}

.teluschat .form-control {
    width: 100%
}

.teluschat .form-control.textarea {
    height: 200px
}

.bill-mock .text-left {
    float: left;
    line-height: 18px
}

.bill-mock .text-right {
    text-align: right;
    line-height: 18px
}

.bill-mock .small-text {
    font-size: .75rem
}

.bill-mock .bill-container {
    position: relative;
    right: 0;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    border: 8px solid #bcbcbc;
    border-radius: 15px;
    padding: 20px;
    margin: 10px 10px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #bcbcbc
}

.bill-mock .bill-container:before {
    content: "";
    position: absolute;
    background-image: url("atco-pagelibs/resources/mock-bill/corner2.svg");
    background-repeat: no-repeat;
    background-size: 90px 90px;
    background-color: white;
    width: 90px;
    height: 90px;
    top: -8px;
    right: -8px
}

@media screen and (min-width:992px) {
    .bill-mock .bill-container {
        width: -webkit-calc(50% - 10px);
        width: calc(50% - 10px);
        margin: 10px 0 70px 50%
    }
}

@media screen and (min-width:720px) {
    .bill-mock .link-left {
        width: -webkit-calc(60% + 1vw);
        width: calc(60% + 1vw)
    }
}

.bill-mock .electric-section {
    padding: 0;
    margin: 15px 0 0
}

.bill-mock .bill-title {
    font-size: -webkit-calc(20px + 0.5vw);
    font-size: calc(20px + 0.5vw);
    margin-top: 0;
    margin-bottom: 0
}

.bill-mock .subheader-title {
    font-size: 1.125rem;
    margin: 15px 0 5px
}

.bill-mock .electric-img {
    width: 15px;
    padding-right: 5px;
    padding-bottom: 5px;
    vertical-align: middle
}

.bill-mock .gas-img {
    width: 26px;
    padding-right: 5px;
    padding-bottom: 5px;
    vertical-align: middle
}

.bill-mock .bill-link-section {
    padding: 12px 0
}

.bill-mock .hr-border-bottom {
    border-bottom: 8px solid #dfdfdf
}

.bill-mock .bill-link {
    color: #ff6700 !important;
    cursor: pointer
}

.bill-mock .bill-link .tooltip {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 30px;
    margin-left: 20px;
    color: #fff;
    font-weight: 300;
    font-size: .875rem;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    background-color: #ff6700;
    border-radius: 12px;
    padding: 15px 20px;
    line-height: 21px
}

.bill-mock .bill-link .tooltip .tooltip-header {
    font-size: 1.25rem
}

@media screen and (min-width:992px) {
    .bill-mock .bill-link .tooltip {
        left: -50vw;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin-top: -60px;
        font-size: 1.125rem;
        padding: 20px 40px;
        line-height: 26px
    }

    .bill-mock .bill-link .tooltip .tooltip-header {
        font-size: 1.5rem
    }
}

.bill-mock .bill-link .tooltip:before {
    content: "";
    background-image: url("atco-pagelibs/resources/mock-bill/arrow-up.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 12px;
    top: -12px;
    left: 25px
}

@media screen and (min-width:992px) {
    .bill-mock .bill-link .tooltip:before {
        background-image: url("atco-pagelibs/resources/mock-bill/arrow-side.svg");
        background-repeat: no-repeat;
        width: 25px;
        height: 50px;
        top: 25px;
        left: auto;
        right: -25px
    }
}

@media screen and (min-width:992px) {
    .bill-mock .bill-link .tooltip:after {
        content: "";
        background-image: url("atco-pagelibs/resources/mock-bill/close.svg");
        background-repeat: no-repeat;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 20px;
        right: 20px;
        cursor: pointer
    }
}

@media screen and (min-width:992px) {
    .bill-mock .bill-link .tooltip-bottom {
        margin-top: -175px
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .bill-mock .bill-link .tooltip-bottom:before {
        top: 140px
    }
}

.bill-mock .graph-icon {
    margin: 40px 0 30px;
    width: 100%
}

@media screen and (min-width:720px) {
    .bill-mock .graph-icon {
        display: none
    }
}

.bill-mock .long-graph-icon {
    display: none
}

@media screen and (min-width:720px) {
    .bill-mock .long-graph-icon {
        width: 33%;
        max-height: 610px;
        display: block;
        float: right;
        margin-top: 42px
    }
}

.bill-mock .pb0 {
    padding-bottom: 0
}

.bill-mock .grey {
    color: #bcbcbc;
    cursor: text
}

.bill-mock .tooltip-links {
    color: #0057b8
}

.bill-mock .bill-mock-item .tooltip a {
    color: #0057b8
}

.bill-mock .bill-mock-item .tooltip ul {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    -webkit-margin-start: 0;
    -moz-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    -moz-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 40px;
    -moz-padding-start: 40px;
    padding-inline-start: 40px
}

.atcoenergy .bill-mock .bill-link {
    color: #0a8289 !important;
    cursor: pointer
}

.atcoenergy .bill-mock .bill-link .tooltip {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 30px;
    margin-left: 20px;
    color: #fff;
    font-weight: 300;
    font-size: .875rem;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    background-color: #0a8289;
    border-radius: 12px;
    padding: 15px 20px;
    line-height: 21px
}

.atcoenergy .bill-mock .bill-link .tooltip .tooltip-header {
    font-size: 1.25rem
}

@media screen and (min-width:992px) {
    .atcoenergy .bill-mock .bill-link .tooltip {
        left: -50vw;
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        margin-top: -60px;
        font-size: 1.125rem;
        padding: 20px 40px;
        line-height: 26px
    }

    .atcoenergy .bill-mock .bill-link .tooltip .tooltip-header {
        font-size: 1.5rem
    }
}

.atcoenergy .bill-mock .bill-link .tooltip:before {
    content: "";
    background-image: url("atco-pagelibs/resources/mock-bill/arrow-up.svg");
    background-repeat: no-repeat;
    position: absolute;
    width: 25px;
    height: 12px;
    top: -12px;
    left: 25px
}

@media screen and (min-width:992px) {
    .atcoenergy .bill-mock .bill-link .tooltip:before {
        background-image: url("atco-pagelibs/resources/mock-bill/arrow-side.svg");
        background-repeat: no-repeat;
        width: 25px;
        height: 50px;
        top: 25px;
        left: auto;
        right: -25px
    }
}

@media screen and (min-width:992px) {
    .atcoenergy .bill-mock .bill-link .tooltip:after {
        content: "";
        background-image: url("atco-pagelibs/resources/mock-bill/close.svg");
        background-repeat: no-repeat;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 20px;
        right: 20px;
        cursor: pointer
    }
}

@media screen and (min-width:992px) {
    .atcoenergy .bill-mock .bill-link .tooltip-bottom {
        margin-top: -175px
    }
}

@media screen and (min-width:992px) and (min-width:992px) {
    .atcoenergy .bill-mock .bill-link .tooltip-bottom:before {
        top: 140px
    }
}

.atcoenergy .bill-mock .tooltip-links {
    color: #c4d82e
}

.atcoenergy .bill-mock .bill-mock-item .tooltip a {
    color: #c4d82e
}

.google-outage-map {
    width: 100% !important
}

#map {
    height: 600px;
    width: 100%;
    position: relative
}

#legend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000
}

#legend h3,
#legend .cmp-tall-panel.tall-panel p.title,
.cmp-tall-panel.tall-panel #legend p.title {
    margin-top: 0
}

#legend img {
    vertical-align: middle
}

#needHelpHeader {
    position: relative;
    padding: 10px;
    width: 100%;
    text-align: left;
    background-color: #50a2c3;
    float: left
}

.google-outage-map .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.google-outage-map .outageMapLabelHeader {
    padding: 10px;
    width: 100%;
    text-align: left;
    background-color: #50a2c3
}

.google-outage-map .mapLabelHeader {
    position: relative;
    width: 100%;
    height: 35px;
    text-align: left;
    background-color: #50a2c3;
    border-top: 4px solid #0083ac
}

.google-outage-map pre {
    font-family: "Open Sans";
    display: table-cell;
    font-size: 12px;
    overflow-wrap: normal;
    font-weight: bold;
    position: absolute;
    padding-left: 20px;
    padding-top: 10px;
    width: 80%;
    height: 35px;
    overflow: hidden
}

.google-outage-map .mapLabelFooter {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #0057b8
}

.google-outage-map .outageMapLabel {
    text-align: center
}

.google-outage-map .outageMap {
    position: relative;
    z-index: 0;
    top: 0;
    width: 100%
}

#mapLayers {
    font-family: Arial, sans-serif;
    position: absolute;
    height: auto;
    width: 336px;
    top: 0;
    right: 25px;
    margin: 10px
}

#panelNeedHelp {
    font-family: Arial, sans-serif;
    position: absolute;
    background-color: rgba(245, 245, 245, 0.95);
    height: auto;
    width: 100%;
    top: 40px
}

.google-outage-map .needHelpText {
    height: auto;
    width: auto;
    color: #000;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 13px;
    overflow-wrap: normal;
    display: table-cell;
    padding: 10px
}

.google-outage-map .tip {
    height: 13px;
    width: 34px;
    color: #000;
    font-family: "Open Sans";
    font-size: 7px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 13px;
    white-space: nowrap
}

.google-outage-map .tableHeader {
    height: 19px;
    width: 120px;
    color: #000;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    white-space: nowrap
}

#activeOutage {
    font-family: Arial, sans-serif;
    position: absolute;
    background-color: rgba(245, 245, 245, 0.95);
    height: auto;
    width: 336px;
    border-top: 4px solid #0083ac
}

.google-outage-map hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    width: 100%
}

.google-outage-map .div-table {
    display: table;
    width: 100%;
    background-color: white;
    padding: 10px
}

.google-outage-map .div-table-row {
    display: table-row;
    width: auto;
    clear: both
}

.google-outage-map .startTime {
    height: 19px;
    width: 120px;
    color: #2c2a29;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    white-space: nowrap
}

.google-outage-map .estimatedRepairTime {
    height: 19px;
    width: 120px;
    color: #2c2a29;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    white-space: nowrap
}

.google-outage-map .causeOfOutage {
    height: 19px;
    width: 120px;
    color: #2c2a29;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    white-space: nowrap
}

.google-outage-map .numberOfCustomers {
    height: 19px;
    width: 120px;
    color: #2c2a29;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    white-space: nowrap
}

.google-outage-map .outageStatus {
    height: 19px;
    width: 120px;
    color: #2c2a29;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    white-space: nowrap
}

.google-outage-map .titleHeader {
    height: 13px;
    width: 34px;
    color: #2c2a29;
    font-family: "Open Sans";
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .38px;
    line-height: 13px;
    white-space: nowrap
}

.google-outage-map .accordion {
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: left;
    font-size: 15px;
    -webkit-transition: 1s;
    transition: 1s
}

.google-outage-map .panel {
    display: none;
    background-color: white;
    overflow: hidden
}

#imgArrowOutageMap {
    vertical-align: middle;
    height: 24px;
    width: 24px;
    float: right;
    margin-right: 10px;
    margin-top: -3px
}

#closeIcon {
    vertical-align: middle;
    float: right;
    height: 20px;
    width: 20px;
    top: -15px
}

#imgMapRefresh {
    bottom: 25px;
    right: 90px;
    position: absolute;
    height: 40px;
    width: 40px
}

#greyPage {
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background: rgba(1, 1, 1, 0.5);
    position: absolute
}

#lblReloadText {
    text-align: center;
    font-size: 12px;
    color: black;
    font-family: "Open Sans";
    font-weight: bolder;
    position: absolute;
    bottom: 50px;
    left: 45%;
    margin-right: -50%
}

#imgMapLayer {
    vertical-align: middle;
    float: left;
    height: 20px;
    width: 20px
}

#lblMapLayer {
    vertical-align: middle;
    font-family: open-sans, sans-serif;
    color: white;
    font-size: 10px;
    cursor: pointer;
    display: inline-block;
    word-break: break-word;
    text-align: left;
    width: 50px;
    padding-left: 5px
}

#imgSummaryInfo {
    vertical-align: middle;
    height: 20px;
    width: 20px
}

#lblSummary {
    vertical-align: middle;
    font-family: open-sans, sans-serif;
    padding-top: 0;
    color: white;
    font-size: 10px;
    cursor: pointer;
    display: inline-block;
    word-break: break-word;
    text-align: left;
    width: 60px
}

#imgNeedHelp {
    vertical-align: middle;
    height: 20px;
    width: 20px
}

#lblNeedHelp {
    vertical-align: middle;
    font-family: open-sans, sans-serif;
    font-size: 10px;
    color: white;
    cursor: pointer;
    display: inline-block;
    word-break: break-word;
    text-align: left;
    width: 50px
}

#imgMapLegend {
    vertical-align: middle;
    float: left;
    height: 20px;
    width: 20px;
    margin-left: 20px;
    margin-top: 5px
}

#lblMapLegend {
    vertical-align: middle;
    font-family: Fjalla One, sans-serif;
    color: white;
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
    position: absolute;
    margin-top: 10px
}

#imgCloseMapLegend {
    vertical-align: middle;
    float: right;
    height: 20px;
    width: 20px;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer
}

#serviceArea {
    vertical-align: middle;
    float: left;
    height: 30px;
    width: 30px;
    padding-right: 5px
}

#impactedByPowerOutage {
    vertical-align: middle;
    float: left;
    height: 30px;
    width: 30px;
    padding-right: 5px
}

#activePowerOutage {
    vertical-align: middle;
    float: left;
    height: 30px;
    width: 30px;
    padding-right: 5px
}

#viewActivePowerOutage {
    vertical-align: middle;
    float: right;
    height: 20px;
    width: 20px;
    position: relative;
    top: -20px;
    cursor: pointer
}

#plannedFutureOutage {
    vertical-align: middle;
    float: left;
    height: 30px;
    width: 30px;
    padding-right: 5px
}

#viewPlannedFutureOutage {
    vertical-align: middle;
    float: right;
    height: 20px;
    width: 20px;
    position: relative;
    top: -20px;
    cursor: pointer
}

#groupOutages {
    vertical-align: middle;
    float: left;
    height: 30px;
    width: 30px;
    padding-right: 5px
}

#imgInnerSummary {
    vertical-align: middle;
    float: left;
    height: 20px;
    width: 20px;
    margin-left: 20px;
    margin-top: 5px
}

#lblInnerSummary {
    vertical-align: middle;
    font-family: Fjalla One, sans-serif;
    color: white;
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
    position: absolute;
    margin-top: 10px
}

#imgCloseSummary {
    vertical-align: middle;
    float: right;
    height: 20px;
    width: 20px;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer
}

.google-outage-map .totalCustomersSummary {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: bolder
}

.google-outage-map .totalActiveOutageSummary {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: bolder
}

.google-outage-map .totalCustomersActiveSummary {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: bolder;
    color: #50a2c3
}

.google-outage-map .totalPlannedOutageSummary {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: bolder
}

.google-outage-map .totalCustomersPlannedSummary {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: bolder;
    color: #50a2c3
}

#imgInnerNeedHelp {
    vertical-align: middle;
    float: left;
    height: 20px;
    width: 20px;
    margin-left: 20px;
    margin-top: 5px
}

#lblInnerNeedHelp {
    vertical-align: middle;
    font-family: Fjalla One, sans-serif;
    color: white;
    font-size: 14px;
    text-align: left;
    width: 100%;
    padding-left: 10px;
    position: absolute;
    margin-top: 10px
}

#imgInnerCloseNeedHelp {
    vertical-align: middle;
    float: right;
    height: 20px;
    width: 20px;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer
}

#imgNeedHelpEyeView {
    vertical-align: middle;
    float: left;
    height: 50px;
    width: 50px;
    padding-top: 10px
}

#imgNeedHelpActiveOutage {
    vertical-align: middle;
    float: left;
    padding-top: 10px
}

#imgNeedHelpGroupOutage {
    vertical-align: middle;
    float: left;
    padding-top: 10px
}

#imgFooterOutage {
    vertical-align: middle;
    float: left;
    height: 20px;
    width: 20px;
    margin-left: 20px;
    margin-top: 10px
}

#imgFooterReport {
    vertical-align: middle;
    float: right;
    height: 20px;
    width: 20px;
    margin-right: 20px;
    margin-top: 10px;
    cursor: pointer
}

#outageIcon {
    vertical-align: middle;
    float: left;
    height: 20px;
    width: 20px
}

@media all and (min-width:0) and (max-width:500px) {
    #activeOutage {
        font-family: Arial, sans-serif;
        position: absolute;
        background-color: rgba(245, 245, 245, 0.95);
        height: auto;
        width: 100%
    }

    #mapLayers {
        right: 0;
        margin-left: auto;
        margin-right: auto;
        font-family: Arial, sans-serif;
        position: absolute;
        height: auto;
        width: 85%;
        top: 0;
        float: left;
        left: 0
    }

    #lblMapLayer {
        word-break: break-word;
        display: inline-block;
        text-align: left;
        width: 60px
    }

    #lblSummary {
        word-break: break-word;
        display: inline-block;
        text-align: left;
        width: 80px
    }

    #lblReloadText {
        left: 15%;
        bottom: 70px
    }

    .outageMapLabelHeader {
        padding-left: 30px
    }
}

@media only screen and (min-device-width:375px) and (max-device-width:812px) and (-webkit-device-pixel-ratio:3) and (orientation:landscape) {
    #collapsibleMapLegendPanel {
        width: 336px;
        margin-left: 30%
    }

    #collapsibleSummaryPanel {
        width: 336px;
        margin-left: 30%
    }

    #collapsibleNeedHelpPanel {
        width: 336px;
        margin-left: 30%
    }

    #activeOutage {
        width: 336px;
        margin-left: 30%
    }

    #activeOutage {
        font-family: Arial, sans-serif;
        position: absolute;
        background-color: rgba(245, 245, 245, 0.95);
        height: auto;
        display: block;
        width: 336px;
        margin-left: 30%
    }

    #mapLayers {
        font-family: Arial, sans-serif;
        position: absolute;
        height: auto;
        width: 100%;
        top: 0;
        float: left;
        left: 0;
        margin: 0
    }

    #map {
        height: 600px;
        width: 100%;
        position: relative
    }

    #lblMapLayer {
        word-break: break-word;
        display: inline-block;
        text-align: center;
        width: 60px
    }

    #lblSummary {
        word-break: break-word;
        display: inline-block;
        text-align: center;
        width: 80px
    }

    #lblReloadText {
        left: 35%
    }
}

.atcoenergy .google-outage-map .mapLabelFooter {
    position: relative;
    width: 100%;
    height: 50px;
    text-align: left;
    background-color: #c4d82e
}