@charset "utf-8";
/* CSS Document */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    -o-transition-property: opacity, filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
    height: 54px;
}
.hamburger:hover {
    opacity: .7
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    position: absolute;
    width: 30px;
    height: 3px;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #000
}
.hamburger-inner:after, .hamburger-inner:before {
    display: block;
    content: ""
}
.hamburger-inner:before {
    top: -10px
}
.hamburger-inner:after {
    bottom: -10px
}
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transition-duration: 75ms;
    -o-transition-duration: 75ms;
    transition-duration: 75ms
}
.hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top 75ms ease .12s, opacity 75ms ease;
    -o-transition: top 75ms ease .12s, opacity 75ms ease;
    transition: top 75ms ease .12s, opacity 75ms ease
}
.hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19), -webkit-transform 75ms cubic-bezier(.55, .055, .675, .19)
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transition-delay: .12s;
    -o-transition-delay: .12s;
    transition-delay: .12s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease .12s;
    -o-transition: top 75ms ease, opacity 75ms ease .12s;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -o-transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s, -webkit-transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.hamburger .hamburger-inner, .hamburger .hamburger-inner:after, .hamburger .hamburger-inner:before {
    background-color: #fff
}
.hamburger-wrap {
    text-align: center
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: 0
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
/*    height: 100%;*/
    min-height: 1px
}
[dir=rtl] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.slick-slide.slick-loading img {
    display: none
}
.slick-slide.dragging img {
    pointer-events: none
}
.slick-initialized .slick-slide {
    display: block
}
.slick-loading .slick-slide {
    visibility: hidden
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-arrow {
    content: '';
    background: transparent;
    font: 0/0 a;
    color: transparent;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 0;
    width: 30px;
    height: 40px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.slick-arrow:hover, .slick-arrow:focus {
    background: transparent;
    outline: none;
}
.slick-next {
    right: -80px;
    padding-left: 10px;
}
.slick-next:hover {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.slick-next::before, .slick-next::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    left: 10px;
}
.slick-next::before {
    border-width: 19.5px 0 19.5px 19px;
    border-color: transparent transparent transparent #ef4638;
    margin-top: -20px;
}
.slick-next::after {
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #fff;
    margin-top: -9px;
}
.slick-prev {
    left: -80px;
    padding-right: 10px;
}
.slick-prev:hover {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    padding-right: 10px;
}
.slick-prev::before, .slick-prev::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 50%;
    right: 10px;
}
.slick-prev::before {
    border-width: 19.5px 19px 19.5px 0;
    border-color: transparent #ef4638 transparent transparent;
    margin-top: -20px;
}
.slick-prev::after {
    border-width: 9px 9px 9px 0;
    border-color: transparent #fff transparent transparent;
    margin-top: -9px;
}
meta.foundation-mq-small {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0em;
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    font-size: 100%;
}
body {
    background: white;
    color: #6e6e6e;
    padding: 0;
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}
a:hover {
    cursor: pointer;
    opacity: 0.8
}
img, object, embed {
    max-width: 100%;
    height: auto;
}
object, embed {
    height: 100%;
}
img {
    -ms-interpolation-mode: bicubic;
}
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
.hide {
    display: none !important;
}
.start {
    float: left !important;
}
.end {
    float: right !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
}
select {
    width: 100%;
}
.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}
.flex-video.widescreen {
    padding-bottom: 57.25%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Titillium Web", sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem; /*     @else                            { font-size: $padding - rem-calc(2); } */
    background-color: #4f545c;
    border-color: #00476a;
    color: white;
    -webkit-transition: background-color 300ms ease-out;
    -o-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
    -webkit-appearance: none;
    border: none;
    font-weight: normal !important;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #00476a;
}
button:hover, button:focus, .button:hover, .button:focus {
    color: white;
}
button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #6e6e6e;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: #6e6e6e;
}
button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: white;
}
button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: white;
}
button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; /*     @else                            { font-size: $padding - rem-calc(2); } */
}
button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; /*     @else                            { font-size: $padding - rem-calc(2); } */
}
button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; /*     @else                            { font-size: $padding - rem-calc(2); } */
}
button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem;
}
button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem;
}
button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #4f545c;
    border-color: #00476a;
    color: white;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #00476a;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: white;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #4f545c;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #6e6e6e;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    color: #6e6e6e;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    color: white;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #43ac6a;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    color: white;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #f04124;
}

@media only screen and (min-width: 40.063em) {
button, .button {
    display: inline-block;
}
}
/* Standard Forms */
form {
    margin: 0 0 1rem;
}
/* Using forms within rows, we need to set some defaults */
form .row .row {
    margin: 0 -0.5rem;
}
form .row .row .column, form .row .row .columns {
    padding: 0 0.5rem;
}
form .row .row.collapse {
    margin: 0;
}
form .row .row.collapse .column, form .row .row.collapse .columns {
    padding: 0;
}
form .row .row.collapse input {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}
form .row input.column, form .row input.columns, form .row textarea.column, form .row textarea.columns {
    padding-left: 0.5rem;
}
/* Label Styles */
label {
    font-size: 0.7rem;
    line-height: 1.3;
    color: #333;
    cursor: pointer;
    display: block;
    font-weight: 300;
    margin: 0.5rem 0; /* Styles for required inputs */
}
label.right {
    float: none;
    text-align: right;
}
label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0;
}
label small {
    text-transform: capitalize;
    color: #676767;
}
.subscribe-consent label span {
    font-weight: bold;
    font-size: 1rem;
}
select {
    -webkit-appearance: none !important;
    background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border: 1px solid #cccccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    border-radius: 0;
}
select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
select:hover {
    background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999;
}
 select::-ms-expand {
display: none;
}
 @-moz-document url-prefix() {
select {
background: #fafafa;
}
 select:hover {
background: #f3f3f3;
}
}
/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}
/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none;
}
.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none;
}
.prefix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.postfix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.prefix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
.postfix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}
/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
    background: #f2f2f2;
    border-color: #d8d8d8;
    border-right: none;
    color: #6e6e6e;
}
span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
span.postfix, label.postfix {
    background: #f2f2f2;
    border-color: #cbcbcb;
    border-left: none;
    color: #6e6e6e;
}
span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.input-group.round > *:first-child, .input-group.round > *:first-child * {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
.input-group.round > *:last-child, .input-group.round > *:last-child * {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}
/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: white;
    font-family: inherit;
    border: 1px solid #cccccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 1rem;
    margin: 0 0 1rem 0;
    height: 3.55rem;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -webkit-transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
    transition: border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
    -o-transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out, -webkit-box-shadow 0.45s;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none;
}
input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
    background-color: #dddddd;
}
/* Add height value for select elements to match text input height */
select {
    height: 2.3125rem;
}
/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
    margin: 0 0 1rem 0;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}
/* Normalize file input width */
input[type="file"] {
    width: 100%;
}
/* We add basic fieldset styling */
fieldset {
    border: solid 1px #dddddd;
    padding: 1.25rem;
    margin: 1.125rem 0;
}
fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}
/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white;
}
[data-abide] span.error, [data-abide] small.error {
    display: none;
}
span.error, small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white;
}
.error input, .error textarea, .error select {
    margin-bottom: 0;
}
.error label, .error label.error {
    color: #f04124;
}
.error > small, .error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #f04124;
    color: white;
}
.error > label > small {
    color: #676767;
    background: transparent;
    padding: 0;
    text-transform: capitalize;
    font-style: normal;
    font-size: 60%;
    margin: 0;
    display: inline;
}
.error span.error-message {
    display: block;
}
input.error, textarea.error {
    margin-bottom: 0;
}
label.error {
    color: #f04124;
}
.row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1366px;
*zoom: 1;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}
.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}
.row .row {
    width: auto;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
*zoom: 1;
}
.row .row:before, .row .row:after {
    content: " ";
    display: table;
}
.row .row:after {
    clear: both;
}
.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
*zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
    content: " ";
    display: table;
}
.row .row.collapse:after {
    clear: both;
}
.column, .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
}

@media only screen {
.column.small-centered, .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.column.small-uncentered, .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
}
.column.small-uncentered.opposite, .columns.small-uncentered.opposite {
    float: right;
}
.small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
.column, .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
}
.small-1 {
    position: relative;
    width: 8.33333%;
}
.small-2 {
    position: relative;
    width: 16.66667%;
}
.small-3 {
    position: relative;
    width: 25%;
}
.small-4 {
    position: relative;
    width: 33.33333%;
}
.small-5 {
    position: relative;
    width: 41.66667%;
}
.small-6 {
    position: relative;
    width: 50%;
}
.small-7 {
    position: relative;
    width: 58.33333%;
}
.small-8 {
    position: relative;
    width: 66.66667%;
}
.small-9 {
    position: relative;
    width: 75%;
}
.small-10 {
    position: relative;
    width: 83.33333%;
}
.small-11 {
    position: relative;
    width: 91.66667%;
}
.small-12 {
    position: relative;
    width: 100%;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
.small-offset-0 {
    position: relative;
    margin-left: 0% !important;
}
.small-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
}
.small-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
}
.small-offset-3 {
    position: relative;
    margin-left: 25% !important;
}
.small-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
}
.small-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
}
.small-offset-6 {
    position: relative;
    margin-left: 50% !important;
}
.small-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
}
.small-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
}
.small-offset-9 {
    position: relative;
    margin-left: 75% !important;
}
.small-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
}
.column.small-reset-order, .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
}

@media only screen and (min-width: 40.063em) {
.column.medium-centered, .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.column.medium-uncentered, .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
}
.column.medium-uncentered.opposite, .columns.medium-uncentered.opposite {
    float: right;
}
.medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
.column, .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
}
.medium-1 {
    position: relative;
    width: 8.33333%;
}
.medium-2 {
    position: relative;
    width: 16.66667%;
}
.medium-3 {
    position: relative;
    width: 25%;
}
.medium-4 {
    position: relative;
    width: 33.33333%;
}
.medium-5 {
    position: relative;
    width: 41.66667%;
}
.medium-6 {
    position: relative;
    width: 50%;
}
.medium-7 {
    position: relative;
    width: 58.33333%;
}
.medium-8 {
    position: relative;
    width: 66.66667%;
}
.medium-9 {
    position: relative;
    width: 75%;
}
.medium-10 {
    position: relative;
    width: 83.33333%;
}
.medium-11 {
    position: relative;
    width: 91.66667%;
}
.medium-12 {
    position: relative;
    width: 100%;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
.medium-offset-0 {
    position: relative;
    margin-left: 0% !important;
}
.medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
}
.medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
}
.medium-offset-3 {
    position: relative;
    margin-left: 25% !important;
}
.medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
}
.medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
}
.medium-offset-6 {
    position: relative;
    margin-left: 50% !important;
}
.medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
}
.medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
}
.medium-offset-9 {
    position: relative;
    margin-left: 75% !important;
}
.medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
}
.column.medium-reset-order, .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
.push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
}

