/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































.mm-hidden {
    display: none !important
}
.mm-wrapper {
    overflow-x: hidden;
    position: relative
}
.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.mm-panels,
.mm-panels > .mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}
.mm-panels {
    overflow: hidden
}
.mm-panel {
    transition: transform 0.4s ease;
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-panel.mm-opened {
    transform: translate(0%, 0);
    transform: translate3d(0%, 0, 0)
}
.mm-panel.mm-subopened {
    transform: translate(-30%, 0);
    transform: translate3d(-30%, 0, 0)
}
.mm-panel.mm-highest {
    z-index: 1
}
.mm-panels > .mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 10px
}
.mm-panels > .mm-panel.mm-hasnavbar {
    padding-top: 50px
}
.mm-panels > .mm-panel:not(.mm-hidden) {
    display: block
}
.mm-panels > .mm-panel:before,
.mm-panels > .mm-panel:after {
    content: '';
    display: block;
    height: 10px
}
.mm-vertical .mm-panel {
    transform: none !important
}
.mm-vertical .mm-listview .mm-panel,
.mm-listview .mm-vertical .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}
.mm-vertical .mm-listview .mm-panel .mm-listview > li:last-child:after,
.mm-listview .mm-vertical .mm-panel .mm-listview > li:last-child:after {
    border-color: transparent
}
.mm-vertical li.mm-opened > .mm-panel,
li.mm-vertical.mm-opened > .mm-panel {
    display: block
}
.mm-vertical .mm-listview > li > .mm-next,
.mm-listview > li.mm-vertical > .mm-next {
    height: 50px;
    bottom: auto
}
.mm-vertical .mm-listview > li > .mm-next:after,
.mm-listview > li.mm-vertical > .mm-next:after {
    top: 21px;
    bottom: auto
}
.mm-vertical .mm-listview > li.mm-opened > .mm-next:after,
.mm-listview > li.mm-vertical.mm-opened > .mm-next:after {
    transform: rotate(225deg);
    right: 19px
}
.mm-btn {
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    z-index: 1
}
.mm-prev:before,
.mm-next:after {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}
.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}
.mm-next:after {
    -webkit-transform: rotate(135deg);
    right: 23px;
    left: auto
}
.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 25px;
    height: 50px;
    padding: 0 50px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}
