meta.foundation-mq-small {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0em;
}
meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}
meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}
meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}
meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    font-size: 100%}
body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    position: relative;
    cursor: default;
}
a:hover {
    cursor: pointer;
}
img, object, embed {
    max-width: 100%;
    height: auto;
}
object, embed {
    height: 100%}
img {
    -ms-interpolation-mode: bicubic;
}
#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
    max-width: none !important;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
.hide {
    display: none;
}
.start {
    float: left !important;
}
.end {
    float: right !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img {
    display: inline-block;
    vertical-align: middle;
}
textarea {
    height: auto;
    min-height: 50px;
}
select {
    width: 100%}
.alert-box {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-weight: normal;
    margin-bottom: 1.25rem;
    position: relative;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    font-size: 0.8125rem;
    background-color: #2ba6cb;
    border-color: #258faf;
    color: #fff;
}
.alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333;
    opacity: 0.3;
}
.alert-box .close:hover, .alert-box .close:focus {
    opacity: 0.5;
}
.alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
.alert-box.success {
    background-color: #5da423;
    border-color: #508d1e;
    color: #fff;
}
.alert-box.alert {
    background-color: #c60f13;
    border-color: #aa0d10;
    color: #fff;
}
.alert-box.secondary {
    background-color: #e9e9e9;
    border-color: #c8c8c8;
    color: #4f4f4f;
}
.alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff;
}
.alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f;
}
button, .button {
    border-style: solid;
    border-width: 0px;
    cursor: pointer;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
    -webkit-appearance: none;
    border: none;
    font-weight: normal !important;
}
button:hover, button:focus, .button:hover, .button:focus {
    background-color: #2285a2;
}
button:hover, button:focus, .button:hover, .button:focus {
    color: #fff;
}
button.secondary, .button.secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    background-color: #bababa;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
    color: #333;
}
button.success, .button.success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #fff;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    background-color: #4a831c;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
    color: #fff;
}
button.alert, .button.alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: #fff;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    background-color: #9e0c0f;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
    color: #fff;
}
button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
}
button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
}
button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
}
button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%}
button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem;
}
button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem;
}
button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #2ba6cb;
    border-color: #2285a2;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #2285a2;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    color: #fff;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
    background-color: #2ba6cb;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
    background-color: #e9e9e9;
    border-color: #bababa;
    color: #333;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #bababa;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    color: #333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
    background-color: #e9e9e9;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
    background-color: #5da423;
    border-color: #4a831c;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #4a831c;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    color: #fff;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
    background-color: #5da423;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
    background-color: #c60f13;
    border-color: #9e0c0f;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #9e0c0f;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    color: #fff;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
    background-color: #c60f13;
}
@media only screen and (min-width: 40.063em) {
    button, .button {
    display: inline-block;
}
}.button-group {
    list-style: none;
    margin: 0;
    *zoom: 1;
}
.button-group:before, .button-group:after {
    content: " ";
    display: table;
}
.button-group:after {
    clear: both;
}
.button-group>* {
    margin: 0;
    float: left;
}
.button-group>*>button, .button-group>* .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group>*:last-child button, .button-group>*:last-child .button {
    border-right: 0;
}
.button-group>*:first-child {
    margin-left: 0;
}
.button-group.radius>*>button, .button-group.radius>* .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius>*:last-child button, .button-group.radius>*:last-child .button {
    border-right: 0;
}
.button-group.radius>*:first-child, .button-group.radius>*:first-child>a, .button-group.radius>*:first-child>button, .button-group.radius>*:first-child>.button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.button-group.radius>*:last-child, .button-group.radius>*:last-child>a, .button-group.radius>*:last-child>button, .button-group.radius>*:last-child>.button {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.button-group.round>*>button, .button-group.round>* .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round>*:last-child button, .button-group.round>*:last-child .button {
    border-right: 0;
}
.button-group.round>*:first-child, .button-group.round>*:first-child>a, .button-group.round>*:first-child>button, .button-group.round>*:first-child>.button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}
.button-group.round>*:last-child, .button-group.round>*:last-child>a, .button-group.round>*:last-child>button, .button-group.round>*:last-child>.button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}
.button-group.even-2 li {
    width: 50%}