@media only screen and (min-width: 64.063em) {
.column.large-centered, .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none;
}
.column.large-uncentered, .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
}
.column.large-uncentered.opposite, .columns.large-uncentered.opposite {
    float: right;
}
.large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
.column, .columns {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
}
.large-1 {
    position: relative;
    width: 8.33333%;
}
.large-2 {
    position: relative;
    width: 16.66667%;
}
.large-3 {
    position: relative;
    width: 25%;
}
.large-4 {
    position: relative;
    width: 33.33333%;
}
.large-5 {
    position: relative;
    width: 41.66667%;
}
.large-6 {
    position: relative;
    width: 50%;
}
.large-7 {
    position: relative;
    width: 58.33333%;
}
.large-8 {
    position: relative;
    width: 66.66667%;
}
.large-9 {
    position: relative;
    width: 75%;
}
.large-10 {
    position: relative;
    width: 83.33333%;
}
.large-11 {
    position: relative;
    width: 91.66667%;
}
.large-12 {
    position: relative;
    width: 100%;
}
[class*="column"] + [class*="column"]:last-child {
    float: right;
}
[class*="column"] + [class*="column"].end {
    float: left;
}
.large-offset-0 {
    position: relative;
    margin-left: 0% !important;
}
.large-offset-1 {
    position: relative;
    margin-left: 8.33333% !important;
}
.large-offset-2 {
    position: relative;
    margin-left: 16.66667% !important;
}
.large-offset-3 {
    position: relative;
    margin-left: 25% !important;
}
.large-offset-4 {
    position: relative;
    margin-left: 33.33333% !important;
}
.large-offset-5 {
    position: relative;
    margin-left: 41.66667% !important;
}
.large-offset-6 {
    position: relative;
    margin-left: 50% !important;
}
.large-offset-7 {
    position: relative;
    margin-left: 58.33333% !important;
}
.large-offset-8 {
    position: relative;
    margin-left: 66.66667% !important;
}
.large-offset-9 {
    position: relative;
    margin-left: 75% !important;
}
.large-offset-10 {
    position: relative;
    margin-left: 83.33333% !important;
}
.column.large-reset-order, .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
}
.push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
}
.pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
}
.push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
}
.pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
}
.push-3 {
    position: relative;
    left: 25%;
    right: auto;
}
.pull-3 {
    position: relative;
    right: 25%;
    left: auto;
}
.push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
}
.pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
}
.push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
}
.pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
}
.push-6 {
    position: relative;
    left: 50%;
    right: auto;
}
.pull-6 {
    position: relative;
    right: 50%;
    left: auto;
}
.push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
}
.pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
}
.push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
}
.pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
}
.push-9 {
    position: relative;
    left: 75%;
    right: auto;
}
.pull-9 {
    position: relative;
    right: 75%;
    left: auto;
}
.push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
}
.pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
}
.push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
}
.pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
}
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
}
 to {
-webkit-transform: rotate(360deg);
}
}
 @keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
 to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
    position: relative;
}
.slideshow-wrapper ul {
    list-style-type: none;
    margin: 0;
}
.slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
    display: none;
}
.slideshow-wrapper ul li:first-child {
    display: block;
}
.slideshow-wrapper .orbit-container {
    background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
    display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
    display: block;
}
.preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555 #fff;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotate;
    -o-animation-duration: 1.5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.orbit-container {
    overflow: hidden;
    width: 100%;
    position: relative;
    background: none;
}
.orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.orbit-container .orbit-slides-container img {
    display: block;
    max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
    margin-left: 0%;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
    position: absolute;
    bottom: 0;
    background-color: rgba(51, 51, 51, 0.8);
    color: white;
    width: 100%;
    padding: 0.625rem 0.875rem;
    font-size: 0.875rem;
}
.orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: transparent;
    z-index: 10;
}
.orbit-container .orbit-slide-number span {
    font-weight: 700;
    padding: 0.3125rem;
}
.orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    display: block;
    width: 0%;
    position: relative;
    right: 20px;
    top: 5px;
}
.orbit-container .orbit-timer > span {
    display: none;
    position: absolute;
    top: 0px;
    right: 0;
    width: 11px;
    height: 14px;
    border: solid 4px #fff;
    border-top: none;
    border-bottom: none;
}
.orbit-container .orbit-timer.paused > span {
    right: -4px;
    top: 0px;
    width: 11px;
    height: 14px;
    border: inset 8px;
    border-right-style: solid;
    border-color: transparent transparent transparent #fff;
}
.orbit-container .orbit-timer.paused > span.dark {
    border-color: transparent transparent transparent #333;
}
.orbit-container:hover .orbit-timer > span {
    display: block;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: none;
    text-indent: -9999px !important;
    z-index: 10;
}
.orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
}
.orbit-container .orbit-prev {
    left: 0;
}
.orbit-container .orbit-prev > span {
    border-right-style: solid;
    border-color: transparent;
    border-right-color: white;
}
.orbit-container .orbit-prev:hover > span {
    border-right-color: white;
}
.orbit-container .orbit-next {
    right: 0;
}
.orbit-container .orbit-next > span {
    border-color: transparent;
    border-left-style: solid;
    border-left-color: white;
    left: 50%;
    margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
    border-left-color: white;
}
.orbit-bullets-container {
    text-align: center;
}
.orbit-bullets {
    margin: 0 auto 30px auto;
    overflow: hidden;
    position: relative;
    top: 10px;
    float: none;
    text-align: center;
    display: block;
}
.orbit-bullets li {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #cccccc;
    float: none;
    margin-right: 6px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.orbit-bullets li.active {
    background: #999999;
}
.orbit-bullets li:last-child {
    margin-right: 0;
}
.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: none;
}
.touch .orbit-bullets {
    display: none;
}

@media only screen and (min-width: 40.063em) {
.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit;
}
.touch .orbit-bullets {
    display: block;
}
}

@media only screen and (max-width: 40em) {
.orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
}
.orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
}
.orbit-stack-on-small .orbit-timer, .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev, .orbit-stack-on-small .orbit-bullets {
    display: none;
}
}
meta.foundation-mq-topbar {
    font-family: "/only screen and (min-width: 64em)/";
    width: 64em;
}
/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
    width: 100%;
}
.contain-to-grid .top-bar {
    margin-bottom: 0;
}
.fixed {
    width: 100%;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 99;
}
.fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
    z-index: 98;
    margin-top: 65px;
}
.top-bar {
    overflow: hidden;
    height: 65px;
    line-height: 65px;
    position: relative;
    margin-bottom: 0;
    background: rgba(79, 84, 92, 0.9);
    background-blend-mode: multiply;
}
.top-bar ul {
    margin-bottom: 0;
    list-style: none;
}
.top-bar .row {
    max-width: none;
}
.top-bar form, .top-bar input {
    margin-bottom: 0;
}
.top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem;
}
.top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem;
}
.top-bar .title-area {
    position: relative;
    margin: 0;
    height: 65px;
}
.top-bar .name {
    height: 65px;
    margin: 0;
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-bar .name h1 {
    line-height: 65px;
    font-size: 1.0625rem;
    margin: 0;
    max-width: 143px;
    width: 100%;
}
.top-bar .name h1 a {
    font-weight: normal;
    color: #6e6e6e;
    width: 50%;
    display: block;
}
.top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0;
}
.top-bar .toggle-topbar a {
    color: #6e6e6e;
    text-transform: uppercase;
    font-size: 0.95rem;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 21.66667px;
    height: 65px;
    line-height: 65px;
}
.top-bar .toggle-topbar.menu-icon {
    right: 21.66667px;
    top: 50%;
    margin-top: -27px;
    padding-left: 40px;
}
.top-bar .toggle-topbar.menu-icon .hamburger {
    padding-right: 0;
}
.top-bar .toggle-topbar.menu-icon a {
    height: 54px;
    line-height: 36px;
    padding: 0;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-bar .toggle-topbar.menu-icon a::after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 20px;
    top: 0;
    height: 0;
}
.top-bar.expanded {
    height: auto;
}
.top-bar-section {
    left: 0;
    position: relative;
    width: auto;
    -webkit-transition: left 300ms ease-out;
    -o-transition: left 300ms ease-out;
    transition: left 300ms ease-out;
}
.top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.top-bar-section .divider, .top-bar-section [role="separator"] {
    border-top: solid 1px #bbaf30;
    clear: both;
    height: 1px;
    width: 100%;
}
.top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    font-family: "Titillium Web", sans-serif;
    font-size: 1.1rem;
    font-weight: normal;
}
.top-bar-section ul li > a.button {
    background: #4f545c;
    font-size: 1.25rem;
    padding-right: 21.66667px;
    padding-left: 21.66667px;
}
.top-bar-section ul li > a.button:hover {
    background: #004160;
}
.top-bar-section ul li > a.button.secondary {
    background: #e7e7e7;
}
.top-bar-section ul li > a.button.secondary:hover {
    background: #cecece;
}
.top-bar-section ul li > a.button.success {
    background: #43ac6a;
}
.top-bar-section ul li > a.button.success:hover {
    background: #358854;
}
.top-bar-section ul li > a.button.alert {
    background: #f04124;
}
.top-bar-section ul li > a.button.alert:hover {
    background: #d42b0f;
}
.top-bar-section ul li:hover > a {
    background: #fff;
    color: #999999;
}
.top-bar-section ul li.active > a {
    background: #fff;
    color: #999999;
}
.top-bar-section ul li.active > a:hover {
    background: #fff;
}
.top-bar-section .has-form {
    padding: 21.66667px;
}
.top-bar-section .has-dropdown {
    position: relative;
}
.top-bar-section .has-dropdown > a:after {
    margin-right: 21.66667px;
    margin-top: -4.5px;
    position: absolute;
    top: 5px;
    right: 0;
    content: '\00BB';
}
.top-bar-section .has-dropdown.moved {
    position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
    display: block;
}
.top-bar-section ul ul {
    display: none;
}
.top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99;
}
.top-bar-section .dropdown li {
    width: 100%;
    height: auto;
}
.top-bar-section .dropdown li a {
    font-weight: normal;
    padding: 8px 21.66667px;
}
.top-bar-section .dropdown li a.parent-link {
    font-weight: normal;
}
.top-bar-section .dropdown li.title h5 {
    margin-bottom: 0;
}
.top-bar-section .dropdown li.title h5 a {
    color: #6e6e6e;
    line-height: 32.5px;
    display: block;
}
.top-bar-section .dropdown li.has-form {
    padding: 8px 21.66667px;
}
.top-bar-section .dropdown li .button {
    top: auto;
}
.top-bar-section .dropdown label {
    padding: 8px 21.66667px 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #777777;
    font-weight: bold;
    font-size: 0.625rem;
}
.js-generated {
    display: block;
}

