@charset "UTF-8";
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 31-Jul-2018, 01:18:21
    Author     : Mohsin Rafique
*/
/*------------------------------------------------------------------------------
# Fonts
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## SN Icons
------------------------------------------------------------------------------*/
@font-face {
    font-family: 'fiowo-icons';
    src: url('../fonts/sn-icons/fiowo-icons.eot');
    src: url('../fonts/sn-icons/fiowo-icons.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sn-icons/fiowo-icons.woff') format('woff'), url('../fonts/sn-icons/fiowo-icons.ttf') format('truetype'),
        url('../fonts/sn-icons/fiowo-icons.svg#fiowo-icons') format('svg');
    font-weight: normal;
    font-style: normal;
    line-height: 1;
}
[data-icon]:before {
    font-family: 'fiowo-icons' !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class^='icon-']:before,
[class*=' icon-']:before {
    font-family: 'fiowo-icons' !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
    content: '\61';
}

.icon-comment:before {
    content: '\62';
}

.icon-email:before {
    content: '\63';
}

.icon-enter:before {
    content: '\64';
}

.icon-facebook-circle:before {
    content: '\65';
}

.icon-login:before {
    content: '\66';
}

.icon-menu:before {
    content: '\67';
}

.icon-nintendo-3ds:before {
    content: '\68';
}

.icon-pc:before {
    content: '\69';
}

.icon-play:before {
    content: '\6a';
}

.icon-play-station:before {
    content: '\6b';
}

.icon-profile:before {
    content: '\6c';
}

.icon-ps-vista:before {
    content: '\6d';
}

.icon-search:before {
    content: '\6f';
}

.icon-share:before {
    content: '\70';
}

.icon-share-circle:before {
    content: '\71';
}

.icon-show-hide:before {
    content: '\72';
}

.icon-twitter:before {
    content: '\73';
}

.icon-twitter-circle:before {
    content: '\74';
}

.icon-wii-u:before {
    content: '\75';
}

.icon-xbox:before {
    content: '\76';
}

.icon-youtube:before {
    content: '\77';
}

.icon-google-plus:before {
    content: '\78';
}

.icon-arrow-right:before {
    content: '\79';
}

.icon-arrow-left:before {
    content: '\7a';
}

.icon-linked-in:before {
    content: '\41';
}

.icon-facebook:before {
    content: '\42';
}

.icon-linkedin-open:before {
    content: '\43';
}

.icon-redit:before {
    content: '\44';
}

.icon-replay:before {
    content: '\6e';
}

.icon-tick-2:before {
    content: '\45';
}

.icon-tick:before {
    content: '\46';
}

.icon-arrow-up:before {
    content: '\47';
}

.icon-arrow-down:before {
    content: '\48';
}

.icon-cross:before {
    content: '\49';
}

.icon-arrow-left-2:before {
    content: '\4a';
}

.icon-arrow-right-2:before {
    content: '\4b';
}

/*------------------------------------------------------------------------------
# Slick Slider
------------------------------------------------------------------------------*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-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: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-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;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}
.slick-list .slick-slide {
    padding: 15px 20px 25px 30px;
    position: relative;
}
.slick-list .slick-slide:after {
    background: #d7d7d7;
    content: '';
    display: block;
    height: 80%;
    position: absolute;
    right: 0;
    top: 10%;
    width: 1px;
}

/* Icons */
@font-face {
    font-family: 'slick';
    src: url('../fonts/slick/slick.eot');
    src: url('../fonts/slick/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick/slick.woff') format('woff'),
        url('../fonts/slick/slick.ttf') format('truetype'), url('../fonts/slick/slick.svg#slick') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    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: none;
    outline: none;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    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: 0.25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    color: black;
    opacity: 0.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 {
    font-family: 'segmentnext-icons';
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'c';
}
[dir='rtl'] .slick-prev:before {
    content: 'b';
}

.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    left: -25px;
    right: auto;
}
.slick-next:before {
    font-family: 'segmentnext-icons';
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: 'b';
}
[dir='rtl'] .slick-next:before {
    content: 'c';
}

/* Dots */
.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: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.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: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

/*------------------------------------------------------------------------------
# Components
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Related Posts
------------------------------------------------------------------------------*/
.related-articles {
    background: #fff;
    padding-bottom: 50px;
}
.related-articles h4 {
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.related-posts-drawer {
    left: 0;
    right: 0;
    bottom: auto;
    display: block;
    margin-top: 100vh;
    position: fixed;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    z-index: 20;
}
@media (min-width: 1024px) {
    .related-posts-drawer {
        display: block;
    }
}
@media (max-width: 991px) {
    .related-posts-drawer {
        display: none;
    }
}
.related-posts-drawer:after {
    border-top: 1px solid #d7d7d7;
    content: '';
    display: block;
    margin: auto;
    max-width: 1440px;
}
.related-posts-drawer .drawer-toggle {
    height: 38px;
    padding: 0;
    width: 100%;
}
.related-posts-drawer .drawer-toggle .drawer-toggle-btn-wrap {
    border-bottom: 1px solid #d7d7d7;
    display: block !important;
    -ms-flex-preferred-size: 81.25734%;
    flex-basis: 81.25734%;
    margin-left: 8.37133%;
    margin-right: 1.03799%;
    padding-left: 0;
    width: 81.25734%;
}
.related-posts-drawer .drawer-toggle .drawer-toggle-btn-wrap:after {
    clear: both;
    content: '';
    display: table;
}
.related-posts-drawer .drawer-toggle .drawer-toggle-btn-wrap .more-drawer__toggle-btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #d7d7d7;
    border: none;
    float: right;
    height: 38px;
    min-width: 240px;
}
.related-posts-drawer .drawer-toggle .drawer-toggle-btn-wrap .more-drawer__toggle-btn .more-drawer__toggle-btn-text {
    float: none;
    text-align: left;
}
.related-posts-drawer .drawer-toggle .drawer-toggle-btn-wrap .more-drawer__toggle-btn .more-drawer__toggle-btn-text:before {
    content: '-';
    display: inline-block;
    text-align: center;
    width: 20px;
}
.related-posts-drawer .drawer-toggle .drawer-toggle-btn-wrap .more-drawer__toggle-btn.expanded .more-drawer__toggle-btn-text:before {
    content: '+';
}

