.clear {
    clear: both
}

input.kr_notforhumans {
    position        : absolute;
    display         : block;
    width           : 1px !important;
    height          : 1px !important;
    padding         : 0 !important;
    margin          : 0 !important;
    border          : none !important;
    background-color: rgba(255, 255, 255, 0);
    opacity         : .01
}

a.kr_notforhumans {
    position: absolute;
    bottom  : 0;
    display : block;
    width   : 1px !important;
    height  : 1px !important;
    padding : 0 !important;
    margin  : 0 !important;
    border  : none !important;
    overflow: hidden;
    color   : transparent
}

.kr_notforhumans:focus {
    outline: 0
}

img {
    border: none
}

#title a {
    text-decoration: none
}

.kr_editable h1 {
    word-wrap: break-word
}

.kr_editable h1:first-child,
.kr_editable h2:first-child,
.kr_editable h3:first-child,
.kr_editable p {
    margin-top: 0
}

.kr_editable {
    line-height: 1.6
}

.kr_editable .fullstakr-normal {
    font-size: 1em
}

.kr_editable .fullstakr-large {
    font-size: 1.1em
}

.kr_editable .fullstakr-huge {
    font-size: 1.22em
}

.kr_editable .fullstakr-left {
    text-align: left
}

.kr_editable .fullstakr-right {
    text-align: right
}

.kr_editable .fullstakr-blockquote {
    display: block
}

.kr_editable .fullstakr-code {
    display: block
}

#bigbar .kr_banner {
    position: absolute;
    top     : 0;
    right   : 0;
    bottom  : 0;
    left    : 0
}

.kr_banner .fullstakr-banner {
    position: absolute !important;
    top     : 0;
    right   : 0;
    bottom  : 0;
    left    : 0
}

.kr_banner .fullstakr-banner {
    position: absolute !important;
    top     : 0;
    right   : 0;
    bottom  : 0;
    left    : 0
}

.kr_banner .fullstakr-banner-slide-left,
.kr_banner .fullstakr-banner-slide-right {
    background     : rgba(0, 0, 0, .4) no-repeat center center;
    background-size: 25px;
    position       : absolute;
    opacity        : 0;
    top            : 50%;
    width          : 50px;
    height         : 50px;
    margin-top     : -25px;
    display        : block;
    z-index        : 101
}

.kr_banner .fullstakr-banner-slide-left {
    background-image: url(../images/icon-arrow-left-white.svg);
    left            : 0
}

.kr_banner .fullstakr-banner-slide-right {
    background-image: url(../images/icon-arrow-right-white.svg);
    right           : 0
}

div:hover>.kr_banner .fullstakr-banner-slide-left,
div:hover>.kr_banner .fullstakr-banner-slide-right {
    opacity: 1
}

@media screen and (max-width:600px) {

    div:hover>.kr_banner .fullstakr-banner-slide-left,
    div:hover>.kr_banner .fullstakr-banner-slide-right {
        opacity: 0
    }
}

.bigbar-h1 {
    word-wrap: break-word
}

.bigbar-h1 .kr_wysiwyg {
    margin     : 0;
    line-height: 0.75
}

.bigbar-h2 .kr_wysiwyg {
    line-height: 1.5
}

.bigbar-overlay-container {
    position       : relative;
    display        : flex;
    flex-direction : column;
    justify-content: flex-end;
    align-items    : flex-start;
    box-sizing     : border-box
}

[class*=overlay-align-] {
    padding  : 40px;
    max-width: 80%
}

#bigbar-container:after,
#bigbar:after {
    content: " ";
    display: table;
    clear  : both
}

#bigbar-overlay {
    box-sizing: border-box
}

@media screen and (max-width:1024px) {
    [class*=overlay-align-] {
        justify-content: flex-end
    }
}

@media screen and (max-width:750px) {
    [class*=overlay-align-] {
        padding: 20px
    }

    .bigbar-overlay-container {
        min-height: auto !important
    }

    #bigbar-overlay {
        margin-top: 230px !important;
        padding   : 20px
    }
}

@keyframes jumpy {
    from {
        background-position: center 0
    }

    to {
        background-position: center 10px
    }
}

@-moz-keyframes jumpy {
    from {
        background-position: center 0
    }

    to {
        background-position: center 10px
    }
}

@-webkit-keyframes jumpy {
    from {
        background-position: center 0
    }

    to {
        background-position: center 10px
    }
}

@-o-keyframes jumpy {
    from {
        background-position: center 0
    }

    to {
        background-position: center 10px
    }
}

#bigbar-container,
#bottom,
#menu-container {
    margin : 0 auto;
    clear  : both;
    padding: 20px 40px
}

#bigbar-container {
    padding-top   : 0;
    padding-bottom: 0
}

#bigbar-container,
#bottom,
#header,
#menu-container,
.container {
    max-width : 100%;
    box-sizing: border-box
}

#title {
    float: left
}

#languages {
    float: right
}

#languages ul {
    list-style: none outside none;
    padding   : 0
}