@media only screen and (min-width: 76.25em) {
.top-bar {
    background: none;
*zoom: 1;
    overflow: visible;
}
.page-header.scrolled {
    background: -webkit-linear-gradient(top, rgba(79,84,92,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(79,84,92,1)), to(rgba(125,185,232,0)));
    background: -o-linear-gradient(top, rgba(79,84,92,1) 0%, rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom, rgba(79,84,92,1) 0%, rgba(125,185,232,0) 100%);
}
.top-bar:before, .top-bar:after {
    content: " ";
    display: table;
}
.top-bar:after {
    clear: both;
}
.top-bar .toggle-topbar {
    display: none;
}
.top-bar .title-area {
    float: left;
}
.top-bar .name {
    height: 104px;
}
.top-bar .name h1 a {
    width: auto;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.top-bar input, .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
}
.contain-to-grid .top-bar {
    max-width: 1366px;
    margin: 0 auto;
    margin-bottom: 0;
}
.top-bar-section {
    -webkit-transition: none 0 0;
    -o-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important;
}
.top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
    background: transparent;
}
.top-bar-section ul li {
    float: left;
}
.top-bar-section ul li .js-generated {
    display: none;
}
.top-bar-section li.hover > a:not(.button) {
    background: #4d4d4d;
    color: white;
}
.top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 21.66667px;
    line-height: 65px;
    background: #4d4d4d;
    color: white;
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
    color: #CCC;
}
.top-bar-section .has-dropdown > a:after {
    display: none;
}
.top-bar-section .has-dropdown.moved {
    position: relative;
}
.top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
}
.top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
}
.top-bar-section ul li li a, .top-bar-section ul li li li a {
    margin-bottom: 0;
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -2px;
    right: 5px;
    line-height: 1.2;
}
.top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
}
.top-bar-section .dropdown li a {
    color: #6e6e6e;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 21.66667px;
    background: #fff;
}
.top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #6e6e6e;
}
.top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
}
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #f8f6e4;
    clear: none;
    height: 65px;
    width: 0;
}
.top-bar-section .has-form {
    background: #fff;
    padding: 0 21.66667px;
    height: 65px;
}
.top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
}
.top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
}
.top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
}
.top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
}
.no-js .top-bar-section ul li:hover > a {
    background: #fff;
    color: #999999;
}
.no-js .top-bar-section ul li:active > a {
    background: #fff;
    color: #999999;
}
.no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
}
}
/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
/* Default Link Styles */
a {
    color: #4f545c;
    text-decoration: none;
    line-height: inherit;
}
a:hover, a:focus {
    color: #4f545c;
}
a img {
    border: none;
}
/* Default paragraph styles */
p, ol, ul {
    font-family: inherit;
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 1.6;
    margin: 2rem 0;
    text-rendering: optimizeLegibility;
}

@media only screen and (min-width: 40.063em) {
p, ul, ol {
    font-size: 1rem!important;
    line-height: 1.8!important;
}
}
p.lead {
    font-size: 1.21875rem;
    line-height: 1.6;
}
p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic;
}
/* Default header styles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Web", serif;
    font-weight: 400;
    font-style: normal;
    color: #4f545c;
    text-rendering: optimizeLegibility;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #09afff;
    line-height: 0;
}
h1 {
    font-size: 2.0625rem;
}
h2 {
    font-size: 1.125rem;
}
h3 {
    font-size: 1.1875rem;
}
h4 {
    font-size: 0.9375rem;
}
h5 {
    font-size: 1.125rem;
}
h6 {
    font-size: 1rem;
}
.subheader {
    line-height: 1.4;
    color: #09afff;
    font-weight: 300;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}
/* Helpful Typography Defaults */
em, i {
    font-style: italic;
    line-height: inherit;
}
strong, b {
    font-weight: bold;
    line-height: inherit;
}
small {
    font-size: 60%;
    line-height: inherit;
}
code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: bold;
    color: #bd260d;
}
/* Lists */
ul, ol, dl {
    margin-bottom: 1.25rem;
    list-style-position: outside;
    font-family: inherit;
}
ul {
    margin-left: 1.1rem;
}
ul.no-bullet {
    margin-left: 0;
}
ul.no-bullet li ul, ul.no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}
/* Unordered Lists */
ul li ul, ul li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    font-size: 1rem; /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
    list-style: inherit;
}
ul.square {
    list-style-type: square;
    margin-left: 1.1rem;
}
ul.circle {
    list-style-type: circle;
    margin-left: 1.1rem;
}
ul.disc {
    list-style-type: disc;
    margin-left: 1.1rem;
}
ul.no-bullet {
    list-style: none;
}
/* Ordered Lists */
ol {
    margin-left: 1.4rem;
}
ol li ul, ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
}
/* Definition Lists */
dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold;
}
dl dd {
    margin-bottom: 0.75rem;
}
/* Abbreviations */
abbr, acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #6e6e6e;
    border-bottom: 1px dotted #dddddd;
    cursor: help;
}
abbr {
    text-transform: none;
}
/* Blockquotes */
blockquote {
    margin: 0 0 1.25rem;
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #dddddd;
}
blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #0094db;
}
blockquote cite:before {
    content: "\2014 \0020";
}
blockquote cite a, blockquote cite a:visited {
    color: #0094db;
}
blockquote, blockquote p {
    line-height: 1.6;
    color: #09afff;
}
/* Microformats */
.vcard {
    display: inline-block;
    margin: 0 0 1.25rem 0;
    border: 1px solid #dddddd;
    padding: 0.625rem 0.75rem;
}
.vcard li {
    margin: 0;
    display: block;
}
.vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem;
}
.vevent .summary {
    font-weight: bold;
}
.vevent abbr {
    cursor: default;
    text-decoration: none;
    font-weight: bold;
    border: none;
    padding: 0 0.0625rem;
}
h2:first-child {
    margin-top: 10px;
}

@media only screen and (min-width: 40.063em) {
h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
}
h1 {
    font-size: 3.2rem;
}
h2 {
    font-size: 1.75rem;
    margin-bottom: 30px;
    margin-top: 40px;
}
h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 30px;
}
h4 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    margin-top: 30px;
}
}
table td {
    padding: 5px 10px;
}
table tr td:first-child {
    padding-left: 0;
}
/* Print styles.  Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
    display: none !important;
}

@media print {
* {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group; /* h5bp.com/t */
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 0.5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
.hide-on-print {
    display: none !important;
}
.print-only {
    display: block !important;
}
.hide-for-print {
    display: none !important;
}
.show-for-print {
    display: inherit !important;
}
}
/* Foundation Visibility HTML Classes */
.show-for-small, .show-for-small-only, .show-for-medium-down, .show-for-large-down, .hide-for-medium, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
}
.hide-for-small, .hide-for-small-only, .hide-for-medium-down, .show-for-medium, .show-for-medium-up, .show-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
}
/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}
thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}
tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}
td.show-for-small, td.show-for-small-only, td.show-for-medium-down td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge td.hide-for-xlarge-up, td.hide-for-xxlarge-up, th.show-for-small, th.show-for-small-only, th.show-for-medium-down th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge th.hide-for-xlarge-up, th.hide-for-xxlarge-up {
    display: table-cell !important;
}

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
.hide-for-small, .hide-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-up, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
}
.show-for-small, .show-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-up, .hide-for-medium-only, .hide-for-large-down, .show-for-large, .show-for-large-up, .show-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
}
/* Specific visibility for tables */
table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}
thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}
tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}
td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.show-for-medium, th.show-for-medium-down, th.show-for-medium-up, th.show-for-medium-only, th.hide-for-large, th.hide-for-large-up, th.hide-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important;
}
}

/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
.hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-large-only, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
}
.show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .hide-for-large, .hide-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
}
/* Specific visibility for tables */
table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}
thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}
tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}
td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large, th.show-for-large-up, th.show-for-large-only, th.hide-for-xlarge, th.hide-for-xlarge-up, th.hide-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important;
}
}

/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
.hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .show-for-xlarge, .show-for-xlarge-up, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: inherit !important;
}
.show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .hide-for-xlarge-up, .hide-for-xlarge-only, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: none !important;
}
/* Specific visibility for tables */
table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table;
}
thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important;
}
tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important;
}
td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.hide-for-large-only, th.show-for-xlarge, th.show-for-xlarge-up, th.show-for-xlarge-only, th.hide-for-xxlarge-up, th.hide-for-xxlarge-only {
    display: table-cell !important;
}
}

/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
.hide-for-small, .hide-for-small-only, .hide-for-medium, .hide-for-medium-down, .hide-for-medium-only, .show-for-medium-up, .show-for-large-up, .hide-for-large-only, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-up, .show-for-xxlarge-only {
    display: inherit !important;
}
.show-for-small-only, .show-for-medium, .show-for-medium-down, .show-for-medium-only, .show-for-large, .show-for-large-only, .show-for-large-down, .hide-for-xlarge, .show-for-xlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge-only {
    display: none !important;
}
/* Specific visibility for tables */
table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table;
}
thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important;
}
tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important;
}
tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important;
}
td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only, th.hide-for-small, th.hide-for-small-only, th.hide-for-medium, th.hide-for-medium-down, th.hide-for-medium-only, th.show-for-medium-up, th.show-for-large-up, th.hide-for-xlarge-only, th.show-for-xlarge-up, th.show-for-xxlarge-up, th.show-for-xxlarge-only {
    display: table-cell !important;
}
}
/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}
.hide-for-landscape, .show-for-portrait {
    display: none !important;
}
/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
    display: table;
}
thead.hide-for-landscape, thead.show-for-portrait {
    display: table-header-group !important;
}
tbody.hide-for-landscape, tbody.show-for-portrait {
    display: table-row-group !important;
}
tr.hide-for-landscape, tr.show-for-portrait {
    display: table-row !important;
}
td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
.show-for-landscape, .hide-for-portrait {
    display: inherit !important;
}
.hide-for-landscape, .show-for-portrait {
    display: none !important;
}
/* Specific visibility for tables */
table.show-for-landscape, table.hide-for-portrait {
    display: table;
}
thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
}
tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
}
tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
}
td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important;
}
}