.scroll-viewed-50 .related-posts-drawer {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
}

.related-posts-content,
.related-posts-mobile {
    background: #fff;
    height: auto;
    /* Slider */
}
.related-posts-content h4,
.related-posts-mobile h4 {
    margin-bottom: 10px;
    padding-top: 20px;
    padding-left: 30px;
}
.related-posts-content.slick-dotted.slick-slider,
.related-posts-mobile.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.related-posts-content .related-articles-link,
.related-posts-mobile .related-articles-link {
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.related-posts-content .related-articles-link figure,
.related-posts-mobile .related-articles-link figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    margin: 0 20px 0 0;
    max-width: 85px;
    width: 85px;
}
.related-posts-content .related-articles-link figure img,
.related-posts-mobile .related-articles-link figure img {
    width: 100%;
    max-height: 80px;
}
.related-posts-content .slick-slide:after,
.related-posts-mobile .slick-slide:after {
    height: 100%;
    top: 0;
}
.related-posts-content .slick-track,
.related-posts-mobile .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.related-posts-content {
    max-height: 0;
    overflow: hidden;
    position: relative;
}
.related-posts-content.expanded {
    max-height: 100%;
}
.related-posts-content .slick-slider {
    width: 90%;
    margin: 0 auto;
}
.related-posts-content .slick-arrow {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}
.related-posts-content .slick-arrow:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}
.related-posts-content .slick-prev {
    left: -65px;
}
.related-posts-content .slick-next {
    right: -65px;
}

.related-posts-mobile .related-articles-link {
    font-size: 14px;
    line-height: 1.5;
}
.related-posts-mobile .slick-list {
    padding-bottom: 10px;
}
.related-posts-mobile .slick-list .slick-slide {
    padding: 0 50px;
}
.related-posts-mobile .slick-dots {
    padding: 0;
}
.related-posts-mobile .slick-dots li button:before {
    width: 10px;
    height: 10px;
    line-height: 8px;
    color: #fff;
    border: 1px solid #202124;
    background: #202124;
    border-radius: 50%;
}
.related-posts-mobile .slick-dots li.slick-active button:before {
    color: #000;
}

.external-link {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: url(../images/external-link.svg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)),
        url('../images/external-link.svg');
    background-image: -webkit-linear-gradient(transparent, transparent), url('../images/external-link.svg');
    background-image: -o-linear-gradient(transparent, transparent), url('../images/external-link.svg');
    background-image: linear-gradient(transparent, transparent), url('../images/external-link.svg');
    padding-right: 13px;
}