.mm-navbar > * {
    display: block;
    padding: 12.5px 0
}
.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}
.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}
.mm-navbar .mm-btn:first-child {
    left: 0
}
.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}
.mm-panel .mm-navbar {
    display: none
}
.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}
.mm-listview,
.mm-listview > li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}
.mm-listview {
    font: inherit;
    font-size: 15px;
    line-height: 30px
}
.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}
.mm-listview > li {
    position: relative
}
.mm-listview > li,
.mm-listview > li:after,
.mm-listview > li .mm-next,
.mm-listview > li .mm-next:before {
    border-color: inherit
}
.mm-listview > li > a,
.mm-listview > li > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}
.mm-listview > li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}
.mm-listview > li:not(.mm-divider):after {
    left: 20px
}
.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 60px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}
.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 60px
}
.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}
.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}
.mm-listview .mm-next.mm-fullsubopen + a,
.mm-listview .mm-next.mm-fullsubopen + span {
    padding-right: 60px;
    margin-right: 0
}
.mm-panels > .mm-panel > .mm-listview {
    margin: 10px -10px
}
.mm-panels > .mm-panel > .mm-listview:first-child,
.mm-panels > .mm-panel > .mm-navbar + .mm-listview {
    margin-top: -10px
}
.mm-listview .mm-inset {
    list-style: inside disc;
    padding: 0 10px 15px 40px;
    margin: 0
}
.mm-listview .mm-inset > li {
    padding: 5px 0
}
.mm-listview .mm-divider {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 10px;
    text-transform: uppercase;
    text-indent: 20px;
    line-height: 30px
}
.mm-listview .mm-spacer {
    padding-top: 50px
}
.mm-listview .mm-spacer > .mm-next {
    top: 50px
}
.mm-listview .mm-spacer.mm-divider {
    padding-top: 30px
}
.mm-menu {
    background: #000;
    border-color: #000;
    color: #fff
}
.mm-menu .mm-navbar > *,
.mm-menu .mm-navbar a {
    color: #000000
}
.mm-menu .mm-btn:before,
.mm-menu .mm-btn:after {
    border-color: #000000
}
.mm-menu .mm-listview {
    border-color: #000
}
.mm-menu .mm-listview > li .mm-next:after {
    border-color: rgba(0, 0, 0, 0.3)
}
.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: #000;
    tap-highlight-color: #000
}
.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next),
.mm-menu .mm-listview > li.mm-selected > span {
    background: #000
}
.mm-menu.mm-vertical .mm-listview > li.mm-opened > a.mm-next,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > a.mm-next,
.mm-menu.mm-vertical .mm-listview > li.mm-opened > .mm-panel,
.mm-menu .mm-listview > li.mm-opened.mm-vertical > .mm-panel {
    background: rgba(0, 0, 0, 0.05)
}
.mm-menu .mm-divider {
    background: rgba(0, 0, 0, 0.05)
}
.mm-page {
    box-sizing: border-box;
    position: relative
}
.mm-slideout {
    transition: transform 0.4s ease;
    z-index: 1
}
html.mm-opened {
    overflow-x: hidden;
    position: relative
}
html.mm-blocking {
    overflow: hidden
}
html.mm-blocking body {
    overflow: hidden
}
html.mm-background .mm-page {
    background: inherit
}
#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}
html.mm-blocking #mm-blocker {
    display: block
}
.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}
.mm-menu.mm-offcanvas.mm-current {
    display: block
}
.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-current.mm-opened {
    z-index: 10
}
.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 320px;
    max-width: 440px
}
html.mm-opening .mm-slideout {
    transform: translate(80%, 0);
    transform: translate3d(80%, 0, 0)
}
@media (max-width:400px) {
    html.mm-opening .mm-slideout {
        transform: translate(320px, 0);
        transform: translate3d(320px, 0, 0)
    }
}
@media (min-width:550px) {
    html.mm-opening .mm-slideout {
        transform: translate(440px, 0);
        transform: translate3d(440px, 0, 0)
    }
}
.mm-menu > .mm-navbar {
    background: inherit;
    padding: 0;
    z-index: 3;
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-navbar-bottom {
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom: none;
    top: auto;
    bottom: 0
}
.mm-navbar-top ~ .mm-navbar-top {
    border-bottom: none
}
.mm-navbar-bottom ~ .mm-navbar-bottom {
    border-top: none
}
.mm-navbar.mm-hasbtns {
    padding: 0 50px
}
.mm-navbar[class*="mm-navbar-content-"] > * {
    box-sizing: border-box;
    display: block;
    float: left
}
.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 7px
}
.mm-navbar .mm-breadcrumbs > * {
    display: inline-block;
    padding: 12.5px 3px
}
.mm-navbar .mm-breadcrumbs > a {
    text-decoration: underline
}
.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -50px
}
.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden) + .mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}
.mm-navbar-top-1 {
    top: 0px
}
.mm-hasnavbar-top-1 .mm-panels {
    top: 50px
}
.mm-navbar-top-2 {
    top: 50px
}
.mm-hasnavbar-top-2 .mm-panels {
    top: 100px
}
.mm-navbar-top-3 {
    top: 100px
}
.mm-hasnavbar-top-3 .mm-panels {
    top: 150px
}
.mm-navbar-top-4 {
    top: 150px
}
.mm-hasnavbar-top-4 .mm-panels {
    top: 200px
}
.mm-navbar-bottom-1 {
    bottom: 0px
}
.mm-hasnavbar-bottom-1 .mm-panels {
    bottom: 50px
}
.mm-navbar-bottom-2 {
    bottom: 50px
}
.mm-hasnavbar-bottom-2 .mm-panels {
    bottom: 100px
}
.mm-navbar-bottom-3 {
    bottom: 100px
}
.mm-hasnavbar-bottom-3 .mm-panels {
    bottom: 150px
}
.mm-navbar-bottom-4 {
    bottom: 150px
}
.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 200px
}
.mm-navbar-size-2 {
    height: 100px
}
.mm-navbar-size-3 {
    height: 150px
}
.mm-navbar-size-4 {
    height: 200px
}
.mm-navbar-content-2 > * {
    width: 50%
}
.mm-navbar-content-3 > * {
    width: 33.33%
}
.mm-navbar-content-4 > * {
    width: 25%
}
.mm-navbar-content-5 > * {
    width: 20%
}
.mm-navbar-content-6 > * {
    width: 16.67%
}
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a:not(.mm-fullsubopen),
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + span,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen + a,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-fullsubopen + a {
    transition: background 0.4s ease
}
.mm-menu.mm-hoverselected .mm-listview > li > a:not(.mm-fullsubopen):hover,
.mm-menu.mm-hoverselected .mm-listview > li > a.mm-fullsubopen:hover + span {
    background: #000
}
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected:not(.mm-fullsubopen),
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + span,
.mm-menu.mm-parentselected .mm-listview > li > a.mm-selected.mm-fullsubopen + a {
    background: #000
}
html.mm-pagedim #mm-blocker,
html.mm-pagedim-white #mm-blocker,
html.mm-pagedim-black #mm-blocker {
    opacity: 0
}
html.mm-pagedim.mm-opening #mm-blocker,
html.mm-pagedim-white.mm-opening #mm-blocker,
html.mm-pagedim-black.mm-opening #mm-blocker {
    opacity: 0.3;
    transition: opacity 0.4s ease 0.4s
}
html.mm-pagedim #mm-blocker {
    background: inherit
}
html.mm-pagedim-white #mm-blocker {
    background: #fff
}
html.mm-pagedim-black #mm-blocker {
    background: #000
}
.mm-menu.mm-offcanvas.mm-right {
    left: auto
}
html.mm-right.mm-opening .mm-slideout {
    transform: translate(-80%, 0);
    transform: translate3d(-80%, 0, 0)
}
@media (max-width:400px) {
    html.mm-right.mm-opening .mm-slideout {
        transform: translate(-320px, 0);
        transform: translate3d(-320px, 0, 0)
    }
}
@media (min-width:550px) {
    html.mm-right.mm-opening .mm-slideout {
        transform: translate(-440px, 0);
        transform: translate3d(-440px, 0, 0)
    }
}
html.mm-front .mm-slideout {
    transform: none !important;
    z-index: 0
}
html.mm-front #mm-blocker {
    z-index: 1
}
html.mm-front .mm-menu.mm-offcanvas {
    z-index: 2
}
.mm-menu.mm-offcanvas.mm-front,
.mm-menu.mm-offcanvas.mm-next {
    transition: transform 0.4s ease;
    transform: translate(-100%, 0);
    transform: translate3d(-100%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-front.mm-right,
.mm-menu.mm-offcanvas.mm-next.mm-right {
    transform: translate(100%, 0);
    transform: translate3d(100%, 0, 0)
}
.mm-menu.mm-offcanvas.mm-top {
    transform: translate(0, -100%);
    transform: translate3d(0, -100%, 0)
}
.mm-menu.mm-offcanvas.mm-bottom {
    transform: translate(0, 100%);
    transform: translate3d(0, 100%, 0)
}
.mm-menu.mm-offcanvas.mm-top,
.mm-menu.mm-offcanvas.mm-bottom {
    width: 100%;
    min-width: 100%;
    max-width: 100%
}
.mm-menu.mm-offcanvas.mm-bottom {
    top: auto
}
html.mm-opening .mm-menu.mm-offcanvas.mm-front,
html.mm-opening .mm-menu.mm-offcanvas.mm-next {
    transform: translate(0, 0);
    transform: translate3d(0, 0, 0)
}
.mm-menu.mm-offcanvas.mm-top,
.mm-menu.mm-offcanvas.mm-bottom {
    height: 80%;
    min-height: 140px;
    max-height: 880px
}
.mm-menu .mm-listview > li a:not(.mm-next) {
    -webkit-tap-highlight-color: unset;
    tap-highlight-color: unset
}
html.mm-pagedim-black.mm-opening #mm-blocker {
    opacity: 0.5
}
html.mm-front .mm-slideout {
    width: calc(100vw - 17px)
}
.mm-title {
    text-align: left;
    font-weight: bold;
    color: #FFE500 !important;
    font-size:20px;
}
.mm-title em {
    display: none
}
.mm-navbar.mm-hasbtns {
    padding: 0 20px
}
.mm-panels > .mm-panel > .mm-listview {
    font-weight: bold;
    margin: 0
}
.mm-panels > .mm-panel {
    padding: 0
}
.mm-listview > li:not(.mm-divider)::after {
    left: 0
}
.mm-listview .mm-next {
    background-color: #000;
    z-index: 0;
    width: 50px
}
.mm-listview > li > a,
.mm-listview > li > span {
    padding: 10px 10px 10px 20px
}
.mm-listview .mm-divider {
    font-size: 12px;
    text-indent: 10px
}
.mm-listview > li a:not(.mm-next):hover {
    color: #FFE500
}
.mm-listview > li a:not(.mm-next):before {
    font-family: 'icons';
    content: '\e817';
    position: absolute;
    margin-left: -5px;
    opacity: 0
}
.mm-listview > li a:not(.mm-next):hover:before {
    opacity: 1;
    margin-left: -10px
}
.mm-listview > li.mm-selected > a:not(.mm-next),
.mm-listview li.act > a:not(.mm-next) {
    color: #FFE500
}
.mm-listview > li.mm-selected > a:not(.mm-next):before,
.mm-listview li.act > a:not(.mm-next):before {
    opacity: 1;
    margin-left: -10px
}
.mm-listview .mm-next + a,
.mm-listview .mm-next + span {
    margin-right: 50px
}
.mm-next:after {
    right: 22px
}
.mm-prev:before,
.mm-next:after {
    width: 12px;
    height: 12px
}
.mm-prev.mm-btn {
    float: left;
    position: relative;
    width: 30px;
    height: 49px;
    margin-left: -10px
}
.mm-prev.mm-btn:before {
    border-color: #FFE500
}
.mm-prev:before {
    left: 12px;
    border-color: #FFE500
}
.mm-close {
    right: 0px !important;
    top: 6px;
    width: 48px;
    height: 37px;
    font-size: 20px;
    text-align: center !important;
    line-height: 26px;
    padding: 5px 5px;
    position: absolute;
    cursor: pointer;
    color: #fff !important
}
.mm-close:before {
    content: '\e80b';
    font-family: icons
}
.mm-close:hover {
    color: #FFE500 !important
}
.mm-clear:before,
.mm-clear:after {
    width: auto;
    right: auto;
    height: auto
}
.mm-clear:before {
    font-size: 1em
}
#mm-1 li:nth-child(6) {
    margin-top: 30px
}
#mm-1 .mm-listview > li:nth-child(-n + 5) {
    margin-bottom: 5px
}
#mm-1 .mm-listview > li:nth-child(-n + 5) .mm-next:hover {
    background-color: #FFE500 !important
}
#mm-1 .mm-listview > li:nth-child(-n + 5) a:not(.mm-next) {
    font-size: 1.5em
}
#mm-1 .mm-listview > li:nth-child(-n + 5) a:not(.mm-next):before {
    font-size: 80%
}
@media (max-width:767px) {
    #mm-1 li:nth-child(6) {
        margin-top: 10px
    }
}
.mm-menu .mm-listview > li .mm-next:after {
    border-color: #fff
}
.mm-menu .mm-listview > li .mm-next:hover {
    background-color: #FFE500 !important
}
.mm-menu .mm-listview > li .mm-next:hover:after {
    border-color: #000
}
.mm-navbar.mm-navbar-bottom {
    padding: 0 20px
}
#menu-bottom {
    padding-top: 0
}
#menu-bottom .nav-search {
    margin-bottom: 40px
}
#menu-bottom ul {
    margin: 0;
    padding: 0;
    overflow: auto
}
#menu-bottom ul li {
    float: left;
    list-style: outside none none
}
#menu-bottom ul li.active a,
#menu-bottom ul li:hover a {
    color: #FFE500
}
#menu-bottom ul a {
    padding: 10px 10px 10px 0px;
    display: inline-block;
    color: #fff
}
#menu-bottom .pixels {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right
}
#menu-topbar .menu-logo {
    width: 90px;
    margin-top: 5px
}
#menu-logo .menu-logo,
.mm-title .menu-logo {
    width: 90px;
    margin-top: 5px
}
.mm-navbar-top .mm-prev:not(.mm-hidden) + #menu-logo {
    display: none
}