@media only screen and (orientation: portrait) {
.show-for-portrait, .hide-for-landscape {
    display: inherit !important;
}
.hide-for-portrait, .show-for-landscape {
    display: none !important;
}
/* Specific visibility for tables */
table.show-for-portrait, table.hide-for-landscape {
    display: table;
}
thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
}
tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
}
tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
}
td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important;
}
}
/* Touch-enabled device targeting */
.show-for-touch {
    display: none !important;
}
.hide-for-touch {
    display: inherit !important;
}
.touch .show-for-touch {
    display: inherit !important;
}
.touch .hide-for-touch {
    display: none !important;
}
/* Specific visibility for tables */
table.hide-for-touch {
    display: table;
}
.touch table.show-for-touch {
    display: table;
}
thead.hide-for-touch {
    display: table-header-group !important;
}
.touch thead.show-for-touch {
    display: table-header-group !important;
}
tbody.hide-for-touch {
    display: table-row-group !important;
}
.touch tbody.show-for-touch {
    display: table-row-group !important;
}
tr.hide-for-touch {
    display: table-row !important;
}
.touch tr.show-for-touch {
    display: table-row !important;
}
td.hide-for-touch {
    display: table-cell !important;
}
.touch td.show-for-touch {
    display: table-cell !important;
}
th.hide-for-touch {
    display: table-cell !important;
}
.touch th.show-for-touch {
    display: table-cell !important;
}
h2 {
    font-family: "Titillium Web", sans-serif;
    color: #6e6e6e;
    font-weight: bold;
}
.home h2 {
    text-transform: uppercase;
}
.announcements {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
*zoom: 1;
}
.announcements:before, .announcements:after {
    content: " ";
    display: table;
}
.announcements:after {
    clear: both;
}
.home .announcements {
    text-align: center;
    margin-top: 15px;
}
.announcement-list {
    margin-bottom: 20px;
}
.announcement-list:before, .announcement-list:after {
    display: table;
    content: '';
}
.announcement-list:after {
    clear: both;
}
.home .announcement-list {
    padding: 0 10px;
}

@media only screen and (min-width: 40.063em) {
.home .announcement-list {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 50%;
    float: left;
}
}
.announcement-list h2 {
    font-size: 1.125rem;
    color: #4f545c;
    text-transform: none;
    font-weight: normal;
    margin: 0;
}
.announcement-list h2 a {
    color: #333;
}
.announcement-list .date {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #4f545c;
    margin: 0;
    line-height: 1.5;
}
.announcement-list p {
    display: none;
}
.announcement-details .date {
    margin-bottom: 15px;
    color: #999;
    font-size: 1rem;
}
.page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

@media only screen and (min-width: 40.063em) {
.announcement-list .date {
    width: 25%;
    float: left;
}
.announcement-list h2 {
    width: 75%;
    float: right;
}
}

@media only screen and (min-width: 64.063em) {
.top-bar {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 0 36px;
}
}
.top-bar .title-area {
    z-index: 5;
    padding: 0 21.66667px;
}

@media only screen and (min-width: 76.25em) {
.top-bar {
    height: 130px;
}
.top-bar .title-area {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 186.33334px;
}
}
.top-bar .title-area .name {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    overflow: hidden;
}

@media only screen and (min-width: 76.25em) {
.top-bar .title-area .name {
    width: 100%;
}
}
.logo {
    max-width: 143px;
}
.logo a {
    font: 0/0 a;
}
.logo a::before {
    content: '';
    display: block;
    color: transparent;
    background: url("../_images/template/logo.svg") no-repeat 0 50%;
    width: 100%;
    height: 0;
    padding-bottom: 55.944%;
    -webkit-background-size: contain;
    background-size: contain;
}
.logo a:hover, .top-bar .top-bar-section .search-box input[type="submit"], .cat_button:hover {
    opacity: 0.65;
}

@media only screen and (min-width: 76.25em) {
.top-bar .title-area .name .logo a {
    margin-left: 0;
}
}
.top-bar .top-bar-section {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-bar .top-bar-section li.selected > a {
    color: #959AA2;
}

@media only screen and (min-width: 76.25em) {
.top-bar .top-bar-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.top-bar .top-bar-section .has-form {
    height: auto;
}
.top-bar .top-bar-section .site-search {
    float: right;
}
.top-bar .top-bar-section .site-search, .top-bar .top-bar-section .site-search .has-form {
    width: 100%;
    max-width: 340px;
}
.top-bar .top-bar-section .dropdown {
    background: #4f545c;
    color: #fff;
    padding: 10px 0;
    margin: 0 4px;
}
.top-bar .top-bar-section .patients .dropdown {
    background: rgba(40, 192, 216, 0.9);
}
.top-bar .top-bar-section .dropdown li a {
    background: transparent;
    color: #fff;
    text-transform: none !important;
    line-height: 1.6;
    font-family: "Titillium Web", sans-serif;
    font-size: 1rem;
    font-weight: normal;
}
.top-bar .top-bar-section .dropdown li a:hover {
    opacity: 0.9;
}
.top-bar .top-bar-section .dropdown li a:after {
    display: none;
}
}
.top-bar .top-bar-section .has-form {
    padding: 0 24px;
}
.top-bar .top-bar-section .search-box {
    position: relative;
}

@media only screen and (min-width: 76.25em) {
.top-bar .top-bar-section .search-box {
    margin-top: 36px;
}
}
.top-bar .top-bar-section .search-box form {
    top: 0;
}
.top-bar .top-bar-section .search-box input[type="text"] {
    height: 2.25rem;
    background: #efecdb;
    top: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1em;
    line-height: 1;
    padding: 8px 32px 8px 18px;
    width: 100%;
    font-family: Titillium Web, Arial, Helvetica, sans-serif
}
.top-bar .top-bar-section .search-box input[type="submit"] {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -9px;
    width: 17px;
    height: 18px;
    font: 0/0 a;
    color: transparent;
    background: url("https://replicel.com/_images/template/search-icon.svg") no-repeat;
    border: none;
    padding: 0;
    cursor: pointer;
}
.top-bar .top-bar-section > ul:not(.site-search) {
*zoom: 1;
    float: right;
}
.top-bar .top-bar-section > ul:not(.site-search):before, .top-bar .top-bar-section > ul:not(.site-search):after, .top-bar .top-bar-section #main-menu:before, .top-bar .top-bar-section #main-menu:after {
    content: " ";
    display: table;
}
.top-bar .top-bar-section > ul:not(.site-search):after, .top-bar .top-bar-section #main-menu:after {
    clear: both;
}
.top-bar .top-bar-section > ul:not(.site-search) li a {
    text-transform: uppercase;
    font-family: "Titillium Web", serif;
    font-weight: 600;
    padding: 0 21.666667px;
}

@media only screen and (min-width: 76.25em) {
.top-bar .top-bar-section > ul:not(.site-search) > li > a {
    line-height: 1;
    padding: 65px 20px 25px;
    font-size: 17px;
    background: rgba(77,77,77,0.8);
}
.top-bar .top-bar-section > ul:not(.site-search) > li.investor,  .top-bar .top-bar-section > ul:not(.site-search) > li.patients,  .top-bar .top-bar-section > ul:not(.site-search) > li.partners {
    padding: 0 4px;
}
.top-bar .top-bar-section > ul:not(.site-search) > li.investor {
    padding-right: 8px;
}
.top-bar .top-bar-section > ul:not(.site-search) > li.investor > a,  .top-bar .top-bar-section > ul:not(.site-search) > li.patients > a,  .top-bar .top-bar-section > ul:not(.site-search) > li.partners > a {
    padding-top: 33px;
    line-height: 1.4;
    background-blend-mode: multiply;
}
.top-bar .top-bar-section > ul:not(.site-search) > li.investor > a span,  .top-bar .top-bar-section > ul:not(.site-search) > li.patients > a span,  .top-bar .top-bar-section > ul:not(.site-search) > li.partners > a span {
    display: block;
    font-size: 25px;
    line-height: 1;
    text-transform: none;
    font-weight: 400;
}
.top-bar .top-bar-section > ul:not(.site-search) > li.patients > a {
    background: rgba(40, 192, 216, 0.9);
}
.top-bar .top-bar-section > ul:not(.site-search) > li.partners > a {
    background: rgba(183 , 17, 56, 0.9);
}
.top-bar .top-bar-section > ul:not(.site-search) > li.investor > a {
    background: rgba(240, 70, 57, 0.9);
}
}
.top-bar .top-bar-section > ul:not(.site-search) li .dropdown li a {
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
}

@media only screen and (max-width: 40.062em) {
.top-bar .top-bar-section > ul:not(.site-search) li .dropdown li a {
    line-height: 1.2;
    text-transform: none;
}
.top-bar .top-bar-section > ul:not(.site-search) li .dropdown li {
    background: #4f545c;
    color: #fff;
    margin: 5px 0;
}
}
.home-carousel {
    position: relative;
    overflow: hidden;
    padding-bottom: 14px;
}
.home-carousel::after {
    content: '';
    z-index: 10;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14px;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(#28c0d8, #28c0d8), -webkit-linear-gradient(#b91135, #b91037), -webkit-linear-gradient(#ee4639, #ee4639);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#28c0d8), to(#28c0d8)), -webkit-gradient(linear, left top, left bottom, from(#b91135), to(#b91037)), -webkit-gradient(linear, left top, left bottom, from(#ee4639), to(#ee4639));
    background-image: -o-linear-gradient(#28c0d8, #28c0d8), -o-linear-gradient(#b91135, #b91037), -o-linear-gradient(#ee4639, #ee4639);
    background-image: linear-gradient(#28c0d8, #28c0d8), linear-gradient(#b91135, #b91037), linear-gradient(#ee4639, #ee4639);
    -webkit-background-size: 33% 100%, 66% 100%, 100%;
    background-size: 33% 100%, 66% 100%, 100%;
}
.home-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: auto;
}

@media only screen and (min-width: 40.063em) {
.home-carousel .home-slide {
    position: relative;
}
}
.home-slide img {
    width: 100%;
}
.home-carousel .home-slide .home-slide__text-wrap {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-align: center;
}
.home-carousel .home-slide .home-slide__text-wrap .home-slide__text {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 74rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0.625rem;
    height: 100%;
    width: 100%;
}
.home-carousel .home-slide .home-slide__text-wrap .home-slide__text:before, .home-carousel .home-slide .home-slide__text-wrap .home-slide__text:after {
    content: " ";
    display: table;
}
.home-carousel .home-slide .home-slide__text-wrap .home-slide__text:after {
    clear: both;
}
.home-carousel .home-slide .home-slide__text-wrap h3 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: bold;
    font-family: "Titillium Web", sans-serif;
    line-height: 1.4;
    margin: 0;
    text-align: right;
    line-height: 1.1;
}
.home-carousel .home-slide .home-slide__text-wrap h3 span {
    display: block;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 6rem
}

@media only screen and (min-width: 40.063em) {
.home-carousel .home-slide .home-slide__text-wrap h3 {
    font-size: 54px;
}
}

@media only screen and (min-width: 64.063em) {
.home-carousel .home-slide .home-slide__text-wrap h3 {
    font-size: 100px;
}
}
.home-carousel .home-slide .home-slide__text-wrap p {
    color: #fff;
    display: block;
    font-family: "Titillium Web", serif;
    margin: 0;
}

@media only screen and (min-width: 40.063em) {
.home-carousel .home-slide .home-slide__text-wrap p {
    font-size: 2.4375rem;
    text-align: center;
}
}
.home-carousel .home-slide .home-slide__image img {
    width: 100%;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
}
.home-slide__image:before, .home-feature-img:before, .page-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.orbit-timer {
    display: none;
}
.home-plus {
    background: #4f545c;
    color: #fff;
    -webkit-border-radius: 32px;
    border-radius: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 32px;
    display: inline-block;
    font-weight: 300;
}
a.home-plus:hover, a.home-plus:active {
    color: #fff;
}
.home .page-content {
    padding: 0 0.625rem;
    max-width: 1120px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home .page-content__image {
    display: none;
}
.home .page-content__text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 40px 0;
    font-size: 18px;
}
.home .page-content__text p {
    font-size: 1.125rem;
}
.home .page-content h1 {
    font-size: 3rem;
    line-height: 1.1;
}

@media screen and (min-width: 42.5em) {
.home .page-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.home .page-content__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
}
.home .page-content__text {
    max-width: 400px;
    padding: 230px 0 100px;
}
.home .page-content h1 {
    font-size: 3.68rem;
}
}