/*------------------------------------------------------------------------------
## Style the buttons that are used to open and close the accordion panel
------------------------------------------------------------------------------*/
.articles-guide {
    margin: 0 auto 25px;
    padding-top: 25px;
    border-top: 2px solid #f84c2d;
    border-bottom: 2px solid #f84c2d;
}
.articles-guide h4 {
    margin-bottom: 20px;
}
.articles-guide .accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px 40px 18px 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: relative;
}
.articles-guide .active,
.articles-guide .accordion:hover {
    background-color: #ccc;
}
.articles-guide .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.articles-guide .active:after {
    content: '\2212';
}
.articles-guide .collapse-control {
    position: absolute;
    top: 53%;
    -webkit-transform: translateY(-53%);
    -ms-transform: translateY(-53%);
    transform: translateY(-53%);
    right: 20px;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.articles-guide .collapse-control .collapse-control-length {
    font-weight: 500;
    margin-right: 5px;
    opacity: 1;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
    font-size: 15px;
}
.articles-guide .active .collapse-control .collapse-control-length {
    opacity: 0;
}
.articles-guide .panel {
    padding: 1px 18px 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
.articles-guide .panel a {
    font-size: 16px;
}
.articles-guide .panel p {
    margin: 20px 0;
}

/*------------------------------------------------------------------------------
## Sidebar Menu
------------------------------------------------------------------------------*/
.sidebar-menu-area .menu-home {
    padding: 10px;
    font-weight: 500;
    color: #fff;
}
.sidebar-menu-area .nav.nav-sidebar {
    list-style: none;
    background: #333;
}
.sidebar-menu-area .nav.nav-sidebar li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #cfcfcf;
    padding: 8px 10px 8px 17px;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.sidebar-menu-area .nav.nav-sidebar li a::before {
    font-family: 'segmentnext-icons';
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\38';
    font-size: 5px;
    padding-right: 9px;
    position: relative;
    top: -2px;
}
.sidebar-menu-area .nav.nav-sidebar li a:hover,
.sidebar-menu-area .nav.nav-sidebar li a:focus {
    background: transparent;
    color: #fff;
}
.sidebar-menu-area .nav.nav-sidebar li.current-menu-item {
    background: #f84c2d;
}
.sidebar-menu-area .nav.nav-sidebar li.current-menu-item a {
    color: #fff;
}
.sidebar-menu-area .nav.nav-sidebar li.current-menu-item .trigger.icon-arrow-left::before,
.sidebar-menu-area .nav.nav-sidebar li.current-menu-item .trigger2.icon-arrow-left::before {
    color: #fff;
}
.sidebar-menu-area .nav.nav-sidebar li.home a {
    background: #111;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
}
.sidebar-menu-area .nav.nav-sidebar li.home a::before {
    font-family: 'segmentnext-icons';
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\39';
    font-size: 15px;
    position: relative;
    padding-right: 6px;
    top: 1px;
}
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .toggleWrap a,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .toggleWrap2 a {
    padding-left: 31px;
}
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .toggleWrap a::before,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .toggleWrap2 a::before {
    display: none;
}
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .trigger,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .trigger2 {
    float: left;
    font-family: 'segmentnext-icons';
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\36';
    font-size: 16px;
    position: relative;
    top: 11px;
    left: 10px;
    color: #f84c2d;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .openMenu .trigger,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .openMenu .trigger2 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .nav-sidebar-sub,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .grandchild-menu {
    padding: 0;
    display: none;
    list-style-type: none;
    background: #444;
}
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .nav-sidebar-sub li a,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .grandchild-menu li a {
    padding-left: 47px;
    font-weight: 400;
}
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .nav-sidebar-sub li a::before,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .grandchild-menu li a::before {
    font-family: 'segmentnext-icons';
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\38';
    font-size: 5px;
    padding-right: 9px;
    position: relative;
    top: -2px;
}
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .nav-sidebar-sub li.menu-item-has-children .trigger,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .nav-sidebar-sub li.menu-item-has-children .trigger2,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .grandchild-menu li.menu-item-has-children .trigger,
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .grandchild-menu li.menu-item-has-children .trigger2 {
    top: 9px;
    left: 25px;
}
.sidebar-menu-area .nav.nav-sidebar li.menu-item-has-children .grandchild-menu li a {
    font-size: 12px;
    padding-top: 4px;
    padding-bottom: 6px;
}

/*------------------------------------------------------------------------------
## Mobile Silo Menu
------------------------------------------------------------------------------*/
.noOver {
    overflow: hidden;
    height: 100%;
}

.silo-navbar {
    min-height: 46px;
}
.silo-navbar .navbar {
    min-height: auto;
    background: #f1f1f1;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    border: 0;
}
.silo-navbar .navbar.sticky {
    position: fixed;
    top: 0;
}
.silo-navbar .navbar .navbar-header {
    z-index: 10;
    position: relative;
}
.silo-navbar .navbar .navbar-brand {
    font-size: 14px;
    line-height: 14px;
    height: auto;
    padding: 15px;
    font-family: 'SNHeadings', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
        'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    text-transform: uppercase;
    color: #333;
}
.silo-navbar .navbar .navbar-toggle {
    position: absolute;
    padding: 8px 10px 0;
    margin: 0;
    right: 0;
    width: 100%;
    text-align: right;
    color: #333;
}
.silo-navbar .navbar .navbar-toggle i {
    font-size: 28px;
    line-height: 28px;
}
.silo-navbar .navbar .navbar-collapse {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: #f1f1f1;
    padding: 0;
    z-index: 10;
    overflow: auto;
}
.silo-navbar .navbar .navbar-collapse .navbar-nav {
    margin: 0;
}
.silo-navbar .navbar li {
    border-bottom: solid 2px rgba(0, 0, 0, 0.07);
}
.silo-navbar .navbar li:last-child {
    border-bottom: 0;
}
.silo-navbar .navbar li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding: 15px;
}
.silo-navbar .navbar li a:before,
.silo-navbar .navbar li a:after {
    content: ' ';
    display: table;
}
.silo-navbar .navbar li a:after {
    clear: both;
}
.silo-navbar .navbar li a .caret {
    border: none;
    float: right;
    margin: 0 -10px 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px;
}
.silo-navbar .navbar li a .caret:before {
    font-family: 'segmentnext-icons';
    content: attr(data-icon);
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\65';
    position: relative;
    top: 3px;
}
.silo-navbar .navbar li.open {
    position: relative;
}
.silo-navbar .navbar li.open:before {
    content: '';
    position: absolute;
    width: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #bf1313;
    z-index: 1;
    margin-bottom: -2px;
}
.silo-navbar .navbar li.open a {
    padding: 15px 0 15px 28px;
    line-height: 30px;
}
.silo-navbar .navbar li.open a .caret {
    margin: 0 5px;
}
.silo-navbar .navbar li.open a .caret:before {
    content: '\64';
}
.silo-navbar .navbar.siloOpen {
    z-index: 13;
}
.silo-navbar .navbar.siloOpen .navbar-header {
    z-index: 9;
}
.silo-navbar .navbar.siloOpen .navbar-collapse {
    z-index: 10;
}
.silo-navbar.open .navbar-header {
    z-index: 8;
}

/*------------------------------------------------------------------------------
## In Content Promo
------------------------------------------------------------------------------*/
.in-line-promo {
    background: #f9f9f9;
    padding: 15px 20px 20px;
    margin-bottom: 15px;
}
.in-line-promo .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
}
.in-line-promo .description {
    margin-bottom: 25px;
}
.in-line-promo .btn-icp {
    color: #fff !important;
    padding: 10px !important;
    text-transform: uppercase;
    line-height: 1 !important;
}

