/*
Theme Name: Nifty
Theme URI: https://nifty.bold-themes.com
Description: Consulting business theme.
Version: 1.0.8
Author: BoldThemes
Author URI: https://bold-themes.com
Tags: one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: nifty
License: GNU General Public License version 3.0 & Envato Regular/Extended License
License URI:  http://www.gnu.org/licenses/gpl-3.0.html & http://themeforest.net/licenses

All PHP code is released under the GNU General Public Licence version 3.0
All HTML/CSS/JAVASCRIPT code is released under Envato's Regular/Extended License

[Table of contents]

1. Base
2. Typography
3. Bootstrap grid
4. Bold themes grid
5. Template
6. Header
7. Footer
8. Post
10. Widgets
11. Elements
12. Contact
13. Advanced Progress Bar
14. Floating Image
15. Card Image
16. Card Icon
17. Steps
18. Image shapes
19. Testimonials
22. Typography etc responsive
24. Fixes
27. IE

*/
/* Fonts */
/* Template fonts, edit in config.php  */
/* Base font */
/* Base menu font */
/* Headline fond */
/* Headline supertitle font */
/* Headline subtitle font */
/* Button font */
/* Variables  */
/* Base font size */
/* Base font color */
/* Base bg color */
/* Base border color */
/* Sub bg color */
/* Light bg color 10% */
/* Light bg color 15% */
/* Light bg color 20% */
/* Light bg color 50% */
/* Light bg color 50% */
/* Light bg color 5% */
/* Base font color */
/* Base bg color */
/* Base border color */
/* Sub bg color */
/* Dark bg color 10% */
/* Dark bg color 15% */
/* Dark bg color 20% */
/* Dark bg color 50% */
/* Dark bg color 5% */
/* Main color */
/* Dark main color */
/* Darker main color */
/* Very darker main color */
/* Light main color */
/* Secondary color  */
/* Dark secondary color */
/* Darker secondary color */
/* Light secondary color */
/* Base gutter width */
/* Sidebar width (%) */
/* Padding between sidebar and sontent */
/* Left and right page padding for boxed content */
/* Default spacing in grid gallery */
/* Defines logo height and menu line height */
/* Defines logo height and menu line height for sticky header */
/* Defines menu height when below menu */
/* Top and bottom padding of the whole horizontal menu (px) */
/* Padding between horizontal menu elements (px) */
/* Width of the vertical menu (px) */
/* dropdown width (px) */
/* Base font size */
/* Small icon size */
/* Small icon size */
/* Small icon size */
/* Small icon size */
/* Small icon size */
/* Soft border radius */
/* Soft border radius */
/* Defines letter spacing in Heading font (h1, h2... h6) */
/* Defines letter spacing in buttons  */
/* Mixins */
/* @ include btMaxLines(lines, line-height); */
/* @fragment bt-clear; */
/* Aliases */
/* Cost calculator specific */
/* Reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
video {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

*:focus,
* {
    outline: none;
    outline: 0;
}

.touch * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

button::-moz-focus-inner {
    border: 0;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

html,
body {
    margin: 0;
    padding: 0;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
}

/* FloatClears */
.bt-clear:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