@media screen and (max-width: 860px) {
.home .page-content p {
    font-size: 1.05rem;
    line-height: 1.55;
}
}
.home h2 {
    letter-spacing: 1px;
}
.home .announcement-list h2 {
    min-height: 60px;
}
.home-feature {
    width: 100%;
    margin: 0 auto;
    max-width: 1210px;
    line-height: 1.6;
    -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home-feature-item__image {
    position: relative;
    overflow: hidden;
}
.home-feature-item__image::after {
    content: 'Learn More';
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    display: block;
    position: absolute;
    width: 195px;
    border: 2px solid #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 12px 0;
    position: absolute;
    left: 50%;
    margin-left: -97px;
    top: 50%;
    margin-top: -26px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.home-feature-item__image::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.6);
    background-blend-mode: multiply;
    -webkit-transform: all 0.4s;
    -ms-transform: all 0.4s;
    transform: all 0.4s;
    opacity: 0;
}
.home-feature-item {
    padding: 0 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    max-width: 385px;
    border-bottom: none !important;
}
.home-feature-item:hover .home-feature-item__image::after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.home-feature-item:hover .home-feature-item__image::before {
    opacity: 1;
}
.home-feature-item:hover {
    opacity: 1;
}
.home-feature-item__text {
    padding: 40px 50px;
}
.home-feature-item__title {
    font-size: 44px;
    margin: 0;
}
.home-feature-item__description {
    font-size: 25px;
}
.home-feature-item__description span {
    font-size: 22px;
    margin-right: 8px;
    font-weight: 600;
}

@media screen and (min-width: 42.5em) {
.home-feature {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.home-feature-item {
 -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.home-feature-item:nth-child(even) .home-feature-item__text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.home-feature-item:nth-child(even) .home-feature-item__image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
}
html, body {
    height: 100%;
}
.overlay {
    position: absolute;
    left: 0;
    background: #494949;
    opacity: 0.4;
}
.inner-page.page-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1366px;
*zoom: 1;
    padding: 0 0.625rem;
}
.inner-page.page-content:before, .inner-page.page-content:after {
    content: " ";
    display: table;
}
.inner-page.page-content:after {
    clear: both;
}

@media only screen and (min-width: 40.063em) {
.inner-page.page-content {
    padding: 0 30px;
}
}

@media only screen and (min-width: 64.063em) {
.inner-page.page-content {
    padding: 0 60px;
}
}
.inner-page.page-content h1 {
    margin: -55px 0 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 300;
    font-family: "Titillium Web", sans-serif;
    display: inline-block;
    padding: 20px 30px;
    font-size: 2rem;
    background: #50545d;
    position: relative;
    z-index: 10;
}
.patients .inner-page.page-content h1 {
    background-color: #28bfda;
}
.partners .inner-page.page-content h1 {
    background-color: #b91135;
}
.investors .inner-page.page-content h1 {
    background-color: #f04639;
}
.inner-page.page-content a:not(.button) {
    border-bottom: 1px dotted #4f545c;
}

@media only screen and (min-width: 40.063em) {
.inner-page.page-content h1 {
    padding: 30px 50px;
    font-size: 3.25rem;
    margin: -85px 0 85px;
}
.page-content .sidebar {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 33.33333%;
    right: 66.66667%;
    left: auto;
    float: left;
    max-width: 230px;
    margin-top: 30px;
}
}

@media only screen and (min-width: 40.063em) and (min-width: 40.063em) {
.page-content .sidebar {
    margin-top: 45px;
}
}

@media only screen and (min-width: 64.063em) {
.page-content {
    padding: 0 60px;
}
}
.market.text {
    margin-top: 20px;
}
#printer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1366px;
*zoom: 1;
    position: relative;
    z-index: 5;
    display: none;
}
#printer:before, #printer:after {
    content: " ";
    display: table;
}
#printer:after {
    clear: both;
}

@media only screen and (min-width: 64.063em) {
#printer {
    display: block;
}
}
#printer a {
    position: absolute;
    z-index: 5;
    top: -65px;
    right: 0.625rem;
    display: inline-block;
}

@media only screen and (min-width: 40.063em) {
#printer a {
    right: 30px;
}
}

@media only screen and (min-width: 64.063em) {
#printer a {
    right: 60px;
}
}
.special {
    min-height: 35px;
}
.special p {
    font-size: 1rem;
    font-weight: 300;
    margin-top: 0.5rem;
}
.special p span {
    font-weight: bold;
    margin-right: 10px;
}
.page-banner {
    height: 260px;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media only screen and (min-width: 40.063em) {
.page-banner {
    height: 430px;
}
}
.page-banner .page-banner__text-wrap {
    height: 75px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
}

@media only screen and (min-width: 40.063em) {
.page-banner .page-banner__text-wrap {
    height: 100px;
}
}
.page-banner .page-banner__text-wrap.brown {
    background: #492310;
    background: rgba(73, 35, 16, 0.6);
}
.page-banner .page-banner__text-wrap.maroon {
    background: #6b1312;
    background: rgba(107, 19, 18, 0.6);
}
.page-banner .page-banner__text-wrap .page-banner__text {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 1366px;
*zoom: 1;
}
.page-banner .page-banner__text-wrap .page-banner__text:before, .page-banner .page-banner__text-wrap .page-banner__text:after {
    content: " ";
    display: table;
}
.page-banner .page-banner__text-wrap .page-banner__text:after {
    clear: both;
}
.page-banner__text {
    font-size: 3.875rem;
    color: #fff;
    text-align: right;
}
.market-wrapper {
    width: auto;
    margin-left: -0.625rem;
    margin-right: -0.625rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
*zoom: 1;
}
.market-wrapper:before, .market-wrapper:after {
    content: " ";
    display: table;
}
.market-wrapper:after {
    clear: both;
}

@media only screen and (min-width: 64.063em) {
.market-wrapper {
    margin: 0 -35px;
}
}
.market-wrapper .market-entry {
    padding: 0 10px;
}

@media screen and (min-width: 480px) {
.market-wrapper .market-entry {
    position: relative;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
}
}

@media only screen and (min-width: 64.063em) {
.market-wrapper .market-entry {
    padding: 0 35px;
}
}
.market-wrapper .market-entry .image {
    width: 100%;
    max-width: 375px;
    height: 0;
    padding-bottom: 40%;
    -webkit-background-size: contain;
    background-size: contain;
    max-width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.news-media {
*zoom: 1;
    margin: 0 -10px;
}
.news-media:before, .news-media:after {
    content: " ";
    display: table;
}
.news-media:after {
    clear: both;
}

@media only screen and (min-width: 40.063em) {
.news-media {
    margin: 0 -30px;
}
}

@media only screen and (min-width: 64.063em) {
.news-media {
    margin: 0 -60px;
}
}
.industry-news {
    padding: 0 10px;
    width: 100%;
    position: relative;
    float: left;
    margin: 20px 0;
}

@media only screen and (min-width: 40.063em) {
.industry-news {
    padding: 0 30px;
}
}

@media only screen and (min-width: 860px) {
.industry-news {
    float: right;
    width: 75%;
}
}

@media only screen and (min-width: 64.063em) {
.industry-news {
    padding: 0 60px;
}
}

@media only screen and (min-width: 40.063em) {
.page-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto;
}
.contact-form .contact-info {
    float: left;
    padding-left: 1.25em;
    padding-right: 1.25em;
}
.contact-form .contact-info.left {
    width: 100%;
    padding-left: 0;
}
.contact-info .special {
    border: 1px solid #ccc;
    border-width: 1px 0;
    padding-top: 20px;
}
}

@media screen and (max-width: 860px) {
.contact-info .special {
    padding-left: 25px;
}
}
.contact-form .contact-info.right {
    width: 100%;
    margin-top: 20px;
}

@media screen and (min-width: 860px) {
.contact-form .contact-info.left {
    width: 25%;
}
.contact-form .contact-info.right {
    width: 70%;
    margin-top: 0;
}
}
.input, .cat_textbox, textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCD4C6;
    color: #6e6e6e;
    display: block;
    font-family: "Titillium Web", sans-serif;
    font-size: 0.875em;
    margin-bottom: 12px;
    outline: 0 none;
    padding: 0.6rem;
    width: 100%;
}
textarea {
    height: auto;
    min-height: 50px;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
.cat_button {
    background: none repeat scroll 0 0 #4f545c;
    border: none;
    color: #FFFFFF;
    font-family: "Titillium Web", serif;
    outline: 0 none;
    padding: 0.6rem;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
button, input {
    line-height: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
.captchaimg {
    background: none repeat scroll 0 0 #696969;
    float: left;
    padding: 0.65rem;
}
#CaptchaV2 {
    letter-spacing: 8px;
}
.captcha {
    margin-top: 15px;
    float: left;
    width: 100%
}
.item {
    float: left;
    width: 100%;
}
.literature-container {
    border: 2px dotted #ccc;
    padding: 20px;
}
.inner-page.page-content .literature-container a:not(.button) {
    border: none;
}
.literature-container .date {
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 30px;
}
.literature-container .icon {
    margin-right: 10px;
}
.literature-container .size {
    font-size: 1rem;
    opacity: 0.6;
    margin-left: 5px;
}
.inner-page .content p {
    margin: 0 0 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: justify;
}
.inner-page .content {
    padding-bottom: 150px;
}
.about { overflow-x: hidden; height: auto; }
.about .content {
    padding-bottom: 0;
}
.about-image.medium-12 {
    max-width: 1400px;
    margin: auto;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#publications h3 {
    color: #aaa;
    margin: 30px 0;
}
.publication-item {
    line-height: 1.3;
    margin-bottom: 25px;
}
.publication-item .authors {
    font-weight: bold;
}
.detail .title {
    font-size: 1.7rem;
    margin-bottom: 30px;
}
.detail .authors {
    font-size: 1.1rem;
    margin-bottom: 30px;
    font-weight: normal;
}
.detail .publication {
    margin-bottom: 30px;
    font-weight: bold;
}

@media screen and (max-width: 640px) {
.publication-item {
    font-size: 0.8rem;
}
.detail .title {
    font-size: 1.15rem;
    margin-top: 20px;
    margin-bottom: 20px;
}
.detail .authors {
    margin-bottom: 15px;
}
}
.icon-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.twitter-feed svg {
    height: auto;
    padding: 0 0 20px 24px;
    width: 85px;
}
.tweets__item {
    padding: 0 25px;
}
.tweets__item p {
    font-size: 18px;
    color: #4d4d4d;
}
.page-footer {
    background: #333333;
    padding: 60px 0;
    color: #999;
}
.page-footer a {
    color: #fff;
}
.page-footer__contact-info {
    color: #999;
}
.page-footer__contact-info .icon-list__item {
    font-size: 14px;
}
.page-footer .page-footer__contact-info a {
    color: #999;
}
.page-footer__content {
    max-width: 1386px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem 0.625rem;
}
.page-footer__footer-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
}
.page-footer__footer-menu > div > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
}
.page-footer__footer-menu > div > ul > li {
    padding: 20px 40px;
    width: 100%;
}
.page-footer__footer-menu > div > ul > li > a {
    text-transform: uppercase;
    font-weight: 500;
}
.page-footer__footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 30em) {
.page-footer__footer-menu > div > ul > li {
    width: auto;
}
}