.aksile-silo-drawer {
    background: #fff;
    width: 100%;
    -webkit-box-shadow: 0 -2.25px 3.375px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -2.25px 3.375px 0 rgba(0, 0, 0, 0.08);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    z-index: 1001;
}
.aksile-silo-drawer.top {
    padding: 15px 0;
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.aksile-silo-drawer.bottom {
    padding: 10px 0;
    bottom: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.aksile-silo-drawer .newsletter-content-wrap {
    font-size: 14px;
}
@media (min-width: 992px) {
    .aksile-silo-drawer .newsletter-content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.aksile-silo-drawer .newsletter-content-wrap i {
    font-size: 20px;
    margin-right: 10px;
}
.aksile-silo-drawer .newsletter-content-wrap .newsletter-label {
    font-weight: 500;
    position: relative;
    top: -3px;
}
.aksile-silo-drawer .newsletter-content-wrap .newsletter-label:after {
    content: ' | ';
    padding: 0 6px 0 3px;
}
.aksile-silo-drawer .newsletter-content-wrap .newsletter-copy {
    margin-right: 20px;
}
.aksile-silo-drawer .newsletter-content-wrap .action-wrap .btn {
    padding: 3px 12px 5px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: 0 none;
}
.aksile-silo-drawer .newsletter-content-wrap .action-wrap a {
    text-transform: uppercase;
}
.aksile-silo-drawer .newsletter-content-wrap .action-wrap a:hover,
.aksile-silo-drawer .newsletter-content-wrap .action-wrap a:focus,
.aksile-silo-drawer .newsletter-content-wrap .action-wrap a:active {
    color: #fff;
    background: #e02907;
}
.aksile-silo-drawer .newsletter-content-wrap .action-wrap button {
    color: #e02907;
}
.aksile-silo-drawer .newsletter-content-wrap .action-wrap button:hover,
.aksile-silo-drawer .newsletter-content-wrap .action-wrap button:focus,
.aksile-silo-drawer .newsletter-content-wrap .action-wrap button:active {
    color: #f84c2d;
    background: transparent;
}
@media (max-width: 991px) {
    .aksile-silo-drawer .newsletter-content-wrap i {
        display: none;
    }
    .aksile-silo-drawer .newsletter-content-wrap .newsletter-label,
    .aksile-silo-drawer .newsletter-content-wrap .newsletter-copy {
        display: block;
    }
    .aksile-silo-drawer .newsletter-content-wrap .newsletter-label:after {
        display: none;
    }
    .aksile-silo-drawer .newsletter-content-wrap .newsletter-copy {
        margin-bottom: 10px;
    }
}

.scroll-viewed-50 .aksile-silo-drawer {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.scroll-viewed-50 .aksile-silo-drawer.top.dismissed {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.scroll-viewed-50 .aksile-silo-drawer.bottom.dismissed {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.single .in-content-mobile-menu {
    margin: 0 auto 25px;
    padding-top: 15px;
    border-top: 2px solid #f84c2d;
    border-bottom: 2px solid #f84c2d;
}
.single .in-content-mobile-menu .in-content-mobile-menu-header {
    margin-bottom: 20px;
}
.single .in-content-mobile-menu .in-content-mobile-menu-header img,
.single .in-content-mobile-menu .in-content-mobile-menu-header h4 {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
}
.single .in-content-mobile-menu .in-content-mobile-menu-header img {
    max-width: 50px;
    margin-right: 10px;
}
.single .in-content-mobile-menu .in-content-mobile-menu-header h4 {
    width: calc(100% - 60px);
    text-transform: uppercase;
}
.single .in-content-mobile-menu ul li {
    margin-bottom: 1px;
}
.single .in-content-mobile-menu ul li:last-child {
    margin-bottom: 0;
}
.single .in-content-mobile-menu .navbar-nav {
    margin: 0;
    padding: 0;
}
.single .in-content-mobile-menu .navbar-nav > li a {
    font-size: 15px;
    font-weight: 400;
}
.single .in-content-mobile-menu .navbar-nav > li > a {
    color: #444;
    background-color: #eee;
    padding: 18px 40px 18px 18px;
}
.single .in-content-mobile-menu .navbar-nav > li > a:hover,
.single .in-content-mobile-menu .navbar-nav > li > a:focus,
.single .in-content-mobile-menu .navbar-nav > li > aactive {
    background-color: #ccc;
}
.single .in-content-mobile-menu .navbar-nav > li > a.dropdown-toggle:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single .in-content-mobile-menu .navbar-nav > li.open > a {
    background-color: #ccc;
}
.single .in-content-mobile-menu .navbar-nav > li.open > a.dropdown-toggle:after {
    content: '\2212';
}
.single .in-content-mobile-menu .navbar-nav > li .dropdown-menu {
    padding: 15px 0;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
.single .in-content-mobile-menu .navbar-nav > li .dropdown-menu li {
    margin: 0;
}
.single .in-content-mobile-menu .navbar-nav > li.open .dropdown-menu > li > a {
    padding-left: 20px;
}
.single .in-content-mobile-menu .navbar-nav > li.open .dropdown-menu > li > a:hover,
.single .in-content-mobile-menu .navbar-nav > li.open .dropdown-menu > li > a:focus,
.single .in-content-mobile-menu .navbar-nav > li.open .dropdown-menu > li > a:active {
    background: none;
}
.single .in-content-mobile-menu .caret {
    display: none;
}

.single .in-content-aksile-silo-menu {
    background: #fff;
    margin: 0 auto;
    padding: 25px 30px 30px;
    border-top: 2px solid #f84c2d;
    border-bottom: 2px solid #f84c2d;
}
.single .in-content-aksile-silo-menu:before,
.single .in-content-aksile-silo-menu:after {
    content: ' ';
    display: table;
}
.single .in-content-aksile-silo-menu:after {
    clear: both;
}
@media (max-width: 767px) {
    .single .in-content-aksile-silo-menu {
        padding: 25px 0 30px;
    }
}
@media (max-width: 768px) {
    .single .in-content-aksile-silo-menu {
        margin-bottom: 30px;
    }
}
.single .in-content-aksile-silo-menu .in-content-aksile-silo-menu-header {
    padding-bottom: 20px;
}
.single .in-content-aksile-silo-menu .in-content-aksile-silo-menu-header img,
.single .in-content-aksile-silo-menu .in-content-aksile-silo-menu-header h4 {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 0;
}
.single .in-content-aksile-silo-menu .in-content-aksile-silo-menu-header img {
    max-width: 50px;
    margin-right: 10px;
}
.single .in-content-aksile-silo-menu .in-content-aksile-silo-menu-header h4 {
    width: calc(100% - 60px);
    text-transform: uppercase;
}
.single .in-content-aksile-silo-menu ul li {
    margin-bottom: 1px;
}
.single .in-content-aksile-silo-menu ul li:last-child {
    margin-bottom: 0;
}
.single .in-content-aksile-silo-menu .navbar-nav {
    margin: 0;
    padding: 0;
}
.single .in-content-aksile-silo-menu .navbar-nav > li {
    width: 100%;
}
.single .in-content-aksile-silo-menu .navbar-nav > li a {
    font-size: 15px;
    font-weight: 400;
}
.single .in-content-aksile-silo-menu .navbar-nav > li > a {
    color: #444;
    background-color: #eee;
    padding: 12px 40px 12px 18px;
}
.single .in-content-aksile-silo-menu .navbar-nav > li > a:hover,
.single .in-content-aksile-silo-menu .navbar-nav > li > a:focus,
.single .in-content-aksile-silo-menu .navbar-nav > li > aactive {
    background-color: #ccc;
}
.single .in-content-aksile-silo-menu .navbar-nav > li > a.dropdown-toggle:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single .in-content-aksile-silo-menu .navbar-nav > li.open > a {
    background-color: #ccc;
}
.single .in-content-aksile-silo-menu .navbar-nav > li.open > a.dropdown-toggle:after {
    content: '\2212';
}
.single .in-content-aksile-silo-menu .navbar-nav > li .dropdown-menu {
    padding: 15px 0;
    -webkit-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
.single .in-content-aksile-silo-menu .navbar-nav > li .dropdown-menu li {
    margin: 0;
}
.single .in-content-aksile-silo-menu .navbar-nav > li.open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.single .in-content-aksile-silo-menu .navbar-nav > li.open .dropdown-menu > li > a {
    padding: 8px 0 8px 20px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.single .in-content-aksile-silo-menu .navbar-nav > li.open .dropdown-menu > li > a:hover,
.single .in-content-aksile-silo-menu .navbar-nav > li.open .dropdown-menu > li > a:focus,
.single .in-content-aksile-silo-menu .navbar-nav > li.open .dropdown-menu > li > a:active {
    background-color: #f84c2d;
    color: #fff;
}
.single .in-content-aksile-silo-menu .caret {
    display: none;
}

/*------------------------------------------------------------------------------
## CTA Box
------------------------------------------------------------------------------*/
.cta-box {
    padding: 15px;
    margin-bottom: 24px;
}
.cta-box .cta-box__info {
    position: relative;
}
@media (min-width: 600px) {
    .cta-box .cta-box__info {
        padding-bottom: 60px;
    }
}
.cta-box .cta-box__info h3 {
    margin-bottom: 10px;
}
.cta-box .cta-box__info h3 a {
    color: #111;
    font-size: 18px;
    font-weight: 400;
    font-family: 'SNBody', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji',
        'Segoe UI Emoji', 'Segoe UI Symbol';
    text-transform: uppercase;
    border-bottom: 0;
    text-decoration: none;
    line-height: 1;
    letter-spacing: 0.5px;
}
@media (min-width: 600px) {
    .cta-box .cta-box__info h3 a {
        font-size: 24px;
    }
}
.cta-box .cta-box__info h3 a:hover,
.cta-box .cta-box__info h3 a:focus,
.cta-box .cta-box__info h3 a:active {
    color: #f84c2d;
}
.cta-box .cta-box__info .cta-box__description p {
    margin-bottom: 0;
    margin-top: 1.2rem;
}
.cta-box .cta-box__info .cta-box__description > p:first-child {
    margin-top: 0;
}
.cta-box .cta-box__info .cta-box__description .cta-box__anchor {
    border: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
.cta-box .cta-box__info .cta-box__description .cta-box__anchor svg {
    width: 15px;
    margin-top: 5px;
}
@media (min-width: 600px) {
    .cta-box .cta-box__info .cta-box__description .cta-box__anchor svg {
        width: 17px;
    }
}
.cta-box .cta-box__info .cta-box__description .cta-box__anchor svg > g > g > path {
    fill: #88888c;
}
.cta-box .cta-box__info .cta-box__description .cta-box__anchor:hover svg > g > g > path {
    fill: #f84c2d;
}
.cta-box .cta-box__info .cta-box__purchasing {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    text-align: right;
    padding-top: 8px;
    padding-left: 16px;
    margin-top: 16px;
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 4;
}
@media (min-width: 600px) {
    .cta-box .cta-box__info .cta-box__purchasing {
        position: absolute;
    }
}
.cta-box .cta-box__info .cta-box__purchasing .cta-box__pricing {
    color: #88888c;
    font-size: 13px;
    margin-right: 10px;
}
@media (min-width: 600px) {
    .cta-box .cta-box__info .cta-box__purchasing .cta-box__pricing {
        font-size: 15px;
    }
}
.cta-box .cta-box__info .cta-box__purchasing .btn-cta-box {
    padding: 7px 14px 9px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
}
@media (min-width: 600px) {
    .cta-box .cta-box__info .cta-box__purchasing .btn-cta-box {
        font-size: 16px;
        padding: 7px 30px 9px;
    }
}
.cta-box .cta-box__info .cta-box__purchasing .btn-cta-box:hover,
.cta-box .cta-box__info .cta-box__purchasing .btn-cta-box:focus,
.cta-box .cta-box__info .cta-box__purchasing .btn-cta-box:active {
    color: #fff;
}

.cta-box__photo-credit {
    font-size: 0.75em;
    color: #b1b1b1;
    margin-top: 8px;
}

.cta-box--has-image img {
    display: block;
    max-height: 300px;
    margin: 0 auto 16px;
}
@media (min-width: 600px) {
    .cta-box--has-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .cta-box--has-image img {
        -ms-flex-item-align: start;
        align-self: flex-start;
        max-width: 33%;
        width: auto;
        max-height: none;
        margin: 0;
    }
    .cta-box--has-image .cta-box__info {
        max-width: calc(67% - 20px);
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: 20px;
    }
}

.c-float-left .cta-box--has-image,
.c-float-right .cta-box--has-image,
.c-image-grid .cta-box--has-image {
    display: block;
}
@media (min-width: 600px) {
    .c-float-left .cta-box--has-image img,
    .c-float-right .cta-box--has-image img,
    .c-image-grid .cta-box--has-image img {
        max-width: 100%;
        display: block;
        max-height: 300px;
        margin: 0 auto 16px;
    }
}

@media (min-width: 600px) {
    .c-float-left .cta-box--has-image .cta-box__info,
    .c-float-right .cta-box--has-image .cta-box__info,
    .c-image-grid .cta-box--has-image .cta-box__info {
        max-width: 100%;
        margin-left: 0;
        padding-bottom: 0;
    }

    .c-float-left .cta-box--has-image .cta-box__purchasing,
    .c-float-right .cta-box--has-image .cta-box__purchasing,
    .c-image-grid .cta-box--has-image .cta-box__purchasing {
        position: relative;
    }
}
/*------------------------------------------------------------------------------
## Featured Product Box
------------------------------------------------------------------------------*/
.fp-box {
    margin-bottom: 40px;
    -webkit-box-shadow: 0 5px 16px #eeeeee;
    box-shadow: 0 5px 16px #eeeeee;
    background: #fff;
}

.fp-box-content .fp-box-img-section .fp-box-img {
    display: flex;
    justify-content: center;
}

.fp-box-content .fp-box-img-section .fp-box-image-link img {
    object-fit: contain;
    height: 340px;
}
.fp-box .fp-box-label {
    background: #333;
    color: #fff;
    padding: 13px 30px;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 20px;
}
@media (max-width: 768px) {
    .fp-box .fp-box-label {
        font-size: 18px;
        text-align: center;
    }
}
.fp-box .fp-box-content {
    border: 1px solid #ededed;
    border-top-width: 0px;
    padding: 20px 30px;
    position: relative;
}
.fp-box .fp-box-content:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 1px solid #ededed;
    bottom: -16px;
    display: inline-block;
    background: #fff;
    left: 47%;
    left: calc(50% - 20px);
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    -webkit-box-shadow: 6px 6px 8px -2px #f3f3f3;
    box-shadow: 6px 6px 8px -2px #f3f3f3;
}
.fp-box .fp-box-content .fp-box-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 992px) {
    .fp-box .fp-box-content .fp-box-summary {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.fp-box .fp-box-content .fp-box-summary > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.fp-box .fp-box-content .fp-box-title {
    font-size: 32px;
    /* color: #f84c2d; */
    color: #000;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .fp-box .fp-box-content .fp-box-title {
        font-size: 31px;
    }
}

.fp-box .fp-box-content .fp-box-tagline {
    font-weight: normal;
    /* font-weight: bold; */
    font-size: 18px;
    margin-bottom: 12px;
}

@media (min-width: 768px) {
    .fp-box .fp-box-content .fp-box-links {
        margin-bottom: 20px;
    }
}

.fp-box .fp-box-links a {
    color: #fff;
    transition: all 0.2s ease-out;
}

.fp-box .fp-box-links a:hover,
.fp-box .fp-box-links a:focus,
.fp-box .fp-box-links a:active {
    color: #fff;
    transition: all 0.2s ease-in;
}

.fp-box .fp-box-content .fp-box-links .btn-ghost-dark:hover,
.fp-box .fp-box-content .fp-box-links .btn-ghost-dark:focus,
.fp-box .fp-box-content .fp-box-links .btn-ghost-dark:active {
    color: #fff;
}
@media (max-width: 768px) {
    .fp-box .fp-box-content .fp-box-links .btn-ghost-dark:first-child {
        margin-bottom: 20px;
    }
}
.fp-box .fp-box-content .fp-box-links .btn {
    font-size: 16px;
    padding: 18px 30px 21px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ffc723;
    border-color: #ffc723;
    color: #41495b;
}

.fp-box .fp-box-content .fp-box-links .btn:hover,
.fp-box .fp-box-content .fp-box-links .btn:after {
    background: #e4aa14;
}

.fp-box .fp-box-content p {
    margin-bottom: 20px;
}

/*------------------------------------------------------------------------------
## Compare Box & Tabs
------------------------------------------------------------------------------*/
.compare-box {
    margin-bottom: 30px;
    background: #fff;
}
.compare-box .compare-box-wrapper {
    border: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 768px) {
    .compare-box .compare-box-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.compare-box .compare-box-wrapper .compare-box-list {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}
.compare-box .compare-box-wrapper .compare-box-list:first-child {
    border-right: 2px solid #fff;
}
@media (max-width: 768px) {
    .compare-box .compare-box-wrapper .compare-box-list:first-child {
        border-right: 0px;
    }
}
.compare-box .compare-box-wrapper .compare-box-list .compare-box-title {
    padding: 15px;
    background: #f1f1f1;
    border: 0px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 0;
}
.compare-box .compare-box-wrapper .compare-box-list ul {
    padding: 25px 35px;
    list-style-type: none;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    .compare-box .compare-box-wrapper .compare-box-list ul {
        padding: 20px 25px;
    }
}
.compare-box .compare-box-wrapper .compare-box-list ul > li:before {
    font-family: 'fiowo-icons' !important;
    width: 20px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
}
.compare-box .compare-box-wrapper .compare-box-list ul.left > li:before {
    content: '\46';
    color: #5cb85c;
}
.compare-box .compare-box-wrapper .compare-box-list ul.right > li:before {
    content: '\49';
    color: #d9534f;
}

/*------------------------------------------------------------------------------
## Newsletter
------------------------------------------------------------------------------*/
.newsletter-container {
    margin-bottom: 30px;
}
.newsletter-container .newsletter-row {
    background: #000;
    padding: 76px 0;
}
@media (max-width: 768px) {
    .newsletter-container .newsletter-row {
        padding: 46px 5px;
    }
}
.newsletter-container .newsletter-row .heading {
    color: #f84c2d;
    font-size: 24px;
}
.newsletter-container .newsletter-row .newsletter-option {
    color: #fff;
}
.newsletter-container .newsletter-row .newsletter-option label {
    font-size: 16px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    margin-bottom: 0;
}
.newsletter-container .newsletter-row .newsletter-option label input {
    width: auto;
    margin-right: 15px;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    margin-top: 8px;
}
.newsletter-container .newsletter-row .newsletter-option label > span > span {
    font-weight: 700;
}
.newsletter-container .newsletter-row .newsletter-field-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 15px;
    position: relative;
}
@media (max-width: 768px) {
    .newsletter-container .newsletter-row .newsletter-field-wrap {
        margin-top: 30px;
    }
}
.newsletter-container .newsletter-row .newsletter-field-wrap .newsletter-field {
    width: 75%;
    border: none;
    padding: 11px 20px;
}
@media (max-width: 480px) {
    .newsletter-container .newsletter-row .newsletter-field-wrap .newsletter-field {
        width: 70%;
    }
}
.newsletter-container .newsletter-row .newsletter-field-wrap label {
    color: #868686;
    font-size: 14px;
    margin: 0px;
    font-weight: normal;
    position: absolute;
    top: 100%;
}
.newsletter-container .newsletter-row .newsletter-field-wrap label.error {
    color: red;
}
.newsletter-container .newsletter-row .newsletter-field-wrap button {
    width: 25%;
}
@media (max-width: 480px) {
    .newsletter-container .newsletter-row .newsletter-field-wrap button {
        width: 30%;
    }
}
.newsletter-container .newsletter-row .newsletter-opt-out {
    color: #868686;
    font-size: 14px;
    margin: 0;
}
.newsletter-container .newsletter-row .newsletter-opt-out a {
    color: #868686;
}

.post-navigation {
    display: block;
}
@media (max-width: 768px) {
    .post-navigation {
        display: none;
    }
}

/*------------------------------------------------------------------------------
# Pages
------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------
## Single
------------------------------------------------------------------------------*/
@media (max-width: 992px) {
    html {
        height: 100%;
    }
}
.single {
    /* Standard Post */
}
.single.single-segmentnext_feature .entry-item-container {
    padding: 0;
}
@media (min-width: 768px) {
    .single.single-segmentnext_feature .entry-item-container {
        padding: 30px;
    }
}
@media (max-width: 767px) {
    .single.single-segmentnext_feature {
        background: #fff;
    }
}
.single.single-segmentnext_feature .content-area {
    padding-top: 0;
}
.single.single-segmentnext_feature .entry-title.desktop {
    margin-top: 25px;
}
.single.single-segmentnext_feature .segmentnext_feature {
    position: relative;
    padding-top: 25px;
    top: 0;
}
.single.single-segmentnext_feature .entry-content img.alignnone {
    width: 100%;
}
@media (min-width: 768px) {
    .single.single-segmentnext_feature .feature-image {
        position: relative;
        z-index: 1;
    }
    .single.single-segmentnext_feature .post,
    .single.single-segmentnext_feature .segmentnext_feature {
        background: #fff;
        position: relative;
        padding-top: 100px;
        top: 0;
        margin-top: -10%;
    }
}
@media (max-width: 991px) {
    .single.single-segmentnext_feature {
        height: 100%;
    }
    .single.single-segmentnext_feature .site {
        height: 100%;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile {
        margin: 0;
        height: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .post-title {
        position: relative;
        height: 100%;
        width: 100%;
        text-align: center;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .post-title .title-wrap {
        padding: 0 20px;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .post-title .entry-title {
        color: #fff;
        display: inline;
        font-size: 24px;
        line-height: 1.4;
        background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0%, #f84c2d), to(#f84c2d));
        background-image: -webkit-linear-gradient(0, #f84c2d 0%, #f84c2d 100%);
        background-image: -o-linear-gradient(0, #f84c2d 0%, #f84c2d 100%);
        background-image: linear-gradient(0, #f84c2d 0%, #f84c2d 100%);
        background-size: 100% 8.4px;
        background-repeat: no-repeat;
        background-position: 0 90%;
        -webkit-transition: background-size 0.15s ease-out;
        -o-transition: background-size 0.15s ease-out;
        transition: background-size 0.15s ease-out;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .post-title .entry-title:hover {
        background-size: 100% 90%;
        -webkit-transition: background-size 0.15s ease-in;
        -o-transition: background-size 0.15s ease-in;
        transition: background-size 0.15s ease-in;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .entry-header {
        width: 100%;
        margin-top: 15px;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .entry-header a {
        color: #fff;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .entry-header a:hover {
        color: #f84c2d;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .entry-header .cover-byline {
        font-size: 14px;
        font-weight: 300;
        color: #fff;
        text-align: center;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .entry-header .cover-byline li {
        display: inline-block;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .entry-header .cover-byline li a {
        color: #fff;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .entry-header .cover-byline li a:hover {
        color: #f84c2d;
    }
    .single.single-segmentnext_feature .site .post-thumbnail-mobile .entry-header .cover-byline li .url {
        font-weight: 500;
    }
    .single.single-segmentnext_feature .social-share {
        background: #f1f1f1;
        margin: 0 auto;
        text-align: center;
        padding: 10px 0;
    }
    .single.single-segmentnext_feature .social-share.btm {
        margin: 0 0 20px;
    }
    .single.single-segmentnext_feature .social-share h6 {
        font-family: 'SNBody', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif,
            'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
        font-weight: 500;
        font-size: 14px;
        margin: 0;
        text-transform: uppercase;
        position: relative;
        top: -4px;
    }
    .single.single-segmentnext_feature .social-share ul {
        margin: 0;
        padding: 0;
    }
    .single.single-segmentnext_feature .social-share ul li {
        list-style: none;
        display: inline-block;
        margin: 0 4px;
    }
    .single.single-segmentnext_feature .social-share ul li .share-link {
        color: #fff;
        width: 32px;
        height: 32px;
        font-size: 18px;
        padding: 3px;
        display: inline-block;
        text-align: center;
        border-radius: 100%;
    }
    .single.single-segmentnext_feature .social-share ul li .share-link.facebook {
        background: #3b5898;
    }
    .single.single-segmentnext_feature .social-share ul li .share-link.twitter {
        background: #55acee;
    }
    .single.single-segmentnext_feature .social-share ul li .share-link.redit {
        background: #ff4300;
    }
    .single.single-segmentnext_feature .social-share ul li .share-link.linkdin {
        background: #0080b2;
    }
}

/*------------------------------------------------------------------------------
## Image Box hover Effect
------------------------------------------------------------------------------*/
/* Overlay */
.fp-box-img-section::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    border: 1px solid #f84c2d;
    content: '';
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transition: opacity 0.35s, transform 0.35s;
    transform-origin: 50%;
    background: rgba(17, 19, 20, 0.5);
}

.fp-box-img-section:hover:after {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

/* Check Review Text */
.fp-box-review {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: all 0.36s 0s;
    opacity: 0;
    z-index: 12;
}

.fp-box-img-section:hover .fp-box-review {
    opacity: 1;
    transition: all 0.15s 0.15s;
}

.fp-box-img-section .fp-box-review h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}

/* Image Outer Border */
.fp-box-img-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 13;
}

.fp-box-img-border::before {
    content: '';
    position: absolute;
    display: block;
    transition: 0.3s ease-in-out;
    border-left: 3px solid #f84c2d;
    height: 0;
    border-right: 3px solid #f84c2d;
    top: 50%;
    left: 4px;
    width: calc(100% - 8px);
    transform: translate(0, -50%);
}

.fp-box-img-section:hover .fp-box-img-border::before {
    height: calc(100% - 8px);
}