.button-group.even-2 li>button, .button-group.even-2 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:last-child button, .button-group.even-2 li:last-child .button {
    border-right: 0;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
    width: 100%}
.button-group.even-3 li {
    width: 33.33333%}
.button-group.even-3 li>button, .button-group.even-3 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:last-child button, .button-group.even-3 li:last-child .button {
    border-right: 0;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
    width: 100%}
.button-group.even-4 li {
    width: 25%}
.button-group.even-4 li>button, .button-group.even-4 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:last-child button, .button-group.even-4 li:last-child .button {
    border-right: 0;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
    width: 100%}
.button-group.even-5 li {
    width: 20%}
.button-group.even-5 li>button, .button-group.even-5 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:last-child button, .button-group.even-5 li:last-child .button {
    border-right: 0;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
    width: 100%}
.button-group.even-6 li {
    width: 16.66667%}
.button-group.even-6 li>button, .button-group.even-6 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:last-child button, .button-group.even-6 li:last-child .button {
    border-right: 0;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
    width: 100%}
.button-group.even-7 li {
    width: 14.28571%}
.button-group.even-7 li>button, .button-group.even-7 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:last-child button, .button-group.even-7 li:last-child .button {
    border-right: 0;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
    width: 100%}
.button-group.even-8 li {
    width: 12.5%}
.button-group.even-8 li>button, .button-group.even-8 li .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:last-child button, .button-group.even-8 li:last-child .button {
    border-right: 0;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
    width: 100%}
.button-bar {
    *zoom: 1;
}
.button-bar:before, .button-bar:after {
    content: " ";
    display: table;
}
.button-bar:after {
    clear: both;
}
.button-bar .button-group {
    float: left;
    margin-right: 0.625rem;
}
.button-bar .button-group div {
    overflow: hidden;
}
.dropdown.button {
    position: relative;
    padding-right: 3.5625rem;
}
.dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%}
.dropdown.button:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem;
}
.dropdown.button:before {
    border-color: #fff transparent transparent transparent;
}
.dropdown.button.tiny {
    padding-right: 2.625rem;
}
.dropdown.button.tiny:before {
    border-width: 0.375rem;
    right: 1.125rem;
    margin-top: -0.125rem;
}
.dropdown.button.tiny:before {
    border-color: #fff transparent transparent transparent;
}
.dropdown.button.small {
    padding-right: 3.0625rem;
}
.dropdown.button.small:before {
    border-width: 0.4375rem;
    right: 1.3125rem;
    margin-top: -0.15625rem;
}
.dropdown.button.small:before {
    border-color: #fff transparent transparent transparent;
}
.dropdown.button.large {
    padding-right: 3.625rem;
}
.dropdown.button.large:before {
    border-width: 0.3125rem;
    right: 1.71875rem;
    margin-top: -0.15625rem;
}
.dropdown.button.large:before {
    border-color: #fff transparent transparent transparent;
}
.dropdown.button.secondary:before {
    border-color: #333 transparent transparent transparent;
}
.split.button {
    position: relative;
    padding-right: 5.0625rem;
}
.split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px;
}
.split.button span:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: inset;
    top: 50%;
    left: 50%}