@media screen and (max-width: 39.9375em) {
.page-footer__content {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}
.page-footer__contact-info {
    padding: 0 40px;
}
}

@media screen and (min-width: 67.5em) {
.page-footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.page-footer__footer-menu {
    width: auto;
}
.page-footer__footer-menu > div > ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}
.page-footer__menu--patients > a {
    color: #28bfda;
}
.page-footer__menu--partners > a {
    color: #b91135;
}
.page-footer__menu--investors > a {
    color: #f04639;
}
.social-footer {
    background: #e5e5e5;
    color: #666;
    font-weight: 500;
}
.social-footer .page-footer__content {
    height: 75px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.social-footer ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-footer__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.social-footer__menu a {
    padding: 0 15px;
    display: block;
    font-weight: 500;
}
.social-footer__copyright {
    padding-left: 30px;
}
.social-footer__social-menu a {
    font: 0/0 a;
    display: block;
    color: transparent;
    margin-right: 20px;
}
.social-footer__social-menu a::before {
    content: '';
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: 50% 50%;
    display: block;
}
.social-footer__social-menu .facebook a::before {
    background-image: url('../_images/template/icon-facebook.svg');
}
.social-footer__social-menu .twitter a::before {
    background-image: url('../_images/template/icon-twitter.svg');
}
.social-footer__social-menu .youtube a::before {
    background-image: url('../_images/template/icon-youtube.svg');
}
.icon-list__item {
    padding: 4px 0 4px 30px;
    line-height: 1.1;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.icon-list__item svg {
    max-width: 18px;
    max-height: 18px;
    position: absolute;
    top: 4px;
    left: 0;
}
.icon-list__item--address svg {
    left: 5px;
}
.icon-list__item--phone svg {
    left: 1px;
}
.stock-listing {
    color: #fff;
    height: 107px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 175px;
    padding: 25px 20px;
}
.stock-listing svg {
    width: 30px;
    height: 40px;
    fill: #fff;
}

@media screen and (min-width: 76.25em) {
.stock-listing {
    background: #fff;
    margin-left: 8px;
    color: #4f545c;
}
.stock-listing svg {
    fill: #4f545c;
}
}
.stock-symbol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
}
.stock-listing__labels {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    font-size: 16px;
}
.stock-symbol__name, .stock-symbol__symbol {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 50%;
}
.stock-symbol__name {
    padding-right: 10px;
}
.stock-symbol__symbol {
    font-weight: 600;
}
.home-feature-spotlight {
    margin: 200px 0 120px;
}
.home-feature-spotlight__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0 0.625rem;
}
.home-feature-spotlight__content {
    max-width: 400px;
    padding: 130px 0;
}
.home-feature-spotlight__title {
    font-size: 3.5rem;
    margin: 0;
    line-height: 1;
}
.home-feature-spotlight__text {
    font-size: 2.5rem;
    margin: 20px 0 50px;
    line-height: 1;
}
.home-feature-spotlight__byline {
    text-transform: uppercase;
    color: #cf9895;
    font-weight: 600;
    margin-bottom: 35px;
    font-size: 18px;
}
.home-feature-spotlight__description {
    font-size: 20px;
    margin-bottom: 40px;
    line-height: 1.4;
}
.home-feature-spotlight__button {
    border: 2px solid #cf9895;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #cf9895;
    padding: 6px 30px 8px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 600;
}
.home-updates {
    margin-bottom: 150px;
}
.home-updates__twitter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 33.75em) {
.home-updateshome-updates__twitter {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
}
.home-updates .button a {
    color: #1fc0da;
}
.home-updates__twitter .tweet {
    max-width: 250px;
}
.home-updates .button {
    background: none;
    float: right;
    font-size: 1.3rem;
    border: 1px solid #1fc0da;
    margin-top: 30px;
    padding: 10px 20px;
}
.blog-post:not(.blog-post--details) {
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.blog-post__date {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.blog-post__text {
    padding-top: 20px;
}
.blog-post--details .blog-post__date {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#nextpage, #previouspage {
    margin: 20px;
    border: none;
    color: #1fc0da;
    font-weight: 600;
    text-transform: uppercase;
}
.inner-page.page-content .pagination-wrapper a {
    border: 1px solid #1fc0da;
    padding: 0px 8px;
    margin: 0 2px;
    color: #1fc0da;
    font-weight: 400;
}
.pagination-wrapper {
    margin: 20px 0 100px;
    float: left;
    font-size: 1rem;
    font-weight: 600;
}

@media screen and (min-width: 600px) {
.blog-post:not(.blog-post--details) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
}
.blog-post__date {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.blog-post__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 375px;
}
.blog-post__text {
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
    padding-left: 20px;
    padding-top: 0;
}
}

@media screen and (min-width: 50em) {
.blog-post__text {
    padding-left: 45px;
}
}
.blog-post__type {
    font-size: 18px;
    color: #cccccc;
    font-weight: 600;
    text-transform: uppercase;
}
.blog-post__title {
    color: #1fc0da;
    margin: 25px 0 10px;
    font-size: 1.5rem;
    line-height: 1.2;
}
.blog-post__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}
.blog-post__date span {
    margin-left: 10px;
    text-transform: none;
    font-weight: normal;
}
.home .blog-post__date span {
    display: none;
}
.blog-post__date-icon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.blog-post__excerpt {
    margin-top: 20px;
    line-height: 1.4;
}
.tweet {
    margin-bottom: 60px;
}
.tweet p {
    margin: 0;
    font-size: 1.1rem;
    line-height: 1.5;
}
.tweet p a {
    color: #1fc0da;
}
.tweet .tweet__date {
    margin: 20px 0 0;
    color: #cbcbcb;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.tweet__date::before {
    content: '';
    background: url('../_images/template/icon-twitter.svg') no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    width: 25px;
    height: 20px;
    margin-right: 10px;
}
.pipeline-products {
    border-bottom: 5px solid #e5e5e5;
    padding: 0 0 50px;
    margin-bottom: 50px;
}
.pipeline-products:last-child {
    border: none;
}
.pipeline-row__label {
    color: #b4b4b4;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    padding: 0 5px;
}
.pipeline-row {
    margin: 0 30px;
    padding: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: none !important;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pipeline-row__product-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 10px;
    position: relative;
    font-weight: 700;
    font-size: 1.1rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 10px;
}
.pipeline-row__product-name h2 {
    font-size: 2.25em;
    margin: 0 !important;
    color: #6e6e6e;
    font-weight: 500;
}
.pipeline-row__phases {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.pipeline-row__progress-bar {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 30px;
    background: #f1f1f1;
    position: relative;
    margin-top: 10px;
}
.pipeline-row__progress-bar::before, .pipeline-row__progress-bar::after {
    content: '';
    background: #fff;
    height: 100%;
    width: 3px;
    position: absolute;
    top: 0;
    z-index: 10;
}
.pipeline-row__progress-bar::before {
    left: 33.333%;
}
.pipeline-row__progress-bar::after {
    left: 66.666%;
}
.pipeline-row__progress {
    background: #ef4638;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 30px;
    position: absolute;
    left: 0;
    z-index: 1;
}
.pipeline-products--prototypes .pipeline-row__progress {
    background: #1fc0da;
}
.pipeline-row__highlights {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-weight: 600;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: none;
    position: relative;
}
.pipeline-products .pipeline-row__highlights {
    display: block;
}
a .pipeline-row__product-name, a .pipeline-row__highlights {
    color: #6e6e6e;
}
.pipeline-products .pipeline-row__highlights::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ef4638;
    margin: 3px 10px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.pipeline-products--prototypes .pipeline-row__highlights::before {
    background: #1fc0da;
}
a.pipeline-row .pipeline-row__product-name::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19.5px 0 19.5px 19px;
    border-color: transparent transparent transparent #ef4638;
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -20px;
}
a.pipeline-row .pipeline-row__product-name::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 9px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -9px;
}
a.pipeline-row--active .pipeline-row__product-name::before {
    border-width: 19px 19.5px 0 19.5px;
    border-color: #ef4638 transparent transparent transparent;
    left: -46px;
    margin-top: -10px;
}
a.pipeline-row--active .pipeline-row__product-name::after {
    border-width: 9px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    left: -36px;
    margin-top: -10px;
}
.pipeline-products--prototypes a.pipeline-row .pipeline-row__product-name::before {
    border-left-color: #1fc0da;
}
.pipeline-products--prototypes a.pipeline-row--active .pipeline-row__product-name::before {
    border-top-color: #1fc0da;
    border-left-color: transparent;
}
.pipeline-details {
    margin: 0 40px;
    border: 1px solid #e5e5e5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.pipeline-details:last-child {
    border: none;
}
.pipeline-details--active:last-child {
    border: 1px solid #e5e5e5;
}
.pipeline-details--active {
    max-height: 100vh;
}
.pipeline-details p {
    padding: 0 20px;
    max-width: 500px;
    margin: 0;
    line-height: 1.4;
    font-size: 20px;
}
.pipeline-details .button {
    background: #ef4638;
    padding: 0.5rem 3rem 0.6rem 1.5rem;
    font-size: 1.5rem;
}
.pipeline-products--prototypes .pipeline-details .button {
    background: #1fc0da;
}

@media screen and (min-width: 450px) {
.pipeline-row__product-name {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 190px;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
}
}

@media screen and (min-width: 480px) {
.pipeline-row__highlights {
    padding-left: 50px;
}
.pipeline-products .pipeline-row__highlights::before {
    left: 30px;
}
.pipeline-row__product-name {
    padding: 0 20px;
}
}