#languages li {
    display    : inline-block;
    line-height: 1;
    margin     : 0;
    padding    : 0;
    text-align : center
}

@media screen and (max-width:750px) {
    #languages {
        float     : none;
        text-align: center;
        margin    : 0 !important;
        padding   : 0 !important
    }

    #languages ul {
        margin-left  : 0 !important;
        margin-right : 0 !important;
        margin-top   : 5px !important;
        margin-bottom: 25px !important
    }
}

.kr_menu ul {
    list-style: none;
    padding   : 0;
    margin    : 0
}

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

#menu ul li {
    display    : block;
    float      : left;
    text-align : center;
    line-height: 1
}

#menu>ul>li {
    position: relative;
    display : inline-block;
    float   : none
}

#menu>ul>li>a {
    display: inline-block
}

#menu ul ul {
    display: none;
    z-index: 500
}

#menu ul li:hover>ul {
    display: block
}

#menu ul ul li a {
    display: block
}

#menu ul ul {
    position : absolute;
    top      : 100%;
    min-width: 150px
}

#menu ul ul li {
    float      : none;
    position   : relative;
    margin     : 0;
    white-space: nowrap;
    text-align : left
}

#menu ul ul ul {
    position: absolute;
    left    : 100%;
    top     : 0
}

@media screen and (max-width:750px) {
    #menu>ul>li {
        display: inline-block !important;
        float  : none !important
    }

    #menu {
        width     : 100% !important;
        text-align: center
    }
}

#menu {
    line-height: 1
}

#menu>ul {
    text-align: center
}

#menu:after {
    content: ' ';
    display: table;
    clear  : both
}

#menu-container {
    padding-top   : 0;
    padding-bottom: 0
}

@media screen and (max-width:750px) {
    #menu>ul>li>a {
        position: relative
    }
}

.section {
    clear: both
}

.section.section-banner .container {
    padding-bottom: 0
}

.container {
    margin : 0 auto;
    padding: 20px 40px
}

.section:first-child .container {
    padding-top: 40px
}

.section:last-child .container {
    padding-bottom: 40px
}

.spacing-24 #bottom {
    padding: 24px 48px
}

.spacing-24 #bigbar-container,
.spacing-24 #bottom,
.spacing-24 #header,
.spacing-24 #menu-container,
.spacing-24 .container {
    max-width: 1244px
}

.spacing-24 .container {
    padding: 24px 48px
}

.spacing-24 .section:first-child .container {
    padding-top: 48px
}

.spacing-24 .section:last-child .container {
    padding-bottom: 48px
}

.spacing-24 [class^=column-] {
    padding: 24px
}

[class^=column-] {
    float          : left;
    -moz-box-sizing: border-box;
    box-sizing     : border-box;
    padding        : 20px
}

[class^=column-] .kr_wysiwyg {
    overflow-wrap: break-word
}

.column-1-12 {
    width: 8.3%
}

.column-2-12 {
    width: 16.6%
}

.column-1-4,
.column-3-12 {
    width: 25%
}

.column-1-3,
.column-4-12 {
    width: 33.3%
}

.column-5-12 {
    width: 41.6%
}

.column-1-2,
.column-6-12 {
    width: 50%
}

.column-7-12 {
    width: 58.3%
}

.column-2-3,
.column-8-12 {
    width: 66.6%
}

.column-9-12 {
    width: 75%
}

.column-10-12 {
    width: 83.3%
}

.column-11-12 {
    width: 91.6%
}

.column-1,
.column-12-12 {
    width: 100%
}

.gridrow {
    clear : both;
    margin: -20px
}

.gridrow:after {
    visibility: hidden;
    display   : block;
    font-size : 0;
    content   : " ";
    clear     : both;
    height    : 0
}

.sidebar-none #sidebar {
    display: none
}

#sidebar-wrap {
    position: relative
}

#sidebar {
    width          : 29%;
    padding        : 0 0 0 40px;
    -moz-box-sizing: border-box;
    box-sizing     : border-box
}

#sidebar {
    float   : right;
    position: relative
}

#sidebar .sidebox {
    margin-bottom: 25px
}

#sidebar .sidebox:last-child {
    margin-bottom: 0
}

#social .rss:hover {
    color: #f88b02
}

#bottom .kr_wysiwyg {
    float        : left;
    margin-bottom: 20px
}

#social {
    float      : right;
    margin-left: 30px
}

#social a {
    text-decoration: none !important;
    font-size      : 49px
}

.fullstakr-social {
    margin-bottom: 25px;
    margin-top   : 15px
}

.fullstakr-social>span {
    vertical-align: middle
}

.kr_editable img {
    display        : block;
    max-width      : 100%;
    -moz-box-sizing: border-box;
    box-sizing     : border-box
}

.fullstakr-button,
.fullstakr-button-large,
.fullstakr-form .fullstakr-formbutton {
    display           : inline-block;
    text-decoration   : none !important;
    -webkit-appearance: none;
    line-height       : 1.5;
    border            : none;
    font-weight       : 400;
    text-align        : center;
    box-sizing        : border-box
}

