@charset "UTF-8";
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700,900");
.fancybox-enabled {
overflow: hidden; }
.fancybox-enabled body {
overflow: visible;
height: 100%; }
.fancybox-container {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 99993;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; } .fancybox-container ~ .fancybox-container {
z-index: 99992; }
.fancybox-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: #0f0f11;
opacity: 0;
transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fancybox-container--ready .fancybox-bg {
opacity: 0.87;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }
.fancybox-controls {
position: absolute;
top: 0;
left: 0;
right: 0;
text-align: center;
opacity: 0;
z-index: 99994;
transition: opacity .2s;
pointer-events: none;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
direction: ltr; }
.fancybox-show-controls .fancybox-controls {
opacity: 1; }
.fancybox-infobar {
display: none; }
.fancybox-show-infobar .fancybox-infobar {
display: inline-block;
pointer-events: all; }
.fancybox-infobar__body {
display: inline-block;
width: 70px;
line-height: 44px;
font-size: 13px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
text-align: center;
color: #ddd;
background-color: rgba(30, 30, 30, 0.7);
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
-webkit-font-smoothing: subpixel-antialiased; }
.fancybox-buttons {
position: absolute;
top: 0;
right: 0;
display: none;
pointer-events: all; }
.fancybox-show-buttons .fancybox-buttons {
display: block; }
.fancybox-slider-wrap {
overflow: hidden;
direction: ltr; }
.fancybox-slider-wrap,
.fancybox-slider {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 0;
margin: 0;
z-index: 99993;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-tap-highlight-color: transparent; }
.fancybox-slide {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow: auto;
outline: none;
white-space: normal;
box-sizing: border-box;
text-align: center;
z-index: 99994;
-webkit-overflow-scrolling: touch; }
.fancybox-slide::before {
content: '';
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0; }
.fancybox-slide > * {
display: inline-block;
position: relative;
padding: 24px;
margin: 44px 0 44px;
border-width: 0;
vertical-align: middle;
text-align: left;
background-color: #fff;
overflow: auto;
box-sizing: border-box; }
.fancybox-slide--image {
overflow: hidden; }
.fancybox-slide--image::before {
display: none; }
.fancybox-content {
display: inline-block;
position: relative;
margin: 44px auto;
padding: 0;
border: 0;
width: 80%;
height: calc(100% - 88px);
vertical-align: middle;
line-height: normal;
text-align: left;
white-space: normal;
outline: none;
font-size: 16px;
font-family: Arial, sans-serif;
box-sizing: border-box;
-webkit-tap-highlight-color: transparent;
-webkit-overflow-scrolling: touch; }
.fancybox-iframe {
display: block;
margin: 0;
padding: 0;
border: 0;
width: 100%;
height: 100%;
background: #fff; }
.fancybox-slide--video .fancybox-content,
.fancybox-slide--video .fancybox-iframe {
background: transparent; }
.fancybox-placeholder {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
border: 0;
z-index: 99995;
background: transparent;
cursor: default;
overflow: visible;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
background-size: 100% 100%;
background-repeat: no-repeat;
-webkit-backface-visibility: hidden;
backface-visibility: hidden; }
.fancybox-image,
.fancybox-spaceball {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
border: 0;
max-width: none;
max-height: none;
background: transparent;
background-size: 100% 100%; }
.fancybox-controls--canzoomOut .fancybox-placeholder {
cursor: -webkit-zoom-out;
cursor: zoom-out; }
.fancybox-controls--canzoomIn .fancybox-placeholder {
cursor: -webkit-zoom-in;
cursor: zoom-in; }
.fancybox-controls--canGrab .fancybox-placeholder {
cursor: -webkit-grab;
cursor: grab; }
.fancybox-controls--isGrabbing .fancybox-placeholder {
cursor: -webkit-grabbing;
cursor: grabbing; }
.fancybox-spaceball {
z-index: 1; }
.fancybox-tmp {
position: absolute;
top: -9999px;
left: -9999px;
visibility: hidden; }
.fancybox-error {
position: absolute;
margin: 0;
padding: 40px;
top: 50%;
left: 50%;
width: 380px;
max-width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
background: #fff;
cursor: default; }
.fancybox-error p {
margin: 0;
padding: 0;
color: #444;
font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }
.fancybox-close-small {
position: absolute;
top: 0;
right: 0;
width: 44px;
height: 44px;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
outline: none;
background: transparent;
z-index: 10;
cursor: pointer; }
.fancybox-close-small:after {
content: '×';
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
color: #888;
font-weight: 300;
text-align: center;
border-radius: 50%;
border-width: 0;
background: #fff;
transition: background .2s;
box-sizing: border-box;
z-index: 2; }
.fancybox-close-small:focus:after {
outline: 1px dotted #888; }
.fancybox-slide--video .fancybox-close-small {
top: -36px;
right: -36px;
background: transparent; }
.fancybox-close-small:hover:after {
color: #555;
background: #eee; } .fancybox-caption-wrap {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 60px 30px 0 30px;
z-index: 99998;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box;
background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
opacity: 0;
transition: opacity .2s;
pointer-events: none; }
.fancybox-show-caption .fancybox-caption-wrap {
opacity: 1; }
.fancybox-caption {
padding: 30px 0;
border-top: 1px solid rgba(255, 255, 255, 0.4);
font-size: 14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #fff;
line-height: 20px;
-webkit-text-size-adjust: none; }
.fancybox-caption a,
.fancybox-caption button {
pointer-events: all; }
.fancybox-caption a {
color: #fff;
text-decoration: underline; } .fancybox-button {
display: inline-block;
position: relative;
width: 44px;
height: 44px;
line-height: 44px;
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
cursor: pointer;
background: transparent;
color: #fff;
box-sizing: border-box;
vertical-align: top;
outline: none; }
.fancybox-button--disabled {
cursor: default;
pointer-events: none; }
.fancybox-infobar__body, .fancybox-button {
background: rgba(30, 30, 30, 0.6); }
.fancybox-button:hover {
background: rgba(0, 0, 0, 0.8); }
.fancybox-button::before,
.fancybox-button::after {
content: '';
pointer-events: none;
position: absolute;
border-color: #fff;
background-color: currentColor;
color: currentColor;
opacity: 0.9;
box-sizing: border-box;
display: inline-block; }
.fancybox-button--disabled::before,
.fancybox-button--disabled::after {
opacity: 0.5; }
.fancybox-button--left::after {
left: 20px;
top: 18px;
width: 6px;
height: 6px;
background: transparent;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.fancybox-button--right::after {
right: 20px;
top: 18px;
width: 6px;
height: 6px;
background: transparent;
border-top: solid 2px currentColor;
border-right: solid 2px currentColor;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.fancybox-button--left {
border-bottom-left-radius: 5px; }
.fancybox-button--right {
border-bottom-right-radius: 5px; }
.fancybox-button--close {
float: right; }
.fancybox-button--close::before, .fancybox-button--close::after {
content: '';
display: inline-block;
position: absolute;
height: 2px;
width: 16px;
top: calc(50% - 1px);
left: calc(50% - 8px); }
.fancybox-button--close::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg); }
.fancybox-button--close::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg); } .fancybox-loading {
border: 6px solid rgba(100, 100, 100, 0.4);
border-top: 6px solid rgba(255, 255, 255, 0.6);
border-radius: 100%;
height: 50px;
width: 50px;
-webkit-animation: fancybox-rotate .8s infinite linear;
animation: fancybox-rotate .8s infinite linear;
background: transparent;
position: absolute;
top: 50%;
left: 50%;
margin-top: -25px;
margin-left: -25px;
z-index: 99999; }
@-webkit-keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fancybox-rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
to {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } } @media all and (max-width: 800px) {
.fancybox-controls {
text-align: left; }
.fancybox-button--left,
.fancybox-button--right,
.fancybox-buttons button:not(.fancybox-button--close) {
display: none !important; }
.fancybox-caption {
padding: 20px 0;
margin: 0; } } .fancybox-button--fullscreen::before {
width: 15px;
height: 11px;
left: 15px;
top: 16px;
border: 2px solid;
background: none; } .fancybox-button--play::before {
top: 16px;
left: 18px;
width: 0;
height: 0;
border-top: 6px inset transparent;
border-bottom: 6px inset transparent;
border-left: 10px solid;
border-radius: 1px;
background: transparent; }
.fancybox-button--pause::before {
top: 16px;
left: 18px;
width: 7px;
height: 11px;
border-style: solid;
border-width: 0 2px 0 2px;
background: transparent; } .fancybox-button--thumbs span {
font-size: 23px; }
.fancybox-button--thumbs::before {
top: 20px;
left: 21px;
width: 3px;
height: 3px;
box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
right: 220px; }
.fancybox-thumbs {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: auto;
width: 220px;
margin: 0;
padding: 5px 5px 0 0;
background: #fff;
z-index: 99993;
word-break: normal;
-webkit-overflow-scrolling: touch;
-webkit-tap-highlight-color: transparent;
box-sizing: border-box; }
.fancybox-thumbs > ul {
list-style: none;
position: absolute;
position: relative;
width: 100%;
height: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: auto;
font-size: 0; }
.fancybox-thumbs > ul > li {
float: left;
overflow: hidden;
max-width: 50%;
padding: 0;
margin: 0;
width: 105px;
height: 75px;
position: relative;
cursor: pointer;
outline: none;
border: 5px solid #fff;
border-top-width: 0;
border-right-width: 0;
-webkit-tap-highlight-color: transparent;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
box-sizing: border-box; }
li.fancybox-thumbs-loading {
background: rgba(0, 0, 0, 0.1); }
.fancybox-thumbs > ul > li > img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
min-height: 100%;
max-width: none;
max-height: none;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.fancybox-thumbs > ul > li:before {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 2px;
border: 4px solid #4ea7f9;
z-index: 99991;
opacity: 0;
transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
opacity: 1; } @media all and (max-width: 800px) {
.fancybox-thumbs {
display: none !important; }
.fancybox-container--thumbs .fancybox-controls,
.fancybox-container--thumbs .fancybox-slider-wrap,
.fancybox-container--thumbs .fancybox-caption-wrap {
right: 0; } }.image-replacement{text-indent:100%;white-space:nowrap;overflow:hidden}span.amp{font-family:Baskerville,Goudy Old Style,Palatino,Book Antiqua,serif!important;font-style:italic}.slide-in-down.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:translateY(-100%);transition-property:transform,opacity;backface-visibility:hidden}.slide-in-down.mui-enter.mui-enter-active{transform:translateY(0)}.slide-in-left.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:translateX(-100%);transition-property:transform,opacity;backface-visibility:hidden}.slide-in-left.mui-enter.mui-enter-active{transform:translateX(0)}.slide-in-up.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:translateY(100%);transition-property:transform,opacity;backface-visibility:hidden}.slide-in-up.mui-enter.mui-enter-active{transform:translateY(0)}.slide-in-right.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:translateX(100%);transition-property:transform,opacity;backface-visibility:hidden}.slide-in-right.mui-enter.mui-enter-active{transform:translateX(0)}.slide-out-down.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:translateY(0);transition-property:transform,opacity;backface-visibility:hidden}.slide-out-down.mui-leave.mui-leave-active{transform:translateY(100%)}.slide-out-right.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:translateX(0);transition-property:transform,opacity;backface-visibility:hidden}.slide-out-right.mui-leave.mui-leave-active{transform:translateX(100%)}.slide-out-up.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:translateY(0);transition-property:transform,opacity;backface-visibility:hidden}.slide-out-up.mui-leave.mui-leave-active{transform:translateY(-100%)}.slide-out-left.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:translateX(0);transition-property:transform,opacity;backface-visibility:hidden}.slide-out-left.mui-leave.mui-leave-active{transform:translateX(-100%)}.fade-in.mui-enter{transition-duration:.5s;transition-timing-function:linear;opacity:0;transition-property:opacity}.fade-in.mui-enter.mui-enter-active{opacity:1}.fade-out.mui-leave{transition-duration:.5s;transition-timing-function:linear;opacity:1;transition-property:opacity}.fade-out.mui-leave.mui-leave-active{opacity:0}.hinge-in-from-top.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateX(-90deg);transform-origin:top;transition-property:transform,opacity;opacity:0}.hinge-in-from-top.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-right.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateY(-90deg);transform-origin:right;transition-property:transform,opacity;opacity:0}.hinge-in-from-right.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-bottom.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateX(90deg);transform-origin:bottom;transition-property:transform,opacity;opacity:0}.hinge-in-from-bottom.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-left.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateY(90deg);transform-origin:left;transition-property:transform,opacity;opacity:0}.hinge-in-from-left.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-middle-x.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateX(-90deg);transform-origin:center;transition-property:transform,opacity;opacity:0}.hinge-in-from-middle-x.mui-enter.mui-enter-active{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-in-from-middle-y.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotateY(-90deg);transform-origin:center;transition-property:transform,opacity;opacity:0}.hinge-in-from-middle-y.mui-enter.mui-enter-active,.hinge-out-from-top.mui-leave{transform:perspective(2000px) rotate(0deg);opacity:1}.hinge-out-from-top.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform-origin:top;transition-property:transform,opacity}.hinge-out-from-top.mui-leave.mui-leave-active{transform:perspective(2000px) rotateX(-90deg);opacity:0}.hinge-out-from-right.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:right;transition-property:transform,opacity;opacity:1}.hinge-out-from-right.mui-leave.mui-leave-active{transform:perspective(2000px) rotateY(-90deg);opacity:0}.hinge-out-from-bottom.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:bottom;transition-property:transform,opacity;opacity:1}.hinge-out-from-bottom.mui-leave.mui-leave-active{transform:perspective(2000px) rotateX(90deg);opacity:0}.hinge-out-from-left.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:left;transition-property:transform,opacity;opacity:1}.hinge-out-from-left.mui-leave.mui-leave-active{transform:perspective(2000px) rotateY(90deg);opacity:0}.hinge-out-from-middle-x.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:center;transition-property:transform,opacity;opacity:1}.hinge-out-from-middle-x.mui-leave.mui-leave-active{transform:perspective(2000px) rotateX(-90deg);opacity:0}.hinge-out-from-middle-y.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:perspective(2000px) rotate(0deg);transform-origin:center;transition-property:transform,opacity;opacity:1}.hinge-out-from-middle-y.mui-leave.mui-leave-active{transform:perspective(2000px) rotateY(-90deg);opacity:0}.scale-in-up.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:scale(.5);transition-property:transform,opacity;opacity:0}.scale-in-up.mui-enter.mui-enter-active{transform:scale(1);opacity:1}.scale-in-down.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:scale(1.5);transition-property:transform,opacity;opacity:0}.scale-in-down.mui-enter.mui-enter-active,.scale-out-up.mui-leave{transform:scale(1);opacity:1}.scale-out-up.mui-leave{transition-duration:.5s;transition-timing-function:linear;transition-property:transform,opacity}.scale-out-up.mui-leave.mui-leave-active{transform:scale(1.5);opacity:0}.scale-out-down.mui-leave{transition-duration:.5s;transition-timing-function:linear;transform:scale(1);transition-property:transform,opacity;opacity:1}.scale-out-down.mui-leave.mui-leave-active{transform:scale(.5);opacity:0}.spin-in.mui-enter{transition-duration:.5s;transition-timing-function:linear;transform:rotate(-270deg);transition-property:transform,opacity;opacity:0}.spin-in.mui-enter.mui-enter-active,.spin-out.mui-leave{transform:rotate(0);opacity:1}.spin-out.mui-leave{transition-duration:.5s;transition-timing-function:linear;transition-property:transform,opacity}.spin-in-ccw.mui-enter,.spin-out.mui-leave.mui-leave-active{transform:rotate(270deg);opacity:0}.spin-in-ccw.mui-enter{transition-duration:.5s;transition-timing-function:linear;transition-property:transform,opacity}.spin-in-ccw.mui-enter.mui-enter-active,.spin-out-ccw.mui-leave{transform:rotate(0);opacity:1}.spin-out-ccw.mui-leave{transition-duration:.5s;transition-timing-function:linear;transition-property:transform,opacity}.spin-out-ccw.mui-leave.mui-leave-active{transform:rotate(-270deg);opacity:0}.slow{transition-duration:.75s!important}.fast{transition-duration:.25s!important}.linear{transition-timing-function:linear!important}.ease{transition-timing-function:ease!important}.ease-in{transition-timing-function:ease-in!important}.ease-out{transition-timing-function:ease-out!important}.ease-in-out{transition-timing-function:ease-in-out!important}.bounce-in{transition-timing-function:cubic-bezier(.485,.155,.24,1.245)!important}.bounce-out{transition-timing-function:cubic-bezier(.485,.155,.515,.845)!important}.bounce-in-out{transition-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important}.short-delay{transition-delay:.3s!important}.long-delay{transition-delay:.7s!important}.shake{animation-name:a}@keyframes a{0%,10%,20%,30%,40%,50%,60%,70%,80%,90%{transform:translateX(7%)}5%,15%,25%,35%,45%,55%,65%,75%,85%,95%{transform:translateX(-7%)}}.spin-ccw,.spin-cw{animation-name:b}@keyframes b{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.wiggle{animation-name:c}@keyframes c{40%,50%,60%{transform:rotate(7deg)}35%,45%,55%,65%{transform:rotate(-7deg)}0%,30%,70%,to{transform:rotate(0)}}.shake,.spin-ccw,.spin-cw,.wiggle{animation-duration:.5s}.infinite{animation-iteration-count:infinite}.slow{animation-duration:.75s!important}.fast{animation-duration:.25s!important}.linear{animation-timing-function:linear!important}.ease{animation-timing-function:ease!important}.ease-in{animation-timing-function:ease-in!important}.ease-out{animation-timing-function:ease-out!important}.ease-in-out{animation-timing-function:ease-in-out!important}.bounce-in{animation-timing-function:cubic-bezier(.485,.155,.24,1.245)!important}.bounce-out{animation-timing-function:cubic-bezier(.485,.155,.515,.845)!important}.bounce-in-out{animation-timing-function:cubic-bezier(.76,-.245,.24,1.245)!important}.short-delay{animation-delay:.3s!important}.long-delay{animation-delay:.7s!important} html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit;font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;display:table;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}[hidden],template{display:none}.foundation-mq{font-family:"small=0em&smedium=26.25em&medium=41.75em&xmedium=48.0625em&large=64.0625em&xlarge=75em&xxlarge=90em"}html{box-sizing:border-box;font-size:100%}*,:after,:before{box-sizing:inherit}body{margin:0;padding:0;background:#fefefe;font-family:Libre Franklin,sans-serif;font-weight:400;line-height:1.5;color:#848484}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:0}select{box-sizing:border-box;width:100%}.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:0;background:transparent;line-height:1}[data-whatinput=mouse] button{outline:0}pre{overflow:auto}.is-visible{display:block!important}.is-hidden{display:none!important}.row{max-width:75rem;margin-right:auto;margin-left:auto}.row:after,.row:before{display:table;content:" "}.row:after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-right:0;padding-left:0}.row .row{margin-right:-.625rem;margin-left:-.625rem}@media print,screen and (min-width:26.25em){.row .row{margin-right:-.625rem;margin-left:-.625rem}}@media print,screen and (min-width:41.75em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media print,screen and (min-width:48.0625em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media print,screen and (min-width:64.0625em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media screen and (min-width:75em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}@media screen and (min-width:90em){.row .row{margin-right:-.9375rem;margin-left:-.9375rem}}.row .row.collapse{margin-right:0;margin-left:0}.row.expanded{max-width:none}.row.expanded .row{margin-right:auto;margin-left:auto}.row:not(.expanded) .row{max-width:none}.row.gutter-small>.column,.row.gutter-small>.columns{padding-right:.625rem;padding-left:.625rem}.row.gutter-medium>.column,.row.gutter-medium>.columns{padding-right:.9375rem;padding-left:.9375rem}.column,.columns{width:100%;float:left;padding-right:.625rem;padding-left:.625rem}@media print,screen and (min-width:41.75em){.column,.columns{padding-right:.9375rem;padding-left:.9375rem}}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{margin-right:0;margin-left:0;padding-right:0;padding-left:0}.small-1{width:8.33333%}.small-push-1{position:relative;left:8.33333%}.small-pull-1{position:relative;left:-8.33333%}.small-offset-0{margin-left:0}.small-2{width:16.66667%}.small-push-2{position:relative;left:16.66667%}.small-pull-2{position:relative;left:-16.66667%}.small-offset-1{margin-left:8.33333%}.small-3{width:25%}.small-push-3{position:relative;left:25%}.small-pull-3{position:relative;left:-25%}.small-offset-2{margin-left:16.66667%}.small-4{width:33.33333%}.small-push-4{position:relative;left:33.33333%}.small-pull-4{position:relative;left:-33.33333%}.small-offset-3{margin-left:25%}.small-5{width:41.66667%}.small-push-5{position:relative;left:41.66667%}.small-pull-5{position:relative;left:-41.66667%}.small-offset-4{margin-left:33.33333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{position:relative;left:-50%}.small-offset-5{margin-left:41.66667%}.small-7{width:58.33333%}.small-push-7{position:relative;left:58.33333%}.small-pull-7{position:relative;left:-58.33333%}.small-offset-6{margin-left:50%}.small-8{width:66.66667%}.small-push-8{position:relative;left:66.66667%}.small-pull-8{position:relative;left:-66.66667%}.small-offset-7{margin-left:58.33333%}.small-9{width:75%}.small-push-9{position:relative;left:75%}.small-pull-9{position:relative;left:-75%}.small-offset-8{margin-left:66.66667%}.small-10{width:83.33333%}.small-push-10{position:relative;left:83.33333%}.small-pull-10{position:relative;left:-83.33333%}.small-offset-9{margin-left:75%}.small-11{width:91.66667%}.small-push-11{position:relative;left:91.66667%}.small-pull-11{position:relative;left:-91.66667%}.small-offset-10{margin-left:83.33333%}.small-12{width:100%}.small-offset-11{margin-left:91.66667%}.small-up-1>.column,.small-up-1>.columns{float:left;width:100%}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{float:left;width:50%}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(odd),.small-up-2>.columns:nth-of-type(odd){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{float:left;width:33.33333%}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{float:left;width:25%}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{float:left;width:20%}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{float:left;width:16.66667%}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{float:left;width:14.28571%}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{float:left;width:12.5%}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .small-collapse.row,.small-collapse .row{margin-right:0;margin-left:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-right:.625rem;padding-left:.625rem}.small-centered{margin-right:auto;margin-left:auto}.small-centered,.small-centered:last-child:not(:first-child){float:none;clear:both}.small-pull-0,.small-push-0,.small-uncentered{position:static;float:left;margin-right:0;margin-left:0}@media print,screen and (min-width:26.25em){.smedium-1{width:8.33333%}.smedium-push-1{position:relative;left:8.33333%}.smedium-pull-1{position:relative;left:-8.33333%}.smedium-offset-0{margin-left:0}.smedium-2{width:16.66667%}.smedium-push-2{position:relative;left:16.66667%}.smedium-pull-2{position:relative;left:-16.66667%}.smedium-offset-1{margin-left:8.33333%}.smedium-3{width:25%}.smedium-push-3{position:relative;left:25%}.smedium-pull-3{position:relative;left:-25%}.smedium-offset-2{margin-left:16.66667%}.smedium-4{width:33.33333%}.smedium-push-4{position:relative;left:33.33333%}.smedium-pull-4{position:relative;left:-33.33333%}.smedium-offset-3{margin-left:25%}.smedium-5{width:41.66667%}.smedium-push-5{position:relative;left:41.66667%}.smedium-pull-5{position:relative;left:-41.66667%}.smedium-offset-4{margin-left:33.33333%}.smedium-6{width:50%}.smedium-push-6{position:relative;left:50%}.smedium-pull-6{position:relative;left:-50%}.smedium-offset-5{margin-left:41.66667%}.smedium-7{width:58.33333%}.smedium-push-7{position:relative;left:58.33333%}.smedium-pull-7{position:relative;left:-58.33333%}.smedium-offset-6{margin-left:50%}.smedium-8{width:66.66667%}.smedium-push-8{position:relative;left:66.66667%}.smedium-pull-8{position:relative;left:-66.66667%}.smedium-offset-7{margin-left:58.33333%}.smedium-9{width:75%}.smedium-push-9{position:relative;left:75%}.smedium-pull-9{position:relative;left:-75%}.smedium-offset-8{margin-left:66.66667%}.smedium-10{width:83.33333%}.smedium-push-10{position:relative;left:83.33333%}.smedium-pull-10{position:relative;left:-83.33333%}.smedium-offset-9{margin-left:75%}.smedium-11{width:91.66667%}.smedium-push-11{position:relative;left:91.66667%}.smedium-pull-11{position:relative;left:-91.66667%}.smedium-offset-10{margin-left:83.33333%}.smedium-12{width:100%}.smedium-offset-11{margin-left:91.66667%}.smedium-up-1>.column,.smedium-up-1>.columns{float:left;width:100%}.smedium-up-1>.column:nth-of-type(1n),.smedium-up-1>.columns:nth-of-type(1n){clear:none}.smedium-up-1>.column:nth-of-type(1n+1),.smedium-up-1>.columns:nth-of-type(1n+1){clear:both}.smedium-up-1>.column:last-child,.smedium-up-1>.columns:last-child{float:left}.smedium-up-2>.column,.smedium-up-2>.columns{float:left;width:50%}.smedium-up-2>.column:nth-of-type(1n),.smedium-up-2>.columns:nth-of-type(1n){clear:none}.smedium-up-2>.column:nth-of-type(odd),.smedium-up-2>.columns:nth-of-type(odd){clear:both}.smedium-up-2>.column:last-child,.smedium-up-2>.columns:last-child{float:left}.smedium-up-3>.column,.smedium-up-3>.columns{float:left;width:33.33333%}.smedium-up-3>.column:nth-of-type(1n),.smedium-up-3>.columns:nth-of-type(1n){clear:none}.smedium-up-3>.column:nth-of-type(3n+1),.smedium-up-3>.columns:nth-of-type(3n+1){clear:both}.smedium-up-3>.column:last-child,.smedium-up-3>.columns:last-child{float:left}.smedium-up-4>.column,.smedium-up-4>.columns{float:left;width:25%}.smedium-up-4>.column:nth-of-type(1n),.smedium-up-4>.columns:nth-of-type(1n){clear:none}.smedium-up-4>.column:nth-of-type(4n+1),.smedium-up-4>.columns:nth-of-type(4n+1){clear:both}.smedium-up-4>.column:last-child,.smedium-up-4>.columns:last-child{float:left}.smedium-up-5>.column,.smedium-up-5>.columns{float:left;width:20%}.smedium-up-5>.column:nth-of-type(1n),.smedium-up-5>.columns:nth-of-type(1n){clear:none}.smedium-up-5>.column:nth-of-type(5n+1),.smedium-up-5>.columns:nth-of-type(5n+1){clear:both}.smedium-up-5>.column:last-child,.smedium-up-5>.columns:last-child{float:left}.smedium-up-6>.column,.smedium-up-6>.columns{float:left;width:16.66667%}.smedium-up-6>.column:nth-of-type(1n),.smedium-up-6>.columns:nth-of-type(1n){clear:none}.smedium-up-6>.column:nth-of-type(6n+1),.smedium-up-6>.columns:nth-of-type(6n+1){clear:both}.smedium-up-6>.column:last-child,.smedium-up-6>.columns:last-child{float:left}.smedium-up-7>.column,.smedium-up-7>.columns{float:left;width:14.28571%}.smedium-up-7>.column:nth-of-type(1n),.smedium-up-7>.columns:nth-of-type(1n){clear:none}.smedium-up-7>.column:nth-of-type(7n+1),.smedium-up-7>.columns:nth-of-type(7n+1){clear:both}.smedium-up-7>.column:last-child,.smedium-up-7>.columns:last-child{float:left}.smedium-up-8>.column,.smedium-up-8>.columns{float:left;width:12.5%}.smedium-up-8>.column:nth-of-type(1n),.smedium-up-8>.columns:nth-of-type(1n){clear:none}.smedium-up-8>.column:nth-of-type(8n+1),.smedium-up-8>.columns:nth-of-type(8n+1){clear:both}.smedium-up-8>.column:last-child,.smedium-up-8>.columns:last-child{float:left}.smedium-collapse>.column,.smedium-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .smedium-collapse.row,.smedium-collapse .row{margin-right:0;margin-left:0}.smedium-uncollapse>.column,.smedium-uncollapse>.columns{padding-right:.625rem;padding-left:.625rem}.smedium-centered{margin-right:auto;margin-left:auto}.smedium-centered,.smedium-centered:last-child:not(:first-child){float:none;clear:both}.smedium-pull-0,.smedium-push-0,.smedium-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media print,screen and (min-width:41.75em){.medium-1{width:8.33333%}.medium-push-1{position:relative;left:8.33333%}.medium-pull-1{position:relative;left:-8.33333%}.medium-offset-0{margin-left:0}.medium-2{width:16.66667%}.medium-push-2{position:relative;left:16.66667%}.medium-pull-2{position:relative;left:-16.66667%}.medium-offset-1{margin-left:8.33333%}.medium-3{width:25%}.medium-push-3{position:relative;left:25%}.medium-pull-3{position:relative;left:-25%}.medium-offset-2{margin-left:16.66667%}.medium-4{width:33.33333%}.medium-push-4{position:relative;left:33.33333%}.medium-pull-4{position:relative;left:-33.33333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.66667%}.medium-push-5{position:relative;left:41.66667%}.medium-pull-5{position:relative;left:-41.66667%}.medium-offset-4{margin-left:33.33333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{position:relative;left:-50%}.medium-offset-5{margin-left:41.66667%}.medium-7{width:58.33333%}.medium-push-7{position:relative;left:58.33333%}.medium-pull-7{position:relative;left:-58.33333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.66667%}.medium-push-8{position:relative;left:66.66667%}.medium-pull-8{position:relative;left:-66.66667%}.medium-offset-7{margin-left:58.33333%}.medium-9{width:75%}.medium-push-9{position:relative;left:75%}.medium-pull-9{position:relative;left:-75%}.medium-offset-8{margin-left:66.66667%}.medium-10{width:83.33333%}.medium-push-10{position:relative;left:83.33333%}.medium-pull-10{position:relative;left:-83.33333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.66667%}.medium-push-11{position:relative;left:91.66667%}.medium-pull-11{position:relative;left:-91.66667%}.medium-offset-10{margin-left:83.33333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.66667%}.medium-up-1>.column,.medium-up-1>.columns{float:left;width:100%}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{float:left;width:50%}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(odd),.medium-up-2>.columns:nth-of-type(odd){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{float:left;width:33.33333%}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{float:left;width:25%}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{float:left;width:20%}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{float:left;width:16.66667%}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{float:left;width:14.28571%}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{float:left;width:12.5%}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .medium-collapse.row,.medium-collapse .row{margin-right:0;margin-left:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.medium-centered{margin-right:auto;margin-left:auto}.medium-centered,.medium-centered:last-child:not(:first-child){float:none;clear:both}.medium-pull-0,.medium-push-0,.medium-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media print,screen and (min-width:48.0625em){.xmedium-1{width:8.33333%}.xmedium-push-1{position:relative;left:8.33333%}.xmedium-pull-1{position:relative;left:-8.33333%}.xmedium-offset-0{margin-left:0}.xmedium-2{width:16.66667%}.xmedium-push-2{position:relative;left:16.66667%}.xmedium-pull-2{position:relative;left:-16.66667%}.xmedium-offset-1{margin-left:8.33333%}.xmedium-3{width:25%}.xmedium-push-3{position:relative;left:25%}.xmedium-pull-3{position:relative;left:-25%}.xmedium-offset-2{margin-left:16.66667%}.xmedium-4{width:33.33333%}.xmedium-push-4{position:relative;left:33.33333%}.xmedium-pull-4{position:relative;left:-33.33333%}.xmedium-offset-3{margin-left:25%}.xmedium-5{width:41.66667%}.xmedium-push-5{position:relative;left:41.66667%}.xmedium-pull-5{position:relative;left:-41.66667%}.xmedium-offset-4{margin-left:33.33333%}.xmedium-6{width:50%}.xmedium-push-6{position:relative;left:50%}.xmedium-pull-6{position:relative;left:-50%}.xmedium-offset-5{margin-left:41.66667%}.xmedium-7{width:58.33333%}.xmedium-push-7{position:relative;left:58.33333%}.xmedium-pull-7{position:relative;left:-58.33333%}.xmedium-offset-6{margin-left:50%}.xmedium-8{width:66.66667%}.xmedium-push-8{position:relative;left:66.66667%}.xmedium-pull-8{position:relative;left:-66.66667%}.xmedium-offset-7{margin-left:58.33333%}.xmedium-9{width:75%}.xmedium-push-9{position:relative;left:75%}.xmedium-pull-9{position:relative;left:-75%}.xmedium-offset-8{margin-left:66.66667%}.xmedium-10{width:83.33333%}.xmedium-push-10{position:relative;left:83.33333%}.xmedium-pull-10{position:relative;left:-83.33333%}.xmedium-offset-9{margin-left:75%}.xmedium-11{width:91.66667%}.xmedium-push-11{position:relative;left:91.66667%}.xmedium-pull-11{position:relative;left:-91.66667%}.xmedium-offset-10{margin-left:83.33333%}.xmedium-12{width:100%}.xmedium-offset-11{margin-left:91.66667%}.xmedium-up-1>.column,.xmedium-up-1>.columns{float:left;width:100%}.xmedium-up-1>.column:nth-of-type(1n),.xmedium-up-1>.columns:nth-of-type(1n){clear:none}.xmedium-up-1>.column:nth-of-type(1n+1),.xmedium-up-1>.columns:nth-of-type(1n+1){clear:both}.xmedium-up-1>.column:last-child,.xmedium-up-1>.columns:last-child{float:left}.xmedium-up-2>.column,.xmedium-up-2>.columns{float:left;width:50%}.xmedium-up-2>.column:nth-of-type(1n),.xmedium-up-2>.columns:nth-of-type(1n){clear:none}.xmedium-up-2>.column:nth-of-type(odd),.xmedium-up-2>.columns:nth-of-type(odd){clear:both}.xmedium-up-2>.column:last-child,.xmedium-up-2>.columns:last-child{float:left}.xmedium-up-3>.column,.xmedium-up-3>.columns{float:left;width:33.33333%}.xmedium-up-3>.column:nth-of-type(1n),.xmedium-up-3>.columns:nth-of-type(1n){clear:none}.xmedium-up-3>.column:nth-of-type(3n+1),.xmedium-up-3>.columns:nth-of-type(3n+1){clear:both}.xmedium-up-3>.column:last-child,.xmedium-up-3>.columns:last-child{float:left}.xmedium-up-4>.column,.xmedium-up-4>.columns{float:left;width:25%}.xmedium-up-4>.column:nth-of-type(1n),.xmedium-up-4>.columns:nth-of-type(1n){clear:none}.xmedium-up-4>.column:nth-of-type(4n+1),.xmedium-up-4>.columns:nth-of-type(4n+1){clear:both}.xmedium-up-4>.column:last-child,.xmedium-up-4>.columns:last-child{float:left}.xmedium-up-5>.column,.xmedium-up-5>.columns{float:left;width:20%}.xmedium-up-5>.column:nth-of-type(1n),.xmedium-up-5>.columns:nth-of-type(1n){clear:none}.xmedium-up-5>.column:nth-of-type(5n+1),.xmedium-up-5>.columns:nth-of-type(5n+1){clear:both}.xmedium-up-5>.column:last-child,.xmedium-up-5>.columns:last-child{float:left}.xmedium-up-6>.column,.xmedium-up-6>.columns{float:left;width:16.66667%}.xmedium-up-6>.column:nth-of-type(1n),.xmedium-up-6>.columns:nth-of-type(1n){clear:none}.xmedium-up-6>.column:nth-of-type(6n+1),.xmedium-up-6>.columns:nth-of-type(6n+1){clear:both}.xmedium-up-6>.column:last-child,.xmedium-up-6>.columns:last-child{float:left}.xmedium-up-7>.column,.xmedium-up-7>.columns{float:left;width:14.28571%}.xmedium-up-7>.column:nth-of-type(1n),.xmedium-up-7>.columns:nth-of-type(1n){clear:none}.xmedium-up-7>.column:nth-of-type(7n+1),.xmedium-up-7>.columns:nth-of-type(7n+1){clear:both}.xmedium-up-7>.column:last-child,.xmedium-up-7>.columns:last-child{float:left}.xmedium-up-8>.column,.xmedium-up-8>.columns{float:left;width:12.5%}.xmedium-up-8>.column:nth-of-type(1n),.xmedium-up-8>.columns:nth-of-type(1n){clear:none}.xmedium-up-8>.column:nth-of-type(8n+1),.xmedium-up-8>.columns:nth-of-type(8n+1){clear:both}.xmedium-up-8>.column:last-child,.xmedium-up-8>.columns:last-child{float:left}.xmedium-collapse>.column,.xmedium-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .xmedium-collapse.row,.xmedium-collapse .row{margin-right:0;margin-left:0}.xmedium-uncollapse>.column,.xmedium-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.xmedium-centered{margin-right:auto;margin-left:auto}.xmedium-centered,.xmedium-centered:last-child:not(:first-child){float:none;clear:both}.xmedium-pull-0,.xmedium-push-0,.xmedium-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media print,screen and (min-width:64.0625em){.large-1{width:8.33333%}.large-push-1{position:relative;left:8.33333%}.large-pull-1{position:relative;left:-8.33333%}.large-offset-0{margin-left:0}.large-2{width:16.66667%}.large-push-2{position:relative;left:16.66667%}.large-pull-2{position:relative;left:-16.66667%}.large-offset-1{margin-left:8.33333%}.large-3{width:25%}.large-push-3{position:relative;left:25%}.large-pull-3{position:relative;left:-25%}.large-offset-2{margin-left:16.66667%}.large-4{width:33.33333%}.large-push-4{position:relative;left:33.33333%}.large-pull-4{position:relative;left:-33.33333%}.large-offset-3{margin-left:25%}.large-5{width:41.66667%}.large-push-5{position:relative;left:41.66667%}.large-pull-5{position:relative;left:-41.66667%}.large-offset-4{margin-left:33.33333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{position:relative;left:-50%}.large-offset-5{margin-left:41.66667%}.large-7{width:58.33333%}.large-push-7{position:relative;left:58.33333%}.large-pull-7{position:relative;left:-58.33333%}.large-offset-6{margin-left:50%}.large-8{width:66.66667%}.large-push-8{position:relative;left:66.66667%}.large-pull-8{position:relative;left:-66.66667%}.large-offset-7{margin-left:58.33333%}.large-9{width:75%}.large-push-9{position:relative;left:75%}.large-pull-9{position:relative;left:-75%}.large-offset-8{margin-left:66.66667%}.large-10{width:83.33333%}.large-push-10{position:relative;left:83.33333%}.large-pull-10{position:relative;left:-83.33333%}.large-offset-9{margin-left:75%}.large-11{width:91.66667%}.large-push-11{position:relative;left:91.66667%}.large-pull-11{position:relative;left:-91.66667%}.large-offset-10{margin-left:83.33333%}.large-12{width:100%}.large-offset-11{margin-left:91.66667%}.large-up-1>.column,.large-up-1>.columns{float:left;width:100%}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{float:left;width:50%}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(odd),.large-up-2>.columns:nth-of-type(odd){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{float:left;width:33.33333%}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{float:left;width:25%}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{float:left;width:20%}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{float:left;width:16.66667%}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{float:left;width:14.28571%}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{float:left;width:12.5%}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .large-collapse.row,.large-collapse .row{margin-right:0;margin-left:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.large-centered{margin-right:auto;margin-left:auto}.large-centered,.large-centered:last-child:not(:first-child){float:none;clear:both}.large-pull-0,.large-push-0,.large-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media screen and (min-width:75em){.xlarge-1{width:8.33333%}.xlarge-push-1{position:relative;left:8.33333%}.xlarge-pull-1{position:relative;left:-8.33333%}.xlarge-offset-0{margin-left:0}.xlarge-2{width:16.66667%}.xlarge-push-2{position:relative;left:16.66667%}.xlarge-pull-2{position:relative;left:-16.66667%}.xlarge-offset-1{margin-left:8.33333%}.xlarge-3{width:25%}.xlarge-push-3{position:relative;left:25%}.xlarge-pull-3{position:relative;left:-25%}.xlarge-offset-2{margin-left:16.66667%}.xlarge-4{width:33.33333%}.xlarge-push-4{position:relative;left:33.33333%}.xlarge-pull-4{position:relative;left:-33.33333%}.xlarge-offset-3{margin-left:25%}.xlarge-5{width:41.66667%}.xlarge-push-5{position:relative;left:41.66667%}.xlarge-pull-5{position:relative;left:-41.66667%}.xlarge-offset-4{margin-left:33.33333%}.xlarge-6{width:50%}.xlarge-push-6{position:relative;left:50%}.xlarge-pull-6{position:relative;left:-50%}.xlarge-offset-5{margin-left:41.66667%}.xlarge-7{width:58.33333%}.xlarge-push-7{position:relative;left:58.33333%}.xlarge-pull-7{position:relative;left:-58.33333%}.xlarge-offset-6{margin-left:50%}.xlarge-8{width:66.66667%}.xlarge-push-8{position:relative;left:66.66667%}.xlarge-pull-8{position:relative;left:-66.66667%}.xlarge-offset-7{margin-left:58.33333%}.xlarge-9{width:75%}.xlarge-push-9{position:relative;left:75%}.xlarge-pull-9{position:relative;left:-75%}.xlarge-offset-8{margin-left:66.66667%}.xlarge-10{width:83.33333%}.xlarge-push-10{position:relative;left:83.33333%}.xlarge-pull-10{position:relative;left:-83.33333%}.xlarge-offset-9{margin-left:75%}.xlarge-11{width:91.66667%}.xlarge-push-11{position:relative;left:91.66667%}.xlarge-pull-11{position:relative;left:-91.66667%}.xlarge-offset-10{margin-left:83.33333%}.xlarge-12{width:100%}.xlarge-offset-11{margin-left:91.66667%}.xlarge-up-1>.column,.xlarge-up-1>.columns{float:left;width:100%}.xlarge-up-1>.column:nth-of-type(1n),.xlarge-up-1>.columns:nth-of-type(1n){clear:none}.xlarge-up-1>.column:nth-of-type(1n+1),.xlarge-up-1>.columns:nth-of-type(1n+1){clear:both}.xlarge-up-1>.column:last-child,.xlarge-up-1>.columns:last-child{float:left}.xlarge-up-2>.column,.xlarge-up-2>.columns{float:left;width:50%}.xlarge-up-2>.column:nth-of-type(1n),.xlarge-up-2>.columns:nth-of-type(1n){clear:none}.xlarge-up-2>.column:nth-of-type(odd),.xlarge-up-2>.columns:nth-of-type(odd){clear:both}.xlarge-up-2>.column:last-child,.xlarge-up-2>.columns:last-child{float:left}.xlarge-up-3>.column,.xlarge-up-3>.columns{float:left;width:33.33333%}.xlarge-up-3>.column:nth-of-type(1n),.xlarge-up-3>.columns:nth-of-type(1n){clear:none}.xlarge-up-3>.column:nth-of-type(3n+1),.xlarge-up-3>.columns:nth-of-type(3n+1){clear:both}.xlarge-up-3>.column:last-child,.xlarge-up-3>.columns:last-child{float:left}.xlarge-up-4>.column,.xlarge-up-4>.columns{float:left;width:25%}.xlarge-up-4>.column:nth-of-type(1n),.xlarge-up-4>.columns:nth-of-type(1n){clear:none}.xlarge-up-4>.column:nth-of-type(4n+1),.xlarge-up-4>.columns:nth-of-type(4n+1){clear:both}.xlarge-up-4>.column:last-child,.xlarge-up-4>.columns:last-child{float:left}.xlarge-up-5>.column,.xlarge-up-5>.columns{float:left;width:20%}.xlarge-up-5>.column:nth-of-type(1n),.xlarge-up-5>.columns:nth-of-type(1n){clear:none}.xlarge-up-5>.column:nth-of-type(5n+1),.xlarge-up-5>.columns:nth-of-type(5n+1){clear:both}.xlarge-up-5>.column:last-child,.xlarge-up-5>.columns:last-child{float:left}.xlarge-up-6>.column,.xlarge-up-6>.columns{float:left;width:16.66667%}.xlarge-up-6>.column:nth-of-type(1n),.xlarge-up-6>.columns:nth-of-type(1n){clear:none}.xlarge-up-6>.column:nth-of-type(6n+1),.xlarge-up-6>.columns:nth-of-type(6n+1){clear:both}.xlarge-up-6>.column:last-child,.xlarge-up-6>.columns:last-child{float:left}.xlarge-up-7>.column,.xlarge-up-7>.columns{float:left;width:14.28571%}.xlarge-up-7>.column:nth-of-type(1n),.xlarge-up-7>.columns:nth-of-type(1n){clear:none}.xlarge-up-7>.column:nth-of-type(7n+1),.xlarge-up-7>.columns:nth-of-type(7n+1){clear:both}.xlarge-up-7>.column:last-child,.xlarge-up-7>.columns:last-child{float:left}.xlarge-up-8>.column,.xlarge-up-8>.columns{float:left;width:12.5%}.xlarge-up-8>.column:nth-of-type(1n),.xlarge-up-8>.columns:nth-of-type(1n){clear:none}.xlarge-up-8>.column:nth-of-type(8n+1),.xlarge-up-8>.columns:nth-of-type(8n+1){clear:both}.xlarge-up-8>.column:last-child,.xlarge-up-8>.columns:last-child{float:left}.xlarge-collapse>.column,.xlarge-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .xlarge-collapse.row,.xlarge-collapse .row{margin-right:0;margin-left:0}.xlarge-uncollapse>.column,.xlarge-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.xlarge-centered{margin-right:auto;margin-left:auto}.xlarge-centered,.xlarge-centered:last-child:not(:first-child){float:none;clear:both}.xlarge-pull-0,.xlarge-push-0,.xlarge-uncentered{position:static;float:left;margin-right:0;margin-left:0}}@media screen and (min-width:90em){.xxlarge-1{width:8.33333%}.xxlarge-push-1{position:relative;left:8.33333%}.xxlarge-pull-1{position:relative;left:-8.33333%}.xxlarge-offset-0{margin-left:0}.xxlarge-2{width:16.66667%}.xxlarge-push-2{position:relative;left:16.66667%}.xxlarge-pull-2{position:relative;left:-16.66667%}.xxlarge-offset-1{margin-left:8.33333%}.xxlarge-3{width:25%}.xxlarge-push-3{position:relative;left:25%}.xxlarge-pull-3{position:relative;left:-25%}.xxlarge-offset-2{margin-left:16.66667%}.xxlarge-4{width:33.33333%}.xxlarge-push-4{position:relative;left:33.33333%}.xxlarge-pull-4{position:relative;left:-33.33333%}.xxlarge-offset-3{margin-left:25%}.xxlarge-5{width:41.66667%}.xxlarge-push-5{position:relative;left:41.66667%}.xxlarge-pull-5{position:relative;left:-41.66667%}.xxlarge-offset-4{margin-left:33.33333%}.xxlarge-6{width:50%}.xxlarge-push-6{position:relative;left:50%}.xxlarge-pull-6{position:relative;left:-50%}.xxlarge-offset-5{margin-left:41.66667%}.xxlarge-7{width:58.33333%}.xxlarge-push-7{position:relative;left:58.33333%}.xxlarge-pull-7{position:relative;left:-58.33333%}.xxlarge-offset-6{margin-left:50%}.xxlarge-8{width:66.66667%}.xxlarge-push-8{position:relative;left:66.66667%}.xxlarge-pull-8{position:relative;left:-66.66667%}.xxlarge-offset-7{margin-left:58.33333%}.xxlarge-9{width:75%}.xxlarge-push-9{position:relative;left:75%}.xxlarge-pull-9{position:relative;left:-75%}.xxlarge-offset-8{margin-left:66.66667%}.xxlarge-10{width:83.33333%}.xxlarge-push-10{position:relative;left:83.33333%}.xxlarge-pull-10{position:relative;left:-83.33333%}.xxlarge-offset-9{margin-left:75%}.xxlarge-11{width:91.66667%}.xxlarge-push-11{position:relative;left:91.66667%}.xxlarge-pull-11{position:relative;left:-91.66667%}.xxlarge-offset-10{margin-left:83.33333%}.xxlarge-12{width:100%}.xxlarge-offset-11{margin-left:91.66667%}.xxlarge-up-1>.column,.xxlarge-up-1>.columns{float:left;width:100%}.xxlarge-up-1>.column:nth-of-type(1n),.xxlarge-up-1>.columns:nth-of-type(1n){clear:none}.xxlarge-up-1>.column:nth-of-type(1n+1),.xxlarge-up-1>.columns:nth-of-type(1n+1){clear:both}.xxlarge-up-1>.column:last-child,.xxlarge-up-1>.columns:last-child{float:left}.xxlarge-up-2>.column,.xxlarge-up-2>.columns{float:left;width:50%}.xxlarge-up-2>.column:nth-of-type(1n),.xxlarge-up-2>.columns:nth-of-type(1n){clear:none}.xxlarge-up-2>.column:nth-of-type(odd),.xxlarge-up-2>.columns:nth-of-type(odd){clear:both}.xxlarge-up-2>.column:last-child,.xxlarge-up-2>.columns:last-child{float:left}.xxlarge-up-3>.column,.xxlarge-up-3>.columns{float:left;width:33.33333%}.xxlarge-up-3>.column:nth-of-type(1n),.xxlarge-up-3>.columns:nth-of-type(1n){clear:none}.xxlarge-up-3>.column:nth-of-type(3n+1),.xxlarge-up-3>.columns:nth-of-type(3n+1){clear:both}.xxlarge-up-3>.column:last-child,.xxlarge-up-3>.columns:last-child{float:left}.xxlarge-up-4>.column,.xxlarge-up-4>.columns{float:left;width:25%}.xxlarge-up-4>.column:nth-of-type(1n),.xxlarge-up-4>.columns:nth-of-type(1n){clear:none}.xxlarge-up-4>.column:nth-of-type(4n+1),.xxlarge-up-4>.columns:nth-of-type(4n+1){clear:both}.xxlarge-up-4>.column:last-child,.xxlarge-up-4>.columns:last-child{float:left}.xxlarge-up-5>.column,.xxlarge-up-5>.columns{float:left;width:20%}.xxlarge-up-5>.column:nth-of-type(1n),.xxlarge-up-5>.columns:nth-of-type(1n){clear:none}.xxlarge-up-5>.column:nth-of-type(5n+1),.xxlarge-up-5>.columns:nth-of-type(5n+1){clear:both}.xxlarge-up-5>.column:last-child,.xxlarge-up-5>.columns:last-child{float:left}.xxlarge-up-6>.column,.xxlarge-up-6>.columns{float:left;width:16.66667%}.xxlarge-up-6>.column:nth-of-type(1n),.xxlarge-up-6>.columns:nth-of-type(1n){clear:none}.xxlarge-up-6>.column:nth-of-type(6n+1),.xxlarge-up-6>.columns:nth-of-type(6n+1){clear:both}.xxlarge-up-6>.column:last-child,.xxlarge-up-6>.columns:last-child{float:left}.xxlarge-up-7>.column,.xxlarge-up-7>.columns{float:left;width:14.28571%}.xxlarge-up-7>.column:nth-of-type(1n),.xxlarge-up-7>.columns:nth-of-type(1n){clear:none}.xxlarge-up-7>.column:nth-of-type(7n+1),.xxlarge-up-7>.columns:nth-of-type(7n+1){clear:both}.xxlarge-up-7>.column:last-child,.xxlarge-up-7>.columns:last-child{float:left}.xxlarge-up-8>.column,.xxlarge-up-8>.columns{float:left;width:12.5%}.xxlarge-up-8>.column:nth-of-type(1n),.xxlarge-up-8>.columns:nth-of-type(1n){clear:none}.xxlarge-up-8>.column:nth-of-type(8n+1),.xxlarge-up-8>.columns:nth-of-type(8n+1){clear:both}.xxlarge-up-8>.column:last-child,.xxlarge-up-8>.columns:last-child{float:left}.xxlarge-collapse>.column,.xxlarge-collapse>.columns{padding-right:0;padding-left:0}.expanded.row .xxlarge-collapse.row,.xxlarge-collapse .row{margin-right:0;margin-left:0}.xxlarge-uncollapse>.column,.xxlarge-uncollapse>.columns{padding-right:.9375rem;padding-left:.9375rem}.xxlarge-centered{margin-right:auto;margin-left:auto}.xxlarge-centered,.xxlarge-centered:last-child:not(:first-child){float:none;clear:both}.xxlarge-pull-0,.xxlarge-push-0,.xxlarge-uncentered{position:static;float:left;margin-right:0;margin-left:0}}.column-block{margin-bottom:1.25rem}.column-block>:last-child{margin-bottom:0}@media print,screen and (min-width:41.75em){.column-block{margin-bottom:1.875rem}.column-block>:last-child{margin-bottom:0}}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}p{margin-bottom:1.8rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic}b,em,i,strong{line-height:inherit}b,strong{font-weight:700}small{font-size:80%;line-height:inherit}h1,h2,h3,h4,h5,h6{font-family:Libre Franklin,sans-serif;font-style:normal;font-weight:400;color:#000;text-rendering:optimizeLegibility}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{line-height:0;color:#5472c7}h1{font-size:1.5rem}h1,h2{line-height:1.4;margin-top:0;margin-bottom:1rem}h2{font-size:1.25rem}h3{font-size:1.1875rem}h3,h4{line-height:1.4;margin-top:0;margin-bottom:1rem}h4{font-size:1.125rem}h5{font-size:1.0625rem}h5,h6{line-height:1.4;margin-top:0;margin-bottom:1rem}h6{font-size:1rem}@media print,screen and (min-width:41.75em){h1,h2{font-size:1.875rem}h3{font-size:1.625rem}h4{font-size:1.375rem}h5{font-size:1.125rem}h6,p{font-size:.875rem}.button.large{font-size:1rem}}@media print,screen and (min-width:64.0625em){h1,h2{font-size:1.875rem}h3{font-size:1.625rem}h4{font-size:1.375rem}h5{font-size:1.125rem}h6{font-size:.875rem}p{font-size:1.125rem}p small{font-size:.875rem}}a{line-height:inherit;color:#334e9b;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#2c4385}a img{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #8b98a9;border-left:0}dl,ol,ul{margin-bottom:1.8rem;list-style-position:outside;line-height:1.6}li{font-size:inherit}ul{list-style-type:disc}ol,ul{margin-left:1.25rem}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1.8rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:6px solid #8b98a9}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:"— "}abbr{border-bottom:1px dotted #000;color:#848484;cursor:help}figure{margin:0}code{padding:.125rem .3125rem .0625rem;border:1px solid #8b98a9;font-weight:400}code,kbd{background-color:#e6e6e6;font-family:Consolas,Liberation Mono,Courier,monospace;color:#000}kbd{margin:0;padding:.125rem .25rem 0}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print,screen and (min-width:26.25em){.smedium-text-left{text-align:left}.smedium-text-right{text-align:right}.smedium-text-center{text-align:center}.smedium-text-justify{text-align:justify}}@media print,screen and (min-width:41.75em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print,screen and (min-width:48.0625em){.xmedium-text-left{text-align:left}.xmedium-text-right{text-align:right}.xmedium-text-center{text-align:center}.xmedium-text-justify{text-align:justify}}@media print,screen and (min-width:64.0625em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width:75em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width:90em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}.show-for-print{display:none!important}@media print{*{background:transparent!important;box-shadow:none!important;color:#000!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #8a8a8a;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}[type=color],[type=date],[type=datetime-local],[type=datetime],[type=email],[type=month],[type=number],[type=password],[type=search],[type=tel],[type=text],[type=time],[type=url],[type=week],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;margin:0 0 1rem;padding:.5rem;border:1px solid #8b98a9;border-radius:0;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(0,0,0,.1);font-family:inherit;font-size:1rem;font-weight:400;color:#000;transition:box-shadow .5s,border-color .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none}[type=color]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=datetime]:focus,[type=email]:focus,[type=month]:focus,[type=number]:focus,[type=password]:focus,[type=search]:focus,[type=tel]:focus,[type=text]:focus,[type=time]:focus,[type=url]:focus,[type=week]:focus,textarea:focus{outline:none;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #8b98a9;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#8b98a9}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#8b98a9}input::placeholder,textarea::placeholder{color:#8b98a9}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:not-allowed}[type=button],[type=submit]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input[type=search]{box-sizing:border-box}[type=checkbox],[type=file],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type=checkbox]+label[for],[type=radio]+label[for]{cursor:pointer}label>[type=checkbox],label>[type=radio]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:400;line-height:1.8;color:#000}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#000}.input-group{display:table;width:100%;margin-bottom:1rem}.input-group>:first-child,.input-group>:last-child>*{border-radius:0 0 0 0}.input-group-button,.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label,.input-group-field,.input-group-label{margin:0;white-space:nowrap;display:table-cell;vertical-align:middle}.input-group-label{padding:0 1rem;border:1px solid #8b98a9;background:#e6e6e6;color:#000;text-align:center;white-space:nowrap;width:1%;height:100%}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;height:2.5rem}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;width:1%;height:100%}.input-group-button a,.input-group-button button,.input-group-button input,.input-group-button label{height:2.5rem;padding-top:0;padding-bottom:0;font-size:1rem}.input-group .input-group-button{display:table-cell}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:1.125rem 0;padding:1.25rem;border:1px solid #8b98a9}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem;background:#fefefe}select{height:2.4375rem;margin:0 0 1rem;padding:.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #8b98a9;border-radius:0;background-color:#fefefe;font-family:inherit;font-size:1rem;line-height:normal;color:#000;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;transition:box-shadow .5s,border-color .25s ease-in-out}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:focus{outline:none;border:1px solid #8a8a8a;background-color:#fefefe;box-shadow:0 0 5px #8b98a9;transition:box-shadow .5s,border-color .25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:not-allowed}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#cc4b37;background-color:#f9ecea}.is-invalid-input:not(:focus)::-webkit-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus):-ms-input-placeholder{color:#cc4b37}.is-invalid-input:not(:focus)::placeholder{color:#cc4b37}.form-error,.is-invalid-label{color:#cc4b37}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700}.form-error.is-visible{display:block}.button{display:inline-block;vertical-align:middle;margin:0 0 1rem;padding:.85em 1em;-webkit-appearance:none;border:1px solid transparent;border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-size:.9rem;line-height:1;text-align:center;cursor:pointer;background-color:#334e9b;color:#fefefe}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#2b4284;color:#fefefe}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#334e9b;color:#fefefe}.button.primary:focus,.button.primary:hover{background-color:#293e7c;color:#fefefe}.button.secondary{background-color:#848484;color:#fefefe}.button.secondary:focus,.button.secondary:hover{background-color:#6a6a6a;color:#fefefe}.button.success{background-color:#3adb76;color:#fefefe}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#fefefe}.button.warning{background-color:#ee1f3b;color:#fefefe}.button.warning:focus,.button.warning:hover{background-color:#c80f28;color:#fefefe}.button.alert{background-color:#cc4b37;color:#fefefe}.button.alert:focus,.button.alert:hover{background-color:#a53b2a;color:#fefefe}.button.hollow{border:1px solid #334e9b;color:#334e9b}.button.hollow,.button.hollow:focus,.button.hollow:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#1a274e;color:#1a274e}.button.hollow.primary{border:1px solid #334e9b;color:#334e9b}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#1a274e;color:#1a274e}.button.hollow.secondary{border:1px solid #848484;color:#848484}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#424242;color:#424242}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.warning{border:1px solid #ee1f3b;color:#ee1f3b}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#7d0919;color:#7d0919}.button.hollow.alert{border:1px solid #cc4b37;color:#cc4b37}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#67251a;color:#67251a}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed}.button.disabled,.button.disabled:focus,.button.disabled:hover,.button[disabled],.button[disabled]:focus,.button[disabled]:hover{background-color:#334e9b;color:#fefefe}.button.disabled.primary,.button[disabled].primary{opacity:.25;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:focus,.button.disabled.primary:hover,.button[disabled].primary,.button[disabled].primary:focus,.button[disabled].primary:hover{background-color:#334e9b;color:#fefefe}.button.disabled.secondary,.button[disabled].secondary{opacity:.25;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:focus,.button.disabled.secondary:hover,.button[disabled].secondary,.button[disabled].secondary:focus,.button[disabled].secondary:hover{background-color:#848484;color:#fefefe}.button.disabled.success,.button[disabled].success{opacity:.25;cursor:not-allowed}.button.disabled.success,.button.disabled.success:focus,.button.disabled.success:hover,.button[disabled].success,.button[disabled].success:focus,.button[disabled].success:hover{background-color:#3adb76;color:#fefefe}.button.disabled.warning,.button[disabled].warning{opacity:.25;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:focus,.button.disabled.warning:hover,.button[disabled].warning,.button[disabled].warning:focus,.button[disabled].warning:hover{background-color:#ee1f3b;color:#fefefe}.button.disabled.alert,.button[disabled].alert{opacity:.25;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:focus,.button.disabled.alert:hover,.button[disabled].alert,.button[disabled].alert:focus,.button[disabled].alert:hover{background-color:#cc4b37;color:#fefefe}.button.dropdown:after{display:block;width:0;height:0;border:.4em inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#fefefe transparent transparent;position:relative;top:.4em;display:inline-block;float:right;margin-left:1em}.button.arrow-only:after{top:-.1em;float:none;margin-left:0}.hide{display:none!important}.invisible{visibility:hidden}@media screen and (max-width:26.1875em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:26.25em){.show-for-small-only{display:none!important}}@media print,screen and (min-width:26.25em){.hide-for-smedium{display:none!important}}@media screen and (max-width:26.1875em){.show-for-smedium{display:none!important}}@media screen and (min-width:26.25em) and (max-width:41.6875em){.hide-for-smedium-only{display:none!important}}@media screen and (max-width:26.1875em),screen and (min-width:41.75em){.show-for-smedium-only{display:none!important}}@media print,screen and (min-width:41.75em){.hide-for-medium{display:none!important}}@media screen and (max-width:41.6875em){.show-for-medium{display:none!important}}@media screen and (min-width:41.75em) and (max-width:48em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:41.6875em),screen and (min-width:48.0625em){.show-for-medium-only{display:none!important}}@media print,screen and (min-width:48.0625em){.hide-for-xmedium{display:none!important}}@media screen and (max-width:48em){.show-for-xmedium{display:none!important}}@media screen and (min-width:48.0625em) and (max-width:64em){.hide-for-xmedium-only{display:none!important}}@media screen and (max-width:48em),screen and (min-width:64.0625em){.show-for-xmedium-only{display:none!important}}@media print,screen and (min-width:64.0625em){.hide-for-large{display:none!important}}@media screen and (max-width:64em){.show-for-large{display:none!important}}@media screen and (min-width:64.0625em) and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:64em),screen and (min-width:75em){.show-for-large-only{display:none!important}}@media screen and (min-width:75em){.hide-for-xlarge{display:none!important}}@media screen and (max-width:74.9375em){.show-for-xlarge{display:none!important}}@media screen and (min-width:75em) and (max-width:89.9375em){.hide-for-xlarge-only{display:none!important}}@media screen and (max-width:74.9375em),screen and (min-width:90em){.show-for-xlarge-only{display:none!important}}@media screen and (min-width:90em){.hide-for-xxlarge{display:none!important}}@media screen and (max-width:89.9375em){.show-for-xxlarge{display:none!important}}@media screen and (min-width:90em){.hide-for-xxlarge-only{display:none!important}}@media screen and (max-width:89.9375em){.show-for-xxlarge-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.show-on-focus:active,.show-on-focus:focus{position:static!important;width:auto;height:auto;overflow:visible;clip:auto}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:landscape){.hide-for-landscape,.show-for-portrait{display:none!important}}@media screen and (orientation:portrait){.hide-for-landscape,.show-for-portrait{display:block!important}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix:after,.clearfix:before{display:table;content:" "}.clearfix:after{clear:both}.accordion{margin-left:0;background:#fefefe;list-style-type:none}.accordion-item:first-child>:first-child,.accordion-item:last-child>:last-child{border-radius:0 0 0 0}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #e6e6e6;border-bottom:0;font-size:1rem;line-height:1;color:#334e9b}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #e6e6e6;border-radius:0 0 0 0}.accordion-title:focus,.accordion-title:hover{background-color:transparent}.accordion-title:before{position:absolute;top:50%;right:1rem;margin-top:-.5rem;content:"+"}.is-active>.accordion-title:before{content:"\2013"}.accordion-content{display:none;padding:1rem;border:1px solid #e6e6e6;border-bottom:0;background-color:#fefefe;color:#848484}:last-child>.accordion-content:last-child{border-bottom:1px solid #e6e6e6}.is-accordion-submenu-parent>a{position:relative}.is-accordion-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#334e9b transparent transparent;position:absolute;top:50%;margin-top:-3px;right:1rem}.is-accordion-submenu-parent[aria-expanded=true]>a:after{transform:rotate(180deg);transform-origin:50% 50%}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center}.badge,.badge.primary{background:#334e9b;color:#fefefe}.badge.secondary{background:#848484;color:#000}.badge.success{background:#3adb76;color:#000}.badge.warning{background:#ee1f3b;color:#000}.badge.alert{background:#cc4b37;color:#000}.breadcrumbs{margin:0 0 1rem;list-style:none}.breadcrumbs:after,.breadcrumbs:before{display:table;content:" "}.breadcrumbs:after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#000;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child):after{position:relative;top:1px;margin:0 .75rem;opacity:1;content:"/";color:#8b98a9}.breadcrumbs a{color:#334e9b}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#8b98a9;cursor:not-allowed}.button-group{margin-bottom:1rem;font-size:0}.button-group:after,.button-group:before{display:table;content:" "}.button-group:after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:.9rem}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.6rem}.button-group.small .button{font-size:.75rem}.button-group.large .button{font-size:1.25rem}.button-group.expanded{margin-right:-1px}.button-group.expanded:after,.button-group.expanded:before{display:none}.button-group.expanded .button:first-child:last-child{width:100%}.button-group.expanded .button:first-child:nth-last-child(2),.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button{display:inline-block;width:calc(50% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(2):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(3),.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button{display:inline-block;width:calc(33.33333% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(3):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(4),.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button{display:inline-block;width:calc(25% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(4):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(5),.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button{display:inline-block;width:calc(20% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(5):last-child{margin-right:-6px}.button-group.expanded .button:first-child:nth-last-child(6),.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button{display:inline-block;width:calc(16.66667% - 1px);margin-right:1px}.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child,.button-group.expanded .button:first-child:nth-last-child(6):last-child{margin-right:-6px}.button-group.primary .button{background-color:#334e9b;color:#fefefe}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#293e7c;color:#fefefe}.button-group.secondary .button{background-color:#848484;color:#fefefe}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#6a6a6a;color:#fefefe}.button-group.success .button{background-color:#3adb76;color:#fefefe}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#22bb5b;color:#fefefe}.button-group.warning .button{background-color:#ee1f3b;color:#fefefe}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#c80f28;color:#fefefe}.button-group.alert .button{background-color:#cc4b37;color:#fefefe}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#a53b2a;color:#fefefe}.button-group.stacked-for-medium .button,.button-group.stacked-for-small .button,.button-group.stacked .button{width:100%}.button-group.stacked-for-medium .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked .button:last-child{margin-bottom:0}@media print,screen and (min-width:41.75em){.button-group.stacked-for-small .button{width:auto;margin-bottom:0}}@media print,screen and (min-width:64.0625em){.button-group.stacked-for-medium .button{width:auto;margin-bottom:0}}@media screen and (max-width:26.1875em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}.callout{position:relative;margin:0 0 1rem;padding:1rem;border:1px solid rgba(0,0,0,.25);border-radius:0;background-color:#fff;color:#848484}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#dde3f4;color:#848484}.callout.secondary{background-color:#ededed;color:#848484}.callout.success{background-color:#e1faea;color:#848484}.callout.warning{background-color:#fcdde2;color:#848484}.callout.alert{background-color:#f7e4e1;color:#848484}.callout.small{padding:.5rem}.callout.large{padding:3rem}.close-button{position:absolute;color:#8a8a8a;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#000}.close-button.small{right:.66rem;top:.33em;font-size:1.5em;line-height:1}.close-button,.close-button.medium{right:1rem;top:.5rem;font-size:2em;line-height:1}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{transition:height .5s}.is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fefefe;transition:transform .15s linear}.is-drilldown-submenu.is-active{z-index:1;display:block;transform:translateX(-100%)}.is-drilldown-submenu.is-closing{transform:translateX(100%)}.drilldown-submenu-cover-previous{min-height:100%}.is-drilldown-submenu-parent>a{position:relative}.is-drilldown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #334e9b;position:absolute;top:50%;margin-top:-6px;right:1rem}.js-drilldown-back>a:before{display:block;width:0;height:0;border:6px inset;content:"";border-right-style:solid;border-color:transparent #334e9b transparent transparent;display:inline-block;vertical-align:middle;margin-right:.75rem;border-left-width:0}.dropdown-pane{position:absolute;z-index:10;display:block;width:300px;padding:1rem;visibility:hidden;border:1px solid #8b98a9;border-radius:0;background-color:#fefefe;font-size:1rem}.dropdown-pane.is-open{visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#334e9b transparent transparent;right:5px;margin-top:-3px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.no-js .dropdown.menu ul{display:none}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a:after{right:14px}.dropdown.menu.vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #334e9b transparent transparent}.dropdown.menu.vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #334e9b}@media print,screen and (min-width:26.25em){.dropdown.menu.smedium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.smedium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.smedium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.smedium-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#334e9b transparent transparent;right:5px;margin-top:-3px}.dropdown.menu.smedium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.smedium-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.smedium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.smedium-vertical>li>a:after{right:14px}.dropdown.menu.smedium-vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #334e9b transparent transparent}.dropdown.menu.smedium-vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #334e9b}}@media print,screen and (min-width:41.75em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#334e9b transparent transparent;right:5px;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a:after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #334e9b transparent transparent}.dropdown.menu.medium-vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #334e9b}}@media print,screen and (min-width:48.0625em){.dropdown.menu.xmedium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xmedium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xmedium-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#334e9b transparent transparent;right:5px;margin-top:-3px}.dropdown.menu.xmedium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xmedium-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.xmedium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xmedium-vertical>li>a:after{right:14px}.dropdown.menu.xmedium-vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #334e9b transparent transparent}.dropdown.menu.xmedium-vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #334e9b}}@media print,screen and (min-width:64.0625em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#334e9b transparent transparent;right:5px;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a:after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #334e9b transparent transparent}.dropdown.menu.large-vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #334e9b}}@media screen and (min-width:75em){.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#334e9b transparent transparent;right:5px;margin-top:-3px}.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xlarge-vertical>li>a:after{right:14px}.dropdown.menu.xlarge-vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #334e9b transparent transparent}.dropdown.menu.xlarge-vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #334e9b}}@media screen and (min-width:90em){.dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-bottom-width:0;border-top-style:solid;border-color:#334e9b transparent transparent;right:5px;margin-top:-3px}.dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto}.dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xxlarge-vertical>li>a:after{right:14px}.dropdown.menu.xxlarge-vertical>li.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #334e9b transparent transparent}.dropdown.menu.xxlarge-vertical>li.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #334e9b}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a:after{position:absolute;top:50%;right:5px;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #8b98a9;background:#fefefe}.is-dropdown-submenu .is-dropdown-submenu-parent>a:after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-left-width:0;border-right-style:solid;border-color:transparent #334e9b transparent transparent}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after{display:block;width:0;height:0;border:6px inset;content:"";border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #334e9b}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.flex-video,.responsive-embed{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video,.responsive-embed embed,.responsive-embed iframe,.responsive-embed object,.responsive-embed video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen,.responsive-embed.widescreen{padding-bottom:56.25%}.label{display:inline-block;padding:.33333rem .5rem;border-radius:0;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default}.label,.label.primary{background:#334e9b;color:#fefefe}.label.secondary{background:#848484;color:#000}.label.success{background:#3adb76;color:#000}.label.warning{background:#ee1f3b;color:#000}.label.alert{background:#cc4b37;color:#000}.media-object{display:block;margin-bottom:1rem}.media-object img{max-width:none}@media screen and (max-width:26.1875em){.media-object.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;display:block}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{display:table-cell;vertical-align:top}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}.media-object-section.middle{vertical-align:middle}.media-object-section.bottom{vertical-align:bottom}.menu{margin:0;list-style-type:none}.menu>li{display:table-cell;vertical-align:middle}[data-whatinput=mouse] .menu>li{outline:0}.menu>li>a{display:block;padding:.7rem 1rem;line-height:1}.menu a,.menu button,.menu input,.menu select{margin-bottom:0}.menu>li>a i,.menu>li>a i+span,.menu>li>a img,.menu>li>a img+span,.menu>li>a svg,.menu>li>a svg+span{vertical-align:middle}.menu>li>a i,.menu>li>a img,.menu>li>a svg{margin-right:.25rem;display:inline-block}.menu.horizontal>li,.menu>li{display:table-cell}.menu.expanded{display:table;width:100%;table-layout:fixed}.menu.expanded>li:first-child:last-child{width:100%}.menu.vertical>li{display:block}@media print,screen and (min-width:26.25em){.menu.smedium-horizontal>li{display:table-cell}.menu.smedium-expanded{display:table;width:100%;table-layout:fixed}.menu.smedium-expanded>li:first-child:last-child{width:100%}.menu.smedium-vertical>li{display:block}}@media print,screen and (min-width:41.75em){.menu.medium-horizontal>li{display:table-cell}.menu.medium-expanded{display:table;width:100%;table-layout:fixed}.menu.medium-expanded>li:first-child:last-child{width:100%}.menu.medium-vertical>li{display:block}}@media print,screen and (min-width:48.0625em){.menu.xmedium-horizontal>li{display:table-cell}.menu.xmedium-expanded{display:table;width:100%;table-layout:fixed}.menu.xmedium-expanded>li:first-child:last-child{width:100%}.menu.xmedium-vertical>li{display:block}}@media print,screen and (min-width:64.0625em){.menu.large-horizontal>li{display:table-cell}.menu.large-expanded{display:table;width:100%;table-layout:fixed}.menu.large-expanded>li:first-child:last-child{width:100%}.menu.large-vertical>li{display:block}}@media screen and (min-width:75em){.menu.xlarge-horizontal>li{display:table-cell}.menu.xlarge-expanded{display:table;width:100%;table-layout:fixed}.menu.xlarge-expanded>li:first-child:last-child{width:100%}.menu.xlarge-vertical>li{display:block}}@media screen and (min-width:90em){.menu.xxlarge-horizontal>li{display:table-cell}.menu.xxlarge-expanded{display:table;width:100%;table-layout:fixed}.menu.xxlarge-expanded>li:first-child:last-child{width:100%}.menu.xxlarge-vertical>li{display:block}}.menu.simple li{display:inline-block;vertical-align:top;line-height:1}.menu.simple a{padding:0}.menu.simple li{margin-left:0;margin-right:1rem}.menu.simple.align-right li{margin-right:0;margin-left:1rem}.menu.align-right:after,.menu.align-right:before{display:table;content:" "}.menu.align-right:after{clear:both}.menu.align-right>li{float:right}.menu.icon-top>li>a{text-align:center}.menu.icon-top>li>a i,.menu.icon-top>li>a img,.menu.icon-top>li>a svg{display:block;margin:0 auto .25rem}.menu.icon-top.vertical a>span{margin:auto}.menu.nested{margin-left:1rem}.menu .active>a{background:#334e9b;color:#fefefe}.menu.menu-bordered li{border:1px solid #e6e6e6}.menu.menu-bordered li:not(:first-child){border-top:0}.menu.menu-hover li:hover{background-color:#e6e6e6}.menu-text{padding-top:0;padding-bottom:0;padding:.7rem 1rem;font-weight:700;line-height:1;color:inherit}.menu-centered{text-align:center}.menu-centered>.menu{display:inline-block;vertical-align:top}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon:after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fefefe;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe;content:""}.menu-icon:hover:after{background:#8b98a9;box-shadow:0 7px 0 #8b98a9,0 14px 0 #8b98a9}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark:after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#000;box-shadow:0 7px 0 #000,0 14px 0 #000;content:""}.menu-icon.dark:hover:after{background:#8a8a8a;box-shadow:0 7px 0 #8a8a8a,0 14px 0 #8a8a8a}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .5s ease,visibility .5s ease;-ms-transition:opacity .5s ease;-webkit-transition:opacity .5s ease;background:rgba(0,0,0,.25);opacity:0;-webkit-opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;-webkit-opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{position:fixed;top:0;left:0;z-index:1;transition:transform .5s ease;-ms-transition:transform .5s ease;-webkit-transition:transform .5s ease;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.is-transition-overlap{z-index:10}.off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(0,0,0,.7)}.off-canvas.is-open{transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0)}.off-canvas-absolute{position:absolute;z-index:1;transition:transform .5s ease;-ms-transition:transform .5s ease;-webkit-transition:transform .5s ease;backface-visibility:hidden;background:#e6e6e6}[data-whatinput=mouse] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-overlap{z-index:10}.off-canvas-absolute.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(0,0,0,.7)}.off-canvas-absolute.is-open{transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0)}.position-left{top:0;left:0;width:375px;height:100%;transform:translateX(-375px);-ms-transform:translateX(-375px);-webkit-transform:translateX(-375px);overflow-y:auto}.position-left.is-open~.off-canvas-content{transform:translateX(375px);-ms-transform:translateX(375px);-webkit-transform:translateX(375px)}.position-left.is-transition-push:after{position:absolute;top:0;right:0;height:100%;width:1px;box-shadow:0 0 10px rgba(0,0,0,.7);content:" "}.position-left.is-transition-overlap.is-open~.off-canvas-content{transform:none;-ms-transform:none;-webkit-transform:none}.position-right{top:0;right:0;width:375px;height:100%;transform:translateX(375px);-ms-transform:translateX(375px);-webkit-transform:translateX(375px);overflow-y:auto}.position-right.is-open~.off-canvas-content{transform:translateX(-375px);-ms-transform:translateX(-375px);-webkit-transform:translateX(-375px)}.position-right.is-transition-push:after{position:absolute;top:0;left:0;height:100%;width:1px;box-shadow:0 0 10px rgba(0,0,0,.7);content:" "}.position-right.is-transition-overlap.is-open~.off-canvas-content{transform:none;-ms-transform:none;-webkit-transform:none}.position-top{top:0;left:0;width:100%;height:375px;transform:translateY(-375px);-ms-transform:translateY(-375px);-webkit-transform:translateY(-375px);overflow-x:auto}.position-top.is-open~.off-canvas-content{transform:translateY(375px);-ms-transform:translateY(375px);-webkit-transform:translateY(375px)}.position-top.is-transition-push:after{position:absolute;bottom:0;left:0;height:1px;width:100%;box-shadow:0 0 10px rgba(0,0,0,.7);content:" "}.position-top.is-transition-overlap.is-open~.off-canvas-content{transform:none;-ms-transform:none;-webkit-transform:none}.position-bottom{bottom:0;left:0;width:100%;height:375px;transform:translateY(375px);-ms-transform:translateY(375px);-webkit-transform:translateY(375px);overflow-x:auto}.position-bottom.is-open~.off-canvas-content{transform:translateY(-375px);-ms-transform:translateY(-375px);-webkit-transform:translateY(-375px)}.position-bottom.is-transition-push:after{position:absolute;top:0;left:0;height:1px;width:100%;box-shadow:0 0 10px rgba(0,0,0,.7);content:" "}.position-bottom.is-transition-overlap.is-open~.off-canvas-content{transform:none;-ms-transform:none;-webkit-transform:none}.off-canvas-content{transition:transform .5s ease;-ms-transition:transform .5s ease;-webkit-transition:transform .5s ease;backface-visibility:hidden}@media print,screen and (min-width:26.25em){.position-left.reveal-for-smedium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-left.reveal-for-smedium~.off-canvas-content{margin-left:375px}.position-right.reveal-for-smedium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-right.reveal-for-smedium~.off-canvas-content{margin-right:375px}.position-top.reveal-for-smedium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-top.reveal-for-smedium~.off-canvas-content{margin-top:375px}.position-bottom.reveal-for-smedium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-bottom.reveal-for-smedium~.off-canvas-content{margin-bottom:375px}}@media print,screen and (min-width:41.75em){.position-left.reveal-for-medium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-left.reveal-for-medium~.off-canvas-content{margin-left:375px}.position-right.reveal-for-medium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-right.reveal-for-medium~.off-canvas-content{margin-right:375px}.position-top.reveal-for-medium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-top.reveal-for-medium~.off-canvas-content{margin-top:375px}.position-bottom.reveal-for-medium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-bottom.reveal-for-medium~.off-canvas-content{margin-bottom:375px}}@media print,screen and (min-width:48.0625em){.position-left.reveal-for-xmedium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-left.reveal-for-xmedium~.off-canvas-content{margin-left:375px}.position-right.reveal-for-xmedium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-right.reveal-for-xmedium~.off-canvas-content{margin-right:375px}.position-top.reveal-for-xmedium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-top.reveal-for-xmedium~.off-canvas-content{margin-top:375px}.position-bottom.reveal-for-xmedium{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-bottom.reveal-for-xmedium~.off-canvas-content{margin-bottom:375px}}@media print,screen and (min-width:64.0625em){.position-left.reveal-for-large{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-left.reveal-for-large~.off-canvas-content{margin-left:375px}.position-right.reveal-for-large{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-right.reveal-for-large~.off-canvas-content{margin-right:375px}.position-top.reveal-for-large{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-top.reveal-for-large~.off-canvas-content{margin-top:375px}.position-bottom.reveal-for-large{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-bottom.reveal-for-large~.off-canvas-content{margin-bottom:375px}}@media screen and (min-width:75em){.position-left.reveal-for-xlarge{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-left.reveal-for-xlarge~.off-canvas-content{margin-left:375px}.position-right.reveal-for-xlarge{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-right.reveal-for-xlarge~.off-canvas-content{margin-right:375px}.position-top.reveal-for-xlarge{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-top.reveal-for-xlarge~.off-canvas-content{margin-top:375px}.position-bottom.reveal-for-xlarge{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-bottom.reveal-for-xlarge~.off-canvas-content{margin-bottom:375px}}@media screen and (min-width:90em){.position-left.reveal-for-xxlarge{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-left.reveal-for-xxlarge~.off-canvas-content{margin-left:375px}.position-right.reveal-for-xxlarge{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-right.reveal-for-xxlarge~.off-canvas-content{margin-right:375px}.position-top.reveal-for-xxlarge{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-top.reveal-for-xxlarge~.off-canvas-content{margin-top:375px}.position-bottom.reveal-for-xxlarge{transform:none;-ms-transform:none;-webkit-transform:none;z-index:1}.position-bottom.reveal-for-xxlarge~.off-canvas-content{margin-bottom:375px}}.orbit,.orbit-container{position:relative}.orbit-container{height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{bottom:0;width:100%;margin-bottom:0;background-color:rgba(0,0,0,.5)}.orbit-caption,.orbit-next,.orbit-previous{position:absolute;padding:1rem;color:#fefefe}.orbit-next,.orbit-previous{top:50%;transform:translateY(-50%);z-index:10}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:rgba(0,0,0,.7)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#8b98a9}.orbit-bullets button.is-active,.orbit-bullets button:hover{background-color:#8a8a8a}.pagination{margin-left:0;margin-bottom:1rem}.pagination:after,.pagination:before{display:table;content:" "}.pagination:after{clear:both}.pagination li{margin-right:.0625rem;border-radius:0;font-size:.875rem;display:none}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media print,screen and (min-width:41.75em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:0;color:#000}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#334e9b;color:#fefefe;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#8b98a9;cursor:not-allowed}.pagination .disabled:hover{background:transparent}.pagination .ellipsis:after{padding:.1875rem .625rem;content:"\2026";color:#000}.pagination-previous.disabled:before,.pagination-previous a:before{display:inline-block;margin-right:.5rem;content:"\00ab"}.pagination-next.disabled:after,.pagination-next a:after{display:inline-block;margin-left:.5rem;content:"\00bb"}.progress{height:1rem;margin-bottom:1rem;border-radius:0;background-color:#8b98a9}.progress.primary .progress-meter{background-color:#334e9b}.progress.secondary .progress-meter{background-color:#848484}.progress.success .progress-meter{background-color:#3adb76}.progress.warning .progress-meter{background-color:#ee1f3b}.progress.alert .progress-meter{background-color:#cc4b37}.progress-meter{position:relative;display:block;width:0;height:100%;background-color:#334e9b}.progress-meter-text{top:50%;left:50%;transform:translate(-50%,-50%);position:absolute;margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#8b98a9;transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{top:50%;transform:translateY(-50%);position:absolute;left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;border-radius:0;background-color:#334e9b;transition:all .2s ease-in-out;-ms-touch-action:manipulation;touch-action:manipulation}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#2b4284}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;transform:scaleY(-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;transform:translateX(-50%)}.sticky,.sticky-container{position:relative}.sticky{z-index:0;transform:translateZ(0)}.sticky.is-stuck{position:fixed;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}body.is-reveal-open{overflow:hidden}html.is-reveal-open,html.is-reveal-open body{min-height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(0,0,0,.45);overflow-y:scroll}.reveal{z-index:1006;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #8b98a9;border-radius:0;background-color:#fefefe;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto}[data-whatinput=mouse] .reveal{outline:0}@media print,screen and (min-width:41.75em){.reveal{min-height:0}}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}@media print,screen and (min-width:41.75em){.reveal{width:600px;max-width:75rem}}@media print,screen and (min-width:41.75em){.reveal .reveal{right:auto;left:auto;margin:0 auto}}.reveal.collapse{padding:0}@media print,screen and (min-width:41.75em){.reveal.tiny{width:30%;max-width:75rem}}@media print,screen and (min-width:41.75em){.reveal.small{width:50%;max-width:75rem}}@media print,screen and (min-width:41.75em){.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}@media screen and (max-width:26.1875em){.reveal{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.switch{height:2rem;position:relative;margin-bottom:1rem;outline:0;font-size:.875rem;font-weight:700;color:#fefefe;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:4rem;height:2rem;border-radius:0;background:#8b98a9;transition:all .25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle:after{position:absolute;top:.25rem;left:.25rem;display:block;width:1.5rem;height:1.5rem;transform:translateZ(0);border-radius:0;background:#fefefe;transition:all .25s ease-out;content:""}input:checked~.switch-paddle{background:#334e9b}input:checked~.switch-paddle:after{left:2.25rem}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle:after{top:.25rem;left:.25rem;width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle:after{left:1.75rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle:after{top:.25rem;left:.25rem;width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle:after{left:2rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle:after{top:.25rem;left:.25rem;width:2rem;height:2rem}.switch.large input:checked~.switch-paddle:after{left:2.75rem}table{width:100%;margin-bottom:1rem;border-radius:0}table tbody,table tfoot,table thead{border:1px solid #f1f1f1;background-color:#fefefe}table caption{padding:.5rem .625rem .625rem;font-weight:700}table thead{background:#f8f8f8;color:#848484}table tfoot{background:#f1f1f1;color:#848484}table tfoot tr,table thead tr{background:transparent}table tfoot td,table tfoot th,table thead td,table thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}table tbody td,table tbody th{padding:.5rem .625rem .625rem}table tbody tr:nth-child(2n){border-bottom:0;background-color:#f1f1f1}table.unstriped tbody{background-color:#fefefe}table.unstriped tbody tr{border-bottom:0;border-bottom:1px solid #f1f1f1;background-color:#fefefe}@media screen and (max-width:48em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#f3f3f3}table.hover tfoot tr:hover{background-color:#ececec}table.hover tbody tr:hover{background-color:#f9f9f9}table.hover:not(.unstriped) tr:nth-of-type(2n):hover{background-color:#ececec}.table-scroll{overflow-x:auto}.table-scroll table{width:auto}.tabs{margin:0;border:1px solid #e6e6e6;background:#fefefe;list-style-type:none}.tabs:after,.tabs:before{display:table;content:" "}.tabs:after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#334e9b}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#304a93}.tabs-title{float:left}.tabs-title>a{display:block;padding:1.25rem 1.5rem;font-size:.75rem;line-height:1;color:#334e9b}.tabs-title>a:hover{background:#fefefe;color:#2c4385}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6;color:#334e9b}.tabs-content{border:1px solid #e6e6e6;border-top:0;background:#fefefe;color:#848484;transition:all .5s ease}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel[aria-hidden=false]{display:block}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:4px solid #fefefe;border-radius:0;box-shadow:0 0 0 1px rgba(0,0,0,.2);line-height:0}a.thumbnail{transition:box-shadow .2s ease-out}a.thumbnail:focus,a.thumbnail:hover{box-shadow:0 0 6px 1px rgba(51,78,155,.5)}a.thumbnail image{box-shadow:none}.title-bar{padding:.5rem;background:#000;color:#fefefe}.title-bar:after,.title-bar:before{display:table;content:" "}.title-bar:after{clear:both}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left{float:left}.title-bar-right{float:right;text-align:right}.title-bar-title{vertical-align:middle}.has-tip,.title-bar-title{display:inline-block;font-weight:700}.has-tip{position:relative;border-bottom:1px dotted #8a8a8a;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:0;background-color:#000;font-size:80%;color:#fefefe}.tooltip:before{border:.75rem inset;border-top-width:0;border-bottom-style:solid;border-color:transparent transparent #000;position:absolute;bottom:100%;left:50%;transform:translateX(-50%)}.tooltip.top:before,.tooltip:before{display:block;width:0;height:0;content:""}.tooltip.top:before{border:.75rem inset;border-bottom-width:0;border-top-style:solid;border-color:#000 transparent transparent;top:100%;bottom:auto}.tooltip.left:before{border:.75rem inset;border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #000;left:100%}.tooltip.left:before,.tooltip.right:before{display:block;width:0;height:0;content:"";top:50%;bottom:auto;transform:translateY(-50%)}.tooltip.right:before{border:.75rem inset;border-left-width:0;border-right-style:solid;border-color:transparent #000 transparent transparent;right:100%;left:auto}.top-bar{padding:.5rem}.top-bar:after,.top-bar:before{display:table;content:" "}.top-bar:after{clear:both}.top-bar,.top-bar ul{background-color:transparent}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{width:100%}@media print,screen and (min-width:41.75em){.top-bar .top-bar-left,.top-bar .top-bar-right{width:auto}}@media screen and (max-width:41.6875em){.top-bar.stacked-for-smedium .top-bar-left,.top-bar.stacked-for-smedium .top-bar-right{width:100%}}@media screen and (max-width:48em){.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{width:100%}}@media screen and (max-width:64em){.top-bar.stacked-for-xmedium .top-bar-left,.top-bar.stacked-for-xmedium .top-bar-right{width:100%}}@media screen and (max-width:74.9375em){.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{width:100%}}@media screen and (max-width:89.9375em){.top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right{width:100%}}.top-bar.stacked-for-xxlarge .top-bar-left,.top-bar.stacked-for-xxlarge .top-bar-right{width:100%}.top-bar-title{display:inline-block;float:left;padding:.45rem 1rem 0}.top-bar-title .menu-icon{bottom:2px}.top-bar-left{float:left}.top-bar-right{float:right} @font-face{font-family:FontAwesome;src:url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot#iefix&v=4.7.0) format("embedded-opentype"),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),url(//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14286em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14286em;width:2.14286em;top:.14286em;text-align:center}.fa-li.fa-lg{left:-1.85714em}.fa-border{padding:.2em .25em .15em;border:.08em solid #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:d 2s infinite linear}.fa-pulse{animation:d 1s infinite steps(8)}@keyframes d{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-y-combinator:before,.fa-yc:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-television:before,.fa-tv:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:""}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-sign-language:before,.fa-signing:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-address-card:before,.fa-vcard:before{content:""}.fa-address-card-o:before,.fa-vcard-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.animate,.onHoverBounce,.onHoverExplode,.onHoverFlash,.onHoverHeartbeat,.onHoverPanic,.onHoverPullback,.onHoverPulsate,.onHoverPulse,.onHoverShake,.onHoverSpin,.onHoverStrobe,.onHoverTada,.onHoverWave,.onHoverWobble,.trigger{opacity:0;animation-duration:1s;animation-fill-mode:both}.no-js .animate,.onHoverBounce,.onHoverExplode,.onHoverFlash,.onHoverHeartbeat,.onHoverPanic,.onHoverPullback,.onHoverPulsate,.onHoverPulse,.onHoverShake,.onHoverSpin,.onHoverStrobe,.onHoverTada,.onHoverWave,.onHoverWobble,.trigger{opacity:1}.onHoverBounce.infinite,.onHoverExplode.infinite,.onHoverFlash.infinite,.onHoverHeartbeat.infinite,.onHoverPanic.infinite,.onHoverPullback.infinite,.onHoverPulsate.infinite,.onHoverPulse.infinite,.onHoverShake.infinite,.onHoverSpin.infinite,.onHoverStrobe.infinite,.onHoverTada.infinite,.onHoverWave.infinite,.onHoverWobble.infinite,.trigger.infinite{animation-iteration-count:infinite}.animate.fadeIn,.trigger.fadeIn{animation-name:H}.animate.fadeInUp,.trigger.fadeInUp{animation-name:O}.animate.fadeInDown,.trigger.fadeInDown{animation-name:I}.animate.fadeInLeft,.trigger.fadeInLeft{animation-name:K}.animate.fadeInRight,.trigger.fadeInRight{animation-name:M}.animate.fadeOut,.trigger.fadeOut{animation-name:Q}.animate.fadeOutUp,.trigger.fadeOutUp{animation-name:X}.animate.fadeOutDown,.trigger.fadeOutDown{animation-name:R}.animate.fadeOutLeft,.trigger.fadeOutLeft{animation-name:T}.animate.fadeOutRight,.trigger.fadeOutRight{animation-name:V}.animate.zoomIn,.trigger.zoomIn{animation-name:tb}.animate.zoomInUp,.trigger.zoomInUp{animation-name:xb}.animate.zoomInDown,.trigger.zoomInDown{animation-name:ub}.animate.zoomInLeft,.trigger.zoomInLeft{animation-name:vb}.animate.zoomInRight,.trigger.zoomInRight{animation-name:wb}.animate.zoomOut,.trigger.zoomOut{animation-name:yb}.animate.zoomOutUp,.trigger.zoomOutUp{animation-name:Cb}.animate.zoomOutDown,.trigger.zoomOutDown{animation-name:zb}.animate.zoomOutLeft,.trigger.zoomOutLeft{animation-name:Ab}.animate.zoomOutRight,.trigger.zoomOutRight{animation-name:Bb}.animate.bounceIn,.trigger.bounceIn{animation-name:x}.animate.bounceInUp,.trigger.bounceInUp{animation-name:B}.animate.bounceInDown,.trigger.bounceInDown{animation-name:y}.animate.bounceInLeft,.trigger.bounceInLeft{animation-name:z}.animate.bounceInRight,.trigger.bounceInRight{animation-name:A}.animate.bounceOut,.trigger.bounceOut{animation-name:C}.animate.bounceOutUp,.trigger.bounceOutUp{animation-name:G}.animate.bounceOutDown,.trigger.bounceOutDown{animation-name:D}.animate.bounceOutLeft,.trigger.bounceOutLeft{animation-name:E}.animate.bounceOutRight,.trigger.bounceOutRight{animation-name:F}@keyframes e{0%{transform-origin:center center;transform:rotate(-380deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.animate.spinLeft,.trigger.spinLeft{animation-name:e}@keyframes f{0%{transform-origin:center center;transform:rotate(1turn);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}.animate.spinRight,.trigger.spinRight{animation-name:f}.animate.flash,.onHoverFlash:hover,.trigger.flash{animation-name:o}@keyframes g{0%,20%,40%,60%,80%,to{opacity:1}10%,30%,50%,70%,90%{opacity:0}}.animate.strobe,.onHoverStrobe:hover,.trigger.strobe{animation-name:g}.animate.shake,.onHoverShake:hover,.trigger.shake{animation-name:r}.animate.bounce,.onHoverBounce:hover,.trigger.bounce{animation-name:n}.animate.tada,.onHoverTada:hover,.trigger.tada{animation-name:u}.animate.wave,.onHoverWave:hover,.trigger.wave{animation-name:t}@keyframes h{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate.spin,.onHoverSpin:hover,.trigger.spin{animation-name:h}@keyframes i{0%{transform:rotate(0deg)}20%,30%{transform:rotate(-45deg)}to{transform:rotate(1turn)}}.animate.pullback,.onHoverPullback:hover,.trigger.pullback{animation-name:i}.animate.wobble,.onHoverWobble:hover,.trigger.wobble{animation-name:v}.animate.pulse,.onHoverPulse:hover,.trigger.pulse{animation-name:p}@keyframes j{0%,50%,to{transform:scale(1)}25%,75%{transform:scale(1.1)}}.animate.pulsate,.onHoverPulsate:hover,.trigger.pulsate{animation-name:j}@keyframes k{0%,30%,50%,60%,80%{transform:scale(1)}40%,70%{transform:scale(1.1)}}.animate.heartbeat,.onHoverHeartbeat:hover,.trigger.heartbeat{animation-name:k}@keyframes l{0%,to{transform:scale(1) rotate(0)}10%,60%{transform:scale(1.1) rotate(-3deg)}20%,40%{transform:scale(1) rotate(-3deg)}30%{transform:scale(1.1) rotate(3deg)}50%,70%,90%{transform:scale(1) rotate(3deg)}80%{transform:scale(1.1) rotate(-3deg)}}.animate.panic,.onHoverPanic:hover,.trigger.panic{animation-name:l}@keyframes m{0%{opacity:1;transform:scale(1)}20%{transform:scale(.3) rotate(-3deg)}60%{transform:scale(.3) rotate(-5deg)}30%{transform:scale(.4) rotate(8deg)}40%{transform:scale(.3) rotate(-11deg)}50%{transform:scale(.4) rotate(14deg)}70%{transform:scale(.2) rotate(17deg)}80%{opacity:1;transform:scale(.2) rotate(-20deg)}to{opacity:0;transform:scale(10) rotate(1turn)}}.animate.explode,.trigger.explode{animation-name:m} .animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes n{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:n;transform-origin:center bottom}@keyframes o{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:o}@keyframes p{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:p}@keyframes q{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:q}@keyframes r{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:r}@keyframes s{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:s}@keyframes t{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:t}@keyframes u{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:u}@keyframes v{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:v}@keyframes w{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.39062deg) skewY(.39062deg)}88.8%{transform:skewX(-.19531deg) skewY(-.19531deg)}}.jello{animation-name:w;transform-origin:center}@keyframes x{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:x}@keyframes y{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:y}@keyframes z{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:z}@keyframes A{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:A}@keyframes B{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:B}@keyframes C{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:C}@keyframes D{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:D}@keyframes E{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:E}@keyframes F{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:F}@keyframes G{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:G}@keyframes H{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:H}@keyframes I{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:I}@keyframes J{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:J}@keyframes K{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:K}@keyframes L{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:L}@keyframes M{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:M}@keyframes N{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:N}@keyframes O{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:O}@keyframes P{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:P}@keyframes Q{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:Q}@keyframes R{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:R}@keyframes S{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:S}@keyframes T{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:T}@keyframes U{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:U}@keyframes V{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:V}@keyframes W{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:W}@keyframes X{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:X}@keyframes Y{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:Y}@keyframes Z{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible;animation-name:Z}@keyframes ab{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{backface-visibility:visible!important;animation-name:ab}@keyframes bb{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{backface-visibility:visible!important;animation-name:bb}@keyframes cb{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:cb;backface-visibility:visible!important}@keyframes db{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{backface-visibility:visible!important;animation-name:db}@keyframes eb{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:eb;animation-timing-function:ease-out}@keyframes fb{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:fb;animation-timing-function:ease-in}@keyframes gb{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:gb}@keyframes hb{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:hb}@keyframes ib{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:ib}@keyframes jb{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:jb}@keyframes kb{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:kb}@keyframes lb{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:lb}@keyframes mb{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:mb}@keyframes nb{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:nb}@keyframes ob{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:ob}@keyframes pb{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:pb}@keyframes qb{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:qb}@keyframes rb{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rb}@keyframes sb{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:sb}@keyframes tb{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:tb}@keyframes ub{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:ub}@keyframes vb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:vb}@keyframes wb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:wb}@keyframes xb{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:xb}@keyframes yb{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:yb}@keyframes zb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zb}@keyframes Ab{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:Ab}@keyframes Bb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:Bb}@keyframes Cb{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:Cb}@keyframes Db{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:Db}@keyframes Eb{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:Eb}@keyframes Fb{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:Fb}@keyframes Gb{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:Gb}@keyframes Hb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:Hb}@keyframes Ib{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:Ib}@keyframes Jb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:Jb}@keyframes Kb{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:Kb}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body .background-primary{background-color:#334e9b}body .background-secondary{background-color:#848484}body .background-success{background-color:#3adb76}body .background-warning{background-color:#ee1f3b}body .background-alert{background-color:#cc4b37}body h2 small,body h3 small,body h4 small,body h5 small{width:100%;display:inline-block;font-size:50%;line-height:normal}body .white-text,body .white-text a,body .white-text a small,body .white-text h2,body .white-text h2 small,body .white-text h3,body .white-text h3 small,body .white-text h4,body .white-text h4 small,body .white-text h5,body .white-text h5 small{color:#fefefe}body q{quotes:"“" "”"}.nopad,.noPad{padding:0!important}.nopadLeft,.noPadLeft{padding-left:0}.nopadRight,.noPadRight{padding-right:0}@media print,screen and (min-width:41.75em){.medium-nopad{padding-left:0!important;padding-right:0!important}}@media screen and (min-width:41.75em) and (max-width:48em){.medium-only-nopad{padding-left:0!important;padding-right:0!important}}.valign{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.valign-middle{display:table}.valign-middle .columns{display:table-cell;vertical-align:middle}.valign-middle .columns,.valign-middle [class*=column]+[class*=column]:last-child{float:none}.clear-left{clear:left!important}.clear-right{clear:right!important}.clear-both{clear:both!important}.fadeInBlock{opacity:0}.fullwidth{width:100%}.headsub{font-size:20px}@media print,screen and (min-width:41.75em){.headsub{font-size:30px}}.article-header{box-shadow:2px 2px 5px rgba(0,0,0,.25)}.article-header h1{line-height:2.4rem}.article-header.page-header{margin-bottom:2rem;padding:1.5rem 2rem 1rem}@media print,screen and (min-width:41.75em){#inner-content{margin-top:-6rem}}@media print,screen and (min-width:41.75em){.svalign-middle{display:table}.svalign-middle .columns{display:table-cell;vertical-align:middle}.svalign-middle .columns,.svalign-middle [class*=column]+[class*=column]:last-child{float:none}}.frontpage-container{min-height:1000px}#content{min-height:900px;padding-top:50px}@media print,screen and (min-width:64.0625em){#content{padding-top:130px}}@media screen and (max-width:41.6875em){.reveal{height:auto!important;min-height:auto!important}}.page-banner .page-bg{background-position-x:50%}#loader-wrapper{position:fixed;z-index:9999;top:0;left:0;bottom:0;margin:auto;width:100%;height:100%;background-color:#000;display:block}#loader-wrapper .loader-container{position:relative;width:100%;height:100%}#loader-wrapper .loader-container #loader{z-index:99999;display:block;position:absolute;top:40%;left:0;right:0;margin:0 auto;padding:0 20px}.no-js #loader-wrapper{display:none}a:link,a:visited:link{-webkit-tap-highlight-color:rgba(0,0,0,.3)}a.secondary{color:#848484}address{font-style:normal}.button.large{font-size:16px}.button.primary,.button.secondary{box-shadow:3px 3px 3px rgba(0,0,0,.2)}.button.white{background-color:#fefefe;color:#848484;border-color:#fff}.button.hollow{box-shadow:none;background-color:transparent}.button.hollow.white{color:#fefefe;border-color:#fefefe;background-color:hsla(0,0%,100%,.125)}.button.hollow.white:hover{background-color:hsla(0,0%,100%,.4)}@media print,screen and (min-width:41.75em){.callout>:last-child{margin-bottom:1rem}}.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,h1 a,h2 a,h3 a,h4 a,h5 a{text-decoration:none}.h4 small,h4 small{width:100%;font-size:60%;display:inline-block}.header ul.off-canvas-list li{list-style:none}.top-bar .title-area{z-index:1}#content #inner-content{padding:3rem 0}#main p{margin:0 0 35px;font-size:18px}#main a{font-weight:400}@media screen and (max-width:26.1875em){#main hr{margin:25px 0}}@media screen and (max-width:48em){#main hr{margin:45px 0}}@media print,screen and (min-width:64.0625em){#main hr{margin:40px 0}}hr.superwide{max-width:none}.page-bg{width:100%;height:330px;background-position:top;background-size:cover;background-repeat:no-repeat}@media screen and (max-width:48em){.page-bg{height:240px!important}}@media screen and (max-width:26.1875em){.page-bg{height:230px!important}}.page-title .vcard{border:0;padding:0}.byline{color:#999}.alignnone,img.alignnone,img.wp-post-image{width:100%;height:auto;max-width:none;margin-bottom:1rem}@media print,screen and (min-width:41.75em){.alignnone,img.alignnone,img.wp-post-image{max-width:100%}}.aligncenter,.alignleft,.alignnone,.alignright{margin-bottom:15px}.alignnone,img.alignnone{width:100%;max-width:none;height:auto}.entry-content img{max-width:100%;height:auto}.entry-content .aligncenter,.entry-content .alignleft,.entry-content .alignnone,.entry-content .alignright{margin-bottom:15px}.entry-content .alignleft,.entry-content img.alignleft{margin-right:1.5em;display:inline;float:left}@media screen and (max-width:26.1875em){.entry-content .alignleft,.entry-content img.alignleft{width:100%;float:none;margin-right:0}}.entry-content .alignright,.entry-content img.alignright{margin-left:1.5em;display:inline;float:right}@media screen and (max-width:26.1875em){.entry-content .alignright,.entry-content img.alignright{width:100%;float:none;margin-left:0}}.entry-content .aligncenter,.entry-content img.aligncenter{margin-right:auto;margin-left:auto;display:block;clear:both}@media screen and (max-width:26.1875em){.entry-content .aligncenter,.entry-content img.aligncenter{width:100%;float:none}}.entry-content .alignnone,.entry-content img.alignnone{width:100%;max-width:none;height:auto}.entry-content object,.entry-content video{max-width:100%;height:auto}.entry-content pre{background:#eee;border:1px solid #cecece;padding:10px}.wp-caption{max-width:100%;background:#eee;padding:5px}.wp-caption img{max-width:100%;margin-bottom:0;width:100%}.wp-caption p.wp-caption-text{font-size:.85em;margin:4px 0 7px;text-align:center}.footer alignnone,.footer img.alignnone{max-width:100%;width:auto}.post-password-form input[type=submit]{display:inline-block;vertical-align:middle;margin:0 0 1rem;padding:.85em 1em;-webkit-appearance:none;border:1px solid transparent;border-radius:0;transition:background-color .25s ease-out,color .25s ease-out;font-size:.9rem;line-height:1;text-align:center;cursor:pointer;background-color:#334e9b;color:#fefefe}[data-whatinput=mouse] .post-password-form input[type=submit]{outline:0}.post-password-form input[type=submit]:focus,.post-password-form input[type=submit]:hover{background-color:#2b4284;color:#fefefe}.page-navigation{margin-top:1rem}.page-navi a{color:inherit}.white-text h1,.white-text h2,.white-text h3,.white-text h4,.white-text h5,.white-text h6{color:#fefefe}.extra-footer-section{padding:2rem 1.2rem 0}.extra-footer-section .button{width:100%}@media print,screen and (min-width:41.75em){.extra-footer-section{padding:3rem 1rem 2rem}.extra-footer-section .button{width:auto}}.extra-footer-section.white-text h4{font-size:1.5rem}.extra-footer-section.white-text h4 small{color:#fefefe;font-size:64%}@media print,screen and (min-width:64.0625em){.extra-footer-section.white-text h4{font-size:1.875rem}}.footer{clear:both;background-color:#133575;color:#fff;font-size:12px}@media print,screen and (min-width:64.0625em){.footer p{font-size:.9375rem}}.footer #inner-footer{padding-top:1rem;padding-bottom:1rem}.footer img{margin-bottom:0;max-width:15px;margin-right:4px}.footer a{color:#4db9e9;position:relative}.footer a:after{content:"";display:block;position:absolute;width:0;height:1px;left:50%;bottom:0;background-color:hsla(0,0%,100%,.8);transition:all .33s ease-in-out}.footer a:hover:after{width:100%;left:0}@media screen and (max-width:48em){.footer .lefty,.footer .righty{text-align:center!important;font-size:10px;padding:0}.footer .lefty p,.footer .righty p{margin-bottom:5px}}.accordion-title{padding-left:15px!important;border:none}.accordion-title:before{left:0;right:auto;content:"\f105";font-family:FontAwesome}.is-active>.accordion-title:before{content:"\f107"}.accordion-content{border:none;padding:0 1rem}.accordion-content p{margin:0!important}:last-child>.accordion-content:last-child{border:none}blockquote{margin-left:40px}.gform_body ul{list-style:none outside none;margin:0}.label.secondary,.label.success{color:#fefefe} .sub-page-carousel .carousel-cell{width:100%}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:none}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:none;border-radius:50%;background:#fff;background:hsla(0,0%,100%,.75);cursor:pointer;transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:none;box-shadow:0 0 0 5px #09f}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots{bottom:-10px}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}.fm-item-target{position:relative;top:0}.fm-item-target.inactive{height:0;display:none}:target:before{content:"";display:block;height:90px;margin:-90px 0 0}#fp-content{padding-top:50px}@media print,screen and (min-width:41.75em){#fp-content{padding-top:0}}#fp-banner{position:relative}#fp-banner.mobile .bg,#fp-banner.tablet .bg{position:relative;visibility:visible;opacity:1;min-width:100%;width:100%;background-position:top!important;background-size:cover!important}@media screen and (max-width:26.1875em){#fp-banner.mobile .bg,#fp-banner.tablet .bg{min-height:350px}}@media print,screen and (min-width:41.75em){#fp-banner.mobile .bg,#fp-banner.tablet .bg{min-height:550px}}@media print,screen and (min-width:64.0625em){#fp-banner.mobile .bg,#fp-banner.tablet .bg{min-height:850px}}#fp-banner.mobile .bg img,#fp-banner.tablet .bg img{width:100%}#fp-banner.mobile .loader,#fp-banner.tablet .loader{display:none}@media screen and (max-width:26.1875em){#fp-banner .promo-wrapper{min-height:350px}}@media print,screen and (min-width:41.75em){#fp-banner .promo-wrapper{min-height:550px}}@media print,screen and (min-width:64.0625em){#fp-banner .promo-wrapper{min-height:850px}}@media (max-width:1300px) and (min-width:1024px){#fp-banner .promo-wrapper{min-height:700px}}#fp-banner .bg{visibility:hidden;opacity:0}#fp-banner .promo-wrapper{overflow:hidden;max-height:400px}@media print,screen and (min-width:41.75em){#fp-banner .promo-wrapper{max-height:570px}}@media print,screen and (min-width:64.0625em){#fp-banner .promo-wrapper{max-height:850px}}@media (max-width:1300px) and (min-width:1024px){#fp-banner .promo-wrapper{max-height:700px}}#fp-banner .video{opacity:0;visibility:hidden}#fp-banner .video video{background-color:#000!important;width:125%;max-width:999%;height:100%;display:block}@media (max-width:808px){#fp-banner .video video{width:175%}}@media (max-width:380px){#fp-banner .video video{width:204%}}#fp-banner .video:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:10;background-color:rgba(0,0,0,.5)}#fp-banner .video.visible{opacity:1;visibility:visible}#fp-banner .loader{z-index:12;background-color:#000!important;background-position:50%!important;background-repeat:no-repeat!important;top:0;height:100%}#fp-banner .box,#fp-banner .loader{position:absolute;left:0;width:100%}#fp-banner .box{z-index:11;display:block;right:0;margin:0 auto;color:#fff;font-size:18px;padding:9px 10px 0;top:28%}@media screen and (max-width:41.6875em){#fp-banner .box.text-left{text-align:center!important}}@media print,screen and (min-width:41.75em){#fp-banner .box{top:30%}}@media print,screen and (min-width:64.0625em){#fp-banner .box{top:36%}}#fp-banner .box h1,#fp-banner .box h2,#fp-banner .box h3,#fp-banner .box h4{color:#fefefe;margin-bottom:0}#fp-banner .box h2{font-size:1.625rem}@media print,screen and (min-width:41.75em){#fp-banner .box h2{font-size:1.5rem}}@media print,screen and (min-width:64.0625em){#fp-banner .box h2{font-size:2.375rem}}#fp-banner .box .button{box-shadow:3px 3px 3px rgba(0,0,0,.2);font-size:22px;min-width:230px;font-weight:600;padding:15px 35px;margin-top:15px}#fp-banner .iconDown{position:absolute;left:0;right:0;text-align:center;margin:0 auto;bottom:5%;z-index:998}#fp-banner .iconDown i{font-size:55px;color:#fff}#fp-banner .iconDown i:hover{color:hsla(0,0%,100%,.4)}@media screen and (max-width:26.1875em){#fp-banner .iconDown{visibility:hidden;opacity:0}}#fp-banner #leftDotsWrap{height:25%;top:75%;bottom:auto;position:absolute;width:100%}#fp-banner #leftDotsWrap .dots-row{top:0;position:relative;padding-left:1.875rem}#fp-banner #leftDotsWrap .dots-row ol.flickity-page-dots{text-align:center;bottom:0;left:0}@media print,screen and (min-width:41.75em){#fp-banner #leftDotsWrap .dots-row ol.flickity-page-dots{text-align:left;left:30px}}#fp-banner #leftDotsWrap .dots-row ol.flickity-page-dots li.dot{opacity:1;background:transparent;border:1px solid hsla(0,0%,100%,.9);margin:0 4px}#fp-banner #leftDotsWrap .dots-row ol.flickity-page-dots li.dot.is-selected{background:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.9)}#fp-banner #leftDotsWrap .inline-block{display:inline-block}#fp-banner #leftDotsWrap a.nextArrow,#fp-banner #leftDotsWrap a.prevArrow{color:#fefefe}#fp-banner #leftDotsWrap a.prevArrow{margin-right:6px}#fp-banner #leftDotsWrap a.nextArrow{margin-left:6px}#fp-banner .fp-banner-bg{background-position:top}@media print,screen and (min-width:41.75em){#fp-banner .fp-banner-bg{background-size:cover}}#fp-banner .fp-banner-wrapper{width:100%;transition:min-height .22s ease-in-out;min-height:300px}@media print,screen and (min-width:41.75em){#fp-banner .fp-banner-wrapper{min-height:420px}}@media print,screen and (min-width:64.0625em){#fp-banner .fp-banner-wrapper{min-height:540px}}@media screen and (min-width:75em){#fp-banner .fp-banner-wrapper{min-height:650px}}section#CTABlocks .column,section#CTABlocks .columns{padding-left:1.4rem;padding-right:1.4rem}@media screen and (min-width:26.25em) and (max-width:41.6875em){section#CTABlocks .column.ctaCol:nth-of-type(2),section#CTABlocks .ctaCol.columns:nth-of-type(2){margin-top:2.4rem}}section#CTABlocks .white-text .button{background-color:#fefefe;color:#cc4b37}section#CTABlocks h2,section#CTABlocks h3,section#CTABlocks h4{margin-top:0;font-size:1.5rem}section#CTABlocks h2 small,section#CTABlocks h3 small,section#CTABlocks h4 small{font-size:64%}@media print,screen and (min-width:41.75em){section#CTABlocks h2,section#CTABlocks h3,section#CTABlocks h4{margin-top:1.2rem;font-size:1.375rem}section#CTABlocks h2 small,section#CTABlocks h3 small,section#CTABlocks h4 small{font-size:50%}}@media print,screen and (min-width:64.0625em){section#CTABlocks h2,section#CTABlocks h3,section#CTABlocks h4{margin-top:1.4rem;font-size:1.875rem}section#CTABlocks h2 small,section#CTABlocks h3 small,section#CTABlocks h4 small{font-size:60%}}@media screen and (max-width:26.1875em){section#CTABlocks .background-warning{margin-bottom:2rem}}@media print,screen and (min-width:64.0625em){section#CTABlocks .background-warning{min-height:460px;margin-bottom:-50px}}section#CTABlocks .background-warning:before{display:block;width:100%;content:"";position:relative;height:1.4rem;top:-1.3rem;background-color:#ee1f3b}@media print,screen and (min-width:41.75em){section#CTABlocks .background-warning:before{height:2rem;bottom:-2rem}}section#CTABlocks .background-warning:after{display:block;width:100%;content:"";position:relative;height:1rem;bottom:-.9rem;background-color:#ee1f3b}@media print,screen and (min-width:41.75em){section#CTABlocks .background-warning:after{height:4rem;bottom:-2rem}}@media print,screen and (min-width:64.0625em){section#CTABlocks .background-warning:after{height:2rem;bottom:-2rem}}section#CTABlocks .background-warning h2,section#CTABlocks .background-warning h3,section#CTABlocks .background-warning h4{margin-top:0;font-size:1.5rem}section#CTABlocks .background-warning h2 small,section#CTABlocks .background-warning h3 small,section#CTABlocks .background-warning h4 small{font-size:64%}@media print,screen and (min-width:41.75em){section#CTABlocks .background-warning h2,section#CTABlocks .background-warning h3,section#CTABlocks .background-warning h4{margin-top:2rem;font-size:1.375rem}section#CTABlocks .background-warning h2 small,section#CTABlocks .background-warning h3 small,section#CTABlocks .background-warning h4 small{font-size:50%}}@media print,screen and (min-width:64.0625em){section#CTABlocks .background-warning h2,section#CTABlocks .background-warning h3,section#CTABlocks .background-warning h4{margin-top:1.4rem;font-size:1.875rem}section#CTABlocks .background-warning h2 small,section#CTABlocks .background-warning h3 small,section#CTABlocks .background-warning h4 small{font-size:60%}}section#CTABlocks .background-warning p:last-of-type{margin-bottom:.5rem}section#CTABlocks .background-warning .button{margin-bottom:0;color:#fefefe;border-color:#fefefe;background-color:hsla(0,0%,100%,.1);width:100%}section#CTABlocks .background-warning .button:hover{color:#ee1f3b;border-color:#fefefe;background-color:hsla(0,0%,100%,.8)}@media print,screen and (min-width:41.75em){section#CTABlocks .background-warning .button{margin-bottom:1rem}}section#CTABlocks .background-warning h2,section#CTABlocks .background-warning h3,section#CTABlocks .background-warning h4,section#CTABlocks .background-warning p{margin-left:1.5rem;margin-right:1.5rem}@media print,screen and (min-width:41.75em){section#CTABlocks .background-warning h2,section#CTABlocks .background-warning h3,section#CTABlocks .background-warning h4,section#CTABlocks .background-warning p{margin-left:2rem;margin-right:2rem}}section#mediaSection{background-repeat:no-repeat;background-size:150%;background-position:50%}@media print,screen and (min-width:26.25em){section#mediaSection{background-size:140%;background-position:top}}@media print,screen and (min-width:41.75em){section#mediaSection{background-size:140%}}@media print,screen and (min-width:48.0625em){section#mediaSection{background-size:130%;background-position:50%}}@media screen and (min-width:75em){section#mediaSection{background-size:cover}}section#mediaSection .valign-middle{min-height:370px;height:100%}@media print,screen and (min-width:64.0625em){section#mediaSection .valign-middle{min-height:500px}}section#mediaSection .mSecContent{padding-top:1rem}@media print,screen and (min-width:41.75em){section#mediaSection .mSecContent{padding-top:2rem}}section#mediaSection .mSecContent h2,section#mediaSection .mSecContent h3,section#mediaSection .mSecContent h4,section#mediaSection .mSecContent p,section#mediaSection .mSecContent q{color:#fefefe}section#mediaSection .mSecContent h2 small,section#mediaSection .mSecContent h3 small,section#mediaSection .mSecContent h4 small,section#mediaSection .mSecContent p small,section#mediaSection .mSecContent q small{color:inherit}@media print,screen and (min-width:64.0625em){section#mediaSection .mSecContent h2,section#mediaSection .mSecContent h3,section#mediaSection .mSecContent h4{font-size:1.875rem}section#mediaSection .mSecContent h2 small,section#mediaSection .mSecContent h3 small,section#mediaSection .mSecContent h4 small{font-size:60%}}section#mediaSection .mSecContent .playBtnRound{margin-top:1rem;background-color:hsla(0,0%,100%,.2);height:80px;width:80px;font-size:30px;border-radius:50%;border-color:#fefefe;text-align:center;display:inline-block}section#mediaSection .mSecContent .playBtnRound:focus{outline:none}section#mediaSection .mSecContent .playBtnRound i{color:#fefefe;position:relative;top:auto}section#mediaSection .mSecContent .playBtnRound:hover{background-color:#fefefe}section#mediaSection .mSecContent .playBtnRound:hover i{color:#334e9b}@media print,screen and (min-width:41.75em){section#mediaSection .mSecContent .playBtnRound{margin-top:.2rem;height:60px;width:60px;font-size:22px}}@media print,screen and (min-width:64.0625em){section#mediaSection .mSecContent .playBtnRound{margin-top:1rem;height:80px;width:80px;font-size:30px}}section#servicesSection{padding:1.8rem .71429rem 1rem}@media print,screen and (min-width:41.75em){section#servicesSection p,section#servicesSection ul li{font-size:13px}}@media print,screen and (min-width:64.0625em){section#servicesSection p,section#servicesSection ul li{font-size:18px}}section#servicesSection ul li{margin-bottom:.33rem}@media print,screen and (min-width:64.0625em){section#servicesSection ul li{margin-bottom:0}}section#servicesSection h3,section#servicesSection h4,section#servicesSection h5{font-size:1.5rem}section#servicesSection h3 small,section#servicesSection h4 small,section#servicesSection h5 small{font-size:64%}@media print,screen and (min-width:41.75em){section#servicesSection h3,section#servicesSection h4,section#servicesSection h5{font-size:1rem!important}section#servicesSection h3 small,section#servicesSection h4 small,section#servicesSection h5 small{font-size:64%}}@media print,screen and (min-width:64.0625em){section#servicesSection h3,section#servicesSection h4{font-size:1.875rem!important}section#servicesSection h3 small,section#servicesSection h4 small{font-size:60%}}@media print,screen and (min-width:64.0625em){section#servicesSection h5{font-size:1.375rem!important}section#servicesSection h5 small{font-size:60%}}@media print,screen and (min-width:41.75em){section#servicesSection{padding:2rem 0}}@media print,screen and (min-width:64.0625em){section#servicesSection{padding:3rem 0 4rem}}section#servicesSection .button{min-width:66%;text-transform:uppercase}section#servicesSection .button:hover{background-color:#848484;color:#fefefe}section#servicesSection .background-primary{text-align:center;padding-top:1.6rem;padding-bottom:1.6rem;margin-bottom:1rem}section#servicesSection .background-primary h2,section#servicesSection .background-primary h3,section#servicesSection .background-primary h4{font-size:1.5rem}section#servicesSection .background-primary h2 small,section#servicesSection .background-primary h3 small,section#servicesSection .background-primary h4 small{font-size:64%}@media print,screen and (min-width:41.75em){section#servicesSection .background-primary h2,section#servicesSection .background-primary h3,section#servicesSection .background-primary h4{font-size:1.125rem}section#servicesSection .background-primary h2 small,section#servicesSection .background-primary h3 small,section#servicesSection .background-primary h4 small{font-size:80%}}@media print,screen and (min-width:64.0625em){section#servicesSection .background-primary h2,section#servicesSection .background-primary h3,section#servicesSection .background-primary h4{font-size:1.5rem}section#servicesSection .background-primary h2 small,section#servicesSection .background-primary h3 small,section#servicesSection .background-primary h4 small{font-size:64%}}@media print,screen and (min-width:41.75em){section#servicesSection .background-primary{padding-top:0;padding-bottom:0;margin-bottom:0;text-align:left}section#servicesSection .background-primary .column,section#servicesSection .background-primary .columns{padding-left:.33333rem;padding-right:.33333rem}}@media print,screen and (min-width:64.0625em){section#servicesSection .background-primary{padding-top:0;padding-bottom:0;margin-bottom:0;text-align:left}section#servicesSection .background-primary .column,section#servicesSection .background-primary .columns{padding-left:1rem;padding-right:1rem}}section#servicesSection .servicesInner{position:relative}section#servicesSection #serviceSlideArrows{position:absolute;z-index:1;right:1rem;top:0}section#servicesSection #serviceSlideArrows li{width:25px;height:25px;background-color:#fefefe;text-align:center;border:1px solid #848484;font-size:19px}section#servicesSection #serviceSlideArrows li:last-of-type{border-left:0 none transparent}section#servicesSection #serviceSlideArrows li a{padding:0;margin:0;color:#848484}section#servicesSection #serviceSlideArrows li a i{margin:0}section#servicesSection #serviceSlideArrows li:hover{background-color:#848484}section#servicesSection #serviceSlideArrows li:hover a{color:#fefefe}section#servicesSection .servicesInner .columns h3,section#servicesSection .servicesInner .columns h4{font-size:1.5rem}section#servicesSection .servicesInner .columns h3 small,section#servicesSection .servicesInner .columns h4 small{font-size:64%}section#servicesSection .servicePostsContainer{min-height:520px}@media screen and (max-width:26.1875em){section#servicesSection .servicePostsContainer .serviceInnerSlide{width:95%;padding-left:10%}section#servicesSection .servicePostsContainer .serviceInnerSlide .button{width:100%}}@media screen and (min-width:26.25em) and (max-width:41.6875em){section#servicesSection .servicePostsContainer .serviceInnerSlide{width:95%;padding-left:6%}section#servicesSection .servicePostsContainer .serviceInnerSlide .button{width:100%}}section#servicesSection .flickity-prev-next-button.previous{left:-10px}section#servicesSection .flickity-prev-next-button.next{right:-10px}@media print,screen and (min-width:41.75em){section#servicesSection .flickity-prev-next-button.next,section#servicesSection .flickity-prev-next-button.previous{display:none}}section#locationsSection{background-image:url(https://unsplash.it/1200/700/?image=60);background-position:100% 0;background-size:130%;background-repeat:no-repeat;padding-bottom:2rem;padding:1.6rem .71429rem 4rem}@media print,screen and (min-width:41.75em){section#locationsSection{background-size:150%;background-position:top;background-size:160%}}@media print,screen and (min-width:64.0625em){section#locationsSection{background-size:160%}}@media screen and (min-width:75em){section#locationsSection{background-size:120%}}@media screen and (min-width:90em){section#locationsSection{background-size:cover}}section#locationsSection h4{font-size:1.5rem;margin-bottom:1.6rem}section#locationsSection h4 small{font-size:64%}@media print,screen and (min-width:64.0625em){section#locationsSection h4{font-size:1.875rem;margin-top:1rem;margin-bottom:3.6rem}section#locationsSection h4 small{font-size:60%}}@media print,screen and (min-width:41.75em){section#locationsSection{padding-left:0;padding-right:0}}section#locationsSection .locationsSlider .locationSlide{float:left;margin:0 5%;background-color:#fefefe;width:90%!important}section#locationsSection .locationsSlider .locationSlide .column,section#locationsSection .locationsSlider .locationSlide .columns{padding-left:1.4rem;padding-right:1.4rem}section#locationsSection .locationsSlider .locationSlide img{margin-bottom:1.4rem}@media screen and (min-width:41.75em) and (max-width:48em){section#locationsSection .locationsSlider .locationSlide h5{font-size:1rem}}@media print,screen and (min-width:64.0625em){section#locationsSection .locationsSlider .locationSlide h5{font-size:1.375rem;margin-bottom:0}}@media print,screen and (min-width:64.0625em){section#locationsSection .locationsSlider .locationSlide hr{margin:.6rem auto .8rem}}@media screen and (min-width:41.75em) and (max-width:48em){section#locationsSection .locationsSlider .locationSlide address,section#locationsSection .locationsSlider .locationSlide span,section#locationsSection .locationsSlider .locationSlide ul li{font-size:.8125rem}}@media print,screen and (min-width:64.0625em){section#locationsSection .locationsSlider .locationSlide address,section#locationsSection .locationsSlider .locationSlide span,section#locationsSection .locationsSlider .locationSlide ul li{font-size:1.125rem}}@media print,screen and (min-width:41.75em){section#locationsSection .locationsSlider .locationSlide{margin:0 1%;width:31%!important}section#locationsSection .locationsSlider .locationSlide img{margin-bottom:1rem}section#locationsSection .locationsSlider .locationSlide .column,section#locationsSection .locationsSlider .locationSlide .columns{padding-left:1rem;padding-right:1rem}}@media print,screen and (min-width:64.0625em){section#locationsSection .locationsSlider .locationSlide{margin:0 1.25%;width:22%!important}section#locationsSection .locationsSlider .locationSlide .column,section#locationsSection .locationsSlider .locationSlide .columns{padding-left:2rem;padding-right:2rem}}section#locationsSection .locationsSlider .locationSlide ul.hours{margin-top:1rem}section#locationsSection .locationsSlider .locationSlide ul.hours li.expanded{width:100%;float:none;display:inline-block}section#locationsSection .locationsSlider .locationSlide ul.hours li.expanded .align-left{float:left}section#locationsSection .locationsSlider .locationSlide ul.hours li.expanded .align-right{float:right;width:70%;text-align:left;padding-left:15px}section#locationsSection .flickity-page-dots{width:33%;height:17px;margin:30px auto 0;float:none;position:relative;border-radius:15px;border:1px solid #fefefe;overflow:hidden;background-color:hsla(0,0%,100%,.25)}section#locationsSection .flickity-page-dots .dot{background-color:transparent;opacity:1;border:1px solid transparent;width:20%;height:15px;border-radius:0;margin:0}section#locationsSection .flickity-page-dots .dot.is-selected{background:#fefefe;border-radius:15px}section#additionalContent{padding:2rem 1.4rem}@media print,screen and (min-width:41.75em){section#additionalContent{padding-left:1rem;padding-right:1rem}}@media print,screen and (min-width:64.0625em){section#additionalContent p{font-size:1.125rem}}section#additionalContent h2,section#additionalContent h3,section#additionalContent h4{font-size:1.5rem}section#additionalContent h2 small,section#additionalContent h3 small,section#additionalContent h4 small{font-size:64%}@media print,screen and (min-width:64.0625em){section#additionalContent h2,section#additionalContent h3,section#additionalContent h4{font-size:1.875rem}}.off-canvas-content{position:relative;z-index:3}.js-off-canvas-exit,.js-off-canvas-overlay{z-index:999;top:0;left:0}.off-canvas{z-index:9999;background-color:#fefefe;width:100%;max-width:375px;left:-375px}.off-canvas.is-open{left:0}@media print,screen and (min-width:26.25em){.off-canvas{width:100%;max-width:420px}.off-canvas.is-open{left:0}}@media print,screen and (min-width:41.75em){.off-canvas{width:100%;max-width:668px}}.off-canvas .menu.vertical.off-canvas-cta-nav{padding-top:33px}.off-canvas .menu.vertical.off-canvas-cta-nav li{background-color:transparent;padding:16px 25px 0!important}.off-canvas .menu.vertical.off-canvas-cta-nav li a.button.primary.ctaBtn,.off-canvas .menu.vertical.off-canvas-cta-nav li a.button.warning.ctaBtn{box-shadow:none;border-radius:4px;padding:4px!important;height:40px;line-height:29px!important;color:#fefefe!important;font-size:90%;font-weight:600!important}.off-canvas .menu.vertical.off-canvas-cta-nav li:after{content:none!important}.off-canvas [class*=close-]{color:#777;font:37px/100% Garamond,Apple Garamond,Lucida Sans Unicode;position:absolute;right:22px;text-decoration:none;text-shadow:0 1px 0 #fff;top:5px}.off-canvas .close-thin:after{content:"×"}.off-canvas-list ul{margin-left:0}.off-canvas-list ul li a{border-bottom:0}.off-canvas-list ul .dropdown{margin-left:20px}.top-bar #menu-topnav-1{opacity:0;transition:opacity .55s ease-in-out}.top-bar .fixedlogo{display:none}.menu-bar-wrapper{background:linear-gradient(1turn,hsla(0,0%,100%,.3),hsla(0,0%,100%,.0125),transparent);z-index:9999;position:fixed;top:0;left:0;width:100%}.menu-bar-wrapper hr{margin-bottom:0;padding-bottom:0}@media print,screen and (min-width:64.0625em){.menu-bar-wrapper{position:absolute}}.menu-bar-wrapper ::-webkit-scrollbar{-webkit-appearance:none;width:7px}.menu-bar-wrapper ::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.5);-webkit-box-shadow:0 0 1px hsla(0,0%,100%,.5)}.menu-bar-wrapper .head-bar hr{display:none}.menu-bar-wrapper .head-bar .social-networks li a{color:#fefefe;margin-right:6px}.menu-bar-wrapper .head-bar .social-networks li a.ctaBtn{border:0 none transparent;padding-left:0;padding-right:0;margin-left:0}.menu-bar-wrapper .head-bar .social-networks li a.ctaBtn:hover{background-color:transparent!important;text-shadow:0 0 8px #fefefe,0 0 2px #000}.menu-bar-wrapper.fixed .head-bar hr{display:block}.menu-bar-wrapper.fixed .head-bar .social-networks li a{color:#fefefe;margin-right:6px}.menu-bar-wrapper.fixed .head-bar .social-networks li a.ctaBtn{border:1px solid #334e9b;color:#334e9b;padding-left:1rem;padding-right:1rem;margin-left:0}.menu-bar-wrapper.fixed .head-bar .social-networks li a.ctaBtn:hover{background-color:#334e9b!important;color:#fefefe;text-shadow:none}.menu-bar-wrapper .desktop-menu .phone-wrapper{display:block;padding-top:10px}.menu-bar-wrapper .desktop-menu .phone-wrapper .button{border-width:2px;font-size:22px;font-weight:600;min-width:250px}.menu-bar-wrapper .desktop-menu .phone-wrapper .button:hover{background-color:hsla(0,0%,100%,.3);border-color:#fff;color:#fff}.menu-bar-wrapper .desktop-menu .logo-container{display:none}.menu-bar-wrapper .desktop-menu .menu-wrapper{font-family:Source Sans Pro,sans-serif}@media print,screen and (min-width:64.0625em){.menu-bar-wrapper .desktop-menu .menu-wrapper{max-height:80px;height:auto;padding-left:0;padding-right:0}}.menu-bar-wrapper .desktop-menu .menu-wrapper .menu .active>a{background-color:transparent}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu{text-align:center}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li{position:relative;padding:20px 5px 5px}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li a{position:relative;color:#000;letter-spacing:.5px;font-size:15px;font-weight:400;text-transform:capitalize;padding:.7rem .37rem}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children:before{animation-duration:.55s;animation-fill-mode:both;animation-name:H!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu{background-color:#fefefe;text-align:left;color:#000;border-color:#fefefe;padding-top:1rem;padding-bottom:1.2rem}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu.is-dropdown-submenu{left:0}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li{padding:0;min-width:250px}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li a{font-size:15px;padding:10px 25px;text-transform:capitalize;color:#000;transition:opacity .33s ease-in-out}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li a:before{background:transparent!important;display:none!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li a.fadedLink{opacity:.5}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li:hover a{background-color:transparent}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li:hover a:before{background:transparent!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li:hover:before{display:none}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li ul.is-dropdown-submenu{max-height:600px;background-color:#39312e;overflow:auto;z-index:-2;padding-top:0;left:100%;min-width:300px}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li ul.is-dropdown-submenu li{background-color:#39312e}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li ul.is-dropdown-submenu li:hover a{background-color:transparent}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li ul.is-dropdown-submenu li a{color:#fefefe;background-color:transparent}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li ul.is-dropdown-submenu li a:hover{color:#fefefe}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li.double ul.is-dropdown-submenu{min-width:600px;overflow:visible;min-height:inherit;border-color:#39312e;background-color:#39312e}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li.double ul.is-dropdown-submenu li{width:50%;line-height:1.5em;float:left;display:inline}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li ul.submenu li.double ul.is-dropdown-submenu li.topFix{position:relative;top:-10px}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item.last-link a{padding-right:0!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children>a:after{content:none;display:none;transition:transform .22s ease-in-out}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children>ul.submenu{opacity:0;animation-duration:.22s;animation-fill-mode:both;animation-name:Q!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children>ul.submenu li{position:static;overflow:hidden;animation-duration:.22s;animation-fill-mode:both;animation-name:curtainOut!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children:hover>ul.submenu>li{overflow:hidden!important;animation-duration:.55s;animation-fill-mode:both;animation-name:curtainIn!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children:hover>ul.submenu{opacity:1;animation-duration:.55s;animation-fill-mode:both;animation-name:H!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children:hover>a:after{margin-top:-12px}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children.opens-left.opens-right>ul.submenu{left:auto;right:0;top:100%}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children.opens-left.opens-right>ul.submenu li.menu-item-has-children a:first-of-type{padding-right:0}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children.opens-left.opens-right>ul.submenu li.menu-item-has-children:hover>a:after{border-top:15px solid transparent;border-bottom:15px solid transparent;border-left:15px solid #39312e;border-right:15px solid transparent;right:auto;top:45%;left:0}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children.opens-left.opens-right>ul.submenu li.menu-item-has-children ul.submenu.is-dropdown-submenu{border-color:#39312e;left:auto;right:100%;top:0;animation-duration:.55s;animation-fill-mode:both;animation-name:H!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children ul.submenu li.menu-item-has-children>a:after{content:none;display:none;animation-duration:.55s;animation-fill-mode:both;animation-name:H!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children ul.submenu li.menu-item-has-children:hover>a:after{display:block;content:"";width:0;height:0;border-top:15px solid transparent;border-bottom:15px solid transparent;border-right:15px solid #39312e;border-left:15px solid transparent;right:0;top:45%}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children ul.submenu li.menu-item-has-children:hover{overflow:visible}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children ul.submenu li.menu-item-has-children:hover:before{display:none!important;background-color:transparent}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children ul.submenu li.menu-item-has-children>ul.submenu{animation-duration:.22s;animation-fill-mode:both;animation-name:Q!important}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children ul.submenu li.menu-item-has-children>ul.submenu>a{line-height:1.5}.menu-bar-wrapper .desktop-menu .menu-wrapper ul.menu li.menu-item-has-children ul.submenu li.menu-item-has-children:hover>ul.submenu{animation-duration:.55s;animation-fill-mode:both;animation-name:H!important}.menu-bar-wrapper .top-bar{padding:0}@media screen and (max-width:64em){.menu-bar-wrapper .top-bar{background-color:#fefefe;box-shadow:8px 3px 13px rgba(0,0,0,.2)}.menu-bar-wrapper .top-bar ul{background-color:#fff}.menu-bar-wrapper .top-bar ul.menu-toggle{background-color:transparent}}.menu-bar-wrapper .top-bar i{color:#1fb28e;font-size:33px}.menu-bar-wrapper .top-bar .mobile-logo-wrap{display:table;vertical-align:middle;text-align:center;height:100%;min-height:50px}.menu-bar-wrapper .top-bar .mobile-logo-wrap img{width:75%;max-width:188px;float:left}@media print,screen and (min-width:26.25em){.menu-bar-wrapper .top-bar .mobile-logo-wrap img{width:auto}}@media print,screen and (min-width:41.75em){.menu-bar-wrapper .top-bar .mobile-logo-wrap img{float:none}}@media print,screen and (min-width:64.0625em){.menu-bar-wrapper .top-bar .mobile-logo-wrap{min-height:74px}}.menu-bar-wrapper .top-bar .mobile-logo-wrap p{display:table-cell;vertical-align:middle;line-height:normal}.menu-bar-wrapper .top-bar .linkie{background-color:#334e9b;color:#fefefe;transition:all .1s ease-in-out;padding:8.25px 15px}.menu-bar-wrapper .top-bar .linkie i{color:#fefefe;margin-right:0}@media print,screen and (min-width:64.0625em){.menu-bar-wrapper .top-bar .linkie{padding:16px 30px}}.menu-bar-wrapper .top-bar .linkie.hamburg{background-color:#334e9b}.menu-bar-wrapper .top-bar .patientFormsTopWrap{height:74px;background-color:#848484}.menu-bar-wrapper .top-bar .patientFormsTopWrap .patientFormsTop{color:#fefefe}.menu-bar-wrapper .top-bar .patientFormsTopWrap .patientFormsTop i{color:#fefefe;font-size:16px}.menu-bar-wrapper .top-bar .number a{color:#1fb28e;font-size:22px;font-weight:600;padding:25px 10px 25px 0}.home .swipeup.menu-bar-wrapper{animation:Lb .33s!important;position:absolute;top:-130px}.home .menu-bar-wrapper.fixed{animation:Mb 1.3s}body .menuToggle{position:absolute;right:0}body .menuToggle i{margin-right:0}body .menu-bar-wrapper .head-content{padding-top:1.5625rem}body .menu-bar-wrapper .head-content .ctaBtn{float:right;font-size:16px!important;font-weight:600;line-height:normal;margin-left:20px;margin-bottom:0;min-width:200px;padding:.8em 1em .9em;box-shadow:none!important;transition:all,.33s ease-in-out;border-radius:8px;background-clip:padding-box}body .menu-bar-wrapper .head-content .ctaBtn.button.linkie.hollow.white{background-color:#334e9b;border-color:#334e9b;color:#fefefe!important;font-size:1rem!important;line-height:normal!important;padding:.5em 1em .44em!important}body .menu-bar-wrapper .head-content .ctaBtn.button.linkie.hollow.white:hover,body .menu-bar-wrapper .head-content .ctaBtn:hover{background-color:#4162c0!important;color:#fefefe!important}@media (max-width:1170px){body .menu-bar-wrapper .head-content .ctaBtn{transition:min-width .15s ease-in-out;min-width:140px}}body .menu-bar-wrapper hr.superwide{display:block;background-color:transparent;margin-top:0;padding-top:1.25rem;border-color:#fefefe}@media print,screen and (min-width:64.0625em){body .menu-bar-wrapper hr.superwide{margin-top:0;padding-top:.8rem;border-color:hsla(0,0%,100%,.4)}}body .menu-bar-wrapper.fixed hr.superwide,body .menu-bar-wrapper hr.super{display:none}body .menu-bar-wrapper.fixed hr.super{display:block;background-color:#fefefe;margin-top:0;padding-top:.8rem;border-color:#848484}body .menu-bar-wrapper .top-bar ul.menu li.menu-item{padding:10px 25px;transition:all .33s ease-in-out}@media print,screen and (min-width:64.0625em){body .menu-bar-wrapper .top-bar ul.menu li.menu-item{padding:10px 20px 10px 42px}}@media (min-width:1060px){body .menu-bar-wrapper .top-bar ul.menu li.menu-item{padding:10px 20px 10px 48px}}@media (min-width:1100px){body .menu-bar-wrapper .top-bar ul.menu li.menu-item{padding:10px 20px 10px 55px}}@media (min-width:1124px){body .menu-bar-wrapper .top-bar ul.menu li.menu-item{padding:10px 20px 10px 60px}}@media (min-width:1150px){body .menu-bar-wrapper .top-bar ul.menu li.menu-item{padding:10px 20px 10px 65px}}@media screen and (min-width:75em){body .menu-bar-wrapper .top-bar ul.menu li.menu-item{padding:10px 20px 10px 72px}}body .menu-bar-wrapper .top-bar ul.menu li.menu-item:first-of-type{padding-left:0!important}body .menu-bar-wrapper .top-bar ul.menu li.menu-item:first-of-type a{padding-left:0}body .menu-bar-wrapper .top-bar ul.menu li.menu-item:last-of-type{padding-right:0!important}body .menu-bar-wrapper .top-bar ul.menu li.menu-item a{color:#fefefe}body .menu-bar-wrapper .top-bar ul.menu li.menu-item ul.submenu li{padding:0}body .menu-bar-wrapper .top-bar ul.menu li.menu-item ul.submenu li a{color:#000}body .menu-bar-wrapper .top-bar ul.menu li.menu-item ul.submenu li ul.is-dropdown-submenu{padding-top:1rem;padding-bottom:1.4rem;border-color:#39312e}body .menu-bar-wrapper .top-bar ul.menu li.menu-item ul.submenu li ul.is-dropdown-submenu li a,body .menu-bar-wrapper .top-bar ul.menu li.menu-item ul.submenu li ul.is-dropdown-submenu li a:hover{color:#fefefe}@media (max-width:1240px){body .menu-bar-wrapper .top-bar ul.menu li.menu-item ul.submenu li.double ul.is-dropdown-submenu{min-width:550px}body .menu-bar-wrapper .top-bar ul.menu li.menu-item ul.submenu li.double ul.is-dropdown-submenu li{min-width:175px}body .menu-bar-wrapper .top-bar ul.menu li.menu-item ul.submenu li.double ul.is-dropdown-submenu li a{min-width:175px;font-size:18px}}body .menu-bar-wrapper.fixed{z-index:9999;position:fixed;width:100%}body .menu-bar-wrapper.fixed p{padding:0;margin:0}body .menu-bar-wrapper.fixed .row{padding:0}body .menu-bar-wrapper.fixed .head-bar{background-color:#fefefe;display:block}@media print,screen and (min-width:64.0625em){body .menu-bar-wrapper.fixed .head-bar{transition:min-height .55s ease-in-out;height:auto;overflow:visible}}@media screen and (min-width:41.75em) and (max-width:48em){body .menu-bar-wrapper.fixed .head-bar{transition:min-height .55s ease-in-out;min-height:0;height:0;overflow:hidden}}body .menu-bar-wrapper.fixed .head-bar .logo-wrapper .fixedlogo,body .menu-bar-wrapper.fixed .head-bar .logo-wrapper .logo{padding:10px 0 0}body .menu-bar-wrapper.fixed .head-bar .logo-wrapper .fixedlogo{display:block}body .menu-bar-wrapper.fixed .head-bar .logo-wrapper .logo{display:none}body .menu-bar-wrapper.fixed .head-content.small-12.fixed-small-7{width:75%!important;padding-right:0}body .menu-bar-wrapper.fixed .head-content.small-12.fixed-small-7 ul.social-networks.menu{float:right}body .menu-bar-wrapper.fixed .head-content.small-12.fixed-small-7 .button.primary.ctaBtn{background-color:#ee1f3b;float:right}body .menu-bar-wrapper.fixed .head-content ul{color:#fff}body .menu-bar-wrapper.fixed .head-content .social-networks{font-size:20px;font-weight:400}body .menu-bar-wrapper.fixed .head-content .social-networks a{font-size:20px;color:#848484}body .menu-bar-wrapper.fixed .head-content .social-networks a.large-button-hollow{color:#848484;border:1px solid #848484;padding-left:.33rem;padding-right:.33rem;font-size:18px}body .menu-bar-wrapper.fixed .head-content .social-networks i{color:#848484;font-size:18px}body .menu-bar-wrapper.fixed .head-content .social-networks i:hover{color:#2c9cd7}body .menu-bar-wrapper.fixed .head-content .social-networks li{padding:0 2px}body .menu-bar-wrapper.fixed .head-content .social-networks .addresslink{margin-right:28px;color:#d8d8d8;font-weight:400}body .menu-bar-wrapper.fixed .head-content .social-networks .addresslink:hover{text-decoration:underline}@media (max-width:1200px){body .menu-bar-wrapper.fixed .head-content .social-networks .addresslink{margin-left:10px}}body .menu-bar-wrapper.fixed .head-content .social-networks .phonelink{margin-right:28px;color:blue}body .menu-bar-wrapper.fixed .head-content .social-networks .phonelink:hover{color:#33a6dc}@media (max-width:1080px){body .menu-bar-wrapper.fixed .head-content .social-networks .addresslink,body .menu-bar-wrapper.fixed .head-content .social-networks .phonelink{transition:margin .15s ease-in-out;margin-right:10px}}@media (max-width:1037px){body .menu-bar-wrapper.fixed .head-content .social-networks .addresslink{font-size:19px}}body .menu-bar-wrapper.fixed .head-content .social-networks .fa.soc{font-size:13px;padding:6px 7px;border-radius:50%}body .menu-bar-wrapper.fixed .head-content .social-networks .fa.soc:hover{background-color:#0b6a9d;color:#fff}body .menu-bar-wrapper.fixed .head-content .social-networks .fa-facebook.soc{padding:6px 10px}body .menu-bar-wrapper.fixed .top-bar{background-color:#fff;box-shadow:8px 9px 13px rgba(0,0,0,.2)}body .menu-bar-wrapper.fixed .top-bar .desktop-menu .phone-wrapper{display:none}body .menu-bar-wrapper.fixed .top-bar .desktop-menu .logo-wrapper .fixedlogo{padding:20px 0 0}body .menu-bar-wrapper.fixed .top-bar .desktop-menu .logo-container{display:block}@media (max-width:1200px){body .menu-bar-wrapper.fixed .top-bar .desktop-menu .logo-container{padding-left:10px}}body .menu-bar-wrapper.fixed .top-bar .desktop-menu .logo-container li>a{padding-top:20px}@media print,screen and (min-width:64.0625em){body .menu-bar-wrapper.fixed .top-bar .desktop-menu .logo-container.menu{padding-bottom:0;padding-left:0}}body .menu-bar-wrapper.fixed .top-bar ul.menu li.menu-item a{color:#000}body.home .menu-bar-wrapper .head-bar .logo-wrapper .fixedlogo,body.home .menu-bar-wrapper .head-bar .logo-wrapper .logo{padding:10px 0 0}@media print,screen and (min-width:64.0625em){body.home .menu-bar-wrapper .head-bar .logo-wrapper .fixedlogo,body.home .menu-bar-wrapper .head-bar .logo-wrapper .logo{padding:20px 0 0}}body.home .menu-bar-wrapper .head-bar .logo-wrapper .fixedlogo,body.home .menu-bar-wrapper .head-bar .logo-wrapper .logo{display:none}body.home .menu-bar-wrapper.fixed .head-bar .logo-wrapper .fixedlogo{display:block}body.home .menu-bar-wrapper.fixed .head-bar .logo-wrapper .logo{display:none}#off-canvas{height:100%}#off-canvas .offcanvas-phone-wrap{background-color:#fefefe}#off-canvas .offcanvas-phone-wrap .offcanvas-phone-container{display:none;padding:20px 0;color:#fff;font-size:20px;font-weight:900}#off-canvas .offcanvas-phone-wrap .offcanvas-phone-container a{color:#fff;font-weight:600;font-size:22px}#off-canvas .offcanvas-phone-wrap .offcanvas-phone-container a:hover{color:#bbe4d9}#off-canvas .menu .active>a{background-color:#fefefe}#off-canvas .menu .active>a:before{position:absolute;content:"";display:block;height:100%;width:10px;background:#2f6580;top:-.5px;left:0}#off-canvas .is-accordion-submenu-parent>a:after{font-family:FontAwesome;content:"\f054";width:auto;height:auto;border:none;font-size:13px}#off-canvas .is-accordion-submenu-parent[aria-expanded=true]>a:after{transform:rotate(90deg)}#off-canvas ul.menu li{border-bottom:0 none transparent;position:relative}#off-canvas ul.menu li:after{content:"";display:block;width:95%;left:2.5%;height:1px;background-color:#c4c4c4;position:absolute;bottom:0}#off-canvas ul.menu li:hover:before{position:absolute;content:"";display:block;height:100%;width:10px;background:#2f6580;top:0;left:0}#off-canvas ul.menu li .menu.submenu li{border-bottom:none!important;border-top:0 none transparent;background-color:#d9d9d9}#off-canvas ul.menu li .menu.submenu li:before{background-color:transparent!important}#off-canvas ul.menu li .menu.submenu li:hover{background-color:#2f6580}#off-canvas ul.menu li .menu.submenu li:hover a{color:#fff}#off-canvas ul.menu li .menu.submenu li:hover:before{background-color:transparent!important}#off-canvas ul.menu li .menu.submenu a{color:#000;text-transform:capitalize;font-weight:500}#off-canvas ul.menu li .menu.submenu .menu.submenu li{border-bottom:none!important;border-top:1px solid #c4c4c4;background-color:#eee}#off-canvas ul.menu li .menu.submenu .menu.submenu a{color:#848484}#off-canvas ul.menu li .menu.submenu .menu.submenu a:hover{color:#2f6580}#off-canvas ul.menu li a{font-size:24px;color:#615f5f;text-transform:capitalize;font-weight:500;line-height:normal;color:#262626;padding:20px 10px 20px 25px}@media (max-width:460px){#off-canvas ul.menu li a{font-size:14px;padding:20px 15px 20px 25px}}#off-canvas .social-networks{list-style:none}#off-canvas .social-networks li{display:inline-block}#off-canvas .social-networks li a{color:#fff;font-size:30px;padding:0 5px}#off-canvas .social-networks li a i{font-size:24px;background-color:#fefefe;color:#412e1a;padding:6px 7px;margin:0 2px;border-radius:50%}#off-canvas .social-networks li a i:hover{background-color:#ea1921;color:#fff}#off-canvas .social-networks li a i.fa.fa-facebook{padding:6px 11px}#off-canvas .bottom-content{padding-top:40px}#off-canvas .bottom-content .button.primary{font-size:20px;font-weight:600;border-radius:5px;width:60%;box-shadow:2px 3px 3px rgba(0,0,0,.6);font-family:Source Sans Pro}.fixedlogo img{max-width:300px;height:auto}.no-js .top-bar #menu-topnav-1,.no-js .top-bar .fixedlogo{display:block}@keyframes Lb{0%{top:0}to{top:-150px}}@keyframes Mb{0%{top:-150px}to{top:0}}.widget{background-color:#fefefe;padding:1.8rem 2rem;margin-bottom:2rem;box-shadow:1px 0 8px rgba(0,0,0,.33);display:inline-block;width:100%}.widget.widget_acf_widget_1 a{display:block}.widget.widget_acf_widget_1 a img{width:100%;height:auto}.widget.widget_acf_widget_2{display:inline-block;width:100%}.widget.widget_acf_widget_2 .reviewSliderTop{padding:.4rem 0 1.5rem}.widget .widgettitle{margin-bottom:1.4rem}.widget ul{margin:0}.widget ul li{list-style:none;padding-bottom:.5rem!important}.widget.widget_acf_widget_2,.widget_acf_widget_2{padding:0}@media screen and (max-width:48em){.widget.widget_acf_widget_2 .reviewSliderTop{padding-left:0!important;padding-right:0!important}}.widget.widget_acf_widget_2 .reviewSliderTop.hasBackGround{padding:2rem}.widget.widget_acf_widget_2 .reviewSliderTop.hasBackGround a{color:#ee1f3b!important;font-weight:600}.widget.widget_acf_widget_2 .reviewSliderTop.hasBackGround a:hover{color:#f8d15c!important}.widget.widget_acf_widget_2 .reviewSliderTop.hasBackGround p:last-child{margin-bottom:0}.widgetBox{padding-left:2rem;padding-right:2rem;padding-top:1.4rem;margin-bottom:2.5rem;box-shadow:1px 0 8px rgba(0,0,0,.33);margin-bottom:1.5rem 2.5rem}.widgetBox.widgetBg .widget{background-color:transparent;box-shadow:none;padding:0;margin-bottom:0}.widgetBox.widgetBg .widget p:last-child{margin-bottom:0!important}.widgetBox .widget{padding:0;margin-bottom:0;box-shadow:none}.widgetBox.acfRelatedPosts{padding:2rem}.widgetBox.acfRelatedPosts h4{text-align:center;font-weight:700;font-size:25px;margin-bottom:.8rem}.widgetBox.acfRelatedPosts .widget ul li i{font-size:8px;display:inline-block;top:-2px;position:relative;margin-right:3px;color:#000}.widgetBoxWrap{box-shadow:1px 0 8px rgba(0,0,0,.33);display:inline-block;margin-bottom:2rem}.widgetBoxWrap .widgetBox{box-shadow:none;margin-bottom:0}.widgettitle.customFontSize{line-height:30px;position:relative;top:2rem;margin-bottom:1rem}.wSlide.text-center p{text-align:center}.wSlide.text-left p{text-align:left}.wSlide.text-right p{text-align:right}.text-center .widgettitle{text-align:center!important}.text-left .widgettitle{text-align:left!important}.text-right .widgettitle{text-align:right!important}h3.rpwe-title{font-family:Libre Franklin,sans-serif;font-size:122%;font:600;margin-bottom:0}h3.rpwe-title a{color:#848484}.widget.recent-posts-extended{padding-bottom:.6rem}.widget a.more-link{clear:both;float:left;display:inline-block;width:100%;margin-bottom:1.4rem;font-weight:600}.widget a.more-link:after{content:"\f101";font-family:FontAwesome;display:inline-block;margin-left:4px}.widget a.primary{color:#334e9b!important}.widget a.primary:hover{color:#3caec9!important}.widget .row.negMarg{margin-left:-4%!important;width:108%}@media print,screen and (min-width:41.75em){.widget .row.negMarg{margin-left:-8%!important;width:116%}}.widgetBoxTop.whiteTitle{color:#fefefe;padding:2rem}.widgetBoxTop.whiteTitle h2,.widgetBoxTop.whiteTitle h3,.widgetBoxTop.whiteTitle h4,.widgetBoxTop.whiteTitle h5{color:#fefefe}.widgetBoxTop p:last-of-type,.widgetBoxTop p:only-of-type{margin-bottom:0!important}.widgetBox{background-color:#fefefe}.widgetBox p:last-of-type,.widgetBox p:only-of-type{margin-bottom:0!important}.widgetBox.whiteTitle{color:#fefefe}.widgetBox.whiteTitle label{font-size:100%;color:#fefefe;font-weight:500;padding-bottom:.25rem;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.widgetBox.wNoBg{padding:1.4rem 2rem}.widgetBox.wNoBg .widget{padding-left:0;padding-right:0;margin-bottom:0;box-shadow:none;background-color:transparent}.custTextWidget.primary{background-color:#334e9b}.custTextWidget.secondary{background-color:#848484}.custTextWidget.success{background-color:#3adb76}.custTextWidget.background-warning,.custTextWidget.warning{background-color:#ee1f3b}.custTextWidget.background-warning a.button,.custTextWidget.warning a.button{background-color:hsla(0,0%,100%,.2);border:1px solid #fefefe;color:#fefefe;text-transform:uppercase}.custTextWidget.background-warning a.button:hover,.custTextWidget.warning a.button:hover{background-color:#fefefe;color:#ee1f3b}.custTextWidget.alert{background-color:#cc4b37}.custTextWidget a.more-link{margin-bottom:0}.custTextWidget h4 small,.custTextWidget h5 small{font-size:75%}.custTextWidget span.warning{color:#ee1f3b;font-weight:500}.widget form [type=color],.widget form [type=date],.widget form [type=datetime-local],.widget form [type=datetime],.widget form [type=email],.widget form [type=month],.widget form [type=number],.widget form [type=password],.widget form [type=search],.widget form [type=tel],.widget form [type=text],.widget form [type=time],.widget form [type=url],.widget form [type=week],.widget form select,.widget form textarea{box-shadow:2px 3px 8px rgba(0,0,0,.4)}.widget form img.ajax-loader{margin-bottom:0!important}.widget.widget_acf_widget_2 .reviewSliderTop{padding:.4rem 0}.widget.widget_acf_widget_2 .reviewSliderTop .widgettitle{text-align:left}.widget.widget_acf_widget_2 .reviewSliderTop .wSlide{width:100%;min-height:165px;height:auto;text-align:left;margin-right:0;counter-increment:gallery-cell;cursor:-webkit-grab}.widget.widget_acf_widget_2 .reviewSliderTop .wSlide img{width:100%;height:auto;margin-bottom:.4rem}.widget-contact-form{background-repeat:no-repeat;background-position:50%;background-size:cover;margin-bottom:35px;padding:30px 40px}@media print,screen and (min-width:41.75em){.widget-contact-form{padding:40px 60px}}.widget-contact-form h1,.widget-contact-form h2,.widget-contact-form h3,.widget-contact-form h4{margin-bottom:30px}.widget-contact-form .gform_wrapper{position:relative}.widget-contact-form .gform_wrapper .gform_fields{display:inline-block;width:100%}.widget-contact-form .gform_wrapper .validation_error{display:none}.widget-contact-form .gform_wrapper .gform_body{position:relative;z-index:10}.widget-contact-form .gform_wrapper .gform_body .validation_message{color:red}.widget-contact-form .gform_wrapper .gform_body .gfield_label{display:none}.widget-contact-form .gform_wrapper .gform_body .ginput_container input::-webkit-input-placeholder,.widget-contact-form .gform_wrapper .gform_body option.gf_placeholder::-webkit-input-placeholder{color:#8c8c8c;font-size:20px}.widget-contact-form .gform_wrapper .gform_body .ginput_container input:-ms-input-placeholder,.widget-contact-form .gform_wrapper .gform_body option.gf_placeholder:-ms-input-placeholder{color:#8c8c8c;font-size:20px}.widget-contact-form .gform_wrapper .gform_body .ginput_container input:-moz-placeholder,.widget-contact-form .gform_wrapper .gform_body .ginput_container input::-moz-placeholder,.widget-contact-form .gform_wrapper .gform_body option.gf_placeholder:-moz-placeholder,.widget-contact-form .gform_wrapper .gform_body option.gf_placeholder::-moz-placeholder{color:#8c8c8c;opacity:1;font-size:20px}.widget-contact-form .gform_wrapper .gform_body .wct-acceptance label{font-size:20px}@media screen and (max-width:26.1875em){.widget-contact-form .gform_wrapper .gform_body .wct-acceptance label{font-size:13px}}@media (max-width:340px){.widget-contact-form .gform_wrapper .gform_body .wct-acceptance label{font-size:11px!important}}.widget-contact-form .gform_wrapper .gform_body .wct-acceptance label a{font-weight:900}.widget-contact-form .gform_wrapper .gform_body .gfield,.widget-contact-form .gform_wrapper .gform_body .gfield .ginput_container input[type=email],.widget-contact-form .gform_wrapper .gform_body .gfield .ginput_container input[type=phone],.widget-contact-form .gform_wrapper .gform_body .gfield .ginput_container input[type=text],.widget-contact-form .gform_wrapper .gform_body .gfield .ginput_container select{width:100%}@media print,screen and (min-width:41.75em){.widget-contact-form .gform_wrapper .gform_body .gfield{width:50%;float:left}.widget-contact-form .gform_wrapper .gform_body .wct-email,.widget-contact-form .gform_wrapper .gform_body .wct-name{padding-right:15px}.widget-contact-form .gform_wrapper .gform_body .wct-inquiry,.widget-contact-form .gform_wrapper .gform_body .wct-phone{padding-left:15px;clear:right}.widget-contact-form .gform_wrapper .gform_body .wct-acceptance{clear:both;text-align:center;width:100%;padding-top:10px}.widget-contact-form .gform_wrapper .gform_body .wct-acceptance .gchoice_3_6_1 input{display:inline-block;margin-bottom:0}.widget-contact-form .gform_wrapper .gform_body .wct-acceptance .gchoice_3_6_1 label{display:initial;line-height:0}}@media (max-width:420px){.widget-contact-form .gform_wrapper .gform_body .wct-acceptance .gchoice_3_6_1 label{font-size:15px}}@media (max-width:350px){.widget-contact-form .gform_wrapper .gform_body .wct-acceptance .gchoice_3_6_1 label{font-size:13px}}.widget-contact-form .gform_wrapper .gform_body .gform_validation_container{visibility:hidden;opacity:0;display:none}.widget-contact-form .gform_wrapper .gform_footer{position:relative}.widget-contact-form .gform_wrapper .gform_footer .gform_button{width:100%}body.single-galleries .listView{float:right;list-style:none}body.single-galleries .listView a{height:24px;display:block}body.single-galleries .listView li{display:inline-block;padding-right:5px;padding-bottom:0}@media (max-width:768px){body.single-galleries .mobilelistView{position:fixed;z-index:999;top:65px;right:10px;font-size:20px;color:#334e9b;background:hsla(0,0%,100%,.45);padding:10px 10px 5px;border-radius:4px;border:1px solid #8a8a8a}}body.single-galleries .galleryBox .toggleAll{width:100%;display:inline-block;padding-top:.6rem;padding-bottom:.2rem}body.single-galleries .galleryBox .toggleAll:after{content:"\f107";font-family:FontAwesome;margin-top:5px;position:relative;right:0;line-height:29px;margin-top:auto;display:inline-block;margin-left:0;height:auto;width:auto;transform-origin:50% 50%;transition:transform .44s;transition-timing:ease-in-out;transform:rotate(-90deg)}body.single-galleries .galleryBox .toggleAll.active:after{transform:rotate(0)}body.single-galleries .galleryBox .startSmallImgs{float:left;margin-top:0;height:auto;max-height:0;overflow:hidden;transition-duration:.44s;transition-timing-function:cubic-bezier(0,1,.5,1)}body.single-galleries .galleryBox .startSmallImgs.active{transition-duration:.44s;transition-timing-function:ease-in;max-height:10000px}body.single-galleries .galleryBox .startSmallImgs .imgWrap{margin-bottom:2rem}body.single-galleries .galleryBox .imgWrap a{display:block}.archive.post-type-archive-galleries .galleryBox img,.archive.tax-gallery_cat .galleryBox img,body.single-galleries .galleryBox .imgWrap img{width:100%;height:auto;margin-bottom:0}@media print{*{background:transparent!important;color:#000!important;text-shadow:none!important;filter:none!important;-ms-filter:none!important}a,a:visited{color:#444!important;text-decoration:underline}a:after,a:visited:after{content:" (" attr(href) ")"}a:visited abbr[title]:after,a abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="#"]:after,a[href^="javascript:"]:after{content:""}blockquote,pre{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}.page-navigation,.respond-form,.sidebar,.wp-prev-next,nav{display:none}}