@media(max-width:1023px){
  .mm-title {
    font-size: 18px;
}
  
 .mm-close {
    font-size: 18px;
}
  
}

@media (max-width:767px) {
    .mm-navbar-size-3 {
        height: 110px
    }
    .mm-hasnavbar-bottom-3 .mm-panels {
        bottom: 110px
    }
    #menu-topbar .menu-logo {
        width: 40%
    }
    #mm-1 .mm-listview > li:nth-child(-n + 5) {
        margin-bottom: 1px
    }
    #menu-bottom {
        padding-top: 0
    }
    #menu-bottom .nav-search {
        margin-bottom: 10px
    }
  
  .mm-close {
    font-size: 16px;
}
  
.mm-title {
    font-size: 16px;
}
  
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

main.body-container-wrapper .dnd-section>.row-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */


@font-face {
    font-family: 'ReplicaLLWeb-Regular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src:url('//25708310.fs1.hubspotusercontent-eu1.net/hubfs/25708310/raw_assets/public/Iteratec_October2020/fonts/ReplicaLLWeb-Regular.woff2') format('woff2'), 
      url('//25708310.fs1.hubspotusercontent-eu1.net/hubfs/25708310/raw_assets/public/Iteratec_October2020/fonts/ReplicaLLWeb-Regular.woff') format('woff');
}
@font-face {
    font-family: 'ReplicaLLWeb-Bold';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('//25708310.fs1.hubspotusercontent-eu1.net/hubfs/25708310/raw_assets/public/Iteratec_October2020/fonts/ReplicaLLWeb-Bold.woff2') format('woff2'), 
      url('//25708310.fs1.hubspotusercontent-eu1.net/hubfs/25708310/raw_assets/public/Iteratec_October2020/fonts/ReplicaLLWeb-Bold.woff') format('woff');
}