@font-face {
    font-family: "Akzidenz-Grotesk";
    src: url("../fonts/AkzidGrtskProReg.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
}

@font-face {
    font-family: "LavaPro Bold";
    src: url("../fonts/LavaPro-Bold.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "LavaPro Regular";
    src: url("../fonts/LavaPro-Regular.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Quote";
    src: url("../fonts/Quote.woff") format("woff"), url("../fonts/Quote.ttf") format("truetype");
}

/* Skin */
.btDarkSkin {
    color: #fff;
    background-color: #191919;
}

.btLightSkin {
    color: #181818;
    background-color: #fff;
}

.btGraySkin {
    color: #181818;
    background-color: #f7f7f5;
}

select,
textarea,
input,
.fancy-select .trigger {
    color: inherit;
}

.btLightSkin select,
.btLightSkin textarea,
.btLightSkin input,
.btLightSkin .fancy-select .trigger,
.btDarkSkin .btLightSkin select,
.btDarkSkin .btLightSkin textarea,
.btDarkSkin .btLightSkin input,
.btDarkSkin .btLightSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin .btLightSkin select,
.btLightSkin .btDarkSkin .btLightSkin textarea,
.btLightSkin .btDarkSkin .btLightSkin input,
.btLightSkin .btDarkSkin .btLightSkin .fancy-select .trigger {
    border: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin select,
.btDarkSkin textarea,
.btDarkSkin input,
.btDarkSkin .fancy-select .trigger,
.btLightSkin .btDarkSkin select,
.btLightSkin .btDarkSkin textarea,
.btLightSkin .btDarkSkin input,
.btLightSkin .btDarkSkin .fancy-select .trigger,
.btDarkSkin.btLightSkin .btDarkSkin select,
.btDarkSkin.btLightSkin .btDarkSkin textarea,
.btDarkSkin.btLightSkin .btDarkSkin input,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger {
    border: 1px solid rgba(255, 255, 255, .5);
}

/*
.btHardRoundedButtons any(select, textarea, input, .fancy-select .trigger) { {border-radius: 50%;}
.btSoftRoundedButtons any(select, textarea, input, .fancy-select .trigger) { {border-radius: 5px;}  */
/* Form elements */
select,
input {
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
}

input:not([type='checkbox']):not([type='radio']),
button {
    -webkit-appearance: none;
}

input:not([type='checkbox']):not([type='radio']),
textarea,
select {
    outline: none;
    font: inherit;
    width: 100%;
    line-height: 1;
    width: 100%;
    display: block;
    padding: .8em;
    background: transparent;
    color: inherit;
}

.btTextRight input:not([type='checkbox']):not([type='radio']),
.btTextRight textarea,
.btTextRight select {
    text-align: right;
}

input[type='checkbox'],
input[type='radio'] {
    vertical-align: middle;
}

select,
.fancy-select .trigger,
.btQuoteBooking .ddcommon.borderRadiusTp .ddTitleText,
input[type='submit'] {
    height: 3.2em;
    line-height: 3.1em;
}

input[type='submit'] {
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
}

.btButtonWeight_bold input[type='submit'] {
    font-weight: 700;
}

.btHardRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btHardRoundedButtons a.select2-choice {
    border-radius: 50px;
    padding: .8em 1.2em;
}

.btSoftRoundedButtons input:not([type='checkbox']):not([type='radio']),
.btSoftRoundedButtons a.select2-choice {
    border-radius: 3px;
}

.btHardRoundedButtons textarea,
.btHardRoundedButtons select {
    border-radius: 20px;
}

.btSoftRoundedButtons textarea,
.btSoftRoundedButtons select {
    border-radius: 3px;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']),
textarea,
.fancy-select .trigger {
    transition: all 500ms ease;
}

input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
textarea:focus,
.fancy-select .trigger.open {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
}

textarea {
    resize: vertical;
    line-height: inherit;
}

button {
    font: inherit;
    cursor: pointer;
}

.btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin.btLightSkin .btDarkSkin input:not([type='checkbox']):not([type='radio']):not([type='submit']):focus,
.btDarkSkin textarea:focus,
.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin.btLightSkin .btDarkSkin textarea:focus,
.btDarkSkin .fancy-select .trigger.open,
.btLightSkin .btDarkSkin .fancy-select .trigger.open,
.btDarkSkin.btLightSkin .btDarkSkin .fancy-select .trigger.open {
    border: 1px solid #fff;
}

/* Date */
input[type='date']:before {
    display: none;
}

/* Iframe resize fix */
/*:any( embed, iframe, img, figure ) {
	max-width: 100%;
	height: auto;
}*/
.bt-video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.bt-video-container iframe,
.bt-video-container object,
.bt-video-container embed,
.bt-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Texts */
img,
figure {
    max-width: 100%;
    height: auto;
}

pre code {
    display: block;
}

pre {
    overflow: hidden;
}

.bt-content-holder pre {
    margin: 0 0 30px;
    white-space: pre-wrap;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, .1);
}

/* Href */
a {
    text-decoration: none;
    transition: all 200ms ease;
    color: inherit;
}

.bt-content a {
    color: rgb(4, 150, 213);
}

a:hover {
    text-decoration: none;
    color: rgb(4, 150, 213);
}

.bt-content a:hover {
    color: inherit;
}

.bt-content a.wp-block-button__link {
    color: inherit;
}

.btText a {
    color: rgb(4, 150, 213);
}

.btText a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

a,
a:active,
a:focus {
    outline: none;
}

/* Base typography */
p,
dl,
address,
cite {
    margin: 0 0 1em;
}

ul {
    margin: 0 0 1em 1em;
    padding: 0;
}


ul > li > ul {
    margin-bottom: 0;
}

ol {
    margin: 0 0 1em 1em;
    padding: 0;
}

ol ol {
    margin-bottom: 0;
}

li {
    margin: 0 0 0 .5em;
    padding: 0;
}

.btText li {
    margin-left: 1em;
}

dt {
    font-weight: 600;
}

dd {
    margin: 0 0 1.5em 3.5em;
}

dd p {
    display: inline;
}

dl dd:last-child {
    margin-bottom: 0;
}

dd:after {
    content: "";
    display: table;
    clear: both;
}

figcaption {
    font-size: inherit;
}

/* Base font */
html {
    font-size: 16px;
    hyphens: auto;
}

body {
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    background-size: cover;
    background-attachment: fixed;
}

small {
    font-size: .875rem;
}

p small {
    line-height: 1.4;
}

/* Headings */
h1, h2 {
    font-family: "LavaPro Regular", Arial, sans-serif;
}

.bt_bb_headline.bt_bb_subheadline.bt_bb_size_extralarge .bt_bb_headline_subheadline, .bt_bb_size_extralarge h2, .bt_bb_size_extralarge h3 {
    font-family: "LavaPro Regular", Arial, sans-serif;
}

h3,
h4,
h5,
h6 {
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    padding: 0 0 .1em;
    line-height: 1.2;
    margin: 0;
    font-weight: 600;
    letter-spacing: -1px;
}

.btHeadingWeight_normal h1,
.btHeadingWeight_normal h2,
.btHeadingWeight_normal h3,
.btHeadingWeight_normal h4,
.btHeadingWeight_normal h5,
.btHeadingWeight_normal h6 {
    font-weight: 400;
}

h1 {
    font-size: 3.125em;
}

h2 {
    font-size: 2.75em;
}

h3 {
    font-size: 2.125em;
}

h4 {
    font-size: 1.875em;
}

h5 {
    font-size: 1.5em;
}

h6 {
    font-size: 1.25em;
}

.bt_bb_layout_boxed_800 .bt_bb_cell {
    width: 800px;
    max-width: calc(100% - 60px);
}

.bt_bb_layout_boxed_1200 .bt_bb_cell {
    width: 1200px;
    max-width: calc(100% - 60px);
}

/* Added bootstrap visible / hidden classes */
@media (max-width: 480px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-ms {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

@media (max-width: 480px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hidden-ms {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

html,
body {
    min-height: 100vh;
}

body:not(.btPageTransitions) {
    min-height: 101vh;
}

/*html {
	overflow-x: hidden;
}*/

/* Template base */
.bt-content-wrap {
    transition: transform 1s cubic-bezier(.230, 1, .320, 1);
}

@media all and (max-width: 1199px) {
    .bt-content-wrap {
        padding-top: 0 !important;
    }
}

.bt-content-wrap:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.bt-site-footer {
    transition: transform 1s cubic-bezier(.230, 1, .320, 1), padding-top 300ms ease;
}

.bt-page-wrap {
    position: relative;
    overflow: hidden;
    transition: transform 1s cubic-bezier(.230, 1, .320, 1);
}

.bt-page-wrap:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

/* Z indexes */
.mainHeader,
.bt-vertical-header-top {
    z-index: 10002;
}

.btPreloader {
    z-index: 100000;
}

/* Gutter port keeps width */
.port {
    width: 100%;
    padding: 0 30px;
}

.gutter .port {
    max-width: 1260px;
    margin: auto;
}

.btWithSidebar .bt-content .gutter .port {
    padding: 0;
}

@media (max-width: 1259px) {
    .gutter .port {
        width: 100%;
        max-width: none;
        padding-left: 30px;
        padding-right: 30px;
    }

    .btMenuVerticalRight .bt-vertical-menu-trigger {
        margin: 0;
    }
}

/*@media (max-width: 768px) {
	.gutter .port {
		.btWithSidebar .bt-content & {
			padding-left: $(pagePadding)px;
			padding-right: $(pagePadding)px;
		}
	}
}*/
/* Content holder and sidebars*/
.btNoSidebar .bt-content-holder,
.btNoSidebar .bt-content {
    width: auto;
    padding: 0;
}

/* Page without BB & sidebar */
:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .bt-content-holder .bt-content {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    padding: 4em 30px 0;
}

:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .bt-content-holder .bt-content .gutter .port {
    padding-left: 0;
    padding-right: 0;
}

:not(.bt_bb_plugin_active).btNoSidebar .btPageHeadline + .bt-content-holder .bt-content > article:first-child {
    margin-top: 0;
}

.btWithSidebar .bt-content-holder {
    max-width: 1260px;
    margin: auto;
    padding: 6em 30px 4em;
    display: flex;
}

.btWithSidebar .bt-content-holder .bt-content {
    width: 75%;
}

.btWithSidebar .bt-content-holder .btSidebar {
    width: 25%;
    padding: 0;
}

.btSidebarLeft.btWithSidebar .bt-content-holder {
    flex-direction: row-reverse;
}

.btSidebarLeft.btWithSidebar .bt-content-holder .btSidebar {
    padding-right: 30px;
}

.btSidebarLeft.btWithSidebar .bt-content-holder .bt-content {
    padding-left: 30px;
}

.btSidebarRight.btWithSidebar .bt-content-holder .btSidebar {
    padding-left: 30px;
}

.btSidebarRight.btWithSidebar .bt-content-holder .bt-content {
    padding-right: 30px;
}

/* Responsive */
@media (max-width: 768px) {
    .btWithSidebar.btSidebarRight .bt-content-holder,
    .btWithSidebar.btSidebarLeft .bt-content-holder {
        display: block;
    }

    .btWithSidebar.btSidebarRight .bt-content-holder .bt-content,
    .btWithSidebar.btSidebarLeft .bt-content-holder .bt-content,
    .btWithSidebar.btSidebarRight .bt-content-holder .btSidebar,
    .btWithSidebar.btSidebarLeft .bt-content-holder .btSidebar {
        width: auto;
        float: none;
        padding: 0;
    }

    .btWithSidebar.btSidebarRight .bt-content-holder .btSidebar,
    .btWithSidebar.btSidebarLeft .bt-content-holder .btSidebar {
        padding-top: 4em;
    }
}

/* Preloader */
.btPreloader {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    opacity: 1;
    background-color: inherit;
    transform: translateY(0);
    transition: all .3s ease, opacity .3s ease;
}

.btPreloader .animation {
    display: block;
    width: 100%;
    transform: translateY(0) scale(1);
    transition: transform .3s ease, opacity .3s ease;
}

.btAccentDarkHeader .btPreloader .animation > div:first-child,
.btLightAccentHeader .btPreloader .animation > div:first-child,
.btTransparentLightHeader .btPreloader .animation > div:first-child {
    border-radius: 10px;
    padding: .7em 1.2em;
    display: inline-block;
    background-color: rgb(4, 150, 213);
}

.btPreloader .animation > div img {
    margin: 0 auto;
}

.btRemovePreloader .btPreloader {
    transform: translateY(-100%) scale(0);
    opacity: 0;
    transition: transform ease 1s, opacity ease 1s;
}

.btRemovePreloader .btPreloader .animation {
    transform: translateY(0) scale(.9);
    opacity: 0;
    transition: transform .5s ease, opacity ease .5s;
}

.btPreloader .animation .preloaderLogo {
    height: 80px;
    transform: scale(1);
    transition: all .5s ease;
    width: auto;
    display: block;
    line-height: 1;
}

.btMenuVerticalRightEnabled .btPreloader .animation .preloaderLogo,
.btMenuVerticalLeftEnabled .btPreloader .animation .preloaderLogo {
    height: 160px;
}

/* Loader */
.btLoader {
    margin: 30px auto 30px auto;
    font-size: 6px;
    position: relative;
    text-indent: -9999em;
    border-left: 5px solid rgba(128, 128, 128, .1);
    border-right: 5px solid rgba(128, 128, 128, .1);
    border-bottom: 5px solid rgba(128, 128, 128, .2);
    animation: btLoader 1.1s infinite linear;
}

.btLightSkin .btLoader,
.btDarkSkin .btLightSkin .btLoader,
.btLightSkin .btDarkSkin .btLightSkin .btLoader {
    border-top: 5px solid #181818;
}

.btDarkSkin .btLoader,
.btLightSkin .btDarkSkin .btLoader,
.btDarkSkin.btLightSkin .btDarkSkin .btLoader {
    border-top: 5px solid #fff;
}

.btLoader p:empty {
    display: none;
}

.btLoader,
.btLoader:after {
    border-radius: 50%;
    width: 64px;
    height: 64px;
}

@-webkit-keyframes btLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes btLoader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

/* Boxed page */
.btBoxedPage .bt-page-wrap {
    max-width: 1200px;
    margin-bottom: 3em;
    margin: 0 auto 3em;
    overflow: initial;
}

.btStickyHeaderActive.btBoxedPage .mainHeader {
    max-width: 1200px;
}

.btLightSkin.btBoxedPage .bt-content-wrap {
    background-color: #fff;
}

.btDarkSkin.btBoxedPage .bt-content-wrap {
    background-color: #191919;
}

/* Boxed page 1600px */
.btBoxedPage1600 .bt-page-wrap {
    max-width: 1600px;
    margin: 0 auto 0 auto;
}

.btStickyHeaderActive.btBoxedPage1600 .mainHeader {
    max-width: 1600px;
}

/* Header */
.mainHeader {
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    width: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: inherit;
    transform: translateY(0);
    transition: opacity 300ms ease;
}

.btMenuInitFinished .mainHeader {
    visibility: initial;
    opacity: 1;
}

.mainHeader:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.mainHeader a {
    color: inherit;
    transition: all 200ms ease;
}

.mainHeader a:hover {
    color: rgb(4, 150, 213);
}

.btMenuHorizontal .mainHeader .port {
    padding-right: 39.99px;
    padding-left: 39.99px;
}

.btMenuHorizontal .mainHeader.gutter .port {
    padding-right: 30px;
    padding-left: 30px;
}

.btPageTransitions .mainHeader {
    z-index: 1020;
}

/* Below menu */
.btMenuHorizontal:not(.btBelowMenu) .mainHeader {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
}

/* Main menu */
.bt-logo-area {
    position: relative;
    z-index: 1;
}

.menuPort {
    font-size: 15px;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    position: relative;
}

.menuPort:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.menuPort nav ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    transition: all 200ms ease 0s;
}

.menuPort nav ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

.menuPort nav ul li a {
    display: block;
    font-weight: 400;
    position: relative;
    padding: .5em 1.25em;
}

.menuPort nav ul li a:hover {
    color: currentColor;
    text-decoration: none;
}

.btCapitalizeMainMenuItems .menuPort nav ul li a {
    text-transform: uppercase;
}

.btMenuWeight_medium .menuPort nav ul li a {
    font-weight: 500;
}

.menuPort nav ul ul li {
    transition: opacity 300ms ease;
}

.menuPort nav ul ul li.on {
    opacity: 1;
}

.menuPort ul > li > ul {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-20px);
    transform-origin: 0 0;
}

.menuPort ul > li > ul ul {
    transform: none;
}

.menuPort nav > ul > li > a {
    line-height: 80px;
    padding: 0;
}

.bt-below-logo-area .menuPort nav > ul > li > a {
    line-height: 50px;
}

/* Logo and triggers */
.btTextLogo {
    font-size: 1.8em;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    letter-spacing: -1px;
    z-index: 6;
    line-height: 80px;
}

.btHeadingWeight_normal .btTextLogo {
    font-weight: 400;
}

.btMenuVertical .btTextLogo {
    line-height: 48px;
}

.bt-logo-area .logo {
    line-height: 0;
    float: left;
    position: relative;
    z-index: 2;
}

.btMenuVertical .bt-logo-area .logo {
    transform: none !important;
}


.bt-logo-area .logo img {
    height: 32px;
    margin: 10px 0;
    width: 209px;
    display: block;
}

@media all and (min-width: 1200px) {
    .bt-logo-area .logo img {
        margin: 14px 0;
    }
}

.btMenuVertical .bt-logo-area .logo img {
    height: 28px;
}

.btMenuCenter .bt-logo-area .logo img {
    margin: auto;
}

.bt-logo-area .logo img.btAltLogo {
    display: none;
}

/* Hide menu */
.btMenuHorizontal.btHideMenu .bt-horizontal-menu-trigger {
    display: block;
    position: relative;
    z-index: 1;
    padding-left: .5em;
}

.btStickyHeaderActive.btMenuHorizontal.btHideMenu .bt-horizontal-menu-trigger .bt_bb_icon {
    margin: 10px 0;
}

.btMenuHorizontal.btHideMenu .menuPort {
    opacity: 0;
    transition: opacity 1s ease;
    pointer-events: none;
}

.btShowMenu.btMenuHorizontal.btHideMenu .menuPort {
    opacity: 1 !important;
    pointer-events: all;
}

.bt-horizontal-menu-trigger {
    font-size: 1.5em;
    display: none;
    float: right;
    margin: 0 0 0 .5em;
}

.bt-horizontal-menu-trigger .bt_bb_icon {
    width: 24px;
    height: 20px;
    position: relative;
    padding: 0;
    float: left;
    margin: 30px 0;
}

.bt-horizontal-menu-trigger .bt_bb_icon:before,
.bt-horizontal-menu-trigger .bt_bb_icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top-width: 2px;
    border-top-style: solid;
    transform: translateY(0);
    transform-origin: -.75px 1px;
    transition: 300ms ease all;
}

.btShowMenu .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btShowMenu .bt-horizontal-menu-trigger .bt_bb_icon:after {
    transform: rotate(45deg) translateY(0) !important;
}

.btTransparentDarkHeader .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btAccentLightHeader .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btLightDarkHeader .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btDarkTransparentHeader.btHasAltLogo .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btDarkTransparentHeader .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btLightTransparentHeader .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btTransparentDarkHeader .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btAccentLightHeader .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btLightDarkHeader .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btDarkTransparentHeader.btHasAltLogo .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btDarkTransparentHeader .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btLightTransparentHeader .bt-horizontal-menu-trigger .bt_bb_icon:after {
    border-top-color: #181818;
}

.btTransparentLightHeader .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btAccentDarkHeader .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btLightAccentHeader .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btHasAltLogo .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .bt-horizontal-menu-trigger .bt_bb_icon:before,
.btTransparentLightHeader .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btAccentDarkHeader .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btLightAccentHeader .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btHasAltLogo .bt-horizontal-menu-trigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo.btStickyHeaderActive .bt-horizontal-menu-trigger .bt_bb_icon:after {
    border-top-color: #fff;
}

.bt-horizontal-menu-trigger .bt_bb_icon:after {
    top: auto;
    bottom: 0;
}

.btShowMenu .bt-horizontal-menu-trigger .bt_bb_icon:after {
    transform: rotate(-45deg) translateY(0) !important;
}

.bt-horizontal-menu-trigger:hover {
    cursor: pointer;
    color: inherit;
}

.btTransparentDarkHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:before,
.btTransparentLightHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:before,
.btDarkTransparentHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:before .btAccentLightHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:before,
.btAccentDarkHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:before,
.btLightDarkHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .bt-horizontal-menu-trigger:hover .bt_bb_icon:before,
.btTransparentDarkHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:after,
.btTransparentLightHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:after,
.btDarkTransparentHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:after .btAccentLightHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:after,
.btAccentDarkHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:after,
.btLightDarkHeader .bt-horizontal-menu-trigger:hover .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .bt-horizontal-menu-trigger:hover .bt_bb_icon:after {
    border-top-color: rgb(4, 150, 213);
}

.bt-horizontal-menu-trigger:hover .bt_bb_icon:before {
    transform: translateY(-5px);
}

.btShowMenu .bt-horizontal-menu-trigger:hover .bt_bb_icon:before {
    transform: rotate(0) translateY(-5px);
}

.bt-horizontal-menu-trigger:hover .bt_bb_icon:after {
    transform: translateY(5px);
}

.btShowMenu .bt-horizontal-menu-trigger:hover .bt_bb_icon:after {
    transform: rotate(0) translateY(5px);
}

/* Only horizontal menu */
.btMenuHorizontal .menuPort nav > ul > li > a:after {
    content: "";
    display: block;
    position: absolute;
    left: calc(40px * .4);
    right: calc(40px * .4);
    bottom: 0%;
    pointer-events: none;
    height: 3px;
    width: auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
    opacity: 0;
    transition: 200ms ease all;
    transform: scale(.5);
    transform-origin: 50% 50%;
    z-index: 5;
    background-color: rgb(4, 150, 213);
}

.btMenuHorizontal .menuPort nav > ul > li > a:before {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: -1;
    opacity: 0;
    transition: 250ms ease all;
    transform-origin: 50% 100%;
}

.btSoftRoundedButtons.btMenuHorizontal .menuPort nav > ul > li > a:before,
.btHardRoundedButtons.btMenuHorizontal .menuPort nav > ul > li > a:before {
    border-radius: 5px;
}

.btMenuHorizontal .menuPort nav > ul > li.on > a {
    color: #181818;
}

.btMenuHorizontal .menuPort nav > ul > li.on > a:after {
    opacity: 1 !important;
    transform: scale(1);
    background-color: rgb(4, 150, 213) !important;
}

.btStickyHeaderActive.btMenuHorizontal .menuPort nav > ul > li.on > a:after {
    background-color: rgb(4, 150, 213);
}

.btMenuHorizontal .menuPort nav > ul > li.on > a:before {
    opacity: 1;
}

.btSoftRoundedButtons.btMenuHorizontal .menuPort nav > ul > li.menu-item-has-children > a:before,
.btHardRoundedButtons.btMenuHorizontal .menuPort nav > ul > li.menu-item-has-children > a:before {
    border-radius: 5px 5px 0 0;
}

.btMenuHorizontal .menuPort > nav ul li a.btEmptyElement {
    border: none !important;
}

.btMenuHorizontal .menuPort > nav ul li a.btEmptyElement:after {
    display: none !important;
}

.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
    opacity: 50%;
    box-shadow: none;
    background-color: currentColor;
}

.btStickyHeaderActive.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a:after,
.btStickyHeaderActive.btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a:after {
    background-color: rgb(4, 150, 213);
}

.btMenuHorizontal .menuPort nav > ul.hover > li.current-menu-ancestor:not(.on) > a:after,
.btMenuHorizontal .menuPort nav > ul.hover > li.current-menu-item:not(.on) > a:after {
    opacity: 0;
}

/* Drop down menu */
.btMenuHorizontal .menuPort ul li .subToggler {
    z-index: 1;
}

.btMenuHorizontal .menuPort ul ul li a {
    color: #181818;
}

.btMenuHorizontal .menuPort ul ul li a:hover {
    color: rgb(4, 150, 213);
}

.btMenuHorizontal .menuPort ul ul li .subToggler {
    top: 50%;
    margin-top: -1.5em;
    width: 35px;
    color: #181818;
}

.btMenuHorizontal .menuPort ul ul li .subToggler:before {
    /*content: "\f078";*/
}

/* Subtogglers */
.subToggler {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 40px;
    z-index: 80;
    padding: 0;
    text-align: center;
    transition: 200ms ease transform;
    opacity: .5;
}

.on > .subToggler {
    transform: rotate(180deg);
    opacity: 1;
}

body.btMenuVertical .subToggler {
    display: block !important;
    padding: 20px 0;
    line-height: 1;
    right: 0;
    top: -5px;
}

body.btMenuHorizontal .subToggler {
    right: -10px;
    line-height: 60px;
}

body.btMenuHorizontal.btMenuBelowLogo .subToggler {
    line-height: 50px;
}

body.btMenuHorizontal .menuPort ul ul .subToggler {
    right: 0;
    line-height: inherit;
    padding: .85714em 0;
}

body.btMenuHorizontal .menuPort .rightNav ul ul .subToggler {
    left: 0;
    right: auto;
}

.subToggler:before {
    /*content: "\f078";
    font: normal 16px/1 "Font Awesome 5 Free";
    line-height: 0;*/
}

.touch .btMenuHorizontal .menuPort nav ul li .subToggler {
    display: block;
}

/* Horizontal menu, no need for override on responsive */
.btMenuHorizontal .menuPort > nav > ul > li {
    padding: calc(60px * .25) calc(50px * .2) calc(60px * .25) 0;
}

.btMenuHorizontal .menuPort > nav > ul > li > a {
    line-height: calc(60px * .5);
}

.btMenuHorizontal .menuPort > nav > ul > li > a > .fas {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}

:not(.rtl).btMenuHorizontal .menuPort > nav > ul > li:last-child {
    padding-right: 0 !important;
}

.btMenuHorizontal .menuPort > nav > ul > li > a {
    padding: 0 calc(40px * .4);
    transition: none;
}

.btMenuHorizontal .menuPort > nav > ul > li > a:hover {
    transition: color 200ms ease;
}

.btMenuHorizontal .menuPort > nav > ul > li > ul > li {
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

.btMenuHorizontal .menuPort > nav > ul ul {
    position: absolute;
    width: 240px;
    top: calc(60px * .75);
    margin: 0;
    pointer-events: none;
    z-index: 2;
    padding: 10px 0;
}

.btMenuBelowLogo.btMenuHorizontal .menuPort > nav > ul ul {
    top: 50px;
}

.btMenuHorizontal .menuPort > nav > ul ul:before {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 0;
}

.btSoftRoundedButtons.btMenuHorizontal .menuPort > nav > ul ul:before,
.btHardRoundedButtons.btMenuHorizontal .menuPort > nav > ul ul:before {
    border-radius: 0 5px 5px 5px;
}

.btMenuHorizontal .menuPort > nav > ul ul:after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 10px;
    z-index: -1;
    box-shadow: 0 4px 10px 0 rgba(34, 34, 34, .35);
}

.btSoftRoundedButtons.btMenuHorizontal .menuPort > nav > ul ul:after,
.btHardRoundedButtons.btMenuHorizontal .menuPort > nav > ul ul:after {
    border-radius: 0 5px 5px 5px;
}

.btMenuHorizontal .menuPort > nav > ul ul li {
    z-index: 4;
    float: none;
}

.btMenuHorizontal .menuPort > nav > ul ul ul {
    display: block;
    top: -10px;
    margin: 0;
    pointer-events: none;
}

.btMenuHorizontal .menuPort > nav > ul li.current-menu-item ul,
.btMenuHorizontal .menuPort > nav > li.current-menu-ancestor ul {
    margin: 0;
}

.btMenuHorizontal .menuPort > nav > ul > li.menu-item-has-children {
    position: relative;
}

.btMenuHorizontal .menuPort > nav > ul > li {
    float: left;
    position: relative;
    z-index: 5;
}

.btMenuHorizontal .menuPort > nav > ul > li.on {
    z-index: 10;
}

.btMenuHorizontal .menuPort > nav > ul > li.on > ul {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
    transform: translateY(0);
}

.btMenuHorizontal .menuPort > nav > ul > li.on > ul > li.on > ul {
    opacity: 1;
    pointer-events: auto;
    z-index: 3;
}

.btMenuHorizontal .menuPort > nav > ul > li > ul li a {
    position: relative;
    transition: 200ms ease all;
}

.btMenuHorizontal .menuPort > nav > ul > li > ul li a:before {
    content: "";
    display: block;
    width: 5px;
    height: 2px;
    left: 9px;
    transition: 200ms ease all;
    position: absolute;
    opacity: 0;
    transform: translateX(-5px);
    border-top: 2px solid rgb(4, 150, 213);
    top: 17px;
}

.btMenuHorizontal .menuPort > nav > ul > li > ul li a:hover {
    color: rgb(4, 150, 213);
}

.btMenuHorizontal .menuPort > nav > ul > li > ul li a:hover:before {
    opacity: 1;
    transform: translatex(0);
}

.btMenuHorizontal .menuPort > nav > ul > li > ul li a.btEmptyElement {
    pointer-events: none;
}

html.touch .btMenuHorizontal .menuPort > nav > ul > li > ul li a.btEmptyElement {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    height: 0 !important;
}

.btMenuHorizontal .menuPort > nav > ul > li > ul li.current-menu-ancestor > a:before,
.btMenuHorizontal .menuPort > nav > ul > li > ul li.current-menu-item > a:before {
    opacity: 1;
    transform: translatex(0);
}

.btMenuHorizontal .btBelowLogoArea .menuPort nav > ul > li {
    padding-top: 0;
    padding-bottom: 0;
}

.btMenuHorizontal .btBelowLogoArea .menuPort nav > ul > li > a {
    line-height: 50px;
}

.btMenuHorizontal .btBelowLogoArea .menuPort nav > ul ul {
    top: 100%;
}

.btMenuHorizontal .btBelowLogoArea .menuPort nav > ul ul ul {
    top: -10px;
}

/* Last menu item (FIX) */
.btMenuRight.btMenuHorizontal:not(.btMenuLeft) .menuPort > nav > ul > li:last-child > ul {
    right: 0;
    left: auto;
}

/* Rounded corners */
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btSoftRoundedButtons.btAlternateLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAccentLightHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightAccentHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btLightDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateDarkHeader .mainHeader.gutter,
.btMenuHorizontal.btBelowMenu.btMenuHorizontal.btBelowMenu.btHardRoundedButtons.btAlternateLightHeader .mainHeader.gutter {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* Menu positions */
.btMenuHorizontal .menuPort ul ul {
    right: auto;
    left: 0;
}

.btMenuHorizontal .menuPort ul ul ul {
    left: 240px;
    right: auto;
}

.btMenuHorizontal .menuPort nav {
    float: left;
    padding-left: 34px;
}

.btMenuHorizontal.btMenuRight .menuPort nav {
    float: right;
}

.btMenuHorizontal.btMenuCenter .logo {
    position: relative;
    z-index: 8;
    margin: 0 0 0 50%;
    height: 60px;
    text-align: center;
}

.btStickyHeaderActive.btMenuHorizontal.btMenuCenter .logo {
    height: 50px;
}

.btMenuHorizontal.btMenuCenter .logo .btTextLogo {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
}

.btStickyHeaderActive.btMenuHorizontal.btMenuCenter .logo .btTextLogo {
    height: 50px;
}

.btMenuHorizontal.btMenuCenter .menuPort nav {
    float: none;
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav {
    position: absolute;
    right: 50%;
    left: auto;
    padding: 0;
    padding-right: 50px;
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul {
    float: right;
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul {
    right: auto;
    left: 0;
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul li a:before {
    right: auto;
    left: .5em;
}

.btMenuHorizontal.btMenuCenter .menuPort .leftNav ul ul ul {
    left: 240px;
    right: auto;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav {
    position: absolute;
    left: 50%;
    right: auto;
    padding-left: 50px;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul {
    right: 0;
    left: auto;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:before {
    left: auto;
    right: .5em;
    transform: translateX(5px);
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li a:hover:before {
    transform: translateX(0);
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul li .subToggler:before {
    content: "\f104";
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul > li {
    padding-right: 0;
    padding-left: calc(50px * .2);
}

:not(.rtl).btMenuHorizontal.btMenuCenter .menuPort .rightNav ul > li:first-child {
    padding-left: 0 !important;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul > li > a:after {
    left: auto;
    right: calc(40px * .4);
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav > ul > li > .subToggler {
    left: -10px;
    right: auto;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav ul ul ul {
    right: 240px;
    left: auto;
}

.btMenuHorizontal.btMenuCenter .menuPort .rightNav li {
    text-align: right;
}

.btMenuHorizontal.btMenuCenterBelow .logo {
    float: none;
    text-align: center;
}

.btMenuHorizontal.btMenuCenterBelow .logo img {
    margin-left: auto;
    margin-right: auto;
}

.btMenuHorizontal.btMenuCenterBelow .gutter .port {
    position: relative;
}

.btMenuHorizontal.btMenuCenterBelow .topBarInLogoArea {
    position: absolute;
    right: 30px;
    top: 0;
}

.btMenuHorizontal.btMenuCenterBelow .menuPort nav {
    float: none;
    text-align: center;
}

.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li {
    float: none;
    display: inline-block;
}

.btMenuHorizontal.btMenuCenterBelow .menuPort nav ul li ul li {
    display: block;
    text-align: left;
}

.btMenuHorizontal.btMenuCenterBelow .topBarInMenu {
    position: absolute;
    right: 0;
}

/* Wide menu */
html:not(.touch) body.btMenuHorizontal.btMenuRight .menuPort > nav > ul > li.btMenuWideDropdown ul {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown {
    position: static;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul {
    width: 100%;
    left: 0;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li {
    top: auto;
    border-top: none !important;
    float: left;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a {
    font-weight: 600 !important;
    border: none !important;
    position: relative;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    color: rgb(4, 150, 213);
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > a:after {
    content: "";
    display: block;
    height: 1px !important;
    left: 1em !important;
    right: 1em !important;
    background: #181818;
    bottom: 0 !important;
    opacity: .1;
    position: absolute;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li > ul:before {
    display: none;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul {
    opacity: 1;
    top: auto;
    margin: 0 !important;
    width: 100%;
    right: 0;
    left: 0;
    position: relative;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul:after {
    display: none;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > ul > li:first-child > a {
    border-top: none !important;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li > li:not(:last-child) {
    border-left: 1px solid rgba(0, 0, 0, .1);
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > ul > li ul:before {
    display: none;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li {
    width: 100%;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown > li .sub-menu {
    width: 100%;
}

html:not(.touch) body.btMenuHorizontal .menuPort > nav > ul > li.btMenuWideDropdown.on > ul > li > ul {
    pointer-events: auto;
}

html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.rightNav > ul > li.btMenuWideDropdown > ul {
    width: 300%;
    left: -200%;
}

html:not(.touch) body.btMenuCenter.btMenuHorizontal .menuPort > nav.leftNav > ul > li.btMenuWideDropdown > ul {
    width: 300%;
    right: -200%;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-1 > ul > li {
    width: 100% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 > ul > li {
    width: 50% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 > ul > li {
    width: 33.33333% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 > ul > li {
    width: 25% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-5 > ul > li {
    width: 20% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-6 > ul > li {
    width: 16.66667% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-7 > ul > li {
    width: 14.28571% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-8 > ul > li {
    width: 12.5% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-9 > ul > li {
    width: 11.11111% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-10 > ul > li {
    width: 10% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-11 > ul > li {
    width: 9.09091% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-12 > ul > li {
    width: 8.33333% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-13 > ul > li {
    width: 7.69231% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-14 > ul > li {
    width: 7.14286% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-15 > ul > li {
    width: 6.66667% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-16 > ul > li {
    width: 6.25% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-17 > ul > li {
    width: 5.88235% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-18 > ul > li {
    width: 5.55556% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-19 > ul > li {
    width: 5.26316% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-20 > ul > li {
    width: 5% !important;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-2 ul.sub-menu {
    max-width: 580px;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-3 ul.sub-menu {
    max-width: 780px;
}

html:not(.touch) body.btMenuHorizontal .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 ul.sub-menu {
    max-width: 920px;
}

html:not(.touch) body.btMenuHorizontal.btMenuRight .mainHeader li.btMenuWideDropdown.btMenuWideDropdownCols-4 ul.sub-menu {
    left: auto !important;
    right: 0 !important;
}

html:not(.touch) body.btMenuHorizontal.btMenuLeft .mainHeader:not(.gutter) .menuPort > nav > ul > li.btMenuWideDropdown > ul {
    left: auto;
    right: auto;
}

.btSoftRoundedButtons.btMenuHorizontal .menuPort > nav > ul li.btMenuWideDropdown ul:before,
.btHardRoundedButtons.btMenuHorizontal .menuPort > nav > ul li.btMenuWideDropdown ul:before {
    border-radius: 5px 5px 5px 5px;
}

.btSoftRoundedButtons.btMenuHorizontal.btMenuLeft .menuPort > nav > ul li.btMenuWideDropdown ul:before,
.btHardRoundedButtons.btMenuHorizontal.btMenuLeft .menuPort > nav > ul li.btMenuWideDropdown ul:before {
    border-radius: 0 5px 5px 5px;
}

/* Top bar */
.btMenuHorizontal .topBar {
    font-size: .8em;
    line-height: 2.5em;
    z-index: 2;
}

.btMenuHorizontal .topBar .topBarPort {
    display: flex;
}

.btMenuHorizontal .topBar .topBarPort:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btMenuHorizontal .topBar .topBarPort:after,
.btMenuHorizontal .topBar .topBarPort:before {
    display: none;
}

.btMenuHorizontal .topBarInMenu {
    line-height: inherit;
    float: right;
    display: flex;
    align-items: center;
    height: 60px;
}

.btMenuHorizontal .topBarInMenu .topBarInMenuCell {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 48px;
}

.btMenuHorizontal .bt-below-logo-area .topBarInMenu {
    height: 50px;
    line-height: 50px;
}

/* Menu bellow logo */
.btMenuHorizontal.btMenuBelowLogo .bt-below-logo-area {
    padding: 0;
    z-index: 0;
}

.btMenuHorizontal.btMenuBelowLogo .menuPort {
    clear: both;
    position: relative;
    margin: 0;
    float: none;
}

.btMenuHorizontal.btMenuBelowLogo .menuPort nav {
    padding: 0;
}

/* Header styles */
.btAccentDarkHeader:not(.btBelowMenu) .mainHeader,
.btAccentDarkHeader:not(.btBelowMenu) .bt-vertical-header-top,
.btLightAccentHeader:not(.btBelowMenu) .mainHeader,
.btLightAccentHeader:not(.btBelowMenu) .bt-vertical-header-top,
.btAccentLightHeader:not(.btBelowMenu) .mainHeader,
.btAccentLightHeader:not(.btBelowMenu) .bt-vertical-header-top,
.btLightDarkHeader:not(.btBelowMenu) .mainHeader,
.btLightDarkHeader:not(.btBelowMenu) .bt-vertical-header-top {
    /*box-shadow: 0 2px 30px 0 rgba(0,0,0,.15);*/
}

/* Keep width above menu */
/*
body.btBelowMenu.btMenuHorizontal:any(.btAccentDarkHeader,.btAccentLightHeader,.btLightAccentHeader,.btLightDarkHeader) {
	.mainHeader.gutter {
		max-width: $(baseTemplateWidth)px;
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
}*/
/* Transparent Light */
.btTransparentLightHeader .mainHeader {
    color: #fff;
}

.btStickyHeaderActive.btTransparentLightHeader .mainHeader {
    background-color: #191919;
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentLightHeader .mainHeader {
    color: #181818;
    background-color: #fff;
}

.btMenuVertical.btTransparentLightHeader .mainHeader {
    background-color: #191919;
}

.btTransparentLightHeader .bt-vertical-header-top {
    color: #fff;
}

.btStickyHeaderActive.btTransparentLightHeader .bt-vertical-header-top {
    background-color: #191919;
}

.btHasAltLogo.btStickyHeaderActive.btTransparentLightHeader .bt-vertical-header-top {
    background-color: #fff;
    color: #181818;
}

.btTransparentLightHeader .bt-below-logo-area .menuPort {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

/* Transparent Dark */
.btTransparentDarkHeader .mainHeader,
.btTransparentDarkHeader .bt-vertical-header-top {
    color: #181818;
}

.btStickyHeaderActive.btTransparentDarkHeader .mainHeader,
.btStickyHeaderActive.btTransparentDarkHeader .bt-vertical-header-top {
    background-color: #fff;
}

.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .mainHeader,
.btHasAltLogo.btStickyHeaderActive.btMenuHorizontal.btTransparentDarkHeader .bt-vertical-header-top {
    color: #fff;
    background-color: #191919;
}

/* Light + Accent */
.btAccentLightHeader .mainHeader,
.btAccentLightHeader .bt-vertical-header-top {
    background-color: #fff;
}

.btAccentLightHeader .bt-below-logo-area,
.btAccentLightHeader .topBar {
    background-color: rgb(4, 150, 213);
    color: #181818;
}

.btAccentLightHeader .bt-below-logo-area a:hover,
.btAccentLightHeader .topBar a:hover {
    color: #222e41;
}

/* Sticky */
.btStickyHeaderActive.btMenuHorizontal .mainHeader {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
    transform: translateY(-100%);
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .topBar {
    display: none;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-below-logo-area {
    padding: 0;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .logo img {
    height: calc(36px * 0.5);
    margin: 12px 0;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .btTextLogo {
    font-size: 1.5em;
    line-height: calc(32px * 0.5);
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .menuPort nav > ul > li > a,
.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .menuPort nav > ul > li > .subToggler {
    line-height: calc(32px * 0.5);
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .bt-logo-area .topBarInMenu {
    height: calc(32px * 0.5);
    margin-top: 13px;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .menuPort > nav > ul > li {
    padding-top: 0;
    padding-bottom: 0;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .menuPort > nav > ul > li.menu-item-has-children:before {
    top: 100%;
}

.btStickyHeaderActive.btMenuHorizontal .menuPort nav {
    margin-top: 13px;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .menuPort > nav > ul > li > ul {
    top: 100%;
}

.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .bt-logo-area {
    display: none;
}


.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .bt-logo-area {
    display: block;
}

.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .bt-logo-area .topBarInLogoArea {
    height: calc(60px * 0.5);
}

.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .bt-logo-area .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
    font-size: 2em;
}

.btStickyHeaderActive.btMenuBelowLogo.btMenuBelowLogoShowArea.btMenuHorizontal .mainHeader .bt-logo-area .topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
    font-size: 1.125em;
}

.btHasAltLogo.btStickyHeaderActive .btMainLogo {
    display: block;
}

.btHasAltLogo.btStickyHeaderActive .btAltLogo {
    display: block !important;
}

.btMenuVertical.btStickyHeaderActive .bt-vertical-header-top {
    position: fixed;
    top: 0;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .15);
    transform: translateY(-100%);
}

.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .bt-vertical-header-top {
    transform: translateY(0%);
    transition: transform 200ms ease;
}

.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .bt-vertical-header-top {
    transform: translateY(-100%);
}

.btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .bt-vertical-header-top {
    transform: translateY(0%) translateX(438px);
}

.btMenuVerticalRight.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .bt-vertical-header-top {
    transform: translateY(0%) translateX(-438px);
}

.btStickyHeaderClosed.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .bt-vertical-header-top {
    transform: translateY(-100%) translateX(438px);
}

.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
    transition: transform 200ms ease;
    transform: translateY(0);
}

.btStickyHeaderClosed.btMenuHorizontal.btStickyHeaderActive.btStickyHeaderOpen .mainHeader {
    transform: translateY(-100%);
}

/* Vertical and responsive menu */
.btMenuVertical.btStickyHeaderActive.btStickyHeaderOpen .bt-vertical-header-top {
    transition: transform 200ms ease;
}

.bt-vertical-header-top {
    display: none;
    height: 48px;
    position: relative;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}

.btMenuVertical .bt-vertical-header-top {
    display: block;
}

.bt-vertical-header-top .bt-vertical-menu-trigger {
    display: none;
    position: relative;
    z-index: 1;
    height: 48px;
    margin: 0 .5em 0 0;
    font-size: 1.5em;
}

.bt-vertical-menu-trigger .bt_bb_icon {
    width: 24px;
    height: 20px;
    position: relative;
    padding: 0;
    float: left;
    margin: 14px 0;
}

.bt-vertical-menu-trigger .bt_bb_icon:before,
.bt-vertical-menu-trigger .bt_bb_icon:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top-width: 2px;
    border-top-style: solid;
    transition: 300ms ease all;
    transform: translateY(0);
    transform-origin: -.75px 1px;
}

.btMenuVerticalOn .bt-vertical-menu-trigger .bt_bb_icon:before,
.btMenuVerticalOn .bt-vertical-menu-trigger .bt_bb_icon:after {
    transform: rotate(45deg) translateY(0) !important;
}

.btTransparentDarkHeader .bt-vertical-menu-trigger .bt_bb_icon:before,
.btAccentLightHeader .bt-vertical-menu-trigger .bt_bb_icon:before,
.btLightDarkHeader .bt-vertical-menu-trigger .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .bt-vertical-menu-trigger .bt_bb_icon:before,
.btTransparentDarkHeader.btHasAltLogo .bt-vertical-menu-trigger .bt_bb_icon:before,
.btLightDarkHeader.btHasAltLogo .bt-vertical-menu-trigger .bt_bb_icon:before,
.btAccentLightHeader.btHasAltLogo .bt-vertical-menu-trigger .bt_bb_icon:before,
.btDarkTransparentHeader .bt-vertical-menu-trigger .bt_bb_icon:before,
.btTransparentDarkHeader .bt-vertical-menu-trigger .bt_bb_icon:after,
.btAccentLightHeader .bt-vertical-menu-trigger .bt_bb_icon:after,
.btLightDarkHeader .bt-vertical-menu-trigger .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .bt-vertical-menu-trigger .bt_bb_icon:after,
.btTransparentDarkHeader.btHasAltLogo .bt-vertical-menu-trigger .bt_bb_icon:after,
.btLightDarkHeader.btHasAltLogo .bt-vertical-menu-trigger .bt_bb_icon:after,
.btAccentLightHeader.btHasAltLogo .bt-vertical-menu-trigger .bt_bb_icon:after,
.btDarkTransparentHeader .bt-vertical-menu-trigger .bt_bb_icon:after {
    border-top-color: #181818;
}

.btTransparentLightHeader .bt-vertical-menu-trigger .bt_bb_icon:before,
.btAccentDarkHeader .bt-vertical-menu-trigger .bt_bb_icon:before,
.btLightAccentHeader .bt-vertical-menu-trigger .bt_bb_icon:before,
.btHasAltLogo .bt-vertical-menu-trigger .bt_bb_icon:before,
.btTransparentLightHeader .bt-vertical-menu-trigger .bt_bb_icon:after,
.btAccentDarkHeader .bt-vertical-menu-trigger .bt_bb_icon:after,
.btLightAccentHeader .bt-vertical-menu-trigger .bt_bb_icon:after,
.btHasAltLogo .bt-vertical-menu-trigger .bt_bb_icon:after {
    border-top-color: #fff;
}

.bt-vertical-menu-trigger .bt_bb_icon:after {
    top: auto;
    bottom: 0;
}

.btMenuVerticalOn .bt-vertical-menu-trigger .bt_bb_icon:after {
    transform: rotate(-45deg) translateY(0) !important;
}

.bt-vertical-menu-trigger:hover {
    cursor: pointer;
    color: inherit;
}

.btTransparentDarkHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:before,
.btTransparentLightHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:before,
.btDarkTransparentHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:before,
.btAccentLightHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:before,
.btAccentDarkHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:before,
.btLightDarkHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:before,
.btHasAltLogo.btStickyHeaderActive .bt-vertical-menu-trigger:hover .bt_bb_icon:before,
.btTransparentDarkHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:after,
.btTransparentLightHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:after,
.btDarkTransparentHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:after,
.btAccentLightHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:after,
.btAccentDarkHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:after,
.btLightDarkHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:after,
.btHasAltLogo.btStickyHeaderActive .bt-vertical-menu-trigger:hover .bt_bb_icon:after {
    border-top-color: rgb(4, 150, 213);
}

.btLightAccentHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:before,
.btLightAccentHeader .bt-vertical-menu-trigger:hover .bt_bb_icon:after {
    border-top-color: #181818;
}

.bt-vertical-menu-trigger:hover .bt_bb_icon:before {
    transform: translateY(-3px);
}

.btMenuVerticalOn .bt-vertical-menu-trigger:hover .bt_bb_icon:before {
    transform: rotate(0) translateY(-3px);
}

.bt-vertical-menu-trigger:hover .bt_bb_icon:after {
    transform: translateY(3px);
}

.btMenuVerticalOn .bt-vertical-menu-trigger:hover .bt_bb_icon:after {
    transform: rotate(0) translateY(3px);
}


.btMenuVerticalOn .mainHeader {
    transform: translateX(0);
    transition: transform 1s cubic-bezier(.230, 1, .320, 1);
}

.btMenuVerticalLeft.btMenuVerticalOn .bt-content-wrap,
.btMenuVerticalLeft.btMenuVerticalOn .bt-vertical-header-top,
.btMenuVerticalLeft.btMenuVerticalOn .bt-site-footer {
    transform: translateX(438px);
}

.btMenuVerticalLeft.btMenuVerticalOn .bt-vertical-header-top .logo {
    opacity: 0;
}

/* Fixed mobile vertical right menu */
.btMenuVerticalRight.btMenuVerticalOn .bt-content-wrap,
.btMenuVerticalRight.btMenuVerticalOn .bt-vertical-header-top,
.btMenuVerticalRight.btMenuVerticalOn .bt-site-footer {
    transform: translateX(-438px);
}

.btMenuVerticalRight.btMenuVerticalOn .bt-vertical-header-top .logo {
    opacity: 0;
}

.btMenuVertical .mainHeader {
    text-align: center;
    height: 100%;
    top: 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    max-width: 500px;
    clear: both;
    z-index: 101;
    padding: 0;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.btMenuInitFinished.btMenuVertical .mainHeader {
    transition: transform 1s cubic-bezier(.230, 1, .320, 1);
}

:not(.btMenuBelowLogo).btMenuVertical .mainHeader .main-header-inner {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .main-header-inner {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .main-header-inner .bt-logo-area {
    order: 0;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .main-header-inner .topBar {
    order: 2;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .main-header-inner .bt-below-logo-area {
    order: 1;
}

.btMenuVertical .mainHeader .btMainLogo {
    display: block !important;
}

.btMenuVertical .mainHeader .btAltLogo {
    display: none !important;
}

.btMenuVertical .mainHeader .logo {
    float: none;
    margin: 0;
    padding: 0 2em 1em;
}

.btMenuVertical .mainHeader .logo img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: 60px;
}

.btMenuVertical .mainHeader .btCloseVertical {
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    right: 20px;
    top: 10px;
}

.btMenuVertical .mainHeader .btCloseVertical:before {
    content: "\f00d";
    font-family: FontAwesome;
}

.btMenuVertical .mainHeader .btCloseVertical:before:hover {
    color: rgb(4, 150, 213);
}

.btMenuVertical .mainHeader .menuPort {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
}

.btMenuVertical .mainHeader .menuPort .leftNav {
    order: 1;
}

.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
    padding-top: 1em;
    padding-bottom: 2em;
}

.btMenuVertical .mainHeader nav {
    margin: 0 !important;
}

.btMenuVertical .mainHeader nav ul > li > ul {
    opacity: 1;
    pointer-events: auto;
    border-bottom: 1px solid rgb(255, 255, 255, .2);
    transform: translateY(0);
}

.btMenuVertical .mainHeader nav ul > li > ul > li > ul {
    border: none !important;
}

.btMenuVertical .mainHeader nav ul {
    transition: none;
    padding-top: .5em;
    padding-bottom: .5em;
}

.btMenuVertical .mainHeader nav ul li {
    padding: 0;
    position: relative;
    background-color: transparent;
}

.btMenuVertical .mainHeader nav ul li a {
    line-height: 1.1;
    padding: 1em 2em;
    border: none;
    font-weight: 400;
}

.btMenuVertical .mainHeader nav ul li li {
    font-size: .9em;
}

.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor) > ul {
    display: none;
}

.btMenuVertical .mainHeader nav ul ul li {
    padding: 0;
    opacity: 1;
    border: none;
    background-color: transparent;
}

.btMenuVertical .mainHeader nav ul ul li ul {
    opacity: .8;
}

.btMenuVertical .mainHeader nav ul ul li ul li a {
    border: none !important;
}

.btMenuVertical .mainHeader nav li.current-menu-ancestor > a,
.btMenuVertical .mainHeader nav li.current-menu-item > a {
    font-weight: 600;
}

.btMenuVertical .mainHeader nav > ul > li > a {
    text-transform: uppercase;
    border-bottom: 1px solid rgb(255, 255, 255, .2) !important;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget {
    margin-left: .75em;
    margin-right: .25em;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) {
    margin-left: .75em;
    margin-right: 0;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
    padding-right: .75em;
}

.btMenuVertical .bt-vertical-menu-trigger {
    display: block;
}

.btMenuVertical .menuScrollPort {
    width: 320px;
    overflow: hidden;
}

.btMenuVerticalRight .mainHeader {
    right: 0;
    transform: translateX(100%);
}

.btMenuVerticalOn.btMenuVerticalRight .mainHeader {
    transform: translateX(0);
    box-shadow: -2px 0 5px rgba(0, 0, 0, .1);
}

.btMenuVerticalRight .bt-vertical-menu-trigger {
    float: right;
}

.btMenuVerticalLeft .mainHeader {
    left: 0;
    transform: translateX(-100%);
}

.btMenuVerticalOn.btMenuVerticalLeft .mainHeader {
    transform: translateX(0);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.btMenuVerticalLeft .bt-vertical-menu-trigger {
    float: left;
}

/* Header tools layout */
.btMenuHorizontal .btTopToolsRight,
.btMenuHorizontal .btTopToolsLeft {
    flex-grow: 1;
}

.btMenuHorizontal .btTopToolsLeft {
    text-align: left;
    display: flex;
    align-items: center;
}

.btMenuHorizontal .btTopToolsRight {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.btMenuHorizontal .topBarInLogoArea {
    float: right;
    height: 60px;
    display: flex;
    align-items: center;
}

.btMenuHorizontal .topBarInLogoArea .topBarInLogoAreaCell {
    border: 0 solid rgb(4, 150, 213);
}

/* Tools in vertical menu */
.btMenuVertical .mainHeader {
    text-align: center;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 500px;
    clear: both;
    z-index: 101;
    padding: 0;
    box-shadow: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.btMenuInitFinished.btMenuVertical .mainHeader {
    transition: transform 1s cubic-bezier(.230, 1, .320, 1);
}

:not(.btMenuBelowLogo).btMenuVertical .mainHeader .main-header-inner {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
}

.btMenuVertical .mainHeader .topBar {
    order: 1;
}

.btMenuVertical .mainHeader .topBar .topBarPort {
    padding-top: 2em;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .main-header-inner {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .main-header-inner .bt-logo-area {
    order: 0;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .main-header-inner .topBar {
    order: 2;
}

.btMenuBelowLogo.btMenuVertical .mainHeader .main-header-inner .bt-below-logo-area {
    order: 1;
}

.btMenuVertical .mainHeader .btMainLogo {
    display: block !important;
}

.btMenuVertical .mainHeader .btAltLogo {
    display: none !important;
}

.btMenuVertical .mainHeader .logo {
    float: none;
    margin: 0;
    padding: 0 2em 1em;
}

.btMenuVertical .mainHeader .logo img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: 60px;
}

.btMenuVertical .mainHeader .btCloseVertical {
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    right: 20px;
    top: 10px;
}

.btMenuVertical .mainHeader .btCloseVertical:before {
    content: "\f00d";
    font-family: FontAwesome;
}

.btMenuVertical .mainHeader .btCloseVertical:hover:before {
    color: rgb(4, 150, 213);
}

.btMenuVertical .mainHeader .menuPort {
    display: flex;
    width: 100%;
    flex-direction: column-reverse;
}

.btMenuVertical .mainHeader .menuPort .leftNav {
    order: 1;
}

.btMenuVertical .mainHeader .topBar .topBarPort .topTools {
    padding-top: 0;
    border: none;
}

.btMenuVertical .mainHeader .topBarInMenu {
    margin: 2em 0;
}

.btMenuVertical .mainHeader nav {
    margin: 0 !important;
}

.btMenuVertical .mainHeader nav ul > li > ul {
    opacity: 1;
    pointer-events: auto;
}

.btMenuVertical .mainHeader nav ul > li > ul > li.current_page_item > a {
    color: rgb(4, 150, 213);
}

.btMenuVertical .mainHeader nav ul {
    transition: none;
}

.btMenuVertical .mainHeader nav ul li {
    padding: 0;
    position: relative;
    background-color: transparent;
}

.btMenuVertical .mainHeader nav ul li a {
    line-height: 1.1;
    padding: 1em 2em;
    border: none;
    font-weight: 400;
}

.btMenuVertical .mainHeader nav ul li li {
    font-size: .9em;
}

.btMenuVertical .mainHeader nav ul li:not(.current-menu-ancestor) > ul {
    display: none;
}

.btMenuVertical .mainHeader nav ul ul li {
    padding: 0;
    opacity: 1;
    border: none;
    background-color: transparent;
}

.btMenuVertical .mainHeader nav ul ul li ul {
    opacity: .8;
}

.btMenuVertical .mainHeader nav ul ul li ul li a {
    border: none !important;
}

.btMenuVertical .mainHeader nav li.current-menu-ancestor > a,
.btMenuVertical .mainHeader nav li.current-menu-item > a {
    font-weight: 600;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget,
.btMenuVertical .mainHeader .topBar .btIconWidget,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    opacity: 1;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBar .btIconWidget .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget .btIconWidgetIcon {
    display: block;
    text-align: center;
    width: 100%;
    padding-bottom: 1em;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText {
    padding-top: .2em;
    margin: 0 auto;
    width: auto;
    display: inline-flex;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetIcon {
    width: auto;
    padding: 0;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetIcon .bt_bb_icon_holder,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetIcon .bt_bb_icon_holder,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetIcon .bt_bb_icon_holder {
    font-size: .6rem;
    opacity: .4;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent {
    font-size: .9em;
    text-align: center;
    align-items: center;
    width: auto;
    display: block;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetText {
    display: inline-block;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBar .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetContent .btIconWidgetTitle {
    margin-right: 0;
    padding-right: .2em;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText),
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) {
    margin-left: 0;
    margin-right: 0;
    width: initial;
    display: inline-block;
    padding: 0 .25em;
    margin-bottom: 1.5em;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon {
    padding-right: .75em;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon {
    border: 1px solid white;
    padding: .2em;
    width: 35px;
    height: 35px;
    line-height: 2;
    border-radius: 50px;
}

.btMenuVertical .mainHeader .topBarInMenu .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon_holder,
.btMenuVertical .mainHeader .topBar .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon_holder,
.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget:not(.btWidgetWithText) .btIconWidgetIcon .bt_bb_icon_holder {
    line-height: 1.8;
}

.btMenuVertical .mainHeader .topBarInLogoArea {
    padding-bottom: 1em;
}

.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText {
    padding-top: .5em;
}

.btMenuVertical .mainHeader .topBarInLogoArea .btIconWidget.btWidgetWithText .btIconWidgetIcon {
    padding-right: .5em;
    font-size: inherit;
}

.btMenuVertical .bt-vertical-menu-trigger {
    display: block;
}

.btMenuVertical .menuScrollPort {
    width: 320px;
    overflow: hidden;
}

.btMenuVertical .mainHeader .topBar .btIconWidget.btCartWidget .btIconWidgetIcon {
    border: none;
}

.btMenuVertical .mainHeader .topBar .widget_shopping_cart {
    display: block;
    padding-top: 1em;
}

/* iScroll */
.btDarkSkin .iScrollIndicator,
.btLightSkin .btDarkSkin .iScrollIndicator,
.btDarkSkin.btLightSkin .btDarkSkin .iScrollIndicator {
    background-color: rgba(255, 255, 255, .05) !important;
    border: 1px solid rgba(255, 255, 255, .1) !important;
}

/* Prevent horizontal scroll on small screens when menu is open */
body.btMenuVerticalOn {
    width: 100vw;
    overflow: hidden;
}

/* IE10 Menu Fix */
html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li > ul {
    opacity: 1;
    pointer-events: auto;
    display: none;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul {
    display: block;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li > ul {
    display: none;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul {
    display: block;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li > ul {
    display: none;
}

html[data-useragent*='MSIE 10.0'] body.btMenuHorizontal .menuPort ul > li.on > ul > li.on > ul > li.on > ul {
    display: block;
}

/* Admin bar fix */
.admin-bar.btStickyHeaderActive .mainHeader,
.admin-bar.btStickyHeaderActive .bt-vertical-header-top {
    top: 32px;
}

.admin-bar.btMenuVertical .mainHeader {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar.btStickyHeaderActive .mainHeader,
    .admin-bar.btStickyHeaderActive .bt-vertical-header-top {
        top: 46px;
    }

    .admin-bar.btMenuVertical .mainHeader {
        top: 46px;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar.btStickyHeaderActive .mainHeader {
        top: 0;
    }

    .admin-bar.btMenuVertical .bt-vertical-header-top {
        top: 0;
    }
}

/* Footer copyright */
.bt-site-footer:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.bt-site-footer .copy-line {
    margin-bottom: 0;
}

.bt-site-footer .bt-footer-menu .menu {
    margin: 0 -1em;
    padding: 0;
    list-style: none;
    width: 100%;
    display: inline-block;
}

.bt-site-footer .bt-footer-menu .menu li {
    display: inline-block;
    margin: 0;
    padding: 0 1em;
}

.bt-site-footer .bt-footer-menu .menu li a {
    text-decoration: underline;
}

.bt-site-footer .bt-footer-menu .menu li a:hover {
    color: inherit;
    text-decoration: none;
}

.bt-site-footer .bt_bb_text p {
    line-height: 1.4;
}

.bt-site-footer-widgets {
    padding-top: 8em;
    font-weight: 300;
}

.bt-site-footer-copy-menu .port > div {
    display: flex;
    width: 100%;
}

.bt-site-footer-copy-menu .port > div .bt-footer-copy,
.bt-site-footer-copy-menu .port > div .bt-footer-menu {
    padding-top: 2em;
    padding-bottom: 2em;
    flex: 1 1 50%;
    font-size: .8em;
}

.bt-site-footer-copy-menu .port > div .bt-footer-menu {
    text-align: right;
}

.bt-site-footer .bt_bb_image img {
    width: 220px;
}

/* Footer Skin */
.btLightSkin .bt-site-footer-widgets,
.btDarkSkin .btLightSkin .bt-site-footer-widgets,
.btLightSkin .btDarkSkin .btLightSkin .bt-site-footer-widgets {
    background: #fff;
}

.btLightSkin .bt-site-footer-copy-menu,
.btDarkSkin .btLightSkin .bt-site-footer-copy-menu,
.btLightSkin .btDarkSkin .btLightSkin .bt-site-footer-copy-menu {
    background: #fff;
}

.btLightSkin .bt-site-footer-copy-menu .port:before,
.btDarkSkin .btLightSkin .bt-site-footer-copy-menu .port:before,
.btLightSkin .btDarkSkin .btLightSkin .bt-site-footer-copy-menu .port:before {
    background-color: #181818;
}

.btDarkSkin .bt-site-footer-widgets,
.btLightSkin .btDarkSkin .bt-site-footer-widgets,
.btDarkSkin.btLightSkin .btDarkSkin .bt-site-footer-widgets {
    background: #191919;
}

.btDarkSkin .bt-site-footer-copy-menu,
.btLightSkin .btDarkSkin .bt-site-footer-copy-menu,
.btDarkSkin.btLightSkin .btDarkSkin .bt-site-footer-copy-menu {
    background: #191919;
}

.btDarkSkin .bt-site-footer-copy-menu .port:before,
.btLightSkin .btDarkSkin .bt-site-footer-copy-menu .port:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt-site-footer-copy-menu .port:before {
    background-color: rgb(4, 150, 213);
}

.btGraySkin .bt-site-footer-widgets {
    background: #f7f7f5;
}

.btGraySkin .bt-site-footer-copy-menu {
    background: #f7f7f5;
}

.btGraySkin .bt-site-footer-copy-menu .port:before {
    background-color: #181818;
}

@media (max-width: 992px) {
    .bt-site-footer .port div .bt-footer-copy,
    .bt-site-footer .port div .bt-footer-menu {
        padding-top: 1em;
        padding-bottom: 1em;
        text-align: center;
    }

    .bt-site-footer-widgets #boldSiteFooterWidgetsRow {
        display: block;
    }

    .bt-site-footer-widgets #boldSiteFooterWidgetsRow .btBox {
        width: 100% !important;
        max-width: 100% !important;
    }

    .bt-site-footer-widgets .btIconWidgetContent {
        width: 100%;
    }

    .bt-site-footer-widgets .btIconWidgetContent ul.cart_list {
        width: 100%;
    }

    .bt-site-footer-copy-menu .port > div {
        display: block;
    }
}

@media (max-width: 620px) {
    .bt-site-footer-widgets #boldSiteFooterWidgetsRow .btBox {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Single post */
.sticky .headline:before {
    content: "\e69b";
    font-family: Icon7Stroke;
    display: block;
    float: left;
    margin-right: .4em;
    font-size: .7em;
    padding-top: .3em;
}

.sticky .btBlogSimpleViewCategories .headline:before {
    content: "";
}

/* Title */
.btArticleHeadline .bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
}

.btArticleHeadline .bt_bb_headline .bt_bb_headline_content a:hover {
    color: rgb(4, 150, 213);
}

.btArticleHeadline .bt_bb_headline.bt_bb_size_normal .bt_bb_headline_superheadline {
    font-size: 1rem !important;
    letter-spacing: 1px !important;
}

/* Single Article */
body.btNoSidebar .btPostSingleItemStandard:first-child {
    margin-top: 6em;
}

body.btNoSidebar .btPostSingleItemStandard:last-child {
    margin-bottom: 4em;
}

.btPostListStandard.btPostSingleItemStandard {
    padding: 0;
    margin-bottom: 2em;
}

.btPostListStandard.btPostSingleItemStandard:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type),
.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type),
.btDarkSkin.btLightSkin .btDarkSkin .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) {
    border-bottom: none;
}

body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder,
.btLightSkin .btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder,
.btDarkSkin.btLightSkin .btDarkSkin body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type) .btArticleContentHolder {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:not(:last-of-type).sticky .btArticleContentHolder {
    border-bottom: none;
}

.btPostSingleItemStandard .btArticleMedia,
.btPostSingleItemStandard .btArticleContent,
.btPostSingleItemStandard .btArticleShareEtc {
    margin-bottom: 2em;
    clear: both;
}

.btPostSingleItemStandard .btArticleMedia:after,
.btPostSingleItemStandard .btArticleContent:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
    flex: 1 1 0%;
}

.btPostSingleItemStandard .btArticleHeadline {
    margin-bottom: 1em;
    clear: both;
}

.btPostSingleItemStandard .btArticleHeadline:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btPostSingleItemStandard:not(.btPostListStandard) .btArticleShareEtc {
    clear: both;
    padding-top: 0;
}

.btPostSingleItemStandard .btArticleShareEtc {
    display: flex;
    align-items: center;
}

.btPostSingleItemStandard .btArticleShareEtc > div {
    flex: 1 1 50%;
}

.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn {
    text-align: right;
    flex: 1 1 50%;
}

.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button {
    line-height: 1;
    margin-bottom: .25em;
}

.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a {
    padding: 0 !important;
}

.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a:hover {
    color: rgb(4, 150, 213);
}

.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a:hover .bt_bb_icon_holder {
    transform: translateX(.2em);
}

.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button a .bt_bb_button_text {
    line-height: 1;
}

.btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .bt_bb_button .bt_bb_icon_holder {
    transition: all 300ms ease;
    margin-top: -2px;
}

.btPostSingleItemStandard .btArticleShareEtc .btTagsColumn ul li a {
    line-height: 1;
}

.btPostSingleItemStandard.portfolio .btArticleHeadline {
    margin-bottom: 1.5em;
}

.btPostSingleItemStandard.portfolio .btArticleContent {
    max-width: 880px;
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent,
.btPortfolioSingle.btPostSingleItemStandard .btArticleShareEtc {
    max-width: initial;
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
    display: flex;
    margin-left: -2em;
    margin-right: -2em;
    margin-bottom: 1em;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
    flex: 1 1 70%;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 70%;
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner:last-child {
    max-width: 100%;
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
    flex: 1 1 30%;
    padding-left: 2em;
    padding-right: 2em;
    max-width: 30%;
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl {
    display: flex;
    flex-wrap: wrap;
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl dt {
    flex: 1 0 50%;
    font-weight: 800;
}

.btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta dl dd {
    flex: 1 0 50%;
    text-align: left;
}

body.single .btPostSingleItemStandard .btShareColumn {
    text-align: right;
}

body.single .btPostSingleItemStandard .btArticleHeadline {
    margin-bottom: 2em;
}

body.single .btPostSingleItemStandard .btArticleHeadline .bt_bb_headline_superheadline {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 400;
}

body.single .btPostSingleItemStandard .btArticleHeadline .bt_bb_headline_subheadline {
    line-height: 1.7;
    font-size: 1.125em;
    font-weight: 400;
}

body.btNoSidebar .btPostListStandard.btPostSingleItemStandard:first-child .btArticleContentHolder {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

@media (max-width: 580px) {
    .btPortfolioSingle.btPostSingleItemStandard .btArticleContent {
        display: block;
    }

    .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleContentInner {
        max-width: 100%;
    }

    .btPortfolioSingle.btPostSingleItemStandard .btArticleContent .btArticleSuperMeta {
        max-width: 100%;
    }
}

/* Portfolio meta */
.btArticleSuperMeta dl {
    margin-bottom: 2em;
}

.btArticleSuperMeta dl dt {
    min-width: 50%;
    padding-right: .75em;
    display: inline-block;
    font-weight: 800;
}

.btArticleSuperMeta dl dd {
    text-align: right;
    display: inline-block;
    margin: 0;
}

.btArticleSuperMeta .btShareColumn {
    margin-bottom: 1em;
    text-align: inherit !important;
}

/* About author */
.btAboutAuthor {
    display: flex;
    width: 100%;
    margin: 0 0 2em;
    padding: 2em 0;
}

.btLightSkin .btAboutAuthor,
.btDarkSkin .btLightSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btLightSkin .btAboutAuthor {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .btAboutAuthor,
.btLightSkin .btDarkSkin .btAboutAuthor,
.btDarkSkin.btLightSkin .btDarkSkin .btAboutAuthor {
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.btAboutAuthor .aaAvatar {
    vertical-align: top;
    padding: 0 1em 0 0;
    flex: 1 1 150px;
}

.btAboutAuthor .aaAvatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%;
}

.btAboutAuthor .aaTxt {
    flex: 0 1 100%;
    padding: 0;
}

.btAboutAuthor .aaTxt h1,
.btAboutAuthor .aaTxt h2,
.btAboutAuthor .aaTxt h3,
.btAboutAuthor .aaTxt h4,
.btAboutAuthor .aaTxt h5,
.btAboutAuthor .aaTxt h6,
.btAboutAuthor .aaTxt h7,
.btAboutAuthor .aaTxt h8 {
    font-size: 1.3em;
}

@media (max-width: 520px) {
    .btAboutAuthor .aaAvatar {
        flex: 1 1 100px;
    }
}

/* Media box */
.btMediaBox {
    position: relative;
    overflow: hidden;
}

.btMediaBox img {
    display: block;
    width: auto;
    height: auto;
}

.btMediaBox .aspectVideo {
    visibility: hidden;
    width: 100%;
}

.btMediaBox iframe {
    display: block;
    border: none;
}

.btMediaBox.video iframe {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important;
    border: none;
}

.btMediaBox.audio {
    line-height: 0;
}

.btMediaBox.audio iframe {
    display: block;
    width: 100% !important;
}

.btMediaBox.btQuote,
.btMediaBox.btLink {
    text-align: center;
    position: relative;
    display: block;
    margin: 0;
    font-weight: 300;
    padding: 5em;
    color: #fff;
}

.btMediaBox.btQuote:before,
.btMediaBox.btLink:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(4, 150, 213);
}

.btMediaBox.btQuote[style*="background-image"]:before,
.btMediaBox.btLink[style*="background-image"]:before {
    opacity: .6;
}

.btArticleListItem .btMediaBox.btQuote,
.btArticleListItem .btMediaBox.btLink {
    padding: 4em;
}

.btMediaBox.btQuote blockquote,
.btMediaBox.btLink blockquote {
    padding: 0;
    position: relative;
}

.btMediaBox.btQuote blockquote:before,
.btMediaBox.btLink blockquote:before {
    content: "";
}

.btMediaBox.btQuote p:before,
.btMediaBox.btLink p:before {
    display: block;
    text-align: center;
    font: 2em/1em Icon7Stroke;
    margin-bottom: .3em;
}

.btMediaBox.btQuote p,
.btMediaBox.btLink p {
    font-size: 2em;
    line-height: 1.3em;
    margin: 0;
}

.btMediaBox.btQuote cite,
.btMediaBox.btLink cite {
    font-size: 1em;
    display: inline-block;
    padding: 1.5em 0 0;
    border-top: 1px solid #fff;
    margin: 1.5em 0 0;
    color: #fff;
}

.btMediaBox.btQuote a,
.btMediaBox.btLink a {
    color: #fff;
    transition: all 300ms ease;
}

.btMediaBox.btQuote a:hover,
.btMediaBox.btLink a:hover {
    color: #fff;
    opacity: .6;
}

.btMediaBox.btLink p:before {
    content: "\e641";
    color: #fff;
}

.btMediaBox.btQuote p:before {
    content: "\e635";
    color: #fff;
}

.btPostListColumns .btMediaBox .bt_bb_slider button.slick-arrow {
    display: none !important;
}

/* Blog list side info */
.btHasAuthorInfo .btArticleContentHolder {
    position: relative;
    padding-left: 110px;
}

.articleSideGutter {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1.4;
    width: 90px;
    text-align: center;
}

.btPostListColumns .articleSideGutter {
    margin-left: 1em;
}

.articleSideGutter .date {
    opacity: .8;
}

.articleSideGutter .asgItem.title {
    margin: 4px 0 0;
}

@media (max-width: 768px) {
    .btPostSingleItemStandard .btArticleShareEtc {
        display: block;
    }

    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn,
    .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn {
        max-width: 100%;
        float: none;
        text-align: left;
    }

    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn .btShareText,
    .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn .btShareText {
        visibility: visible;
        opacity: 1;
    }

    .btPostSingleItemStandard .btArticleShareEtc > div.btReadMoreColumn:first-child,
    .btPostSingleItemStandard .btArticleShareEtc > div.btShareColumn:first-child {
        padding-bottom: 2em;
    }
}

@media (max-width: 620px) {
    .btHasAuthorInfo .btArticleContentHolder {
        padding-left: 0;
        clear: both;
    }

    .btHasAuthorInfo .articleSideGutter {
        position: relative;
        left: 0;
        margin: 0;
        width: auto;
        padding: 0 0 1em;
        clear: both;
    }

    .btHasAuthorInfo .asgItem.avatar {
        width: 45px;
        float: left;
    }
}

/* Share row general */

.btShareColumn .btShareText,
.btShareRow .btShareText {
    display: inline-block;
    font-size: .6em;
    line-height: 1.2;
    padding: .8em .5em .5em;
    margin-left: .5em;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    background: #ededed;
    visibility: hidden;
    opacity: 0;
    transition: all 300ms ease;
}

.btShareColumn .btShareText:after,
.btShareRow .btShareText:after {
    content: "";
    display: block;
    border: 7px solid #ededed;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    position: absolute;
    left: -.8em;
    bottom: .4em;
    margin: 0 -.5em;
}

.btShareColumn .btShareText.btLeftAlign,
.btShareRow .btShareText.btLeftAlign {
    margin-right: 1.5em;
    margin-left: 0;
}

.btShareColumn .btShareText.btLeftAlign:after,
.btShareRow .btShareText.btLeftAlign:after {
    left: auto;
    right: -1em;
    border-left-color: #ededed !important;
    border-right-color: transparent !important;
}

.btShareColumn .btInnerShare,
.btShareRow .btInnerShare {
    display: inline-block;
}

.btShareColumn:hover .btShareText,
.btShareRow:hover .btShareText {
    opacity: 1;
    visibility: visible;
}

/* List views */
/* Column list view */
body.btNoSidebar .btPostListColumns:first-of-type,
body.btNoSidebar .btPostSingleItemColumns:first-of-type {
    margin-top: 6em;
}

body.btNoSidebar .btPostListColumns:last-of-type,
body.btNoSidebar .btPostSingleItemColumns:last-of-type {
    margin-bottom: 4em;
}

body.btNoSidebar .btPostListColumns.btPagination:last-of-type,
body.btNoSidebar .btPostSingleItemColumns.btPagination:last-of-type {
    margin-top: 4em;
}

.btPostListColumns:not(:last-of-type),
.btPostSingleItemColumns:not(:last-of-type) {
    margin-bottom: 3em;
}

.btPostListColumns .btArticleContentHolder,
.btPostSingleItemColumns .btArticleContentHolder {
    display: flex;
    align-items: center;
    margin: 0 -1em;
}

.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
    flex: 1 1 60%;
    max-width: 60%;
    padding: 0 1em;
}

.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleMedia,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
    flex-basis: 0%;
    max-width: 0%;
}

.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
    flex: 1 1 40%;
    max-width: 40%;
    padding: 0 1em;
}

.btNoMedia.btPostListColumns .btArticleContentHolder .btArticleTextContent,
.btNoMedia.btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
    flex-basis: 100%;
    max-width: 100%;
}

.btPostListColumns .btArticleContentHolder .btArticleHeadline,
.btPostListColumns .btArticleContentHolder .btArticleContent,
.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline,
.btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
    margin-bottom: 1em;
}

.btPostListColumns .btArticleContentHolder .btArticleHeadline .bt_bb_headline.bt_bb_size_medium.bt_bb_superheadline .bt_bb_headline_superheadline,
.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline .bt_bb_headline.bt_bb_size_medium.bt_bb_superheadline .bt_bb_headline_superheadline {
    opacity: .8;
    font-size: .8125rem;
    letter-spacing: 1px !important;
}

.btPostListColumns .btArticleContentHolder .btShareRow,
.btPostSingleItemColumns .btArticleContentHolder .btShareRow {
    margin-top: 2em;
}

.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote p,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink p {
    font-size: 1.5em;
}

.btPostListColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostListColumns .btArticleContentHolder .btMediaBox.btLink cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btQuote cite,
.btPostSingleItemColumns .btArticleContentHolder .btMediaBox.btLink cite {
    padding-top: 1em;
    font-size: .8em;
}

.btPostListColumns .btArticleContentHolder .btArticleContent {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
}

body.single.btNoSidebar .btPostSingleItemColumns:last-of-type {
    margin-bottom: 3em;
}

@media (max-width: 768px) {
    .btPostListColumns .btArticleContentHolder,
    .btPostSingleItemColumns .btArticleContentHolder {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .btPostListColumns .btArticleContentHolder .btArticleMedia,
    .btPostListColumns .btArticleContentHolder .btArticleTextContent,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleTextContent {
        clear: both;
        padding: 0;
        max-width: 100%;
    }

    .btPostListColumns .btArticleContentHolder .btArticleMedia,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
        padding-bottom: 3em;
    }

    .btPostListColumns .btArticleContentHolder .btArticleContent,
    .btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
        margin-bottom: 1em !important;
    }
}

/* Sticky item */
.sticky.btArticleListItem .btArticleHeadline h1 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h2 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h3 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h4 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h5 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h6 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h7 .bt_bb_headline_content span a:after,
.sticky.btArticleListItem .btArticleHeadline h8 .bt_bb_headline_content span a:after {
    content: "\e69b";
    font-family: Icon7Stroke;
    margin: 0 .5em;
    color: rgb(4, 150, 213);
}

/* Dark skin */

.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button a {
    box-shadow: 0 0 0 1px #fff inset;
    color: #fff;
}

.btDarkSkin .btReadMoreColumn .bt_bb_style_outline.bt_bb_button:hover a {
    box-shadow: 0 0 0 2em #fff inset;
    color: #191919;
}

/* Column single view */
.btPostSingleItemColumns .btArticleContentHolder {
    align-items: flex-start;
}

.btPostSingleItemColumns .btArticleContentHolder .btArticleMedia {
    margin-bottom: 0;
}

.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline {
    clear: both;
    margin-bottom: 2em;
}

.btPostSingleItemColumns .btArticleContentHolder .btArticleHeadline .bt_bb_headline.bt_bb_size_normal .bt_bb_headline_subheadline {
    font-size: 1rem;
    margin-top: .7em;
    font-weight: 500;
}

.btPostSingleItemColumns .btArticleContentHolder .btArticleContent {
    margin-bottom: 2em;
}

.btPostSingleItemColumns .btArticleContentHolder .btArticleContent .btArticleSuperMeta {
    padding-top: 1em;
}

.btPostSingleItemColumns .btArticleContentHolder .btArticleShareEtc {
    margin-bottom: 0;
}

.btPostSingleItemColumns .btArticleContentHolder .btArticleShareEtc .btTagsColumn {
    padding-bottom: 1em;
}

.btPostSingleItemColumns .btArticleContentHolder .btShareRow {
    margin-top: 1.5em;
}

body.btNoSidebar .btPostSingleItemColumns {
    margin-top: 4em;
}

/* Simple view */
body.btNoSidebar .btArticleListItem.btPostListSimple:first-child {
    margin-top: 4em;
}

.btArticleListItem.btPostListSimple .btArticleContentHolder {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.btArticleListItem.btPostListSimple .btArticleContentHolder .btArticleTextExcerpt {
    margin-top: 1em;
}

.btArticleListItem.btPostListSimple .btArticleContentHolder .bt_bb_headline.bt_bb_size_normal .bt_bb_headline_superheadline {
    font-size: 1rem !important;
    opacity: .8;
    letter-spacing: 1px !important;
}

.btArticleListItem.animate {
    transition-delay: 200ms;
}

/* Image alignment (unit test) */
.bt-content-holder .alignleft {
    text-align: left;
    margin-right: 2em;
}

.bt-content-holder img.alignleft,
.bt-content-holder figure.alignleft {
    display: block;
    float: left;
}

body:not(.bt_bb_plugin_active).btNoSidebar .bt-content-holder img.alignleft,
body:not(.bt_bb_plugin_active).btNoSidebar .bt-content-holder figure.alignleft {
    clear: both;
}

.bt-content-holder .alignright {
    text-align: right;
    margin-left: 2em;
}

.bt-content-holder img.alignright,
.bt-content-holder figure.alignright {
    display: block;
    float: right;
}

body:not(.bt_bb_plugin_active).btNoSidebar .bt-content-holder img.alignright,
body:not(.bt_bb_plugin_active).btNoSidebar .bt-content-holder figure.alignright {
    clear: both;
}

.bt-content-holder .alignnone {
    width: auto !important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bt-content-holder .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.bt-content-holder img.aligncenter,
.bt-content-holder figure.aligncenter {
    display: block;
}

.bt-content-holder figure {
    margin-bottom: 2em;
}

.bt-content-holder figure.aligncenter {
    width: 100%;
    margin-top: 2em;
}

.bt-content-holder figure figcaption {
    text-align: inherit;
    font-size: .85em;
    margin: 0;
    display: block !important;
}

.bt-content-holder .wp-block-image .alignright > figcaption,
.bt-content-holder .wp-block-image.is-resized > figcaption {
    display: block;
}

/* Password protection (unit test) */
article .post-password-form {
    margin: 0 auto 4em !important;
}

.post-password-form {
    margin: 0 auto 4em;
}

.post-password-form p:first-child {
    color: #222e41;
}

.post-password-form p:nth-child(2) {
    display: flex;
    align-items: flex-end;
    max-width: 540px;
}

.post-password-form p:nth-child(2) label {
    flex: 1 0 85%;
    padding-right: 10px;
    font-weight: 600;
}

.post-password-form p:nth-child(2) label input[type="password"] {
    padding: .8em 1.5em;
    display: inline;
}

.post-password-form p:nth-child(2) input[type="submit"] {
    flex: 0 1 15%;
    margin: 0 auto;
    width: auto;
    border: 0;
    cursor: pointer;
    padding: 0 3em;
    color: #FFF;
    background: rgb(4, 150, 213);
}

@media (max-width: 580px) {
    .post-password-form p:nth-child(2) {
        display: block !important;
    }

    .post-password-form p:nth-child(2) input[type="submit"] {
        margin-top: 1em;
    }
}

/* Pagination */
.btPagination {
    font-size: 1rem;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 2.5rem;
    margin-top: 2em;
    margin-bottom: 4em;
}

.btPagination:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

.btButtonWeight_bold .btPagination {
    font-weight: 700;
}

.btPagination .paging.onLeft {
    float: left;
}

.btPagination .paging.onRight {
    float: right;
}

.btPagination .paging a {
    display: block;
    color: rgb(4, 150, 213);
}

.btDarkSkin .btPagination .paging a:hover,
.btLightSkin .btDarkSkin .btPagination .paging a:hover,
.btDarkSkin.btLightSkin .btDarkSkin .btPagination .paging a:hover {
    color: #fff;
}

.btLightSkin .btPagination .paging a:hover,
.btDarkSkin .btLightSkin .btPagination .paging a:hover,
.btLightSkin .btDarkSkin .btLightSkin .btPagination .paging a:hover {
    color: #181818;
}

.btDarkSkin .btPagination .paging a:hover:after,
.btLightSkin .btDarkSkin .btPagination .paging a:hover:after,
.btDarkSkin.btLightSkin .btDarkSkin .btPagination .paging a:hover:after {
    color: #fff;
}

.btLightSkin .btPagination .paging a:hover:after,
.btDarkSkin .btLightSkin .btPagination .paging a:hover:after,
.btLightSkin .btDarkSkin .btLightSkin .btPagination .paging a:hover:after {
    color: #181818;
}

.btPagination .paging a:after {
    content: "\e685";
    font-family: Icon7Stroke;
    font-size: 2em;
    display: block;
    text-align: center;
    transition: all 500ms ease;
    color: rgb(4, 150, 213);
}

.btPagination .paging p {
    margin: 0;
}

.btPagination .paging .pagePrev a:after {
    content: "\e687";
    float: left;
    margin: 0 5px 0 0;
}

.btPagination .paging .pageNext a:after {
    content: "\e685";
    float: right;
    margin: 0 0 0 5px;
}

/* PrevNext post */
.btPrevNextNav:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

body.btNoSidebar .btPrevNextNav {
    margin-bottom: 4em;
}

body:not(.bt_bb_plugin_active).btNoSidebar .btPrevNextNav {
    margin-bottom: 0;
}

.btPrevNextNav .btPrevNext {
    display: flex;
    align-items: center;
    float: left;
    color: inherit;
    width: 50%;
    margin: 0;
}

.btNext.btPrevNextNav .btPrevNext {
    flex-direction: row-reverse;
    float: right;
    text-align: right;
}

.btPrevNextNav .btPrevNext .btPrevNextImage {
    flex: 0 0 6em;
    height: 6em;
    background-size: cover;
    background-position: center center;
    margin: 0 1em 0 0;
}

.btPrevNextNav .btPrevNext .btPrevNextItem {
    flex: 1 0 0%;
    min-width: 0%;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    font-size: 1.1rem;
    letter-spacing: -1px;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    transition: color 200ms ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.3em;
    max-height: 2.6em;
}

.btHeadingWeight_normal .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextTitle {
    font-weight: 400;
}

.btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-size: 1rem;
    line-height: 1;
    padding-bottom: .5em;
    text-transform: capitalize;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
}

.btSupertitleWeight_default .btPrevNextNav .btPrevNext .btPrevNextItem .btPrevNextDir {
    font-weight: 500;
}

.btPrevNextNav .btPrevNext:hover .btPrevNextTitle {
    color: rgb(4, 150, 213);
}

.btPrevNextNav .btPrevNext.btNext {
    flex-direction: row-reverse;
    text-align: right;
}

.btPrevNextNav .btPrevNext.btNext .btPrevNextImage {
    margin: 0 0 0 1em;
}

.port .btPrevNextNav {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 2.5em;
}

/* With Image */
.btPrevNext.btWithImage + .btPrevNext {
    min-height: 6em;
}

.btPrevNext + .btPrevNext.btWithImage {
    min-height: 6em;
}

.btPrevNext.btWithImage {
    min-height: 6em;
}

.port .btPrevNextNav {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 620px) {
    .btPrevNext .btPrevNextImage {
        display: none;
    }

    .btPrevNextNav {
        display: block !important;
    }

    .btPrevNext .btPrevNextItem .btPrevNextTitle {
        font-size: 1rem;
    }

    .btPrevNextNav .btPrevNext {
        width: 100%;
    }

    .btPrevNextNav .btPrevNext:first-child {
        padding-bottom: 1em;
    }
}

/* Linked pages in a single post (unit test) */
.bt-link-pages:before {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.bt-link-pages ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1em;
}

.bt-link-pages ul a {
    font-weight: 700;
}

.bt-link-pages ul li {
    list-style: none;
    display: inline-block;
}

/* Photo slide */
.boldPhotoSlide {
    position: relative;
}

.single .boldPhotoSlide h4.nbs {
    margin: 0 30px !important;
}

/* Post categories, comments, date and author spans */
.btArticleCategories a {
    color: rgb(4, 150, 213);
}

.btPageHeadline .btArticleCategories a {
    color: inherit;
}

.btArticleCategories a:hover {
    opacity: .7;
}

.btArticleCategories a:not(:first-child):before {
    content: "";
    display: inline-block;
    margin: -2px 10px 0 10px;
    letter-spacing: inherit;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    line-height: inherit;
    vertical-align: middle;
    opacity: .7;
}

.btLightSkin .btArticleCategories a:not(:first-child):before,
.btDarkSkin .btLightSkin .btArticleCategories a:not(:first-child):before,
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories a:not(:first-child):before {
    background-color: #181818;
}

.btDarkSkin .btArticleCategories a:not(:first-child):before,
.btLightSkin .btDarkSkin .btArticleCategories a:not(:first-child):before,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories a:not(:first-child):before {
    background-color: #fff;
}

.btArticleDate:not(:last-child):after,
.btArticleAuthor:not(:last-child):after,
.btArticleComments:not(:last-child):after,
.btArticleCategories:not(:last-child):after {
    content: ' / ';
    padding: 0 .25em;
}

.btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child):after {
    color: #181818;
}

.btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin .btArticleCategories:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child):after,
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child):after {
    color: #fff;
}

.btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btArticleCategories:not(:last-child),
.btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btDarkSkin .btLightSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btLightSkin .btArticleCategories:not(:last-child) {
    border-color: rgba(0, 0, 0, .1);
}

.btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin .btArticleCategories:not(:last-child),
.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleDate:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleAuthor:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleComments:not(:last-child),
.btDarkSkin.btLightSkin .btDarkSkin .btArticleCategories:not(:last-child) {
    border-color: rgba(255, 255, 255, .5) !important;
}

.btArticleComments {
    color: rgb(4, 150, 213) !important;
}

.btPageHeadline .btArticleComments {
    color: inherit !important;
}

.btArticleComments:before {
    content: "\e668";
    font-family: Icon7Stroke;
    font-size: 1.1em;
    vertical-align: middle;
    margin: 0;
    display: inline-block;
    color: inherit;
    font-weight: 600;
}

body:not(.rtl) .btArticleComments:before {
    margin-right: 5px;
}

.btArticleComments:hover {
    opacity: .7;
}

.btArticleAuthor a {
    color: rgb(4, 150, 213) !important;
}

.btPageHeadline .btArticleAuthor a {
    color: inherit !important;
}

.btArticleAuthor a:hover {
    opacity: .7;
}

.bt-link-pages:before {
    content: "";
    display: table;
    width: 100%;
    clear: both;
}

.bt-link-pages ul {
    margin-left: 0;
    padding-left: 0;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 800;
}

.btLightSkin .bt-link-pages ul,
.btDarkSkin .btLightSkin .bt-link-pages ul,
.btLightSkin .btDarkSkin .btLightSkin .bt-link-pages ul {
    color: #181818;
}

.btDarkSkin .bt-link-pages ul,
.btLightSkin .btDarkSkin .bt-link-pages ul,
.btDarkSkin.btLightSkin .btDarkSkin .bt-link-pages ul {
    color: #fff;
}

.bt-link-pages ul:before {
    display: block;
    content: "";
    width: 10px;
    order: 2;
}

.bt-link-pages ul li {
    list-style: none;
    display: block;
    margin: 0;
}

.bt-link-pages ul a,
.bt-link-pages ul span,
.bt-link-pages ul li {
    order: 3;
}

.bt-link-pages ul .post-page-numbers {
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    margin: 0 2px 2px 0;
    font-weight: normal;
    position: relative;
}

.btLightSkin .bt-link-pages ul a.post-page-numbers,
.btDarkSkin .btLightSkin .bt-link-pages ul a.post-page-numbers,
.btLightSkin .btDarkSkin .btLightSkin .bt-link-pages ul a.post-page-numbers {
    color: #181818;
}

.btDarkSkin .bt-link-pages ul a.post-page-numbers,
.btLightSkin .btDarkSkin .bt-link-pages ul a.post-page-numbers,
.btDarkSkin.btLightSkin .btDarkSkin .bt-link-pages ul a.post-page-numbers {
    color: #fff;
}

.bt-link-pages ul a.post-page-numbers:hover {
    color: #fff;
    background: rgb(4, 150, 213);
}

.bt-link-pages ul span.post-page-numbers {
    pointer-events: none;
    background: rgb(4, 150, 213);
    color: #fff;
    font-weight: 800;
}

/* Galleries (unit test) */
.gallery {
    margin-bottom: 1.6em;
}

.gallery .gallery-item {
    display: inline-block;
    padding: 0 4px;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

.gallery-columns-2.gallery .gallery-item {
    max-width: 50%;
}

.gallery-columns-3.gallery .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4.gallery .gallery-item {
    max-width: 25%;
}

.gallery-columns-5.gallery .gallery-item {
    max-width: 20%;
}

.gallery-columns-6.gallery .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7.gallery .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8.gallery .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9.gallery .gallery-item {
    max-width: 11.11%;
}

@media (max-width: 1200px) {
    .gallery-item {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.gallery-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    padding: 5px 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/* Unit test specific */
.wp-caption-text {
    font-size: .9em;
    margin-bottom: 1em;
}

.bypostauthor {
    font-size: inherit;
}

/* Background color */
body.blog.btPageBackground.btLightSkin .bt-page-wrap .bt-content-wrap,
body.archive.btPageBackground.btLightSkin .bt-page-wrap .bt-content-wrap,
body.single.btPageBackground.btLightSkin .bt-page-wrap .bt-content-wrap {
    background-color: #fff;
}

body.blog.btPageBackground.btDarkSkin .bt-page-wrap .bt-content-wrap,
body.archive.btPageBackground.btDarkSkin .bt-page-wrap .bt-content-wrap,
body.single.btPageBackground.btDarkSkin .bt-page-wrap .bt-content-wrap {
    background-color: #191919;
}

/* btBox defaults */
.btBox {
    margin-bottom: 2em;
}

.btBox:after {
    content: " ";
    display: table;
    width: 100%;
    clear: both;
}

/* Base typography */
.sidebar .widget_bt_bb_recent_posts ul,
.btSidebar .widget_bt_bb_recent_posts ul,
.bt-site-footer-widgets .widget_bt_bb_recent_posts ul {
    margin: 0;
}

.sidebar .widget_bt_bb_recent_posts ul li,
.btSidebar .widget_bt_bb_recent_posts ul li,
.bt-site-footer-widgets .widget_bt_bb_recent_posts ul li {
    margin: 0;
    list-style: none;
}

.btBox > h4,
.btCustomMenu > h4,
.btTopBox > h4 {
    font-size: 1.3em;
    margin-bottom: 1em;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
}

.btBox h5,
.btCustomMenu h5,
.btTopBox h5 {
    font-size: 1.4em;
    margin-bottom: .35em;
}

body:not(.btNoDashInSidebar) .btBox > h4:after,
body:not(.btNoDashInSidebar) .btCustomMenu > h4:after,
body:not(.btNoDashInSidebar) .btTopBox > h4:after {
    content: "";
    clear: both;
    width: 3em;
    display: block;
    border-bottom: 3px solid rgb(4, 150, 213);
    margin: .8em 0 0;
}

.btBox label,
.btCustomMenu label,
.btTopBox label {
    display: none;
}

.btBox .wp-caption,
.btCustomMenu .wp-caption,
.btTopBox .wp-caption {
    margin-bottom: .5em;
}

.btBox select,
.btCustomMenu select,
.btTopBox select {
    display: block;
    margin: .5em 0 0;
    width: 100%;
    padding: .5em;
}

.btBox ul,
.btCustomMenu ul,
.btTopBox ul {
    list-style: none;
    margin: 0;
    display: block;
    padding: 0;
}

.btBox ul li,
.btCustomMenu ul li,
.btTopBox ul li {
    display: block;
    width: auto;
    margin: 0;
    position: relative;
    padding: .8em 0;
    margin-left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.btLightSkin .btBox ul li,
.btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li,
.btLightSkin .btCustomMenu ul li,
.btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li,
.btLightSkin .btTopBox ul li,
.btDarkSkin .btLightSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li {
    border-bottom: 1px solid rgba(0, 0, 0, .07);
}

.btDarkSkin .btBox ul li,
.btLightSkin .btDarkSkin .btBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li,
.btDarkSkin .btCustomMenu ul li,
.btLightSkin .btDarkSkin .btCustomMenu ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li,
.btDarkSkin .btTopBox ul li,
.btLightSkin .btDarkSkin .btTopBox ul li,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.btBox ul li ul,
.btCustomMenu ul li ul,
.btTopBox ul li ul {
    margin: .8em 0 0;
    padding: 0;
}

.btLightSkin .btBox ul li ul,
.btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btBox ul li ul,
.btLightSkin .btCustomMenu ul li ul,
.btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btCustomMenu ul li ul,
.btLightSkin .btTopBox ul li ul,
.btDarkSkin .btLightSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btLightSkin .btTopBox ul li ul {
    border-top: 1px solid rgba(0, 0, 0, .07);
}

.btDarkSkin .btBox ul li ul,
.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btBox ul li ul,
.btDarkSkin .btCustomMenu ul li ul,
.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btCustomMenu ul li ul,
.btDarkSkin .btTopBox ul li ul,
.btLightSkin .btDarkSkin .btTopBox ul li ul,
.btDarkSkin.btLightSkin .btDarkSkin .btTopBox ul li ul {
    border-top: 1px solid rgba(255, 255, 255, .3);
}

.btBox ul li ul li,
.btCustomMenu ul li ul li,
.btTopBox ul li ul li {
    padding-left: 1em;
}

.btBox ul li.current-menu-item > a,
.btCustomMenu ul li.current-menu-item > a,
.btTopBox ul li.current-menu-item > a {
    color: rgb(4, 150, 213);
}

.btBox ul li:after,
.btCustomMenu ul li:after,
.btTopBox ul li:after {
    content: "";
    clear: both;
    display: block;
}

.btBox ul li li:last-child,
.btCustomMenu ul li li:last-child,
.btTopBox ul li li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.btBox > ul > li:first-child,
.btCustomMenu > ul > li:first-child,
.btTopBox > ul > li:first-child {
    padding-top: 0;
}

.btBox .btImageTextWidgetWrapper ul li,
.btCustomMenu .btImageTextWidgetWrapper ul li,
.btTopBox .btImageTextWidgetWrapper ul li {
    padding: 0 0 1em;
    border: none !important;
}

.btBox .btImageTextWidget,
.btCustomMenu .btImageTextWidget,
.btTopBox .btImageTextWidget {
    display: flex;
    align-items: center;
}

.btBox .btImageTextWidget:not(:last-child),
.btCustomMenu .btImageTextWidget:not(:last-child),
.btTopBox .btImageTextWidget:not(:last-child) {
    margin-bottom: .5em;
}

.btBox .btImageTextWidget .btImageTextWidgetImage,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage,
.btTopBox .btImageTextWidget .btImageTextWidgetImage {
    flex: 0 0 30%;
    padding-right: 10px;
}

.btBox .btImageTextWidget .btImageTextWidgetImage a,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a {
    display: block;
    line-height: 0;
}

.btBox .btImageTextWidget .btImageTextWidgetImage a img,
.btCustomMenu .btImageTextWidget .btImageTextWidgetImage a img,
.btTopBox .btImageTextWidget .btImageTextWidgetImage a img {
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    max-width: 100%;
    width: 100%;
    height: auto;
}

.btBox .btImageTextWidget .btImageTextWidgetText,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText,
.btTopBox .btImageTextWidget .btImageTextWidgetText {
    flex: 0 0 70%;
    overflow: hidden;
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_superheadline {
    font-size: 1rem;
    margin-bottom: .2em;
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_subheadline,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_subheadline,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_subheadline {
    font-style: normal !important;
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span {
    font-size: 1rem;
    letter-spacing: 1px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.4em;
    max-height: 2.8em;
}

.btBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:hover,
.btCustomMenu .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:hover,
.btTopBox .btImageTextWidget .btImageTextWidgetText .bt_bb_headline_content span a:hover {
    color: rgb(4, 150, 213);
}

.btBox p.posted,
.btBox .quantity,
.btCustomMenu p.posted,
.btCustomMenu .quantity,
.btTopBox p.posted,
.btTopBox .quantity {
    font-size: .8em;
    margin: 0;
}

.btBox p.posted del,
.btBox .quantity del,
.btCustomMenu p.posted del,
.btCustomMenu .quantity del,
.btTopBox p.posted del,
.btTopBox .quantity del {
    color: inherit;
    opacity: .5;
    display: inline-block;
    margin: 0 5px 0 0;
}

.btBox p.posted ins,
.btBox .quantity ins,
.btCustomMenu p.posted ins,
.btCustomMenu .quantity ins,
.btTopBox p.posted ins,
.btTopBox .quantity ins {
    background: 0;
    text-decoration: none;
}

/* BT Text */
.btBox .btImage {
    margin-bottom: .5em;
}

.btBox .btImage img {
    width: auto;
    margin: auto;
}

/* Icon Widget */
.btDarkTransparentHeader .topTools .btIconWidget {
    opacity: .8;
}

.topTools .btIconWidget,
.topBarInMenu .btIconWidget {
    position: relative;
    display: inline-block;
    line-height: inherit;
    margin-left: 1em;
    transition: all 100ms linear;
}

.topTools .btIconWidget .btIconWidgetIcon,
.topBarInMenu .btIconWidget .btIconWidgetIcon {
    line-height: inherit;
    display: inline-block;
}

.topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon,
.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon {
    padding: 0;
}

.topTools .btIconWidget .btIconWidgetIcon .bt_bb_icon_holder,
.topBarInMenu .btIconWidget .btIconWidgetIcon .bt_bb_icon_holder {
    font-size: 1rem;
}

.btMenuHorizontal .topTools .btIconWidget:not(:first-child),
.btMenuHorizontal .topBarInMenu .btIconWidget:not(:first-child) {
    margin-left: 1em;
    margin-right: 0;
}

.topTools .btIconWidget.btWidgetWithText .bt_bb_icon,
.topBarInMenu .btIconWidget.btWidgetWithText .bt_bb_icon {
    margin-right: .5em;
}

.topTools a.btIconWidget:hover,
.topBarInMenu a.btIconWidget:hover {
    opacity: .5;
    color: inherit;
}

.topTools .btIconWidgetContent,
.topBarInMenu .btIconWidgetContent {
    line-height: inherit;
    display: inline-block;
    margin-left: .5em;
}

.topTools .btIconWidgetTitle,
.topTools .btIconWidgetText,
.topBarInMenu .btIconWidgetTitle,
.topBarInMenu .btIconWidgetText {
    display: inline-block;
    line-height: inherit;
}

.topTools .btIconWidgetTitle,
.topBarInMenu .btIconWidgetTitle {
    margin-right: .5em;
}

/* Icon widget in Sidebar */
.btSidebar .btIconWidget,
footer .btIconWidget,
.topBarInLogoArea .btIconWidget {
    margin: 0 0 1.6em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.btMenuVertical .btSidebar .btIconWidget,
.btMenuVertical footer .btIconWidget,
.btMenuVertical .topBarInLogoArea .btIconWidget {
    margin: 0 0 2em;
    flex-direction: column;
    flex-flow: inherit;
    align-items: center;
    justify-content: center;
    float: none;
}

.btSidebar .btIconWidget .btIconWidgetIcon,
footer .btIconWidget .btIconWidgetIcon,
.topBarInLogoArea .btIconWidget .btIconWidgetIcon {
    line-height: 1;
    padding: 0 .2em 0 0;
    text-align: left;
    margin: 0;
    font-size: 3em;
}

.btSidebar .btIconWidget .btIconWidgetContent,
footer .btIconWidget .btIconWidgetContent,
.topBarInLogoArea .btIconWidget .btIconWidgetContent {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
footer .btIconWidget .btIconWidgetContent .btIconWidgetTitle,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetTitle {
    font-size: .7em;
    text-transform: uppercase;
}

.btSidebar .btIconWidget .btIconWidgetContent .btIconWidgetText,
footer .btIconWidget .btIconWidgetContent .btIconWidgetText,
.topBarInLogoArea .btIconWidget .btIconWidgetContent .btIconWidgetText {
    font-size: 1.1em;
    display: block;
    line-height: 1;
}

.btSidebar .btIconWidget.btCartWidget,
footer .btIconWidget.btCartWidget,
.topBarInLogoArea .btIconWidget.btCartWidget {
    margin: 0;
}

.topBarInLogoArea .btIconWidget {
    margin: 0 0 0 1em;
    float: right;
}

.btAccentIconWidget.btIconWidget .btIconWidgetIcon {
    color: rgb(4, 150, 213);
}

a.btAccentIconWidget.btIconWidget:hover {
    opacity: .5;
    color: inherit;
}

.bt-site-footer-widgets .btBox.widget_shopping_cart .btCartWidgetIcon,
.bt-site-footer-widgets .btBox.widget_shopping_cart .verticalMenuCartToggler {
    display: none;
}

.bt-site-footer-widgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li,
.bt-site-footer-widgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:nth-child(2n) {
    width: auto;
    float: none;
    padding: .8em 0;
    margin: 0;
}

.bt-site-footer-widgets .btBox.widget_shopping_cart .btCartWidgetInnerContent .cart_list li:first-child {
    padding: 0 0 .8em;
}

/* Search widget */
.bt-site-footer-widgets .btSearch,
.btSidebar .btSearch {
    padding: 0 38px 0 0;
}

.bt-site-footer-widgets .btSearch .port,
.btSidebar .btSearch .port {
    padding: 0;
}

.bt-site-footer-widgets .btSearch input[type="text"],
.bt-site-footer-widgets .btSearch input[type="search"],
.btSidebar .btSearch input[type="text"],
.btSidebar .btSearch input[type="search"] {
    padding: 0 1em;
    background: transparent;
    height: 38px;
    width: 100%;
    display: block;
}

.btSoftRoundedButtons .bt-site-footer-widgets .btSearch input[type="text"],
.btSoftRoundedButtons .bt-site-footer-widgets .btSearch input[type="search"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="text"],
.btSoftRoundedButtons .btSidebar .btSearch input[type="search"] {
    border-radius: 3px 0 0 3px;
}

.bt-site-footer-widgets .btSearch button,
.bt-site-footer-widgets .btSearch input[type=submit],
.btSidebar .btSearch button,
.btSidebar .btSearch input[type=submit] {
    width: 38px;
    height: 38px;
    border: 0;
    float: right;
    margin: -38px -38px 0 0;
    cursor: pointer;
    padding: 0 !important;
    background: transparent;
}

.btLightSkin .bt-site-footer-widgets .btSearch button,
.btDarkSkin .btLightSkin .bt-site-footer-widgets .btSearch button,
.btLightSkin .btDarkSkin .btLightSkin .bt-site-footer-widgets .btSearch button,
.btLightSkin .bt-site-footer-widgets .btSearch input[type=submit],
.btDarkSkin .btLightSkin .bt-site-footer-widgets .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .bt-site-footer-widgets .btSearch input[type=submit],
.btLightSkin .btSidebar .btSearch button,
.btDarkSkin .btLightSkin .btSidebar .btSearch button,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button,
.btLightSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin .btLightSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch input[type=submit] {
    color: #181818;
}

.btDarkSkin .bt-site-footer-widgets .btSearch button,
.btLightSkin .btDarkSkin .bt-site-footer-widgets .btSearch button,
.btDarkSkin.btLightSkin .btDarkSkin .bt-site-footer-widgets .btSearch button,
.btDarkSkin .bt-site-footer-widgets .btSearch input[type=submit],
.btLightSkin .btDarkSkin .bt-site-footer-widgets .btSearch input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .bt-site-footer-widgets .btSearch input[type=submit],
.btDarkSkin .btSidebar .btSearch button,
.btLightSkin .btDarkSkin .btSidebar .btSearch button,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button,
.btDarkSkin .btSidebar .btSearch input[type=submit],
.btLightSkin .btDarkSkin .btSidebar .btSearch input[type=submit],
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch input[type=submit] {
    color: #fff;
}

.bt-site-footer-widgets .btSearch button,
.btSidebar .btSearch button {
    transition: all 300ms ease;
}

.bt-site-footer-widgets .btSearch button:before,
.btSidebar .btSearch button:before {
    content: "\f002";
    font-family: FontAwesome;
    display: inline-block;
    transition: all 300ms ease;
}

.btLightSkin .bt-site-footer-widgets .btSearch button:before,
.btDarkSkin .btLightSkin .bt-site-footer-widgets .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .bt-site-footer-widgets .btSearch button:before,
.btLightSkin .btSidebar .btSearch button:before,
.btDarkSkin .btLightSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSidebar .btSearch button:before {
    color: #181818;
}

.btDarkSkin .bt-site-footer-widgets .btSearch button:before,
.btLightSkin .btDarkSkin .bt-site-footer-widgets .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .bt-site-footer-widgets .btSearch button:before,
.btDarkSkin .btSidebar .btSearch button:before,
.btLightSkin .btDarkSkin .btSidebar .btSearch button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSidebar .btSearch button:before {
    color: #fff;
}

.bt-site-footer-widgets .btSearch button:hover:before,
.btSidebar .btSearch button:hover:before {
    color: rgb(4, 150, 213) !important;
}

.bt-site-footer-widgets .btSearch .bt_bb_icon,
.btSidebar .btSearch .bt_bb_icon {
    display: none;
}

.btTopToolsRight .btSearch .bt_bb_icon,
.btTopToolsRight .widget_shopping_cart .bt_bb_icon {
    margin-left: .5em;
    padding-left: .5em;
}

.btTopToolsLeft .btSearch .bt_bb_icon,
.btTopToolsLeft .widget_shopping_cart .bt_bb_icon {
    margin-left: .5em;
    padding-left: .5em;
}

.btMenuVertical .mainHeader .btTopBox.widget_search.btIconWidget {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 1em;
}

.btMenuVertical .mainHeader .btTopBox.widget_search.btIconWidget .btSearch {
    margin: 0 auto;
}

/* Top Search widget */
.widget_search .btSearch .bt_bb_icon {
    padding: 0;
}

.btSearchInner.btFromTopBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translate(0, 100%);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0ms ease;
    z-index: 99998;
}

.btSearchInner.btFromTopBox.initialized {
    transition: all 800ms ease;
}

.btLightSkin .btSearchInner.btFromTopBox,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox {
    background: #fff;
}

.btDarkSkin .btSearchInner.btFromTopBox,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox {
    background: #191919;
}

.btSearchInner.btFromTopBox .btSearchInnerContent {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.btSearchInner.btFromTopBox form {
    text-align: center;
    position: absolute;
    height: 6.75em;
    left: 0;
    right: 0;
    top: 50%;
    margin: -3.375em 10% 0;
}

.btSearchInner.btFromTopBox .btSearchInnerClose {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon {
    padding: 0;
    width: auto;
    height: auto;
    transition: none;
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon a.bt_bb_icon_holder {
    color: rgb(4, 150, 213);
    transition: 300ms ease all;
    transform: rotate(0deg);
    font-size: 40px;
}

.btSearchInner.btFromTopBox .btSearchInnerClose .bt_bb_icon:hover a.bt_bb_icon_holder {
    color: #02343b;
    transition: 300ms ease all;
    transform: rotate(180deg);
}

.btSearchInner.btFromTopBox input[type="text"] {
    padding: 0 2em 0 1em;
    height: 2.25em;
    line-height: 2.25em;
    font-size: 3em;
    font-weight: 300;
    border: none;
    text-align: left;
    transition: 500ms ease all;
}

.btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"] {
    color: #181818;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1) inset;
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"],
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"] {
    color: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, .5) inset;
}

.btSearchInner.btFromTopBox input[type="text"]:focus {
    border: none;
    transition: all 500ms ease;
}

.btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
    box-shadow: 0 0 0 3px #191919 inset;
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]:focus {
    box-shadow: 0 0 0 3px #fff inset;
}

.btHardRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
    border-radius: 100px;
}

.btSoftRoundedButtons .btSearchInner.btFromTopBox input[type="text"] {
    border-radius: 10px;
}

.btSquareButtons .btSearchInner.btFromTopBox input[type="text"] {
    border-radius: 0;
}

.btSearchInner.btFromTopBox button {
    border: 0 !important;
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    width: 6.75em;
    height: 6.75em;
    background: transparent !important;
    border: 0;
    cursor: pointer;
    box-shadow: none !important;
}

.btSearchInner.btFromTopBox button:before {
    font-size: 40px;
    display: block;
    color: #fff;
    text-align: center;
    transition: color 300ms ease;
}

.btLightSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btLightSkin .btSearchInner.btFromTopBox button:before {
    color: rgba(0, 0, 0, .1);
}

.btDarkSkin .btSearchInner.btFromTopBox button:before,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox button:before {
    color: rgba(255, 255, 255, .5);
}

.btSearchInner.btFromTopBox button:hover:before {
    color: rgb(4, 150, 213);
    transition: color 300ms ease;
}

.btTopToolsSearchOpen .btSearchInner.btFromTopBox {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0);
    visibility: visible;
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, .3);
}

.btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder,
.btDarkSkin.btLightSkin .btDarkSkin .btSearchInner.btFromTopBox input[type="text"]::-ms-input-placeholder {
    color: rgba(255, 255, 255, .3);
}

/* BB Button Widget */
.btButtonWidget {
    font-size: 14px;
    display: inline-block;
    width: auto;
    margin: .5em;
}

.btHardRoundedButtons .btButtonWidget .btButtonWidgetLink {
    border-radius: 50px;
}

.btSoftRoundedButtons .btButtonWidget .btButtonWidgetLink {
    border-radius: 3px;
}

.btButtonWidget .btButtonWidgetLink {
    padding: 1em 1.5em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: flex-start;
    text-align: center;
    color: #181818;
    box-shadow: 0 0 0 1px #191919 inset;
    transition: all 300ms ease;
}

.btButtonWidget .btButtonWidgetLink:hover {
    color: #fff;
    box-shadow: 0 0 0 4em rgb(4, 150, 213) inset, 0 5px 15px rgba(0, 0, 0, .2);
    transform: translateY(-1px);
}

.btLargeSize.btButtonWidget .btButtonWidgetLink {
    padding: 1.5em 1.5em;
}

.btHardRoundedButtons .btLargeSize.btButtonWidget .btButtonWidgetLink {
    padding: 1.5em 2em;
}

.btStickyHeaderActive .btLargeSize.btButtonWidget .btButtonWidgetLink,
btStickyHeaderOpen .btLargeSize.btButtonWidget .btButtonWidgetLink {
    padding-top: 1em;
    padding-bottom: 1em;
}

.btButtonWidget .btButtonWidgetLink .btButtonWidgetIcon {
    line-height: 1;
    padding: 0 .5em 0 0;
}

.btButtonWidget .btButtonWidgetLink .btButtonWidgetIcon .bt_bb_icon_holder {
    font-size: .9rem;
}

.btButtonWidget .btButtonWidgetLink .btButtonWidgetContent {
    line-height: 1;
    display: flex;
    align-items: center;
}

.btButtonWidget .btButtonWidgetLink .btButtonWidgetContent span.btButtonWidgetText {
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 1;
    padding: 0;
}

.btButtonWeight_bold .btButtonWidget .btButtonWidgetLink .btButtonWidgetContent span.btButtonWidgetText {
    font-weight: 700;
}

.btMenuHorizontal .btButtonWidget:not(:first-child) {
    margin-left: 2em;
    margin-right: 0;
}

.btMenuHorizontal .btButtonWidget:not(.btWithLink) {
    padding-left: 1em;
    margin: 0;
}

.btButtonWidget.btLightAccentButton.btOutlineButton .btButtonWidgetLink {
    color: #fff;
    box-shadow: 0 0 0 1px #fff inset;
}

.btButtonWidget.btLightAccentButton.btOutlineButton .btButtonWidgetLink:hover {
    color: rgb(4, 150, 213);
    box-shadow: 0 0 0 4em #fff inset, 0 5px 15px rgba(0, 0, 0, .2);
}

.btButtonWidget.btLightAccentButton.btFilledButton .btButtonWidgetLink {
    color: #fff;
    box-shadow: 0 0 0 4em rgb(4, 150, 213) inset;
}

.btButtonWidget.btLightAccentButton.btFilledButton .btButtonWidgetLink:hover {
    box-shadow: 0 0 0 4em rgb(4, 150, 213) inset, 0 5px 15px rgba(0, 0, 0, .1);
}

.btStickyHeaderActive .btButtonWidget.btLightAccentButton.btOutlineButton .btButtonWidgetLink,
btStickyHeaderOpen .btButtonWidget.btLightAccentButton.btOutlineButton .btButtonWidgetLink {
    color: #fff;
    box-shadow: 0 0 0 4em rgb(4, 150, 213) inset;
}

.btStickyHeaderActive .btButtonWidget.btLightAccentButton.btOutlineButton .btButtonWidgetLink:hover,
btStickyHeaderOpen .btButtonWidget.btLightAccentButton.btOutlineButton .btButtonWidgetLink:hover {
    color: #fff;
}

.btButtonWidget.btLightAlternateButton.btOutlineButton .btButtonWidgetLink {
    color: #fff;
    box-shadow: 0 0 0 1px #fff inset;
}

.btButtonWidget.btLightAlternateButton.btOutlineButton .btButtonWidgetLink:hover {
    color: #222e41;
    box-shadow: 0 0 0 4em #fff inset, 0 5px 15px rgba(0, 0, 0, .1);
}

.btButtonWidget.btLightAlternateButton.btFilledButton .btButtonWidgetLink {
    color: #fff;
    box-shadow: 0 0 0 4em #222e41 inset;
}

.btButtonWidget.btLightAlternateButton.btFilledButton .btButtonWidgetLink:hover {
    box-shadow: 0 0 0 4em #222e41 inset, 0 5px 15px rgba(0, 0, 0, .1);
}

.btButtonWidget.btAccentLightButton.btOutlineButton .btButtonWidgetLink {
    color: rgb(4, 150, 213);
    box-shadow: 0 0 0 1px rgb(4, 150, 213) inset;
}

.btButtonWidget.btAccentLightButton.btOutlineButton .btButtonWidgetLink:hover {
    color: #fff;
    box-shadow: 0 0 0 4em rgb(4, 150, 213) inset, 0 5px 15px rgba(0, 0, 0, .1);
}

.btButtonWidget.btAccentLightButton.btFilledButton .btButtonWidgetLink {
    color: rgb(4, 150, 213);
    box-shadow: 0 0 0 4em #fff inset;
}

.btButtonWidget.btAccentLightButton.btFilledButton .btButtonWidgetLink:hover {
    box-shadow: 0 0 0 4em #fff inset, 0 5px 15px rgba(0, 0, 0, .1);
}

.btButtonWidget.btLightDarkButton.btOutlineButton .btButtonWidgetLink {
    color: #fff;
    box-shadow: 0 0 0 1px #fff inset;
}

.btButtonWidget.btLightDarkButton.btOutlineButton .btButtonWidgetLink:hover {
    color: #181818;
    box-shadow: 0 0 0 4em #fff inset, 0 5px 15px rgba(0, 0, 0, .1);
}

.btButtonWidget.btLightDarkButton.btFilledButton .btButtonWidgetLink {
    color: #fff;
    box-shadow: 0 0 0 4em #191919 inset;
}

.btButtonWidget.btLightDarkButton.btFilledButton .btButtonWidgetLink:hover {
    box-shadow: 0 0 0 4em #191919 inset, 0 5px 15px rgba(0, 0, 0, .1);
}

.btStickyHeaderActive .btButtonWidget.btLightDarkButton.btOutlineButton .btButtonWidgetLink,
btStickyHeaderOpen .btButtonWidget.btLightDarkButton.btOutlineButton .btButtonWidgetLink {
    color: #fff;
    box-shadow: 0 0 0 4em #191919 inset;
}

.btStickyHeaderActive .btButtonWidget.btLightDarkButton.btOutlineButton .btButtonWidgetLink:hover,
btStickyHeaderOpen .btButtonWidget.btLightDarkButton.btOutlineButton .btButtonWidgetLink:hover {
    color: #fff;
}

.btButtonWidget.btDarkLightButton.btOutlineButton .btButtonWidgetLink {
    color: #181818;
    box-shadow: 0 0 0 1px #191919 inset;
}

.btButtonWidget.btDarkLightButton.btOutlineButton .btButtonWidgetLink:hover {
    color: #fff;
    box-shadow: 0 0 0 4em #191919 inset, 0 5px 15px rgba(0, 0, 0, .1);
}

.btButtonWidget.btDarkLightButton.btFilledButton .btButtonWidgetLink {
    color: #181818;
    box-shadow: 0 0 0 4em #fff inset;
}

.btButtonWidget.btDarkLightButton.btFilledButton .btButtonWidgetLink:hover {
    box-shadow: 0 0 0 4em #fff inset, 0 5px 15px rgba(0, 0, 0, .1);
}

@media (max-width: 480px) {
    .btButtonWidget {
        font-size: 12px;
    }

    .btHardRoundedButtons .btLargeSize.btButtonWidget .btButtonWidgetLink {
        padding: 1em;
    }
}

.topTools .btButtonWidget {
    font-size: 12px;
}

.topTools .btButtonWidget .btButtonWidgetLink {
    padding: .8em 1.3em !important;
}

.btLargeSize.topTools .btButtonWidget {
    font-size: 14px;
}

.btMenuHorizontal .menuPort .topBarInMenu .btButtonWidget:last-child {
    margin-right: 0;
}

/* Twitter */
.btBox.widget_bt_bb_twitter_widget .recentTweets small {
    font-size: .9rem;
    font-weight: 700;
    color: rgb(4, 150, 213);
}

.btBox.widget_bt_bb_twitter_widget .recentTweets small a {
    color: inherit;
}

.btBox.widget_bt_bb_twitter_widget .recentTweets > p {
    font-size: .9rem;
}

.btBox.widget_bt_bb_twitter_widget .recentTweets > p a {
    color: rgb(4, 150, 213);
}

/* Unit test fix */
.bt_bb_headline_superheadline {
    margin-bottom: 1em;
    line-height: 1.4;
}

.bt_bb_headline h1,
.bt_bb_headline h2,
.bt_bb_headline h3,
.bt_bb_headline h4,
.bt_bb_headline h5,
.bt_bb_headline h6 {
    margin: 0;
    padding: 0;
}

.bt_bb_headline .bt_bb_headline_content a {
    color: inherit;
}

/* Video fix */
.bt_bb_video {
    padding-bottom: 0;
}

/* Unit Test Fix - Page Headline Overlay */
.bt_bb_section {
    position: relative;
    background: white;
}

.bt_bb_section.bt_bb_full_screen > .bt_bb_port > .bt_bb_cell {
    position: initial;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.bt_bb_section.bt_bb_vertical_align_bottom > .bt_bb_port > .bt_bb_cell {
    align-items: flex-end;
}

.bt_bb_section.bt_bb_vertical_align_top > .bt_bb_port > .bt_bb_cell {
    align-items: flex-start;
}

.bt_bb_section[class*="dark_solid"]:before {
    background-color: rgba(0, 0, 0, .5);
}

.bt_bb_section[class*="bt_bb_background_overlay"]:before {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.bt_bb_section[class*="bt_bb_background_overlay"] .bt_bb_cell {
    position: relative;
    z-index: 1;
}

.bt_bb_section[class*="accent_gradient"]:before {
    background: linear-gradient(to bottom, rgb(4, 150, 213) 0%, transparent 25%, transparent 75%, rgb(4, 150, 213) 100%);
}

.bt_bb_section[class*="alternate_gradient"]:before {
    background: linear-gradient(to bottom, #222e41 0%, transparent 25%, transparent 75%, #222e41 100%);
}

.bt_bb_section[class*="top_dark_gradient"]:before {
    background: linear-gradient(180deg, rgba(0, 0, 0, .9) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}

.bt_bb_section[class*="bottom_dark_gradient"]:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}

.bt_bb_section[class*="dark_gradient"]:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 1) 100%);
}

.bt_bb_section_with_bottom_coverage_image.bt_bb_section[class*="dark_gradient"]:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 1) 100%);
}

.bt_bb_section[class*="bottom_alternate_gradient"]:before {
    background: linear-gradient(to bottom, transparent 80%, #222e41 100%);
}

.bt_bb_section .bt_bb_section_top_section_coverage_image {
    top: -1px;
}

.bt_bb_section .bt_bb_section_bottom_section_coverage_image {
    bottom: -1px;
}

/* Section - Spacing - FIX */
.bt_bb_section.bt_bb_top_spacing_extra_small > .bt_bb_port {
    padding-top: .5em;
}

.bt_bb_section.bt_bb_top_spacing_small > .bt_bb_port {
    padding-top: 1em;
}

.bt_bb_section.bt_bb_top_spacing_normal > .bt_bb_port {
    padding-top: 2em;
}

.bt_bb_section.bt_bb_top_spacing_medium > .bt_bb_port {
    padding-top: 4em;
}

.bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 0em;
}

.bt_bb_section.bt_bb_bottom_spacing_small > .bt_bb_port {
    padding-bottom: 1em;
}

.bt_bb_section.bt_bb_bottom_spacing_normal > .bt_bb_port {
    padding-bottom: 2em;
}

.bt_bb_section.bt_bb_bottom_spacing_medium > .bt_bb_port {
    padding-bottom: 4em;
}

.bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
    padding-bottom: 0em;
}

.bt-site-footer .bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
    padding-top: 6em;
}

@media all and (min-width: 640px) {
    .bt_bb_section.bt_bb_bottom_spacing_large > .bt_bb_port {
        padding-bottom: 11em;
    }

    .bt_bb_section.bt_bb_top_spacing_large > .bt_bb_port {
        padding-top: 8em;
    }
}

.bt_bb_section.bt_bb_top_spacing_25 > .bt_bb_port {
    padding-top: 25px;
}

.bt_bb_section.bt_bb_bottom_spacing_25 > .bt_bb_port {
    padding-bottom: 25px;
}

.bt_bb_section.bt_bb_top_spacing_35 > .bt_bb_port {
    padding-top: 35px;
}

.bt_bb_section.bt_bb_bottom_spacing_35 > .bt_bb_port {
    padding-bottom: 35px;
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content {
    padding-left: 2em;
    padding-right: 2em;
}

.bt_bb_row .bt_bb_column.bt_bb_padding_text_indent .bt_bb_column_content .bt_bb_image {
    margin: 0 -2em;
}

/* Columns & Inner Columns */
.bt_bb_column.bt_bb_padding_0 .bt_bb_column_content_inner {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_column_inner.bt_bb_padding_0 .bt_bb_column_inner_content {
    padding-left: 0;
    padding-right: 0;
}

.bt_bb_column.bt_bb_padding_5 .bt_bb_column_content_inner {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_column_inner.bt_bb_padding_5 .bt_bb_column_inner_content {
    padding-left: 5px;
    padding-right: 5px;
}

.bt_bb_column.bt_bb_padding_10 .bt_bb_column_content_inner {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_column_inner.bt_bb_padding_10 .bt_bb_column_inner_content {
    padding-left: 10px;
    padding-right: 10px;
}

.bt_bb_column.bt_bb_padding_15 .bt_bb_column_content_inner {
    padding-left: 15px;
    padding-right: 15px;
}

.bt_bb_column_inner.bt_bb_padding_15 .bt_bb_column_inner_content {
    padding-left: 15px;
    padding-right: 15px;
}

.bt_bb_column.bt_bb_padding_20 .bt_bb_column_content_inner {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_column_inner.bt_bb_padding_20 .bt_bb_column_inner_content {
    padding-left: 20px;
    padding-right: 20px;
}

.bt_bb_column.bt_bb_padding_25 .bt_bb_column_content_inner {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_column_inner.bt_bb_padding_25 .bt_bb_column_inner_content {
    padding-left: 25px;
    padding-right: 25px;
}

.bt_bb_column.bt_bb_padding_30 .bt_bb_column_content_inner {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_column_inner.bt_bb_padding_30 .bt_bb_column_inner_content {
    padding-left: 30px;
    padding-right: 30px;
}

.bt_bb_column.bt_bb_padding_35 .bt_bb_column_content_inner {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_column_inner.bt_bb_padding_35 .bt_bb_column_inner_content {
    padding-left: 35px;
    padding-right: 35px;
}

.bt_bb_column.bt_bb_padding_40 .bt_bb_column_content_inner {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
    padding-left: 40px;
    padding-right: 40px;
}

.bt_bb_column.bt_bb_padding_45 .bt_bb_column_content_inner {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
    padding-left: 45px;
    padding-right: 45px;
}

.bt_bb_column.bt_bb_padding_50 .bt_bb_column_content_inner {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
    padding-left: 50px;
    padding-right: 50px;
}

.bt_bb_column.bt_bb_padding_60 .bt_bb_column_content_inner {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
    padding-left: 60px;
    padding-right: 60px;
}

.bt_bb_column.bt_bb_padding_65 .bt_bb_column_content_inner {
    padding-left: 65px;
    padding-right: 65px;
}

.bt_bb_column_inner.bt_bb_padding_65 .bt_bb_column_inner_content {
    padding-left: 65px;
    padding-right: 65px;
}

.bt_bb_column.bt_bb_padding_70 .bt_bb_column_content_inner {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
    padding-left: 70px;
    padding-right: 70px;
}

.bt_bb_column.bt_bb_padding_75 .bt_bb_column_content_inner {
    padding-left: 75px;
    padding-right: 75px;
}

.bt_bb_column_inner.bt_bb_padding_75 .bt_bb_column_inner_content {
    padding-left: 75px;
    padding-right: 75px;
}

.bt_bb_column.bt_bb_padding_80 .bt_bb_column_content_inner {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
    padding-left: 80px;
    padding-right: 80px;
}

.bt_bb_column.bt_bb_padding_85 .bt_bb_column_content_inner {
    padding-left: 85px;
    padding-right: 85px;
}

.bt_bb_column_inner.bt_bb_padding_85 .bt_bb_column_inner_content {
    padding-left: 85px;
    padding-right: 85px;
}

.bt_bb_column.bt_bb_padding_90 .bt_bb_column_content_inner {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
    padding-left: 90px;
    padding-right: 90px;
}

.bt_bb_column.bt_bb_padding_95 .bt_bb_column_content_inner {
    padding-left: 95px;
    padding-right: 95px;
}

.bt_bb_column_inner.bt_bb_padding_95 .bt_bb_column_inner_content {
    padding-left: 95px;
    padding-right: 95px;
}

.bt_bb_column.bt_bb_padding_100 .bt_bb_column_content_inner {
    padding-left: 100px;
    padding-right: 100px;
}

.bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 780px) {
    .bt_bb_row.bt_bb_negative_margin_small,
    .bt_bb_row.bt_bb_negative_margin_normal,
    .bt_bb_row.bt_bb_negative_margin_medium,
    .bt_bb_row.bt_bb_negative_margin_large,
    .bt_bb_row.bt_bb_negative_margin_extralarge {
        margin-top: 0 !important;
    }
}

@media (max-width: 580px) {
    .bt_bb_column.bt_bb_padding_40 .bt_bb_column_content {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bt_bb_column.bt_bb_padding_40 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bt_bb_column_inner.bt_bb_padding_40 .bt_bb_column_inner_content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .bt_bb_column.bt_bb_padding_45 .bt_bb_column_content {
        padding-left: 22.5px;
        padding-right: 22.5px;
    }

    .bt_bb_column.bt_bb_padding_45 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 22.5px;
        padding-right: 22.5px;
    }

    .bt_bb_column_inner.bt_bb_padding_45 .bt_bb_column_inner_content {
        padding-left: 45px;
        padding-right: 45px;
    }

    .bt_bb_column.bt_bb_padding_50 .bt_bb_column_content {
        padding-left: 25px;
        padding-right: 25px;
    }

    .bt_bb_column.bt_bb_padding_50 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .bt_bb_column_inner.bt_bb_padding_50 .bt_bb_column_inner_content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bt_bb_column.bt_bb_padding_55 .bt_bb_column_content {
        padding-left: 27.5px;
        padding-right: 27.5px;
    }

    .bt_bb_column.bt_bb_padding_55 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 27.5px;
        padding-right: 27.5px;
    }

    .bt_bb_column_inner.bt_bb_padding_55 .bt_bb_column_inner_content {
        padding-left: 55px;
        padding-right: 55px;
    }

    .bt_bb_column.bt_bb_padding_60 .bt_bb_column_content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .bt_bb_column.bt_bb_padding_60 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 30px;
        padding-right: 30px;
    }

    .bt_bb_column_inner.bt_bb_padding_60 .bt_bb_column_inner_content {
        padding-left: 60px;
        padding-right: 60px;
    }

    .bt_bb_column.bt_bb_padding_65 .bt_bb_column_content {
        padding-left: 32.5px;
        padding-right: 32.5px;
    }

    .bt_bb_column.bt_bb_padding_65 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 32.5px;
        padding-right: 32.5px;
    }

    .bt_bb_column_inner.bt_bb_padding_65 .bt_bb_column_inner_content {
        padding-left: 65px;
        padding-right: 65px;
    }

    .bt_bb_column.bt_bb_padding_70 .bt_bb_column_content {
        padding-left: 35px;
        padding-right: 35px;
    }

    .bt_bb_column.bt_bb_padding_70 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 35px;
        padding-right: 35px;
    }

    .bt_bb_column_inner.bt_bb_padding_70 .bt_bb_column_inner_content {
        padding-left: 70px;
        padding-right: 70px;
    }

    .bt_bb_column.bt_bb_padding_75 .bt_bb_column_content {
        padding-left: 37.5px;
        padding-right: 37.5px;
    }

    .bt_bb_column.bt_bb_padding_75 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 37.5px;
        padding-right: 37.5px;
    }

    .bt_bb_column_inner.bt_bb_padding_75 .bt_bb_column_inner_content {
        padding-left: 75px;
        padding-right: 75px;
    }

    .bt_bb_column.bt_bb_padding_80 .bt_bb_column_content {
        padding-left: 40px;
        padding-right: 40px;
    }

    .bt_bb_column.bt_bb_padding_80 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .bt_bb_column_inner.bt_bb_padding_80 .bt_bb_column_inner_content {
        padding-left: 80px;
        padding-right: 80px;
    }

    .bt_bb_column.bt_bb_padding_85 .bt_bb_column_content {
        padding-left: 42.5px;
        padding-right: 42.5px;
    }

    .bt_bb_column.bt_bb_padding_85 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 42.5px;
        padding-right: 42.5px;
    }

    .bt_bb_column_inner.bt_bb_padding_85 .bt_bb_column_inner_content {
        padding-left: 85px;
        padding-right: 85px;
    }

    .bt_bb_column.bt_bb_padding_90 .bt_bb_column_content {
        padding-left: 45px;
        padding-right: 45px;
    }

    .bt_bb_column.bt_bb_padding_90 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 45px;
        padding-right: 45px;
    }

    .bt_bb_column_inner.bt_bb_padding_90 .bt_bb_column_inner_content {
        padding-left: 90px;
        padding-right: 90px;
    }

    .bt_bb_column.bt_bb_padding_95 .bt_bb_column_content {
        padding-left: 47.5px;
        padding-right: 47.5px;
    }

    .bt_bb_column.bt_bb_padding_95 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 47.5px;
        padding-right: 47.5px;
    }

    .bt_bb_column_inner.bt_bb_padding_95 .bt_bb_column_inner_content {
        padding-left: 95px;
        padding-right: 95px;
    }

    .bt_bb_column.bt_bb_padding_100 .bt_bb_column_content {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bt_bb_column.bt_bb_padding_100 .bt_bb_column_content .bt_bb_column_content_inner {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bt_bb_column_inner.bt_bb_padding_100 .bt_bb_column_inner_content {
        padding-left: 100px;
        padding-right: 100px;
    }
}

/* Column - Shape */
.bt_bb_column.bt_bb_shape_rounded .bt_bb_column_content,
.bt_bb_column.bt_bb_shape_rounded .bt_bb_column_inner_content,
.bt_bb_column_inner.bt_bb_shape_rounded .bt_bb_column_content,
.bt_bb_column_inner.bt_bb_shape_rounded .bt_bb_column_inner_content {
    border-radius: 10px;
}

/* Separator */
.bt_bb_separator.bt_bb_bottom_spacing_extra_small {
    margin-bottom: .5em;
}

.bt_bb_separator.bt_bb_bottom_spacing_small {
    margin-bottom: 1em;
}

.bt_bb_separator.bt_bb_bottom_spacing_normal {
    margin-bottom: 2em;
}

.bt_bb_separator.bt_bb_bottom_spacing_medium {
    margin-bottom: 4em;
}

.bt_bb_separator.bt_bb_bottom_spacing_large {
    margin-bottom: 8em;
}

.bt_bb_separator.bt_bb_bottom_spacing_extra_large {
    margin-bottom: 16em;
}

.bt_bb_separator.bt_bb_top_spacing_extra_small {
    margin-top: .5em;
}

.bt_bb_separator.bt_bb_top_spacing_small {
    margin-top: 1em;
}

.bt_bb_separator.bt_bb_top_spacing_normal {
    margin-top: 2em;
}

.bt_bb_separator.bt_bb_top_spacing_medium {
    margin-top: 4em;
}

.bt_bb_separator.bt_bb_top_spacing_large {
    margin-top: 8em;
}

.bt_bb_separator.bt_bb_top_spacing_extra_large {
    margin-top: 16em;
}

.bt_bb_separator.bt_bb_border_style_solid.bt_bb_border_color_accent {
    border-bottom: 1px solid rgb(4, 150, 213);
}

.bt_bb_separator.bt_bb_border_style_solid.bt_bb_border_color_gray {
    border-bottom: 1px solid #ccc;
}

.bt_bb_separator.bt_bb_border_style_solid.bt_bb_border_color_light {
    border-bottom: 1px solid #fff;
}

.bt_bb_separator.bt_bb_border_style_solid.bt_bb_border_color_dark {
    border-bottom: 1px solid #181818;
}

.bt_bb_separator.btWithText {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    align-content: center;
    border: none;
}

.bt_bb_separator.btWithText:before,
.bt_bb_separator.btWithText:after {
    content: "";
    height: 1px;
    display: block;
}

.btLightSkin .bt_bb_separator.btWithText:before,
.btDarkSkin .btLightSkin .bt_bb_separator.btWithText:before,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.btWithText:before,
.btLightSkin .bt_bb_separator.btWithText:after,
.btDarkSkin .btLightSkin .bt_bb_separator.btWithText:after,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_separator.btWithText:after {
    background-color: #ccc;
}

.bt_bb_border_color_dark.bt_bb_separator.btWithText:before,
.bt_bb_border_color_dark.bt_bb_separator.btWithText:after {
    background-color: #181818;
}

.bt_bb_border_color_light.bt_bb_separator.btWithText:before,
.bt_bb_border_color_light.bt_bb_separator.btWithText:after {
    background-color: #fff;
}

.bt_bb_border_color_gray.bt_bb_separator.btWithText:before,
.bt_bb_border_color_gray.bt_bb_separator.btWithText:after {
    background-color: #ccc;
}

.bt_bb_separator.btWithText .bt_bb_separator_text {
    font-size: 1.1rem;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    flex: 0 0 auto;
    float: none;
    opacity: .6;
    margin: 0 .5em;
}

.btSupertitleWeight_default .bt_bb_separator.btWithText .bt_bb_separator_text {
    font-weight: 500;
}

.bt_bb_border_color_dark.bt_bb_separator.btWithText .bt_bb_separator_text {
    opacity: 1;
    color: #181818;
}

.bt_bb_border_color_light.bt_bb_separator.btWithText .bt_bb_separator_text {
    opacity: 1;
    color: #fff;
}

.bt_bb_border_color_gray.bt_bb_separator.btWithText .bt_bb_separator_text {
    opacity: 1;
    color: #d8d8d8;
}

.btTextLeft .bt_bb_separator.btWithText {
    justify-content: flex-start;
}

.btTextRight .bt_bb_separator.btWithText {
    justify-content: flex-end;
}

.btTextCenter .bt_bb_separator.btWithText {
    justify-content: center;
}

.bt_bb_separator.bt_bb_top_spacing_0 {
    margin-top: 0;
}

.bt_bb_separator.bt_bb_bottom_spacing_0 {
    margin-bottom: 0;
}

.bt_bb_separator.bt_bb_top_spacing_5 {
    margin-top: 5px;
}

.bt_bb_separator.bt_bb_bottom_spacing_5 {
    margin-bottom: 5px;
}

.bt_bb_separator.bt_bb_top_spacing_10 {
    margin-top: 10px;
}

.bt_bb_separator.bt_bb_bottom_spacing_10 {
    margin-bottom: 10px;
}

.bt_bb_separator.bt_bb_top_spacing_15 {
    margin-top: 15px;
}

.bt_bb_separator.bt_bb_bottom_spacing_15 {
    margin-bottom: 15px;
}

.bt_bb_separator.bt_bb_top_spacing_20 {
    margin-top: 20px;
}

.bt_bb_separator.bt_bb_bottom_spacing_20 {
    margin-bottom: 20px;
}

.bt_bb_separator.bt_bb_top_spacing_25 {
    margin-top: 25px;
}

.bt_bb_separator.bt_bb_bottom_spacing_25 {
    margin-bottom: 25px;
}

.bt_bb_separator.bt_bb_top_spacing_30 {
    margin-top: 30px;
}

.bt_bb_separator.bt_bb_bottom_spacing_30 {
    margin-bottom: 30px;
}

.bt_bb_separator.bt_bb_top_spacing_35 {
    margin-top: 35px;
}

.bt_bb_separator.bt_bb_bottom_spacing_35 {
    margin-bottom: 35px;
}

.bt_bb_separator.bt_bb_top_spacing_40 {
    margin-top: 40px;
}

.bt_bb_separator.bt_bb_bottom_spacing_40 {
    margin-bottom: 40px;
}

.bt_bb_separator.bt_bb_top_spacing_45 {
    margin-top: 45px;
}

.bt_bb_separator.bt_bb_bottom_spacing_45 {
    margin-bottom: 45px;
}

.bt_bb_separator.bt_bb_top_spacing_50 {
    margin-top: 50px;
}

.bt_bb_separator.bt_bb_bottom_spacing_50 {
    margin-bottom: 50px;
}

.bt_bb_separator.bt_bb_top_spacing_60 {
    margin-top: 60px;
}

.bt_bb_separator.bt_bb_bottom_spacing_60 {
    margin-bottom: 60px;
}

.bt_bb_separator.bt_bb_top_spacing_65 {
    margin-top: 65px;
}

.bt_bb_separator.bt_bb_bottom_spacing_65 {
    margin-bottom: 65px;
}

.bt_bb_separator.bt_bb_top_spacing_70 {
    margin-top: 70px;
}

.bt_bb_separator.bt_bb_bottom_spacing_70 {
    margin-bottom: 70px;
}

.bt_bb_separator.bt_bb_top_spacing_75 {
    margin-top: 75px;
}

.bt_bb_separator.bt_bb_bottom_spacing_75 {
    margin-bottom: 75px;
}

.bt_bb_separator.bt_bb_top_spacing_80 {
    margin-top: 80px;
}

.bt_bb_separator.bt_bb_bottom_spacing_80 {
    margin-bottom: 80px;
}

.bt_bb_separator.bt_bb_top_spacing_85 {
    margin-top: 85px;
}

.bt_bb_separator.bt_bb_bottom_spacing_85 {
    margin-bottom: 85px;
}

.bt_bb_separator.bt_bb_top_spacing_90 {
    margin-top: 90px;
}

.bt_bb_separator.bt_bb_bottom_spacing_90 {
    margin-bottom: 90px;
}

.bt_bb_separator.bt_bb_top_spacing_95 {
    margin-top: 95px;
}

.bt_bb_separator.bt_bb_bottom_spacing_95 {
    margin-bottom: 95px;
}

.bt_bb_separator.bt_bb_top_spacing_100 {
    margin-top: 100px;
}

.bt_bb_separator.bt_bb_bottom_spacing_100 {
    margin-bottom: 100px;
}

/* Headline */
.bt_bb_headline {
    position: relative;
}

.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .7rem;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    display: block;
    line-height: 1.5;
    margin-bottom: 2em;
    letter-spacing: 0px !important;
}

.btNoHeadline.bt_bb_headline .bt_bb_headline_superheadline {
    margin-bottom: 0 !important;
}

.bt_bb_supertitle_letter_spacing_0.bt_bb_headline .bt_bb_headline_superheadline {
    letter-spacing: 1px !important;
}

.bt_bb_supertitle_letter_spacing_1.bt_bb_headline .bt_bb_headline_superheadline {
    letter-spacing: 1px !important;
}

.bt_bb_supertitle_letter_spacing_2.bt_bb_headline .bt_bb_headline_superheadline {
    letter-spacing: 2px !important;
}

.bt_bb_supertitle_letter_spacing_3.bt_bb_headline .bt_bb_headline_superheadline {
    letter-spacing: 3px !important;
}

.bt_bb_supertitle_letter_spacing_-1.bt_bb_headline .bt_bb_headline_superheadline {
    letter-spacing: -1px !important;
}

.bt_bb_supertitle_letter_spacing_-2.bt_bb_headline .bt_bb_headline_superheadline {
    letter-spacing: -2px !important;
}

.bt_bb_supertitle_letter_spacing_-3.bt_bb_headline .bt_bb_headline_superheadline {
    letter-spacing: -3px !important;
}

.bt_bb_supertitle_style_accent.bt_bb_headline .bt_bb_headline_superheadline {
    color: rgb(4, 150, 213);
}

.btSupertitleWeight_default .bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 500;
}

.bt_bb_supertitle_font_weight_black.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 900;
}

.bt_bb_supertitle_font_weight_bolder.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 800;
}

.bt_bb_supertitle_font_weight_bold.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 700;
}

.bt_bb_supertitle_font_weight_semi-bold.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 600;
}

.bt_bb_supertitle_font_weight_medium.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 500;
}

.bt_bb_supertitle_font_weight_normal.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 400;
}

.bt_bb_supertitle_font_weight_light.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 300;
}

.bt_bb_supertitle_font_weight_lighter.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 200;
}

.bt_bb_supertitle_font_weight_thin.bt_bb_headline .bt_bb_headline_superheadline {
    font-weight: 100;
}

.bt_bb_size_extrasmall.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .625rem;
    margin-bottom: 1em;
}

.bt_bb_size_small.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .6875rem;
    margin-bottom: 1em;
}

.bt_bb_size_medium.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .75rem;
    margin-bottom: 1.1em;
}

.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .75rem;
    margin-bottom: 1.1em;
}

.bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .8125rem;
}

.bt_bb_size_extralarge.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .875rem;
    line-height: 1.5;
}

.bt_bb_size_huge.bt_bb_headline .bt_bb_headline_superheadline {
    font-size: .9375rem;
}

.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.1em;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    margin-top: .5em;
    line-height: 1.4;
}

.btNoHeadline.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    margin-top: 0 !important;
}

.bt_bb_subtitle_letter_spacing_0.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    letter-spacing: 1px !important;
}

.bt_bb_subtitle_letter_spacing_1.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    letter-spacing: 1px !important;
}

.bt_bb_subtitle_letter_spacing_2.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    letter-spacing: 2px !important;
}

.bt_bb_subtitle_letter_spacing_3.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    letter-spacing: 3px !important;
}

.bt_bb_subtitle_letter_spacing_-1.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    letter-spacing: -1px !important;
}

.bt_bb_subtitle_letter_spacing_-2.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    letter-spacing: -2px !important;
}

.bt_bb_subtitle_letter_spacing_-3.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    letter-spacing: -3px !important;
}

.btSubtitleStyle_italic .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-style: italic;
}

.bt_bb_subtitle_style_italic.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-style: italic;
}

.bt_bb_subtitle_style_regular.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-style: normal;
}

.btSubtitleWeight_default .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 400;
}

.btSubtitleWeight_black .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 900;
}

.btSubtitleWeight_bolder .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 800;
}

.btSubtitleWeight_bold .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 700;
}

.btSubtitleWeight_semi-bold .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 600;
}

.btSubtitleWeight_medium .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 500;
}

.btSubtitleWeight_normal .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 400;
}

.btSubtitleWeight_light .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 300;
}

.btSubtitleWeight_lighter .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 200;
}

.btSubtitleWeight_thin .bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 100;
}

.bt_bb_subtitle_font_weight_black.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 900;
}

.bt_bb_subtitle_font_weight_bolder.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 800;
}

.bt_bb_subtitle_font_weight_bold.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 700;
}

.bt_bb_subtitle_font_weight_semi-bold.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 600;
}

.bt_bb_subtitle_font_weight_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 500;
}

.bt_bb_subtitle_font_weight_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 400;
}

.bt_bb_subtitle_font_weight_light.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 300;
}

.bt_bb_subtitle_font_weight_lighter.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 200;
}

.bt_bb_subtitle_font_weight_thin.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-weight: 100;
}

.bt_bb_size_extrasmall.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1rem;
    margin-top: .5em;
}

.bt_bb_size_small.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.0625rem;
    margin-top: .7em;
    line-height: 1.5;
}

.bt_bb_size_medium.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.25rem;
    margin-top: .4em;
}

.bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.25rem;
    margin-top: .4em;
}

.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.4375rem;
    margin-top: 1.2em;
}

.bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.5rem;
    margin-top: .5em;
}

.bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.625rem;
}

.bt_bb_headline h1 b,
.bt_bb_headline h2 b,
.bt_bb_headline h3 b,
.bt_bb_headline h4 b,
.bt_bb_headline h5 b,
.bt_bb_headline h6 b {
    font-weight: inherit;
    color: rgb(4, 150, 213);
}

.bt_bb_headline h1 sup,
.bt_bb_headline h2 sup,
.bt_bb_headline h3 sup,
.bt_bb_headline h4 sup,
.bt_bb_headline h5 sup,
.bt_bb_headline h6 sup {
    font-size: .6em;
}

.bt_bb_size_extrasmall.bt_bb_headline h1,
.bt_bb_size_extrasmall.bt_bb_headline h2,
.bt_bb_size_extrasmall.bt_bb_headline h3,
.bt_bb_size_extrasmall.bt_bb_headline h4,
.bt_bb_size_extrasmall.bt_bb_headline h5,
.bt_bb_size_extrasmall.bt_bb_headline h6 {
    font-size: 1rem;
    line-height: 1.5;
}

.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-bottom: .3em;
    margin-top: -.1em;
}

.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .5em;
    margin-bottom: -.1em;
    width: 2em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_extrasmall.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .65em;
    margin-bottom: -.1em;
}

.bt_bb_size_small.bt_bb_headline h1,
.bt_bb_size_small.bt_bb_headline h2,
.bt_bb_size_small.bt_bb_headline h3,
.bt_bb_size_small.bt_bb_headline h4,
.bt_bb_size_small.bt_bb_headline h5,
.bt_bb_size_small.bt_bb_headline h6 {
    font-size: 1.25rem;
    line-height: 1.5;
}

.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: -.25em;
}

.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_small.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .7em;
    margin-bottom: .3em;
    width: 2em;
}

.bt_bb_size_medium.bt_bb_headline h1,
.bt_bb_size_medium.bt_bb_headline h2,
.bt_bb_size_medium.bt_bb_headline h3,
.bt_bb_size_medium.bt_bb_headline h4,
.bt_bb_size_medium.bt_bb_headline h5,
.bt_bb_size_medium.bt_bb_headline h6 {
    font-size: 1.5rem;
    line-height: 1.4;
}

.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: -.2em;
    margin-bottom: .2em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: .4em;
    margin-bottom: .2em;
}

.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_medium.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .4em;
    margin-bottom: .05em;
    width: 2em;
}

.bt_bb_size_normal.bt_bb_headline h1,
.bt_bb_size_normal.bt_bb_headline h2,
.bt_bb_size_normal.bt_bb_headline h3,
.bt_bb_size_normal.bt_bb_headline h4,
.bt_bb_size_normal.bt_bb_headline h5,
.bt_bb_size_normal.bt_bb_headline h6 {
    font-size: 2.125rem;
    line-height: 1.3;
}

.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: -.2em;
    margin-bottom: .2em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: .4em;
    margin-bottom: .2em;
}

.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_normal.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .4em;
    margin-bottom: .05em;
    width: 2em;
}

.bt_bb_size_large.bt_bb_headline h1,
.bt_bb_size_large.bt_bb_headline h2,
.bt_bb_size_large.bt_bb_headline h3,
.bt_bb_size_large.bt_bb_headline h4,
.bt_bb_size_large.bt_bb_headline h5,
.bt_bb_size_large.bt_bb_headline h6 {
    font-size: 4rem;
}

.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: -.4em;
    margin-bottom: .05em;
}

.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_large.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .5em;
    margin-bottom: -.2em;
    width: 2em;
}

.bt_bb_size_extralarge.bt_bb_headline h1,
.bt_bb_size_extralarge.bt_bb_headline h2,
.bt_bb_size_extralarge.bt_bb_headline h3,
.bt_bb_size_extralarge.bt_bb_headline h4,
.bt_bb_size_extralarge.bt_bb_headline h5,
.bt_bb_size_extralarge.bt_bb_headline h6 {
    font-size: 4rem;
}

.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: -.3em;
}

.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_extralarge.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .37em;
    margin-bottom: .1em;
    width: 1.3em;
}

.bt_bb_size_huge.bt_bb_headline h1,
.bt_bb_size_huge.bt_bb_headline h2,
.bt_bb_size_huge.bt_bb_headline h3,
.bt_bb_size_huge.bt_bb_headline h4,
.bt_bb_size_huge.bt_bb_headline h5,
.bt_bb_size_huge.bt_bb_headline h6 {
    font-size: 5.2rem;
    line-height: 1.1;
}

.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: -.15em;
    margin-bottom: 0;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_align_left .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_left .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_right .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before, .bt_bb_align_center .bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: -.2em;
    margin-bottom: .2em;
}

.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_size_huge.bt_bb_headline h6 .bt_bb_headline_content:after {
    margin-top: .35em;
    margin-bottom: .05em;
    width: 1.3em;
}

.bt_bb_font_weight_bold.bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_headline h6 {
    font-weight: 700;
}

.bt_bb_font_weight_semi-bold.bt_bb_headline h1,
.bt_bb_font_weight_semi-bold.bt_bb_headline h2,
.bt_bb_font_weight_semi-bold.bt_bb_headline h3,
.bt_bb_font_weight_semi-bold.bt_bb_headline h4,
.bt_bb_font_weight_semi-bold.bt_bb_headline h5,
.bt_bb_font_weight_semi-bold.bt_bb_headline h6 {
    font-weight: 600;
}

.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
    border-color: rgb(4, 150, 213);
}

.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:before {
    width: 20px;
    border-width: 0 0 3px;
}

.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:after,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
    width: 1em;
    margin: .3em 0 .06em;
    border-width: 0 0 3px;
}

.bt_bb_dash_top.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h1 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h2 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h3 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h4 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h5 .bt_bb_headline_content:before,
.bt_bb_dash_top.bt_bb_headline h6 .bt_bb_headline_content:before,
.bt_bb_dash_top_bottom.bt_bb_headline h6 .bt_bb_headline_content:before {
    margin-top: .1em;
    margin-bottom: .15em;
}

.bt_bb_dash_bottom.bt_bb_headline h1 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h2 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h3 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h4 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h5 .bt_bb_headline_content:after,
.bt_bb_dash_bottom.bt_bb_headline h6 .bt_bb_headline_content:after {
    width: .6em;
    margin-bottom: .4em;
    border-width: 0 0 3px;
}

.bt_bb_icon + .bt_bb_headline {
    float: left;
    padding-top: 1em;
}

/* Icons */
.bt_bb_align_right .bt_bb_align_left.bt_bb_icon, .bt_bb_align_center .bt_bb_align_left.bt_bb_icon, .bt_bb_align_right .bt_bb_align_left .bt_bb_icon, .bt_bb_align_center .bt_bb_align_left .bt_bb_icon, .bt_bb_align_left.bt_bb_icon, .bt_bb_align_left .bt_bb_icon {
    padding-right: .7em;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_icon, .bt_bb_align_center .bt_bb_align_right.bt_bb_icon, .bt_bb_align_left .bt_bb_align_right .bt_bb_icon, .bt_bb_align_center .bt_bb_align_right .bt_bb_icon, .bt_bb_align_right.bt_bb_icon, .bt_bb_align_right .bt_bb_icon {
    padding-left: .7em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_icon, .bt_bb_align_right .bt_bb_align_center.bt_bb_icon, .bt_bb_align_left .bt_bb_align_center .bt_bb_icon, .bt_bb_align_right .bt_bb_align_center .bt_bb_icon, .bt_bb_align_center.bt_bb_icon, .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_small {
    padding: 0 .35em;
}

.bt_bb_size_xsmall.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .8em;
}

.bt_bb_size_small.bt_bb_icon .bt_bb_icon_holder > span {
    font-size: .8125em;
}


.bt_bb_text_color_dark.bt_bb_icon .bt_bb_icon_holder > span {
    color: #181818;
}

.bt_bb_text_color_light.bt_bb_icon .bt_bb_icon_holder > span {
    color: #fff;
}

.bt_bb_text_color_accent.bt_bb_icon .bt_bb_icon_holder > span {
    color: rgb(4, 150, 213);
}

.bt_bb_text_color_alternate.bt_bb_icon .bt_bb_icon_holder > span {
    color: #222e41;
}

.bt_bb_font_weight_bold.bt_bb_icon .bt_bb_icon_holder > span {
    font-weight: 700;
}

.bt_bb_font_weight_semi-bold.bt_bb_icon .bt_bb_icon_holder > span {
    font-weight: 600;
}

.bt_bb_position_top.bt_bb_icon .bt_bb_icon_holder {
    align-items: flex-start;
}

.bt_bb_position_bottom.bt_bb_icon .bt_bb_icon_holder {
    align-items: flex-end;
}

/* Buttons */
.bt_bb_button {
    display: inline-block;
}

.bt-content .bt_bb_button a {
    color: inherit;
}

.btSoftRoundedButtons .bt_bb_button a {
    border-radius: 3px;
}

.btHardRoundedButtons .bt_bb_button a {
    border-radius: 50px;
}

.bt_bb_button.bt_bb_shape_rounded a.bt_bb_link {
    border-radius: 50px !important;
}

.bt_bb_button.bt_bb_shape_round a.bt_bb_link {
    border-radius: 3px !important;
}

.bt_bb_button .bt_bb_button_text {
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    letter-spacing: 1px;
}

.btButtonWeight_bold .bt_bb_button .bt_bb_button_text {
    font-weight: 700;
}

.bt_bb_font_weight_bold.bt_bb_button .bt_bb_button_text {
    font-weight: 700;
}

.bt_bb_button a {
    padding: 1em 1.5em;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    align-content: flex-start;
}

.bt_bb_size_small.bt_bb_button {
    font-size: 13px;
}

.bt_bb_size_small.bt_bb_button a {
    padding: .8em;
}

.bt_bb_size_small.bt_bb_button.bt_bb_shape_rounded a {
    padding: .8em 1em;
}

.bt_bb_size_normal.bt_bb_button {
    font-size: 14px;
}

.bt_bb_size_normal.bt_bb_button a {
    padding: .9em 1.1em;
}

.bt_bb_size_large.bt_bb_button {
    font-size: 16px;
}

.bt_bb_size_large.bt_bb_button a {
    padding: 1.2em 1.8em;
}

.btSquareButtons .bt_bb_size_large.bt_bb_button a {
    padding: 1.2em;
}

.bt_bb_size_large.bt_bb_button.bt_bb_shape_square a {
    padding: 1.2em;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_size_large.bt_bb_button, .bt_bb_align_center .bt_bb_align_right.bt_bb_size_large.bt_bb_button, .bt_bb_align_left .bt_bb_align_right .bt_bb_size_large.bt_bb_button, .bt_bb_align_center .bt_bb_align_right .bt_bb_size_large.bt_bb_button, .bt_bb_align_right.bt_bb_size_large.bt_bb_button, .bt_bb_align_right .bt_bb_size_large.bt_bb_button {
    margin-left: 1em;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_size_large.bt_bb_button, .bt_bb_align_center .bt_bb_align_left.bt_bb_size_large.bt_bb_button, .bt_bb_align_right .bt_bb_align_left .bt_bb_size_large.bt_bb_button, .bt_bb_align_center .bt_bb_align_left .bt_bb_size_large.bt_bb_button, .bt_bb_align_left.bt_bb_size_large.bt_bb_button, .bt_bb_align_left .bt_bb_size_large.bt_bb_button {
    margin-right: 1em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_size_large.bt_bb_button, .bt_bb_align_right .bt_bb_align_center.bt_bb_size_large.bt_bb_button, .bt_bb_align_left .bt_bb_align_center .bt_bb_size_large.bt_bb_button, .bt_bb_align_right .bt_bb_align_center .bt_bb_size_large.bt_bb_button, .bt_bb_align_center.bt_bb_size_large.bt_bb_button, .bt_bb_align_center .bt_bb_size_large.bt_bb_button {
    margin-right: .5em;
    margin-left: .5em;
}

.bt_bb_button.bt_bb_icon_position_left .bt_bb_icon_holder {
    order: 1;
    margin-right: .5em;
}


.bt_bb_button.bt_bb_icon_position_left.bt_bb_style_clean a .bt_bb_icon_holder {
    transition: all 300ms ease;
}

.bt_bb_button.bt_bb_icon_position_left.bt_bb_style_clean a:hover .bt_bb_icon_holder {
    transform: translateX(-.2em);
}

.bt_bb_button.bt_bb_icon_position_right .bt_bb_icon_holder {
    margin-left: .5em;
}

.bt_bb_button.bt_bb_icon_position_right.bt_bb_style_clean a .bt_bb_icon_holder {
    transition: all 300ms ease;
}

.bt_bb_button.bt_bb_icon_position_right.bt_bb_style_clean a:hover .bt_bb_icon_holder {
    transform: translateX(.2em);
}

.bt_bb_button.bt_bb_style_clean a {
    padding: 0 !important;
}

.bt_bb_button.bt_bb_style_clean a:hover {
    color: rgb(4, 150, 213);
}

.bt_bb_button.bt_bb_style_clean.btWithIcon a {
    transition: none;
}

.bt_bb_button.bt_bb_style_clean.btWithIcon a .bt_bb_button_text,
.bt_bb_button.bt_bb_style_clean.btWithIcon a .bt_bb_icon_holder {
    transition: all 300ms ease;
}

.bt_bb_button.bt_bb_style_filled a {
    color: #fff;
    box-shadow: 0 0 0 4em #191919 inset;
}

.bt_bb_button.bt_bb_style_filled a:hover {
    color: #fff;
    box-shadow: 0 0 0 4em #191919 inset, 0 5px 15px rgba(0, 0, 0, .1);
    transform: translateY(-3px);
}

.bt_bb_button.bt_bb_style_outline a {
    color: #181818;
    box-shadow: 0 0 0 0 #191919 inset;
    border: 1px solid black;
}

.bt_bb_button.bt_bb_style_outline a:hover {
    color: #fff;
    box-shadow: 0 0 0 4em #191919 inset, 0 5px 15px rgba(0, 0, 0, .1);
    transform: translateY(-3px);
}

@media (max-width: 480px) {
    .bt_bb_button.bt_bb_size_large {
        font-size: 13px;
    }

    .bt_bb_button.bt_bb_size_normal {
        font-size: 13px;
    }
}

/* Service */
.bt_bb_service {
    display: block;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder, .bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder, .bt_bb_align_left.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_left .bt_bb_service .bt_bb_icon_holder {
    text-align: left;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder, .bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder, .bt_bb_align_right.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_right .bt_bb_service .bt_bb_icon_holder {
    text-align: right;
    margin-left: auto;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder, .bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder, .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
    margin: 0 auto;
}

.bt_bb_size_xlarge.bt_bb_style_borderless.bt_bb_align_left .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_right .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_left .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder, .bt_bb_align_right .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder, .bt_bb_align_center.bt_bb_service .bt_bb_icon_holder, .bt_bb_align_center .bt_bb_service .bt_bb_icon_holder {
    margin-bottom: 1rem;
}

.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 5em;
}

.bt_bb_style_borderless.bt_bb_size_xlarge.bt_bb_service .bt_bb_icon_holder {
    font-size: 5.8em;
}

.bt_bb_style_outline.bt_bb_service .bt_bb_icon_holder,
.bt_bb_style_filled.bt_bb_service .bt_bb_icon_holder {
    text-align: center;
}

.bt_bb_service .bt_bb_service_content {
    padding-top: 1em;
}

.bt_bb_size_large.bt_bb_service .bt_bb_service_content {
    padding-top: 1.2em;
}

.bt_bb_align_right .bt_bb_align_left.bt_bb_service .bt_bb_service_content, .bt_bb_align_center .bt_bb_align_left.bt_bb_service .bt_bb_service_content, .bt_bb_align_right .bt_bb_align_left .bt_bb_service .bt_bb_service_content, .bt_bb_align_center .bt_bb_align_left .bt_bb_service .bt_bb_service_content, .bt_bb_align_left.bt_bb_service .bt_bb_service_content, .bt_bb_align_left .bt_bb_service .bt_bb_service_content {
    padding-left: 0;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_service .bt_bb_service_content, .bt_bb_align_center .bt_bb_align_right.bt_bb_service .bt_bb_service_content, .bt_bb_align_left .bt_bb_align_right .bt_bb_service .bt_bb_service_content, .bt_bb_align_center .bt_bb_align_right .bt_bb_service .bt_bb_service_content, .bt_bb_align_right.bt_bb_service .bt_bb_service_content, .bt_bb_align_right .bt_bb_service .bt_bb_service_content {
    padding-right: 0;
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-size: 1rem;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    padding-bottom: 1.3rem;
}

.btHeadingWeight_normal .bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-weight: 400;
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title a {
    color: inherit;
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title b {
    color: rgb(4, 150, 213);
}

.bt_bb_size_large.bt_bb_service .bt_bb_service_content .bt_bb_service_content_title {
    font-size: 1.3rem;
}

.bt_bb_service .bt_bb_service_content .bt_bb_service_content_text {
    font-size: .9em;
    line-height: 1.3;
}

.bt_bb_service:hover .bt_bb_service_content_title a {
    color: rgb(4, 150, 213);
}

/* Progress bar */
.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar {
    border-radius: 50px;
}

.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    display: flex;
    justify-content: space-between;
    text-align: left !important;
}

.bt_bb_style_filled.bt_bb_progress_bar .bt_bb_progress_bar_inner {
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, #e3e3e3 100%);
}

.bt_bb_shape_rounded:not(.bt_bb_style_line).bt_bb_progress_bar .bt_bb_progress_bar_inner {
    border-radius: 50px;
    padding-right: 1.5em;
    padding-left: 1.5em;
    display: flex;
    align-items: center;
}

.bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_text,
.bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_percentage {
    color: #181818;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
}

.btHeadingWeight_normal .bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_text,
.btHeadingWeight_normal .bt_bb_progress_bar .bt_bb_progress_bar_inner .bt_bb_progress_bar_percentage {
    font-weight: 400;
}

.bt_bb_progress_bar.bt_bb_size_small {
    font-size: .8em;
}

.bt_bb_progress_bar.bt_bb_size_small .bt_bb_progress_bar_inner {
    padding-top: .3em;
    padding-bottom: .3em;
}

/* Latest posts */
.bt_bb_latest_posts {
    align-items: stretch;
    justify-content: flex-start;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2em 1em .5em 1em;
    opacity: 0;
    border-radius: 10px;
    transition: all 300ms ease;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item:hover:before {
    opacity: 1;
    box-shadow: 0 7px 30px -10px rgba(133, 153, 162, .5);
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_inner {
    position: relative;
    overflow: hidden;
    border: 1px solid #ededed;
    background: #fff;
}

.btSoftRoundedButtons .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_inner {
    border-radius: 10px;
}

.btHardRoundedButtons .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_inner {
    border-radius: 10px;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item:hover .bt_bb_latest_posts_item_image img {
    transform: scale3d(1.05, 1.05, 1.05);
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    margin-bottom: 0;
}

.btSoftRoundedButtons .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btHardRoundedButtons .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image {
    border-radius: 10px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_image img {
    transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
    padding: 1.8em 1.6em 3.2em 1.6em;
}

.btSoftRoundedButtons .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btHardRoundedButtons .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content {
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category {
    padding-bottom: .5em;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category ul {
    opacity: .8;
    font-size: .8125em;
    line-height: 1;
}

.btSupertitleWeight_default .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category ul {
    font-weight: 500;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category ul li a {
    display: inline;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    line-height: 1;
    color: inherit;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category ul li a:hover {
    color: rgb(4, 150, 213);
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category ul li:first-child:before {
    display: none;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category ul li:before {
    content: "";
    display: inline-block;
    margin: -2px 10px 0 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    line-height: inherit;
    vertical-align: middle;
    background-color: #191919;
    opacity: .8;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta {
    padding: 0 0 .8em;
    line-height: 1;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span {
    opacity: .8;
    font-size: .8125em;
    line-height: 1;
    padding: 0;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
}

.btSupertitleWeight_default .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span {
    font-weight: 500;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span:not(:last-child):after {
    content: ' / ';
    padding: 0 .5em;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_date:before,
.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author:before {
    display: none;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a {
    color: inherit;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_author a:hover {
    color: rgb(4, 150, 213);
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta .bt_bb_latest_posts_item_comments:before {
    content: "\e668";
    font-family: Icon7Stroke;
    font-size: 1.2em;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
    font-size: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 4.5em;
    line-height: 1.4;
    padding: 0;
    margin-bottom: .5em;
}

.btHeadingWeight_normal .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title {
    font-weight: 400;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a {
    color: inherit;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_title a:hover {
    color: rgb(4, 150, 213);
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 4.5em;
    font-size: .9em;
    opacity: .8;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_read_more {
    padding-top: 2.5em;
    position: absolute;
    bottom: 1.2em;
    left: 1.6em;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_read_more a {
    font-size: 13px;
    font-weight: 500;
    color: inherit;
    display: flex;
    align-items: center;
    transition: none;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    letter-spacing: 1px;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_read_more a .fas {
    margin-left: 10px;
}

.btButtonWeight_bold .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_read_more a {
    font-weight: 700;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_read_more a span {
    transition: all 300ms ease;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_read_more a:hover {
    color: rgb(4, 150, 213);
}

.bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_read_more a:hover:after {
    transform: translateX(.2em);
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_odd {
    position: relative;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_odd .bt_bb_latest_posts_item_content {
    position: absolute;
    width: 100%;
    bottom: 0;
    border: none;
    color: #fff;
    background: linear-gradient(0deg, rgb(0 0 0 / .5), transparent);
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_odd .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span {
    opacity: 1;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_odd .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category ul {
    opacity: 1;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_odd .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_category ul li:before {
    background: #fff;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_odd .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
    display: none;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_odd .bt_bb_latest_posts_item_content .bt_bb_latest_posts_read_more {
    padding-top: 1.5em;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_even {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_even .bt_bb_latest_posts_item_image {
    flex: 1 0 100%;
    width: auto;
    height: fit-content;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_even .bt_bb_latest_posts_item_image a {
    display: block;
    width: auto;
}

.bt_bb_latest_posts .bt_bb_latest_posts_item.bt_bb_latest_posts_item_even .bt_bb_latest_posts_item_image a img {
    width: 100%;
}

/* Slider */
.bt_bb_slider.slick-slider button.slick-arrow {
    background-color: rgba(0, 0, 0, .3);
}

button.slick-arrow {
    background-color: rgb(255 255 255);
    border-radius: 50px;
    box-shadow: 0 4px 11px -4px #7d7e8ab5;
    transition: 200ms ease all;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

button.slick-arrow:before {
    color: #181818;
}

button.slick-arrow:hover {
    background-color: rgb(255 255 255);
    box-shadow: 0 0 0 0 #7d7e8ab5;
}

button.slick-arrow.slick-next {
    right: 1em;
}

button.slick-arrow.slick-prev {
    left: 1em;
}

.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list {
    position: static !important;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.bt_bb_layout_wide .bt_bb_content_slider.bt_bb_multiple_slides .slick-list .slick-track {
    position: relative;
}

.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item {
    overflow: hidden;
}

.bt_bb_layout_wide .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item .bt_bb_content_slider_item_content {
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
}

.bt_bb_layout_wide .bt_bb_row_width_boxed_1200 .bt_bb_content_slider:not(.bt_bb_multiple_slides) .slick-slider .bt_bb_content_slider_item .bt_bb_content_slider_item_content {
    padding: 0 !important;
}

.bt_bb_section:not(.bt_bb_layout_wide) .bt_bb_content_slider.bt_bb_multiple_slides button.slick-arrow.slick-next {
    right: -1.5em;
}

.bt_bb_section:not(.bt_bb_layout_wide) .bt_bb_content_slider.bt_bb_multiple_slides button.slick-arrow.slick-prev {
    left: -1.5em;
}

/* Slider dots */
.slick-dots {
    bottom: 2em;
}

.bt_bb_show_dots_below .slick-dots {
    bottom: -2.5em;
}

.bt_bb_align_navigation_left .slick-dots {
    text-align: left;
}

.bt_bb_align_navigation_right .slick-dots {
    text-align: right;
}

.bt_bb_align_navigation_center .slick-dots {
    text-align: center;
}

.slick-dots li {
    margin: .8em;
    width: .6em;
    height: .6em;
    border: none;
    background: #191919;
    position: relative;
    transition: 200ms ease all;
}

.slick-dots li:after {
    opacity: 0;
    transition: 300ms ease all;
    content: '';
    font-size: 1em;
    border: 1px solid #191919;
    line-height: 1;
    position: absolute;
    width: 1.8em;
    height: 1.8em;
    border-radius: 50px;
    left: -.6em;
    top: -.6em;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: #191919;
}

.slick-dots li.slick-active:after,
.slick-dots li:hover:after {
    opacity: 1;
}

.bt_bb_navigation_color_dark .slick-dots li {
    background-color: #181818;
}

.bt_bb_navigation_color_dark .slick-dots li:after {
    border-color: #181818;
}

.bt_bb_navigation_color_accent .slick-dots li {
    background-color: rgb(4, 150, 213);
}

.bt_bb_navigation_color_accent .slick-dots li:after {
    border-color: rgb(4, 150, 213);
}

.bt_bb_navigation_color_alternate .slick-dots li {
    background-color: #222e41;
}

.bt_bb_navigation_color_alternate .slick-dots li:after {
    border-color: #222e41;
}

/* Custom menu */
.bt_bb_custom_menu div ul {
    margin: 0;
}

.bt_bb_custom_menu div ul li {
    list-style: none;
    line-height: 1;
    padding-bottom: .8em;
}

.bt_bb_custom_menu div ul a {
    color: inherit;
    font-size: 16px;
    padding: 2px 0;
    display: block;
}

.bt_bb_custom_menu div ul a:hover {
    opacity: .6;
}


.btMenuWeight_medium .bt_bb_custom_menu div ul a {
    font-weight: 500;
}

.bt_bb_font_weight_bold.bt_bb_custom_menu div ul a {
    font-weight: 700;
}

.bt_bb_font_weight_semi-bold.bt_bb_custom_menu div ul a {
    font-weight: 600;
}

.bt_bb_custom_menu div ul > li {
    margin-left: 0;
}

/* Google & OpenStreet map */
.bt_bb_map_content {
    max-width: 1280px;
    margin: auto;
    padding: 4em 0;
}

.bt_bb_map .bt_bb_map_content .bt_bb_map_content_wrapper .bt_bb_map_location {
    padding: 2em;
}

.bt_bb_google_maps.bt_bb_shape_round {
    border-radius: 20px;
    overflow: hidden;
}

.bt_bb_google_maps .bt_bb_google_maps_content .bt_bb_image {
    margin: -2em -2em 0 -2em;
}

@media (max-width: 640px) {
    .bt_bb_map_content {
        padding: 0;
    }

    .bt_bb_map_content .bt_bb_map_content_wrapper {
        padding: 0;
    }

    .bt_bb_map.bt_bb_maps_with_content .bt_bb_map_map {
        height: 600px !important;
        position: relative;
    }
}

/* Images */
.bt_bb_image.bt_bb_shape_soft-rounded {
    border-radius: 10px !important;
}

.bt_bb_image.bt_bb_shape_soft-rounded img {
    border-radius: 10px !important;
}

.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content {
    border-radius: 10px !important;
}

.bt_bb_image.bt_bb_shape_soft-rounded .bt_bb_image_content_flex {
    border-radius: 10px !important;
}

.bt_bb_image.bt_bb_shadow_visible {
    box-shadow: 0 0 20px 0 rgb(0, 0, 0, .3);
}

.bt_bb_image.bt_bb_hover_style_zoom-in:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-to-grayscale:hover img,
.bt_bb_image.bt_bb_hover_style_zoom-in-from-grayscale:hover img {
    transform: scale3d(1.05, 1.05, 1.05);
}

/* Accordion */
.bt_bb_accordion .bt_bb_accordion_item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    border: none !important;
    padding: 0;
    cursor: pointer;
    overflow: hidden;
    transition: 300ms ease all;
}

.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:first-child {
    border-radius: 8px 8px 0 0;
}

.bt_bb_shape_rounded.bt_bb_accordion .bt_bb_accordion_item:last-child {
    border-radius: 0 0 8px 8px;
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item {
    border: 1px solid #d2d2d2 !important;
}

.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item {
    border: 1px solid #d2d2d2 !important;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 1em 0;
    width: 100%;
    transition: 350ms ease all;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top .fa-chevron-down {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 18px;
    transition: transform 200ms ease-in;
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_top .fa-chevron-down {
    transform: rotate(180deg);
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top .fa-chevron-down {
    top: 24px;
    right: 1.3em;
}

.bt_bb_style_simple.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top {
    border-bottom: 1px solid #d2d2d2 !important;
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top {
    padding: 1.3em;
    background: #f7f7f5;
}

.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top {
    padding: 1.3em;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top .bt_bb_accordion_item_number {
    font-size: .875em;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    line-height: 1;
    color: rgb(4, 150, 213);
    padding-right: .7em;
    font-weight: 600;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top .bt_bb_accordion_item_title {
    font-size: 1em;
    padding: 0;
    border: none !important;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    transition: none;
    font-weight: 600;
}

.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    flex: 1 0 100%;
    padding: 0;
    display: block;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transition: 300ms ease all;
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content,
.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    padding-left: 1.3em;
    padding-right: 1.3em;
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_content {
    background: #fff;
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item:not(:first-child),
.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item:not(:first-child) {
    margin-top: -1px;
}

.bt_bb_accordion .bt_bb_accordion_item.on {
    min-height: 1px;
    max-height: 1000em;
}

.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    display: block;
    opacity: 1;
    padding-top: 1em;
    height: auto;
    padding-bottom: 1.6em !important;
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    padding-top: 1.5em;
    padding-bottom: 1.5em !important;
}

.bt_bb_style_outline.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_content {
    padding-top: 0;
    padding-bottom: 1.5em !important;
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_top,
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item:hover .bt_bb_accordion_item_top {
    color: #fff;
    background: rgb(4, 150, 213);
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_top .bt_bb_accordion_item_number,
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item:hover .bt_bb_accordion_item_top .bt_bb_accordion_item_number {
    color: #fff;
}

.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item.on .bt_bb_accordion_item_top:after,
.bt_bb_style_filled.bt_bb_accordion .bt_bb_accordion_item:hover .bt_bb_accordion_item_top:after {
    color: #fff;
}

@media (max-width: 480px) {
    .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top {
        align-items: flex-start;
    }

    .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top .bt_bb_accordion_item_number {
        padding-top: .2em;
    }

    .bt_bb_accordion .bt_bb_accordion_item .bt_bb_accordion_item_top .bt_bb_accordion_item_title {
        max-width: 70%;
    }
}

/* WPC7 Form */
.darkSkinSelector form input:not([type='radio']),
.darkSkinSelector form input:not([type='checkbox']),
.darkSkinSelector form textarea,
.darkSkinSelector form .fancy-select .trigger {
    color: #181818;
}

form .fancy-select .trigger {
    line-height: 3.2em;
}

form .fancy-select .options.overflowing {
    bottom: 3.35em;
}

form .wpcf7-submit {
    font-size: .8em !important;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    letter-spacing: 1px;
    cursor: pointer;
    width: auto !important;
    padding: 0 3em !important;
    box-shadow: 0 0 0 4em rgb(4, 150, 213) inset;
    color: #fff !important;
    border: 0;
    transition: all 300ms ease;
}

.btButtonWeight_bold form .wpcf7-submit {
    font-weight: 700;
}

form .wpcf7-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 0 4em rgb(4, 150, 213) inset, 0 5px 15px rgba(0, 0, 0, .1);
}

.bt_bb_align_center form .wpcf7-submit {
    margin-left: auto;
    margin-right: auto;
}

.bt_bb_align_right form .wpcf7-submit {
    margin-left: auto;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid rgb(4, 150, 213);
}

span.wpcf7-not-valid-tip {
    color: rgb(4, 150, 213);
    padding-top: 1em;
}

/* Newsletter */
.btNewsletter {
    display: flex;
    width: 100%;
}

.btNewsletter.btLight {
    max-width: 425px;
}

.btNewsletter .btNewsletterColumn {
    flex: 1 0 80%;
    max-width: 80%;
}

.btNewsletter .btNewsletterColumn input {
    font-size: 16px;
    color: #181818;
    background: #fff;
    border: none;
    height: 3.45em;
}

.btNewsletter .btNewsletterColumn input:focus {
    border: none !important;
}

.btNewsletter .btNewsletterColumn.btHeight input {
    height: 3.45em;
    border: 1px solid #e2e2e2;
}

.btNewsletter .btNewsletterColumn.btHeight input:focus {
    border: 1px solid #e2e2e2 !important;
}

.btLight.btNewsletter .btNewsletterColumn {
    padding-right: 0;
}

.btLight.btNewsletter .btNewsletterColumn input {
    font-size: 1em;
    line-height: 2;
    height: 50px;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.btNewsletter .btNewsletterButton {
    margin-left: -3.7em;
    z-index: 1;
}

.btNewsletter .btNewsletterButton input {
    height: 3.45em;
    font-size: 16px !important;
    padding: 0 1.8em !important;
    box-shadow: 0 0 0 4em #191919 inset;
}

.btNewsletter .btNewsletterButton input:hover {
    transform: translateY(0);
    box-shadow: 0 0 0 4em #191919 inset;
    opacity: .9;
}

.btLight.btNewsletter .btNewsletterButton {
    margin: 0;
}

.btLight.btNewsletter .btNewsletterButton input {
    height: 50px;
    font-weight: 600;
    color: rgb(4, 150, 213) !important;
    box-shadow: 0 0 0 4em #fff inset;
    border-top-left-radius: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0;
}

.btLight.btNewsletter .btNewsletterButton input:hover {
    transform: translateY(0);
    color: #fff !important;
    box-shadow: 0 0 0 4em rgb(4, 150, 213) inset;
}

.btLight.btNewsletter .btNewsletterButton .ajax-loader {
    position: absolute;
}

.btDark.btNewsletter .btNewsletterButton input {
    box-shadow: 0 0 0 4em #191919 inset;
}

@media (max-width: 991px) {
    .btNewsletter {
        display: block;
    }

    .btNewsletter .btNewsletterColumn {
        max-width: 100%;
        padding-bottom: 10px;
    }

    .btNewsletter .btNewsletterButton {
        margin-left: 0;
    }
}

/* Card with Image */
.bt_bb_card_image {
    overflow: hidden;
    position: relative;
    transition: all 600ms ease-in-out;
}

.btSoftRoundedButtons .bt_bb_card_image {
    border-radius: 5px;
}

.btHardRoundedButtons .bt_bb_card_image {
    border-radius: 10px;
}

.bt_bb_card_image.bt_bb_shadow_show {
    box-shadow: 0 7px 30px -10px rgb(133, 153, 162, .5);
}

.bt_bb_card_image.bt_bb_border_show {
    border: 1px solid #dedede;
}

.bt_bb_card_image:hover .bt_bb_card_image_image img {
    transform: scale3d(1.05, 1.05, 1.05);
}

.bt_bb_card_image:hover.bt_bb_image_position_background .bt_bb_card_image_image .bt_bb_image:before {
    transform: translateY(-1em) scale(1.1);
    opacity: .9;
}

.bt_bb_shadow_hover_show.bt_bb_card_image:hover {
    box-shadow: 0 7px 30px -10px rgb(133, 153, 162, .5);
}

.bt_bb_card_image .bt_bb_card_image_image img {
    transition: transform 650ms ease-in-out, filter 650ms ease-in-out;
}

.bt_bb_image_position_background.bt_bb_card_image .bt_bb_card_image_image .bt_bb_image {
    position: relative;
}

.bt_bb_image_position_background.bt_bb_card_image .bt_bb_card_image_image .bt_bb_image:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .8;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 100%);
    transform: translate3d(0, 0, 0);
    transition: all 300ms ease;
}

.bt_bb_card_image .bt_bb_card_image_content {
    display: block;
    padding: 1.5em;
    float: left;
    width: 100%;
}

.btLightSkin .bt_bb_card_image .bt_bb_card_image_content,
.btDarkSkin .btLightSkin .bt_bb_card_image .bt_bb_card_image_content,
.btLightSkin .btDarkSkin .btLightSkin .bt_bb_card_image .bt_bb_card_image_content {
    background-color: #fff;
}

.btDarkSkin .bt_bb_card_image .bt_bb_card_image_content,
.btLightSkin .btDarkSkin .bt_bb_card_image .bt_bb_card_image_content,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_card_image .bt_bb_card_image_content {
    background-color: #191919;
}

.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_content_inner {
    width: 100%;
}

.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_content_inner .bt_bb_icon + .bt_bb_button.bt_bb_align_right {
    padding-top: .6em;
}

.bt_bb_image_position_background.bt_bb_card_image .bt_bb_card_image_content {
    background-color: transparent !important;
    padding: 1.8em;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: flex-end;
}

:not(.bt_transparent_background).bt_bb_image_position_background.bt_bb_card_image .bt_bb_card_image_content {
    color: #fff;
}

.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_medium h1,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_medium h2,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_medium h3,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_medium h4,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_medium h5,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_medium h6 {
    font-size: 1.375rem;
}

.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h1,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h2,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h3,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h4,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h5,
.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h6 {
    font-size: 2.125rem;
}

.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large .bt_bb_headline_superheadline {
    margin-bottom: .6em;
}

.bt_bb_font_weight_bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h1,
.bt_bb_font_weight_bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h2,
.bt_bb_font_weight_bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h3,
.bt_bb_font_weight_bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h4,
.bt_bb_font_weight_bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h5,
.bt_bb_font_weight_bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h6 {
    font-weight: 700;
}

.bt_bb_font_weight_semi-bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h1,
.bt_bb_font_weight_semi-bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h2,
.bt_bb_font_weight_semi-bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h3,
.bt_bb_font_weight_semi-bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h4,
.bt_bb_font_weight_semi-bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h5,
.bt_bb_font_weight_semi-bold.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_title .bt_bb_headline h6 {
    font-weight: 600;
}

.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_text {
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    font-size: .9em;
    line-height: 1.5;
    z-index: 1;
    padding-top: .8em;
    opacity: 1;
    font-weight: 500;
}

.bt_bb_title_size_large.bt_bb_card_image .bt_bb_card_image_content .bt_bb_card_image_text {
    padding-top: 1.4em;
}

@media (max-width: 480px) {
    .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h1,
    .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h2,
    .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h3,
    .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h4,
    .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h5,
    .bt_bb_card_image_title .bt_bb_headline.bt_bb_size_large h6 {
        font-size: 1.5rem !important;
    }

    .bt_bb_image_position_background.bt_bb_card_image .bt_bb_card_image_image .bt_bb_image:before {
        background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, .7) 10%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
    }
}

/* Card Icon */
.bt_bb_card_icon {
    overflow: hidden;
    max-width: 850px;
    background: #fff;
    transition: all 300ms ease;
}

.btSoftRoundedButtons .bt_bb_card_icon {
    border-radius: 5px;
}

.btHardRoundedButtons .bt_bb_card_icon {
    border-radius: 10px;
}

.bt_bb_card_icon.bt_bb_shadow_visible {
    padding: 2em;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.bt_bb_card_icon.bt_bb_shadow_visible_hover {
    padding: 2em;
}

.bt_bb_card_icon.bt_bb_border_visible {
    padding: 2em;
    border: 1px solid rgba(0, 0, 0, .1);
}

.btDarkSkin .bt_bb_card_icon.bt_bb_border_visible,
.btLightSkin .btDarkSkin .bt_bb_card_icon.bt_bb_border_visible,
.btDarkSkin.btLightSkin .btDarkSkin .bt_bb_card_icon.bt_bb_border_visible {
    border: 1px solid #fff;
}

.WithText.bt_bb_card_icon .bt_bb_card_icon_content {
    align-items: flex-start;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
    flex: 0 0 auto;
    width: auto;
    height: auto;
    order: 1;
    border-radius: 50%;
    width: 9em;
    height: 9em;
    display: flex;
    align-items: center;
}

.bt_bb_title_size_extrasmall.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
    height: 6em;
    width: 6em;
}

.bt_bb_title_size_small.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
    height: 8em;
    width: 8em;
}

.bt_bb_colored_icon_size_small.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
    height: 6em;
    width: 6em;
}

.bt_bb_colored_icon_size_medium.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
    height: 8em;
    width: 8em;
}

.bt_bb_colored_icon_size_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
    height: 9em;
    width: 9em;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
    height: 8em;
    width: 8em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg, .bt_bb_align_right .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg, .bt_bb_align_left .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg, .bt_bb_align_right .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg, .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg, .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
    margin-right: auto;
    margin-left: auto;
}

.bt_bb_title_size_extrasmall.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
    height: 5em;
    width: 5em;
}

.bt_bb_title_size_small.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
    height: 7em;
    width: 7em;
}

.bt_bb_colored_icon_size_small.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
    height: 5em;
    width: 5em;
}

.bt_bb_colored_icon_size_medium.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
    height: 6em;
    width: 6em;
}

.bt_bb_colored_icon_size_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon svg {
    height: 7em;
    width: 7em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon, .bt_bb_align_right .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon, .bt_bb_align_left .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon, .bt_bb_align_right .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon, .bt_bb_align_center.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon, .bt_bb_align_center .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_colored_icon {
    margin-right: auto;
    margin-left: auto;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon {
    padding-bottom: 100%;
    position: relative;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon .icon-wrapper img {
    max-width: 80%;
    max-height: 80%;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon a {
    color: inherit;
    transition: none;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon a .bt_bb_icon_holder {
    transition: opacity 300ms ease;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_icon a:hover .bt_bb_icon_holder {
    opacity: .8;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
    font-size: 1.5em;
    line-height: 1.4;
    padding: .5em 0;
    transition: transform 300ms ease;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    font-weight: 700;
}

.bt_bb_font_weight_bold.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
    font-weight: 700;
}

.bt_bb_font_weight_semi-bold.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
    font-weight: 600;
}

.bt_bb_title_size_extrasmall.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
    font-size: 1em;
}

.bt_bb_title_size_small.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
    font-size: 1.3125em;
}

.bt_bb_title_size_large.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
    font-size: 2em;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title a {
    color: inherit;
    transition: opacity 300ms ease;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title a:hover {
    opacity: .8;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_text p {
    font-size: .9em;
    margin-top: .8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    max-height: 4.5em;
    margin-bottom: 0;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_button {
    transition: all 300ms ease;
}

.bt_bb_card_icon:hover.bt_bb_shadow_visible_hover {
    box-shadow: 0 7px 30px -10px rgba(150, 170, 180, .5);
}

/* Color scheme - Colored Icon */
.bt_bb_colored_icon_color_scheme_accent svg .accent-color {
    fill: rgb(4, 150, 213) !important;
}

.bt_bb_colored_icon_color_scheme_accent svg .dark-color {
    fill: #181818 !important;
}

.bt_bb_colored_icon_color_scheme_alternate svg .accent-color {
    fill: #222e41 !important;
}

.bt_bb_colored_icon_color_scheme_alternate svg .dark-color {
    fill: #181818 !important;
}

.bt_bb_colored_icon_color_scheme_gray svg .accent-color {
    fill: #E2E4DC !important;
}

.bt_bb_colored_icon_color_scheme_gray svg .dark-color {
    fill: #181818 !important;
}

svg .yellow-color {
    fill: #F4DB95;
}

svg .blue-color {
    fill: #A5DFD3;
}

.bt_bb_steps {
    display: flex;
    flex-wrap: wrap;
}

.bt_bb_steps.bt_bb_align_left {
    text-align: left;
}

.bt_bb_steps.bt_bb_align_right {
    text-align: right;
}

.bt_bb_steps.bt_bb_align_center {
    text-align: center;
}

.bt_bb_steps.bt_bb_icons_size_normal .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon svg {
    width: 7em;
    height: 7em;
}

.bt_bb_steps.bt_bb_icons_size_large .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon svg {
    width: 9em;
    height: 9em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_steps.bt_bb_icons_size_large .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_right .bt_bb_align_center.bt_bb_steps.bt_bb_icons_size_large .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_left .bt_bb_align_center .bt_bb_steps.bt_bb_icons_size_large .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_right .bt_bb_align_center .bt_bb_steps.bt_bb_icons_size_large .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_center.bt_bb_steps.bt_bb_icons_size_large .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_center .bt_bb_steps.bt_bb_icons_size_large .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line {
    top: 45%;
    right: -3.5em;
}

.bt_bb_steps.bt_bb_line_color_blue .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line {
    background: linear-gradient(90deg, rgb(31 11 133) 20%, #1000fd 100%);
}

.bt_bb_steps .bt_bb_inner_step {
    padding: 0 1em;
    flex: 1 0 25%;
    position: relative;
}

.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content {
    display: flex;
    flex-wrap: wrap;
}

.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_icon {
    padding-bottom: 2em;
}

.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_icon .bt_bb_icon_holder {
    font-size: 4em;
    line-height: 1;
}

.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon {
    padding-bottom: 1.5em;
    line-height: 1;
}

.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon svg {
    width: 5em;
    height: 5em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon, .bt_bb_align_right .bt_bb_align_center.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon, .bt_bb_align_left .bt_bb_align_center .bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon, .bt_bb_align_right .bt_bb_align_center .bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon, .bt_bb_align_center.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon, .bt_bb_align_center .bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_colored_icon {
    margin: 0 auto;
}

.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line {
    background: linear-gradient(90deg, rgba(71, 71, 71, 0) 20%, #e4e4e4 100%);
    height: .5em;
    width: 100%;
    border-radius: 50px;
    flex: 1 0 60%;
    align-self: center;
    max-width: 150px;
    margin: 0 auto;
    margin-top: -1em;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_right .bt_bb_align_center.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_left .bt_bb_align_center .bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_right .bt_bb_align_center .bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_center.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line, .bt_bb_align_center .bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_line {
    position: absolute;
    right: -2em;
    max-width: 110px;
    top: 25%;
}

.bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_supertitle {
    font-size: .8em;
    font-family: "Akzidenz-Grotesk", Arial, sans-serif;
    line-height: 1.1;
    color: rgb(4, 150, 213);
    flex: 1 0 100%;
    padding-bottom: 1em;
}

.btSupertitleWeight_default .bt_bb_steps .bt_bb_inner_step .bt_bb_inner_step_content .bt_bb_inner_step_supertitle {
    font-weight: 500;
}

/* Color scheme - Colored Icon */
.bt_bb_colored_icon_color_scheme_light_accent svg .accent-color {
    fill: rgb(4, 150, 213) !important;
}

.bt_bb_colored_icon_color_scheme_light_accent svg .dark-color {
    fill: #fff !important;
}

/* Testimonials */
.bt_bb_testimonial .bt_bb_testimonial_text {
    position: relative;
}

.bt_bb_testimonial .bt_bb_testimonial_text span {
    padding-top: 1em;
    font-size: 1.5rem;
    line-height: 1.4;
    display: block;
    font-family: "LavaPro Bold", Arial, sans-serif;
    letter-spacing: -1px;
    color: inherit;
    position: relative;
    z-index: 1;
}

.bt_bb_font_weight_bold.bt_bb_testimonial .bt_bb_testimonial_text span {
    font-weight: 700;
}

.bt_bb_font_weight_semi-bold.bt_bb_testimonial .bt_bb_testimonial_text span {
    font-weight: 600;
}

.bt_bb_text_style_italic.bt_bb_testimonial .bt_bb_testimonial_text span {
    font-style: italic;
}

.bt_bb_text_size_medium.bt_bb_testimonial .bt_bb_testimonial_text span {
    font-size: 2.125rem;
    line-height: 1.3;
}

.bt_bb_text_size_large.bt_bb_testimonial .bt_bb_testimonial_text span {
    font-size: 2.75rem;
    padding-top: .5em;
}

.bt_bb_testimonial .bt_bb_testimonial_text:before {
    content: "\e900";
    font-family: Quote;
    display: block;
    font-size: 4em;
    line-height: 1;
    color: rgba(0, 0, 0, .2);
}

.bt_bb_quote_position_hide.bt_bb_testimonial .bt_bb_testimonial_text:before {
    display: none;
}

.bt_bb_quote_color_accent.bt_bb_testimonial .bt_bb_testimonial_text:before {
    color: rgb(4, 150, 213);
}

.bt_bb_quote_color_alternate.bt_bb_testimonial .bt_bb_testimonial_text:before {
    color: #222e41;
}

.bt_bb_quote_color_light.bt_bb_testimonial .bt_bb_testimonial_text:before {
    color: #fff;
}

.bt_bb_quote_color_transparent_light.bt_bb_testimonial .bt_bb_testimonial_text:before {
    color: #fff;
    opacity: .5;
}

.bt_bb_quote_color_dark.bt_bb_testimonial .bt_bb_testimonial_text:before {
    color: #181818;
}

.bt_bb_testimonial .bt_bb_testimonial_text_box {
    padding-top: 1.5em;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bt_bb_align_left .bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_right .bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_left .bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_right .bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_center.bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_center .bt_bb_testimonial .bt_bb_testimonial_text_box {
    margin: 0 auto;
    display: block;
}

.bt_bb_align_left .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_center .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_left .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_center .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_right.bt_bb_testimonial .bt_bb_testimonial_text_box, .bt_bb_align_right .bt_bb_testimonial .bt_bb_testimonial_text_box {
    float: right;
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_left_box {
    flex: 1 0 50%;
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_left_box .bt_bb_testimonial_logo {
    padding: 2em 0;
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_left_box .bt_bb_testimonial_logo .bt_bb_image {
    float: none;
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_left_box .bt_bb_testimonial_name,
.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_left_box .bt_bb_testimonial_details {
    display: block;
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_left_box .bt_bb_testimonial_details {
    opacity: .7;
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_left_box .bt_bb_testimonial_name {
    font-weight: 600;
}

.bt_bb_testimonial .bt_bb_testimonial_text_box .bt_bb_testimonial_right_box {
    flex: 1 0 50%;
}

@media (max-width: 780px) {
    .bt_bb_text_size_large.bt_bb_testimonial .bt_bb_testimonial_text span {
        font-size: 1.75rem !important;
    }
}

/* General */

img {
    height: auto;
    max-width: 100%;
}

/* Form row */
form fieldset {
    padding: 2em;
    border: 1px solid rgba(0, 0, 0, .1);
}

form .form-row {
    margin: 0 0 1em;
}

form input[type="submit"].button {
    text-align: center;
}

form .form-row [placeholder]:focus::-webkit-input-placeholder {
    transition: opacity .5s .5s ease;
    opacity: 0;
}

form .form-row label {
    display: block;
    margin-bottom: .5em;
}

form .form-row label.inline,
form .form-row label.checkbox {
    display: inline;
    margin-bottom: 0;
}

form .form-row select {
    cursor: pointer;
    margin: 0;
}

form .form-row .select2-container {
    line-height: 2.5em;
}

form .form-row .select2-container .select2-choice {
    padding-left: 1em;
    height: 3.2em;
    line-height: 3.2em;
}

form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}

form .form-row .input-checkbox {
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: auto;
    display: inline;
}

form .form-row textarea {
    height: 5em;
    display: block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form .form-row::-webkit-input-placeholder {
    line-height: normal;
}

form .form-row:-moz-placeholder {
    line-height: normal;
}

form .form-row:-ms-input-placeholder {
    line-height: normal;
}

/* Date picker */
.btDatePicker .ui-datepicker-header {
    background-color: rgb(4, 150, 213);
}

@media (min-width: 1921px) {
    .bt_bb_size_huge.bt_bb_headline h1,
    .bt_bb_size_huge.bt_bb_headline h2,
    .bt_bb_size_huge.bt_bb_headline h3,
    .bt_bb_size_huge.bt_bb_headline h4,
    .bt_bb_size_huge.bt_bb_headline h5,
    .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 5.2rem;
    }
}

@media (max-width: 1399px) {
    /* Typography breakpoint start 1350 */
    .bt_bb_size_huge.bt_bb_headline h1,
    .bt_bb_size_huge.bt_bb_headline h2,
    .bt_bb_size_huge.bt_bb_headline h3,
    .bt_bb_size_huge.bt_bb_headline h4,
    .bt_bb_size_huge.bt_bb_headline h5,
    .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 5.1rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .9375rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.625rem;
        margin-top: 1.4em;
    }
}

@media (max-width: 1199px) {
    /* Typography breakpoint start 1200 */
    .bt_bb_size_huge.bt_bb_headline h1,
    .bt_bb_size_huge.bt_bb_headline h2,
    .bt_bb_size_huge.bt_bb_headline h3,
    .bt_bb_size_huge.bt_bb_headline h4,
    .bt_bb_size_huge.bt_bb_headline h5,
    .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 2.5rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline h1,
    .bt_bb_size_extralarge.bt_bb_headline h2,
    .bt_bb_size_extralarge.bt_bb_headline h3,
    .bt_bb_size_extralarge.bt_bb_headline h4,
    .bt_bb_size_extralarge.bt_bb_headline h5,
    .bt_bb_size_extralarge.bt_bb_headline h6 {
        font-size: 4rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .875rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .875rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.5rem;
        margin-top: 1.2em;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.5rem;
        margin-top: 1.2em;
    }

    .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_excerpt {
        font-size: 1em;
    }

    .bt_bb_latest_posts .bt_bb_latest_posts_item .bt_bb_latest_posts_item_content .bt_bb_latest_posts_item_meta > span {
        font-size: 1em;
    }

    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > span,
    .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta > .bt_bb_grid_item_category a {
        font-size: 1em;
    }

    .bt_bb_align_right .bt_bb_align_left.bt_bb_icon, .bt_bb_align_center .bt_bb_align_left.bt_bb_icon, .bt_bb_align_right .bt_bb_align_left .bt_bb_icon, .bt_bb_align_center .bt_bb_align_left .bt_bb_icon, .bt_bb_align_left.bt_bb_icon, .bt_bb_align_left .bt_bb_icon {
        padding-right: .7em;
    }

    .bt_bb_align_left .bt_bb_align_right.bt_bb_icon, .bt_bb_align_center .bt_bb_align_right.bt_bb_icon, .bt_bb_align_left .bt_bb_align_right .bt_bb_icon, .bt_bb_align_center .bt_bb_align_right .bt_bb_icon, .bt_bb_align_right.bt_bb_icon, .bt_bb_align_right .bt_bb_icon {
        padding-left: .7em;
    }

    .bt_bb_align_left .bt_bb_align_center.bt_bb_icon, .bt_bb_align_right .bt_bb_align_center.bt_bb_icon, .bt_bb_align_left .bt_bb_align_center .bt_bb_icon, .bt_bb_align_right .bt_bb_align_center .bt_bb_icon, .bt_bb_align_center.bt_bb_icon, .bt_bb_align_center .bt_bb_icon.bt_bb_style_borderless.bt_bb_size_small {
        padding: 0 .35em;
    }

    .bt_bb_size_normal.bt_bb_icon .bt_bb_icon_holder > span {
        font-size: .8125em;
    }

    body {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    /* Typography breakpoint start 480 */
    .bt_bb_size_huge.bt_bb_headline h1,
    .bt_bb_size_huge.bt_bb_headline h2,
    .bt_bb_size_huge.bt_bb_headline h3,
    .bt_bb_size_huge.bt_bb_headline h4,
    .bt_bb_size_huge.bt_bb_headline h5,
    .bt_bb_size_huge.bt_bb_headline h6 {
        font-size: 1.9rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline h1,
    .bt_bb_size_extralarge.bt_bb_headline h2,
    .bt_bb_size_extralarge.bt_bb_headline h3,
    .bt_bb_size_extralarge.bt_bb_headline h4,
    .bt_bb_size_extralarge.bt_bb_headline h5,
    .bt_bb_size_extralarge.bt_bb_headline h6 {
        font-size: 2.5rem;
    }

    .bt_bb_size_large.bt_bb_headline h1,
    .bt_bb_size_large.bt_bb_headline h2,
    .bt_bb_size_large.bt_bb_headline h3,
    .bt_bb_size_large.bt_bb_headline h4,
    .bt_bb_size_large.bt_bb_headline h5,
    .bt_bb_size_large.bt_bb_headline h6 {
        font-size: 2.15rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .7rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .7rem;
    }

    .bt_bb_size_large.bt_bb_headline.bt_bb_superheadline .bt_bb_headline_superheadline {
        font-size: .7rem;
    }

    .bt_bb_size_huge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.3rem;
    }

    .bt_bb_size_extralarge.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.2rem;
    }

    .bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
        font-size: 1.1rem;
    }

    /* body { font-size: 13px; } */
    /* Typography breakpoint */
    .btMenuVertical .mainHeader {
        width: 100%;
        max-width: 500px;
    }

    .btMenuVerticalLeft.btMenuVerticalOn .bt-content-wrap,
    .btMenuVerticalLeft.btMenuVerticalOn .bt-vertical-header-top,
    .btMenuVerticalLeft.btMenuVerticalOn .bt-site-footer {
        transform: translateX(calc(100% - 62px));
    }

    .btMenuVerticalLeft.btMenuVertical.btStickyHeaderActive.btMenuVerticalOn.btStickyHeaderOpen .bt-vertical-header-top {
        transform: translateX(calc(100% - 62px)) !important;
    }

    .btMenuVerticalRight.btMenuVerticalOn .bt-content-wrap {
        transform: translateX(calc(-100% + 62px));
    }

    .btMenuVerticalRight.btMenuVerticalOn .bt-content-wrap,
    .btMenuVerticalRight.btMenuVerticalOn .bt-vertical-header-top,
    .btMenuVerticalRight.btMenuVerticalOn .bt-site-footer {
        transform: translateX(calc(-100% + 62px));
    }

    .btMediaBox.btQuote p,
    .btMediaBox.btLink p {
        font-size: 1em;
    }

    .btMediaBox.btQuote cite,
    .btMediaBox.btLink cite {
        font-size: .8em;
    }
}

/* Static vertical menu fix over mid-resolution */
@media (min-width: 1028px) {
    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .bt-content-wrap,
    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .bt-vertical-header-top,
    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .bt-site-footer {
        transition: none;
        padding-left: 320px;
    }

    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .mainHeader {
        transform: translateX(0%);
    }

    .btMenuVerticalLeft.btMenuVerticalLeftEnabled:not(.btHideMenu) .bt-vertical-header-top {
        display: none;
    }

    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .bt-content-wrap,
    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .bt-vertical-header-top,
    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .bt-site-footer {
        transition: none;
        padding-right: 320px;
    }

    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .mainHeader {
        transform: translateX(0%);
    }

    .btMenuVerticalRight.btMenuVerticalRightEnabled:not(.btHideMenu) .bt-vertical-header-top {
        display: none;
    }
}

/* Grid */
@media (max-width: 480px) {
    .bt_bb_column[data-width="3"],
    .bt_bb_column[data-width="2"] {
        flex-basis: 100%;
        max-width: 100%;
    }
}

@media (max-width: 1240px) {
    .bt_bb_row_width_boxed_1200.bt_bb_row_wrapper.bt_bb_content_wide {
        padding: 0;
    }
}

/* Extra Huge Headline */
.btHugeTitle h1,
.btHugeTitle h2,
.btHugeTitle h3,
.btHugeTitle h4,
.btHugeTitle h5,
.btHugeTitle h6 {
    letter-spacing: -9px;
    font-size: 18em !important;
    line-height: .8;
}

@media (max-width: 1500px) {
    .btHugeTitle h1,
    .btHugeTitle h2,
    .btHugeTitle h3,
    .btHugeTitle h4,
    .btHugeTitle h5,
    .btHugeTitle h6 {
        font-size: 14em !important;
    }
}

@media (max-width: 992px) {
    .btHugeTitle h1,
    .btHugeTitle h2,
    .btHugeTitle h3,
    .btHugeTitle h4,
    .btHugeTitle h5,
    .btHugeTitle h6 {
        letter-spacing: 1px;
        font-size: 8em !important;
    }
}

@media (max-width: 480px) {
    .btHugeTitle h1,
    .btHugeTitle h2,
    .btHugeTitle h3,
    .btHugeTitle h4,
    .btHugeTitle h5,
    .btHugeTitle h6 {
        font-size: 4em !important;
    }
}

/* Timeline - Travel Style */
.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_container_line {
    right: 0;
    left: auto;
    border-color: rgb(4, 150, 213);
    border-width: 2px;
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_group {
    text-align: right;
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_item {
    margin-right: 2.5rem;
    margin-left: 0;
}

.btSoftRoundedButtons .bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_item {
    border-radius: 10px !important;
}

.btHardRoundedButtons .bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_item {
    border-radius: 10px !important;
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_item_override_marker_type_inherit.bold_timeline_item .bold_timeline_item_marker {
    left: auto;
    right: calc(-2.4rem - 6px);
    border-color: rgb(4, 150, 213);
    background: rgb(4, 150, 213);
    top: 2.5rem;
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_item_override_alignment_inherit.bold_timeline_item {
    text-align: right;
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_item_connection {
    border-left-width: 10px !important;
    border-left-style: solid !important;
    border-left-color: #eee !important;
    border-right: none !important;
    right: -8px !important;
    transform: translateY(0%) !important;
    left: auto !important;
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_group_header {
    margin-right: -2.5em;
    border-radius: 50px;
    text-align: center;
    width: 5em;
    height: 5em;
    background: #181818;
    color: #fff;
}

.bold_timeline_container.bold_timeline_container_line_position_left.bold_timeline_container_has_line_style .bold_timeline_group_override_title_size_large.bold_timeline_group .bold_timeline_group_header_title {
    font-size: .9rem;
    font-weight: 400;
}

.bold_timeline_container .bold_timeline_item.btAccent .bold_timeline_item_inner {
    background: rgb(4, 150, 213) !important;
    border-color: rgb(4, 150, 213) !important;
    color: #fff !important;
}

.bold_timeline_container .bold_timeline_item.btAccent .bold_timeline_item_connection {
    border-left-color: rgb(4, 150, 213) !important;
}

.bold_timeline_container.btSquare .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_header {
    padding: 3em 2.5em 0 !important;
}

.bold_timeline_container.btSquare .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content {
    padding: 1.5em 2em 2em 2em !important;
}

.bold_timeline_container.btSquare .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_media .bold_timeline_item_media_images .bold_timeline_item_media_image {
    margin: 2em -2em -2em -2em;
}

.bold_timeline_container.btSquare .bold_timeline_group .bold_timeline_group_header {
    border-radius: 0 !important;
}

.bold_timeline_container.btSquare .bold_timeline_group .bold_timeline_group_header_inner {
    width: 7em !important;
}

.bold_timeline_container.btSquare .bold_timeline_group .bold_timeline_group_header_title {
    font-size: 2em !important;
}

.bold_timeline_container.btSquare .bold_timeline_item .bold_timeline_item_header .bold_timeline_item_header_title {
    font-size: 1.8em !important;
}

.bold_timeline_container .bold_timeline_item .bold_timeline_item_inner .bold_timeline_item_content:empty {
    padding-bottom: 0 !important;
}

/* Body Custom Class */
body.btSpartanFont .bt_bb_button .bt_bb_button_text {
    padding-top: 3px;
}

body.btSpartanFont .btCounterHolder .btCountdownHolder span > span > span,
body.btSpartanFont .btCounterHolder .btCountdownHolder .days > span {
    padding-top: 3px !important;
    width: auto;
    letter-spacing: 1px;
}

body.btSpartanFont .bt_bb_counter_holder .bt_bb_counter span.onedigit span {
    padding-top: 3px !important;
}

body.btSpartanFont .btContact:not(.btRound) .btContactButton input[type='submit'] {
    padding-top: 3px !important;
}

@media (max-width: 1460px) {
    .bt_lock_parallax_1200.bt_bb_section {
        transform: none !important;
        transition-property: none !important;
        background-position: center !important;
        background-attachment: initial !important;
    }
}

/* Align Full */
.btNoSidebar .alignfull {
    width: 100vw;
    margin-left: calc(-50vw + 600px);
    margin-right: calc(-50vw + 600px);
    max-width: 100vw;
}

.bt_bb_section.bt_bb_color_scheme_1 {
    color: #ffffff;
    background-color: #191919;
}

.bt_bb_color_scheme_6.bt_bb_icon .bt_bb_icon_holder {
    color: #ffffff;
}

.bt_bb_color_scheme_6.bt_bb_icon .bt_bb_icon_holder a {
    color: #ffffff;
}

.bt_bb_color_scheme_6.bt_bb_icon:hover a.bt_bb_icon_holder {
    color: rgb(4, 150, 213);
}

.bt_bb_color_scheme_6.bt_bb_icon:hover a {
    color: rgb(4, 150, 213);
}


.bt_bb_color_scheme_6.bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 4em rgb(4, 150, 213) inset;
    background-color: rgb(4, 150, 213);
    color: #ffffff !important;
}


.bt-vertical-menu-trigger .bt_bb_icon .bt_bb_icon_holder:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    border-top-width: 2px;
    border-top-style: solid;
    transform: scaleX(1);
    border-top-color: #181818;
}

.btMenuVerticalOn .bt-vertical-menu-trigger .bt_bb_icon .bt_bb_icon_holder:before {
    transform: scaleX(0) !important;
}

.btTransparentDarkHeader .bt-vertical-menu-trigger:hover .bt_bb_icon .bt_bb_icon_holder:before, .btTransparentLightHeader .bt-vertical-menu-trigger:hover .bt_bb_icon .bt_bb_icon_holder:before, .btAccentLightHeader .bt-vertical-menu-trigger:hover .bt_bb_icon .bt_bb_icon_holder:before, .btAccentDarkHeader .bt-vertical-menu-trigger:hover .bt_bb_icon .bt_bb_icon_holder:before, .btLightDarkHeader .bt-vertical-menu-trigger:hover .bt_bb_icon .bt_bb_icon_holder:before, .btHasAltLogo.btStickyHeaderActive .bt-vertical-menu-trigger:hover .bt_bb_icon .bt_bb_icon_holder:before, .btDarkTransparentHeader .bt-vertical-menu-trigger:hover .bt_bb_icon .bt_bb_icon_holder:before {
    border-top-color: rgb(4, 150, 213);
}

.caption {
    font-size: 14px;
}

.bt_bb_google_maps_map {
    padding-bottom: 70%;
    width: 100%;
    position: relative;
}

.bt_bb_google_maps_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.bt_bb_slider {
    padding-bottom: 40px;
}

.bt_bb_card_icon.bt_bb_align_center, .bt_bb_card_image.bt_bb_align_center {
    text-align: center;
}

.bt_bb_card_icon, .bt_bb_card_image {
    display: flex;
    flex-flow: column;
}

.bt_bb_card_icon bt_bb_card_icon_content, .bt_bb_card_image .bt_bb_card_image_content {
    flex: 1 0 auto;
}

.bt_bb_color_scheme_3.bt_bb_button.bt_bb_style_clean a, .bt_bb_color_scheme_3.bt_bb_icon.bt_bb_style_borderless a {
    color: rgb(4, 150, 213);
}

.bt_bb_row .bt_bb_column .bt_bb_column_content {
    height: 100%;
}

.bt_bb_row .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner {
    height: 100%;
}

.bt_bb_row .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .bt_bb_card_icon, .bt_bb_row .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .bt_bb_card_image {
    height: calc(100% - 2em);
}

.bt_bb_row .bt_bb_column.bt_bb_vertical_align_bottom .bt_bb_column_content {
    height: auto;
}

.bt_bb_icon.bt_bb_shape_circle .bt_bb_icon_holder:before {
    background-color: transparent;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 0 #ffffff inset;
    color: #ffffff;
    width: 1.9em;
    height: 1.9em;
    font-size: 1.316rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* Tech & Tools */

div.category-filter .bt_bb_column {
    margin: 20px 0;
}

div.category-filter .bt_bb_column_content {
    position: relative;
    user-select: none;
    width: 100%;
}

div.category-filter .bt_bb_column_content_inner {
    display: flex;
    flex-direction: column;
    border-width: 0 2px 0 2px;
    border-style: solid;
    border-color: rgb(4, 150, 213);
}

div.category-filter .bt_bb_column_content_inner .custom-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    font-size: 20px;
    font-weight: 300;
    color: #3b3b3b;
    height: 60px;
    line-height: 60px;
    background: #ffffff;
    cursor: pointer;
    border-width: 2px 0 2px 0;
    border-style: solid;
    border-color: rgb(4, 150, 213);
}

div.category-filter .bt_bb_column_content_inner .custom-select-trigger i {
    color: rgb(4, 150, 213);
    transition: transform 500ms ease-in-out;
}

div.category-filter .bt_bb_column_content_inner ul.bt_bb_text {
    list-style-type: none;
    padding: 0;

    position: absolute;
    display: block;
    top: 100%;
    left: 0;
    right: 0;
    border: 2px solid rgb(4, 150, 213);
    border-top: 0;
    background: #fff;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 2;
}

div.category-filter .bt_bb_column_content_inner.open ul.bt_bb_text {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    margin: 0;
    padding: 0;
}

div.category-filter .bt_bb_column_content_inner.open ul.bt_bb_text li.selected button.category,
div.category-filter .bt_bb_column_content_inner.open ul.bt_bb_text li.selected button.blog-category {
    color: #FFFFFF;
}

div.category-filter ul.bt_bb_text li {
    position: relative;
    display: block;
    padding: 0 8px;
    font-size: 22px;
    font-weight: 300;
    color: #3b3b3b;
    line-height: 60px;
    cursor: pointer;
    transition: all 0.5s;
    margin-left: 0;
}

div.category-filter ul.bt_bb_text li:hover {
    cursor: pointer;
    background-color: rgba(255, 255, 255, .3);
}

div.category-filter ul.bt_bb_text li.selected {
    color: #ffffff;
    background-color: rgb(4, 150, 213);
    margin: 0;
}

div.category-filter ul.bt_bb_text li .category-divider {
    display: none;
}

div.category-filter ul.bt_bb_text li button.category, div.category-filter ul.bt_bb_text li button.blog-category {
    border: none;
    color: rgb(4, 150, 213);
    background-color: transparent;
    transition: all 200ms ease;
    font-size: 20px;
    padding: 0 16px;
    width: max-content;
}

@media (min-width: 735px) {
    div.category-filter .bt_bb_column {
        margin: 32px 0 8px;
    }

    div.category-filter .bt_bb_column_content_inner {
        border: none;
    }

    div.category-filter .bt_bb_column_content_inner .custom-select-trigger {
        display: none;
    }

    div.category-filter .bt_bb_column_content_inner ul.bt_bb_text {
        position: inherit;
        visibility: visible;
        opacity: 1;
        display: flex;
        align-items: baseline;
        margin: 0;
        padding: 0 24px;
        border: none;
        background: 0;
        pointer-events: auto;
    }

    div.category-filter ul.bt_bb_text li {
        padding: 0;
        display: flex;
        align-items: center;
    }

    div.category-filter ul.bt_bb_text li:hover {
        cursor: pointer;
        background-color: transparent;
    }

    div.category-filter ul.bt_bb_text li.selected {
        background: 0;
    }

    div.category-filter ul.bt_bb_text li .category-divider {
        display: block;
        height: 40px;
        border-right: solid 1px rgb(4, 150, 213);
        margin: 0 16px;
    }

    div.category-filter .bt_bb_column_content_inner.open ul.bt_bb_text li.selected button.category,
    div.category-filter ul.bt_bb_text li.selected button.category,
    div.category-filter .bt_bb_column_content_inner.open ul.bt_bb_text li.selected button.blog-category,
    div.category-filter ul.bt_bb_text li.selected button.blog-category {
        color: black;
        font-weight: bold;
    }

    div.category-filter ul.bt_bb_text li button.category:hover,
    div.category-filter ul.bt_bb_text li button.blog-category:hover {
        color: #000000;
    }
}

.bt_bb_row.techAndTools {
    justify-content: flex-start;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content.flip-card a.bt_bb_headline_content {
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(4, 150, 213);
    font-weight: bold;
    font-size: 22px;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content.flip-card .bt_bb_card_image_image {
    width: 100%;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content.flip-card a.bt_bb_headline_content:hover {
    color: black;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content.flip-card .flip-card-front,
.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content.flip-card .flip-card-back {
    background-color: white;
    display: grid;
    grid-template-rows: auto 1fr auto;
    grid-template-columns: 1fr;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content.flip-card .flip-card-front {
    position: relative;
    align-items: center;
}

.bt_bb_row.techAndTools.employees .bt_bb_column .bt_bb_column_content.flip-card .flip-card-front {
    position: absolute;
}
.bt_bb_row.techAndTools.employees .bt_bb_column .bt_bb_column_content.flip-card .flip-card-front.placeholder {
    position: relative;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content.flip-card .flip-card-back {
    top: 0;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content.flip-card .flip-card-back .card-back-content {
    text-align: left;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content.flip-card a.bt_bb_headline_content i {
    font-size: 14px;
    margin-left: 8px;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .bt_bb_button button.btn-flip {
    display: flex;
    align-items: baseline;
    border: none;
    background: 0;
    color: rgb(4, 150, 213);
    font-size: 16px;
    font-weight: normal;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .bt_bb_button button.btn-flip:hover {
    color: inherit;
}

.bt_bb_row.techAndTools .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .bt_bb_button button.btn-flip .bt_bb_button_text {
    white-space: nowrap;
}

/* Flip Card */

.flip-card {
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
}

.flip-card-front.placeholder {
    position: relative;
    opacity: 0;
    pointer-events: none;
}

/* Style the back side */
.flip-card-back {
    transform: rotateY(180deg);
}

.icon-list .bt_bb_icon {
    display: flex;
}

.icon-list .bt_bb_icon .far + span {
    line-height: 1.5;
    margin-top: -4px;
}

.icon-list .bt_bb_icon .far {
    margin-right: 10px;
    display: inline-block;
}

.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_vertical_align_top .bt_bb_row.employees .bt_bb_column .bt_bb_column_content.flip-card {
    height: 100%;
}

.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_vertical_align_top .bt_bb_row.employees .bt_bb_column .bt_bb_column_content.flip-card .bt_bb_image img {
    max-height: unset;
}

.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_vertical_align_top .bt_bb_row.employees .bt_bb_column .bt_bb_column_content.flip-card .flip-card-front {
    align-items: flex-start;
    padding-bottom: 30px;
    z-index: 0;
}

.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_vertical_align_top .bt_bb_row.employees .bt_bb_column .bt_bb_column_content.flip-card .flip-card-back {
    top: 0;
    overflow-y: auto;
    z-index: 1;
}

.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_vertical_align_top .bt_bb_row.employees .bt_bb_column .bt_bb_column_content.flip-card .flip-card-back .bt_bb_button.employee-flip {
    position: relative;
    margin-top: 20px;
}

.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_vertical_align_top .bt_bb_row.employees .bt_bb_card_image_image {
    width: 100%;
}

.bt_bb_section.bt_bb_layout_boxed_1200.bt_bb_vertical_align_top .bt_bb_row.employees .bt_bb_column .bt_bb_column_content.flip-card .flip-card-back .bt_bb_card_image_content {
    padding-bottom: 0;
}

.icon-round:before {
    font-size: 1.02rem;
    width: 1.839em;
    height: 1.839em;
    box-shadow: 0 0 0 0 #000 inset;
    border: 1px solid #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 200ms ease-in;
}

.icon-round:hover:before {
    font-size: 1.02rem;
    width: 1.839em;
    height: 1.839em;
    box-shadow: 0 0 0 0 #000 inset;
    border: 1px solid #000;
    background: #000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.bt_bb_button.employee-flip {
    position: absolute;
    right: 1.5em;
    bottom: 1.5em;
}

@media all and (max-width: 374px) {
    .bt_bb_button.employee-flip .bt_bb_button_text {
        display: none;
    }
}

@media all and (min-width: 481px) and (max-width: 619px) {
    .employees .bt_bb_column.col-sm-6 {
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
}

.bt_bb_row .bt_bb_column.blog {
    padding-left: 0;
    padding-right: 0;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #191919;
    color: white;
    padding: 20px;
    display: none;
    min-height: 25vh;
    align-items: center;
}

.cookie-banner .content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}

.cookie-banner .content .text p {
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
}

.cookie-banner .content .bt_bb_button {
    margin-left: 30px;
    width: 130px;
    flex-shrink: 0;
    position: relative;
    top: 11px;
}

.cookie-banner .fas.fa-times {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.cookie-banner .fas.fa-cookie-bite {
    font-size: 50px;
    margin-right: 30px;
    position: relative;
    top: 5px;
}

@media all and (max-width: 767px) {
    .cookie-banner .content {
        flex-flow: column;
    }

    .cookie-banner .fas.fa-cookie-bite {
        display: none;
    }

    .cookie-banner .content .bt_bb_button {
        margin-left: 0px;
        margin-top: 20px;
    }
}

.btStickyHeaderActive .btButtonWidget .btButtonWidgetLink {
    padding: 0.6em 1.5em;
}

.bt_bb_text.large {
    font-size: 20px;
    line-height: 30px;
}

.bt_bb_row.align-center {
    align-items: center;
}

.bt_bb_card_image_image {
    flex: 0 0 auto;
}

.copyright {
    background: white;
    padding-left: 5px;
    font-size: 14px;
}

.bt_bb_wrapper {
    width: 100%;
}

.mbYTP_wrapper {
    width: 100%;
    overflow: hidden;
    opacity: 1;
    padding-bottom: 56.25%;
}

@media all and (min-width: 1024px) {
    .mbYTP_wrapper {
        padding-bottom: 45%;
    }
}

@media all and (max-width: 359px) {
    .mbYTP_wrapper {
        padding-bottom: 62%;
    }
}

.mbYTP_wrapper .playerBox {
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1600px;
    max-height: 900px;
}

.YTPOverlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, 0.1);
}

#mgnlhp {
    visibility: hidden;
    height: 0;
}

.chatbot .answer, .chatbot .question {
    border-bottom: 1px solid #191919;
    padding: 10px 0;
    display: flex;
}

.chatbot .answer .content, .chatbot .question .content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.chatbot .answer .date, .chatbot .question .date {
    font-size: 13px;
    font-style: italic;
}

.chatbot .answer .sources {
    font-size: 14px;
    line-height: 1.2;
    display: none;
}

.chatbot .prompt {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row wrap;
}

.chatbot .prompt button {
    border: none;
    margin: 10px 0 0 0;
}

.chatbot .loading {
    display: none;
}

.chatbot .loading img {
    width: 50px;
    height: 50px;
}

.chatbot .loading.active {
    display: block;
}

.chatbot .image {
    margin-right: 10px;
    flex: 0 0 50px;
}

.chatbot .avatar {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(221, 227, 225, 1);
}

@media (max-width: 480px) {
    .expand {
        display: none;
    }
}

.fa-expand-alt {
    font-size: 25px;
    color: white;
}

.chatbot .answer, .chatbot .question {
    border-bottom: 1px solid #191919;
    padding: 10px 0;
    display: flex;
}

.chatbot .answer .content, .chatbot .question .content {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.chatbot .answer .date, .chatbot .question .date {
    font-size: 13px;
    font-style: italic;
}

.chatbot .answer .sources {
    font-size: 14px;
    line-height: 1.2;
    display: none;
}

.chatbot .prompt {
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-flow: row wrap;
}

.chatbot .prompt button {
    border: none;
    margin: 10px 0 0 0;
}

.chatbot .loading {
    display: none;
}

.chatbot .loading img {
    width: 50px;
    height: 50px;
}

.chatbot .loading.active {
    display: block;
}

.chatbot .image {
    margin-right: 10px;
    flex: 0 0 50px;
}

.chatbot .avatar {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(221, 227, 225, 1);
}

.chatbot .answer .image img {
    width: 50px;
    height: 50px;
}

.chatbot .answer .show-sources {
    margin: 20px 0 5px 0;
}

.chatbot .answer .rating {
    margin-top: 20px;
    font-size: 14px;
}

.chatbot .rating .fa-star {
    color: rgba(221, 227, 225, 1);
    cursor:pointer;
}

.chatbot .answer .rating .stars:hover .fa-star {
    color: rgb(4, 150, 213);
    transition-duration: 0ms;
}

.chatbot .answer .rating .stars:hover .fa-star:hover ~ .fa-star {
    color: rgba(221, 227, 225, 1);
}