/*--------------------------------------------------------------
# Foundation overrides & custom styles
--------------------------------------------------------------*/


/* Rows, columns */

.row {
    max-width: 74.9375rem;
}

.row.expanded-90rem, .row.expanded .row.expanded-90rem {
    max-width: 89.9375rem;
}

.row.expanded-100rem, .row.expanded .row.expanded-100rem {
    max-width: 99.9375rem;
}

.row.expanded-120rem, .row.expanded .row.expanded-120rem {
    max-width: 119.9375rem;
}

.row.expanded .row.expanded {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

@media screen and (min-width: 40em) {

}
@media screen and (min-width: 64em) {

}
@media screen and (min-width: 88em) {

}


/* Orbit */

ul.orbit-container {
    /*height: auto !important;*/
}

li.orbit-slide {
    max-height: none !important;
}

span.orbit-next, span.orbit-previous {
    background-color: transparent;
    border: 0;
    color: transparent;
    font-size: 8rem;
    font-weight: 200;
    line-height: 0;
    margin: 0;
    padding: 0.55rem 0.45rem;
    transition: color 0.2s ease-in-out;
    z-index: 20;
}
.orbit-next:active, 
.orbit-next:focus, 
.orbit-next:hover, 
.orbit-previous:active, 
.orbit-previous:focus, 
.orbit-previous:hover {
    background-color: transparent;
    outline: 0;
}
.orbit:hover .orbit-next, 
.orbit:hover .orbit-previous {
    background-color: transparent;
    color: #eef1f3;
    cursor: pointer;
}
.orbit:hover .orbit-next:hover, 
.orbit:hover .orbit-previous:hover {
    background-color: transparent;
    color: #9ca8af;
}
.orbit-next:active, 
.orbit-next:focus, 
.orbit-next:hover {
    border: 0;
}
.orbit-previous:active, 
.orbit-previous:focus, 
.orbit-previous:hover {
    border: 0;
}
.orbit-bullets button {
    background-color: #cacaca;
    border: 0;
    border-radius: 50%;
    height: 1rem;
    margin: .1rem;
    padding: 0;
    width: 1rem;
}
.orbit-bullets button:hover,
.orbit-bullets button:active,
.orbit-bullets button:focus {
    border: 0;
}
.orbit-bullets button.is-active,
.orbit-bullets button:hover {
    background-color: #0066ac;
}
@media screen and (min-width: 64rem) {
    span.orbit-next, span.orbit-previous {
        font-size: 12rem;
    }
}



/* Tooltip */

.has-tip {
    border-bottom: none;
    font-weight: 500;
}

.tooltip {
    background-color: #fff;
    color: #111;
    font-size: 80%;
    padding: .75rem;
    position: absolute;
    z-index: 1;
    top: calc(100% + .6495rem);
    max-width: 20rem !important;
    border-radius: 1px;
}

.tooltip::before {
    border-color: transparent #fff transparent transparent;
}

.tooltip.top::before {
    border-color: #fff transparent transparent;
}

.tooltip.left::before {
    border-color: transparent transparent transparent #fff;
}

.tooltip.right::before {
    border-color: transparent #fff transparent transparent;
}


/* Menus */

.menu>li>a {
    padding: .7rem 0.2rem;
}


/* Forms, inputs */

[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 {
    height: auto;
    padding: .5rem;
}

.close-button {
    position: absolute;
    color: #8a8a8a;
    cursor: pointer;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0.25rem !important;
}
.close-button, .close-button.medium {
    right: 0.4rem;
    top: 0rem;
    font-size: 2em;
    line-height: 1;
}

.sticky {
    position: static;
    z-index: auto;
    -webkit-transform: none;
    transform: none;
}

.reveal .content {
    padding-bottom: 1.5rem;
    padding-top: 1rem;
}
@media screen and (min-width: 64rem) {
    .reveal {
        padding: 1.5rem;
    }
}



/* Motion UI (/Reveal) animations */
.extra-fast {
    animation-duration: .125s !important;
}


/* SVG */

svg:not(:root) {
    overflow: visible;
}