html {
  font-size: 24px;
}

body {
  font-family: ReplicaLLWeb-Regular;
  font-size: 20px;
  color: #000;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
 
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: ReplicaLLWeb-Regular;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: ReplicaLLWeb-Regular;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: ReplicaLLWeb-Regular;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.3;
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

@media (max-width: 1023px){
  body {
    font-size: 18px !important;
}
}

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
  
  body {
    font-size: 16px !important;
}
  
  
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: ReplicaLLWeb-Regular;
}

.hs-button {
    margin: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-style: solid;
    text-decoration: none;
    font-size: 16px;
    font-family: ReplicaLLWeb-Regular, arial, helvetica, sans-serif;
    font-weight: 700;
    line-height: 16px;

  text-decoration: none;
  outline:none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

input.hs-input.error, div.field.error input, div.field.error textarea, div.field.error .chzn-choices, textarea.hs-input.error, select.hs-input.error {
    border-color: #cad5e2 !important;
}

.hs-form label {
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

body .form-input-error {
    border: 2px solid #cad5e2!important;
    margin-bottom: 8px!important;
    border-left: transparent !important;
    border-right: transparent !important;
    border-top: transparent !important;
}

.hs-error-msgs label {
   color: #f2545b !important;
    margin: 0 0 5px !important;
    padding-left: 5px !important;
    font-family: arial, helvetica, sans-serif;
}

form.hs-form .field .input a {
    margin-top: 18px;
}

.hs-input {
    display: block;
    width: 100%;
    max-width: 700px;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    padding: 0 15px;
    height: 40px;
    line-height: 22px;
    border: 2px solid #cad5e2;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    box-sizing: border-box;
    outline:none;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 15px 0px;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 20px;
  color: #000;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
(min-device-width: 320px) and (max-device-width: 480px) {
  .email-correction form .form-columns-2 .hs-form-field,
  .email-correction form .form-columns-3 .hs-form-field,
  .email-validation form .form-columns-2 .hs-form-field,
  .email-validation form .form-columns-3 .hs-form-field {
    float: none;
    width: 100%;
  }
  .email-correction form .form-columns-2 .hs-form-field .hs-input,
  .email-correction form .form-columns-3 .hs-form-field .hs-input,
  .email-validation form .form-columns-2 .hs-form-field .hs-input,
  .email-validation form .form-columns-3 .hs-form-field .hs-input {
    width: 90%;
  }
  .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-2 .hs-form-field input[type=radio],
  .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-correction form .form-columns-3 .hs-form-field input[type=radio],
  .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-2 .hs-form-field input[type=radio],
  .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
  .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
    width: 24px;
  }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ReplicaLLWeb-Regular;
}

@media(max-width:767px){
  .hs-input {
    max-width: 100%;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.ftr-land-meta {
    padding-top: 74px !important;
    padding-bottom: 36px !important;
}

@media(max-width:1023px){
  .ftr-land-meta {
    padding-top: 74px !important;
    padding-bottom: 30px !important;
}
}

@media(max-width:768px){
  .ftr-land-meta {
    padding-top: 74px !important;
    padding-bottom: 36px !important;
}
}

@media(max-width:768px){
  .ftr-land-meta {
    padding-top: 74px !important;
    padding-bottom: 30px !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.navbar-wrapper {
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10030;
    margin: 0 auto;
}
nav.navbar {
    position: relative;
    border: none;
    margin-bottom: 0px;
    min-height: auto;
}
.navbar-header {
    position: fixed;
    width: 100%;
    height: auto;
    z-index: 10030;
    pointer-events: none;
    padding-top: 50px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    float: left;
}
.container.container-maxwidth {
    width: 100%;
    max-width: 1680px !important;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.navbar-logo {
    pointer-events: all;
    position: relative;
    width: 160px;
    float: left;
    padding: 22px 10px 22px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.navbar-logo img {
    width: auto !important;
    max-width: 100%;
}
.navbar-header, .nav-special {
    padding-top: 50px;
}
.nav-special {
    position: fixed;
    top: 0;
    z-index: 10029;
    width: 100vw;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-special .nav-bg-sticky {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    box-shadow: 0 4px 15px 0px rgba(157, 22, 129, 0.1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1280px;
}
.navbar-wrapper .row {
    position: relative;
}
.col-sm-10 {
  width: 83.3333333333%;
  margin-left: 16.6666666667%;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
}
.nav-special .container {
  width: 1280px;
}
.burger-menu {
    font-size: 1.4em;
    padding: 10px 5px;
    pointer-events: all;
    color: #fff;
    line-height: 1;
    cursor: pointer;
    z-index: 10;
    float: right;
    position: relative;
    top: 10px;
}
.icon-menu:before {
    content: '\e80d';
}


body.sticky .navbar-header, 
body.sticky .nav-special {
    padding-top: 0px;
}
body.sticky.header-hide .nav-special,
body.sticky .nav-special {
    opacity: 0;
}
body.sticky .burger-menu {
    background-color: #000;
    color: #fff;
}
body.sticky.header-hide .navbar-logo {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
body.sticky .burger-menu:hover {
    color: #FFE500;
}
body.sticky.header-show .nav-special {
    opacity: 1 !important;
    height:73px;
    background-color:#000 !important;
}
@media (max-width: 1023px) {
    .navbar-wrapper .navbar-header, .navbar-wrapper .nav-special {
      padding-top: 0px;
    }
    .navbar-wrapper .navbar-logo {
      width: 110px;
      margin-left: -10px;
    }
    .navbar-wrapper .burger-menu {
      display: block;
      top: 5px;
      font-size: 1.5em;
      margin-right: -10px;
    }
}


/*------------fixed menu ---------*/
.tx-solr-search-form .submit {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 8px;
    color: #FFE500 !important;
}
 .icon-search:before {
    content: '\e811';
}


.tx-solr-search-form .content {
    position: relative;
}

.tx-solr-search-form .submit {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 8px;
    color: #FFE500;
    font-size: 20px;
}

.powermail_form.on-black .form-control {
    color: #FFE500;
    border-color: #FFE500;
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 10px;
    padding-left: 30px;
}

.nav-search .form input:not([type="submit"]), .powermail_form input:not([type="submit"]), .form textarea, .powermail_form textarea {
    border-radius: 0;
    border: unset;
    border-bottom: 2px solid #FFE500;
    font-size: 18px;
    line-height: 23.4px;
    color: #FFE500;
    background-color: #000;
    outline: none;
}

.mm-panels ul li {
    line-height: 30px;
}

.nav-search .form input::placeholder {
    color: #7f7200;
}



/*--------------design-------*/

.mm-menu .pixels {
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    text-align: right;
    font-size: 0;
    line-height: 0;
    width: max-content
}
.mm-menu .pixels .stage-image {
    padding-top: 100%
}
.mm-menu .pixels i {
    width: 66px;
    height: 66px;
    display: inline-block;
    position: relative
}
.mm-menu .pixels i [class*="icon-"] {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}
.mm-menu .pixels .break {
    clear: both
}
.mm-menu .pixels .p-c1 {
    background-color: #9D1681
}
.mm-menu .pixels .p-c2 {
    background-color: #00B2BB
}
.mm-menu .pixels .p-c3 {
    background-color: #FFE500
}
.mm-menu .pixels .p-c4 {
    background-color: #000
}
.mm-menu .pixels .p-c5 {
    background-color: #fff
}
.mm-menu .pixels[class*="p-off-l-"] {
    right: auto
}
.mm-menu .pixels[class*="p-anitype-"] i {
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}
.mm-menu .pixels.p-anitype-1.scale i.in {
    -webkit-transform: scale(1);
    transform: scale(1)
}
.mm-menu .pixels.p-anitype-1.scale i.out {
    -webkit-transform: scale(0);
    transform: scale(0)
}
.mm-menu .pixels.p-reload i:not(.p-c0) {
    cursor: cell
}

.no-banner .nav-special .nav-bg-sticky {
    opacity: 1;
    background: #000;
}
/*------end -----------*/


body.sticky.header-show .nav-bg-sticky.shadowed {
    background: #000;
}

.y-banner .nav-special .nav-bg-sticky {
    box-shadow: none;
}

@media (max-width: 1319px) {
    .navbar-wrapper .container {
      max-width: 994px;
      padding-left: 15px;
      padding-right: 15px;
    }
    .container.container-maxwidth {
      padding: 0 20px;
    }
  
  .mm-menu .pixels i {
    width: 45px;
    height: 45px;
}
  
  
}

@media(max-width:1023px){
    .header {
      padding-top: 0px;
    }

    .header_logo.header_logo_main {
      width: 110px;
      margin-left: -10px;
    }

    .header_logo_main a {
      line-height: 16px;
    }
  
   body.no-banner .navbar-header {
      background: #000;
    }


    .nav-search .form input:not([type="submit"]), .powermail_form input:not([type="submit"]), .form textarea, .powermail_form textarea {
      font-size: 16px;
    }

    .tx-solr-search-form .submit {
      font-size: 18px;
    }

    .nav-special.xhidden {
      display: none;
    }
  
  body.sticky.header-hide .navbar-logo,
body.sticky.header-show .navbar-logo {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
  
}

@media (max-width: 767px) {
  body{
    overflow-x: hidden;
  }
}

#CybotCookiebotDialog h2:after {
	border: unset;
}
 
#CybotCookiebotDialog [type="checkbox"]:not(:checked),
#CybotCookiebotDialog [type="checkbox"]:checked {
    position: unset;
    left: unset;
}
 
#CybotCookiebotDialog [type="checkbox"]:disabled:not(:checked) + span:before,
#CybotCookiebotDialog [type="checkbox"]:disabled:checked + span:before {
    border-color: unset;
}
 
#CybotCookiebotDialog [type="checkbox"]:not(:checked) + span:before,
#CybotCookiebotDialog [type="checkbox"]:checked + span:before {
	border: unset;
	top: unset;
}
 
#CybotCookiebotDialog [type="checkbox"]:not(:checked) + span:after,
#CybotCookiebotDialog [type="checkbox"]:checked + span:after {
    content: unset;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: #F8FAFC;
  position:relative;
}

.footer__container {
  margin: 0 auto;
  padding-left:20px;
  padding-right:20px;
}

.footer__copyright {
  font-family: ReplicaLLWeb-Regular;
}

.footer-wrapper.footer {
    position: relative;
    margin-top:105px;
}

.footer-wrapper.footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer-pixels {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    top: -198px;
    text-align: left;
    font-size: 0;
    line-height: 0;
    width: max-content;
}

.footer-pixels {}

.footer-pixels i {
    width: 66px;
    height: 66px;
    display: inline-block;
    position: relative;
}

.footer-pixels .p-c1 {
    background-color: #9D1681;
}

.footer-pixels .break {
    clear: both;
}

.footer-pixels .p-c4 {
    background-color: #000;
}

.footer-pixels .p-c3 {
    background-color: #FFE500;
}

.footer-pixels .p-c5 {
    background-color: #fff;
}

.footer-pixels .p-c2 {
    background-color: #00B2BB;
}

.footer-pixels i.p-c5.totop {
    cursor: pointer;
}

.footer-pixels i [class*="icon-"] {
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #9D1681;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}


.footer-end {
    position: relative;
    padding: 96px 0;
}

.menu-pages.MenuPages ul:after {
    content: " ";
    display: table;
}

.footer-add .row {
    margin-left: -20px;
    margin-right: -20px;
}

.col-sm-6 {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.footer-wrapper.footer h4 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
    font-family: ReplicaLLWeb-Bold;
    line-height: 33.9px;
}

.menu-pages.MenuPages ul>li {
    float: left;
    margin-right: 6px;
    line-height: 24px;
}

.menu-pages.MenuPages ul>li:after {
    content: "/";
    margin-left: 4px;
    font-size: 16px;
    color:#fff;
}

.menu-pages.MenuPages ul>li>a {
    font-size: 16px;
    color: #fff;
    font-family: 'ReplicaLLWeb-Regular', sans-serif;
    line-height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer-meta {
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
}

.marg-b1 {
    margin-bottom: 12px;
}

.footer__container:after {
    clear: both;
}

.footer__container:after, .footer__container:before {
    content: " ";
    display: table;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row {
    margin-left: -20px !important;
    margin-right: -20px !important;
}


.col-sm-5 {
    width: 41.6666666667%;
    padding-left: 20px;
    padding-right: 15px;
    float: right;

}

.col-sm-7 {
    width: 58.3333333333%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.sprechen a {
    font-size: 20px;
    font-weight: 400;
    color: #FFE500;
    font-family: 'ReplicaLLWeb-Regular', sans-serif;
    line-height: 26px;
}

.socialnav ul li:last-child {
    margin-right: 0px;
}

.sprechen {
    line-height: 24px;
}

.menu-pages.MenuPages ul>li:last-child:after {
    content: "";
}


.metanav ul>li>a {
    color: #fff;
    line-height: 16px;
}

.metanav ul>li>a:hover {
    text-decoration:underline;
}


.metanav ul>li {
    float: left;
    margin: 0 10px;
    line-height: 18px;
}

.copyright.box-r.box-xs-b {
    float: left;
    padding-right: 24px;
}

.metanav {
    float: left;
}


.socialnav.text-right.box-xs-b2 {
    text-align: right;
}

.socialnav ul li {
    float: left;
    margin-right: 15px;
    line-height: 18px;
    font-size: 14px;
    text-align: left;
    width: 31px;
}

.socialnav ul {
    display: inline-block;
}

.socialnav ul a {
    font-size: 26px;
    line-height: 1;
    color: #fff;
}


/*-----------sticky-----*/


.stickynav-right ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99999;
}

.stickynav-right {
    position: fixed;
    right: 0;
    top: 80%;
    z-index: 30;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.stickynav-right.fixes {
    opacity: 1;
    cursor: pointer;
    pointer-events: all;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.stickynav-right li {
    margin-bottom: 4px;
    font-size: 24px;
}

.stickynav-right a {
    background-color: #000;
    display: inline-block;
    position: relative;
    width: 66px;
    height: 66px;
    text-align: center;
    border: 1px solid #000;
    color:#fff;
}

.stickynav-right [class^="icon-"]:before, [class*=" icon-"]:before, [class*="textlink"]:after {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.btn-block:before {
    position: absolute;
    z-index: 1;
    font-family: "icons";
    font-size: 30.6px;
    line-height: 30.6px;
    top: 50%;
    left: 50%;
    margin: 0;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.btn-block:after {
    position: absolute;
    background-color: #fff;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.stickynav-right a:hover {
    color: #000;
    background-color:#000;
}

.stickynav-right a:focus {
    color: #fff;
    background-color:#000;
}


.btn-block:hover:after, a:hover .btn-block:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
}

@media(max-width:1319px){
  
  .footer__container{
    max-width: 994px !important;
  }
  
  .footer-wrapper.footer h4 {
    font-size: 24px;
    margin-bottom: 26px;
    line-height: 27.12px;
}
  
 .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
}
  
.col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
}
  
 .col-sm-5 {
    padding-left: 15px;
    padding-right: 15px;
}
  
 .col-sm-7 {
    padding-left: 15px;
    padding-right: 15px;
}
  
 
  .footer-pixels i{
    width: 45px;
    height: 45px;
  }
  
  .footer-pixels {
    top: -135px;
}
  
}

@media(max-width:1023px){
  .footer__container {
    max-width: 746px !important;
}
  
 .footer-wrapper.footer h4 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 22.6px;
}
  
.footer-add.fullwidth {
    margin-bottom: 63px;
}
  
 .footer-meta {
    padding-top: 18px;
    padding-bottom: 18px;
}
  
 .sprechen a {
    font-size: 18px;
    line-height: 23.4px;
}
  
 .marg-b1 {
    margin-bottom: 9px;
}
  
.row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}
  
.col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
}
  
.col-sm-5 {
    padding-left: 10px;
    padding-right: 5px;
}
  
.col-sm-7 {
    padding-left: 10px;
    padding-right: 10px;
}

 .sprechen {
    line-height: 20.4px;
}
  
 .menu-pages.MenuPages ul>li {
    line-height: 25px;
}
  
}

@media(max-width:767px){
  .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}
  
.box-xs-b3 {
    padding-bottom: 42px;
}
  
.footer-wrapper.footer h4 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 18.08px;
}
  
.sprechen a {
    font-size: 16px;
    line-height: 20.8px;
}
  
 .footer-end {
    padding: 56px 0;
    padding-top: 70px;
}
  
.col-sm-7 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
}
  
.col-sm-5 {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    float: left;
}
  
 .socialnav ul li {
    display: table-cell;
    float: none;
    text-align: center;
}
  
 .copyright.box-r.box-xs-b {
    padding-right: 0px;
    width: 100%;
    text-align: center;
    padding-bottom: 14px;
}
  
.metanav ul {
    width: 100%;
    display: table;
}
  
.metanav {
    float: none;
}
  
.socialnav ul {
    width: 100%;
    display: table;
    text-align: center;
}
  
  
.metanav ul>li {
    float: none;
    margin-top: 5px;
    display: table-cell;
    text-align: center;
}
  
.socialnav {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-bottom: 28px;
}
  
 .metanav ul>li>a {
    line-height: 19px;
    display: block;
    padding: 0 10px;
}
  
.footer-meta {
    padding-top: 14px;
    padding-bottom: 11px;
}
  
.footer-add.fullwidth {
    margin-bottom: 0px;
}
  
.menu-pages.MenuPages ul>li {
    line-height: 25px;
}
  
.sprechen {
    line-height: 18px;
}
  
.menu-pages.MenuPages ul {
    display: table;
}
  
.stickynav-right{
  display:none;
}
  
  
}

@media(max-width:480px){
  .box-xs-b3 {
    padding-bottom: 41px;
}
  
 .menu-pages.MenuPages ul {
    padding-top: 1px;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */


/*----------------banner style---------*/


.stage.type-small {
    background-color: #000;
}

.stage.type-small .stage-holder {
    overflow: hidden;
    position: relative;
}

.blog-sidebar-post-listing li a {
    font-size: 20px;
}

.stage.type-small .stage-image {
    padding-top: 38.6904761905%;
    position: relative;
}

.stage.type-small .squareholder {
    position: absolute;
    right: 0;
    top: 0;
    width: 38.8888888889%;
}

.prefixx{
  clear:both;
}

.bg-image--cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.stage.type-small .p1 {
    left: 61.1111111111%;
    top: 57.1428571429%;
}

.stage.type-small .percent-pixel {
    width: 5.5555555556%;
}

.percent-pixel {
    position: absolute;
}

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

.stage.type-small .stage-image {
    padding-top: 38.6904761905%;
    position: relative;
}

.stage.type-small .stage-text {
    position: absolute;
    width:100%;
}

.stage.type-small.combi3 .stage-text .content {
    color: #00B2BB;
}

.stage.type-small .stage-text .content {
    width: 50%;
}

.box, .pad {
    padding: 24px;
}


.stage.type-small .squareholder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: grayscale(100%);
}

.stage.type-small .squareholder:after {
    content: "";
    padding-top: 100%;
    display: block;
}


.stage .stage-holder {
    position: relative;
}

.stage.type-small .p1 {
    left: 61.1111111111%;
    top: 57.1428571429%;
}

.percent-pixel {
    position: absolute;
}

.stage.type-small .p2 {
    left: 66.6666666667%;
    top: 71.4285714286%;
}

.stage.type-small .p3 {
    left: 55.5555555556%;
    bottom: 0;
}

.percent-pixel:after {
    padding-top: 100%;
    content: '';
    display: block;
}

.percent-pixel:after {
    padding-top: 100%;
    content: '';
    display: block;
}

.c-bg2 {
    background-color: #00B2BB;
}

.c-bg-brand {
    background-color: #9D1681;
}


.pos-vchc-sm {
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.content.box h1 {
    color: #00B2BB;
    font-size: 36px;
    text-transform: uppercase;
}

.content.box p {
    font-size: 25px;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 0;
    font-family: 'ReplicaLLWeb-Bold', Arial, sans-serif;
    line-height: 28.25px;
}

.content.box h1 {
    color: #00B2BB;
    font-size: 36px;
    text-transform: uppercase;
    line-height: 40.68px;
}


.stage-text.container-maxwidth.pos-vchc-sm {
    width: 100%;
    max-width: 1680px;
    margin-right: auto;
    margin-left: auto;
}

@media(max-width:1319px){
  .content.box p {
    font-size: 20px;
    margin-top: 31px;
    line-height: 23.6px;
}
  
.content.box h1 {
    font-size: 28px;
    line-height: 31.64px;
}
  
}

@media(max-width:1023px){
  .content.box h1 {
    font-size: 20px;
    line-height: 22.6px;
}
  
 .content.box p {
    font-size: 15px;
    margin-top: 22px;
    line-height: 16.95px;
}
  .box, .pad {
    padding: 18px;
}
}

@media(max-width:767px){
  .c-bg-brand.percent-pixel.p3.hidden-xs:after {
    display: none;
}
  
 .stage.type-small .squareholder {
    position: relative;
    width: 100%;
}

.stage.type-small .stage-image {
    padding-top: 0;
}

.stage.type-small .stage-text {
    position: relative;
    height: unset;
    margin-top: 94px;
}

.stage.type-small .stage-text .content {
    min-height: unset;
    width: 100%;
    padding-bottom: 0;
}

.stage.type-small .percent-pixel {
    position: relative;
    width: 45px;
    float: left;
    left: unset;
}

 .burger-menu .icon-menu.menu {
    font-size: 24px;
    top: 15px;
}
  
.content.box h1 {
    font-size: 18px;
    line-height: 20.34px;
    margin-bottom: 2px;
}
  
.content.box p {
    font-size: 14px;
    margin-top: 18px;
    line-height: 15.82px;
}
  
.box, .pad {
    padding: 14px;
}
  
}

/*------------end-----------*/


.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: ReplicaLLWeb-Regular;
}
.blog-index__post-content a {
  color: #000;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: ReplicaLLWeb-Regular;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #000;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #000;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #000;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #000;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: ReplicaLLWeb-Regular;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  padding: 3rem 0;
  margin-bottom: 3rem;
  
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #000;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

/*             Blog Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
	display: flex;
}

.blog-index__post-inner-card {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	border-radius: 5px;
	background: #fff;
}

.blog-index__post-image {
	border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
	display: flex;
	flex-direction: column;
	padding: 24px 30px 30px 30px;
	height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
	font-size: 12px;
	font-weight: 200;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
	text-decoration: none;
}

.blog-index__post-content--small h2 {
	font-size: 18px;
	line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
	text-decoration: none;
	transition: all .5s;
}

.blog-post__meta-section {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: auto;
	padding-top: 30px;
	font-size: 14px;
}

.blog-post__read-more a:hover {
	text-decoration: none;
}

.read-more__arrow {
	position: relative;
	top: 3px;
	padding-left: 10px;
}

.blog-post__read-more svg {
	width: 15px;
	height: auto;
}

.blog-post__read-more a svg {
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
	display:flex;
}

@media screen and (min-width: 1000px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/2);
	}
}

@media screen and (max-width: 999px) {
	.blog-index.sidebar .blog-index__post {
		flex: 0 0 calc(100%/1);
	}
}

.blog-sidebar {
	padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 600;
	line-height: 37px;
}

.blog-sidebar ul {
	padding: 30px;
	margin: 0 0 40px 0;
	list-style: none;
	border-radius: 5px;
	background: #fff;
}

.blog-sidebar ul li {
	padding: 10px 0;
	border-top: 1px solid #dfddd9;
	font-weight: 600;
}

.blog-sidebar ul li:first-child {
	border-top-color: transparent;
}

.blog-sidebar a {
	text-decoration: none;
}

.blog-sidebar a:hover {
	text-decoration: none;
}

.blog-sidebar .filter-link-count {
	display: none;
}

.blog-sidebar .filter-expand-link {
	position: relative;
	top: -15px;
	display: block;
	margin-bottom: 25px;
	text-transform: capitalize;
	text-align: center;
}

.blog-sidebar-post-listing ul li {
	padding-left: 2.3em;
	line-height: 24px;
	text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
	position: relative;
	width: auto;
	float: left;
	content: counter(list-item);
	margin-right: 20px;
	font-size: 20px;
	font-weight: 600;
}

.blog-sidebar-post-listing li a {
	position: relative;
	top: -1px;
}

.blog-pagination.span12 {
	display: flex;
	margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
	.hs-blog-listing .content-wrapper > .row-fluid {
		display: flex;
		flex-direction: column;
	}

	.hs-blog-listing .span3 {
		order: 1;
	}

	.hs-blog-listing .span9 {
		order: 2;
	}

	.hs-blog-listing .blog-pagination {
		order: 3;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter ul,
	.blog-sidebar.mobile .blog-sidebar-post-listing ul {
		visibility: hidden;
		opacity: 0;
		transition: all 5s;
		display: none;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter h3,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3 {
		cursor: pointer;
	}
	.blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
		content: "+";
		padding-left: 6px;
	}

	.blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
	.blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
		content: "-";
		padding-left: 7px;
	}

	.blog-sidebar.mobile .clicked ul {
		display: block;
		visibility: visible;
		transition: all 1s;
		opacity: 1;
	}
  
  .blog-index__post {
    padding-left: 0px;
    padding-right: 0px;
  }

  .blog-index__post-inner-card .blog-index__post-content {
    padding: 20px;
  }
  
}

/* Blog Subscription Section */

.subscription-form {
	display: block;
	margin: 0 auto;
	padding: 60px 0;
	width: 40%;
	text-align: center;
}

@media (max-width: 767px) {
	.subscription-form {
		width: 85%;
	}
}

.subscription-form label {
	text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
	margin-bottom: -110px;
	min-height: 300px;
  background-size: cover;
	border-radius: 5px;
	margin-top: 40px;
	background-position: center center;
}

.blog-post {
	position: relative;
	width: 90%;
	margin: 0 auto;
	padding: 84px 100px 80px 100px;
	background: #fff;
	border-radius: 5px;
}

.blog-post.no-image {
	margin-top: 50px;
}

.blog-post__title {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.25;
}

.blog-post__meta a {
	text-decoration: none;
}

.blog-post__links {
	display: block;
	padding: 26px 0;
	margin-top: 20px;
}

.blog-post__back-to-blog {
	text-decoration: none;
}

.blog-post__back-to-blog svg {
	position: relative;
	top: 6px;
	margin-right: 10px;
	width: 20px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

@media (max-width: 767px) {
	.blog-post {
		width: 100%;
		padding: 20px;
	}
}

/* Blog Comments */

.blog-comments {
	max-width: 100%;
}

.comment.depth-0:first-child {
	margin-top: 2em;
}

.comment.depth-1 {
	padding-left: 2em;
	padding-top: 1em;
	margin-top: 1em;
}

.blog-comments form {
	margin-top: 2em;
	padding-top: 2em;
}

/* Related Articles */

.blog-recent-posts__list {
	flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
	text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
	justify-content: flex-end;
}

@media(max-width:1024px){
  .content-wrapper {
    max-width: 994px !important;
}
 
}

@media(max-width:768px){
  .content-wrapper {
    max-width: 746px !important;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: ReplicaLLWeb-Regular;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

body.no-banner .body-wrapper {
    padding-top: 110px;
}

no-banner .nav-special .nav-bg-sticky {
    opacity: 1;
    background: #000;
}

body.no-banner .hs-landing-page .nav-bg-sticky.shadowed {
    height: 121px;
}


.hs-input::placeholder {
    color: #000;
}

input#hs-login-widget-remember {
    display: inline-block;
}

body .form-input-validation-message {
    font-size: 13px;
    margin-bottom: 0px !important;
}


form a.hs-reset-widget-show-password, a.hs-reset-widget-show-password {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

p.header {
    position: static;
    background-color: transparent;
    padding-top:0px;
}

form .checkbox-row span {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

input#hs-pwd-widget-password {
    display: block;
    width: 100%;
    max-width: 700px;
    font-size: 16px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    color: #33475b;
    padding: 0 15px;
    height: 40px !important;
    line-height: 22px;
    border: 2px solid #cad5e2;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    box-sizing: border-box;
    outline: 0;
    margin-bottom: 18px;
}

ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
}

form a.hs-register-widget-show-password, a.hs-register-widget-show-password {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
}

form label {
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #000;
    line-height: 20px;
}

.hs-landing-page form div p{
    font-size: 13px;
    font-weight: 500;
    font-family: arial, helvetica, sans-serif;
}

form .hs-form-field a.hs-login-widget-show-password, #hs_login_reset {
    font-size: 13px;
    font-weight: 500;
    font-family: arial, helvetica, sans-serif;
}

body.no-banner p.header {
    background-color: transparent !important;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
  padding-bottom:9rem;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 700px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: ReplicaLLWeb-Regular;
  font-size: 1.25rem;
  color: #000;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #000;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}


@media(max-width:1023px){
  body.no-banner.header-hide .navbar-header {
    background-color: transparent;
}
  
body.no-banner.header-show .navbar-header {
    background-color: transparent;
}
  
  
}

@media(max-width:767px){
  .systems-page .success {
  min-width: 100%;
}
}

@media(max-width:480px){
  .hs-landing-page .content-wrapper h1.error-page_heading {
    font-size: 35px;
}
  
.hs-landing-page .content-wrapper .systems-page h1 {
    font-size: 35px;
}
  
.hs-landing-page .content-wrapper .page-header h2 {
    font-size: 34px;
}
  
 .hs-landing-page .content-wrapper .page-header h1 {
    font-size: 35px;
}
  
}

@media(max-width:1024px){
  body.no-banner .body-wrapper {
    padding-top: 60px;
  }
}