.split.button span:active {
    background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span {
    width: 3.09375rem;
}
.split.button span:before {
    border-top-style: solid;
    border-width: 0.375rem;
    top: 48%;
    margin-left: -0.375rem;
}
.split.button span:before {
    border-color: #fff transparent transparent transparent;
}
.split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:before {
    border-color: #fff transparent transparent transparent;
}
.split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny {
    padding-right: 3.75rem;
}
.split.button.tiny span {
    width: 2.25rem;
}
.split.button.tiny span:before {
    border-top-style: solid;
    border-width: 0.375rem;
    top: 48%;
    margin-left: -0.375rem;
}
.split.button.small {
    padding-right: 4.375rem;
}
.split.button.small span {
    width: 2.625rem;
}
.split.button.small span:before {
    border-top-style: solid;
    border-width: 0.4375rem;
    top: 48%;
    margin-left: -0.375rem;
}
.split.button.large {
    padding-right: 5.5rem;
}
.split.button.large span {
    width: 3.4375rem;
}
.split.button.large span:before {
    border-top-style: solid;
    border-width: 0.3125rem;
    top: 48%;
    margin-left: -0.375rem;
}
.split.button.expand {
    padding-left: 2rem;
}
.split.button.secondary span:before {
    border-color: #333 transparent transparent transparent;
}
.split.button.radius span {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.split.button.round span {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}
.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.45);
    z-index: 98;
    display: none;
    top: 0;
    left: 0;
}
.reveal-modal {
    visibility: hidden;
    display: none;
    position: absolute;
    left: 50%;
    z-index: 99;
    height: auto;
    margin-left: -40%;
    width: 80%;
    background-color: #fff;
    padding: 1.25rem;
    border: solid 1px #666;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    top: 6.25rem;
}
.reveal-modal .column, .reveal-modal .columns {
    min-width: 0;
}
.reveal-modal>:first-child {
    margin-top: 0;
}
.reveal-modal>:last-child {
    margin-bottom: 0;
}
.reveal-modal .close-reveal-modal {
    font-size: 1.375rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #aaa;
    font-weight: bold;
    cursor: pointer;
}
@media only screen and (min-width: 40.063em) {
    .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem;
}
.reveal-modal.tiny {
    margin-left: -15%;
    width: 30%}
.reveal-modal.small {
    margin-left: -20%;
    width: 40%}
.reveal-modal.medium {
    margin-left: -30%;
    width: 60%}
.reveal-modal.large {
    margin-left: -35%;
    width: 70%}
.reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%}
}@media print {
    .reveal-modal {
    background: #fff !important;
}
}.has-tip {
    border-bottom: dotted 1px #ccc;
    cursor: help;
    font-weight: bold;
    color: #333;
}
.has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #134b5b;
    color: #2ba6cb;
}
.has-tip.tip-left, .has-tip.tip-right {
    float: none !important;
}
.tooltip {
    display: none;
    position: absolute;
    z-index: 999;
    font-weight: normal;
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 0.75rem;
    max-width: 85%;
    left: 50%;
    width: 100%;
    color: #fff;
    background: #333;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.tooltip>.nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px;
}
.tooltip.opened {
    color: #2ba6cb !important;
    border-bottom: dotted 1px #134b5b !important;
}
.tap-to-close {
    display: block;
    font-size: 0.625rem;
    color: #777;
    font-weight: normal;
}
@media only screen and (min-width: 40.063em) {
    .tooltip>.nub {
    border-color: transparent transparent #333 transparent;
    top: -10px;
}
.tooltip.tip-top>.nub {
    border-color: #333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
}
.tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
}
.tooltip.tip-left>.nub {
    border-color: transparent transparent transparent #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
}
.tooltip.tip-right>.nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
}
}@media only screen and (max-width: 40em) {
    .f-dropdown {
    max-width: 100%;
    left: 0;
}
}.f-dropdown {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 16px;
    z-index: 99;
    margin-top: 2px;
    max-width: 200px;
}
.f-dropdown>*:first-child {
    margin-top: 0;
}
.f-dropdown>*:last-child {
    margin-bottom: 0;
}
.f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99;
}
.f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #ccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98;
}
.f-dropdown.right:before {
    left: auto;
    right: 10px;
}
.f-dropdown.right:after {
    left: auto;
    right: 9px;
}
.f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
    background: #eee;
}
.f-dropdown li a {
    display: block;
    padding: 0.5rem;
    color: #555;
}
.f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #ccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px;
}
.f-dropdown.content>*:first-child {
    margin-top: 0;
}
.f-dropdown.content>*:last-child {
    margin-bottom: 0;
}
.f-dropdown.tiny {
    max-width: 200px;
}
.f-dropdown.small {
    max-width: 300px;
}
.f-dropdown.medium {
    max-width: 500px;
}
.f-dropdown.large {
    max-width: 800px;
}