@media screen and (min-width: 780px) {
.pipeline-row__highlights {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    display: block;
}
.pipeline-row__phases {
    margin-top: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.pipeline-details {
    flex-direction: row;
}
}

@media screen and (min-width: 890px) {
.pipeline-row {
    margin-left: 70px;
}
.pipeline-details {
    margin: 0 90px;
}
.a.pipeline-row .pipeline-row__product-name::before, a.pipeline-row .pipeline-row__product-name::after {
    left: -26px;
}
a.pipeline-row.pipeline-row--active .pipeline-row__product-name::after {
    left: -36px;
}
}

@media screen and (min-width: 1000px) {
.pipeline-row__product-name {
    -webkit-flex-basis: 275px;
    -ms-flex-preferred-size: 275px;
    flex-basis: 275px;
}
}
.responsive-embed {
    position: relative;
    height: 0;
    margin-bottom: 1rem;
    padding-bottom: 75%;
    overflow: hidden;
}
.responsive-embed iframe, .responsive-embed object, .responsive-embed embed, .responsive-embed video, .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product-details, .narrow-content {
    max-width: 930px;
    margin: 0 auto;
}
.product-details__about {
    padding: 90px 20px;
}
.product-details__name {
    margin: 0;
    font-size: 4.5rem;
    color: #6e6e6e;
    font-weight: 500;
    line-height: 1;
}
.dermaprecise .product-details__name {
    font-size: 2.5rem;
}
.product-details__indication {
    margin: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #6e6e6e;
    font-weight: 500;
}
.product-details__indication span {
    text-transform: none;
    font-size: 1.875rem;
    font-weight: normal;
    color: #ef4638;
}
.product-details-status {
    background: #ef4638;
    text-align: center;
}
.product-details-status__image {
    margin-top: -65px;
}
.product-details-status__text {
    padding-top: 65px;
    padding-bottom: 80px;
    color: #fff;
}
.product-details-status__title {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 300;
    margin: 0;
}
.product-details-status__heading {
    text-transform: uppercase;
    opacity: 0.6;
    color: #fff;
    margin-top: 30px;
}
.product-details-status__text p {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
}
.product-details-status__highlights {
    margin-top: 10px;
}
.product-details-status__highlights, .product-details-status__highlights p {
    font-size: 18px;
    line-height: 1.4;
    padding: 0 30px;
}

@media screen and (min-width: 40.063em) {
.product-details-status {
    text-align: left;
}
}
.clinical-data {
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
}
.clinical-data__title {
    color: #ef4638;
    font-size: 2.75rem;
    font-weight: 300;
    margin: 0 0 40px;
}
.slick-initialized .clinical-data__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 1100px;
}
.clinical-data__name {
    font-size: 1.5rem;
    color: #6e6e6e;
    text-transform: uppercase;
}
.clinical-data__description {
    line-height: 1.4;
    color: #6e6e6e;
    font-size: 1.25rem;
    margin: 0;
}
.clinical-data__description p {
    font-size: 1.2rem;
    line-height: 1.5;
}

@media screen and (min-width: 700px) {
.clinical-data {
    padding: 100px;
}
.slick-initialized .clinical-data__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
/*    max-height: 650px;*/
}
.clinical-data__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
.clinical-data__image {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 420px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
}
.product-detail-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto 150px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-detail-links__item {
    display: block;
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding: 0 5px;
    max-width: 380px;
    margin-bottom: 10px;
}
.product-detail-links__item::before {
    content: '';
    background-blend-mode: multiply;
    background: rgba(0,0,0,0.5);
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.product-detail-links__text {
    font-size: 1.7rem;
    margin-top: -0.5rem;
    color: #fff;
    font-weight: 300;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.product-detail-links__item:hover {
    opacity: 1;
}
.product-detail-links__item:hover::before {
    opacity: 0;
}

@media screen and (min-width: 480px) {
.product-detail-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1170px;
}
.product-detail-links__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 100%;
}
.product-detail-links__item--presentations {
    margin-top: 75px;
}
.product-detail-links__item--news {
    margin-top: 20px;
}
}

@media screen and (min-width: 850px) {
.product-detail-links__text {
    font-size: 2.125rem;
    margin-top: -1.0625rem;
}
}
.product-trial {
    display: block;
    text-align: center;
    padding: 70px 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}
.product-trial__text {
    border: 2px solid #fff;
    padding: 20px 50px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    max-width: 90%;
}

@media screen and (min-width: 500px) {
.product-trial__text {
    padding: 30px 80px;
}
}

@media screen and (min-width: 650px) {
.product-trial__text {
    padding: 45px 100px;
    font-size: 2.5rem;
}
}

@media screen and (min-width: 790px) {
.product-trial__text {
    padding: 45px 145px;
}
}
.team {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.team--executives::before {
    content: '';
    width: 90%;
    max-width: 810px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1px;
    background: #e5e5e5;
}
.team__title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 28px;
    text-transform: uppercase;
    margin: 0;
    padding-top: 80px;
    text-align: center;
}
.team--executives .team__title {
    color: #ef4638;
}

.team--advisors {
    margin-bottom: 4rem;
}

.team--advisors .team__title,
.team--advisors .bio__title{
    color: #ef4638;
}

.team--advisors .team__bio{
    background-color: #ef4638;
}

.team--executive-committee .team__title,
.team--executive-committee .bio__title {
    color: rgba(183 , 17, 56, 1);
}

.team--executive-committee .team__bio {
    background-color: rgba(183 , 17, 56, 1);
}


.team--board .team__title {
    color: #1fc0da;
}
.bio {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    -ms-flex: 1 1 auto;
    padding: 60px 0;
    max-width: 210px;
}
.bio__headshot {
    text-align: center;
    overflow: hidden;
}
.bio__name {
    font-size: 1.25rem;
    margin: 25px 0 10px;
    font-weight: normal;
    text-align: center;
}
.bio__title {
    font-size: 1rem;
    color: #ef4638;
    margin: 0;
    font-weight: bold;
    text-align: center;
}
.team--board .bio__title {
    color: #1fc0da;
}
.bio__description {
    display: none;
}
.about-content {
    padding: 80px 0 100px;
}
.about-content__title {
    font-size: 40px;
    font-weight: 300;
    margin: 0;
    line-height: 1;
}

@media screen and (min-width: 850px) {
.about-content__title {
    font-size: 60px;
}
}
.about-content__text {
    font-size: 22px;
}
.team__bio {
    position: relative;
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.team__bio::before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 47px 46.5px 0 46.5px;
    border-color: #fff transparent transparent transparent;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -47px;
}
.team__bio-name {
    color: #fff;
    font-size: 24px;
    margin: 0;
    text-align: center;
    font-weight: 300;
}
.team__bio-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.team__bio-content {
    max-width: 1140px;
    padding: 120px 80px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}
.team__bio--embedded.team__bio--active {
    max-height: 2000px;
    visibility: visible;
}
.team__bio-content p {
    font-size: 18px;
    text-align: justify;
}
.team--executives .team__bio {
    background: #ef4638;
}
.team--board .team__bio {
    background: #1fc0da;
}
.team__bio-close {
    position: absolute;
    top: 70px;
    right: 50px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.team__bio-close::before, .team__bio-close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
}
.team__bio-close::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.team__bio-close::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.team {
    max-width: 1400px;
    margin: auto;
}
.bio__headshot img {
    filter: grayscale(1);
}

@media screen and (min-width: 800px) {
.team {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.team__title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.bio {
    -ms-flex: 0 0 20%;
}

.bio__headshot img {
    width: 100%;
}
.bio__headshot {
    height: 0;
    padding-bottom: 100%;
}
.bio--active .team__bio {
    max-height: 0;
}
.team__bio--embedded {
    display: none;
}
.team__bio--active {
    max-height: 1000px;
    visibility: visible;
}
}

@media screen and (min-width: 900px) {
.blog-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
}
.blog-container .post-list {
    -webkit-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding-right: 50px;
}
.blog-container .side-panel {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
}
}
.blog-container .side-panel h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 40px 0 20px;
}
.blog-container .blogpostcategories ul {
    list-style: none;
    margin: 0;
}
.blog-container .blogpostcategories a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 12px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5 !important;
    color: #4f545c;
}
.blog-container .blogpostcategories a span {
    padding-left: 4px;
    display: inline-block;
}
.blog-container .blogpostcategories a::before {
    content: '';
    width: 20px;
    text-align: center;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 18px;
}
.blog-container .blogpostcategories a[title="Events"]::before {
    background-image: url('../_images/template/icon-events.svg');
    height: 16px;
}
.blog-container .blogpostcategories a[title="As Seen In"]::before {
    background-image: url('../_images/template/icon-media.svg');
    height: 18px;
}
.blog-container .blogpostcategories a[title="Press Release"]::before {
    background-image: url('../_images/template/icon-pressrelease.svg');
    height: 14px;
}
.blog-container .BlogTagList ul {
    margin-top: 0;
}
.blog-container .BlogPostArchive ul {
    margin-top: 0;
    margin-bottom: 0;
}
.blog-post--details .post-title {
    font-weight: 300;
    color: #1fc0da;
    font-size: 26px;
    margin: 20px 0;
}
.blog-post--details .blog-post__image {
    text-align: center;
    padding-top: 30px;
    max-width: 100%;
}
.video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    width: 100%;
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#video-gallery .filters li a, .album-filters .filters li a {
    background: #bbb;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
.blog-filters__year .filters li a {
    color: white;
}
#video-gallery .filters li a:hover, .album-filters .filters li a:hover {
    background: #bda330;
}
#video-gallery {
    margin-top: 60px;
}
#video-gallery #video-gallery-container::after, #video-gallery #video-gallery-container::before {
    content: "";
    display: table;
}
#video-gallery #video-gallery-container::after {
    clear: both;
}
#video-gallery #video-gallery-container {
    margin-bottom: 50px;
}
#video-gallery #video-gallery-container .video-container {
    float: left;
    height: auto;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 480px) {
#video-gallery #video-gallery-container .video-container {
    width: 50%;
}
}

@media screen and (min-width: 640px) {
#video-gallery #video-gallery-container .video-container {
    width: 33.3333%;
}
}

@media screen and (min-width: 800px) {
#video-gallery #video-gallery-container .video-container {
    width: 25%;
}
}
#video-gallery #video-gallery-container .video-container:hover .mask {
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out 0s;
    -o-transition: opacity 0.25s ease-in-out 0s;
    transition: opacity 0.25s ease-in-out 0s;
}
#video-gallery #video-gallery-container .video-container .mask {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(30,30,30, 0.7) none repeat scroll 0 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    bottom: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    left: 5px;
    opacity: 1;
    padding: 0 20px;
    position: absolute;
    right: 5px;
    text-decoration: none;
    top: 5px;
}
#video-gallery #video-gallery-container .video-container .mask h3 {
    color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 17px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center;
    line-height: 1;
}
#video-gallery #video-gallery-container .video-container .mask small {
    color: #f0f0f0;
    display: none;
    font-size: 15px;
    font-style: italic;
    position: relative;
    top: 35%;
}
#video-gallery #video-gallery-container .video-container .mask .vid-time {
    bottom: 7%;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    left: 84%;
    position: absolute;
}
#video-gallery #video-gallery-container .video-container .mask::before {
    content: '';
    background: rgba(0, 0, 0, 0) url("../_images/template/video-play.png") no-repeat scroll 0 0;
    height: 80px;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    width: 80px;
    z-index: 100;
}
.reveal-modal-bg {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}
.reveal-modal {
    background-color: white;
    border: 1px solid #666666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    display: none;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-width: 1024px;
    position: absolute;
    right: 0;
    top: 50px;
    visibility: hidden;
    width: 90%;
    z-index: 999;
}
.reveal-modal .column, .reveal-modal .columns {
    min-width: 0;
}
.reveal-modal > *:first-child {
    margin-top: 0;
}
.reveal-modal > *:last-child {
    margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
    background: #000 none repeat scroll 0 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 1.375em;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 20px;
}