.fullstakr-button {
    min-width: 6.5em;
    padding  : 7px 14px
}

.fullstakr-button-large,
.fullstakr-form .fullstakr-formbutton {
    min-width: 9.7em;
    padding  : 13px 21px
}

.fullstakr-button,
.fullstakr-button-large,
.fullstakr-button-large:hover,
.fullstakr-button:hover,
.kr_editable .fullstakr-button,
.kr_editable .fullstakr-button *,
.kr_editable .fullstakr-button-large,
.kr_editable .fullstakr-button-large *,
.kr_editable .fullstakr-button-large:hover,
.kr_editable .fullstakr-button:hover {
    color          : #fff;
    text-decoration: none
}

@media screen and (max-width:750px) {

    .fullstakr-button-large,
    .fullstakr-form .fullstakr-formbutton {
        min-width: 120px
    }
}

.kr_editable .fullstakr-wysiwyg-editor>img:first-child {
    margin-top: 0 !important
}

.kr_editable .fullstakr-wysiwyg-editor>img:last-child {
    margin-bottom: 0 !important
}

.kr_editable .fullstakr-img-right {
    float : right;
    margin: 20px 0 20px 20px !important
}

.kr_editable .fullstakr-img-left {
    float : left;
    margin: 20px 20px 20px 0 !important
}

.kr_editable div.fullstakr-wysiwyg-editor::after {
    content: " ";
    clear  : both;
    display: table
}

@media screen and (max-width:750px) {

    .kr_editable img,
    .kr_editable img.fullstakr-img-left,
    .kr_editable img.fullstakr-img-right {
        float       : none;
        display     : block;
        margin-left : auto;
        margin-right: auto
    }
}

.fullstakr-form input[type=email],
.fullstakr-form input[type=text],
.fullstakr-form select {
    width: 30%
}

.fullstakr-form textarea {
    width    : 90%;
    min-width: 100px;
    max-width: 600px;
    height   : 100px
}

.fullstakr-form input,
.fullstakr-form select,
.fullstakr-form textarea {
    padding  : 9px;
    font-size: 16px
}

.kr_form span {
    vertical-align: top
}

@media screen and (max-width:750px) {

    .fullstakr-form input[type=email],
    .fullstakr-form input[type=text],
    .fullstakr-form select,
    .fullstakr-form textarea {
        width: 85%
    }
}

@media screen and (max-width:750px) {
    html {
        font-size: 14px
    }

    #title {
        float     : none;
        text-align: center;
        margin    : 0 45px !important;
        padding   : 0 !important
    }

    #title .kr_wysiwyg {
        margin   : 0 0 25px 0 !important;
        word-wrap: break-word
    }

    #title .kr_wysiwyg {
        display: inline-block;
        width  : 100%
    }

    #header {
        position: relative
    }

    #bottom,
    #header {
        padding: 10px 20px !important
    }

    #menu {
        margin-top: 0 !important
    }

    #menu-container {
        padding: 0 20px
    }

    #bigbar-container {
        padding: 0 20px
    }

    .container {
        padding: 10px 20px
    }

    .section:first-child .container {
        padding-top: 20px
    }

    .section:last-child .container {
        padding-bottom: 20px
    }

    [class^=column-] {
        padding: 10px
    }

    .gridrow {
        margin: -10px
    }

    #sidebar-wrap {
        position: static
    }

    [class^=column-] {
        width: 100%
    }

    #sidebar {
        padding     : 25px 0 0 0;
        float       : none;
        clear       : both;
        margin-left : 0;
        margin-right: 0;
        width       : auto !important;
        position    : static
    }

    #sidebar .sidebox {
        margin: 0 0 25px 0
    }

    #bottom .kr_wysiwyg {
        float     : none;
        text-align: center
    }

    #social {
        float      : none;
        text-align : center;
        margin-left: 0;
        clear      : both
    }
}

@media screen and (max-width:600px) {
    html {
        font-size: 13px
    }
}

#languages ul li a,
#social a,
.fullstakr-button,
.fullstakr-button-large,
.fullstakr-form .fullstakr-formbutton {
    -webkit-transition: all .5s ease;
    -moz-transition   : all .5s ease;
    -o-transition     : all .5s ease;
    transition        : all .5s ease
}

#menu-container {
    margin: 0 auto
}

#menu ul li a {
    -webkit-transition: color .5s ease, background-color .5s ease, border-color .5s ease;
    -moz-transition   : color .5s ease, background-color .5s ease, border-color .5s ease;
    -o-transition     : color .5s ease, background-color .5s ease, border-color .5s ease;
    transition        : color .5s ease, background-color .5s ease, border-color .5s ease
}

#menu ul li:hover>ul {
    animation        : fadein .3s;
    -moz-animation   : fadein .3s;
    -webkit-animation: fadein .3s;
    -o-animation     : fadein .3s
}

@keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}