/* Buttons */
.sx-button {
    display: inline-block;
    text-align: center;
    border-style: solid;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    font-weight: normal;
    font-size: 1.125rem;
    font-family: "Corporate A W01 Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    background-color: #e5352c;
    color: #fff;
    border-color: #e5352c;
    border-width: 2px;
    min-width: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.sx-button:hover, .sx-button:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    color: #e5352c;
    border-color: #e5352c;
}

.sx-button:disabled, .sx-button[disabled] {
    display: inline-block;
    text-align: center;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f0eeec;
    color: #747476;
    border-color: #747476;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.sx-button:disabled:hover, .sx-button:disabled:focus, .sx-button[disabled]:hover, .sx-button[disabled]:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f0eeec;
    color: #747476;
    border-color: #d6d3cf;
}

@media (min-width: 769px) {
    .sx-button {
        display: inline-block;
        text-align: center;
        -webkit-box-shadow: none;
                box-shadow: none;
        min-width: 200px;
    }
}

.sx-button--disabled {
    display: inline-block;
    text-align: center;
    cursor: not-allowed;
    pointer-events: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f0eeec;
    color: #747476;
    border-color: #747476;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.sx-button--disabled:hover, .sx-button--disabled:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #f0eeec;
    color: #747476;
    border-color: #d6d3cf;
}

.sx-button--primary {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #e5352c;
    color: #fff;
    border-color: #e5352c;
}

.sx-button--primary:hover, .sx-button--primary:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    color: #e5352c;
    border-color: #e5352c;
}

.sx-button--secondary {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

.sx-button--secondary:hover, .sx-button--secondary:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    color: #e5352c;
    border-color: #fff;
}

.sx-button--tertiary {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    color: #000;
    border-color: #000;
}

.sx-button--tertiary:hover, .sx-button--tertiary:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.sx-button--success {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #5a5;
    color: #fff;
    border-color: #5a5;
}

.sx-button--success:hover, .sx-button--success:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #70b870;
    color: #fff;
    border-color: #70b870;
}

.sx-button--warning {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #d94;
    color: #fff;
    border-color: #d94;
}

.sx-button--warning:hover, .sx-button--warning:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #e3ac67;
    color: #fff;
    border-color: #e3ac67;
}

.sx-button--danger {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #a21;
    color: #fff;
    border-color: #a21;
}

.sx-button--danger:hover, .sx-button--danger:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #cf2915;
    color: #fff;
    border-color: #cf2915;
}

.sx-button--info {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #25a;
    color: #fff;
    border-color: #25a;
}

.sx-button--info:hover, .sx-button--info:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #2966cc;
    color: #fff;
    border-color: #2966cc;
}

.sx-button--slide-left {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    border-color: #e5352c;
    position: relative;
    overflow: hidden;
    z-index: 5;
    background-color: #e5352c;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
}

.sx-button--slide-left:hover, .sx-button--slide-left:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    color: #e5352c;
    border-color: #e5352c;
}

.sx-button--slide-left:before {
    content: "";
    position: absolute;
    z-index: -5;
    height: 100%;
    width: 100%;
    background: #fff;
    background-color: #fff;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-property: right;
    -o-transition-property: right;
    transition-property: right;
    top: 0;
    bottom: 0;
    right: 100%;
}

.sx-button--slide-left:hover, .sx-button--slide-left:focus {
    background-color: #e5352c;
}

.sx-button--slide-left:hover:before, .sx-button--slide-left:focus:before {
    right: 0;
}

.sx-button--slide-right {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    border-color: #e5352c;
    position: relative;
    overflow: hidden;
    z-index: 5;
    background-color: #e5352c;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
}

.sx-button--slide-right:hover, .sx-button--slide-right:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    color: #e5352c;
    border-color: #e5352c;
}

.sx-button--slide-right:before {
    content: "";
    position: absolute;
    z-index: -5;
    height: 100%;
    width: 100%;
    background: #fff;
    background-color: #fff;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-property: left;
    -o-transition-property: left;
    transition-property: left;
    top: 0;
    bottom: 0;
    left: 100%;
}

.sx-button--slide-right:hover, .sx-button--slide-right:focus {
    background-color: #e5352c;
}

.sx-button--slide-right:hover:before, .sx-button--slide-right:focus:before {
    left: 0;
}

.sx-button--slide-top {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    border-color: #e5352c;
    position: relative;
    overflow: hidden;
    z-index: 5;
    background-color: #e5352c;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
}

.sx-button--slide-top:hover, .sx-button--slide-top:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    color: #e5352c;
    border-color: #e5352c;
}

.sx-button--slide-top:before {
    content: "";
    position: absolute;
    z-index: -5;
    height: 100%;
    width: 100%;
    background: #fff;
    background-color: #fff;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-property: bottom;
    -o-transition-property: bottom;
    transition-property: bottom;
    left: 0;
    right: 0;
    bottom: 100%;
}

.sx-button--slide-top:hover, .sx-button--slide-top:focus {
    background-color: #e5352c;
}

.sx-button--slide-top:hover:before, .sx-button--slide-top:focus:before {
    bottom: 0;
}

.sx-button--slide-bottom {
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #fff;
    border-color: #e5352c;
    position: relative;
    overflow: hidden;
    z-index: 5;
    background-color: #e5352c;
    -webkit-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
}

.sx-button--slide-bottom:hover, .sx-button--slide-bottom:focus {
    text-decoration: none;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
    color: #e5352c;
    border-color: #e5352c;
}

.sx-button--slide-bottom:before {
    content: "";
    position: absolute;
    z-index: -5;
    height: 100%;
    width: 100%;
    background: #fff;
    background-color: #fff;
    -webkit-transition-duration: 0.25s;
         -o-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-delay: 0;
         -o-transition-delay: 0;
            transition-delay: 0;
    -webkit-transition-property: top;
    -o-transition-property: top;
    transition-property: top;
    left: 0;
    right: 0;
    top: 100%;
}

.sx-button--slide-bottom:hover, .sx-button--slide-bottom:focus {
    background-color: #e5352c;
}

.sx-button--slide-bottom:hover:before, .sx-button--slide-bottom:focus:before {
    top: 0;
}

a.sx-button.disabled,
fieldset:disabled a.sx-button {
    pointer-events: none;
}


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