@media only screen and (min-width: 768px) {
.reveal-modal {
    top: 6.25em;
}
}
.reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
}
.reveal-modal.small {
    margin-left: -20%;
    width: 40%;
}
.reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
}
.reveal-modal.large {
    margin-left: -35%;
    width: 70%;
}
.reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
}

@media print {
.reveal-modal {
    background: white none repeat scroll 0 0 !important;
}
}
.flex-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 67.5%;
    position: relative;
}
.flex-video.widescreen {
    padding-bottom: 57.25%;
}
.flex-video.vimeo {
    padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#filters_container {
    display: none;
}

@media screen and (max-width: 40.063em) {
.video-wrap {
    float: none !important;
    padding: 0 0 10px !important;
    width: 100% !important;
}
}
.page-content .tabs-menu {
    height: 30px;
    float: left;
    clear: both;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
}
.page-content .tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 3px;
    background-color: #333333;
}
.tabs-menu li.current {
    position: relative;
    background-color: #ef4638;
    z-index: 5;
}
.tabs-menu li a {
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border: none !important;
}
.page-content .tabs-menu .current a {
    color: #ffffff;
}
.page-content .tab {
    border-top: 5px solid #ef4638;
    background-color: #f0f0f0;
    float: left;
    margin-bottom: 20px;
    width: 100%;
    clear: both;
}
.page-content .tab-content {
    padding: 20px;
    display: none;
}
.page-content .tab-content p {
    text-align: center;
}
.page-content #tab-1 {
    display: block;
}
.tab-content td, .tab-content th {
    padding: 5px;
}
.tab-content td:nth-child(even) {
    background: #f0f0f0;
}
.tab-content th {
    background: #ef4638;
    color: #fff;
}
.financial-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #dedede;
}
.financial-row--header {
    color: #dd002a;
}
.financial-row__name {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 15px;
    font-size: 1.3rem;
    font-weight: 500;
}
.financial-row .literature-container .size {
    display: none;
}
.financial-row__fs, .financial-row__mda, .financial-row__form20f {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    text-align: center;
    padding: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f04639;
}
.inner-page .financial-row .literature-container {
    font: 0/0 a;
    color: transparent;
    margin: 0;
    text-align: center;
    border: none;
    padding: 0
}
.financial-row .literature-container .name {
    display: none;
}
.faq-question {
    border-bottom: 1px solid #e5e5e5;
}
.faq-question--open .faq-question__question a {
    color: #28bfda;
}
.faq-question--open {
    padding-bottom: 40px;
}
.faq-question__question a {
    font-size: 25px;
    color: #4e555d;
    border: none !important;
    padding: 25px 0 25px 30px;
    position: relative;
    display: block;
}
.faq-question__question a::before, .faq-question__question a::after {
    content: '';
    position: absolute;
    background-color: #4e555d;
}
.faq-question--open .faq-question__question a::before, .faq-question--open .faq-question__question a::after {
    background-color: #28bfda;
}
.faq-question__question a::before {
    width: 12px;
    height: 2px;
    left: 3px;
    top: 50%;
    margin-top: -1px;
}
.faq-question__question a::after {
    width: 2px;
    height: 12px;
    left: 8px;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.faq-question--open .faq-question__question a::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}
.faq-question__answer {
    padding: 0 15px 0 25px;
    font-size: 18px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.faq-question--open .faq-question__answer {
    max-height: 800px;
}
/*! Lity - v2.2.2 - 2017-07-17
* http://sorgalla.com/lity/
* Copyright (c) 2015-2017 Jan Sorgalla; Licensed MIT */
.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lity-loading .lity-content,  .lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
 .lity-close::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.lity-close:hover,  .lity-close:focus,  .lity-close:active,  .lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.lity-close:active {
    top: 1px;
}
/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
/* iFrame */
.lity-iframe .lity-container,  .lity-youtube .lity-container,  .lity-vimeo .lity-container,  .lity-facebookvideo .lity-container,  .lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}
.patients__content {
    max-width: 720px;
    margin-left: auto;
    margin-bottom: 100px;
}
.patients__content h2 {
    text-transform: uppercase;
    font-size: 26px;
    color: #28bfda;
    margin: 0 0 30px;
}
.signup-form {
    background: #28bfda;
    padding: 50px 0;
}
.signup-form__content {
    max-width: 1386px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0.625rem;
}
.signup-form__icon, .signup-form__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.signup-form__button .button {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 3px solid #fff;
    color: #fff;
    padding: 10px 20px;
    line-height: 1;
    font-size: 18px;
    background: transparent;
    margin: 0;
}
.signup-form__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 680px;
    padding: 0 10px;
    margin-bottom: 20px;
}
.signup-form__input p {
    color: #fff;
    margin: 0;
    font-size: 12px;
}
.signup-form__input a {
    color: #fff;
}
.signup-form__input input {
    font-size: 18px;
    line-height: 1;
    padding: 10px 20px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
    height: 44px;
}

@media screen and (min-width: 480px) {
.signup-form__input {
    margin-bottom: 0;
}
.signup-form__content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
}

@media screen and (min-width: 800px) {
.signup-form__input {
    padding: 0 40px;
}
.signup-form__input input, .signup-form__button .button {
    font-size: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.signup-form__input input {
    height: 70px;
}
}
ul.sidenav {
    list-style: none;
    margin-top: 0;
}
.inner-page.page-content .sidenav a {
    display: block;
    border-bottom: 1px solid #ececec;
    padding: 17px 5px;
    font-size: 1.15rem;
    line-height: 1.2;
}
.sidenav > li:first-child a {
    padding: 0;
}
.page-content--sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.page-content__sidebar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}
.page-content__content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    padding: 0 20px;
}

@media screen and (min-width: 40.063em) {
.inner-page.page-content .sidenav a {
    max-width: 170px;
}
.page-content--sidebar {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}
.page-content__sidebar {
    padding-right: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.page-content__content {
    padding-left: 10px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
}
}
.chart-tabs {
    display: flex;
    list-style: none;
    margin: 0 0 20px;
    border-bottom: 1px solid #ddd;
    overflow: auto;
}
.chart-tabs__item {
    flex: 0 0 auto;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 4px 4px 0 0;
    line-height: 1;
    border: 1px solid transparent;
    margin-bottom: -1px;
}
.chart-tabs__item--active {
    border: 1px solid #ddd;
    border-bottom-color: #f0f0f0;
}
.chartjs-render-monitor {
    max-width: 110%;
}
input#mc-embedded-subscribe {
    margin: 0em 0em 2em 0%;
}
.mc-field-group.select {
    height: 7.55em;
}
#mce-MMERGE9-country, #mce-MMERGE3 {
    height: 4.15em;
}

@media screen and (max-width: 640px) {
.home-carousel .home-slide .home-slide__text-wrap .home-slide__text {
    align-items: flex-end;
}
.home-carousel .home-slide .home-slide__text-wrap h3 {
    font-size: 2rem !important;
}
.home-carousel .home-slide .home-slide__text-wrap h3 span {
    font-size: 3.5rem
}
}

@media screen and (max-width: 380px) {
.home-carousel .home-slide .home-slide__text-wrap h3 {
    font-size: 1.5rem !important;
}
.home-carousel .home-slide .home-slide__text-wrap h3 span {
    font-size: 2.5rem;
}
}

.home-carousel.slick-initialized.slick-slider {
	margin-top: 65px;
}

@media screen and (min-width: 76.250em) {
    /*1220px*/
 .home-carousel.slick-initialized.slick-slider {
	margin-top: 0;
}   
}
/*below 480px menu smaller*/
@media screen and (max-width: 425px) {

.top-bar {
  height: 50px;
}
.top-bar .title-area {
  height: 50px;
}
.top-bar .name {
  height: 50px;
}
.home-carousel.slick-initialized.slick-slider {
  margin-top: 50px;
}
}

@media screen and (max-width: 425px) {
.home .page-content .page-content__text h1 {
    font-size: 2.2rem !important;
}
.team__bio-content {
    padding-left: 30px;
    padding-right: 30px;
}
}

@media screen and (max-width: 768px) {
.social-footer .page-footer__content {
    height: fit-content;
    max-height: 150px;
}
.social-footer__right {
    flex-direction: column;
}
.social-footer__copyright {
    padding: 0;
}
.social-footer__menu {
    padding: 1rem 0;
}
.product-details__name {
    font-size: 3.5rem;
}
.product-details__indication {
    font-size: 1rem;
}
.product-details__indication span {
    font-size: 1.4rem;
}
}
.page-content__content h2 {
    font-size: 1.25rem;
}

@media screen and (min-width: 642px) {
.product-details-status__highlights,  .product-details-status__highlights p {
    padding: 0
}
}
.page-content--sidebar ul {
    font-size: 1rem;
}
.disclaimer {
    clear: left;
    padding-bottom: 1em;
}
.disclaimer em {
    font-weight: 600;
    font-style: normal;
}
/*pagination*/
div.pagination {
    margin: 20px 0 100px;
    float: left;
    font-size: 1rem;
    font-weight: 600;
}
.pagination a {
    border: 1px solid #1fc0da;
    padding: 0px 8px;
    margin: 0 2px;
    color: #1fc0da;
    font-weight: 400;
}
.pagination .active a {
    color: inherit;
    font-weight: bold;
    border: none;
    vertical-align: middle;
}
div.pagination {
    margin: 20px 0 100px;
    float: left;
    font-size: 1rem;
    font-weight: 600;
}
.pagination .next a {
    border: none;
    font-weight: bold;
    text-transform: uppercase;
}
.pagination ul {
    display: flex;
    list-style: none;
}
.signup-form {
    display: none;
}
@media and screen (max-width: 42.500em ){
a.home-feature-item {
    display: block;
}
}



/*

███████╗███╗   ██╗██████╗      ██████╗███████╗███████╗
██╔════╝████╗  ██║██╔══██╗    ██╔════╝██╔════╝██╔════╝
█████╗  ██╔██╗ ██║██║  ██║    ██║     ███████╗███████╗
██╔══╝  ██║╚██╗██║██║  ██║    ██║     ╚════██║╚════██║
███████╗██║ ╚████║██████╔╝    ╚██████╗███████║███████║
╚══════╝╚═╝  ╚═══╝╚═════╝      ╚═════╝╚══════╝╚══════╝
                                                      

*/
